@appland/appmap 3.64.2 → 3.65.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,4 +1,4 @@
1
- "use strict";(()=>{var iT=Object.create;var zf=Object.defineProperty;var aT=Object.getOwnPropertyDescriptor;var sT=Object.getOwnPropertyNames;var oT=Object.getPrototypeOf,lT=Object.prototype.hasOwnProperty;var tt=(e=>typeof require<"u"?require:typeof Proxy<"u"?new Proxy(e,{get:(t,r)=>(typeof require<"u"?require:t)[r]}):e)(function(e){if(typeof require<"u")return require.apply(this,arguments);throw new Error('Dynamic require of "'+e+'" is not supported')});var g=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports);var uT=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of sT(t))!lT.call(e,i)&&i!==r&&zf(e,i,{get:()=>t[i],enumerable:!(n=aT(t,i))||n.enumerable});return e};var It=(e,t,r)=>(r=e!=null?iT(oT(e)):{},uT(t||!e||!e.__esModule?zf(r,"default",{value:e,enumerable:!0}):r,e));var Kh=g((LQ,Yh)=>{"use strict";function xR(e){var t=Number(e.version.split(".")[0]);if(t>=2)e.mixin({beforeCreate:n});else{var r=e.prototype._init;e.prototype._init=function(i){i===void 0&&(i={}),i.init=i.init?[n].concat(i.init):n,r.call(this,i)}}function n(){var i=this.$options;i.store?this.$store=typeof i.store=="function"?i.store():i.store:i.parent&&i.parent.$store&&(this.$store=i.parent.$store)}}var RR=typeof window<"u"?window:typeof global<"u"?global:{},wn=RR.__VUE_DEVTOOLS_GLOBAL_HOOK__;function CR(e){!wn||(e._devtoolHook=wn,wn.emit("vuex:init",e),wn.on("vuex:travel-to-state",function(t){e.replaceState(t)}),e.subscribe(function(t,r){wn.emit("vuex:mutation",t,r)},{prepend:!0}),e.subscribeAction(function(t,r){wn.emit("vuex:action",t,r)},{prepend:!0}))}function NR(e,t){return e.filter(t)[0]}function xu(e,t){if(t===void 0&&(t=[]),e===null||typeof e!="object")return e;var r=NR(t,function(i){return i.original===e});if(r)return r.copy;var n=Array.isArray(e)?[]:{};return t.push({original:e,copy:n}),Object.keys(e).forEach(function(i){n[i]=xu(e[i],t)}),n}function In(e,t){Object.keys(e).forEach(function(r){return t(e[r],r)})}function $h(e){return e!==null&&typeof e=="object"}function OR(e){return e&&typeof e.then=="function"}function wR(e,t){return function(){return e(t)}}var At=function(t,r){this.runtime=r,this._children=Object.create(null),this._rawModule=t;var n=t.state;this.state=(typeof n=="function"?n():n)||{}},Fh={namespaced:{configurable:!0}};Fh.namespaced.get=function(){return!!this._rawModule.namespaced};At.prototype.addChild=function(t,r){this._children[t]=r};At.prototype.removeChild=function(t){delete this._children[t]};At.prototype.getChild=function(t){return this._children[t]};At.prototype.hasChild=function(t){return t in this._children};At.prototype.update=function(t){this._rawModule.namespaced=t.namespaced,t.actions&&(this._rawModule.actions=t.actions),t.mutations&&(this._rawModule.mutations=t.mutations),t.getters&&(this._rawModule.getters=t.getters)};At.prototype.forEachChild=function(t){In(this._children,t)};At.prototype.forEachGetter=function(t){this._rawModule.getters&&In(this._rawModule.getters,t)};At.prototype.forEachAction=function(t){this._rawModule.actions&&In(this._rawModule.actions,t)};At.prototype.forEachMutation=function(t){this._rawModule.mutations&&In(this._rawModule.mutations,t)};Object.defineProperties(At.prototype,Fh);var qr=function(t){this.register([],t,!1)};qr.prototype.get=function(t){return t.reduce(function(r,n){return r.getChild(n)},this.root)};qr.prototype.getNamespace=function(t){var r=this.root;return t.reduce(function(n,i){return r=r.getChild(i),n+(r.namespaced?i+"/":"")},"")};qr.prototype.update=function(t){Uh([],this.root,t)};qr.prototype.register=function(t,r,n){var i=this;n===void 0&&(n=!0);var a=new At(r,n);if(t.length===0)this.root=a;else{var s=this.get(t.slice(0,-1));s.addChild(t[t.length-1],a)}r.modules&&In(r.modules,function(o,l){i.register(t.concat(l),o,n)})};qr.prototype.unregister=function(t){var r=this.get(t.slice(0,-1)),n=t[t.length-1],i=r.getChild(n);!i||!i.runtime||r.removeChild(n)};qr.prototype.isRegistered=function(t){var r=this.get(t.slice(0,-1)),n=t[t.length-1];return r?r.hasChild(n):!1};function Uh(e,t,r){if(t.update(r),r.modules)for(var n in r.modules){if(!t.getChild(n))return;Uh(e.concat(n),t.getChild(n),r.modules[n])}}var Ze,ot=function(t){var r=this;t===void 0&&(t={}),!Ze&&typeof window<"u"&&window.Vue&&zh(window.Vue);var n=t.plugins;n===void 0&&(n=[]);var i=t.strict;i===void 0&&(i=!1),this._committing=!1,this._actions=Object.create(null),this._actionSubscribers=[],this._mutations=Object.create(null),this._wrappedGetters=Object.create(null),this._modules=new qr(t),this._modulesNamespaceMap=Object.create(null),this._subscribers=[],this._watcherVM=new Ze,this._makeLocalGettersCache=Object.create(null);var a=this,s=this,o=s.dispatch,l=s.commit;this.dispatch=function(E,y){return o.call(a,E,y)},this.commit=function(E,y,T){return l.call(a,E,y,T)},this.strict=i;var u=this._modules.root.state;xs(this,u,[],this._modules.root),Cu(this,u),n.forEach(function(h){return h(r)});var d=t.devtools!==void 0?t.devtools:Ze.config.devtools;d&&CR(this)},Ru={state:{configurable:!0}};Ru.state.get=function(){return this._vm._data.$$state};Ru.state.set=function(e){};ot.prototype.commit=function(t,r,n){var i=this,a=Ts(t,r,n),s=a.type,o=a.payload,l=a.options,u={type:s,payload:o},d=this._mutations[s];!d||(this._withCommit(function(){d.forEach(function(E){E(o)})}),this._subscribers.slice().forEach(function(h){return h(u,i.state)}))};ot.prototype.dispatch=function(t,r){var n=this,i=Ts(t,r),a=i.type,s=i.payload,o={type:a,payload:s},l=this._actions[a];if(!!l){try{this._actionSubscribers.slice().filter(function(d){return d.before}).forEach(function(d){return d.before(o,n.state)})}catch{}var u=l.length>1?Promise.all(l.map(function(d){return d(s)})):l[0](s);return new Promise(function(d,h){u.then(function(E){try{n._actionSubscribers.filter(function(y){return y.after}).forEach(function(y){return y.after(o,n.state)})}catch{}d(E)},function(E){try{n._actionSubscribers.filter(function(y){return y.error}).forEach(function(y){return y.error(o,n.state,E)})}catch{}h(E)})})}};ot.prototype.subscribe=function(t,r){return qh(t,this._subscribers,r)};ot.prototype.subscribeAction=function(t,r){var n=typeof t=="function"?{before:t}:t;return qh(n,this._actionSubscribers,r)};ot.prototype.watch=function(t,r,n){var i=this;return this._watcherVM.$watch(function(){return t(i.state,i.getters)},r,n)};ot.prototype.replaceState=function(t){var r=this;this._withCommit(function(){r._vm._data.$$state=t})};ot.prototype.registerModule=function(t,r,n){n===void 0&&(n={}),typeof t=="string"&&(t=[t]),this._modules.register(t,r),xs(this,this.state,t,this._modules.get(t),n.preserveState),Cu(this,this.state)};ot.prototype.unregisterModule=function(t){var r=this;typeof t=="string"&&(t=[t]),this._modules.unregister(t),this._withCommit(function(){var n=Nu(r.state,t.slice(0,-1));Ze.delete(n,t[t.length-1])}),jh(this)};ot.prototype.hasModule=function(t){return typeof t=="string"&&(t=[t]),this._modules.isRegistered(t)};ot.prototype.hotUpdate=function(t){this._modules.update(t),jh(this,!0)};ot.prototype._withCommit=function(t){var r=this._committing;this._committing=!0,t(),this._committing=r};Object.defineProperties(ot.prototype,Ru);function qh(e,t,r){return t.indexOf(e)<0&&(r&&r.prepend?t.unshift(e):t.push(e)),function(){var n=t.indexOf(e);n>-1&&t.splice(n,1)}}function jh(e,t){e._actions=Object.create(null),e._mutations=Object.create(null),e._wrappedGetters=Object.create(null),e._modulesNamespaceMap=Object.create(null);var r=e.state;xs(e,r,[],e._modules.root,!0),Cu(e,r,t)}function Cu(e,t,r){var n=e._vm;e.getters={},e._makeLocalGettersCache=Object.create(null);var i=e._wrappedGetters,a={};In(i,function(o,l){a[l]=wR(o,e),Object.defineProperty(e.getters,l,{get:function(){return e._vm[l]},enumerable:!0})});var s=Ze.config.silent;Ze.config.silent=!0,e._vm=new Ze({data:{$$state:t},computed:a}),Ze.config.silent=s,e.strict&&BR(e),n&&(r&&e._withCommit(function(){n._data.$$state=null}),Ze.nextTick(function(){return n.$destroy()}))}function xs(e,t,r,n,i){var a=!r.length,s=e._modules.getNamespace(r);if(n.namespaced&&(e._modulesNamespaceMap[s],e._modulesNamespaceMap[s]=n),!a&&!i){var o=Nu(t,r.slice(0,-1)),l=r[r.length-1];e._withCommit(function(){Ze.set(o,l,n.state)})}var u=n.context=IR(e,s,r);n.forEachMutation(function(d,h){var E=s+h;LR(e,E,d,u)}),n.forEachAction(function(d,h){var E=d.root?h:s+h,y=d.handler||d;DR(e,E,y,u)}),n.forEachGetter(function(d,h){var E=s+h;kR(e,E,d,u)}),n.forEachChild(function(d,h){xs(e,t,r.concat(h),d,i)})}function IR(e,t,r){var n=t==="",i={dispatch:n?e.dispatch:function(a,s,o){var l=Ts(a,s,o),u=l.payload,d=l.options,h=l.type;return(!d||!d.root)&&(h=t+h),e.dispatch(h,u)},commit:n?e.commit:function(a,s,o){var l=Ts(a,s,o),u=l.payload,d=l.options,h=l.type;(!d||!d.root)&&(h=t+h),e.commit(h,u,d)}};return Object.defineProperties(i,{getters:{get:n?function(){return e.getters}:function(){return SR(e,t)}},state:{get:function(){return Nu(e.state,r)}}}),i}function SR(e,t){if(!e._makeLocalGettersCache[t]){var r={},n=t.length;Object.keys(e.getters).forEach(function(i){if(i.slice(0,n)===t){var a=i.slice(n);Object.defineProperty(r,a,{get:function(){return e.getters[i]},enumerable:!0})}}),e._makeLocalGettersCache[t]=r}return e._makeLocalGettersCache[t]}function LR(e,t,r,n){var i=e._mutations[t]||(e._mutations[t]=[]);i.push(function(s){r.call(e,n.state,s)})}function DR(e,t,r,n){var i=e._actions[t]||(e._actions[t]=[]);i.push(function(s){var o=r.call(e,{dispatch:n.dispatch,commit:n.commit,getters:n.getters,state:n.state,rootGetters:e.getters,rootState:e.state},s);return OR(o)||(o=Promise.resolve(o)),e._devtoolHook?o.catch(function(l){throw e._devtoolHook.emit("vuex:error",l),l}):o})}function kR(e,t,r,n){e._wrappedGetters[t]||(e._wrappedGetters[t]=function(a){return r(n.state,n.getters,a.state,a.getters)})}function BR(e){e._vm.$watch(function(){return this._data.$$state},function(){},{deep:!0,sync:!0})}function Nu(e,t){return t.reduce(function(r,n){return r[n]},e)}function Ts(e,t,r){return $h(e)&&e.type&&(r=t,t=e,e=e.type),{type:e,payload:t,options:r}}function zh(e){Ze&&e===Ze||(Ze=e,xR(Ze))}var Vh=Cs(function(e,t){var r={};return Rs(t).forEach(function(n){var i=n.key,a=n.val;r[i]=function(){var o=this.$store.state,l=this.$store.getters;if(e){var u=Ns(this.$store,"mapState",e);if(!u)return;o=u.context.state,l=u.context.getters}return typeof a=="function"?a.call(this,o,l):o[a]},r[i].vuex=!0}),r}),Hh=Cs(function(e,t){var r={};return Rs(t).forEach(function(n){var i=n.key,a=n.val;r[i]=function(){for(var o=[],l=arguments.length;l--;)o[l]=arguments[l];var u=this.$store.commit;if(e){var d=Ns(this.$store,"mapMutations",e);if(!d)return;u=d.context.commit}return typeof a=="function"?a.apply(this,[u].concat(o)):u.apply(this.$store,[a].concat(o))}}),r}),Gh=Cs(function(e,t){var r={};return Rs(t).forEach(function(n){var i=n.key,a=n.val;a=e+a,r[i]=function(){if(!(e&&!Ns(this.$store,"mapGetters",e)))return this.$store.getters[a]},r[i].vuex=!0}),r}),Wh=Cs(function(e,t){var r={};return Rs(t).forEach(function(n){var i=n.key,a=n.val;r[i]=function(){for(var o=[],l=arguments.length;l--;)o[l]=arguments[l];var u=this.$store.dispatch;if(e){var d=Ns(this.$store,"mapActions",e);if(!d)return;u=d.context.dispatch}return typeof a=="function"?a.apply(this,[u].concat(o)):u.apply(this.$store,[a].concat(o))}}),r}),MR=function(e){return{mapState:Vh.bind(null,e),mapGetters:Gh.bind(null,e),mapMutations:Hh.bind(null,e),mapActions:Wh.bind(null,e)}};function Rs(e){return PR(e)?Array.isArray(e)?e.map(function(t){return{key:t,val:t}}):Object.keys(e).map(function(t){return{key:t,val:e[t]}}):[]}function PR(e){return Array.isArray(e)||$h(e)}function Cs(e){return function(t,r){return typeof t!="string"?(r=t,t=""):t.charAt(t.length-1)!=="/"&&(t+="/"),e(t,r)}}function Ns(e,t,r){var n=e._modulesNamespaceMap[r];return n}function $R(e){e===void 0&&(e={});var t=e.collapsed;t===void 0&&(t=!0);var r=e.filter;r===void 0&&(r=function(d,h,E){return!0});var n=e.transformer;n===void 0&&(n=function(d){return d});var i=e.mutationTransformer;i===void 0&&(i=function(d){return d});var a=e.actionFilter;a===void 0&&(a=function(d,h){return!0});var s=e.actionTransformer;s===void 0&&(s=function(d){return d});var o=e.logMutations;o===void 0&&(o=!0);var l=e.logActions;l===void 0&&(l=!0);var u=e.logger;return u===void 0&&(u=console),function(d){var h=xu(d.state);typeof u>"u"||(o&&d.subscribe(function(E,y){var T=xu(y);if(r(E,h,T)){var _=Ph(),I=i(E),C="mutation "+E.type+_;Bh(u,C,t),u.log("%c prev state","color: #9E9E9E; font-weight: bold",n(h)),u.log("%c mutation","color: #03A9F4; font-weight: bold",I),u.log("%c next state","color: #4CAF50; font-weight: bold",n(T)),Mh(u)}h=T}),l&&d.subscribeAction(function(E,y){if(a(E,y)){var T=Ph(),_=s(E),I="action "+E.type+T;Bh(u,I,t),u.log("%c action","color: #03A9F4; font-weight: bold",_),Mh(u)}}))}}function Bh(e,t,r){var n=r?e.groupCollapsed:e.group;try{n.call(e,t)}catch{e.log(t)}}function Mh(e){try{e.groupEnd()}catch{e.log("\u2014\u2014 log end \u2014\u2014")}}function Ph(){var e=new Date;return" @ "+As(e.getHours(),2)+":"+As(e.getMinutes(),2)+":"+As(e.getSeconds(),2)+"."+As(e.getMilliseconds(),3)}function FR(e,t){return new Array(t+1).join(e)}function As(e,t){return FR("0",t-e.toString().length)+e}var UR={Store:ot,install:zh,version:"3.6.2",mapState:Vh,mapMutations:Hh,mapGetters:Gh,mapActions:Wh,createNamespacedHelpers:MR,createLogger:$R};Yh.exports=UR});var Xh=g(()=>{});var Zh=g((Os,Jh)=>{(function(e,t){typeof Os=="object"?Jh.exports=Os=t():typeof define=="function"&&define.amd?define([],t):e.CryptoJS=t()})(Os,function(){var e=e||function(t,r){var n;if(typeof window<"u"&&window.crypto&&(n=window.crypto),typeof self<"u"&&self.crypto&&(n=self.crypto),typeof globalThis<"u"&&globalThis.crypto&&(n=globalThis.crypto),!n&&typeof window<"u"&&window.msCrypto&&(n=window.msCrypto),!n&&typeof global<"u"&&global.crypto&&(n=global.crypto),!n&&typeof tt=="function")try{n=Xh()}catch{}var i=function(){if(n){if(typeof n.getRandomValues=="function")try{return n.getRandomValues(new Uint32Array(1))[0]}catch{}if(typeof n.randomBytes=="function")try{return n.randomBytes(4).readInt32LE()}catch{}}throw new Error("Native crypto module could not be used to get secure random number.")},a=Object.create||function(){function C(){}return function(N){var M;return C.prototype=N,M=new C,C.prototype=null,M}}(),s={},o=s.lib={},l=o.Base=function(){return{extend:function(C){var N=a(this);return C&&N.mixIn(C),(!N.hasOwnProperty("init")||this.init===N.init)&&(N.init=function(){N.$super.init.apply(this,arguments)}),N.init.prototype=N,N.$super=this,N},create:function(){var C=this.extend();return C.init.apply(C,arguments),C},init:function(){},mixIn:function(C){for(var N in C)C.hasOwnProperty(N)&&(this[N]=C[N]);C.hasOwnProperty("toString")&&(this.toString=C.toString)},clone:function(){return this.init.prototype.extend(this)}}}(),u=o.WordArray=l.extend({init:function(C,N){C=this.words=C||[],N!=r?this.sigBytes=N:this.sigBytes=C.length*4},toString:function(C){return(C||h).stringify(this)},concat:function(C){var N=this.words,M=C.words,L=this.sigBytes,H=C.sigBytes;if(this.clamp(),L%4)for(var B=0;B<H;B++){var j=M[B>>>2]>>>24-B%4*8&255;N[L+B>>>2]|=j<<24-(L+B)%4*8}else for(var ce=0;ce<H;ce+=4)N[L+ce>>>2]=M[ce>>>2];return this.sigBytes+=H,this},clamp:function(){var C=this.words,N=this.sigBytes;C[N>>>2]&=4294967295<<32-N%4*8,C.length=t.ceil(N/4)},clone:function(){var C=l.clone.call(this);return C.words=this.words.slice(0),C},random:function(C){for(var N=[],M=0;M<C;M+=4)N.push(i());return new u.init(N,C)}}),d=s.enc={},h=d.Hex={stringify:function(C){for(var N=C.words,M=C.sigBytes,L=[],H=0;H<M;H++){var B=N[H>>>2]>>>24-H%4*8&255;L.push((B>>>4).toString(16)),L.push((B&15).toString(16))}return L.join("")},parse:function(C){for(var N=C.length,M=[],L=0;L<N;L+=2)M[L>>>3]|=parseInt(C.substr(L,2),16)<<24-L%8*4;return new u.init(M,N/2)}},E=d.Latin1={stringify:function(C){for(var N=C.words,M=C.sigBytes,L=[],H=0;H<M;H++){var B=N[H>>>2]>>>24-H%4*8&255;L.push(String.fromCharCode(B))}return L.join("")},parse:function(C){for(var N=C.length,M=[],L=0;L<N;L++)M[L>>>2]|=(C.charCodeAt(L)&255)<<24-L%4*8;return new u.init(M,N)}},y=d.Utf8={stringify:function(C){try{return decodeURIComponent(escape(E.stringify(C)))}catch{throw new Error("Malformed UTF-8 data")}},parse:function(C){return E.parse(unescape(encodeURIComponent(C)))}},T=o.BufferedBlockAlgorithm=l.extend({reset:function(){this._data=new u.init,this._nDataBytes=0},_append:function(C){typeof C=="string"&&(C=y.parse(C)),this._data.concat(C),this._nDataBytes+=C.sigBytes},_process:function(C){var N,M=this._data,L=M.words,H=M.sigBytes,B=this.blockSize,j=B*4,ce=H/j;C?ce=t.ceil(ce):ce=t.max((ce|0)-this._minBufferSize,0);var de=ce*B,je=t.min(de*4,H);if(de){for(var Ae=0;Ae<de;Ae+=B)this._doProcessBlock(L,Ae);N=L.splice(0,de),M.sigBytes-=je}return new u.init(N,je)},clone:function(){var C=l.clone.call(this);return C._data=this._data.clone(),C},_minBufferSize:0}),_=o.Hasher=T.extend({cfg:l.extend(),init:function(C){this.cfg=this.cfg.extend(C),this.reset()},reset:function(){T.reset.call(this),this._doReset()},update:function(C){return this._append(C),this._process(),this},finalize:function(C){C&&this._append(C);var N=this._doFinalize();return N},blockSize:512/32,_createHelper:function(C){return function(N,M){return new C.init(M).finalize(N)}},_createHmacHelper:function(C){return function(N,M){return new I.HMAC.init(C,M).finalize(N)}}}),I=s.algo={};return s}(Math);return e})});var Ou=g((ws,Qh)=>{(function(e,t){typeof ws=="object"?Qh.exports=ws=t(Zh()):typeof define=="function"&&define.amd?define(["./core"],t):t(e.CryptoJS)})(ws,function(e){return function(t){var r=e,n=r.lib,i=n.WordArray,a=n.Hasher,s=r.algo,o=[],l=[];(function(){function h(_){for(var I=t.sqrt(_),C=2;C<=I;C++)if(!(_%C))return!1;return!0}function E(_){return(_-(_|0))*4294967296|0}for(var y=2,T=0;T<64;)h(y)&&(T<8&&(o[T]=E(t.pow(y,1/2))),l[T]=E(t.pow(y,1/3)),T++),y++})();var u=[],d=s.SHA256=a.extend({_doReset:function(){this._hash=new i.init(o.slice(0))},_doProcessBlock:function(h,E){for(var y=this._hash.words,T=y[0],_=y[1],I=y[2],C=y[3],N=y[4],M=y[5],L=y[6],H=y[7],B=0;B<64;B++){if(B<16)u[B]=h[E+B]|0;else{var j=u[B-15],ce=(j<<25|j>>>7)^(j<<14|j>>>18)^j>>>3,de=u[B-2],je=(de<<15|de>>>17)^(de<<13|de>>>19)^de>>>10;u[B]=ce+u[B-7]+je+u[B-16]}var Ae=N&M^~N&L,x=T&_^T&I^_&I,$=(T<<30|T>>>2)^(T<<19|T>>>13)^(T<<10|T>>>22),Y=(N<<26|N>>>6)^(N<<21|N>>>11)^(N<<7|N>>>25),V=H+Y+Ae+l[B]+u[B],J=$+x;H=L,L=M,M=N,N=C+V|0,C=I,I=_,_=T,T=V+J|0}y[0]=y[0]+T|0,y[1]=y[1]+_|0,y[2]=y[2]+I|0,y[3]=y[3]+C|0,y[4]=y[4]+N|0,y[5]=y[5]+M|0,y[6]=y[6]+L|0,y[7]=y[7]+H|0},_doFinalize:function(){var h=this._data,E=h.words,y=this._nDataBytes*8,T=h.sigBytes*8;return E[T>>>5]|=128<<24-T%32,E[(T+64>>>9<<4)+14]=t.floor(y/4294967296),E[(T+64>>>9<<4)+15]=y,h.sigBytes=E.length*4,this._process(),this._hash},clone:function(){var h=a.clone.call(this);return h._hash=this._hash.clone(),h}});r.SHA256=a._createHelper(d),r.HmacSHA256=a._createHmacHelper(d)}(Math),e.SHA256})});var t0=g((e0,wu)=>{(function(e){if(typeof e0=="object"&&typeof wu<"u")wu.exports=e();else if(typeof define=="function"&&define.amd)define([],e);else{var t;typeof window<"u"?t=window:typeof global<"u"?t=global:typeof self<"u"?t=self:t=this,t.sqliteParser=e()}})(function(){var e,t,r;return function(){function n(i,a,s){function o(d,h){if(!a[d]){if(!i[d]){var E=typeof tt=="function"&&tt;if(!h&&E)return E(d,!0);if(l)return l(d,!0);var y=new Error("Cannot find module '"+d+"'");throw y.code="MODULE_NOT_FOUND",y}var T=a[d]={exports:{}};i[d][0].call(T.exports,function(_){var I=i[d][1][_];return o(I||_)},T,T.exports,n,i,a,s)}return a[d].exports}for(var l=typeof tt=="function"&&tt,u=0;u<s.length;u++)o(s[u]);return o}return n}()({"./streaming":[function(n,i,a){"use strict";Object.defineProperty(a,"__esModule",{value:!0});function s(u,d){if(!(u instanceof d))throw new TypeError("Cannot call a class as a function")}var o=a.SqliteParserTransform=function u(d){throw s(this,u),new Error("SqliteParserTransform is not available in this environment")},l=a.SingleNodeTransform=function u(d){throw s(this,u),new Error("SingleNodeTransform is not available in this environment")}},{}],1:[function(n,i,a){"use strict";Object.defineProperty(a,"__esModule",{value:!0}),a.default=u;var s=n("./parser"),o=n("./tracer"),l=n("./streaming");function u(d,h,E){var y=(0,o.Tracer)();arguments.length===2&&typeof h=="function"&&(E=h,h={});var T=typeof E=="function",_={tracer:y,startRule:"start"};if(h&&h.streaming&&(_.startRule="start_streaming"),T)setTimeout(function(){var I=void 0,C=void 0;try{I=(0,s.parse)(d,_)}catch(N){C=N instanceof s.SyntaxError?y.smartError(N):N}E(C,I)},0);else try{return(0,s.parse)(d,_)}catch(I){throw I instanceof s.SyntaxError?y.smartError(I):I}}u.createParser=function(){return new l.SqliteParserTransform},u.createStitcher=function(){return new l.SingleNodeTransform},u.NAME="sqlite-parser",u.VERSION="1.5.0",i.exports=a.default},{"./parser":2,"./streaming":"./streaming","./tracer":3}],2:[function(n,i,a){"use strict";var s=function(){function y(T,_){var I=[],C=!0,N=!1,M=void 0;try{for(var L=T[Symbol.iterator](),H;!(C=(H=L.next()).done)&&(I.push(H.value),!(_&&I.length===_));C=!0);}catch(B){N=!0,M=B}finally{try{!C&&L.return&&L.return()}finally{if(N)throw M}}return I}return function(T,_){if(Array.isArray(T))return T;if(Symbol.iterator in Object(T))return y(T,_);throw new TypeError("Invalid attempt to destructure non-iterable instance")}}(),o=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(y){return typeof y}:function(y){return y&&typeof Symbol=="function"&&y.constructor===Symbol&&y!==Symbol.prototype?"symbol":typeof y};function l(y){if(Array.isArray(y)){for(var T=0,_=Array(y.length);T<y.length;T++)_[T]=y[T];return _}else return Array.from(y)}function u(y,T){function _(){this.constructor=y}_.prototype=T.prototype,y.prototype=new _}function d(y,T,_,I){this.message=y,this.expected=T,this.found=_,this.location=I,this.name="SyntaxError",typeof Error.captureStackTrace=="function"&&Error.captureStackTrace(this,d)}u(d,Error),d.buildMessage=function(y,T){var _={literal:function(j){return'"'+C(j.text)+'"'},class:function(j){var ce=j.parts.map(function(de){return Array.isArray(de)?N(de[0])+"-"+N(de[1]):N(de)});return"["+(j.inverted?"^":"")+ce+"]"},any:function(j){return"any character"},end:function(j){return"end of input"},other:function(j){return j.description}};function I(B){return B.charCodeAt(0).toString(16).toUpperCase()}function C(B){return B.replace(/\\/g,"\\\\").replace(/"/g,'\\"').replace(/\0/g,"\\0").replace(/\t/g,"\\t").replace(/\n/g,"\\n").replace(/\r/g,"\\r").replace(/[\x00-\x0F]/g,function(j){return"\\x0"+I(j)}).replace(/[\x10-\x1F\x7F-\x9F]/g,function(j){return"\\x"+I(j)})}function N(B){return B.replace(/\\/g,"\\\\").replace(/\]/g,"\\]").replace(/\^/g,"\\^").replace(/-/g,"\\-").replace(/\0/g,"\\0").replace(/\t/g,"\\t").replace(/\n/g,"\\n").replace(/\r/g,"\\r").replace(/[\x00-\x0F]/g,function(j){return"\\x0"+I(j)}).replace(/[\x10-\x1F\x7F-\x9F]/g,function(j){return"\\x"+I(j)})}function M(B){return _[B.type](B)}function L(B){var j=B.map(M),ce,de;if(j.sort(),j.length>0){for(ce=1,de=1;ce<j.length;ce++)j[ce-1]!==j[ce]&&(j[de]=j[ce],de++);j.length=de}switch(j.length){case 1:return j[0];case 2:return j[0]+" or "+j[1];default:return j.slice(0,-1).join(", ")+", or "+j[j.length-1]}}function H(B){return B?'"'+C(B)+'"':"end of input"}return"Expected "+L(y)+" but "+H(T)+" found."};function h(){this.indentLevel=0}h.prototype.trace=function(y){var T=this;function _(I){function C(M,L){var H="",B;for(B=0;B<L;B++)H+=M;return H}function N(M,L){return M+C(" ",L-M.length)}(typeof console>"u"?"undefined":o(console))==="object"&&console.log(I.location.start.line+":"+I.location.start.column+"-"+I.location.end.line+":"+I.location.end.column+" "+N(I.type,10)+" "+C(" ",T.indentLevel)+I.rule)}switch(y.type){case"rule.enter":_(y),this.indentLevel++;break;case"rule.match":this.indentLevel--,_(y);break;case"rule.fail":this.indentLevel--,_(y);break;default:throw new Error("Invalid event type: "+y.type+".")}};function E(y,T){T=T!==void 0?T:{};var _={},I={start:0,start_streaming:1},C=0,N=[function(c){return c},function(c,p){return{type:"statement",variant:"list",statement:Me([c,p])}},function(c){return c},m("Type Definition"),function(c,p,b){return Object.assign(c,p,b)},m("Array bounds"),function(c,p){return{bounds:[c].concat(l(p))}},function(c){return{bounds:[c]}},function(c){return Te(c)?Be(c):null},function(c){return{type:"datatype",variant:c[0],affinity:c[1]}},m("Custom Datatype Name"),function(c,p){var b=ge([c,p]),F="numeric";return/int/i.test(b)?F="integer":/char|clob|text/i.test(b)?F="text":/blob/i.test(b)?F="blob":/real|floa|doub/i.test(b)&&(F="real"),{type:"datatype",variant:b,affinity:F}},/^[\t ]/,k([" "," "],!1,!1),function(c){return c},m("Type Definition Arguments"),function(c,p){return{args:{type:"expression",variant:"list",expression:Me([c,p])}}},function(c){return c},m("Null Literal"),function(c){return{type:"literal",variant:"null",value:q(c)}},m("Date Literal"),function(c){return{type:"literal",variant:"date",value:q(c)}},m("String Literal"),function(c,p){return{type:"literal",variant:"text",value:p}},m("Single-quoted String Literal"),function(c){return Ir(c,"'")},"''",v("''",!1),/^[^']/,k(["'"],!0,!1),m("Blob Literal"),/^[x]/i,k(["x"],!1,!0),function(c){return{type:"literal",variant:"blob",value:c}},m("Typed literal (or bind parameter)"),function(c,p){return{type:"expression",format:"unary",variant:"cast",expression:p,as:c}},function(c){return{type:"literal",variant:"text",value:c}},m("Number Sign"),function(c,p){return Te(c)&&(p.value=ve([c,p.value])),p},function(c,p){return{type:"literal",variant:"decimal",value:ve([c,p])}},m("Decimal Literal"),function(c,p){return ve([c,p])},function(c,p){return ve([c,p])},m("Decimal Literal Exponent"),"e",v("E",!0),/^[+\-]/,k(["+","-"],!1,!1),function(c,p,b){return ve([c,p,b])},m("Hexidecimal Literal"),"0x",v("0x",!0),function(c,p){return{type:"literal",variant:"hexidecimal",value:ve([c,p])}},/^[0-9a-f]/i,k([["0","9"],["a","f"]],!1,!0),/^[0-9]/,k([["0","9"]],!1,!1),m("Bind Parameter"),function(c){return Object.assign({type:"variable"},c)},m("Numbered Bind Parameter"),function(c,p){return{format:"numbered",name:ve([c,p])}},/^[1-9]/,k([["1","9"]],!1,!1),function(c,p){return ve([c,p])},m("Named Bind Parameter"),/^[:@]/,k([":","@"],!1,!1),function(c,p){return{format:"named",name:ve([c,p])}},m("TCL Bind Parameter"),"$",v("$",!1),":",v(":",!1),function(c,p,b){return Object.assign({format:"tcl",name:ve([c,p])},b)},function(c){return{suffix:c}},m("EXISTS Expression"),function(c,p){return Te(c)?{type:"expression",format:"unary",variant:"exists",expression:p,operator:q(c)}:p},m("EXISTS Keyword"),function(c,p){return ge([c,p])},m("RAISE Expression"),function(c,p){return Object.assign({type:"expression",format:"unary",variant:q(c),expression:p},p)},m("RAISE Expression Arguments"),function(c){return Object.assign({type:"error"},c)},m("IGNORE Keyword"),function(c){return{action:q(c)}},function(c,p){return{action:q(c),message:p}},function(c){return c},m("ARRAY expression"),function(c){return c},m("ARRAY SELECT expression"),function(c){return{type:"expression",variant:"array",expression:c}},m("array expression"),function(c){return{type:"expression",variant:"array",expression:c}},m("multi-dimensional array expression"),function(c,p){return{type:"expression",variant:"list",expression:[c].concat(l(p))}},function(c){return c},function(c,p){return Object.assign(p,{expression:c})},m("PSQL-style cast"),"::",v("::",!1),function(c,p){return{type:"expression",format:"unary",variant:"cast",expression:c,as:p}},function(c,p){return{type:"expression",format:"unary",variant:"operation",expression:p,operator:q(c)}},m("COLLATE Expression"),function(c){return Object.assign({type:"expression",format:"unary",variant:"operation",operator:"collate"},c)},function(c,p){return di(c,p)},function(c){return[null,c,null,{type:"literal",variant:"null",value:"null"}]},"not ",v("NOT ",!0),"null",v("NULL",!0),function(){return"not"},function(){return"is"},m("CAST Expression"),function(c,p,b){return{type:"expression",format:"unary",variant:q(c),expression:p,as:b}},m("Type Alias"),function(c){return c},m("CASE Expression"),function(c,p,b,F){return Object.assign({type:"expression",variant:q(c),expression:Me([b,F])},p)},function(c){return{discriminant:c}},m("WHEN Clause"),function(c,p,b){return{type:"condition",variant:q(c),condition:p,consequent:b}},m("ELSE Clause"),function(c,p){return{type:"condition",variant:q(c),consequent:p}},function(c,p){return Object.assign(p,{left:c})},m("IS DISTINCT expression"),function(c,p,b){return{type:"expression",format:"binary",variant:"operation",operation:ge([c,p]),right:b}},m("Comparison Expression"),function(c,p,b,F){return Object.assign({type:"expression",format:"binary",variant:"operation",operation:ge([c,p]),right:b},F)},m("ESCAPE Expression"),function(c,p){return{escape:p}},m("BETWEEN Expression"),function(c,p,b){return{type:"expression",format:"binary",variant:"operation",operation:ge([c,p]),right:b}},function(c,p){return di(c,[p])},function(c){return q(c)},m("IN Expression"),function(c,p,b){return{type:"expression",format:"binary",variant:"operation",operation:ge([c,p]),right:b}},m("Expression List"),function(c){return{type:"expression",variant:"list",expression:Te(c)?c:[]}},function(c,p){return Me([c,p])},m("Function Call"),function(c,p,b,F){return Object.assign({type:"function",name:c},p,F,b)},m("FILTER clause"),"filter",v("FILTER",!0),function(c){return{filter:c}},m("Function Call Arguments"),function(c){return{args:c}},function(c,p){return!Te(c)||p.expression.length>0},function(c,p){return{args:Object.assign(p,c)}},function(c){return{filter:q(c)}},m("OVER clause"),function(c){return{over:c}},m("Window name"),function(c){return{type:"identifier",variant:"window",name:c}},m("Window specification"),function(c,p,b){return Object.assign({type:"window"},c,p,b)},function(c){return{source:c}},m("window partition clause"),function(c){return{partition:c}},m("Error Message"),function(c){return c},m("Statement"),function(c,p){return Object.assign(p,c)},m("QUERY PLAN"),function(c,p){return{explain:Te(c)}},m("QUERY PLAN Keyword"),function(c,p){return ge([c,p])},m("END Transaction Statement"),function(c,p){return{type:"statement",variant:"transaction",action:"commit"}},m("BEGIN Transaction Statement"),function(c,p,b,F){return Object.assign({type:"statement",variant:"transaction",action:"begin"},p,F)},function(c){return c},function(c){return{defer:q(c)}},m("ROLLBACK Statement"),function(c,p){return Object.assign({type:"statement",variant:"transaction",action:"rollback"},p)},m("TO Clause"),function(c){return{savepoint:c}},function(c){return q(c)},m("SAVEPOINT Statement"),function(c,p){return{type:"statement",variant:c,target:p}},m("RELEASE Statement"),function(c,p,b){return{type:"statement",variant:q(c),target:b}},m("ALTER TABLE Statement"),function(c,p,b){return Object.assign({type:"statement",variant:q(c),target:p},b)},m("ALTER TABLE Keyword"),function(c,p){return ge([c,p])},m("RENAME TO Keyword"),function(c,p){return{action:q(c),name:p}},m("ADD COLUMN Keyword"),function(c,p){return{action:q(c),definition:p}},function(c,p){return Object.assign(p,c)},m("WITH Clause"),function(c,p,b){var F={variant:Te(p)?"recursive":"common"};return ae(b)&&(b=b.map(function(Q){return Object.assign(Q,F)})),{with:b}},function(c,p){return Me([c,p])},m("Common Table Expression"),function(c,p){return Object.assign({type:"expression",format:"table",variant:"common",target:c},p)},function(c){return{expression:c}},function(c,p){return Object.assign(p,c)},m("SET statement"),function(c,p,b){return Object.assign({type:"statement",variant:"set",local:c||!1,target:p},b)},"local",v("LOCAL",!0),function(){return!0},"session",v("SESSION",!0),function(){return!1},"current",v("CURRENT",!0),function(){return{kind:"current"}},function(){return{kind:"default"}},function(c){return{kind:"value",args:c}},function(c,p){return{type:"expression",variant:"list",expression:[c].concat(l(p))}},function(c){return c},function(c){return{type:"statement",variant:"show",target:c}},"time",v("TIME",!0),"zone",v("ZONE",!0),function(){return{type:"identifier",variant:"variable",name:"timezone"}},"transaction",v("TRANSACTION",!0),"isolation",v("ISOLATION",!0),"level",v("LEVEL",!0),function(){return{type:"identifier",variant:"variable",name:"transaction_isolation"}},"authorization",v("AUTHORIZATION",!0),function(){return{type:"identifier",variant:"variable",name:"session_authorization"}},"all",v("ALL",!0),function(){return{type:"identifier",variant:"variable",name:"all"}},m("ATTACH Statement"),function(c,p,b,F){return{type:"statement",variant:q(c),target:F,attach:b}},m("DETACH Statement"),function(c,p,b){return{type:"statement",variant:q(c),target:b}},m("VACUUM Statement"),function(c,p){return Object.assign({type:"statement",variant:"vacuum"},p)},function(c){return{target:c}},m("ANALYZE Statement"),function(c,p){return Object.assign({type:"statement",variant:q(c)},p)},function(c){return{target:c.name}},m("REINDEX Statement"),function(c){return{target:c.name}},m("PRAGMA Statement"),function(c,p,b){return{type:"statement",variant:q(c),target:p,args:{type:"expression",variant:"list",expression:b}}},function(c){return/^(yes|no|on|off|false|true|0|1)$/i.test(c)},function(c){return{type:"literal",variant:"boolean",normalized:/^(yes|on|true|1)$/i.test(c)?"1":"0",value:c}},function(c){return q(c)},function(c){return{type:"identifier",variant:"name",name:c}},m("SELECT Statement"),function(c,p,b,F){return Object.assign(c,p,b,F)},function(c,p,b,F){return Object.assign(c,p,F,b)},m("SELECT ... FOR locking clause"),function(){return{}},function(c,p){return{locking:Me([c,p])}},function(c){return c},function(c,p,b){return Object.assign({type:"expression",variant:"locking",strength:ve(c).toLowerCase()},p,b)},function(c){return{target:c}},function(c,p){return Me([c,p])},function(c){return{policy:ve(c).toLowerCase()}},m("WINDOW clause"),function(c){return{window:c}},function(c,p){return Object.assign(p,{target:c})},m("ORDER BY Clause"),function(c){return{order:c.result}},m("LIMIT Clause"),function(c,p,b){return{limit:Object.assign({type:"expression",variant:"limit",start:p},b)}},function(c){return{limit:{type:"expression",variant:"limit",offset:c}}},m("OFFSET Clause"),function(c,p){return{offset:p}},function(c,p){return ae(p)?{type:"statement",variant:"compound",statement:c,compound:p}:c},m("Union Operation"),function(c,p){return{type:"compound",variant:c,statement:p}},function(c,p,b,F,Q){return Object.assign({type:"statement",variant:"select"},c,p,b,F,Q)},m("SELECT Results Clause"),function(c,p){return Object.assign({result:p},c)},m("SELECT Results Modifier"),function(c){return{distinct:!0}},function(c){return{}},m("FROM Clause"),function(c,p){return{from:p}},m("WHERE Clause"),function(c,p){return{where:me(p)}},m("GROUP BY Clause"),function(c,p,b){return Object.assign({group:p},b)},m("HAVING Clause"),function(c,p){return{having:p}},function(c,p){return{type:"identifier",variant:"star",name:ve([c,p])}},function(c,p){return ve([c,p])},function(c,p){return Object.assign(c,p)},function(c,p){return ae(p)?{type:"map",variant:"join",source:c,map:p}:c},function(c,p){return Object.assign(c,p)},m("CROSS JOIN Operation"),function(c){return{type:"join",variant:"cross join",source:c}},m("JOIN Operation"),function(c,p){return{type:"join",variant:q(c),source:p}},function(c,p){return Object.assign(p,c)},function(c,p,b){return Object.assign({type:"function",variant:"table",name:c,args:p},b)},function(c,p){return{alias:c,columns:p}},function(c){return{columns:c}},function(c,p){return Me([c,p])},function(c,p,b){return Object.assign({type:"definition",variant:"column",name:c,datatype:p},b)},function(){return{lateral:!0}},m("Qualified Table"),function(c,p){return Object.assign(c,p)},m("Qualified Table Identifier"),function(c,p){return Object.assign(c,p)},m("Qualfied Table Index"),function(c,p){return{index:p}},function(c,p){return{index:ge([c,p])}},m("SELECT Source"),function(c,p){return Object.assign(c,p)},m("Subquery"),function(c,p){return Object.assign(c,p)},m("Alias"),function(c,p,b){return Object.assign({alias:p},b)},m("JOIN Operator"),function(c,p,b){return ge([c,p,b])},function(c,p){return ge([c,p])},function(c){return q(c)},m("JOIN Constraint"),function(c){return{constraint:Object.assign({type:"constraint",variant:"join"},c)}},m("Join ON Clause"),function(c,p){return{format:q(c),on:p}},m("Join USING Clause"),function(c,p){return{format:q(c),using:p}},m("VALUES Clause"),function(c,p){return{type:"statement",variant:"select",result:p}},function(c,p){return{result:Me([c,p])}},m("Ordering Expression"),function(c,p,b){return Te(p)||Te(b)?Object.assign({type:"expression",variant:"order",expression:c},p,b):c},function(c){return{nulls:q(c)}},m("Star"),m("Fallback Type"),m("INSERT Statement"),function(c,p,b,F){return Object.assign({type:"statement",variant:"insert"},c,p,b,F)},m("RETURNING clause"),function(c){return{returning:c}},m("INSERT Keyword"),function(c,p){return Object.assign({action:q(c)},p)},m("REPLACE Keyword"),function(c){return{action:q(c)}},m("INSERT OR Modifier"),function(c,p){return{or:q(p)}},function(c,p){return Object.assign({into:c},p)},m("INTO Clause"),function(c,p){return p},m("INTO Keyword"),function(c){return{result:c}},m("PostgreSQL INSERT ON CONFLICT clause"),"do",v("DO",!0),function(c,p){return{conflict:Object.assign(p,c)}},m("PostgreSQL ON CONFLICT action"),function(c,p,b){return Object.assign({action:c},p,b)},"nothing",v("NOTHING",!0),function(c){return{action:q(c)}},m("PostgreSQL ON CONFLICT expression"),function(c,p){return{on:Object.assign({columns:c},p)}},function(c){return{on:{constraint:c}}},m("Column List"),function(c,p){return{columns:Me([c,p])}},function(c){return c},m("Column Name"),function(c){return{type:"identifier",variant:"column",name:c}},function(c,p){return p},m("VALUES Keyword"),m("Wrapped Expression List"),function(c){return c},m("DEFAULT VALUES Clause"),function(c,p){return{type:"values",variant:"default"}},m("Compound Operator"),m("UNION Operator"),function(c,p){return ge([c,p])},function(c){return c},m("UPDATE Statement"),function(c,p,b,F,Q,xe,D,W){return Object.assign({type:"statement",variant:c,into:b},p,F,Q,xe,D,W)},m("UPDATE Keyword"),m("UPDATE OR Modifier"),function(c){return{or:q(c)}},m("SET Clause"),function(c){return{set:c}},m("Column Assignment"),function(c,p){return{type:"assignment",target:c,value:p}},m("UPDATE value expression"),function(){return{type:"literal",variant:"default",value:"default"}},m("DELETE Statement"),function(c,p,b,F,Q,xe){return Object.assign({type:"statement",variant:c,from:p},b,F,Q,xe)},m("DELETE Keyword"),m("CREATE Statement"),m("CREATE TABLE Statement"),function(c,p,b,F){return Object.assign({type:"statement",name:b},c,F,p)},function(c,p,b){return Object.assign({variant:c,format:q(b)},p)},function(c){return{temporary:Te(c)}},m("IF NOT EXISTS Modifier"),function(c,p,b){return{condition:me({type:"condition",variant:q(c),condition:{type:"expression",variant:q(b),operator:ge([p,b])}})}},m("Table Definition"),function(c,p,b){return Object.assign({definition:Me([c,p])},b)},function(c,p){return{optimization:[{type:"optimization",value:ge([c,p])}]}},function(c){return c},m("Column Definition"),function(c,p,b){return Object.assign({type:"definition",variant:"column",name:c,definition:Te(b)?b:[]},p)},m("Column Datatype"),function(c){return{datatype:c}},m("Column Constraint"),function(c,p,b){return Object.assign(p,c)},function(c){return c[c.length-1]},m("CONSTRAINT Name"),function(c){return{name:c}},m("FOREIGN KEY Column Constraint"),function(c){return Object.assign({variant:"foreign key"},c)},m("PRIMARY KEY Column Constraint"),function(c,p,b,F){return Object.assign(c,b,p,F)},m("PRIMARY KEY Keyword"),function(c,p){return{type:"constraint",variant:ge([c,p])}},m("AUTOINCREMENT Keyword"),function(c){return{autoIncrement:!0}},function(c,p){return Object.assign({type:"constraint",variant:c},p)},m("UNIQUE Column Constraint"),m("NULL Column Constraint"),function(c,p){return ge([c,p])},m("CHECK Column Constraint"),m("DEFAULT Column Constraint"),function(c,p){return{type:"constraint",variant:q(c),value:p}},m("COLLATE Column Constraint"),function(c){return{type:"constraint",variant:"collate",collate:c}},m("Table Constraint"),function(c,p,b){return Object.assign({type:"definition",variant:"constraint"},p,c)},m("CHECK Table Constraint"),function(c){return{definition:me(c)}},m("PRIMARY KEY Table Constraint"),function(c,p,b){return{definition:me(Object.assign(c,b,p[1])),columns:p[0]}},function(c){return{type:"constraint",variant:q(c)}},function(c,p){return ge([c,p])},m("UNIQUE Keyword"),function(c){return q(c)},function(c,p){return[c].concat(p)},function(c){return c.map(function(p){var b=s(p,1),F=b[0];return F})},function(c){var p=c.find(function(b){var F=s(b,2),Q=F[0],xe=F[1];return Te(xe)});return[c.map(function(b){var F=s(b,2),Q=F[0],xe=F[1];return Q}),p?p[1]:null]},m("Indexed Column"),function(c,p,b){var F=c;return Te(p)&&(F=Object.assign({type:"expression",variant:"order",expression:c},p)),[F,b]},m("Collation"),function(c){return{collate:me(c)}},m("Column Direction"),function(c){return{direction:q(c)}},function(c,p){return{conflict:q(p)}},m("ON CONFLICT Keyword"),function(c,p){return ge([c,p])},function(c,p){return{type:"constraint",variant:q(c),expression:p}},m("FOREIGN KEY Table Constraint"),function(c,p,b){return Object.assign({definition:me(Object.assign(c,b))},p)},m("FOREIGN KEY Keyword"),function(c,p){return{type:"constraint",variant:ge([c,p])}},function(c,p,b){return Object.assign({type:"constraint"},c,p,b)},m("REFERENCES Clause"),function(c,p){return{references:p}},function(c,p){return{action:Me([c,p])}},m("FOREIGN KEY Action Clause"),function(c,p,b){return{type:"action",variant:q(c),action:q(b)}},m("FOREIGN KEY Action"),function(c,p){return ge([c,p])},function(c){return q(c)},function(c,p){return ge([c,p])},function(c,p){return{type:"action",variant:q(c),action:p}},m("DEFERRABLE Clause"),function(c,p,b){return{defer:ge([c,p,b])}},function(c,p){return ge([c,p])},function(c){return{definition:me(c)}},m("CREATE INDEX Statement"),function(c,p,b,F,Q){return Object.assign({type:"statement",target:b,on:F},c,p,Q)},function(c,p,b){return Object.assign({variant:q(c),format:q(b)},p)},function(c){return{unique:!0}},m("ON Clause"),function(c,p,b){return{type:"identifier",variant:"expression",format:"table",name:p.name,columns:b}},m("CREATE TRIGGER Statement"),function(c,p,b,F,Q,xe,D,W){return Object.assign({type:"statement",target:b,on:Q,event:F,by:Te(xe)?xe:"row",action:me(W)},c,p,D)},function(c,p,b){return Object.assign({variant:q(c),format:q(b)},p)},m("Conditional Clause"),function(c,p){return Object.assign({type:"event"},c,p)},function(c){return{occurs:q(c)}},function(c,p){return ge([c,p])},m("Conditional Action"),function(c){return{event:q(c)}},function(c,p){return{event:q(c),of:p}},function(c,p){return p},"statement",v("STATEMENT",!0),function(c,p,b){return q(b)},function(c,p){return{when:p}},m("Actions Clause"),function(c,p,b){return p},function(c){return c},m("CREATE VIEW Statement"),function(c,p,b,F){return Object.assign({type:"statement",target:b,result:F},c,p)},function(c,p){return Object.assign({type:"identifier",variant:"expression",format:"view",name:c.name,columns:[]},p)},function(c,p,b){return Object.assign({variant:q(c),format:q(b)},p)},m("CREATE VIRTUAL TABLE Statement"),function(c,p,b,F){return Object.assign({type:"statement",target:b,result:F},c,p)},function(c,p,b){return{variant:q(c),format:q(p)}},function(c,p){return Object.assign({type:"module",variant:"virtual",name:c},p)},m("Module Arguments"),function(c){return{args:{type:"expression",variant:"list",expression:Te(c)?c:[]}}},function(c,p){return Me([c,p]).filter(function(b){return Te(b)})},m("DROP Statement"),function(c,p){return Object.assign({type:"statement",target:Object.assign(p,{variant:c.format})},c)},m("DROP Keyword"),function(c,p,b){return Object.assign({variant:q(c),format:p,condition:[]},b)},m("DROP Type"),m("IF EXISTS Keyword"),function(c,p){return{condition:[{type:"condition",variant:q(c),condition:{type:"expression",variant:q(p),operator:q(p)}}]}},m("Or"),m("Add"),m("Subtract"),m("Multiply"),m("Divide"),m("Modulo"),m("Shift Left"),m("Shift Right"),m("Logical AND"),m("Logical OR"),m("Less Than"),m("Greater Than"),m("Less Than Or Equal"),m("Greater Than Or Equal"),m("Equal"),m("Not Equal"),m("PostgreSQL custom binary operarator"),function(c){var p=c.join("");if(p.includes("--")||p.includes("/*"))return!1;var b=c[c.length-1];return b==="-"||b==="+"?p.match(/[~@#%^&|`?]/):!0},function(c){return c.join("")},m("IS"),function(c,p){return ge([c,p])},m("Identifier"),m("Database Identifier"),function(c){return{type:"identifier",variant:"database",name:c}},m("Function Identifier"),function(c,p){return{type:"identifier",variant:"function",name:ve([c,p])}},m("Table Identifier"),function(c,p){return{type:"identifier",variant:"table",name:ve([c,p])}},function(c,p){return ve([c,p])},m("Column Identifier"),function(c,p,b){return Object.assign({type:"identifier",variant:"column",name:ve([c,p])},b)},m("value indirection"),function(c){return{element:c}},function(c,p){return Me([c,p])},function(c){return{type:"indirection",variant:"attribute",attribute:c}},function(c){return{type:"indirection",variant:"star",attribute:c}},function(c,p){return Object.assign({type:"indirection",variant:"slice"},c,p)},function(c){return Object.assign({type:"indirection",variant:"slice"},c)},function(c){return{type:"indirection",variant:"index",index:c}},function(c){return{lower:c}},function(c){return{upper:c}},function(){return""},function(c,p){return ve([c,p])},m("Collation Identifier"),function(c){return{type:"identifier",variant:"collation",name:c}},m("Savepoint Identifier"),function(c){return{type:"identifier",variant:"savepoint",name:c}},m("Index Identifier"),function(c,p){return{type:"identifier",variant:"index",name:ve([c,p])}},m("Trigger Identifier"),function(c,p){return{type:"identifier",variant:"trigger",name:ve([c,p])}},m("View Identifier"),function(c,p){return{type:"identifier",variant:"view",name:ve([c,p])}},m("Pragma Identifier"),function(c,p){return{type:"identifier",variant:"pragma",name:ve([c,p])}},m("Variable Identifier"),function(c,p){return{type:"identifier",variant:"variable",name:ve([c,p])}},m("CTE Identifier"),function(c){return c},function(c,p){return Object.assign({type:"identifier",variant:"expression",format:"table",name:c.name,columns:[]},p)},m("Table Constraint Identifier"),function(c){return{type:"identifier",variant:"constraint",format:"table",name:c}},m("Column Constraint Identifier"),function(c){return{type:"identifier",variant:"constraint",format:"column",name:c}},m("Datatype Name"),function(c){return[c,"text"]},function(c){return[c,"real"]},function(c){return[c,"numeric"]},function(c){return[c,"integer"]},function(c){return[c,"none"]},m("TEXT Datatype Name"),"n",v("N",!0),"var",v("VAR",!0),"char",v("CHAR",!0),"tiny",v("TINY",!0),"medium",v("MEDIUM",!0),"long",v("LONG",!0),"text",v("TEXT",!0),"clob",v("CLOB",!0),m("REAL Datatype Name"),"float",v("FLOAT",!0),"real",v("REAL",!0),m("DOUBLE Datatype Name"),"double",v("DOUBLE",!0),"precision",v("PRECISION",!0),function(c,p){return ve([c,p])},m("NUMERIC Datatype Name"),"numeric",v("NUMERIC",!0),"decimal",v("DECIMAL",!0),"boolean",v("BOOLEAN",!0),"date",v("DATE",!0),"stamp",v("STAMP",!0),"string",v("STRING",!0),m("INTEGER Datatype Name"),"int",v("INT",!0),"2",v("2",!1),"4",v("4",!1),"8",v("8",!1),"eger",v("EGER",!0),"big",v("BIG",!0),"small",v("SMALL",!0),"floating",v("FLOATING",!0),"point",v("POINT",!0),function(c,p){return ve([c,p])},m("BLOB Datatype Name"),"blob",v("BLOB",!0),/^[a-z0-9$_]/i,k([["a","z"],["0","9"],"$","_"],!1,!0),"\\u",v("\\u",!1),/^[a-f0-9]/i,k([["a","f"],["0","9"]],!1,!0),function(c,p){return ve([c,p]).toLowerCase()},function(c){return q(c)},K(),function(c){return Xa(c)},/^[ \t]/,k([" "," "],!1,!1),'"',v('"',!1),'""',v('""',!1),/^[^"]/,k(['"'],!0,!1),function(c){return Ir(c,'"')},"'",v("'",!1),function(c){return Ir(c,"'")},"`",v("`",!1),"``",v("``",!1),/^[^`]/,k(["`"],!0,!1),function(c){return Ir(c,"`")},m("Open Bracket"),"[",v("[",!1),m("Close Bracket"),"]",v("]",!1),m("Open Parenthesis"),"(",v("(",!1),m("Close Parenthesis"),")",v(")",!1),m("Comma"),",",v(",",!1),m("Period"),".",v(".",!1),m("Asterisk"),"*",v("*",!1),m("Question Mark"),"?",v("?",!1),m("Single Quote"),m("Double Quote"),m("Backtick"),m("Tilde"),"~",v("~",!1),m("Plus"),"+",v("+",!1),m("Minus"),"-",v("-",!1),"=",v("=",!1),m("Ampersand"),"&",v("&",!1),m("Pipe"),"|",v("|",!1),"%",v("%",!1),"<",v("<",!1),">",v(">",!1),m("Exclamation"),"!",v("!",!1),m("Semicolon"),";",v(";",!1),m("Colon"),m("Forward Slash"),"/",v("/",!1),m("Backslash"),"\\",v("\\",!1),m("Operator characters"),/^[\-+*\/<>=~!@#%\^&|`]/,k(["-","+","*","/","<",">","=","~","!","@","#","%","^","&","|","`"],!1,!1),"abort",v("ABORT",!0),"action",v("ACTION",!0),"add",v("ADD",!0),"after",v("AFTER",!0),"alter",v("ALTER",!0),"analyze",v("ANALYZE",!0),"and",v("AND",!0),"array",v("ARRAY",!0),"as",v("AS",!0),"asc",v("ASC",!0),"attach",v("ATTACH",!0),"autoincrement",v("AUTOINCREMENT",!0),"before",v("BEFORE",!0),"begin",v("BEGIN",!0),"between",v("BETWEEN",!0),"by",v("BY",!0),"cascade",v("CASCADE",!0),"case",v("CASE",!0),"cast",v("CAST",!0),"check",v("CHECK",!0),"collate",v("COLLATE",!0),"column",v("COLUMN",!0),"commit",v("COMMIT",!0),"conflict",v("CONFLICT",!0),"constraint",v("CONSTRAINT",!0),"create",v("CREATE",!0),"cross",v("CROSS",!0),"current_date",v("CURRENT_DATE",!0),"current_time",v("CURRENT_TIME",!0),"current_timestamp",v("CURRENT_TIMESTAMP",!0),"database",v("DATABASE",!0),"default",v("DEFAULT",!0),"deferrable",v("DEFERRABLE",!0),"deferred",v("DEFERRED",!0),"delete",v("DELETE",!0),"desc",v("DESC",!0),"detach",v("DETACH",!0),"distinct",v("DISTINCT",!0),"drop",v("DROP",!0),"each",v("EACH",!0),"else",v("ELSE",!0),"end",v("END",!0),"escape",v("ESCAPE",!0),"except",v("EXCEPT",!0),"exclusive",v("EXCLUSIVE",!0),"exists",v("EXISTS",!0),"explain",v("EXPLAIN",!0),"fail",v("FAIL",!0),"first",v("FIRST",!0),"for",v("FOR",!0),"foreign",v("FOREIGN",!0),"from",v("FROM",!0),"full",v("FULL",!0),"glob",v("GLOB",!0),"group",v("GROUP",!0),"having",v("HAVING",!0),"if",v("IF",!0),"ignore",v("IGNORE",!0),"ilike",v("ILIKE",!0),"immediate",v("IMMEDIATE",!0),"in",v("IN",!0),"index",v("INDEX",!0),"indexed",v("INDEXED",!0),"initially",v("INITIALLY",!0),"inner",v("INNER",!0),"insert",v("INSERT",!0),"instead",v("INSTEAD",!0),"intersect",v("INTERSECT",!0),"into",v("INTO",!0),"is",v("IS",!0),"isnull",v("ISNULL",!0),"join",v("JOIN",!0),"key",v("KEY",!0),"last",v("LAST",!0),"lateral",v("LATERAL",!0),"left",v("LEFT",!0),"like",v("LIKE",!0),"limit",v("LIMIT",!0),"locked",v("LOCKED",!0),"match",v("MATCH",!0),"natural",v("NATURAL",!0),"no",v("NO",!0),"not",v("NOT",!0),"notnull",v("NOTNULL",!0),"nowait",v("NOWAIT",!0),"nulls",v("NULLS",!0),"of",v("OF",!0),"offset",v("OFFSET",!0),"on",v("ON",!0),"only",v("ONLY",!0),"or",v("OR",!0),"order",v("ORDER",!0),"outer",v("OUTER",!0),"over",v("OVER",!0),"partition",v("PARTITION",!0),"plan",v("PLAN",!0),"pragma",v("PRAGMA",!0),"primary",v("PRIMARY",!0),"query",v("QUERY",!0),"raise",v("RAISE",!0),"read",v("READ",!0),"recursive",v("RECURSIVE",!0),"references",v("REFERENCES",!0),"regexp",v("REGEXP",!0),"reindex",v("REINDEX",!0),"release",v("RELEASE",!0),"rename",v("RENAME",!0),"replace",v("REPLACE",!0),"restrict",v("RESTRICT",!0),"returning",v("RETURNING",!0),"right",v("RIGHT",!0),"rollback",v("ROLLBACK",!0),"row",v("ROW",!0),"rowid",v("ROWID",!0),"savepoint",v("SAVEPOINT",!0),"select",v("SELECT",!0),"set",v("SET",!0),"share",v("SHARE",!0),"show",v("SHOW",!0),"skip",v("SKIP",!0),"table",v("TABLE",!0),"temp",v("TEMP",!0),"temporary",v("TEMPORARY",!0),"then",v("THEN",!0),"to",v("TO",!0),"trigger",v("TRIGGER",!0),"union",v("UNION",!0),"unique",v("UNIQUE",!0),"update",v("UPDATE",!0),"using",v("USING",!0),"vacuum",v("VACUUM",!0),"values",v("VALUES",!0),"view",v("VIEW",!0),"virtual",v("VIRTUAL",!0),"when",v("WHEN",!0),"where",v("WHERE",!0),"window",v("WINDOW",!0),"with",v("WITH",!0),"without",v("WITHOUT",!0),function(c){return q(c)},function(){return null},m("Line Comment"),"--",v("--",!1),/^[\n\v\f\r]/,k([`
1
+ "use strict";(()=>{var i4=Object.create;var zf=Object.defineProperty;var a4=Object.getOwnPropertyDescriptor;var s4=Object.getOwnPropertyNames;var o4=Object.getPrototypeOf,l4=Object.prototype.hasOwnProperty;var tt=(e=>typeof require<"u"?require:typeof Proxy<"u"?new Proxy(e,{get:(t,r)=>(typeof require<"u"?require:t)[r]}):e)(function(e){if(typeof require<"u")return require.apply(this,arguments);throw new Error('Dynamic require of "'+e+'" is not supported')});var g=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports);var u4=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of s4(t))!l4.call(e,i)&&i!==r&&zf(e,i,{get:()=>t[i],enumerable:!(n=a4(t,i))||n.enumerable});return e};var It=(e,t,r)=>(r=e!=null?i4(o4(e)):{},u4(t||!e||!e.__esModule?zf(r,"default",{value:e,enumerable:!0}):r,e));var Kh=g((LQ,Yh)=>{"use strict";function xR(e){var t=Number(e.version.split(".")[0]);if(t>=2)e.mixin({beforeCreate:n});else{var r=e.prototype._init;e.prototype._init=function(i){i===void 0&&(i={}),i.init=i.init?[n].concat(i.init):n,r.call(this,i)}}function n(){var i=this.$options;i.store?this.$store=typeof i.store=="function"?i.store():i.store:i.parent&&i.parent.$store&&(this.$store=i.parent.$store)}}var RR=typeof window<"u"?window:typeof global<"u"?global:{},wn=RR.__VUE_DEVTOOLS_GLOBAL_HOOK__;function CR(e){!wn||(e._devtoolHook=wn,wn.emit("vuex:init",e),wn.on("vuex:travel-to-state",function(t){e.replaceState(t)}),e.subscribe(function(t,r){wn.emit("vuex:mutation",t,r)},{prepend:!0}),e.subscribeAction(function(t,r){wn.emit("vuex:action",t,r)},{prepend:!0}))}function NR(e,t){return e.filter(t)[0]}function xu(e,t){if(t===void 0&&(t=[]),e===null||typeof e!="object")return e;var r=NR(t,function(i){return i.original===e});if(r)return r.copy;var n=Array.isArray(e)?[]:{};return t.push({original:e,copy:n}),Object.keys(e).forEach(function(i){n[i]=xu(e[i],t)}),n}function In(e,t){Object.keys(e).forEach(function(r){return t(e[r],r)})}function $h(e){return e!==null&&typeof e=="object"}function OR(e){return e&&typeof e.then=="function"}function wR(e,t){return function(){return e(t)}}var At=function(t,r){this.runtime=r,this._children=Object.create(null),this._rawModule=t;var n=t.state;this.state=(typeof n=="function"?n():n)||{}},Fh={namespaced:{configurable:!0}};Fh.namespaced.get=function(){return!!this._rawModule.namespaced};At.prototype.addChild=function(t,r){this._children[t]=r};At.prototype.removeChild=function(t){delete this._children[t]};At.prototype.getChild=function(t){return this._children[t]};At.prototype.hasChild=function(t){return t in this._children};At.prototype.update=function(t){this._rawModule.namespaced=t.namespaced,t.actions&&(this._rawModule.actions=t.actions),t.mutations&&(this._rawModule.mutations=t.mutations),t.getters&&(this._rawModule.getters=t.getters)};At.prototype.forEachChild=function(t){In(this._children,t)};At.prototype.forEachGetter=function(t){this._rawModule.getters&&In(this._rawModule.getters,t)};At.prototype.forEachAction=function(t){this._rawModule.actions&&In(this._rawModule.actions,t)};At.prototype.forEachMutation=function(t){this._rawModule.mutations&&In(this._rawModule.mutations,t)};Object.defineProperties(At.prototype,Fh);var qr=function(t){this.register([],t,!1)};qr.prototype.get=function(t){return t.reduce(function(r,n){return r.getChild(n)},this.root)};qr.prototype.getNamespace=function(t){var r=this.root;return t.reduce(function(n,i){return r=r.getChild(i),n+(r.namespaced?i+"/":"")},"")};qr.prototype.update=function(t){Uh([],this.root,t)};qr.prototype.register=function(t,r,n){var i=this;n===void 0&&(n=!0);var a=new At(r,n);if(t.length===0)this.root=a;else{var s=this.get(t.slice(0,-1));s.addChild(t[t.length-1],a)}r.modules&&In(r.modules,function(o,l){i.register(t.concat(l),o,n)})};qr.prototype.unregister=function(t){var r=this.get(t.slice(0,-1)),n=t[t.length-1],i=r.getChild(n);!i||!i.runtime||r.removeChild(n)};qr.prototype.isRegistered=function(t){var r=this.get(t.slice(0,-1)),n=t[t.length-1];return r?r.hasChild(n):!1};function Uh(e,t,r){if(t.update(r),r.modules)for(var n in r.modules){if(!t.getChild(n))return;Uh(e.concat(n),t.getChild(n),r.modules[n])}}var Ze,ot=function(t){var r=this;t===void 0&&(t={}),!Ze&&typeof window<"u"&&window.Vue&&zh(window.Vue);var n=t.plugins;n===void 0&&(n=[]);var i=t.strict;i===void 0&&(i=!1),this._committing=!1,this._actions=Object.create(null),this._actionSubscribers=[],this._mutations=Object.create(null),this._wrappedGetters=Object.create(null),this._modules=new qr(t),this._modulesNamespaceMap=Object.create(null),this._subscribers=[],this._watcherVM=new Ze,this._makeLocalGettersCache=Object.create(null);var a=this,s=this,o=s.dispatch,l=s.commit;this.dispatch=function(E,y){return o.call(a,E,y)},this.commit=function(E,y,T){return l.call(a,E,y,T)},this.strict=i;var u=this._modules.root.state;xs(this,u,[],this._modules.root),Cu(this,u),n.forEach(function(h){return h(r)});var d=t.devtools!==void 0?t.devtools:Ze.config.devtools;d&&CR(this)},Ru={state:{configurable:!0}};Ru.state.get=function(){return this._vm._data.$$state};Ru.state.set=function(e){};ot.prototype.commit=function(t,r,n){var i=this,a=Ts(t,r,n),s=a.type,o=a.payload,l=a.options,u={type:s,payload:o},d=this._mutations[s];!d||(this._withCommit(function(){d.forEach(function(E){E(o)})}),this._subscribers.slice().forEach(function(h){return h(u,i.state)}))};ot.prototype.dispatch=function(t,r){var n=this,i=Ts(t,r),a=i.type,s=i.payload,o={type:a,payload:s},l=this._actions[a];if(!!l){try{this._actionSubscribers.slice().filter(function(d){return d.before}).forEach(function(d){return d.before(o,n.state)})}catch{}var u=l.length>1?Promise.all(l.map(function(d){return d(s)})):l[0](s);return new Promise(function(d,h){u.then(function(E){try{n._actionSubscribers.filter(function(y){return y.after}).forEach(function(y){return y.after(o,n.state)})}catch{}d(E)},function(E){try{n._actionSubscribers.filter(function(y){return y.error}).forEach(function(y){return y.error(o,n.state,E)})}catch{}h(E)})})}};ot.prototype.subscribe=function(t,r){return qh(t,this._subscribers,r)};ot.prototype.subscribeAction=function(t,r){var n=typeof t=="function"?{before:t}:t;return qh(n,this._actionSubscribers,r)};ot.prototype.watch=function(t,r,n){var i=this;return this._watcherVM.$watch(function(){return t(i.state,i.getters)},r,n)};ot.prototype.replaceState=function(t){var r=this;this._withCommit(function(){r._vm._data.$$state=t})};ot.prototype.registerModule=function(t,r,n){n===void 0&&(n={}),typeof t=="string"&&(t=[t]),this._modules.register(t,r),xs(this,this.state,t,this._modules.get(t),n.preserveState),Cu(this,this.state)};ot.prototype.unregisterModule=function(t){var r=this;typeof t=="string"&&(t=[t]),this._modules.unregister(t),this._withCommit(function(){var n=Nu(r.state,t.slice(0,-1));Ze.delete(n,t[t.length-1])}),jh(this)};ot.prototype.hasModule=function(t){return typeof t=="string"&&(t=[t]),this._modules.isRegistered(t)};ot.prototype.hotUpdate=function(t){this._modules.update(t),jh(this,!0)};ot.prototype._withCommit=function(t){var r=this._committing;this._committing=!0,t(),this._committing=r};Object.defineProperties(ot.prototype,Ru);function qh(e,t,r){return t.indexOf(e)<0&&(r&&r.prepend?t.unshift(e):t.push(e)),function(){var n=t.indexOf(e);n>-1&&t.splice(n,1)}}function jh(e,t){e._actions=Object.create(null),e._mutations=Object.create(null),e._wrappedGetters=Object.create(null),e._modulesNamespaceMap=Object.create(null);var r=e.state;xs(e,r,[],e._modules.root,!0),Cu(e,r,t)}function Cu(e,t,r){var n=e._vm;e.getters={},e._makeLocalGettersCache=Object.create(null);var i=e._wrappedGetters,a={};In(i,function(o,l){a[l]=wR(o,e),Object.defineProperty(e.getters,l,{get:function(){return e._vm[l]},enumerable:!0})});var s=Ze.config.silent;Ze.config.silent=!0,e._vm=new Ze({data:{$$state:t},computed:a}),Ze.config.silent=s,e.strict&&BR(e),n&&(r&&e._withCommit(function(){n._data.$$state=null}),Ze.nextTick(function(){return n.$destroy()}))}function xs(e,t,r,n,i){var a=!r.length,s=e._modules.getNamespace(r);if(n.namespaced&&(e._modulesNamespaceMap[s],e._modulesNamespaceMap[s]=n),!a&&!i){var o=Nu(t,r.slice(0,-1)),l=r[r.length-1];e._withCommit(function(){Ze.set(o,l,n.state)})}var u=n.context=IR(e,s,r);n.forEachMutation(function(d,h){var E=s+h;LR(e,E,d,u)}),n.forEachAction(function(d,h){var E=d.root?h:s+h,y=d.handler||d;DR(e,E,y,u)}),n.forEachGetter(function(d,h){var E=s+h;kR(e,E,d,u)}),n.forEachChild(function(d,h){xs(e,t,r.concat(h),d,i)})}function IR(e,t,r){var n=t==="",i={dispatch:n?e.dispatch:function(a,s,o){var l=Ts(a,s,o),u=l.payload,d=l.options,h=l.type;return(!d||!d.root)&&(h=t+h),e.dispatch(h,u)},commit:n?e.commit:function(a,s,o){var l=Ts(a,s,o),u=l.payload,d=l.options,h=l.type;(!d||!d.root)&&(h=t+h),e.commit(h,u,d)}};return Object.defineProperties(i,{getters:{get:n?function(){return e.getters}:function(){return SR(e,t)}},state:{get:function(){return Nu(e.state,r)}}}),i}function SR(e,t){if(!e._makeLocalGettersCache[t]){var r={},n=t.length;Object.keys(e.getters).forEach(function(i){if(i.slice(0,n)===t){var a=i.slice(n);Object.defineProperty(r,a,{get:function(){return e.getters[i]},enumerable:!0})}}),e._makeLocalGettersCache[t]=r}return e._makeLocalGettersCache[t]}function LR(e,t,r,n){var i=e._mutations[t]||(e._mutations[t]=[]);i.push(function(s){r.call(e,n.state,s)})}function DR(e,t,r,n){var i=e._actions[t]||(e._actions[t]=[]);i.push(function(s){var o=r.call(e,{dispatch:n.dispatch,commit:n.commit,getters:n.getters,state:n.state,rootGetters:e.getters,rootState:e.state},s);return OR(o)||(o=Promise.resolve(o)),e._devtoolHook?o.catch(function(l){throw e._devtoolHook.emit("vuex:error",l),l}):o})}function kR(e,t,r,n){e._wrappedGetters[t]||(e._wrappedGetters[t]=function(a){return r(n.state,n.getters,a.state,a.getters)})}function BR(e){e._vm.$watch(function(){return this._data.$$state},function(){},{deep:!0,sync:!0})}function Nu(e,t){return t.reduce(function(r,n){return r[n]},e)}function Ts(e,t,r){return $h(e)&&e.type&&(r=t,t=e,e=e.type),{type:e,payload:t,options:r}}function zh(e){Ze&&e===Ze||(Ze=e,xR(Ze))}var Vh=Cs(function(e,t){var r={};return Rs(t).forEach(function(n){var i=n.key,a=n.val;r[i]=function(){var o=this.$store.state,l=this.$store.getters;if(e){var u=Ns(this.$store,"mapState",e);if(!u)return;o=u.context.state,l=u.context.getters}return typeof a=="function"?a.call(this,o,l):o[a]},r[i].vuex=!0}),r}),Hh=Cs(function(e,t){var r={};return Rs(t).forEach(function(n){var i=n.key,a=n.val;r[i]=function(){for(var o=[],l=arguments.length;l--;)o[l]=arguments[l];var u=this.$store.commit;if(e){var d=Ns(this.$store,"mapMutations",e);if(!d)return;u=d.context.commit}return typeof a=="function"?a.apply(this,[u].concat(o)):u.apply(this.$store,[a].concat(o))}}),r}),Gh=Cs(function(e,t){var r={};return Rs(t).forEach(function(n){var i=n.key,a=n.val;a=e+a,r[i]=function(){if(!(e&&!Ns(this.$store,"mapGetters",e)))return this.$store.getters[a]},r[i].vuex=!0}),r}),Wh=Cs(function(e,t){var r={};return Rs(t).forEach(function(n){var i=n.key,a=n.val;r[i]=function(){for(var o=[],l=arguments.length;l--;)o[l]=arguments[l];var u=this.$store.dispatch;if(e){var d=Ns(this.$store,"mapActions",e);if(!d)return;u=d.context.dispatch}return typeof a=="function"?a.apply(this,[u].concat(o)):u.apply(this.$store,[a].concat(o))}}),r}),MR=function(e){return{mapState:Vh.bind(null,e),mapGetters:Gh.bind(null,e),mapMutations:Hh.bind(null,e),mapActions:Wh.bind(null,e)}};function Rs(e){return PR(e)?Array.isArray(e)?e.map(function(t){return{key:t,val:t}}):Object.keys(e).map(function(t){return{key:t,val:e[t]}}):[]}function PR(e){return Array.isArray(e)||$h(e)}function Cs(e){return function(t,r){return typeof t!="string"?(r=t,t=""):t.charAt(t.length-1)!=="/"&&(t+="/"),e(t,r)}}function Ns(e,t,r){var n=e._modulesNamespaceMap[r];return n}function $R(e){e===void 0&&(e={});var t=e.collapsed;t===void 0&&(t=!0);var r=e.filter;r===void 0&&(r=function(d,h,E){return!0});var n=e.transformer;n===void 0&&(n=function(d){return d});var i=e.mutationTransformer;i===void 0&&(i=function(d){return d});var a=e.actionFilter;a===void 0&&(a=function(d,h){return!0});var s=e.actionTransformer;s===void 0&&(s=function(d){return d});var o=e.logMutations;o===void 0&&(o=!0);var l=e.logActions;l===void 0&&(l=!0);var u=e.logger;return u===void 0&&(u=console),function(d){var h=xu(d.state);typeof u>"u"||(o&&d.subscribe(function(E,y){var T=xu(y);if(r(E,h,T)){var _=Ph(),I=i(E),C="mutation "+E.type+_;Bh(u,C,t),u.log("%c prev state","color: #9E9E9E; font-weight: bold",n(h)),u.log("%c mutation","color: #03A9F4; font-weight: bold",I),u.log("%c next state","color: #4CAF50; font-weight: bold",n(T)),Mh(u)}h=T}),l&&d.subscribeAction(function(E,y){if(a(E,y)){var T=Ph(),_=s(E),I="action "+E.type+T;Bh(u,I,t),u.log("%c action","color: #03A9F4; font-weight: bold",_),Mh(u)}}))}}function Bh(e,t,r){var n=r?e.groupCollapsed:e.group;try{n.call(e,t)}catch{e.log(t)}}function Mh(e){try{e.groupEnd()}catch{e.log("\u2014\u2014 log end \u2014\u2014")}}function Ph(){var e=new Date;return" @ "+As(e.getHours(),2)+":"+As(e.getMinutes(),2)+":"+As(e.getSeconds(),2)+"."+As(e.getMilliseconds(),3)}function FR(e,t){return new Array(t+1).join(e)}function As(e,t){return FR("0",t-e.toString().length)+e}var UR={Store:ot,install:zh,version:"3.6.2",mapState:Vh,mapMutations:Hh,mapGetters:Gh,mapActions:Wh,createNamespacedHelpers:MR,createLogger:$R};Yh.exports=UR});var Xh=g(()=>{});var Zh=g((Os,Jh)=>{(function(e,t){typeof Os=="object"?Jh.exports=Os=t():typeof define=="function"&&define.amd?define([],t):e.CryptoJS=t()})(Os,function(){var e=e||function(t,r){var n;if(typeof window<"u"&&window.crypto&&(n=window.crypto),typeof self<"u"&&self.crypto&&(n=self.crypto),typeof globalThis<"u"&&globalThis.crypto&&(n=globalThis.crypto),!n&&typeof window<"u"&&window.msCrypto&&(n=window.msCrypto),!n&&typeof global<"u"&&global.crypto&&(n=global.crypto),!n&&typeof tt=="function")try{n=Xh()}catch{}var i=function(){if(n){if(typeof n.getRandomValues=="function")try{return n.getRandomValues(new Uint32Array(1))[0]}catch{}if(typeof n.randomBytes=="function")try{return n.randomBytes(4).readInt32LE()}catch{}}throw new Error("Native crypto module could not be used to get secure random number.")},a=Object.create||function(){function C(){}return function(N){var M;return C.prototype=N,M=new C,C.prototype=null,M}}(),s={},o=s.lib={},l=o.Base=function(){return{extend:function(C){var N=a(this);return C&&N.mixIn(C),(!N.hasOwnProperty("init")||this.init===N.init)&&(N.init=function(){N.$super.init.apply(this,arguments)}),N.init.prototype=N,N.$super=this,N},create:function(){var C=this.extend();return C.init.apply(C,arguments),C},init:function(){},mixIn:function(C){for(var N in C)C.hasOwnProperty(N)&&(this[N]=C[N]);C.hasOwnProperty("toString")&&(this.toString=C.toString)},clone:function(){return this.init.prototype.extend(this)}}}(),u=o.WordArray=l.extend({init:function(C,N){C=this.words=C||[],N!=r?this.sigBytes=N:this.sigBytes=C.length*4},toString:function(C){return(C||h).stringify(this)},concat:function(C){var N=this.words,M=C.words,L=this.sigBytes,H=C.sigBytes;if(this.clamp(),L%4)for(var B=0;B<H;B++){var j=M[B>>>2]>>>24-B%4*8&255;N[L+B>>>2]|=j<<24-(L+B)%4*8}else for(var ce=0;ce<H;ce+=4)N[L+ce>>>2]=M[ce>>>2];return this.sigBytes+=H,this},clamp:function(){var C=this.words,N=this.sigBytes;C[N>>>2]&=4294967295<<32-N%4*8,C.length=t.ceil(N/4)},clone:function(){var C=l.clone.call(this);return C.words=this.words.slice(0),C},random:function(C){for(var N=[],M=0;M<C;M+=4)N.push(i());return new u.init(N,C)}}),d=s.enc={},h=d.Hex={stringify:function(C){for(var N=C.words,M=C.sigBytes,L=[],H=0;H<M;H++){var B=N[H>>>2]>>>24-H%4*8&255;L.push((B>>>4).toString(16)),L.push((B&15).toString(16))}return L.join("")},parse:function(C){for(var N=C.length,M=[],L=0;L<N;L+=2)M[L>>>3]|=parseInt(C.substr(L,2),16)<<24-L%8*4;return new u.init(M,N/2)}},E=d.Latin1={stringify:function(C){for(var N=C.words,M=C.sigBytes,L=[],H=0;H<M;H++){var B=N[H>>>2]>>>24-H%4*8&255;L.push(String.fromCharCode(B))}return L.join("")},parse:function(C){for(var N=C.length,M=[],L=0;L<N;L++)M[L>>>2]|=(C.charCodeAt(L)&255)<<24-L%4*8;return new u.init(M,N)}},y=d.Utf8={stringify:function(C){try{return decodeURIComponent(escape(E.stringify(C)))}catch{throw new Error("Malformed UTF-8 data")}},parse:function(C){return E.parse(unescape(encodeURIComponent(C)))}},T=o.BufferedBlockAlgorithm=l.extend({reset:function(){this._data=new u.init,this._nDataBytes=0},_append:function(C){typeof C=="string"&&(C=y.parse(C)),this._data.concat(C),this._nDataBytes+=C.sigBytes},_process:function(C){var N,M=this._data,L=M.words,H=M.sigBytes,B=this.blockSize,j=B*4,ce=H/j;C?ce=t.ceil(ce):ce=t.max((ce|0)-this._minBufferSize,0);var de=ce*B,je=t.min(de*4,H);if(de){for(var Ae=0;Ae<de;Ae+=B)this._doProcessBlock(L,Ae);N=L.splice(0,de),M.sigBytes-=je}return new u.init(N,je)},clone:function(){var C=l.clone.call(this);return C._data=this._data.clone(),C},_minBufferSize:0}),_=o.Hasher=T.extend({cfg:l.extend(),init:function(C){this.cfg=this.cfg.extend(C),this.reset()},reset:function(){T.reset.call(this),this._doReset()},update:function(C){return this._append(C),this._process(),this},finalize:function(C){C&&this._append(C);var N=this._doFinalize();return N},blockSize:512/32,_createHelper:function(C){return function(N,M){return new C.init(M).finalize(N)}},_createHmacHelper:function(C){return function(N,M){return new I.HMAC.init(C,M).finalize(N)}}}),I=s.algo={};return s}(Math);return e})});var Ou=g((ws,Qh)=>{(function(e,t){typeof ws=="object"?Qh.exports=ws=t(Zh()):typeof define=="function"&&define.amd?define(["./core"],t):t(e.CryptoJS)})(ws,function(e){return function(t){var r=e,n=r.lib,i=n.WordArray,a=n.Hasher,s=r.algo,o=[],l=[];(function(){function h(_){for(var I=t.sqrt(_),C=2;C<=I;C++)if(!(_%C))return!1;return!0}function E(_){return(_-(_|0))*4294967296|0}for(var y=2,T=0;T<64;)h(y)&&(T<8&&(o[T]=E(t.pow(y,1/2))),l[T]=E(t.pow(y,1/3)),T++),y++})();var u=[],d=s.SHA256=a.extend({_doReset:function(){this._hash=new i.init(o.slice(0))},_doProcessBlock:function(h,E){for(var y=this._hash.words,T=y[0],_=y[1],I=y[2],C=y[3],N=y[4],M=y[5],L=y[6],H=y[7],B=0;B<64;B++){if(B<16)u[B]=h[E+B]|0;else{var j=u[B-15],ce=(j<<25|j>>>7)^(j<<14|j>>>18)^j>>>3,de=u[B-2],je=(de<<15|de>>>17)^(de<<13|de>>>19)^de>>>10;u[B]=ce+u[B-7]+je+u[B-16]}var Ae=N&M^~N&L,x=T&_^T&I^_&I,$=(T<<30|T>>>2)^(T<<19|T>>>13)^(T<<10|T>>>22),Y=(N<<26|N>>>6)^(N<<21|N>>>11)^(N<<7|N>>>25),V=H+Y+Ae+l[B]+u[B],J=$+x;H=L,L=M,M=N,N=C+V|0,C=I,I=_,_=T,T=V+J|0}y[0]=y[0]+T|0,y[1]=y[1]+_|0,y[2]=y[2]+I|0,y[3]=y[3]+C|0,y[4]=y[4]+N|0,y[5]=y[5]+M|0,y[6]=y[6]+L|0,y[7]=y[7]+H|0},_doFinalize:function(){var h=this._data,E=h.words,y=this._nDataBytes*8,T=h.sigBytes*8;return E[T>>>5]|=128<<24-T%32,E[(T+64>>>9<<4)+14]=t.floor(y/4294967296),E[(T+64>>>9<<4)+15]=y,h.sigBytes=E.length*4,this._process(),this._hash},clone:function(){var h=a.clone.call(this);return h._hash=this._hash.clone(),h}});r.SHA256=a._createHelper(d),r.HmacSHA256=a._createHmacHelper(d)}(Math),e.SHA256})});var t0=g((e0,wu)=>{(function(e){if(typeof e0=="object"&&typeof wu<"u")wu.exports=e();else if(typeof define=="function"&&define.amd)define([],e);else{var t;typeof window<"u"?t=window:typeof global<"u"?t=global:typeof self<"u"?t=self:t=this,t.sqliteParser=e()}})(function(){var e,t,r;return function(){function n(i,a,s){function o(d,h){if(!a[d]){if(!i[d]){var E=typeof tt=="function"&&tt;if(!h&&E)return E(d,!0);if(l)return l(d,!0);var y=new Error("Cannot find module '"+d+"'");throw y.code="MODULE_NOT_FOUND",y}var T=a[d]={exports:{}};i[d][0].call(T.exports,function(_){var I=i[d][1][_];return o(I||_)},T,T.exports,n,i,a,s)}return a[d].exports}for(var l=typeof tt=="function"&&tt,u=0;u<s.length;u++)o(s[u]);return o}return n}()({"./streaming":[function(n,i,a){"use strict";Object.defineProperty(a,"__esModule",{value:!0});function s(u,d){if(!(u instanceof d))throw new TypeError("Cannot call a class as a function")}var o=a.SqliteParserTransform=function u(d){throw s(this,u),new Error("SqliteParserTransform is not available in this environment")},l=a.SingleNodeTransform=function u(d){throw s(this,u),new Error("SingleNodeTransform is not available in this environment")}},{}],1:[function(n,i,a){"use strict";Object.defineProperty(a,"__esModule",{value:!0}),a.default=u;var s=n("./parser"),o=n("./tracer"),l=n("./streaming");function u(d,h,E){var y=(0,o.Tracer)();arguments.length===2&&typeof h=="function"&&(E=h,h={});var T=typeof E=="function",_={tracer:y,startRule:"start"};if(h&&h.streaming&&(_.startRule="start_streaming"),T)setTimeout(function(){var I=void 0,C=void 0;try{I=(0,s.parse)(d,_)}catch(N){C=N instanceof s.SyntaxError?y.smartError(N):N}E(C,I)},0);else try{return(0,s.parse)(d,_)}catch(I){throw I instanceof s.SyntaxError?y.smartError(I):I}}u.createParser=function(){return new l.SqliteParserTransform},u.createStitcher=function(){return new l.SingleNodeTransform},u.NAME="sqlite-parser",u.VERSION="1.5.0",i.exports=a.default},{"./parser":2,"./streaming":"./streaming","./tracer":3}],2:[function(n,i,a){"use strict";var s=function(){function y(T,_){var I=[],C=!0,N=!1,M=void 0;try{for(var L=T[Symbol.iterator](),H;!(C=(H=L.next()).done)&&(I.push(H.value),!(_&&I.length===_));C=!0);}catch(B){N=!0,M=B}finally{try{!C&&L.return&&L.return()}finally{if(N)throw M}}return I}return function(T,_){if(Array.isArray(T))return T;if(Symbol.iterator in Object(T))return y(T,_);throw new TypeError("Invalid attempt to destructure non-iterable instance")}}(),o=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(y){return typeof y}:function(y){return y&&typeof Symbol=="function"&&y.constructor===Symbol&&y!==Symbol.prototype?"symbol":typeof y};function l(y){if(Array.isArray(y)){for(var T=0,_=Array(y.length);T<y.length;T++)_[T]=y[T];return _}else return Array.from(y)}function u(y,T){function _(){this.constructor=y}_.prototype=T.prototype,y.prototype=new _}function d(y,T,_,I){this.message=y,this.expected=T,this.found=_,this.location=I,this.name="SyntaxError",typeof Error.captureStackTrace=="function"&&Error.captureStackTrace(this,d)}u(d,Error),d.buildMessage=function(y,T){var _={literal:function(j){return'"'+C(j.text)+'"'},class:function(j){var ce=j.parts.map(function(de){return Array.isArray(de)?N(de[0])+"-"+N(de[1]):N(de)});return"["+(j.inverted?"^":"")+ce+"]"},any:function(j){return"any character"},end:function(j){return"end of input"},other:function(j){return j.description}};function I(B){return B.charCodeAt(0).toString(16).toUpperCase()}function C(B){return B.replace(/\\/g,"\\\\").replace(/"/g,'\\"').replace(/\0/g,"\\0").replace(/\t/g,"\\t").replace(/\n/g,"\\n").replace(/\r/g,"\\r").replace(/[\x00-\x0F]/g,function(j){return"\\x0"+I(j)}).replace(/[\x10-\x1F\x7F-\x9F]/g,function(j){return"\\x"+I(j)})}function N(B){return B.replace(/\\/g,"\\\\").replace(/\]/g,"\\]").replace(/\^/g,"\\^").replace(/-/g,"\\-").replace(/\0/g,"\\0").replace(/\t/g,"\\t").replace(/\n/g,"\\n").replace(/\r/g,"\\r").replace(/[\x00-\x0F]/g,function(j){return"\\x0"+I(j)}).replace(/[\x10-\x1F\x7F-\x9F]/g,function(j){return"\\x"+I(j)})}function M(B){return _[B.type](B)}function L(B){var j=B.map(M),ce,de;if(j.sort(),j.length>0){for(ce=1,de=1;ce<j.length;ce++)j[ce-1]!==j[ce]&&(j[de]=j[ce],de++);j.length=de}switch(j.length){case 1:return j[0];case 2:return j[0]+" or "+j[1];default:return j.slice(0,-1).join(", ")+", or "+j[j.length-1]}}function H(B){return B?'"'+C(B)+'"':"end of input"}return"Expected "+L(y)+" but "+H(T)+" found."};function h(){this.indentLevel=0}h.prototype.trace=function(y){var T=this;function _(I){function C(M,L){var H="",B;for(B=0;B<L;B++)H+=M;return H}function N(M,L){return M+C(" ",L-M.length)}(typeof console>"u"?"undefined":o(console))==="object"&&console.log(I.location.start.line+":"+I.location.start.column+"-"+I.location.end.line+":"+I.location.end.column+" "+N(I.type,10)+" "+C(" ",T.indentLevel)+I.rule)}switch(y.type){case"rule.enter":_(y),this.indentLevel++;break;case"rule.match":this.indentLevel--,_(y);break;case"rule.fail":this.indentLevel--,_(y);break;default:throw new Error("Invalid event type: "+y.type+".")}};function E(y,T){T=T!==void 0?T:{};var _={},I={start:0,start_streaming:1},C=0,N=[function(c){return c},function(c,p){return{type:"statement",variant:"list",statement:Me([c,p])}},function(c){return c},m("Type Definition"),function(c,p,b){return Object.assign(c,p,b)},m("Array bounds"),function(c,p){return{bounds:[c].concat(l(p))}},function(c){return{bounds:[c]}},function(c){return Te(c)?Be(c):null},function(c){return{type:"datatype",variant:c[0],affinity:c[1]}},m("Custom Datatype Name"),function(c,p){var b=ge([c,p]),F="numeric";return/int/i.test(b)?F="integer":/char|clob|text/i.test(b)?F="text":/blob/i.test(b)?F="blob":/real|floa|doub/i.test(b)&&(F="real"),{type:"datatype",variant:b,affinity:F}},/^[\t ]/,k([" "," "],!1,!1),function(c){return c},m("Type Definition Arguments"),function(c,p){return{args:{type:"expression",variant:"list",expression:Me([c,p])}}},function(c){return c},m("Null Literal"),function(c){return{type:"literal",variant:"null",value:q(c)}},m("Date Literal"),function(c){return{type:"literal",variant:"date",value:q(c)}},m("String Literal"),function(c,p){return{type:"literal",variant:"text",value:p}},m("Single-quoted String Literal"),function(c){return Ir(c,"'")},"''",v("''",!1),/^[^']/,k(["'"],!0,!1),m("Blob Literal"),/^[x]/i,k(["x"],!1,!0),function(c){return{type:"literal",variant:"blob",value:c}},m("Typed literal (or bind parameter)"),function(c,p){return{type:"expression",format:"unary",variant:"cast",expression:p,as:c}},function(c){return{type:"literal",variant:"text",value:c}},m("Number Sign"),function(c,p){return Te(c)&&(p.value=ve([c,p.value])),p},function(c,p){return{type:"literal",variant:"decimal",value:ve([c,p])}},m("Decimal Literal"),function(c,p){return ve([c,p])},function(c,p){return ve([c,p])},m("Decimal Literal Exponent"),"e",v("E",!0),/^[+\-]/,k(["+","-"],!1,!1),function(c,p,b){return ve([c,p,b])},m("Hexidecimal Literal"),"0x",v("0x",!0),function(c,p){return{type:"literal",variant:"hexidecimal",value:ve([c,p])}},/^[0-9a-f]/i,k([["0","9"],["a","f"]],!1,!0),/^[0-9]/,k([["0","9"]],!1,!1),m("Bind Parameter"),function(c){return Object.assign({type:"variable"},c)},m("Numbered Bind Parameter"),function(c,p){return{format:"numbered",name:ve([c,p])}},/^[1-9]/,k([["1","9"]],!1,!1),function(c,p){return ve([c,p])},m("Named Bind Parameter"),/^[:@]/,k([":","@"],!1,!1),function(c,p){return{format:"named",name:ve([c,p])}},m("TCL Bind Parameter"),"$",v("$",!1),":",v(":",!1),function(c,p,b){return Object.assign({format:"tcl",name:ve([c,p])},b)},function(c){return{suffix:c}},m("EXISTS Expression"),function(c,p){return Te(c)?{type:"expression",format:"unary",variant:"exists",expression:p,operator:q(c)}:p},m("EXISTS Keyword"),function(c,p){return ge([c,p])},m("RAISE Expression"),function(c,p){return Object.assign({type:"expression",format:"unary",variant:q(c),expression:p},p)},m("RAISE Expression Arguments"),function(c){return Object.assign({type:"error"},c)},m("IGNORE Keyword"),function(c){return{action:q(c)}},function(c,p){return{action:q(c),message:p}},function(c){return c},m("ARRAY expression"),function(c){return c},m("ARRAY SELECT expression"),function(c){return{type:"expression",variant:"array",expression:c}},m("array expression"),function(c){return{type:"expression",variant:"array",expression:c}},m("multi-dimensional array expression"),function(c,p){return{type:"expression",variant:"list",expression:[c].concat(l(p))}},function(c){return c},function(c,p){return Object.assign(p,{expression:c})},m("PSQL-style cast"),"::",v("::",!1),function(c,p){return{type:"expression",format:"unary",variant:"cast",expression:c,as:p}},function(c,p){return{type:"expression",format:"unary",variant:"operation",expression:p,operator:q(c)}},m("COLLATE Expression"),function(c){return Object.assign({type:"expression",format:"unary",variant:"operation",operator:"collate"},c)},function(c,p){return di(c,p)},function(c){return[null,c,null,{type:"literal",variant:"null",value:"null"}]},"not ",v("NOT ",!0),"null",v("NULL",!0),function(){return"not"},function(){return"is"},m("CAST Expression"),function(c,p,b){return{type:"expression",format:"unary",variant:q(c),expression:p,as:b}},m("Type Alias"),function(c){return c},m("CASE Expression"),function(c,p,b,F){return Object.assign({type:"expression",variant:q(c),expression:Me([b,F])},p)},function(c){return{discriminant:c}},m("WHEN Clause"),function(c,p,b){return{type:"condition",variant:q(c),condition:p,consequent:b}},m("ELSE Clause"),function(c,p){return{type:"condition",variant:q(c),consequent:p}},function(c,p){return Object.assign(p,{left:c})},m("IS DISTINCT expression"),function(c,p,b){return{type:"expression",format:"binary",variant:"operation",operation:ge([c,p]),right:b}},m("Comparison Expression"),function(c,p,b,F){return Object.assign({type:"expression",format:"binary",variant:"operation",operation:ge([c,p]),right:b},F)},m("ESCAPE Expression"),function(c,p){return{escape:p}},m("BETWEEN Expression"),function(c,p,b){return{type:"expression",format:"binary",variant:"operation",operation:ge([c,p]),right:b}},function(c,p){return di(c,[p])},function(c){return q(c)},m("IN Expression"),function(c,p,b){return{type:"expression",format:"binary",variant:"operation",operation:ge([c,p]),right:b}},m("Expression List"),function(c){return{type:"expression",variant:"list",expression:Te(c)?c:[]}},function(c,p){return Me([c,p])},m("Function Call"),function(c,p,b,F){return Object.assign({type:"function",name:c},p,F,b)},m("FILTER clause"),"filter",v("FILTER",!0),function(c){return{filter:c}},m("Function Call Arguments"),function(c){return{args:c}},function(c,p){return!Te(c)||p.expression.length>0},function(c,p){return{args:Object.assign(p,c)}},function(c){return{filter:q(c)}},m("OVER clause"),function(c){return{over:c}},m("Window name"),function(c){return{type:"identifier",variant:"window",name:c}},m("Window specification"),function(c,p,b){return Object.assign({type:"window"},c,p,b)},function(c){return{source:c}},m("window partition clause"),function(c){return{partition:c}},m("Error Message"),function(c){return c},m("Statement"),function(c,p){return Object.assign(p,c)},m("QUERY PLAN"),function(c,p){return{explain:Te(c)}},m("QUERY PLAN Keyword"),function(c,p){return ge([c,p])},m("END Transaction Statement"),function(c,p){return{type:"statement",variant:"transaction",action:"commit"}},m("BEGIN Transaction Statement"),function(c,p,b,F){return Object.assign({type:"statement",variant:"transaction",action:"begin"},p,F)},function(c){return c},function(c){return{defer:q(c)}},m("ROLLBACK Statement"),function(c,p){return Object.assign({type:"statement",variant:"transaction",action:"rollback"},p)},m("TO Clause"),function(c){return{savepoint:c}},function(c){return q(c)},m("SAVEPOINT Statement"),function(c,p){return{type:"statement",variant:c,target:p}},m("RELEASE Statement"),function(c,p,b){return{type:"statement",variant:q(c),target:b}},m("ALTER TABLE Statement"),function(c,p,b){return Object.assign({type:"statement",variant:q(c),target:p},b)},m("ALTER TABLE Keyword"),function(c,p){return ge([c,p])},m("RENAME TO Keyword"),function(c,p){return{action:q(c),name:p}},m("ADD COLUMN Keyword"),function(c,p){return{action:q(c),definition:p}},function(c,p){return Object.assign(p,c)},m("WITH Clause"),function(c,p,b){var F={variant:Te(p)?"recursive":"common"};return ae(b)&&(b=b.map(function(Q){return Object.assign(Q,F)})),{with:b}},function(c,p){return Me([c,p])},m("Common Table Expression"),function(c,p){return Object.assign({type:"expression",format:"table",variant:"common",target:c},p)},function(c){return{expression:c}},function(c,p){return Object.assign(p,c)},m("SET statement"),function(c,p,b){return Object.assign({type:"statement",variant:"set",local:c||!1,target:p},b)},"local",v("LOCAL",!0),function(){return!0},"session",v("SESSION",!0),function(){return!1},"current",v("CURRENT",!0),function(){return{kind:"current"}},function(){return{kind:"default"}},function(c){return{kind:"value",args:c}},function(c,p){return{type:"expression",variant:"list",expression:[c].concat(l(p))}},function(c){return c},function(c){return{type:"statement",variant:"show",target:c}},"time",v("TIME",!0),"zone",v("ZONE",!0),function(){return{type:"identifier",variant:"variable",name:"timezone"}},"transaction",v("TRANSACTION",!0),"isolation",v("ISOLATION",!0),"level",v("LEVEL",!0),function(){return{type:"identifier",variant:"variable",name:"transaction_isolation"}},"authorization",v("AUTHORIZATION",!0),function(){return{type:"identifier",variant:"variable",name:"session_authorization"}},"all",v("ALL",!0),function(){return{type:"identifier",variant:"variable",name:"all"}},m("ATTACH Statement"),function(c,p,b,F){return{type:"statement",variant:q(c),target:F,attach:b}},m("DETACH Statement"),function(c,p,b){return{type:"statement",variant:q(c),target:b}},m("VACUUM Statement"),function(c,p){return Object.assign({type:"statement",variant:"vacuum"},p)},function(c){return{target:c}},m("ANALYZE Statement"),function(c,p){return Object.assign({type:"statement",variant:q(c)},p)},function(c){return{target:c.name}},m("REINDEX Statement"),function(c){return{target:c.name}},m("PRAGMA Statement"),function(c,p,b){return{type:"statement",variant:q(c),target:p,args:{type:"expression",variant:"list",expression:b}}},function(c){return/^(yes|no|on|off|false|true|0|1)$/i.test(c)},function(c){return{type:"literal",variant:"boolean",normalized:/^(yes|on|true|1)$/i.test(c)?"1":"0",value:c}},function(c){return q(c)},function(c){return{type:"identifier",variant:"name",name:c}},m("SELECT Statement"),function(c,p,b,F){return Object.assign(c,p,b,F)},function(c,p,b,F){return Object.assign(c,p,F,b)},m("SELECT ... FOR locking clause"),function(){return{}},function(c,p){return{locking:Me([c,p])}},function(c){return c},function(c,p,b){return Object.assign({type:"expression",variant:"locking",strength:ve(c).toLowerCase()},p,b)},function(c){return{target:c}},function(c,p){return Me([c,p])},function(c){return{policy:ve(c).toLowerCase()}},m("WINDOW clause"),function(c){return{window:c}},function(c,p){return Object.assign(p,{target:c})},m("ORDER BY Clause"),function(c){return{order:c.result}},m("LIMIT Clause"),function(c,p,b){return{limit:Object.assign({type:"expression",variant:"limit",start:p},b)}},function(c){return{limit:{type:"expression",variant:"limit",offset:c}}},m("OFFSET Clause"),function(c,p){return{offset:p}},function(c,p){return ae(p)?{type:"statement",variant:"compound",statement:c,compound:p}:c},m("Union Operation"),function(c,p){return{type:"compound",variant:c,statement:p}},function(c,p,b,F,Q){return Object.assign({type:"statement",variant:"select"},c,p,b,F,Q)},m("SELECT Results Clause"),function(c,p){return Object.assign({result:p},c)},m("SELECT Results Modifier"),function(c){return{distinct:!0}},function(c){return{}},m("FROM Clause"),function(c,p){return{from:p}},m("WHERE Clause"),function(c,p){return{where:me(p)}},m("GROUP BY Clause"),function(c,p,b){return Object.assign({group:p},b)},m("HAVING Clause"),function(c,p){return{having:p}},function(c,p){return{type:"identifier",variant:"star",name:ve([c,p])}},function(c,p){return ve([c,p])},function(c,p){return Object.assign(c,p)},function(c,p){return ae(p)?{type:"map",variant:"join",source:c,map:p}:c},function(c,p){return Object.assign(c,p)},m("CROSS JOIN Operation"),function(c){return{type:"join",variant:"cross join",source:c}},m("JOIN Operation"),function(c,p){return{type:"join",variant:q(c),source:p}},function(c,p){return Object.assign(p,c)},function(c,p,b){return Object.assign({type:"function",variant:"table",name:c,args:p},b)},function(c,p){return{alias:c,columns:p}},function(c){return{columns:c}},function(c,p){return Me([c,p])},function(c,p,b){return Object.assign({type:"definition",variant:"column",name:c,datatype:p},b)},function(){return{lateral:!0}},m("Qualified Table"),function(c,p){return Object.assign(c,p)},m("Qualified Table Identifier"),function(c,p){return Object.assign(c,p)},m("Qualfied Table Index"),function(c,p){return{index:p}},function(c,p){return{index:ge([c,p])}},m("SELECT Source"),function(c,p){return Object.assign(c,p)},m("Subquery"),function(c,p){return Object.assign(c,p)},m("Alias"),function(c,p,b){return Object.assign({alias:p},b)},m("JOIN Operator"),function(c,p,b){return ge([c,p,b])},function(c,p){return ge([c,p])},function(c){return q(c)},m("JOIN Constraint"),function(c){return{constraint:Object.assign({type:"constraint",variant:"join"},c)}},m("Join ON Clause"),function(c,p){return{format:q(c),on:p}},m("Join USING Clause"),function(c,p){return{format:q(c),using:p}},m("VALUES Clause"),function(c,p){return{type:"statement",variant:"select",result:p}},function(c,p){return{result:Me([c,p])}},m("Ordering Expression"),function(c,p,b){return Te(p)||Te(b)?Object.assign({type:"expression",variant:"order",expression:c},p,b):c},function(c){return{nulls:q(c)}},m("Star"),m("Fallback Type"),m("INSERT Statement"),function(c,p,b,F){return Object.assign({type:"statement",variant:"insert"},c,p,b,F)},m("RETURNING clause"),function(c){return{returning:c}},m("INSERT Keyword"),function(c,p){return Object.assign({action:q(c)},p)},m("REPLACE Keyword"),function(c){return{action:q(c)}},m("INSERT OR Modifier"),function(c,p){return{or:q(p)}},function(c,p){return Object.assign({into:c},p)},m("INTO Clause"),function(c,p){return p},m("INTO Keyword"),function(c){return{result:c}},m("PostgreSQL INSERT ON CONFLICT clause"),"do",v("DO",!0),function(c,p){return{conflict:Object.assign(p,c)}},m("PostgreSQL ON CONFLICT action"),function(c,p,b){return Object.assign({action:c},p,b)},"nothing",v("NOTHING",!0),function(c){return{action:q(c)}},m("PostgreSQL ON CONFLICT expression"),function(c,p){return{on:Object.assign({columns:c},p)}},function(c){return{on:{constraint:c}}},m("Column List"),function(c,p){return{columns:Me([c,p])}},function(c){return c},m("Column Name"),function(c){return{type:"identifier",variant:"column",name:c}},function(c,p){return p},m("VALUES Keyword"),m("Wrapped Expression List"),function(c){return c},m("DEFAULT VALUES Clause"),function(c,p){return{type:"values",variant:"default"}},m("Compound Operator"),m("UNION Operator"),function(c,p){return ge([c,p])},function(c){return c},m("UPDATE Statement"),function(c,p,b,F,Q,xe,D,W){return Object.assign({type:"statement",variant:c,into:b},p,F,Q,xe,D,W)},m("UPDATE Keyword"),m("UPDATE OR Modifier"),function(c){return{or:q(c)}},m("SET Clause"),function(c){return{set:c}},m("Column Assignment"),function(c,p){return{type:"assignment",target:c,value:p}},m("UPDATE value expression"),function(){return{type:"literal",variant:"default",value:"default"}},m("DELETE Statement"),function(c,p,b,F,Q,xe){return Object.assign({type:"statement",variant:c,from:p},b,F,Q,xe)},m("DELETE Keyword"),m("CREATE Statement"),m("CREATE TABLE Statement"),function(c,p,b,F){return Object.assign({type:"statement",name:b},c,F,p)},function(c,p,b){return Object.assign({variant:c,format:q(b)},p)},function(c){return{temporary:Te(c)}},m("IF NOT EXISTS Modifier"),function(c,p,b){return{condition:me({type:"condition",variant:q(c),condition:{type:"expression",variant:q(b),operator:ge([p,b])}})}},m("Table Definition"),function(c,p,b){return Object.assign({definition:Me([c,p])},b)},function(c,p){return{optimization:[{type:"optimization",value:ge([c,p])}]}},function(c){return c},m("Column Definition"),function(c,p,b){return Object.assign({type:"definition",variant:"column",name:c,definition:Te(b)?b:[]},p)},m("Column Datatype"),function(c){return{datatype:c}},m("Column Constraint"),function(c,p,b){return Object.assign(p,c)},function(c){return c[c.length-1]},m("CONSTRAINT Name"),function(c){return{name:c}},m("FOREIGN KEY Column Constraint"),function(c){return Object.assign({variant:"foreign key"},c)},m("PRIMARY KEY Column Constraint"),function(c,p,b,F){return Object.assign(c,b,p,F)},m("PRIMARY KEY Keyword"),function(c,p){return{type:"constraint",variant:ge([c,p])}},m("AUTOINCREMENT Keyword"),function(c){return{autoIncrement:!0}},function(c,p){return Object.assign({type:"constraint",variant:c},p)},m("UNIQUE Column Constraint"),m("NULL Column Constraint"),function(c,p){return ge([c,p])},m("CHECK Column Constraint"),m("DEFAULT Column Constraint"),function(c,p){return{type:"constraint",variant:q(c),value:p}},m("COLLATE Column Constraint"),function(c){return{type:"constraint",variant:"collate",collate:c}},m("Table Constraint"),function(c,p,b){return Object.assign({type:"definition",variant:"constraint"},p,c)},m("CHECK Table Constraint"),function(c){return{definition:me(c)}},m("PRIMARY KEY Table Constraint"),function(c,p,b){return{definition:me(Object.assign(c,b,p[1])),columns:p[0]}},function(c){return{type:"constraint",variant:q(c)}},function(c,p){return ge([c,p])},m("UNIQUE Keyword"),function(c){return q(c)},function(c,p){return[c].concat(p)},function(c){return c.map(function(p){var b=s(p,1),F=b[0];return F})},function(c){var p=c.find(function(b){var F=s(b,2),Q=F[0],xe=F[1];return Te(xe)});return[c.map(function(b){var F=s(b,2),Q=F[0],xe=F[1];return Q}),p?p[1]:null]},m("Indexed Column"),function(c,p,b){var F=c;return Te(p)&&(F=Object.assign({type:"expression",variant:"order",expression:c},p)),[F,b]},m("Collation"),function(c){return{collate:me(c)}},m("Column Direction"),function(c){return{direction:q(c)}},function(c,p){return{conflict:q(p)}},m("ON CONFLICT Keyword"),function(c,p){return ge([c,p])},function(c,p){return{type:"constraint",variant:q(c),expression:p}},m("FOREIGN KEY Table Constraint"),function(c,p,b){return Object.assign({definition:me(Object.assign(c,b))},p)},m("FOREIGN KEY Keyword"),function(c,p){return{type:"constraint",variant:ge([c,p])}},function(c,p,b){return Object.assign({type:"constraint"},c,p,b)},m("REFERENCES Clause"),function(c,p){return{references:p}},function(c,p){return{action:Me([c,p])}},m("FOREIGN KEY Action Clause"),function(c,p,b){return{type:"action",variant:q(c),action:q(b)}},m("FOREIGN KEY Action"),function(c,p){return ge([c,p])},function(c){return q(c)},function(c,p){return ge([c,p])},function(c,p){return{type:"action",variant:q(c),action:p}},m("DEFERRABLE Clause"),function(c,p,b){return{defer:ge([c,p,b])}},function(c,p){return ge([c,p])},function(c){return{definition:me(c)}},m("CREATE INDEX Statement"),function(c,p,b,F,Q){return Object.assign({type:"statement",target:b,on:F},c,p,Q)},function(c,p,b){return Object.assign({variant:q(c),format:q(b)},p)},function(c){return{unique:!0}},m("ON Clause"),function(c,p,b){return{type:"identifier",variant:"expression",format:"table",name:p.name,columns:b}},m("CREATE TRIGGER Statement"),function(c,p,b,F,Q,xe,D,W){return Object.assign({type:"statement",target:b,on:Q,event:F,by:Te(xe)?xe:"row",action:me(W)},c,p,D)},function(c,p,b){return Object.assign({variant:q(c),format:q(b)},p)},m("Conditional Clause"),function(c,p){return Object.assign({type:"event"},c,p)},function(c){return{occurs:q(c)}},function(c,p){return ge([c,p])},m("Conditional Action"),function(c){return{event:q(c)}},function(c,p){return{event:q(c),of:p}},function(c,p){return p},"statement",v("STATEMENT",!0),function(c,p,b){return q(b)},function(c,p){return{when:p}},m("Actions Clause"),function(c,p,b){return p},function(c){return c},m("CREATE VIEW Statement"),function(c,p,b,F){return Object.assign({type:"statement",target:b,result:F},c,p)},function(c,p){return Object.assign({type:"identifier",variant:"expression",format:"view",name:c.name,columns:[]},p)},function(c,p,b){return Object.assign({variant:q(c),format:q(b)},p)},m("CREATE VIRTUAL TABLE Statement"),function(c,p,b,F){return Object.assign({type:"statement",target:b,result:F},c,p)},function(c,p,b){return{variant:q(c),format:q(p)}},function(c,p){return Object.assign({type:"module",variant:"virtual",name:c},p)},m("Module Arguments"),function(c){return{args:{type:"expression",variant:"list",expression:Te(c)?c:[]}}},function(c,p){return Me([c,p]).filter(function(b){return Te(b)})},m("DROP Statement"),function(c,p){return Object.assign({type:"statement",target:Object.assign(p,{variant:c.format})},c)},m("DROP Keyword"),function(c,p,b){return Object.assign({variant:q(c),format:p,condition:[]},b)},m("DROP Type"),m("IF EXISTS Keyword"),function(c,p){return{condition:[{type:"condition",variant:q(c),condition:{type:"expression",variant:q(p),operator:q(p)}}]}},m("Or"),m("Add"),m("Subtract"),m("Multiply"),m("Divide"),m("Modulo"),m("Shift Left"),m("Shift Right"),m("Logical AND"),m("Logical OR"),m("Less Than"),m("Greater Than"),m("Less Than Or Equal"),m("Greater Than Or Equal"),m("Equal"),m("Not Equal"),m("PostgreSQL custom binary operarator"),function(c){var p=c.join("");if(p.includes("--")||p.includes("/*"))return!1;var b=c[c.length-1];return b==="-"||b==="+"?p.match(/[~@#%^&|`?]/):!0},function(c){return c.join("")},m("IS"),function(c,p){return ge([c,p])},m("Identifier"),m("Database Identifier"),function(c){return{type:"identifier",variant:"database",name:c}},m("Function Identifier"),function(c,p){return{type:"identifier",variant:"function",name:ve([c,p])}},m("Table Identifier"),function(c,p){return{type:"identifier",variant:"table",name:ve([c,p])}},function(c,p){return ve([c,p])},m("Column Identifier"),function(c,p,b){return Object.assign({type:"identifier",variant:"column",name:ve([c,p])},b)},m("value indirection"),function(c){return{element:c}},function(c,p){return Me([c,p])},function(c){return{type:"indirection",variant:"attribute",attribute:c}},function(c){return{type:"indirection",variant:"star",attribute:c}},function(c,p){return Object.assign({type:"indirection",variant:"slice"},c,p)},function(c){return Object.assign({type:"indirection",variant:"slice"},c)},function(c){return{type:"indirection",variant:"index",index:c}},function(c){return{lower:c}},function(c){return{upper:c}},function(){return""},function(c,p){return ve([c,p])},m("Collation Identifier"),function(c){return{type:"identifier",variant:"collation",name:c}},m("Savepoint Identifier"),function(c){return{type:"identifier",variant:"savepoint",name:c}},m("Index Identifier"),function(c,p){return{type:"identifier",variant:"index",name:ve([c,p])}},m("Trigger Identifier"),function(c,p){return{type:"identifier",variant:"trigger",name:ve([c,p])}},m("View Identifier"),function(c,p){return{type:"identifier",variant:"view",name:ve([c,p])}},m("Pragma Identifier"),function(c,p){return{type:"identifier",variant:"pragma",name:ve([c,p])}},m("Variable Identifier"),function(c,p){return{type:"identifier",variant:"variable",name:ve([c,p])}},m("CTE Identifier"),function(c){return c},function(c,p){return Object.assign({type:"identifier",variant:"expression",format:"table",name:c.name,columns:[]},p)},m("Table Constraint Identifier"),function(c){return{type:"identifier",variant:"constraint",format:"table",name:c}},m("Column Constraint Identifier"),function(c){return{type:"identifier",variant:"constraint",format:"column",name:c}},m("Datatype Name"),function(c){return[c,"text"]},function(c){return[c,"real"]},function(c){return[c,"numeric"]},function(c){return[c,"integer"]},function(c){return[c,"none"]},m("TEXT Datatype Name"),"n",v("N",!0),"var",v("VAR",!0),"char",v("CHAR",!0),"tiny",v("TINY",!0),"medium",v("MEDIUM",!0),"long",v("LONG",!0),"text",v("TEXT",!0),"clob",v("CLOB",!0),m("REAL Datatype Name"),"float",v("FLOAT",!0),"real",v("REAL",!0),m("DOUBLE Datatype Name"),"double",v("DOUBLE",!0),"precision",v("PRECISION",!0),function(c,p){return ve([c,p])},m("NUMERIC Datatype Name"),"numeric",v("NUMERIC",!0),"decimal",v("DECIMAL",!0),"boolean",v("BOOLEAN",!0),"date",v("DATE",!0),"stamp",v("STAMP",!0),"string",v("STRING",!0),m("INTEGER Datatype Name"),"int",v("INT",!0),"2",v("2",!1),"4",v("4",!1),"8",v("8",!1),"eger",v("EGER",!0),"big",v("BIG",!0),"small",v("SMALL",!0),"floating",v("FLOATING",!0),"point",v("POINT",!0),function(c,p){return ve([c,p])},m("BLOB Datatype Name"),"blob",v("BLOB",!0),/^[a-z0-9$_]/i,k([["a","z"],["0","9"],"$","_"],!1,!0),"\\u",v("\\u",!1),/^[a-f0-9]/i,k([["a","f"],["0","9"]],!1,!0),function(c,p){return ve([c,p]).toLowerCase()},function(c){return q(c)},K(),function(c){return Xa(c)},/^[ \t]/,k([" "," "],!1,!1),'"',v('"',!1),'""',v('""',!1),/^[^"]/,k(['"'],!0,!1),function(c){return Ir(c,'"')},"'",v("'",!1),function(c){return Ir(c,"'")},"`",v("`",!1),"``",v("``",!1),/^[^`]/,k(["`"],!0,!1),function(c){return Ir(c,"`")},m("Open Bracket"),"[",v("[",!1),m("Close Bracket"),"]",v("]",!1),m("Open Parenthesis"),"(",v("(",!1),m("Close Parenthesis"),")",v(")",!1),m("Comma"),",",v(",",!1),m("Period"),".",v(".",!1),m("Asterisk"),"*",v("*",!1),m("Question Mark"),"?",v("?",!1),m("Single Quote"),m("Double Quote"),m("Backtick"),m("Tilde"),"~",v("~",!1),m("Plus"),"+",v("+",!1),m("Minus"),"-",v("-",!1),"=",v("=",!1),m("Ampersand"),"&",v("&",!1),m("Pipe"),"|",v("|",!1),"%",v("%",!1),"<",v("<",!1),">",v(">",!1),m("Exclamation"),"!",v("!",!1),m("Semicolon"),";",v(";",!1),m("Colon"),m("Forward Slash"),"/",v("/",!1),m("Backslash"),"\\",v("\\",!1),m("Operator characters"),/^[\-+*\/<>=~!@#%\^&|`]/,k(["-","+","*","/","<",">","=","~","!","@","#","%","^","&","|","`"],!1,!1),"abort",v("ABORT",!0),"action",v("ACTION",!0),"add",v("ADD",!0),"after",v("AFTER",!0),"alter",v("ALTER",!0),"analyze",v("ANALYZE",!0),"and",v("AND",!0),"array",v("ARRAY",!0),"as",v("AS",!0),"asc",v("ASC",!0),"attach",v("ATTACH",!0),"autoincrement",v("AUTOINCREMENT",!0),"before",v("BEFORE",!0),"begin",v("BEGIN",!0),"between",v("BETWEEN",!0),"by",v("BY",!0),"cascade",v("CASCADE",!0),"case",v("CASE",!0),"cast",v("CAST",!0),"check",v("CHECK",!0),"collate",v("COLLATE",!0),"column",v("COLUMN",!0),"commit",v("COMMIT",!0),"conflict",v("CONFLICT",!0),"constraint",v("CONSTRAINT",!0),"create",v("CREATE",!0),"cross",v("CROSS",!0),"current_date",v("CURRENT_DATE",!0),"current_time",v("CURRENT_TIME",!0),"current_timestamp",v("CURRENT_TIMESTAMP",!0),"database",v("DATABASE",!0),"default",v("DEFAULT",!0),"deferrable",v("DEFERRABLE",!0),"deferred",v("DEFERRED",!0),"delete",v("DELETE",!0),"desc",v("DESC",!0),"detach",v("DETACH",!0),"distinct",v("DISTINCT",!0),"drop",v("DROP",!0),"each",v("EACH",!0),"else",v("ELSE",!0),"end",v("END",!0),"escape",v("ESCAPE",!0),"except",v("EXCEPT",!0),"exclusive",v("EXCLUSIVE",!0),"exists",v("EXISTS",!0),"explain",v("EXPLAIN",!0),"fail",v("FAIL",!0),"first",v("FIRST",!0),"for",v("FOR",!0),"foreign",v("FOREIGN",!0),"from",v("FROM",!0),"full",v("FULL",!0),"glob",v("GLOB",!0),"group",v("GROUP",!0),"having",v("HAVING",!0),"if",v("IF",!0),"ignore",v("IGNORE",!0),"ilike",v("ILIKE",!0),"immediate",v("IMMEDIATE",!0),"in",v("IN",!0),"index",v("INDEX",!0),"indexed",v("INDEXED",!0),"initially",v("INITIALLY",!0),"inner",v("INNER",!0),"insert",v("INSERT",!0),"instead",v("INSTEAD",!0),"intersect",v("INTERSECT",!0),"into",v("INTO",!0),"is",v("IS",!0),"isnull",v("ISNULL",!0),"join",v("JOIN",!0),"key",v("KEY",!0),"last",v("LAST",!0),"lateral",v("LATERAL",!0),"left",v("LEFT",!0),"like",v("LIKE",!0),"limit",v("LIMIT",!0),"locked",v("LOCKED",!0),"match",v("MATCH",!0),"natural",v("NATURAL",!0),"no",v("NO",!0),"not",v("NOT",!0),"notnull",v("NOTNULL",!0),"nowait",v("NOWAIT",!0),"nulls",v("NULLS",!0),"of",v("OF",!0),"offset",v("OFFSET",!0),"on",v("ON",!0),"only",v("ONLY",!0),"or",v("OR",!0),"order",v("ORDER",!0),"outer",v("OUTER",!0),"over",v("OVER",!0),"partition",v("PARTITION",!0),"plan",v("PLAN",!0),"pragma",v("PRAGMA",!0),"primary",v("PRIMARY",!0),"query",v("QUERY",!0),"raise",v("RAISE",!0),"read",v("READ",!0),"recursive",v("RECURSIVE",!0),"references",v("REFERENCES",!0),"regexp",v("REGEXP",!0),"reindex",v("REINDEX",!0),"release",v("RELEASE",!0),"rename",v("RENAME",!0),"replace",v("REPLACE",!0),"restrict",v("RESTRICT",!0),"returning",v("RETURNING",!0),"right",v("RIGHT",!0),"rollback",v("ROLLBACK",!0),"row",v("ROW",!0),"rowid",v("ROWID",!0),"savepoint",v("SAVEPOINT",!0),"select",v("SELECT",!0),"set",v("SET",!0),"share",v("SHARE",!0),"show",v("SHOW",!0),"skip",v("SKIP",!0),"table",v("TABLE",!0),"temp",v("TEMP",!0),"temporary",v("TEMPORARY",!0),"then",v("THEN",!0),"to",v("TO",!0),"trigger",v("TRIGGER",!0),"union",v("UNION",!0),"unique",v("UNIQUE",!0),"update",v("UPDATE",!0),"using",v("USING",!0),"vacuum",v("VACUUM",!0),"values",v("VALUES",!0),"view",v("VIEW",!0),"virtual",v("VIRTUAL",!0),"when",v("WHEN",!0),"where",v("WHERE",!0),"window",v("WINDOW",!0),"with",v("WITH",!0),"without",v("WITHOUT",!0),function(c){return q(c)},function(){return null},m("Line Comment"),"--",v("--",!1),/^[\n\v\f\r]/,k([`
2
2
  `,"\v","\f","\r"],!1,!1),m("Block Comment"),"/*",v("/*",!1),"*/",v("*/",!1),/^[\n\v\f\r\t ]/,k([`
3
3
  `,"\v","\f","\r"," "," "],!1,!1),m("Whitespace"),"__TODO__",v("__TODO__",!1)],M=[f(`%;\u028B/H#;#/?$;"." &"/1$;#/($8$: $!!)($'#(#'#("'#&'#`),f(`%;\u028B/C#;#/:$;\x88/1$;#/($8$: $!!)($'#(#'#("'#&'#`),f(`%;\x88/B#;\u028B/9$$;%0#*;%&/)$8#:!#"" )(#'#("'#&'#`),f("$;\u01ED0#*;\u01ED&"),f("$;\u01ED/&#0#*;\u01ED&&&#"),f(`%;$/:#;\x88/1$;\u028B/($8#:"#!!)(#'#("'#&'#`),f(`<%;).# &;*/O#;\u028B/F$;,." &"/8$;'." &"/*$8$:$$##! )($'#(#'#("'#&'#=." 7#`),f(`<%;(/9#$;(0#*;(&/)$8":&""! )("'#&'#.I &%;\u028B/?#;\u01FA/6$;(." &"/($8#:'#! )(#'#("'#&'#=." 7%`),f(`%;\u028B/Z#;\u01D8/Q$;\u028B/H$;9." &"/:$;\u028B/1$;\u01D9/($8&:(&!")(&'#(%'#($'#(#'#("'#&'#`),f("%;\u01C5/' 8!:)!! )"),f(`<%;\u01CF/9#$;+0#*;+&/)$8":+""! )("'#&'#=." 7*`),f(`%4,""5!7-/1#;\u01D1/($8":."! )("'#&'#`),f(`<%;\u01DA/R#;8/I$;\u028B/@$;-." &"/2$;\u01DB/)$8%:0%"#!)(%'#($'#(#'#("'#&'#=." 7/`),f(`%;\u01DC/C#;\u028B/:$;8/1$;\u028B/($8$:1$!!)($'#(#'#("'#&'#`),f(";8.A &;9.; &;4.5 &;/./ &;0.) &;1.# &;5"),f(`<%;\u0248/1#;\u028B/($8":3"!!)("'#&'#=." 72`),f(`<%;\u020E.) &;\u0210.# &;\u020F/1#;\u028B/($8":5"!!)("'#&'#=." 74`),f(`<%;7." &"/2#;2/)$8":7""! )("'#&'#=." 76`),f(`<%;\u01E0/A#$;30#*;3&/1$;\u01E0/($8#:9#!!)(#'#("'#&'#=." 78`),f('2:""6:7;.) &4<""5!7='),f(`<%4?""5!7@/1#;2/($8":A"! )("'#&'#=." 7>`),f(`<%;&/8#;1.# &;B/)$8":C""! )("'#&'#=." 7B`),f("%;\u01D1.# &;\u01D5/' 8!:D!! )"),f(`<%;\u01E4.# &;\u01E5/' 8!:"!! )=." 7E`),f(`%;7." &"/2#;9/)$8":F""! )("'#&'#`),f(";?.# &;:"),f(`%;;/7#;>." &"/)$8":G""! )("'#&'#`),f('<;<.# &;==." 7H'),f(`%$;A/&#0#*;A&&&#/7#;=." &"/)$8":I""! )("'#&'#`),f(`%;\u01DD/9#$;A0#*;A&/)$8":J""! )("'#&'#`),f(`<%3L""5!7M/T#4N""5!7O." &"/@$$;A/&#0#*;A&&&#/*$8#:P##"! )(#'#("'#&'#=." 7K`),f(`<%3R""5"7S/?#$;@/&#0#*;@&&&#/)$8":T""! )("'#&'#=." 7Q`),f('4U""5!7V'),f('4W""5!7X'),f(`<%;C.) &;E.# &;F/' 8!:Z!! )=." 7Y`),f(`<%;\u01DF/@#;D." &"/2$;\u028B/)$8#:\\#""!)(#'#("'#&'#=." 7[`),f(`%4]""5!7^/9#$;A0#*;A&/)$8":_""! )("'#&'#`),f(`<%4a""5!7b/H#$;\u01CD/&#0#*;\u01CD&&&#/2$;\u028B/)$8#:c#""!)(#'#("'#&'#=." 7\``),f(`<%2e""6e7f/o#$;\u01CD.) &2g""6g7h/2#0/*;\u01CD.) &2g""6g7h&&&#/A$;\u028B/8$;G." &"/*$8$:i$##" )($'#(#'#("'#&'#=." 7d`),f(`%;\u01D5/1#;\u028B/($8":j"!!)("'#&'#`),f(`<%;I." &"/;#;\u028B/2$;\xA4/)$8#:l#"" )(#'#("'#&'#=." 7k`),f(`<%;u." &"/;#;\u0220/2$;\u028B/)$8#:n#""!)(#'#("'#&'#=." 7m`),f(`<%;\u0257/_#;\u028B/V$;\u01DA/M$;\u028B/D$;K/;$;\u028B/2$;\u01DB/)$8':p'"&")(''#(&'#(%'#($'#(#'#("'#&'#=." 7o`),f(`<%;L.# &;M/' 8!:r!! )=." 7q`),f(`<%;\u022C/' 8!:t!! )=." 7s`),f(`%;\u0263.) &;\u01F2.# &;\u0222/M#;\u028B/D$;\u01DC/;$;\u028B/2$;\x87/)$8%:u%"$ )(%'#($'#(#'#("'#&'#`),f(";B./ &;~.) &;..# &;\u01AE"),f(`%;\u01DA/L#;\u028B/C$;z/:$;\u028B/1$;\u01DB/($8%:v%!")(%'#($'#(#'#("'#&'#`),f(";O.G &;H.A &;h.; &;j.5 &;J./ &;Q.) &;R.# &;N"),f(`<%;\u01FA/:#;\u028B/1$;S/($8#:x#! )(#'#("'#&'#=." 7w`),f(`<%;\u01FA/:#;\u028B/1$;\xA4/($8#:z#! )(#'#("'#&'#=." 7y`),f(`<%;\u01D8/R#;\u028B/I$;T.# &;{/:$;\u028B/1$;\u01D9/($8%:|%!")(%'#($'#(#'#("'#&'#=." 7{`),f(`<%;S/B#;\u028B/9$$;U0#*;U&/)$8#:~#"" )(#'#("'#&'#=." 7}`),f(`%;\u01DC/:#;\u028B/1$;S/($8#:\x7F#! )(#'#("'#&'#`),f(`%;P/;#;\u028B/2$;Z/)$8#:\x80#"" )(#'#("'#&'#.# &;P`),f(`<%;V/S#;\u028B/J$2\x82""6\x827\x83/;$;\u028B/2$;&/)$8%:\x84%"$ )(%'#($'#(#'#("'#&'#.# &;V=." 7\x81`),f(`%;Y/A#;\u028B/8$;W.# &;z/)$8#:\x85#"" )(#'#("'#&'#.# &;W`),f(`;\u01E3.U &;\u01E5.O &;\u01E4.I &%%;u/8#%<;\u0220=.##&&!&'#/#$+")("'#&'#/"!&,)`),f(`<%;\u015D/' 8!:\x87!! )=." 7\x86`),f(`%;X/\x83#$%;\u028B/>#;\u0196/5$;\u028B/,$;X/#$+$)($'#(#'#("'#&'#0H*%;\u028B/>#;\u0196/5$;\u028B/,$;X/#$+$)($'#(#'#("'#&'#&/)$8":\x88""! )("'#&'#`),f(`%;[/\x83#$%;\u028B/>#;]/5$;\u028B/,$;[/#$+$)($'#(#'#("'#&'#0H*%;\u028B/>#;]/5$;\u028B/,$;[/#$+$)($'#(#'#("'#&'#&/)$8":\x88""! )("'#&'#`),f(";\u0199.) &;\u019A.# &;\u019B"),f(`%;\\/\x83#$%;\u028B/>#;_/5$;\u028B/,$;\\/#$+$)($'#(#'#("'#&'#0H*%;\u028B/>#;_/5$;\u028B/,$;\\/#$+$)($'#(#'#("'#&'#&/)$8":\x88""! )("'#&'#`),f(";\u0197.# &;\u0198"),f(`%;^/\x83#$%;\u028B/>#;a/5$;\u028B/,$;^/#$+$)($'#(#'#("'#&'#0H*%;\u028B/>#;a/5$;\u028B/,$;^/#$+$)($'#(#'#("'#&'#&/)$8":\x88""! )("'#&'#`),f(`;\u019C.[ &;\u019D.U &;\u01A7.O &;\u019E.I &%%;\u019F/8#%<;\u019F=.##&&!&'#/#$+")("'#&'#/"!&,)`),f(`%;\`/\x83#$%;\u028B/>#;c/5$;\u028B/,$;\`/#$+$)($'#(#'#("'#&'#0H*%;\u028B/>#;c/5$;\u028B/,$;\`/#$+$)($'#(#'#("'#&'#&/)$8":\x88""! )("'#&'#`),f(`;\u01A2.{ &;\u01A3.u &%%;\u01A0/8#%<;a=.##&&!&'#/#$+")("'#&'#/"!&,).I &%%;\u01A1/8#%<;a=.##&&!&'#/#$+")("'#&'#/"!&,)`),f(`%;b/9#$;e0#*;e&/)$8":\x88""! )("'#&'#`),f(`%;\u028B/1#;f/($8":\x89"! )("'#&'#.H &%;\u028B/>#;g/5$;\u028B/,$;b/#$+$)($'#(#'#("'#&'#`),f(`%3\x8A""5$7\x8B/?#;\u028B/6$3\x8C""5$7\x8D/'$8#:\x8E# )(#'#("'#&'#.? &%;\u0239/& 8!:\x8F! ).. &%;\u0246/& 8!:\x8E! )`),f(";\u01A8./ &;\u01A5.) &;\u01A6.# &;\u01A4"),f(`<%;\u0205/i#;\u028B/\`$;\u01DA/W$;z/N$;\u028B/E$;i/<$;\u028B/3$;\u01DB/*$8(:\x91(#'$")(('#(''#(&'#(%'#($'#(#'#("'#&'#=." 7\x90`),f(`<%;\u01FB/:#;\u028B/1$;&/($8#:\x93#! )(#'#("'#&'#=." 7\x92`),f(`<%;\u0204/\x93#;\u028B/\x8A$;k." &"/|$;\u028B/s$$;l/&#0#*;l&&&#/]$;\u028B/T$;m." &"/F$;\u028B/=$;\u021C/4$;\u028B/+$8*:\x95*$)'%#)(*'#()'#(('#(''#(&'#(%'#($'#(#'#("'#&'#=." 7\x94`),f(`%%<;\u027B=.##&&!&'#/1#;z/($8":\x96"! )("'#&'#`),f(`<%;\u027B/i#;\u028B/\`$;z/W$;\u028B/N$;\u026F/E$;\u028B/<$;z/3$;\u028B/*$8(:\x98(#'%!)(('#(''#(&'#(%'#($'#(#'#("'#&'#=." 7\x97`),f(`<%;\u021B/D#;\u028B/;$;z/2$;\u028B/)$8$:\x9A$"#!)($'#(#'#("'#&'#=." 7\x99`),f(`%;d/;#;\u028B/2$;o/)$8#:\x9B#"" )(#'#("'#&'#.# &;d`),f(";v./ &;p.) &;s.# &;q"),f(`<%;\u0238/n#;\u028B/e$;u." &"/W$;\u0218/N$;\u028B/E$;\u0226/<$;\u028B/3$;n/*$8(:\x9D(#%$ )(('#(''#(&'#(%'#($'#(#'#("'#&'#=." 7\x9C`),f(`<%;u." &"/u#;\u023F.5 &;\u022D./ &;\u0228.) &;\u025B.# &;\u0242/T$;\u028B/K$;n/B$;\u028B/9$;r." &"/+$8&:\x9F&$%$" )(&'#(%'#($'#(#'#("'#&'#=." 7\x9E`),f(`<%;\u021D/D#;\u028B/;$;n/2$;\u028B/)$8$:\xA1$"#!)($'#(#'#("'#&'#=." 7\xA0`),f(`<%;u." &"/E#;\u0201/<$;\u028B/3$;t/*$8$:\xA3$##" )($'#(#'#("'#&'#=." 7\xA2`),f(`%;n/W#%;\u028B/>#;\u01F9/5$;\u028B/,$;n/#$+$)($'#(#'#("'#&'#/)$8":\xA4""! )("'#&'#`),f(`%;\u0245/1#;\u028B/($8":\xA5"!!)("'#&'#`),f(`<%;u." &"/E#;\u022F/<$;\u028B/3$;w/*$8$:\xA7$##" )($'#(#'#("'#&'#=." 7\xA6`),f(";x.# &;\u01AC"),f(`%;\u01DA/I#;\xA5.# &;{/:$;\u028B/1$;\u01DB/($8$:\x7F$!")($'#(#'#("'#&'#`),f(`%;n/\x83#$%;\u028B/>#;\u01F9/5$;\u028B/,$;n/#$+$)($'#(#'#("'#&'#0H*%;\u028B/>#;\u01F9/5$;\u028B/,$;n/#$+$)($'#(#'#("'#&'#&/)$8":\x88""! )("'#&'#`),f(`%;y/\x83#$%;\u028B/>#;\u024E/5$;\u028B/,$;y/#$+$)($'#(#'#("'#&'#0H*%;\u028B/>#;\u024E/5$;\u028B/,$;y/#$+$)($'#(#'#("'#&'#&/)$8":\x88""! )("'#&'#`),f(`<%;|." &"/1#;\u028B/($8":\xA9"!!)("'#&'#=." 7\xA8`),f(`%;z/B#;\u028B/9$$;}0#*;}&/)$8#:\xAA#"" )(#'#("'#&'#`),f(`%;\u01DC/:#;z/1$;\u028B/($8#:\x7F#!!)(#'#("'#&'#`),f(`<%;\u01AB/\x8B#;\u028B/\x82$;\u01DA/y$;\x80." &"/k$;\u028B/b$;\u01DB/Y$;\u028B/P$;\x7F." &"/B$;\u028B/9$;\x82." &"/+$8*:\xAC*$)&" )(*'#()'#(('#(''#(&'#(%'#($'#(#'#("'#&'#=." 7\xAB`),f(`<%3\xAE""5&7\xAF/p#;\u028B/g$;\u01DA/^$;\u028B/U$;\u027C/L$;\u028B/C$;z/:$;\u028B/1$;\u01DB/($8):\xB0)!")()'#(('#(''#(&'#(%'#($'#(#'#("'#&'#=." 7\xAD`),f(`<%;\xE2/' 8!:\xB2!! ).V &%;\x81." &"/G#;{/>$9:\xB3 "! -""&!&#/)$8#:\xB4#""!)(#'#("'#&'#=." 7\xB1`),f(`%;\u0218.# &;\u01F6/1#;\u028B/($8":\xB5"!!)("'#&'#`),f(`<%;\u0251/@#;\u028B/7$;\x84.# &;\x83/($8#:\xB7#! )(#'#("'#&'#=." 7\xB6`),f(`<%;\u01A9/' 8!:\xB9!! )=." 7\xB8`),f(`<%;\u01DA/\x81#;\u028B/x$;\x85." &"/j$;\u028B/a$;\x86." &"/S$;\u028B/J$;\xCE." &"/<$;\u028B/3$;\u01DB/*$8):\xBB)#&$")()'#(('#(''#(&'#(%'#($'#(#'#("'#&'#=." 7\xBA`),f(`%;\x83/P#%<%;\u028B/,#;\u0202/#$+")("'#&'#=.##&&!&'#/($8":\xBC"!!)("'#&'#`),f(`<%;\u0252/L#;\u028B/C$;\u0202/:$;\u028B/1$;{/($8%:\xBE%! )(%'#($'#(#'#("'#&'#=." 7\xBD`),f(`<%;1/' 8!:\xC0!! )=." 7\xBF`),f(`<%;\x89." &"/;#;\x8B/2$;\u028B/)$8#:\xC2#""!)(#'#("'#&'#=." 7\xC1`),f(`<%;\u0221/@#;\u028B/7$;\x8A." &"/)$8#:\xC4#"" )(#'#("'#&'#=." 7\xC3`),f(`<%;\u0256/D#;\u028B/;$;\u0253/2$;\u028B/)$8$:\xC6$"#!)($'#(#'#("'#&'#=." 7\xC5`),f(";\x9C._ &;\u012B.Y &;\u0192.S &;\x8D.M &;\x8C.G &;\x96.A &;\x90.; &;\x94.5 &;\x95./ &;\xA6.) &;\xAC.# &;\xAE"),f(`<%;\u0209.# &;\u021C/@#;\u028B/7$;\x8E." &"/)$8#:\xC8#"" )(#'#("'#&'#=." 7\xC7`),f(`<%;\u0200/^#;\u028B/U$;\x8F." &"/G$;\x8E." &"/9$;\x92." &"/+$8%:\xCA%$$"! )(%'#($'#(#'#("'#&'#=." 7\xC9`),f(`%;\u0271/1#;\u028B/($8":\xCB"!!)("'#&'#`),f(`%;\u0214.) &;\u022E.# &;\u021F/1#;\u028B/($8":\xCC"!!)("'#&'#`),f(`<%;\u0263/N#;\u028B/E$;\x8E." &"/7$;\x91." &"/)$8$:\xCE$"# )($'#(#'#("'#&'#=." 7\xCD`),f(`<%%;\u0270/,#;\u028B/#$+")("'#&'#." &"/?#;\x93." &"/1$;\x92/($8#:v#! )(#'#("'#&'#=." 7\xCF`),f(`%;\u01BB/1#;\u028B/($8":\xD0"!!)("'#&'#`),f(`%;\u0266/1#;\u028B/($8":\xD1"!!)("'#&'#`),f(`<%;\x93/2#;\x92/)$8":\xD3""! )("'#&'#=." 7\xD2`),f(`<%;\u025D/J#;\u028B/A$;\x93." &"/3$;\x92/*$8$:\xD5$##! )($'#(#'#("'#&'#=." 7\xD4`),f(`<%;\x97/N#;\u01AC/E$;\u028B/<$;\x98/3$;\u028B/*$8%:\xD7%#$#!)(%'#($'#(#'#("'#&'#=." 7\xD6`),f(`<%;\u01F7/D#;\u028B/;$;\u026C/2$;\u028B/)$8$:\xD9$"#!)($'#(#'#("'#&'#=." 7\xD8`),f(";\x99.# &;\x9A"),f(`<%;\u025E/M#;\u028B/D$;\u0270/;$;\u028B/2$;\u01AC/)$8%:\xDB%"$ )(%'#($'#(#'#("'#&'#=." 7\xDA`),f(`<%;\u01F4/I#;\u028B/@$;\x9B." &"/2$;\u013C/)$8$:\xDD$"# )($'#(#'#("'#&'#=." 7\xDC`),f(`%;\u0208/1#;\u028B/($8":\xD1"!!)("'#&'#`),f(`%;\x9D/2#;\xBF/)$8":\xDE""! )("'#&'#`),f(`<%;\x9E." &"/1#;\u028B/($8":."!!)("'#&'#=." 7\xDF`),f(`%;\u027E/J#;\u028B/A$;\x9F." &"/3$;\xA0/*$8$:\xE0$##! )($'#(#'#("'#&'#`),f(`%;\u0259/1#;\u028B/($8":\xD1"!!)("'#&'#`),f(`%;\xA2/B#;\u028B/9$$;\xA10#*;\xA1&/)$8#:\xE1#"" )(#'#("'#&'#`),f(`%;\u01DC/:#;\xA2/1$;\u028B/($8#:\x7F#!!)(#'#("'#&'#`),f(`<%;\u01C1/2#;\xA3/)$8":\xE3""! )("'#&'#=." 7\xE2`),f(`%;\u01FB/:#;\u028B/1$;\xA4/($8#:\xE4#! )(#'#("'#&'#`),f(`%;\u01DA/C#;\xA5/:$;\u028B/1$;\u01DB/($8$: $!")($'#(#'#("'#&'#`),f(`%;\x9D/2#;\xC0/)$8":\xE5""! )("'#&'#`),f(`<%;\u0268/e#;\u028B/\\$;\xA7." &"/N$;\u028B/E$;\u01C0/<$;\u028B/3$;\xA8/*$8':\xE7'#$" )(''#(&'#(%'#($'#(#'#("'#&'#=." 7\xE6`),f(`%3\xE8""5%7\xE9/& 8!:\xEA! ).4 &%3\xEB""5'7\xEC/& 8!:\xED! )`),f(`%;\u0226/?#;\u028B/6$3\xEE""5'7\xEF/'$8#:\xF0# )(#'#("'#&'#.v &%;\u0270.# &;\u01E6/9#;\u028B/0$;\u0212/'$8#:\xF1# )(#'#("'#&'#.J &%;\u0270.# &;\u01E6/:#;\u028B/1$;\xA9/($8#:\xF2#! )(#'#("'#&'#`),f(`%;\xAB/9#$;\xAA0#*;\xAA&/)$8":\xF3""! )("'#&'#`),f(`%;\u028B/C#;\u01DC/:$;\u028B/1$;\xAB/($8$:\xF4$! )($'#(#'#("'#&'#`),f(";\xBA.# &;B"),f(`%;\u026A/:#;\u028B/1$;\xAD/($8#:\xF5#! )(#'#("'#&'#`),f(`%3\xF6""5$7\xF7/?#;\u028B/6$3\xF8""5$7\xF9/'$8#:\xFA# )(#'#("'#&'#.\xB6 &%3\xFB""5+7\xFC/W#;\u028B/N$3\xFD""5)7\xFE/?$;\u028B/6$3\xFF""5%7\u0100/'$8%:\u0101% )(%'#($'#(#'#("'#&'#.l &%3\xEB""5'7\xEC/?#;\u028B/6$3\u0102""5-7\u0103/'$8#:\u0104# )(#'#("'#&'#.: &%3\u0105""5#7\u0106/& 8!:\u0107! ).# &;\u01C0`),f(";\xAF.; &;\xB1.5 &;\xB2./ &;\xB4.) &;\xB6.# &;\xB8"),f(`<%;\u01FD/\x8B#;\u028B/\x82$%;\u0211/,#;\u028B/#$+")("'#&'#." &"/a$;z/X$;\u028B/O$;\u01FB/F$;\u028B/=$;\xB0/4$;\u028B/+$8):\u0109)$(&%!)()'#(('#(''#(&'#(%'#($'#(#'#("'#&'#=." 7\u0108`),f(";\u01AA.) &;/.# &;B"),f(`<%;\u0217/f#;\u028B/]$%;\u0211/,#;\u028B/#$+")("'#&'#." &"/<$;\xB0/3$;\u028B/*$8%:\u010B%#$"!)(%'#($'#(#'#("'#&'#=." 7\u010A`),f(`<%;\u0277/@#;\u028B/7$;\xB3." &"/)$8#:\u010D#"" )(#'#("'#&'#=." 7\u010C`),f(`%;\u01AA/1#;\u028B/($8":\u010E"!!)("'#&'#`),f(`<%;\u01F8/@#;\u028B/7$;\xB5." &"/)$8#:\u0110#"" )(#'#("'#&'#=." 7\u010F`),f(`%;\u01AC.) &;\u01BC.# &;\u01AA/1#;\u028B/($8":\u0111"!!)("'#&'#`),f(`<%;\u025C/I#;\u028B/@$;\xB7." &"/2$;\u028B/)$8$:\u0110$"#!)($'#(#'#("'#&'#=." 7\u0112`),f(`%;\u01AC.) &;\u01BC.# &;\u01BA/1#;\u028B/($8":\u0113"!!)("'#&'#`),f(`<%;\u0254/S#;\u028B/J$;\u01BF/A$;\u028B/8$;\xB9." &"/*$8%:\u0115%#$" )(%'#($'#(#'#("'#&'#=." 7\u0114`),f(`%;\u01DA/C#;\xBA/:$;\u028B/1$;\u01DB/($8$:\xF4$!")($'#(#'#("'#&'#.D &%;\u01E6/:#;\xBA/1$;\u028B/($8#:\xF4#!!)(#'#("'#&'#`),f(";\xBC.) &;\xBB.# &;\xBE"),f(";8.) &;1.# &;6"),f(`%;\xBD/<#9:\u0116 ! -""&!&#/($8":\u0117"!!)("'#&'#`),f("%$;\u01CD/&#0#*;\u01CD&&&#/' 8!:\u0118!! )"),f("%;\xBD/' 8!:\u0119!! )"),f(";\xC0./ &;\u0108.) &;\u0121.# &;\u0129"),f(`<%;\xD3/k#;\u028B/b$;\xCE." &"/T$;\u028B/K$;\xCF/B$;\u028B/9$;\xC1." &"/+$8':\u011B'$&$" )(''#(&'#(%'#($'#(#'#("'#&'#.z &%;\xD3/p#;\u028B/g$;\xCE." &"/Y$;\u028B/P$;\xC1." &"/B$;\u028B/9$;\xCF." &"/+$8':\u011C'$&$" )(''#(&'#(%'#($'#(#'#("'#&'#=." 7\u011A`),f(`<;\xC2.^ &%;\u0224/T#;\u028B/K$;\u0258/B$;\u028B/9$;\u024D/0$;\u028B/'$8&:\u011E& )(&'#(%'#($'#(#'#("'#&'#=." 7\u011D`),f(`%;\xC4/B#;\u028B/9$$;\xC30#*;\xC3&/)$8#:\u011F#"" )(#'#("'#&'#`),f(`%;\xC4/1#;\u028B/($8":\u0120"!!)("'#&'#`),f(`%;\u0224/j#;\u028B/a$;\xC5/X$;\u028B/O$;\xC6." &"/A$;\u028B/8$;\xC9." &"/*$8':\u0121'#$" )(''#(&'#(%'#($'#(#'#("'#&'#`),f(`;\u0275.y &%;\u0244/G#;\u028B/>$;\u023B/5$;\u028B/,$;\u0275/#$+%)(%'#($'#(#'#("'#&'#.E &;\u0269.? &%;\u023B/5#;\u028B/,$;\u0269/#$+#)(#'#("'#&'#`),f(`%;\u024A/:#;\u028B/1$;\xC7/($8#:\u0122#! )(#'#("'#&'#`),f(`%;\u01AC/B#;\u028B/9$$;\xC80#*;\xC8&/)$8#:\u0123#"" )(#'#("'#&'#`),f(`%;\u01DC/:#;\u028B/1$;\u01AC/($8#:\u0120#! )(#'#("'#&'#`),f(`%;\u0247.? &%;\u026B/5#;\u028B/,$;\u0241/#$+#)(#'#("'#&'#/' 8!:\u0124!! )`),f(`<%;\u027D/C#;\u028B/:$;\xCB/1$;\u028B/($8$:\u0126$!!)($'#(#'#("'#&'#=." 7\u0125`),f(`%;\xCD/B#;\u028B/9$$;\xCC0#*;\xCC&/)$8#:\xE1#"" )(#'#("'#&'#`),f(`%;\u01DC/:#;\xCD/1$;\u028B/($8#:1#!!)(#'#("'#&'#`),f(`%;\x83/M#;\u028B/D$;\u01FB/;$;\u028B/2$;\x84/)$8%:\u0127%"$ )(%'#($'#(#'#("'#&'#`),f(`<%;\u024F/L#;\u028B/C$;\u0202/:$;\u028B/1$;\u0102/($8%:\u0129%! )(%'#($'#(#'#("'#&'#=." 7\u0128`),f(`<%;\u0240/S#;\u028B/J$;z/A$;\u028B/8$;\xD0." &"/*$8%:\u012B%#$" )(%'#($'#(#'#("'#&'#.D &%;\u024B/:#;\u028B/1$;z/($8#:\u012C#! )(#'#("'#&'#=." 7\u012A`),f(`<%;\xD1/2#;z/)$8":\u012E""! )("'#&'#=." 7\u012D`),f(";\xD2.# &;\u01DC"),f(`%;\u024B/1#;\u028B/($8":\xD1"!!)("'#&'#`),f(`%;\xD5/B#;\u028B/9$$;\xD40#*;\xD4&/)$8#:\u012F#"" )(#'#("'#&'#`),f(`<%;\u011E/D#;\u028B/;$;\xD5/2$;\u028B/)$8$:\u0131$"#!)($'#(#'#("'#&'#=." 7\u0130`),f(";\xD6.# &;\u0101"),f(`%;\xD7/m#;\xDD." &"/_$;\xDE." &"/Q$;\xDF." &"/C$;\u028B/:$;\xCA." &"/,$8&:\u0132&%%$#" )(&'#(%'#($'#(#'#("'#&'#`),f(`<%;\u0267/R#;\u028B/I$;\xD8." &"/;$;\u028B/2$;\xDB/)$8%:\u0134%"" )(%'#($'#(#'#("'#&'#=." 7\u0133`),f('<;\xD9.# &;\xDA=." 7\u0135'),f(`%;\u0218/1#;\u028B/($8":\u0136"!!)("'#&'#`),f(`%;\u01F6/1#;\u028B/($8":\u0137"!!)("'#&'#`),f(`%;\xE1/B#;\u028B/9$$;\xDC0#*;\xDC&/)$8#:\xE1#"" )(#'#("'#&'#`),f(`%;\u01DC/:#;\xE1/1$;\u028B/($8#:1#!!)(#'#("'#&'#`),f(`<%;\u0226/D#;\u028B/;$;\xE5/2$;\u028B/)$8$:\u0139$"#!)($'#(#'#("'#&'#=." 7\u0138`),f(`<%;\u027C/D#;\u028B/;$;z/2$;\u028B/)$8$:\u013B$"#!)($'#(#'#("'#&'#=." 7\u013A`),f(`<%;\u0229/e#;\u028B/\\$;\u0202/S$;\u028B/J$;{/A$;\u028B/8$;\xE0." &"/*$8':\u013D'#&" )(''#(&'#(%'#($'#(#'#("'#&'#=." 7\u013C`),f(`<%;\u022A/D#;\u028B/;$;z/2$;\u028B/)$8$:\u013F$"#!)($'#(#'#("'#&'#=." 7\u013E`),f(";\xE2.# &;\xE4"),f(`%;\xE3." &"/2#;\u0106/)$8":\u0140""! )("'#&'#`),f(`%;\u01CF/2#;\u01DD/)$8":\u0141""! )("'#&'#`),f(`%;z/@#;\u028B/7$;\xF7." &"/)$8#:\u0142#"" )(#'#("'#&'#`),f(`%;\xE9/B#;\u028B/9$$;\xE60#*;\xE6&/)$8#:\u0143#"" )(#'#("'#&'#`),f(`%;\xE7.# &;\xE8/7#;\xFE." &"/)$8":\u0144""! )("'#&'#`),f(`<%;\u01DC/:#;\xE9/1$;\u028B/($8#:\u0146#!!)(#'#("'#&'#=." 7\u0145`),f(`<%;\xF8/D#;\u028B/;$;\xE9/2$;\u028B/)$8$:\u0148$"#!)($'#(#'#("'#&'#=." 7\u0147`),f(`%;\xEF." &"/S#;\u028B/J$;\xF5.5 &;B./ &;\xEA.) &;\xF0.# &;\xF6/)$8#:\u0149#"" )(#'#("'#&'#`),f(`%;\u01AB/S#;\u028B/J$;\u011C/A$;\u028B/8$;\xEB." &"/*$8%:\u014A%#$" )(%'#($'#(#'#("'#&'#`),f(`%;\u01FB." &"/h#;\u028B/_$;\u01CF/V$;\u028B/M$;\u01DA/D$;\xEC/;$;\u028B/2$;\u01DB/)$8(:\u014B("%")(('#(''#(&'#(%'#($'#(#'#("'#&'#.n &%;\u01FB/^#;\u028B/U$;\u01DA/L$;\u028B/C$;\xEC/:$;\u028B/1$;\u01DB/($8':\u014C'!")(''#(&'#(%'#($'#(#'#("'#&'#.# &;\xF7`),f(`%;\xED/B#;\u028B/9$$;\xEE0#*;\xEE&/)$8#:\u014D#"" )(#'#("'#&'#`),f(`%;\u013D/S#;\u028B/J$;&/A$;\u028B/8$;\u015D." &"/*$8%:\u014E%#$" )(%'#($'#(#'#("'#&'#`),f(`%;\u01DC/C#;\u028B/:$;\xED/1$;\u028B/($8$:\xCB$!!)($'#(#'#("'#&'#`),f("%;\u023D/& 8!:\u014F! )"),f(`<%;\xF1/@#;\u028B/7$;\xF2." &"/)$8#:\u0151#"" )(#'#("'#&'#=." 7\u0150`),f(`<%;\u01AC/@#;\u028B/7$;\xF7." &"/)$8#:\u0153#"" )(#'#("'#&'#=." 7\u0152`),f('<;\xF3.# &;\xF4=." 7\u0154'),f(`%;\u0231/V#;\u028B/M$;\u0202/D$;\u028B/;$;\u01BC/2$;\u028B/)$8&:\u0155&"%!)(&'#(%'#($'#(#'#("'#&'#`),f(`%;u/;#;\u0231/2$;\u028B/)$8#:\u0156#""!)(#'#("'#&'#`),f(`<%;\u01DA/R#;\xE5/I$;\u028B/@$;\u01DB/7$;\xF7." &"/)$8%:\u0158%"# )(%'#($'#(#'#("'#&'#=." 7\u0157`),f(`<%;\xA4/7#;\xF7." &"/)$8":\u015A""! )("'#&'#=." 7\u0159`),f(`<%%;\u01FB/Q#%%<;\u01CD.# &;\u0282=.##&&!&'#/,#;\u028B/#$+")("'#&'#/#$+")("'#&'#." &"/S#;\u01CF/J$;\u028B/A$;\u0115." &"/3$;\u028B/*$8%:\u015C%#$#!)(%'#($'#(#'#("'#&'#=." 7\u015B`),f(`<%;\xF9." &"/J#;\u028B/A$;\xFA." &"/3$;\u023A/*$8$:\u015E$##! )($'#(#'#("'#&'#=." 7\u015D`),f(`%;\u0243/1#;\u028B/($8":\xA5"!!)("'#&'#`),f(";\xFB.# &;\xFD"),f(`%;\u023E.) &;\u0262.# &;\u0227/@#;\u028B/7$;\xFC." &"/)$8#:\u015F#"" )(#'#("'#&'#`),f(`%;\u0250/1#;\u028B/($8":\u0160"!!)("'#&'#`),f(`%;\u0233.# &;\u020D/1#;\u028B/($8":\u0160"!!)("'#&'#`),f(`<%;\xFF.# &;\u0100/1#;\u028B/($8":\u0162"!!)("'#&'#=." 7\u0161`),f(`<%;\u024C/;#;\u028B/2$;z/)$8#:\u0164#"" )(#'#("'#&'#=." 7\u0163`),f(`<%;\u0276/;#;\u028B/2$;\u0115/)$8#:\u0166#"" )(#'#("'#&'#=." 7\u0165`),f(`<%;\u0278/;#;\u028B/2$;\u011A/)$8#:\u0168#"" )(#'#("'#&'#=." 7\u0167`),f(`%;\u0104/B#;\u028B/9$$;\u01030#*;\u0103&/)$8#:\u0169#"" )(#'#("'#&'#`),f(`%;\u01DC/:#;\u0104/1$;\u028B/($8#:\u0120#!!)(#'#("'#&'#`),f(`<%;z/X#;\u028B/O$;\u015F." &"/A$;\u028B/8$;\u0105." &"/*$8%:\u016B%#$" )(%'#($'#(#'#("'#&'#=." 7\u016A`),f(`%;\u0249/@#;\u028B/7$;\u0223.# &;\u023C/($8#:\u016C#! )(#'#("'#&'#`),f('<;\u01DE=." 7\u016D'),f('<;\u025F.5 &;\u0263./ &;\u01F2.) &;\u0222.# &;\u022C=." 7\u016E'),f(`<%;\u010A/k#;\u028B/b$;\u010E/Y$;\u028B/P$;\u0112." &"/B$;\u028B/9$;\u0109." &"/+$8':\u0170'$&$" )(''#(&'#(%'#($'#(#'#("'#&'#=." 7\u016F`),f(`<%;\u0261/:#;\u028B/1$;\xDB/($8#:\u0172#! )(#'#("'#&'#=." 7\u0171`),f(";\u010B.# &;\u010C"),f(`<%;\u0234/@#;\u028B/7$;\u010D." &"/)$8#:\u0174#"" )(#'#("'#&'#=." 7\u0173`),f(`<%;\u025F/1#;\u028B/($8":\u0176"!!)("'#&'#=." 7\u0175`),f(`<%;\u024E/;#;\u028B/2$;\u0107/)$8#:\u0178#"" )(#'#("'#&'#=." 7\u0177`),f(`%;\u010F/2#;\u0111/)$8":\u0179""! )("'#&'#`),f(`<%;\u0110/2#;\u01C1/)$8":\u017B""! )("'#&'#=." 7\u017A`),f(`<%;\u0237/,#;\u028B/#$+")("'#&'#=." 7\u017C`),f(`<%;\u0118.) &;\xA5.# &;\u011D/1#;\u028B/($8":\u017D"!!)("'#&'#=." 7\u0167`),f(`<%;\u0161/j#;\u028B/a$;\u0114." &"/S$;\u028B/J$3\u017F""5"7\u0180/;$;\u028B/2$;\u0113/)$8':\u0181'"$ )(''#(&'#(%'#($'#(#'#("'#&'#=." 7\u017E`),f(`<%;\u0122/S#;\u028B/J$;\u0124/A$;\u028B/8$;\xDE." &"/*$8%:\u0183%#$" )(%'#($'#(#'#("'#&'#.5 &%3\u0184""5'7\u0185/' 8!:\u0186!! )=." 7\u0182`),f(`<%;\u0158/@#;\u028B/7$;\xDE." &"/)$8#:\u0188#"" )(#'#("'#&'#.V &%;\u024C/L#;\u028B/C$;\u020B/:$;\u028B/1$;\u01A9/($8%:\u0189%! )(%'#($'#(#'#("'#&'#=." 7\u0187`),f(`<%;\u01DA/T#;\u0117/K$;\u028B/B$$;\u01160#*;\u0116&/2$;\u01DB/)$8%:\u018B%"#!)(%'#($'#(#'#("'#&'#=." 7\u018A`),f(`%;\u01DC/:#;\u0117/1$;\u028B/($8#:\u018C#!!)(#'#("'#&'#`),f(`<%;\u01A9/' 8!:\u018E!! )=." 7\u018D`),f(`<%;\u0119/2#;\u011A/)$8":\u018F""! )("'#&'#=." 7\u0167`),f(`<%;\u0278/1#;\u028B/($8":\xD1"!!)("'#&'#=." 7\u0190`),f(`%;\u011C/B#;\u028B/9$$;\u011B0#*;\u011B&/)$8#:\u014D#"" )(#'#("'#&'#`),f(`%;\u01DC/:#;\u011C/1$;\u028B/($8#:\x7F#!!)(#'#("'#&'#`),f(`<%;\u01DA/C#;{/:$;\u028B/1$;\u01DB/($8$:\u0192$!")($'#(#'#("'#&'#=." 7\u0191`),f(`<%;\u0212/;#;\u028B/2$;\u0278/)$8#:\u0194#"" )(#'#("'#&'#=." 7\u0193`),f(`<%;\u011F.) &;\u0236.# &;\u021E/' 8!:\xD1!! )=." 7\u0195`),f(`<%;\u0273/@#;\u028B/7$;\u0120." &"/)$8#:\u0197#"" )(#'#("'#&'#=." 7\u0196`),f(`%;\u01F6/1#;\u028B/($8":\u0198"!!)("'#&'#`),f(`<%;\u0122/\xA2#;\u0123." &"/\x94$;\xF0/\x8B$;\u028B/\x82$;\u0124/y$;\xDE." &"/k$;\xCE." &"/]$;\u028B/T$;\xCF." &"/F$;\u028B/=$;\u0109." &"//$8+:\u019A+(*)(&%$" )(+'#(*'#()'#(('#(''#(&'#(%'#($'#(#'#("'#&'#=." 7\u0199`),f(`<%;\u0275/1#;\u028B/($8":\xD1"!!)("'#&'#=." 7\u019B`),f(`<%;\u024E/C#;\u028B/:$;\u0107/1$;\u028B/($8$:\u019D$!!)($'#(#'#("'#&'#=." 7\u019C`),f(`<%;\u0268/C#;\u028B/:$;\u0125/1$;\u028B/($8$:\u019F$!!)($'#(#'#("'#&'#=." 7\u019E`),f(`%;\u0127/9#$;\u01260#*;\u0126&/)$8":\u014D""! )("'#&'#`),f(`%;\u028B/:#;\u01DC/1$;\u0127/($8#:\u018C#! )(#'#("'#&'#`),f(`<%;\u01AE/M#;\u028B/D$;\u01E6/;$;\u0128/2$;\u028B/)$8%:\u01A1%"$!)(%'#($'#(#'#("'#&'#=." 7\u01A0`),f('<;z.. &%;\u0212/& 8!:\u01A3! )=." 7\u01A2'),f(`<%;\u012A/\x80#;\xF0/w$;\u028B/n$;\xDE." &"/\`$;\xCE." &"/R$;\xCF." &"/D$;\u028B/;$;\u0109." &"/-$8(:\u01A5(&'&$#" )(('#(''#(&'#(%'#($'#(#'#("'#&'#=." 7\u01A4`),f(`<%;\u0215/C#;\u028B/:$;\u0226/1$;\u028B/($8$:\xD1$!#)($'#(#'#("'#&'#=." 7\u01A6`),f('<;\u012D.5 &;\u012E./ &;\u012F.) &;\u0130.# &;\u0131=." 7\u01A7'),f(`%;\u020C/1#;\u028B/($8":\xD1"!!)("'#&'#`),f(`%%<%;\u012C/>#;\u0230./ &;\u0272.) &;\u0279.# &;\u027A/#$+")("'#&'#=.##&&!&'#/1#;\u0132/($8":\u018C"! )("'#&'#`),f(`%%<%;\u012C/>#;\u026C./ &;\u0272.) &;\u0279.# &;\u027A/#$+")("'#&'#=.##&&!&'#/1#;\u0173/($8":\u018C"! )("'#&'#`),f(`%%<%;\u012C/>#;\u026C./ &;\u0230.) &;\u0279.# &;\u027A/#$+")("'#&'#=.##&&!&'#/1#;\u0177/($8":\u018C"! )("'#&'#`),f(`%%<%;\u012C/>#;\u026C./ &;\u0230.) &;\u0272.# &;\u027A/#$+")("'#&'#=.##&&!&'#/1#;\u0186/($8":\u018C"! )("'#&'#`),f(`%%<%;\u012C/>#;\u026C./ &;\u0230.) &;\u0272.# &;\u0279/#$+")("'#&'#=.##&&!&'#/1#;\u018A/($8":\u018C"! )("'#&'#`),f(`<%;\u0133/T#;\u0135." &"/F$;\u01AC/=$;\u028B/4$;\u0136/+$8%:\u01A9%$$#" )(%'#($'#(#'#("'#&'#=." 7\u01A8`),f(`%;\u012C/J#;\u0134." &"/<$;\u026C/3$;\u028B/*$8$:\u01AA$##"!)($'#(#'#("'#&'#`),f(`%;\u026E.# &;\u026D/1#;\u028B/($8":\u01AB"!!)("'#&'#`),f(`<%;\u022B/N#;\u028B/E$;u/<$;\u0220/3$;\u028B/*$8%:\u01AD%#$"!)(%'#($'#(#'#("'#&'#=." 7\u01AC`),f(";\u0137.# &;\u0172"),f(`<%;\u01DA/Z#;\u0139/Q$$;\u013B0#*;\u013B&/A$;\u01DB/8$;\u0138." &"/*$8%:\u01AF%##" )(%'#($'#(#'#("'#&'#=." 7\u01AE`),f(`%;\u027F/D#;\u028B/;$;\u0265/2$;\u028B/)$8$:\u01B0$"#!)($'#(#'#("'#&'#`),f(`%;\u013C/B#;\u028B/9$$;\u013A0#*;\u013A&/)$8#:\u014D#"" )(#'#("'#&'#`),f(`%;\u01DC/:#;\u013C/1$;\u028B/($8#:\xCB#!!)(#'#("'#&'#`),f(`%;\u01DC." &"/1#;\u0150/($8":\u01B1"! )("'#&'#`),f(`<%;\u013D/O#;\u028B/F$;\u013E." &"/8$;\u013F." &"/*$8$:\u01B3$##! )($'#(#'#("'#&'#=." 7\u01B2`),f(`%;\u01CF/=#%<;\u028B=/##&'!&&#/($8":v"!!)("'#&'#.\\ &%%<;\u013E.) &;\u0141.# &;\u0150=.##&&!&'#/:#;\u028B/1$;\u01D2/($8#:v#! )(#'#("'#&'#`),f(`<%;&/1#;\u028B/($8":\u01B5"!!)("'#&'#=." 7\u01B4`),f(`%;\u0141/B#$;\u01400#*;\u0140&/2$;\u028B/)$8#:\u014D#""!)(#'#("'#&'#`),f(`%;\u028B/1#;\u0141/($8":\u018C"! )("'#&'#`),f(`<%;\u0142." &"/A#;\u0144/8$;\u0142." &"/*$8#:\u01B7##"! )(#'#("'#&'#=." 7\u01B6`),f("%$;\u0143/&#0#*;\u0143&&&#/' 8!:\u01B8!! )"),f(`<%;\u020B/C#;\u028B/:$;\u01CF/1$;\u028B/($8$:\u01BA$!!)($'#(#'#("'#&'#=." 7\u01B9`),f(";\u0146.; &;\u0149.5 &;\u014C./ &;\u014D.) &;\u014F.# &;\u0145"),f(`<%;\u0165/' 8!:\u01BC!! )=." 7\u01BB`),f(`<%;\u0147/U#;\u015F." &"/G$;\u0160." &"/9$;\u0148." &"/+$8$:\u01BE$$#"! )($'#(#'#("'#&'#=." 7\u01BD`),f(`<%;\u0255.# &;\u0254/D#;\u028B/;$;\u023B/2$;\u028B/)$8$:\u01C0$"#!)($'#(#'#("'#&'#=." 7\u01BF`),f(`<%;\u01FE/1#;\u028B/($8":\u01C2"!!)("'#&'#=." 7\u01C1`),f(`%;\u014A/@#;\u0160." &"/2$;\u028B/)$8#:\u01C3#""!)(#'#("'#&'#`),f(`<%;\u014B.# &;\u0274/1#;\u028B/($8":\u0160"!!)("'#&'#=." 7\u01C4`),f(`<%;u." &"/2#;\u0248/)$8":\u01C6""! )("'#&'#=." 7\u01C5`),f('<;\u0162=." 7\u01C7'),f(`<%;\u0212/D#;\u028B/;$;\u014E/2$;\u028B/)$8$:\u01C9$"#!)($'#(#'#("'#&'#=." 7\u01C8`),f(";O./ &;8.) &;..# &;6"),f(`<%;\u015D/' 8!:\u01CB!! )=." 7\u01CA`),f(`<%;\u0142." &"/J#;\u0151/A$;\u028B/8$;\u0142." &"/*$8$:\u01CD$##" )($'#(#'#("'#&'#=." 7\u01CC`),f(";\u0163.) &;\u0153.# &;\u0152"),f(`<%;\u0162/' 8!:\u01CF!! )=." 7\u01CE`),f(`<%;\u0154/J#;\u028B/A$;\u0159/8$;\u0160." &"/*$8$:\u01D1$##! )($'#(#'#("'#&'#=." 7\u01D0`),f(`%;\u0155.# &;\u0156/1#;\u028B/($8":\u01D2"!!)("'#&'#`),f(`<%;\u0255/;#;\u028B/2$;\u023B/)$8#:\u01D3#"" )(#'#("'#&'#=." 7\u01BF`),f(`<%;\u0274/' 8!:\u01D5!! )=." 7\u01D4`),f(`%;\u01DA/T#;\u015B/K$;\u028B/B$$;\u015A0#*;\u015A&/2$;\u01DB/)$8%:\u01D6%"#!)(%'#($'#(#'#("'#&'#`),f("%;\u0157/' 8!:\u01D7!! )"),f("%;\u0157/' 8!:\u01D8!! )"),f(`%;\u01DC/:#;\u015B/1$;\u028B/($8#:\u018C#!!)(#'#("'#&'#`),f(`<%;\u015C/O#;\u028B/F$;\u015F." &"/8$;\u0148." &"/*$8$:\u01DA$##! )($'#(#'#("'#&'#=." 7\u01D9`),f(`%;\u0117/\\#%<%;\u028B/8#;\u01ED.) &;\u01DB.# &;\u015F/#$+")("'#&'#=/##&'!&&#/($8":v"!!)("'#&'#.# &;z`),f(`<%$;\u015E/&#0#*;\u015E&&&#/' 8!:\u01DC!! )=." 7\u01DB`),f(`%;\u0207/C#;\u028B/:$;\u01BA/1$;\u028B/($8$:v$!!)($'#(#'#("'#&'#`),f(`<%;\u01FC.# &;\u0216/1#;\u028B/($8":\u01DE"!!)("'#&'#=." 7\u01DD`),f(`%;\u0161/;#;\u0107/2$;\u028B/)$8#:\u01DF#""!)(#'#("'#&'#`),f(`<%;\u024C/D#;\u028B/;$;\u020A/2$;\u028B/)$8$:\u01E1$"#!)($'#(#'#("'#&'#=." 7\u01E0`),f(`%;\u0206/;#;\u028B/2$;O/)$8#:\u01E2#"" )(#'#("'#&'#`),f(`<%;\u0164/E#;\u0115/<$;\u0165/3$;\u028B/*$8$:\u01E4$##"!)($'#(#'#("'#&'#=." 7\u01E3`),f(`<%;\u0225/D#;\u028B/;$;\u023B/2$;\u028B/)$8$:\u01E6$"#!)($'#(#'#("'#&'#=." 7\u01E5`),f(`%;\u0166/F#;\u0167." &"/8$;\u0170." &"/*$8#:\u01E7##"! )(#'#("'#&'#`),f(`<%;\u025A/D#;\u028B/;$;\u01C1/2$;\u028B/)$8$:\u01E9$"#!)($'#(#'#("'#&'#=." 7\u01E8`),f(`%;\u0169/B#;\u028B/9$$;\u01680#*;\u0168&/)$8#:\u01EA#"" )(#'#("'#&'#`),f(`%;\u0169/1#;\u028B/($8":\u0198"!!)("'#&'#`),f('<;\u016A.# &;\u016F=." 7\u01EB'),f(`%;\u024C/T#;\u028B/K$;\u0215.# &;\u0275/<$;\u028B/3$;\u016B/*$8%:\u01EC%#$" )(%'#($'#(#'#("'#&'#`),f('<;\u016C.) &;\u016D.# &;\u016E=." 7\u01ED'),f(`%;\u0268/J#;\u028B/A$;\u0248.# &;\u0212/2$;\u028B/)$8$:\u01EE$"#!)($'#(#'#("'#&'#`),f(`%;\u0203.# &;\u0260/1#;\u028B/($8":\u01EF"!!)("'#&'#`),f(`%;\u0244/D#;\u028B/;$;\u01F3/2$;\u028B/)$8$:\u01F0$"#!)($'#(#'#("'#&'#`),f(`%;\u0242/D#;\u028B/;$;\u01CF/2$;\u028B/)$8$:\u01F1$"#!)($'#(#'#("'#&'#`),f(`<%;u." &"/J#;\u0213/A$;\u028B/8$;\u0171." &"/*$8$:\u01F3$##" )($'#(#'#("'#&'#=." 7\u01F2`),f(`%;\u0232/J#;\u028B/A$;\u0214.# &;\u022E/2$;\u028B/)$8$:\u01F4$"#!)($'#(#'#("'#&'#`),f("%;\u0189/' 8!:\u01F5!! )"),f(`<%;\u0174/c#;\u0135." &"/U$;\u01BC/L$;\u028B/C$;\u0176/:$;\xDE." &"/,$8&:\u01F7&%%$#! )(&'#(%'#($'#(#'#("'#&'#=." 7\u01F6`),f(`%;\u012C/J#;\u0175." &"/<$;\u0230/3$;\u028B/*$8$:\u01F8$##"!)($'#(#'#("'#&'#`),f(`%;\u0274/1#;\u028B/($8":\u01F9"!!)("'#&'#`),f(`<%;\u024C/N#;\u028B/E$;\u01AC/<$;\u028B/3$;\u0158/*$8%:\u01FB%#$" )(%'#($'#(#'#("'#&'#=." 7\u01FA`),f(`<%;\u0178/\xA6#;\u0135." &"/\x98$;\u01BD." &"/\x8A$;\u028B/\x81$;\u0179/x$;\u024C/o$;\u028B/f$;\u01AC/]$;\u028B/T$;\u0181." &"/F$;\u0182." &"/8$;\u0183//$8,:\u01FD,(+*)'$"! )(,'#(+'#(*'#()'#(('#(''#(&'#(%'#($'#(#'#("'#&'#=." 7\u01FC`),f(`%;\u012C/J#;\u0134." &"/<$;\u0272/3$;\u028B/*$8$:\u01FE$##"!)($'#(#'#("'#&'#`),f(`<%;\u017A." &"/2#;\u017C/)$8":\u0200""! )("'#&'#=." 7\u01FF`),f(`%;\u01FF.) &;\u01F5.# &;\u017B/1#;\u028B/($8":\u0201"!!)("'#&'#`),f(`%;\u0235/;#;\u028B/2$;\u024A/)$8#:\u0202#"" )(#'#("'#&'#`),f('<;\u017D.# &;\u017E=." 7\u0203'),f(`%;\u0215.# &;\u0234/1#;\u028B/($8":\u0204"!!)("'#&'#`),f(`%;\u0275/@#;\u028B/7$;\u017F." &"/)$8#:\u0205#"" )(#'#("'#&'#`),f(`%;\u024A/;#;\u028B/2$;\u0180/)$8#:\u0206#"" )(#'#("'#&'#`),f(`%;\u0117/B#;\u028B/9$$;\u01160#*;\u0116&/)$8#:\u014D#"" )(#'#("'#&'#`),f(`%;\u0224/c#;\u028B/Z$;\u021A/Q$;\u028B/H$;\u0264.) &3\u0207""5)7\u0208/3$;\u028B/*$8&:\u0209&#%#!)(&'#(%'#($'#(#'#("'#&'#`),f(`<%;\u027B/D#;\u028B/;$;z/2$;\u028B/)$8$:\u020A$"#!)($'#(#'#("'#&'#=." 7\x97`),f(`<%;\u0200/W#;\u028B/N$;\u0184/E$;\u028B/<$;\u021C/3$;\u028B/*$8&:\u020C&#%#!)(&'#(%'#($'#(#'#("'#&'#=." 7\u020B`),f("%$;\u0185/&#0#*;\u0185&&&#/' 8!:\u020D!! )"),f(`%;\x9C/:#;\u028B/1$;$/($8#:"#!")(#'#("'#&'#`),f(`<%;\u0188/T#;\u0135." &"/F$;\u0187/=$;\u028B/4$;\u0189/+$8%:\u020F%$$#" )(%'#($'#(#'#("'#&'#=." 7\u020E`),f(`%;\u01BE/;#;\u028B/2$;\u0115/)$8#:\u0210#"" )(#'#("'#&'#.# &;\u01BE`),f(`%;\u012C/J#;\u0134." &"/<$;\u0279/3$;\u028B/*$8$:\u0211$##"!)($'#(#'#("'#&'#`),f(`%;\u01FB/D#;\u028B/;$;\xC0/2$;\u028B/)$8$:\u018F$"#!)($'#(#'#("'#&'#`),f(`<%;\u018B/f#;\u0135." &"/X$;\u01AC/O$;\u028B/F$;\u0276/=$;\u028B/4$;\u018C/+$8':\u0213'$&%$ )(''#(&'#(%'#($'#(#'#("'#&'#=." 7\u0212`),f(`%;\u012C/N#;\u027A/E$;\u028B/<$;\u026C/3$;\u028B/*$8%:\u0214%#$#!)(%'#($'#(#'#("'#&'#`),f(`%;\u01D1/@#;\u028B/7$;\u018D." &"/)$8#:\u0215#"" )(#'#("'#&'#`),f(`<%;\u01DA/Z#;\u028B/Q$;\u018E." &"/C$;\u028B/:$;\u01DB/1$;\u028B/($8&:\u0217&!#)(&'#(%'#($'#(#'#("'#&'#=." 7\u0216`),f(`%;\u0190/9#$;\u018F0#*;\u018F&/)$8":\u0218""! )("'#&'#`),f(`%;\u028B/H#;\u01DC/?$;\u028B/6$;\u0190." &"/($8$:x$! )($'#(#'#("'#&'#`),f(`%%<%;\u01CF/;#;\u028B/2$;&.# &;\u0141/#$+#)(#'#("'#&'#=.##&&!&'#/:#;z/1$;\u028B/($8#:\u0192#!!)(#'#("'#&'#.x &%;\u0191/n#%%<;\u01CD=.##&&!&'#/,#;\u028B/#$+")("'#&'#/F$;\u013E." &"/8$;\u013F." &"/*$8$:\u01B3$##! )($'#(#'#("'#&'#`),f(";\u01CF.# &;\u01D2"),f(`<%;\u0193/;#;\u01AC/2$;\u028B/)$8#:\u021A#""!)(#'#("'#&'#=." 7\u0219`),f(`<%;\u0219/J#;\u028B/A$;\u0194/8$;\u0195." &"/*$8$:\u021C$##! )($'#(#'#("'#&'#=." 7\u021B`),f(`<%;\u026C./ &;\u0230.) &;\u0272.# &;\u0279/1#;\u028B/($8":\u0160"!!)("'#&'#=." 7\u021D`),f(`<%;\u022B/D#;\u028B/;$;\u0220/2$;\u028B/)$8$:\u021F$"#!)($'#(#'#("'#&'#=." 7\u021E`),f(`<%;\u01E8/,#;\u01E8/#$+")("'#&'#=." 7\u0220`),f('<;\u01E4=." 7\u0221'),f('<;\u01E5=." 7\u0222'),f('<;\u01DE=." 7\u0223'),f('<;\u01EF=." 7\u0224'),f('<;\u01E9=." 7\u0225'),f(`<%;\u01EA/,#;\u01EA/#$+")("'#&'#=." 7\u0226`),f(`<%;\u01EB/,#;\u01EB/#$+")("'#&'#=." 7\u0227`),f('<;\u01E7=." 7\u0228'),f('<;\u01E8=." 7\u0229'),f('<;\u01EA=." 7\u022A'),f('<;\u01EB=." 7\u022B'),f(`<%;\u01EA/,#;\u01E6/#$+")("'#&'#=." 7\u022C`),f(`<%;\u01EB/,#;\u01E6/#$+")("'#&'#=." 7\u022D`),f(`<%;\u01E6/1#;\u01E6." &"/#$+")("'#&'#=." 7\u022E`),f(`<%;\u01EC/,#;\u01E6/#$+")("'#&'#=." 7\u022F`),f(`<%;\u01EA/,#;\u01EB/#$+")("'#&'#=." 7\u022F`),f(`<%$;\u01F1/&#0#*;\u01F1&&&#/<#9:\u0231 ! -""&!&#/($8":\u0232"!!)("'#&'#=." 7\u0230`),f(`<%;\u0238/@#;\u028B/7$;u." &"/)$8#:\u0234#"" )(#'#("'#&'#=." 7\u0233`),f('<;\u01CF.# &;\u01D2=." 7\u0235'),f(`<%;\u01A9/' 8!:\u0237!! )=." 7\u0236`),f(`<%;\u01AD." &"/2#;\u01A9/)$8":\u0239""! )("'#&'#=." 7\u0238`),f(`<%;\u01AD." &"/2#;\u01A9/)$8":\u023B""! )("'#&'#=." 7\u023A`),f(`%;\u01A9/2#;\u01DD/)$8":\u023C""! )("'#&'#`),f(`<%;\u01B8.) &;\u01B9.# &;\u01B7/J#;\u01A9/A$;\u028B/8$;\u01AF." &"/*$8$:\u023E$##" )($'#(#'#("'#&'#=." 7\u023D`),f(`<%;\u01B0/' 8!:\u0240!! )=." 7\u023F`),f(`%;\u01B1/B#;\u028B/9$$;\u01B10#*;\u01B1&/)$8#:\u0241#"" )(#'#("'#&'#`),f(";\u01B2.) &;\u01B3.# &;\u01B4"),f(`%;\u01DD/:#;\u028B/1$;\u01CF/($8#:\u0242#! )(#'#("'#&'#.D &%;\u01DD/:#;\u028B/1$;\u01DE/($8#:\u0243#! )(#'#("'#&'#`),f(`%;\u01D8/r#;\u028B/i$;\u01B5." &"/[$;\u01EE/R$;\u028B/I$;\u01B6." &"/;$;\u028B/2$;\u01D9/)$8(:\u0244("%")(('#(''#(&'#(%'#($'#(#'#("'#&'#.m &%;\u01D8/c#;\u028B/Z$;\u01EE/Q$;\u028B/H$;\u01B6." &"/:$;\u028B/1$;\u01D9/($8':\u0245'!")(''#(&'#(%'#($'#(#'#("'#&'#`),f(`%;\u01D8/L#;\u028B/C$;z/:$;\u028B/1$;\u01D9/($8%:\u0246%!")(%'#($'#(#'#("'#&'#`),f("%;z/' 8!:\u0247!! )"),f("%;z/' 8!:\u0248!! )"),f("%;\u028B/& 8!:\u0249! )"),f(`%;\u01AD/2#;\u01B9/)$8":\u024A""! )("'#&'#`),f(`%;\u01A9/2#;\u01DD/)$8":J""! )("'#&'#`),f(`<%;\u01A9/' 8!:\u024C!! )=." 7\u024B`),f(`<%;\u01A9/' 8!:\u024E!! )=." 7\u024D`),f(`<%;\u01AD." &"/2#;\u01A9/)$8":\u0250""! )("'#&'#=." 7\u024F`),f(`<%;\u01AD." &"/2#;\u01A9/)$8":\u0252""! )("'#&'#=." 7\u0251`),f(`<%;\u01AD." &"/2#;\u01A9/)$8":\u0254""! )("'#&'#=." 7\u0253`),f(`<%;\u01AD." &"/2#;\u01A9/)$8":\u0256""! )("'#&'#=." 7\u0255`),f(`<%;\u01AD." &"/2#;\u01A9/)$8":\u0258""! )("'#&'#=." 7\u0257`),f(`<%;\u01C2.# &;\u01AC/1#;\u028B/($8":\u025A"!!)("'#&'#=." 7\u0259`),f(`%;\u01AC/;#;\u028B/2$;\u0115/)$8#:\u025B#"" )(#'#("'#&'#`),f(`<%;\u01A9/' 8!:\u025D!! )=." 7\u025C`),f(`<%;\u01A9/' 8!:\u025F!! )=." 7\u025E`),f(`<%;\u01C6/=#%<;\u01CD=.##&&!&'#/($8":\u0261"!!)("'#&'#.\xC5 &%;\u01C7/=#%<;\u01CD=.##&&!&'#/($8":\u0262"!!)("'#&'#.\x9B &%;\u01C9/=#%<;\u01CD=.##&&!&'#/($8":\u0263"!!)("'#&'#.q &%;\u01CA/=#%<;\u01CD=.##&&!&'#/($8":\u0264"!!)("'#&'#.G &%;\u01CC/=#%<;\u01CD=.##&&!&'#/($8":\u0265"!!)("'#&'#=." 7\u0260`),f(`<%%3\u0267""5!7\u0268." &"/F#3\u0269""5#7\u026A." &"/2$3\u026B""5$7\u026C/#$+#)(#'#("'#&'#.k &%3\u026D""5$7\u026E.5 &3\u026F""5&7\u0270.) &3\u0271""5$7\u0272." &"/2#3\u0273""5$7\u0274/#$+")("'#&'#.) &3\u0275""5$7\u0276/' 8!:\u0160!! )=." 7\u0266`),f(`<%;\u01C8.5 &3\u0278""5%7\u0279.) &3\u027A""5$7\u027B/' 8!:\u0160!! )=." 7\u0277`),f(`<%3\u027D""5&7\u027E/i#%$4,""5!7-/,#0)*4,""5!7-&&&#/2#3\u027F""5)7\u0280/#$+")("'#&'#." &"/)$8":\u0281""! )("'#&'#=." 7\u027C`),f(`<%3\u0283""5'7\u0284.\x95 &3\u0285""5'7\u0286.\x89 &3\u0287""5'7\u0288.} &%3\u0289""5$7\u028A/7#3\xF6""5$7\xF7." &"/#$+")("'#&'#.S &%3\xF6""5$7\xF7/7#3\u028B""5%7\u028C." &"/#$+")("'#&'#.) &3\u028D""5&7\u028E/' 8!:\u0160!! )=." 7\u0282`),f(`<%%3\u0290""5#7\u0291/V#2\u0292""6\u02927\u0293.A &2\u0294""6\u02947\u0295.5 &2\u0296""6\u02967\u0297.) &3\u0298""5$7\u0299/#$+")("'#&'#.q &%3\u029A""5#7\u029B.A &3\u026F""5&7\u0270.5 &3\u029C""5%7\u029D.) &3\u026D""5$7\u026E." &"/2#3\u0290""5#7\u0291/#$+")("'#&'#.# &;\u01CB/' 8!:\u0160!! )=." 7\u028F`),f(`%3\u029E""5(7\u029F/d#%$4,""5!7-/,#0)*4,""5!7-&&&#/2#3\u02A0""5%7\u02A1/#$+")("'#&'#/)$8":\u02A2""! )("'#&'#`),f(`<%3\u02A4""5$7\u02A5/' 8!:\u0160!! )=." 7\u02A3`),f('4\u02A6""5!7\u02A7'),f(`%2\u02A8""6\u02A87\u02A9/K#$4\u02AA""5!7\u02AB/,#0)*4\u02AA""5!7\u02AB&&&#/)$8":\u02AC""! )("'#&'#`),f(";\u01D0.# &;\u01D1"),f(";\u01D3./ &;\u01D7.) &;\u01D5.# &;\u01D6"),f(`%%<;\u0280.# &;A=.##&&!&'#/J#$;\u01CE.# &;\u01CD/,#0)*;\u01CE.# &;\u01CD&&&#/($8":\u0118"! )("'#&'#`),f(`%%<;\u0282.# &;A=.##&&!&'#/J#$;\u01CE.# &;\u01CD/,#0)*;\u01CE.# &;\u01CD&&&#/($8":\u02AD"! )("'#&'#`),f(`%;\u01D8/\x99#;\u028B/\x90$%$%%<;\u01D4=.##&&!&'#/1#1""5!7\u02AE/#$+")("'#&'#0G*%%<;\u01D4=.##&&!&'#/1#1""5!7\u02AE/#$+")("'#&'#&/"!&,)/1$;\u01D4/($8$:\u02AF$!!)($'#(#'#("'#&'#`),f(`%$4\u02B0""5!7\u02B10)*4\u02B0""5!7\u02B1&/5#;\u01D9/,$;\u028B/#$+#)(#'#("'#&'#`),f(`%2\u02B2""6\u02B27\u02B3/k#$2\u02B4""6\u02B47\u02B5.) &4\u02B6""5!7\u02B705*2\u02B4""6\u02B47\u02B5.) &4\u02B6""5!7\u02B7&/7$2\u02B2""6\u02B27\u02B3/($8#:\u02B8#!!)(#'#("'#&'#`),f(`%2\u02B9""6\u02B97\u02BA/k#$2:""6:7;.) &4<""5!7=05*2:""6:7;.) &4<""5!7=&/7$2\u02B9""6\u02B97\u02BA/($8#:\u02BB#!!)(#'#("'#&'#`),f(`%2\u02BC""6\u02BC7\u02BD/k#$2\u02BE""6\u02BE7\u02BF.) &4\u02C0""5!7\u02C105*2\u02BE""6\u02BE7\u02BF.) &4\u02C0""5!7\u02C1&/7$2\u02BC""6\u02BC7\u02BD/($8#:\u02C2#!!)(#'#("'#&'#`),f(`<%2\u02C4""6\u02C47\u02C5/1#;\u028B/($8":""!!)("'#&'#=." 7\u02C3`),f(`<%2\u02C7""6\u02C77\u02C8/1#;\u028B/($8":""!!)("'#&'#=." 7\u02C6`),f(`<%2\u02CA""6\u02CA7\u02CB/1#;\u028B/($8":""!!)("'#&'#=." 7\u02C9`),f(`<%2\u02CD""6\u02CD7\u02CE/1#;\u028B/($8":""!!)("'#&'#=." 7\u02CC`),f(`<%2\u02D0""6\u02D07\u02D1/1#;\u028B/($8":""!!)("'#&'#=." 7\u02CF`),f(`<%2\u02D3""6\u02D37\u02D4/1#;\u028B/($8":""!!)("'#&'#=." 7\u02D2`),f(`<%2\u02D6""6\u02D67\u02D7/1#;\u028B/($8":""!!)("'#&'#=." 7\u02D5`),f(`<%2\u02D9""6\u02D97\u02DA/1#;\u028B/($8":""!!)("'#&'#=." 7\u02D8`),f(`<%2\u02B9""6\u02B97\u02BA/1#;\u028B/($8":""!!)("'#&'#=." 7\u02DB`),f(`<%2\u02B2""6\u02B27\u02B3/1#;\u028B/($8":""!!)("'#&'#=." 7\u02DC`),f(`<%2\u02BC""6\u02BC7\u02BD/1#;\u028B/($8":""!!)("'#&'#=." 7\u02DD`),f(`<%2\u02DF""6\u02DF7\u02E0/1#;\u028B/($8":""!!)("'#&'#=." 7\u02DE`),f(`<%2\u02E2""6\u02E27\u02E3/1#;\u028B/($8":""!!)("'#&'#=." 7\u02E1`),f(`<%2\u02E5""6\u02E57\u02E6/1#;\u028B/($8":""!!)("'#&'#=." 7\u02E4`),f(`<%2\u02E7""6\u02E77\u02E8/1#;\u028B/($8":""!!)("'#&'#=." 7\u022E`),f(`<%2\u02EA""6\u02EA7\u02EB/1#;\u028B/($8":""!!)("'#&'#=." 7\u02E9`),f(`<%2\u02ED""6\u02ED7\u02EE/1#;\u028B/($8":""!!)("'#&'#=." 7\u02EC`),f(`<%2\u02EF""6\u02EF7\u02F0/1#;\u028B/($8":""!!)("'#&'#=." 7\u0225`),f(`<%2\u02F1""6\u02F17\u02F2/1#;\u028B/($8":""!!)("'#&'#=." 7\u022A`),f(`<%2\u02F3""6\u02F37\u02F4/1#;\u028B/($8":""!!)("'#&'#=." 7\u022B`),f(`<%2\u02F6""6\u02F67\u02F7/1#;\u028B/($8":""!!)("'#&'#=." 7\u02F5`),f(`<%2\u02F9""6\u02F97\u02FA/1#;\u028B/($8":""!!)("'#&'#=." 7\u02F8`),f(`<%2g""6g7h/1#;\u028B/($8":""!!)("'#&'#=." 7\u02FB`),f(`<%2\u02FD""6\u02FD7\u02FE/1#;\u028B/($8":""!!)("'#&'#=." 7\u02FC`),f(`<%2\u0300""6\u03007\u0301/1#;\u028B/($8":""!!)("'#&'#=." 7\u02FF`),f(`<%4\u0303""5!7\u0304/1#;\u028B/($8":""!!)("'#&'#=." 7\u0302`),f(`%3\u0305""5%7\u0306/8#%<;\u01CD=.##&&!&'#/#$+")("'#&'#`),f(`%3\u0307""5&7\u0308/8#%<;\u01CD=.##&&!&'#/#$+")("'#&'#`),f(`%3\u0309""5#7\u030A/8#%<;\u01CD=.##&&!&'#/#$+")("'#&'#`),f(`%3\u030B""5%7\u030C/8#%<;\u01CD=.##&&!&'#/#$+")("'#&'#`),f(`%3\u0105""5#7\u0106/8#%<;\u01CD=.##&&!&'#/#$+")("'#&'#`),f(`%3\u030D""5%7\u030E/8#%<;\u01CD=.##&&!&'#/#$+")("'#&'#`),f(`%3\u030F""5'7\u0310/8#%<;\u01CD=.##&&!&'#/#$+")("'#&'#`),f(`%3\u0311""5#7\u0312/8#%<;\u01CD=.##&&!&'#/#$+")("'#&'#`),f(`%3\u0313""5%7\u0314/8#%<;\u01CD=.##&&!&'#/#$+")("'#&'#`),f(`%3\u0315""5"7\u0316/8#%<;\u01CD=.##&&!&'#/#$+")("'#&'#`),f(`%3\u0317""5#7\u0318/8#%<;\u01CD=.##&&!&'#/#$+")("'#&'#`),f(`%3\u0319""5&7\u031A/8#%<;\u01CD=.##&&!&'#/#$+")("'#&'#`),f(`%3\u031B""5-7\u031C/8#%<;\u01CD=.##&&!&'#/#$+")("'#&'#`),f(`%3\u031D""5&7\u031E/8#%<;\u01CD=.##&&!&'#/#$+")("'#&'#`),f(`%3\u031F""5%7\u0320/8#%<;\u01CD=.##&&!&'#/#$+")("'#&'#`),f(`%3\u0321""5'7\u0322/8#%<;\u01CD=.##&&!&'#/#$+")("'#&'#`),f(`%3\u0323""5"7\u0324/8#%<;\u01CD=.##&&!&'#/#$+")("'#&'#`),f(`%3\u0325""5'7\u0326/8#%<;\u01CD=.##&&!&'#/#$+")("'#&'#`),f(`%3\u0327""5$7\u0328/8#%<;\u01CD=.##&&!&'#/#$+")("'#&'#`),f(`%3\u0329""5$7\u032A/8#%<;\u01CD=.##&&!&'#/#$+")("'#&'#`),f(`%3\u032B""5%7\u032C/8#%<;\u01CD=.##&&!&'#/#$+")("'#&'#`),f(`%3\u032D""5'7\u032E/8#%<;\u01CD=.##&&!&'#/#$+")("'#&'#`),f(`%3\u032F""5&7\u0330/8#%<;\u01CD=.##&&!&'#/#$+")("'#&'#`),f(`%3\u0331""5&7\u0332/8#%<;\u01CD=.##&&!&'#/#$+")("'#&'#`),f(`%3\u0333""5(7\u0334/8#%<;\u01CD=.##&&!&'#/#$+")("'#&'#`),f(`%3\u0335""5*7\u0336/8#%<;\u01CD=.##&&!&'#/#$+")("'#&'#`),f(`%3\u0337""5&7\u0338/8#%<;\u01CD=.##&&!&'#/#$+")("'#&'#`),f(`%3\u0339""5%7\u033A/8#%<;\u01CD=.##&&!&'#/#$+")("'#&'#`),f(`%3\u033B""5,7\u033C/8#%<;\u01CD=.##&&!&'#/#$+")("'#&'#`),f(`%3\u033D""5,7\u033E/8#%<;\u01CD=.##&&!&'#/#$+")("'#&'#`),f(`%3\u033F""517\u0340/8#%<;\u01CD=.##&&!&'#/#$+")("'#&'#`),f(`%3\u0341""5(7\u0342/8#%<;\u01CD=.##&&!&'#/#$+")("'#&'#`),f(`%3\u0343""5'7\u0344/8#%<;\u01CD=.##&&!&'#/#$+")("'#&'#`),f(`%3\u0345""5*7\u0346/8#%<;\u01CD=.##&&!&'#/#$+")("'#&'#`),f(`%3\u0347""5(7\u0348/8#%<;\u01CD=.##&&!&'#/#$+")("'#&'#`),f(`%3\u0349""5&7\u034A/8#%<;\u01CD=.##&&!&'#/#$+")("'#&'#`),f(`%3\u034B""5$7\u034C/8#%<;\u01CD=.##&&!&'#/#$+")("'#&'#`),f(`%3\u034D""5&7\u034E/8#%<;\u01CD=.##&&!&'#/#$+")("'#&'#`),f(`%3\u034F""5(7\u0350/8#%<;\u01CD=.##&&!&'#/#$+")("'#&'#`),f(`%3\u0351""5$7\u0352/8#%<;\u01CD=.##&&!&'#/#$+")("'#&'#`),f(`%3\u0353""5$7\u0354/8#%<;\u01CD=.##&&!&'#/#$+")("'#&'#`),f(`%3\u0355""5$7\u0356/8#%<;\u01CD=.##&&!&'#/#$+")("'#&'#`),f(`%3\u0357""5#7\u0358/8#%<;\u01CD=.##&&!&'#/#$+")("'#&'#`),f(`%3\u0359""5&7\u035A/8#%<;\u01CD=.##&&!&'#/#$+")("'#&'#`),f(`%3\u035B""5&7\u035C/8#%<;\u01CD=.##&&!&'#/#$+")("'#&'#`),f(`%3\u035D""5)7\u035E/8#%<;\u01CD=.##&&!&'#/#$+")("'#&'#`),f(`%3\u035F""5&7\u0360/8#%<;\u01CD=.##&&!&'#/#$+")("'#&'#`),f(`%3\u0361""5'7\u0362/8#%<;\u01CD=.##&&!&'#/#$+")("'#&'#`),f(`%3\u0363""5$7\u0364/8#%<;\u01CD=.##&&!&'#/#$+")("'#&'#`),f(`%3\u0365""5%7\u0366/8#%<;\u01CD=.##&&!&'#/#$+")("'#&'#`),f(`%3\u0367""5#7\u0368/8#%<;\u01CD=.##&&!&'#/#$+")("'#&'#`),f(`%3\u0369""5'7\u036A/8#%<;\u01CD=.##&&!&'#/#$+")("'#&'#`),f(`%3\u036B""5$7\u036C/8#%<;\u01CD=.##&&!&'#/#$+")("'#&'#`),f(`%3\u036D""5$7\u036E/8#%<;\u01CD=.##&&!&'#/#$+")("'#&'#`),f(`%3\u036F""5$7\u0370/8#%<;\u01CD=.##&&!&'#/#$+")("'#&'#`),f(`%3\u0371""5%7\u0372/8#%<;\u01CD=.##&&!&'#/#$+")("'#&'#`),f(`%3\u0373""5&7\u0374/8#%<;\u01CD=.##&&!&'#/#$+")("'#&'#`),f(`%3\u0375""5"7\u0376/8#%<;\u01CD=.##&&!&'#/#$+")("'#&'#`),f(`%3\u0377""5&7\u0378/8#%<;\u01CD=.##&&!&'#/#$+")("'#&'#`),f(`%3\u0379""5%7\u037A/8#%<;\u01CD=.##&&!&'#/#$+")("'#&'#`),f(`%3\u037B""5)7\u037C/8#%<;\u01CD=.##&&!&'#/#$+")("'#&'#`),f(`%3\u037D""5"7\u037E/8#%<;\u01CD=.##&&!&'#/#$+")("'#&'#`),f(`%3\u037F""5%7\u0380/8#%<;\u01CD=.##&&!&'#/#$+")("'#&'#`),f(`%3\u0381""5'7\u0382/8#%<;\u01CD=.##&&!&'#/#$+")("'#&'#`),f(`%3\u0383""5)7\u0384/8#%<;\u01CD=.##&&!&'#/#$+")("'#&'#`),f(`%3\u0385""5%7\u0386/8#%<;\u01CD=.##&&!&'#/#$+")("'#&'#`),f(`%3\u0387""5&7\u0388/8#%<;\u01CD=.##&&!&'#/#$+")("'#&'#`),f(`%3\u0389""5'7\u038A/8#%<;\u01CD=.##&&!&'#/#$+")("'#&'#`),f(`%3\u038B""5)7\u038C/8#%<;\u01CD=.##&&!&'#/#$+")("'#&'#`),f(`%3\u038D""5$7\u038E/8#%<;\u01CD=.##&&!&'#/#$+")("'#&'#`),f(`%3\u038F""5"7\u0390/8#%<;\u01CD=.##&&!&'#/#$+")("'#&'#`),f(`%3\u0391""5&7\u0392/8#%<;\u01CD=.##&&!&'#/#$+")("'#&'#`),f(`%3\u0393""5$7\u0394/8#%<;\u01CD=.##&&!&'#/#$+")("'#&'#`),f(`%3\u0395""5#7\u0396/8#%<;\u01CD=.##&&!&'#/#$+")("'#&'#`),f(`%3\u0397""5$7\u0398/8#%<;\u01CD=.##&&!&'#/#$+")("'#&'#`),f(`%3\u0399""5'7\u039A/8#%<;\u01CD=.##&&!&'#/#$+")("'#&'#`),f(`%3\u039B""5$7\u039C/8#%<;\u01CD=.##&&!&'#/#$+")("'#&'#`),f(`%3\u039D""5$7\u039E/8#%<;\u01CD=.##&&!&'#/#$+")("'#&'#`),f(`%3\u039F""5%7\u03A0/8#%<;\u01CD=.##&&!&'#/#$+")("'#&'#`),f(`%3\u03A1""5&7\u03A2/8#%<;\u01CD=.##&&!&'#/#$+")("'#&'#`),f(`%3\u03A3""5%7\u03A4/8#%<;\u01CD=.##&&!&'#/#$+")("'#&'#`),f(`%3\u03A5""5'7\u03A6/8#%<;\u01CD=.##&&!&'#/#$+")("'#&'#`),f(`%3\u03A7""5"7\u03A8/8#%<;\u01CD=.##&&!&'#/#$+")("'#&'#`),f(`%3\u03A9""5#7\u03AA/8#%<;\u01CD=.##&&!&'#/#$+")("'#&'#`),f(`%3\u03AB""5'7\u03AC/8#%<;\u01CD=.##&&!&'#/#$+")("'#&'#`),f(`%3\u03AD""5&7\u03AE/8#%<;\u01CD=.##&&!&'#/#$+")("'#&'#`),f(`%3\x8C""5$7\x8D/8#%<;\u01CD=.##&&!&'#/#$+")("'#&'#`),f(`%3\u03AF""5%7\u03B0/8#%<;\u01CD=.##&&!&'#/#$+")("'#&'#`),f(`%3\u03B1""5"7\u03B2/8#%<;\u01CD=.##&&!&'#/#$+")("'#&'#`),f(`%3\u03B3""5&7\u03B4/8#%<;\u01CD=.##&&!&'#/#$+")("'#&'#`),f(`%3\u03B5""5"7\u03B6/8#%<;\u01CD=.##&&!&'#/#$+")("'#&'#`),f(`%3\u03B7""5$7\u03B8/8#%<;\u01CD=.##&&!&'#/#$+")("'#&'#`),f(`%3\u03B9""5"7\u03BA/8#%<;\u01CD=.##&&!&'#/#$+")("'#&'#`),f(`%3\u03BB""5%7\u03BC/8#%<;\u01CD=.##&&!&'#/#$+")("'#&'#`),f(`%3\u03BD""5%7\u03BE/8#%<;\u01CD=.##&&!&'#/#$+")("'#&'#`),f(`%3\u03BF""5$7\u03C0/8#%<;\u01CD=.##&&!&'#/#$+")("'#&'#`),f(`%3\u03C1""5)7\u03C2/8#%<;\u01CD=.##&&!&'#/#$+")("'#&'#`),f(`%3\u03C3""5$7\u03C4/8#%<;\u01CD=.##&&!&'#/#$+")("'#&'#`),f(`%3\u03C5""5&7\u03C6/8#%<;\u01CD=.##&&!&'#/#$+")("'#&'#`),f(`%3\u03C7""5'7\u03C8/8#%<;\u01CD=.##&&!&'#/#$+")("'#&'#`),f(`%3\u03C9""5%7\u03CA/8#%<;\u01CD=.##&&!&'#/#$+")("'#&'#`),f(`%3\u03CB""5%7\u03CC/8#%<;\u01CD=.##&&!&'#/#$+")("'#&'#`),f(`%3\u03CD""5$7\u03CE/8#%<;\u01CD=.##&&!&'#/#$+")("'#&'#`),f(`%3\u03CF""5)7\u03D0/8#%<;\u01CD=.##&&!&'#/#$+")("'#&'#`),f(`%3\u03D1""5*7\u03D2/8#%<;\u01CD=.##&&!&'#/#$+")("'#&'#`),f(`%3\u03D3""5&7\u03D4/8#%<;\u01CD=.##&&!&'#/#$+")("'#&'#`),f(`%3\u03D5""5'7\u03D6/8#%<;\u01CD=.##&&!&'#/#$+")("'#&'#`),f(`%3\u03D7""5'7\u03D8/8#%<;\u01CD=.##&&!&'#/#$+")("'#&'#`),f(`%3\u03D9""5&7\u03DA/8#%<;\u01CD=.##&&!&'#/#$+")("'#&'#`),f(`%3\u03DB""5'7\u03DC/8#%<;\u01CD=.##&&!&'#/#$+")("'#&'#`),f(`%3\u03DD""5(7\u03DE/8#%<;\u01CD=.##&&!&'#/#$+")("'#&'#`),f(`%3\u03DF""5)7\u03E0/8#%<;\u01CD=.##&&!&'#/#$+")("'#&'#`),f(`%3\u03E1""5%7\u03E2/8#%<;\u01CD=.##&&!&'#/#$+")("'#&'#`),f(`%3\u03E3""5(7\u03E4/8#%<;\u01CD=.##&&!&'#/#$+")("'#&'#`),f(`%3\u03E5""5#7\u03E6/8#%<;\u01CD=.##&&!&'#/#$+")("'#&'#`),f(`%3\u03E7""5%7\u03E8/8#%<;\u01CD=.##&&!&'#/#$+")("'#&'#`),f(`%3\u03E9""5)7\u03EA/8#%<;\u01CD=.##&&!&'#/#$+")("'#&'#`),f(`%3\u03EB""5&7\u03EC/8#%<;\u01CD=.##&&!&'#/#$+")("'#&'#`),f(`%3\u03ED""5#7\u03EE/8#%<;\u01CD=.##&&!&'#/#$+")("'#&'#`),f(`%3\u03EF""5%7\u03F0/8#%<;\u01CD=.##&&!&'#/#$+")("'#&'#`),f(`%3\u03F1""5$7\u03F2/8#%<;\u01CD=.##&&!&'#/#$+")("'#&'#`),f(`%3\u03F3""5$7\u03F4/8#%<;\u01CD=.##&&!&'#/#$+")("'#&'#`),f(`%3\u03F5""5%7\u03F6/8#%<;\u01CD=.##&&!&'#/#$+")("'#&'#`),f(`%3\u03F7""5$7\u03F8/8#%<;\u01CD=.##&&!&'#/#$+")("'#&'#`),f(`%3\u03F9""5)7\u03FA/8#%<;\u01CD=.##&&!&'#/#$+")("'#&'#`),f(`%3\u03FB""5$7\u03FC/8#%<;\u01CD=.##&&!&'#/#$+")("'#&'#`),f(`%3\u03FD""5"7\u03FE/8#%<;\u01CD=.##&&!&'#/#$+")("'#&'#`),f(`%3\xFB""5+7\xFC/8#%<;\u01CD=.##&&!&'#/#$+")("'#&'#`),f(`%3\u03FF""5'7\u0400/8#%<;\u01CD=.##&&!&'#/#$+")("'#&'#`),f(`%3\u0401""5%7\u0402/8#%<;\u01CD=.##&&!&'#/#$+")("'#&'#`),f(`%3\u0403""5&7\u0404/8#%<;\u01CD=.##&&!&'#/#$+")("'#&'#`),f(`%3\u0405""5&7\u0406/8#%<;\u01CD=.##&&!&'#/#$+")("'#&'#`),f(`%3\u0407""5%7\u0408/8#%<;\u01CD=.##&&!&'#/#$+")("'#&'#`),f(`%3\u0409""5&7\u040A/8#%<;\u01CD=.##&&!&'#/#$+")("'#&'#`),f(`%3\u040B""5&7\u040C/8#%<;\u01CD=.##&&!&'#/#$+")("'#&'#`),f(`%3\u040D""5$7\u040E/8#%<;\u01CD=.##&&!&'#/#$+")("'#&'#`),f(`%3\u040F""5'7\u0410/8#%<;\u01CD=.##&&!&'#/#$+")("'#&'#`),f(`%3\u0411""5$7\u0412/8#%<;\u01CD=.##&&!&'#/#$+")("'#&'#`),f(`%3\u0413""5%7\u0414/8#%<;\u01CD=.##&&!&'#/#$+")("'#&'#`),f(`%3\u0415""5&7\u0416/8#%<;\u01CD=.##&&!&'#/#$+")("'#&'#`),f(`%3\u0417""5$7\u0418/8#%<;\u01CD=.##&&!&'#/#$+")("'#&'#`),f(`%3\u0419""5'7\u041A/8#%<;\u01CD=.##&&!&'#/#$+")("'#&'#`),f("%;\u0281/' 8!:\u041B!! )"),f(";\u01F2.\u0353 &;\u01F3.\u034D &;\u01F4.\u0347 &;\u01F5.\u0341 &;\u01F6.\u033B &;\u01F7.\u0335 &;\u01F8.\u032F &;\u01F9.\u0329 &;\u01FA.\u0323 &;\u01FB.\u031D &;\u01FC.\u0317 &;\u01FD.\u0311 &;\u01FE.\u030B &;\u01FF.\u0305 &;\u0200.\u02FF &;\u0201.\u02F9 &;\u0202.\u02F3 &;\u0203.\u02ED &;\u0204.\u02E7 &;\u0205.\u02E1 &;\u0206.\u02DB &;\u0207.\u02D5 &;\u0208.\u02CF &;\u0209.\u02C9 &;\u020A.\u02C3 &;\u020B.\u02BD &;\u020C.\u02B7 &;\u020D.\u02B1 &;\u020E.\u02AB &;\u020F.\u02A5 &;\u0210.\u029F &;\u0211.\u0299 &;\u0212.\u0293 &;\u0213.\u028D &;\u0214.\u0287 &;\u0215.\u0281 &;\u0216.\u027B &;\u0217.\u0275 &;\u0218.\u026F &;\u0219.\u0269 &;\u021A.\u0263 &;\u021B.\u025D &;\u021C.\u0257 &;\u021D.\u0251 &;\u021E.\u024B &;\u021F.\u0245 &;\u0220.\u023F &;\u0221.\u0239 &;\u0222.\u0233 &;\u0223.\u022D &;\u0224.\u0227 &;\u0225.\u0221 &;\u0226.\u021B &;\u0227.\u0215 &;\u0228.\u020F &;\u0229.\u0209 &;\u022A.\u0203 &;\u022B.\u01FD &;\u022C.\u01F7 &;\u022D.\u01F1 &;\u022E.\u01EB &;\u022F.\u01E5 &;\u0230.\u01DF &;\u0231.\u01D9 &;\u0232.\u01D3 &;\u0233.\u01CD &;\u0234.\u01C7 &;\u0235.\u01C1 &;\u0236.\u01BB &;\u0237.\u01B5 &;\u0238.\u01AF &;\u0239.\u01A9 &;\u023A.\u01A3 &;\u023B.\u019D &;\u023C.\u0197 &;\u023E.\u0191 &;\u023F.\u018B &;\u0240.\u0185 &;\u0241.\u017F &;\u0242.\u0179 &;\u0243.\u0173 &;\u0244.\u016D &;\u0245.\u0167 &;\u0246.\u0161 &;\u0247.\u015B &;\u0248.\u0155 &;\u0249.\u014F &;\u024A.\u0149 &;\u024B.\u0143 &;\u024C.\u013D &;\u024D.\u0137 &;\u024E.\u0131 &;\u024F.\u012B &;\u0250.\u0125 &;\u0251.\u011F &;\u0252.\u0119 &;\u0253.\u0113 &;\u0254.\u010D &;\u0255.\u0107 &;\u0256.\u0101 &;\u0257.\xFB &;\u0258.\xF5 &;\u0259.\xEF &;\u025A.\xE9 &;\u025B.\xE3 &;\u025C.\xDD &;\u025D.\xD7 &;\u025E.\xD1 &;\u025F.\xCB &;\u0260.\xC5 &;\u0261.\xBF &;\u0262.\xB9 &;\u0263.\xB3 &;\u0266.\xAD &;\u0267.\xA7 &;\u0268.\xA1 &;\u0269.\x9B &;\u026A.\x95 &;\u026B.\x8F &;\u026C.\x89 &;\u026E.\x83 &;\u026F.} &;\u0270.w &;\u0271.q &;\u0272.k &;\u0273.e &;\u0274._ &;\u0275.Y &;\u0276.S &;\u0277.M &;\u0278.G &;\u0279.A &;\u027A.; &;\u027B.5 &;\u027C./ &;\u027D.) &;\u027E.# &;\u027F"),f(";\u01F4.\u0167 &;\u01F6.\u0161 &;\u01F7.\u015B &;\u01F9.\u0155 &;\u01FB.\u014F &;\u01FE.\u0149 &;\u0201.\u0143 &;\u0204.\u013D &;\u0206.\u0137 &;\u0207.\u0131 &;\u0209.\u012B &;\u020B.\u0125 &;\u020C.\u011F &;\u0212.\u0119 &;\u0213.\u0113 &;\u0215.\u010D &;\u0218.\u0107 &;\u0219.\u0101 &;\u021B.\xFB &;\u021D.\xF5 &;\u021E.\xEF &;\u0220.\xE9 &;\u0225.\xE3 &;\u0226.\xDD &;\u0229.\xD7 &;\u022A.\xD1 &;\u022F.\xCB &;\u0230.\xC5 &;\u0234.\xBF &;\u0236.\xB9 &;\u0237.\xB3 &;\u0238.\xAD &;\u0239.\xA7 &;\u023A.\xA1 &;\u0240.\x9B &;\u0245.\x95 &;\u0246.\x8F &;\u0248.\x89 &;\u024C.\x83 &;\u024E.} &;\u024F.w &;\u0255.q &;\u025A.k &;\u0267.e &;\u0268._ &;\u026C.Y &;\u026F.S &;\u0270.M &;\u0271.G &;\u0273.A &;\u0274.; &;\u0275.5 &;\u0276./ &;\u0278.) &;\u027B.# &;\u027C"),f(";\u0284.. &%;\u0285/& 8!:\u041C! )"),f(`<%2\u041E""6\u041E7\u041F/\x87#$%%<4\u0420""5!7\u0421=.##&&!&'#/1#1""5!7\u02AE/#$+")("'#&'#0M*%%<4\u0420""5!7\u0421=.##&&!&'#/1#1""5!7\u02AE/#$+")("'#&'#&/#$+")("'#&'#=." 7\u041D`),f(`<%;\u0286/5#;\u028A/,$;\u0287/#$+#)(#'#("'#&'#=." 7\u0422`),f('2\u0423""6\u04237\u0424'),f('2\u0425""6\u04257\u0426'),f(`$%%<;\u0287.# &;\u0286=.##&&!&'#/1#1""5!7\u02AE/#$+")("'#&'#/P#0M*%%<;\u0287.# &;\u0286=.##&&!&'#/1#1""5!7\u02AE/#$+")("'#&'#&&&#`),f(";\u0288.# &;\u0285"),f(`%;\u0289/K#$4\u0427""5!7\u0428.# &;\u02890/*4\u0427""5!7\u0428.# &;\u0289&/#$+")("'#&'#`),f(`<%$4\u0427""5!7\u0428.# &;\u02830/*4\u0427""5!7\u0428.# &;\u0283&/' 8!:1!! )=." 7\u0429`),f('2\u042A""6\u042A7\u042B')],L=0,H=0,B=[{line:1,column:1}],j=0,ce=[],de=0,je={},Ae=["start","start_streaming","stmt_list","semi_optional","semi_required","stmt_list_tail","type_definition","array_bounds","array_bound","type_definition_types","datatype_custom","datatype_word_tail","type_definition_args","definition_args_loop","literal_value","literal_null","literal_date","literal_string","literal_string_single","literal_string_schar","literal_blob","literal_typed","literal_text","number_sign","literal_number_signed","literal_number","literal_number_decimal","number_decimal_node","number_decimal_full","number_decimal_fraction","number_decimal_exponent","literal_number_hex","number_hex","number_digit","bind_parameter","bind_parameter_numbered","bind_number_id","bind_parameter_named","bind_parameter_tcl","tcl_suffix","expression_exists","expression_exists_ne","expression_raise","expression_raise_args","raise_args_ignore","raise_args_message","expression_root","expression_wrapped","expression_recur","expression_array","expression_array_select","array_expr","array_expr_list","array_expr_tail","expression_unary_collate","expression_pg_cast","expression_unary","expression_unary_op","expression_collate","expression_concat","expression_multiply","expression_multiply_op","expression_add","expression_add_op","expression_shift","expression_shift_op","expression_compare","expression_compare_op","expression_equiv","expression_equiv_tails","expression_equiv_null_op","expression_equiv_op","expression_cast","type_alias","expression_case","case_expression","expression_case_when","expression_case_else","expression_postfix","expression_postfix_tail","expression_distinct","expression_like","expression_escape","expression_between","expression_between_tail","expression_is_not","expression_in","expression_in_target","expression_list_or_select","expression_and","expression","expression_list","expression_list_loop","expression_list_rest","function_call","filter_clause","function_call_args","args_list_distinct","over_clause","window_name","window_specification","source_window_name","partition_clause","error_message","stmt","stmt_modifier","modifier_query","stmt_nodes","stmt_commit","stmt_begin","commit_transaction","stmt_begin_modifier","stmt_rollback","rollback_savepoint","savepoint_name","savepoint_alt","stmt_savepoint","stmt_release","stmt_alter","alter_start","alter_action","alter_action_rename","alter_action_add","action_add_modifier","stmt_crud","stmt_core_with","clause_with","clause_with_recursive","clause_with_tables","clause_with_loop","expression_cte","select_alias","select_wrapped","stmt_select_full","stmt_set","set_local_session","set_rest","var_list","var_list_tail","var_value","stmt_show","show_target","stmt_sqlite","stmt_attach","attach_arg","stmt_detach","stmt_vacuum","vacuum_target","stmt_analyze","analyze_arg","stmt_reindex","reindex_arg","stmt_pragma","pragma_expression","pragma_value","pragma_value_literal","pragma_value_bool","pragma_bool_id","pragma_value_name","stmt_crud_types","stmt_select","stmt_core_for_locking","for_locking_items","for_locking_loop","for_locking_item","for_locking_strength","locked_rels_list","id_table_list","id_table_loop","nowait_or_skip","window_clause","window_definition_list","window_definition_loop","window_definition","stmt_core_order","stmt_core_limit","stmt_core_limit_offset","limit_offset_variant","limit_offset_variant_name","select_loop","select_loop_union","select_parts","select_parts_core","select_core_select","select_modifier","select_modifier_distinct","select_modifier_all","select_target","select_target_loop","select_core_from","stmt_core_where","select_core_group","select_core_having","select_node","select_node_star","select_node_star_qualified","select_node_aliased","select_source","source_loop_tail","select_cross_clause","select_join_clause","table_or_sub","table_or_sub_func","func_alias_clause","table_func_element_list","table_func_element","table_func_element_tail","lateral","table_qualified","table_qualified_id","table_or_sub_index_node","index_node_indexed","index_node_none","table_or_sub_sub","table_or_sub_select","alias","join_operator","join_operator_natural","join_operator_types","operator_types_hand","types_hand_outer","operator_types_misc","join_condition","join_condition_on","join_condition_using","select_parts_values","stmt_core_order_list","stmt_core_order_list_loop","stmt_core_order_list_item","nulls_order","select_star","stmt_fallback_types","stmt_insert","returning_clause","insert_keyword","insert_keyword_ins","insert_keyword_repl","insert_keyword_mod","insert_target","insert_into","insert_into_start","insert_results","opt_on_conflict","opt_on_conflict_action","opt_conf_expr","loop_columns","loop_column_tail","loop_name","insert_value","insert_value_start","insert_values_list","insert_values_loop","expression_list_wrapped","insert_default","operator_compound","compound_union","compound_union_all","stmt_update","update_start","update_fallback","update_set","update_columns","update_columns_tail","update_column","update_expression","stmt_delete","delete_start","stmt_create","create_start","create_table_only","create_index_only","create_trigger_only","create_view_only","create_virtual_only","create_table","create_table_start","create_core_tmp","create_core_ine","create_table_source","table_source_def","source_def_rowid","source_def_loop","source_def_tail","source_tbl_loop","source_def_column","source_def_name","column_type","column_constraints","column_constraint_tail","column_constraint","constraint_name","constraint_name_loop","column_constraint_types","column_constraint_foreign","column_constraint_primary","col_primary_start","col_primary_auto","column_constraint_null","constraint_null_types","constraint_null_value","column_constraint_check","column_constraint_default","column_default_values","column_constraint_collate","table_constraint","table_constraint_types","table_constraint_check","table_constraint_primary","primary_start","primary_start_normal","primary_start_unique","primary_columns","primary_columns_index","primary_columns_table","primary_column_tail","primary_column","primary_column_types","column_collate","column_collate_loop","primary_column_dir","primary_conflict","primary_conflict_start","constraint_check","table_constraint_foreign","foreign_start","foreign_clause","foreign_references","foreign_actions","foreign_actions_tail","foreign_action","foreign_action_on","action_on_action","on_action_set","on_action_cascade","on_action_none","foreign_action_match","foreign_deferrable","deferrable_initially","table_source_select","create_index","create_index_start","index_unique","index_on","create_trigger","create_trigger_start","trigger_conditions","trigger_apply_mods","trigger_apply_instead","trigger_do","trigger_do_on","trigger_do_update","do_update_of","do_update_columns","trigger_foreach","trigger_when","trigger_action","action_loop","action_loop_stmt","create_view","id_view_expression","create_view_start","create_as_select","create_virtual","create_virtual_start","virtual_module","virtual_args","virtual_args_loop","virtual_args_tail","virtual_arg_types","virtual_column_name","stmt_drop","drop_start","drop_types","drop_ie","binary_concat","binary_plus","binary_minus","binary_multiply","binary_divide","binary_mod","binary_left","binary_right","binary_and","binary_or","binary_lt","binary_gt","binary_lte","binary_gte","binary_equal","binary_notequal_a","binary_notequal_b","binary_custom","binary_lang_isnt","id_name","id_database","id_function","id_table","id_table_qualified","id_column","indirection","indirection_loop","indirection_el","indirection_attr","indirection_slice","indirection_index","slice_lbound","slice_ubound","column_unqualified","column_qualifiers","id_column_qualified","id_collation","id_savepoint","id_index","id_trigger","id_view","id_pragma","id_variable","id_cte","id_table_expression","id_constraint_table","id_constraint_column","datatype_types","datatype_text","datatype_real","datatype_real_double","datatype_numeric","datatype_integer","datatype_integer_fp","datatype_none","name_char","unicode_char","name","name_quoted","name_unquoted","name_reserved","name_bracketed","bracket_terminator","name_dblquoted","name_sglquoted","name_backticked","sym_bopen","sym_bclose","sym_popen","sym_pclose","sym_comma","sym_dot","sym_star","sym_quest","sym_sglquote","sym_dblquote","sym_backtick","sym_tilde","sym_plus","sym_minus","sym_equal","sym_amp","sym_pipe","sym_mod","sym_lt","sym_gt","sym_excl","sym_semi","sym_colon","sym_fslash","sym_bslash","sym_op","ABORT","ACTION","ADD","AFTER","ALL","ALTER","ANALYZE","AND","ARRAY","AS","ASC","ATTACH","AUTOINCREMENT","BEFORE","BEGIN","BETWEEN","BY","CASCADE","CASE","CAST","CHECK","COLLATE","COLUMN","COMMIT","CONFLICT","CONSTRAINT","CREATE","CROSS","CURRENT_DATE","CURRENT_TIME","CURRENT_TIMESTAMP","DATABASE","DEFAULT","DEFERRABLE","DEFERRED","DELETE","DESC","DETACH","DISTINCT","DROP","EACH","ELSE","END","ESCAPE","EXCEPT","EXCLUSIVE","EXISTS","EXPLAIN","FAIL","FIRST","FOR","FOREIGN","FROM","FULL","GLOB","GROUP","HAVING","IF","IGNORE","ILIKE","IMMEDIATE","IN","INDEX","INDEXED","INITIALLY","INNER","INSERT","INSTEAD","INTERSECT","INTO","IS","ISNULL","JOIN","KEY","LAST","LATERAL","LEFT","LIKE","LIMIT","LOCKED","MATCH","NATURAL","NO","NOT","NOTNULL","NOWAIT","NULL","NULLS","OF","OFFSET","ON","ONLY","OR","ORDER","OUTER","OVER","PARTITION","PLAN","PRAGMA","PRIMARY","QUERY","RAISE","READ","RECURSIVE","REFERENCES","REGEXP","REINDEX","RELEASE","RENAME","REPLACE","RESTRICT","RETURNING","RIGHT","ROLLBACK","ROW","ROWID","SAVEPOINT","SELECT","SET","SHARE","SHOW","SKIP","TABLE","TEMP","TEMPORARY","THEN","TO","TRANSACTION","TRIGGER","UNION","UNIQUE","UPDATE","USING","VACUUM","VALUES","VIEW","VIRTUAL","WHEN","WHERE","WINDOW","WITH","WITHOUT","reserved_words","reserved_word_list","reserved_critical_list","comment","comment_line","comment_block","comment_block_start","comment_block_end","comment_block_body","block_body_nodes","comment_block_feed","o","_TODO_"],x=[null,null,null,null,null,null,"Type Definition","Array bounds",null,null,"Custom Datatype Name",null,"Type Definition Arguments",null,null,"Null Literal","Date Literal","String Literal","Single-quoted String Literal",null,"Blob Literal","Typed literal (or bind parameter)",null,"Number Sign",null,null,null,"Decimal Literal",null,null,"Decimal Literal Exponent","Hexidecimal Literal",null,null,"Bind Parameter","Numbered Bind Parameter",null,"Named Bind Parameter","TCL Bind Parameter",null,"EXISTS Expression","EXISTS Keyword","RAISE Expression","RAISE Expression Arguments","IGNORE Keyword",null,null,null,null,"ARRAY expression","ARRAY SELECT expression","array expression","multi-dimensional array expression",null,null,"PSQL-style cast",null,null,"COLLATE Expression",null,null,null,null,null,null,null,null,null,null,null,null,null,"CAST Expression","Type Alias","CASE Expression",null,"WHEN Clause","ELSE Clause",null,null,"IS DISTINCT expression","Comparison Expression","ESCAPE Expression","BETWEEN Expression",null,null,"IN Expression",null,null,null,null,"Expression List",null,null,"Function Call","FILTER clause","Function Call Arguments",null,"OVER clause","Window name","Window specification",null,"window partition clause","Error Message","Statement","QUERY PLAN","QUERY PLAN Keyword",null,"END Transaction Statement","BEGIN Transaction Statement",null,null,"ROLLBACK Statement","TO Clause",null,null,"SAVEPOINT Statement","RELEASE Statement","ALTER TABLE Statement","ALTER TABLE Keyword",null,"RENAME TO Keyword","ADD COLUMN Keyword",null,null,"WITH Clause",null,null,null,null,"Common Table Expression",null,null,null,"SET statement",null,null,null,null,null,null,null,null,"ATTACH Statement",null,"DETACH Statement","VACUUM Statement",null,"ANALYZE Statement",null,"REINDEX Statement",null,"PRAGMA Statement",null,null,null,null,null,null,null,"SELECT Statement","SELECT ... FOR locking clause",null,null,null,null,null,null,null,null,"WINDOW clause",null,null,null,"ORDER BY Clause","LIMIT Clause","OFFSET Clause",null,null,null,"Union Operation",null,null,"SELECT Results Clause","SELECT Results Modifier",null,null,null,null,"FROM Clause","WHERE Clause","GROUP BY Clause","HAVING Clause",null,null,null,null,null,null,"CROSS JOIN Operation","JOIN Operation",null,null,null,null,null,null,null,"Qualified Table","Qualified Table Identifier","Qualfied Table Index",null,null,"SELECT Source","Subquery","Alias","JOIN Operator",null,null,null,null,null,"JOIN Constraint","Join ON Clause","Join USING Clause","VALUES Clause",null,null,"Ordering Expression",null,"Star","Fallback Type","INSERT Statement","RETURNING clause",null,"INSERT Keyword","REPLACE Keyword","INSERT OR Modifier",null,"INTO Clause","INTO Keyword","VALUES Clause","PostgreSQL INSERT ON CONFLICT clause","PostgreSQL ON CONFLICT action","PostgreSQL ON CONFLICT expression","Column List",null,"Column Name","VALUES Clause","VALUES Keyword",null,null,"Wrapped Expression List","DEFAULT VALUES Clause","Compound Operator","UNION Operator",null,"UPDATE Statement","UPDATE Keyword","UPDATE OR Modifier","SET Clause",null,null,"Column Assignment","UPDATE value expression","DELETE Statement","DELETE Keyword","CREATE Statement",null,null,null,null,null,null,"CREATE TABLE Statement",null,null,"IF NOT EXISTS Modifier",null,"Table Definition",null,null,null,null,"Column Definition",null,"Column Datatype",null,null,"Column Constraint",null,"CONSTRAINT Name",null,"FOREIGN KEY Column Constraint","PRIMARY KEY Column Constraint","PRIMARY KEY Keyword","AUTOINCREMENT Keyword",null,"UNIQUE Column Constraint","NULL Column Constraint","CHECK Column Constraint","DEFAULT Column Constraint",null,"COLLATE Column Constraint","Table Constraint",null,"CHECK Table Constraint","PRIMARY KEY Table Constraint",null,"PRIMARY KEY Keyword","UNIQUE Keyword",null,null,null,null,"Indexed Column",null,"Collation",null,"Column Direction",null,"ON CONFLICT Keyword",null,"FOREIGN KEY Table Constraint","FOREIGN KEY Keyword",null,"REFERENCES Clause",null,null,"FOREIGN KEY Action Clause",null,"FOREIGN KEY Action",null,null,null,null,"DEFERRABLE Clause",null,null,"CREATE INDEX Statement",null,null,"ON Clause","CREATE TRIGGER Statement",null,"Conditional Clause",null,null,"Conditional Action",null,null,null,null,null,"WHEN Clause","Actions Clause",null,null,"CREATE VIEW Statement",null,null,null,"CREATE VIRTUAL TABLE Statement",null,null,"Module Arguments",null,null,null,null,"DROP Statement","DROP Keyword","DROP Type","IF EXISTS Keyword","Or","Add","Subtract","Multiply","Divide","Modulo","Shift Left","Shift Right","Logical AND","Logical OR","Less Than","Greater Than","Less Than Or Equal","Greater Than Or Equal","Equal","Not Equal","Not Equal","PostgreSQL custom binary operarator","IS","Identifier","Database Identifier","Function Identifier","Table Identifier",null,"Column Identifier","value indirection",null,null,null,null,null,null,null,null,null,null,"Collation Identifier","Savepoint Identifier","Index Identifier","Trigger Identifier","View Identifier","Pragma Identifier","Variable Identifier","CTE Identifier",null,"Table Constraint Identifier","Column Constraint Identifier","Datatype Name","TEXT Datatype Name","REAL Datatype Name","DOUBLE Datatype Name","NUMERIC Datatype Name","INTEGER Datatype Name",null,"BLOB Datatype Name",null,null,null,null,null,null,null,null,null,null,null,"Open Bracket","Close Bracket","Open Parenthesis","Close Parenthesis","Comma","Period","Asterisk","Question Mark","Single Quote","Double Quote","Backtick","Tilde","Plus","Minus","Equal","Ampersand","Pipe","Modulo","Less Than","Greater Than","Exclamation","Semicolon","Colon","Forward Slash","Backslash","Operator characters",null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,"Line Comment","Block Comment",null,null,null,null,null,"Whitespace",null],$="tracer"in T?T.tracer:new h,Y;if("startRule"in T){if(!(T.startRule in I))throw new Error(`Can't start parsing from rule "`+T.startRule+'".');C=I[T.startRule]}function V(){return y.substring(H,L)}function J(){return P(H,L)}function R(c,p){throw p=p!==void 0?p:P(H,L),he([m(c)],y.substring(H,L),p)}function A(c,p){throw p=p!==void 0?p:P(H,L),Z(c,p)}function v(c,p){return{type:"literal",text:c,ignoreCase:p}}function k(c,p,b){return{type:"class",parts:c,inverted:p,ignoreCase:b}}function K(){return{type:"any"}}function te(){return{type:"end"}}function m(c){return{type:"other",description:c}}function S(c){var p=B[c],b;if(p)return p;for(b=c-1;!B[b];)b--;for(p=B[b],p={line:p.line,column:p.column};b<c;)y.charCodeAt(b)===10?(p.line++,p.column=1):p.column++,b++;return B[c]=p,p}function P(c,p){var b=S(c),F=S(p);return{start:{offset:c,line:b.line,column:b.column},end:{offset:p,line:F.line,column:F.column}}}function G(c){L<j||(L>j&&(j=L,ce=[]),ce.push(c))}function Z(c,p){return new d(c,null,null,p)}function he(c,p,b){return new d(d.buildMessage(c,p),c,p,b)}function f(c){return c.split("").map(function(p){return p.charCodeAt(0)-32})}function Se(c){var p=M[c],b=0,F=[],Q=p.length,xe=[],D=[],W=L,ie;$.trace({type:"rule.enter",rule:Ae[c],description:x[c],location:P(W,W)});var fe=L*621+c,De=je[fe];if(De)return L=De.nextPos,De.result!==_?$.trace({type:"rule.match",rule:Ae[c],description:x[c],result:De.result,location:P(W,L)}):$.trace({type:"rule.fail",rule:Ae[c],description:x[c],location:P(W,W)}),De.result;for(;;){for(;b<Q;)switch(p[b]){case 0:D.push(N[p[b+1]]),b+=2;break;case 1:D.push(void 0),b++;break;case 2:D.push(null),b++;break;case 3:D.push(_),b++;break;case 4:D.push([]),b++;break;case 5:D.push(L),b++;break;case 6:D.pop(),b++;break;case 7:L=D.pop(),b++;break;case 8:D.length-=p[b+1],b+=2;break;case 9:D.splice(-2,1),b++;break;case 10:D[D.length-2].push(D.pop()),b++;break;case 11:D.push(D.splice(D.length-p[b+1],p[b+1])),b+=2;break;case 12:D.push(y.substring(D.pop(),L)),b++;break;case 13:xe.push(Q),F.push(b+3+p[b+1]+p[b+2]),D[D.length-1]?(Q=b+3+p[b+1],b+=3):(Q=b+3+p[b+1]+p[b+2],b+=3+p[b+1]);break;case 14:xe.push(Q),F.push(b+3+p[b+1]+p[b+2]),D[D.length-1]===_?(Q=b+3+p[b+1],b+=3):(Q=b+3+p[b+1]+p[b+2],b+=3+p[b+1]);break;case 15:xe.push(Q),F.push(b+3+p[b+1]+p[b+2]),D[D.length-1]!==_?(Q=b+3+p[b+1],b+=3):(Q=b+3+p[b+1]+p[b+2],b+=3+p[b+1]);break;case 16:D[D.length-1]!==_?(xe.push(Q),F.push(b),Q=b+2+p[b+1],b+=2):b+=2+p[b+1];break;case 17:xe.push(Q),F.push(b+3+p[b+1]+p[b+2]),y.length>L?(Q=b+3+p[b+1],b+=3):(Q=b+3+p[b+1]+p[b+2],b+=3+p[b+1]);break;case 18:xe.push(Q),F.push(b+4+p[b+2]+p[b+3]),y.substr(L,N[p[b+1]].length)===N[p[b+1]]?(Q=b+4+p[b+2],b+=4):(Q=b+4+p[b+2]+p[b+3],b+=4+p[b+2]);break;case 19:xe.push(Q),F.push(b+4+p[b+2]+p[b+3]),y.substr(L,N[p[b+1]].length).toLowerCase()===N[p[b+1]]?(Q=b+4+p[b+2],b+=4):(Q=b+4+p[b+2]+p[b+3],b+=4+p[b+2]);break;case 20:xe.push(Q),F.push(b+4+p[b+2]+p[b+3]),N[p[b+1]].test(y.charAt(L))?(Q=b+4+p[b+2],b+=4):(Q=b+4+p[b+2]+p[b+3],b+=4+p[b+2]);break;case 21:D.push(y.substr(L,p[b+1])),L+=p[b+1],b+=2;break;case 22:D.push(N[p[b+1]]),L+=N[p[b+1]].length,b+=2;break;case 23:D.push(_),de===0&&G(N[p[b+1]]),b+=2;break;case 24:H=D[D.length-1-p[b+1]],b+=2;break;case 25:H=L,b++;break;case 26:ie=p.slice(b+4,b+4+p[b+3]).map(function(En){return D[D.length-1-En]}),D.splice(D.length-p[b+2],p[b+2],N[p[b+1]].apply(null,ie)),b+=4+p[b+3];break;case 27:D.push(Se(p[b+1])),b+=2;break;case 28:de++,b++;break;case 29:de--,b++;break;default:throw new Error("Invalid opcode: "+p[b]+".")}if(xe.length>0)Q=xe.pop(),b=F.pop();else break}return je[fe]={nextPos:L,result:D[0]},D[0]!==_?$.trace({type:"rule.match",rule:Ae[c],description:x[c],result:D[0],location:P(W,L)}):$.trace({type:"rule.fail",rule:Ae[c],description:x[c],location:P(W,W)}),D[0]}function me(c){return Te(c)?Array.isArray(c)?c:[c]:[]}function Be(c){return Number.parseInt(c.value)}function Te(c){return c!=null}function ir(c){var p=arguments.length>1&&arguments[1]!==void 0?arguments[1]:" ",b=c.filter(function(F){return Te(F)}).reduce(function(F,Q){return""+F+wt(Q)+p},"");return b.trim()}function ve(c){return ir(c,"")}function ge(c){return ir(c).toLowerCase()}function Me(c){return c.filter(function(p){return Te(p)}).reduce(function(p,b){return p.concat(b)},[])}function Ir(c){var p=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"'",b=new RegExp(p+"{2}","g");return wt(c).replace(b,p)}function wt(){var c=arguments.length>0&&arguments[0]!==void 0?arguments[0]:[];return me(c).join("")}function Xa(c){return wt(c).trim()}function q(c){return Xa(c).toLowerCase()}function ae(c){return Array.isArray(c)&&c.length>0&&Te(c[0])}function di(c,p){return p.reduce(function(b,F){var Q=s(F,4),xe=Q[0],D=Q[1],W=Q[2],ie=Q[3];return{type:"expression",format:"binary",variant:"operation",operation:q(D),left:b,right:ie}},c)}if(Y=Se(C),Y!==_&&L===y.length)return Y;throw Y!==_&&L<y.length&&G(te()),he(ce,j<y.length?y.charAt(j):null,j<y.length?P(j,j+1):P(j,j))}i.exports={SyntaxError:d,DefaultTracer:h,parse:E}},{}],3:[function(n,i,a){"use strict";Object.defineProperty(a,"__esModule",{value:!0});function s(u,d){for(var h=u.length-1;h>=0;h-=1)if(d(u[h]))return h;return-1}function o(u,d){for(var h=u.length,E=0;E<h;E+=1)if(!d(u[E]))return u.slice(0,E);return u}var l=a.Tracer=function(){function u(){if(!(this instanceof u))return new u;this.events=[],this.indentation=0,this.whitespaceRule=/(^whitespace)|(char$)|(^[oe]$)|(^sym\_)/i,this.statementRule=/Statement$/i,this.firstNodeRule=/(Statement|Clause)$/i}return u.prototype.trace=function(h){var E=this,y,T;switch(h.indentation=this.indentation,h.type){case"rule.enter":this.events.push(h),this.indentation+=1;break;case"rule.match":this.indentation-=1;break;case"rule.fail":y=s(this.events,function(_){var I=_.rule;return I===h.rule}),T=s(this.events,function(_){return!E.whitespaceRule.test(_.rule)}),(E.whitespaceRule.test(h.rule)||y===T)&&this.events.splice(y,1),this.indentation-=1;break}},u.prototype.smartError=function(h){var E=this,y,T,_,I,C,N={indentation:-1},M=!1,L=0,H=this.events.filter(function(B){return B.description!=null&&!E.whitespaceRule.test(B.rule)}).reverse();return _=o(H,function(B){if(/^(sym\_semi)$/i.test(B.rule)&&(L+=1),L>1)return!1;if(!M)B.indentation>N.indentation?N=B:M=!0;else if(/^(stmt)$/i.test(B.rule))return M=!0,!0;return!0}),_.length&&(T=N.location,C=_.find(function(B){return E.firstNodeRule.test(B.description)&&B.description!==N.description&&B.indentation!==N.indentation}),C!=null?this.statementRule.test(N.description)&&this.statementRule.test(C.description)?I=C.description:I=N.description+" ("+C.description+")":I=N.description,y="Syntax error found near "+I,Object.assign(h,{message:y,location:T})),h},u}()},{}]},{},[1])(1)})});var Hr=g((Oi,g0)=>{"use strict";Object.defineProperty(Oi,"__esModule",{value:!0});Oi.default=void 0;var fC={WORD:"word",STRING:"string",RESERVED:"reserved",RESERVED_TOP_LEVEL:"reserved-top-level",RESERVED_TOP_LEVEL_NO_INDENT:"reserved-top-level-no-indent",RESERVED_NEWLINE:"reserved-newline",OPERATOR:"operator",OPEN_PAREN:"open-paren",CLOSE_PAREN:"close-paren",LINE_COMMENT:"line-comment",BLOCK_COMMENT:"block-comment",NUMBER:"number",PLACEHOLDER:"placeholder"};Oi.default=fC;g0.exports=Oi.default});var wi=g(ht=>{"use strict";Object.defineProperty(ht,"__esModule",{value:!0});ht.sortByLengthDesc=ht.escapeRegExp=ht.isEmpty=ht.last=ht.trimSpacesEnd=void 0;var pC=function(t){return t.replace(/[\t ]+$/,"")};ht.trimSpacesEnd=pC;var hC=function(t){return t[t.length-1]};ht.last=hC;var mC=function(t){return!Array.isArray(t)||t.length===0};ht.isEmpty=mC;var vC=function(t){return t.replace(/[\$\(-\+\.\?\[-\^\{-\}]/g,"\\$&")};ht.escapeRegExp=vC;var gC=function(t){return t.sort(function(r,n){return n.length-r.length||r.localeCompare(n)})};ht.sortByLengthDesc=gC});var y0=g((Ii,b0)=>{"use strict";Object.defineProperty(Ii,"__esModule",{value:!0});Ii.default=void 0;var EC=wi();function bC(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function E0(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}function yC(e,t,r){return t&&E0(e.prototype,t),r&&E0(e,r),e}var Bu="top-level",_C="block-level",AC=function(){function e(t){bC(this,e),this.indent=t||" ",this.indentTypes=[]}return yC(e,[{key:"getIndent",value:function(){return this.indent.repeat(this.indentTypes.length)}},{key:"increaseTopLevel",value:function(){this.indentTypes.push(Bu)}},{key:"increaseBlockLevel",value:function(){this.indentTypes.push(_C)}},{key:"decreaseTopLevel",value:function(){this.indentTypes.length>0&&(0,EC.last)(this.indentTypes)===Bu&&this.indentTypes.pop()}},{key:"decreaseBlockLevel",value:function(){for(;this.indentTypes.length>0;){var r=this.indentTypes.pop();if(r!==Bu)break}}},{key:"resetIndentation",value:function(){this.indentTypes=[]}}]),e}();Ii.default=AC;b0.exports=Ii.default});var T0=g((Si,A0)=>{"use strict";Object.defineProperty(Si,"__esModule",{value:!0});Si.default=void 0;var Ln=TC(Hr());function TC(e){return e&&e.__esModule?e:{default:e}}function xC(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function _0(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}function RC(e,t,r){return t&&_0(e.prototype,t),r&&_0(e,r),e}var CC=50,NC=function(){function e(){xC(this,e),this.level=0}return RC(e,[{key:"beginIfPossible",value:function(r,n){this.level===0&&this.isInlineBlock(r,n)?this.level=1:this.level>0?this.level++:this.level=0}},{key:"end",value:function(){this.level--}},{key:"isActive",value:function(){return this.level>0}},{key:"isInlineBlock",value:function(r,n){for(var i=0,a=0,s=n;s<r.length;s++){var o=r[s];if(i+=o.value.length,i>CC)return!1;if(o.type===Ln.default.OPEN_PAREN)a++;else if(o.type===Ln.default.CLOSE_PAREN&&(a--,a===0))return!0;if(this.isForbiddenToken(o))return!1}return!1}},{key:"isForbiddenToken",value:function(r){var n=r.type,i=r.value;return n===Ln.default.RESERVED_TOP_LEVEL||n===Ln.default.RESERVED_NEWLINE||n===Ln.default.COMMENT||n===Ln.default.BLOCK_COMMENT||i===";"}}]),e}();Si.default=NC;A0.exports=Si.default});var C0=g((Li,R0)=>{"use strict";Object.defineProperty(Li,"__esModule",{value:!0});Li.default=void 0;function OC(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function x0(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}function wC(e,t,r){return t&&x0(e.prototype,t),r&&x0(e,r),e}var IC=function(){function e(t){OC(this,e),this.params=t,this.index=0}return wC(e,[{key:"get",value:function(r){var n=r.key,i=r.value;return this.params?n?this.params[n]:this.params[this.index++]:i}}]),e}();Li.default=IC;R0.exports=Li.default});var ks=g(He=>{"use strict";Object.defineProperty(He,"__esModule",{value:!0});He.isEnd=He.isWindow=He.isBy=He.isSet=He.isLimit=He.isBetween=He.isAnd=void 0;var Gr=SC(Hr());function SC(e){return e&&e.__esModule?e:{default:e}}var Wr=function(t,r){return function(n){return n?.type===t&&r.test(n?.value)}},LC=Wr(Gr.default.RESERVED_NEWLINE,/^AND$/i);He.isAnd=LC;var DC=Wr(Gr.default.RESERVED,/^BETWEEN$/i);He.isBetween=DC;var kC=Wr(Gr.default.RESERVED_TOP_LEVEL,/^LIMIT$/i);He.isLimit=kC;var BC=Wr(Gr.default.RESERVED_TOP_LEVEL,/^[S\u017F]ET$/i);He.isSet=BC;var MC=Wr(Gr.default.RESERVED,/^BY$/i);He.isBy=MC;var PC=Wr(Gr.default.RESERVED_TOP_LEVEL,/^WINDOW$/i);He.isWindow=PC;var $C=Wr(Gr.default.CLOSE_PAREN,/^END$/i);He.isEnd=$C});var Tt=g((Di,O0)=>{"use strict";Object.defineProperty(Di,"__esModule",{value:!0});Di.default=void 0;var Fe=Bs(Hr()),FC=Bs(y0()),UC=Bs(T0()),qC=Bs(C0()),Dn=wi(),Mu=ks();function Bs(e){return e&&e.__esModule?e:{default:e}}function Pu(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function jC(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function N0(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}function zC(e,t,r){return t&&N0(e.prototype,t),r&&N0(e,r),e}var VC=function(){function e(t){jC(this,e),this.cfg=t,this.indentation=new FC.default(this.cfg.indent),this.inlineBlock=new UC.default,this.params=new qC.default(this.cfg.params),this.previousReservedToken={},this.tokens=[],this.index=0}return zC(e,[{key:"tokenizer",value:function(){throw new Error("tokenizer() not implemented by subclass")}},{key:"tokenOverride",value:function(r){return r}},{key:"format",value:function(r){this.tokens=this.tokenizer().tokenize(r);var n=this.getFormattedQueryFromTokens();return n.trim()}},{key:"getFormattedQueryFromTokens",value:function(){var r=this,n="";return this.tokens.forEach(function(i,a){r.index=a,i=r.tokenOverride(i),i.type===Fe.default.LINE_COMMENT?n=r.formatLineComment(i,n):i.type===Fe.default.BLOCK_COMMENT?n=r.formatBlockComment(i,n):i.type===Fe.default.RESERVED_TOP_LEVEL?(n=r.formatTopLevelReservedWord(i,n),r.previousReservedToken=i):i.type===Fe.default.RESERVED_TOP_LEVEL_NO_INDENT?(n=r.formatTopLevelReservedWordNoIndent(i,n),r.previousReservedToken=i):i.type===Fe.default.RESERVED_NEWLINE?(n=r.formatNewlineReservedWord(i,n),r.previousReservedToken=i):i.type===Fe.default.RESERVED?(n=r.formatWithSpaces(i,n),r.previousReservedToken=i):i.type===Fe.default.OPEN_PAREN?n=r.formatOpeningParentheses(i,n):i.type===Fe.default.CLOSE_PAREN?n=r.formatClosingParentheses(i,n):i.type===Fe.default.PLACEHOLDER?n=r.formatPlaceholder(i,n):i.value===","?n=r.formatComma(i,n):i.value===":"?n=r.formatWithSpaceAfter(i,n):i.value==="."?n=r.formatWithoutSpaces(i,n):i.value===";"?n=r.formatQuerySeparator(i,n):n=r.formatWithSpaces(i,n)}),n}},{key:"formatLineComment",value:function(r,n){return this.addNewline(n+this.show(r))}},{key:"formatBlockComment",value:function(r,n){return this.addNewline(this.addNewline(n)+this.indentComment(r.value))}},{key:"indentComment",value:function(r){return r.replace(/\n[\t ]*/g,`
4
4
  `+this.indentation.getIndent()+" ")}},{key:"formatTopLevelReservedWordNoIndent",value:function(r,n){return this.indentation.decreaseTopLevel(),n=this.addNewline(n)+this.equalizeWhitespace(this.show(r)),this.addNewline(n)}},{key:"formatTopLevelReservedWord",value:function(r,n){return this.indentation.decreaseTopLevel(),n=this.addNewline(n),this.indentation.increaseTopLevel(),n+=this.equalizeWhitespace(this.show(r)),this.addNewline(n)}},{key:"formatNewlineReservedWord",value:function(r,n){return(0,Mu.isAnd)(r)&&(0,Mu.isBetween)(this.tokenLookBehind(2))?this.formatWithSpaces(r,n):this.addNewline(n)+this.equalizeWhitespace(this.show(r))+" "}},{key:"equalizeWhitespace",value:function(r){return r.replace(/[\t-\r \xA0\u1680\u2000-\u200A\u2028\u2029\u202F\u205F\u3000\uFEFF]+/g," ")}},{key:"formatOpeningParentheses",value:function(r,n){var i,a,s=(i={},Pu(i,Fe.default.OPEN_PAREN,!0),Pu(i,Fe.default.LINE_COMMENT,!0),Pu(i,Fe.default.OPERATOR,!0),i);return r.whitespaceBefore.length===0&&!s[(a=this.tokenLookBehind())===null||a===void 0?void 0:a.type]&&(n=(0,Dn.trimSpacesEnd)(n)),n+=this.show(r),this.inlineBlock.beginIfPossible(this.tokens,this.index),this.inlineBlock.isActive()||(this.indentation.increaseBlockLevel(),n=this.addNewline(n)),n}},{key:"formatClosingParentheses",value:function(r,n){return this.inlineBlock.isActive()?(this.inlineBlock.end(),this.formatWithSpaceAfter(r,n)):(this.indentation.decreaseBlockLevel(),this.formatWithSpaces(r,this.addNewline(n)))}},{key:"formatPlaceholder",value:function(r,n){return n+this.params.get(r)+" "}},{key:"formatComma",value:function(r,n){return n=(0,Dn.trimSpacesEnd)(n)+this.show(r)+" ",this.inlineBlock.isActive()||(0,Mu.isLimit)(this.previousReservedToken)?n:this.addNewline(n)}},{key:"formatWithSpaceAfter",value:function(r,n){return(0,Dn.trimSpacesEnd)(n)+this.show(r)+" "}},{key:"formatWithoutSpaces",value:function(r,n){return(0,Dn.trimSpacesEnd)(n)+this.show(r)}},{key:"formatWithSpaces",value:function(r,n){return n+this.show(r)+" "}},{key:"formatQuerySeparator",value:function(r,n){return this.indentation.resetIndentation(),(0,Dn.trimSpacesEnd)(n)+this.show(r)+`
@@ -8,19 +8,19 @@
8
8
  |\r|
9
9
  |$)`),"u")}function WC(e){if(e.length===0)return new RegExp("^\b$","u");var t=(0,Yr.sortByLengthDesc)(e).join("|").replace(/ /g,"\\s+");return new RegExp("^(".concat(t,")\\b"),"iu")}function YC(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:[];return new RegExp("^([\\p{Alphabetic}\\p{Mark}\\p{Decimal_Number}\\p{Connector_Punctuation}\\p{Join_Control}".concat(e.join(""),"]+)"),"u")}function KC(e){return new RegExp("^("+w0(e)+")","u")}function w0(e){var t={"``":"((`[^`]*($|`))+)","{}":"((\\{[^\\}]*($|\\}))+)","[]":"((\\[[^\\]]*($|\\]))(\\][^\\]]*($|\\]))*)",'""':'(("[^"\\\\]*(?:\\\\.[^"\\\\]*)*("|$))+)',"''":"(('[^'\\\\]*(?:\\\\.[^'\\\\]*)*('|$))+)","N''":"((N'[^'\\\\]*(?:\\\\.[^'\\\\]*)*('|$))+)","U&''":"((U&'[^'\\\\]*(?:\\\\.[^'\\\\]*)*('|$))+)",'U&""':'((U&"[^"\\\\]*(?:\\\\.[^"\\\\]*)*("|$))+)',$$:"((?<tag>\\$\\w*\\$)[\\s\\S]*?(?:\\k<tag>|$))"};return e.map(function(r){return t[r]}).join("|")}function XC(e){return new RegExp("^("+e.map(JC).join("|")+")","iu")}function JC(e){return e.length===1?(0,Yr.escapeRegExp)(e):"\\b"+e+"\\b"}function ZC(e,t){if((0,Yr.isEmpty)(e))return!1;var r=e.map(Yr.escapeRegExp).join("|");return new RegExp("^((?:".concat(r,")(?:").concat(t,"))"),"u")}});var xt=g((ki,B0)=>{"use strict";function Ms(e){return typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?Ms=function(r){return typeof r}:Ms=function(r){return r&&typeof Symbol=="function"&&r.constructor===Symbol&&r!==Symbol.prototype?"symbol":typeof r},Ms(e)}Object.defineProperty(ki,"__esModule",{value:!0});ki.default=void 0;var lt=tN(Hr()),Qe=eN(I0()),QC=wi();function k0(){if(typeof WeakMap!="function")return null;var e=new WeakMap;return k0=function(){return e},e}function eN(e){if(e&&e.__esModule)return e;if(e===null||Ms(e)!=="object"&&typeof e!="function")return{default:e};var t=k0();if(t&&t.has(e))return t.get(e);var r={},n=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var i in e)if(Object.prototype.hasOwnProperty.call(e,i)){var a=n?Object.getOwnPropertyDescriptor(e,i):null;a&&(a.get||a.set)?Object.defineProperty(r,i,a):r[i]=e[i]}return r.default=e,t&&t.set(e,r),r}function tN(e){return e&&e.__esModule?e:{default:e}}function S0(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),r.push.apply(r,n)}return r}function L0(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?S0(Object(r),!0).forEach(function(n){rN(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):S0(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function rN(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function nN(e){return oN(e)||sN(e)||aN(e)||iN()}function iN(){throw new TypeError(`Invalid attempt to spread non-iterable instance.
10
10
  In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function aN(e,t){if(!!e){if(typeof e=="string")return $u(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);if(r==="Object"&&e.constructor&&(r=e.constructor.name),r==="Map"||r==="Set")return Array.from(e);if(r==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return $u(e,t)}}function sN(e){if(typeof Symbol<"u"&&Symbol.iterator in Object(e))return Array.from(e)}function oN(e){if(Array.isArray(e))return $u(e)}function $u(e,t){(t==null||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r<t;r++)n[r]=e[r];return n}function lN(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function D0(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}function uN(e,t,r){return t&&D0(e.prototype,t),r&&D0(e,r),e}var cN=function(){function e(t){lN(this,e),this.WHITESPACE_REGEX=/^([\t-\r \xA0\u1680\u2000-\u200A\u2028\u2029\u202F\u205F\u3000\uFEFF]+)/,this.NUMBER_REGEX=/^((\x2D[\t-\r \xA0\u1680\u2000-\u200A\u2028\u2029\u202F\u205F\u3000\uFEFF]*)?[0-9]+(\.[0-9]+)?([Ee]\x2D?[0-9]+(\.[0-9]+)?)?|0x[0-9A-Fa-f]+|0b[01]+)\b/,this.OPERATOR_REGEX=Qe.createOperatorRegex(["<>","<=",">="].concat(nN(t.operators||[]))),this.BLOCK_COMMENT_REGEX=/^(\/\*(?:(?![])[\s\S])*?(?:\*\/|$))/,this.LINE_COMMENT_REGEX=Qe.createLineCommentRegex(t.lineCommentTypes),this.RESERVED_TOP_LEVEL_REGEX=Qe.createReservedWordRegex(t.reservedTopLevelWords),this.RESERVED_TOP_LEVEL_NO_INDENT_REGEX=Qe.createReservedWordRegex(t.reservedTopLevelWordsNoIndent),this.RESERVED_NEWLINE_REGEX=Qe.createReservedWordRegex(t.reservedNewlineWords),this.RESERVED_PLAIN_REGEX=Qe.createReservedWordRegex(t.reservedWords),this.WORD_REGEX=Qe.createWordRegex(t.specialWordChars),this.STRING_REGEX=Qe.createStringRegex(t.stringTypes),this.OPEN_PAREN_REGEX=Qe.createParenRegex(t.openParens),this.CLOSE_PAREN_REGEX=Qe.createParenRegex(t.closeParens),this.INDEXED_PLACEHOLDER_REGEX=Qe.createPlaceholderRegex(t.indexedPlaceholderTypes,"[0-9]*"),this.IDENT_NAMED_PLACEHOLDER_REGEX=Qe.createPlaceholderRegex(t.namedPlaceholderTypes,"[a-zA-Z0-9._$]+"),this.STRING_NAMED_PLACEHOLDER_REGEX=Qe.createPlaceholderRegex(t.namedPlaceholderTypes,Qe.createStringPattern(t.stringTypes))}return uN(e,[{key:"tokenize",value:function(r){for(var n=[],i;r.length;){var a=this.getWhitespace(r);r=r.substring(a.length),r.length&&(i=this.getNextToken(r,i),r=r.substring(i.value.length),n.push(L0(L0({},i),{},{whitespaceBefore:a})))}return n}},{key:"getWhitespace",value:function(r){var n=r.match(this.WHITESPACE_REGEX);return n?n[1]:""}},{key:"getNextToken",value:function(r,n){return this.getCommentToken(r)||this.getStringToken(r)||this.getOpenParenToken(r)||this.getCloseParenToken(r)||this.getPlaceholderToken(r)||this.getNumberToken(r)||this.getReservedWordToken(r,n)||this.getWordToken(r)||this.getOperatorToken(r)}},{key:"getCommentToken",value:function(r){return this.getLineCommentToken(r)||this.getBlockCommentToken(r)}},{key:"getLineCommentToken",value:function(r){return this.getTokenOnFirstMatch({input:r,type:lt.default.LINE_COMMENT,regex:this.LINE_COMMENT_REGEX})}},{key:"getBlockCommentToken",value:function(r){return this.getTokenOnFirstMatch({input:r,type:lt.default.BLOCK_COMMENT,regex:this.BLOCK_COMMENT_REGEX})}},{key:"getStringToken",value:function(r){return this.getTokenOnFirstMatch({input:r,type:lt.default.STRING,regex:this.STRING_REGEX})}},{key:"getOpenParenToken",value:function(r){return this.getTokenOnFirstMatch({input:r,type:lt.default.OPEN_PAREN,regex:this.OPEN_PAREN_REGEX})}},{key:"getCloseParenToken",value:function(r){return this.getTokenOnFirstMatch({input:r,type:lt.default.CLOSE_PAREN,regex:this.CLOSE_PAREN_REGEX})}},{key:"getPlaceholderToken",value:function(r){return this.getIdentNamedPlaceholderToken(r)||this.getStringNamedPlaceholderToken(r)||this.getIndexedPlaceholderToken(r)}},{key:"getIdentNamedPlaceholderToken",value:function(r){return this.getPlaceholderTokenWithKey({input:r,regex:this.IDENT_NAMED_PLACEHOLDER_REGEX,parseKey:function(i){return i.slice(1)}})}},{key:"getStringNamedPlaceholderToken",value:function(r){var n=this;return this.getPlaceholderTokenWithKey({input:r,regex:this.STRING_NAMED_PLACEHOLDER_REGEX,parseKey:function(a){return n.getEscapedPlaceholderKey({key:a.slice(2,-1),quoteChar:a.slice(-1)})}})}},{key:"getIndexedPlaceholderToken",value:function(r){return this.getPlaceholderTokenWithKey({input:r,regex:this.INDEXED_PLACEHOLDER_REGEX,parseKey:function(i){return i.slice(1)}})}},{key:"getPlaceholderTokenWithKey",value:function(r){var n=r.input,i=r.regex,a=r.parseKey,s=this.getTokenOnFirstMatch({input:n,regex:i,type:lt.default.PLACEHOLDER});return s&&(s.key=a(s.value)),s}},{key:"getEscapedPlaceholderKey",value:function(r){var n=r.key,i=r.quoteChar;return n.replace(new RegExp((0,QC.escapeRegExp)("\\"+i),"gu"),i)}},{key:"getNumberToken",value:function(r){return this.getTokenOnFirstMatch({input:r,type:lt.default.NUMBER,regex:this.NUMBER_REGEX})}},{key:"getOperatorToken",value:function(r){return this.getTokenOnFirstMatch({input:r,type:lt.default.OPERATOR,regex:this.OPERATOR_REGEX})}},{key:"getReservedWordToken",value:function(r,n){if(!(n&&n.value&&n.value==="."))return this.getTopLevelReservedToken(r)||this.getNewlineReservedToken(r)||this.getTopLevelReservedTokenNoIndent(r)||this.getPlainReservedToken(r)}},{key:"getTopLevelReservedToken",value:function(r){return this.getTokenOnFirstMatch({input:r,type:lt.default.RESERVED_TOP_LEVEL,regex:this.RESERVED_TOP_LEVEL_REGEX})}},{key:"getNewlineReservedToken",value:function(r){return this.getTokenOnFirstMatch({input:r,type:lt.default.RESERVED_NEWLINE,regex:this.RESERVED_NEWLINE_REGEX})}},{key:"getTopLevelReservedTokenNoIndent",value:function(r){return this.getTokenOnFirstMatch({input:r,type:lt.default.RESERVED_TOP_LEVEL_NO_INDENT,regex:this.RESERVED_TOP_LEVEL_NO_INDENT_REGEX})}},{key:"getPlainReservedToken",value:function(r){return this.getTokenOnFirstMatch({input:r,type:lt.default.RESERVED,regex:this.RESERVED_PLAIN_REGEX})}},{key:"getWordToken",value:function(r){return this.getTokenOnFirstMatch({input:r,type:lt.default.WORD,regex:this.WORD_REGEX})}},{key:"getTokenOnFirstMatch",value:function(r){var n=r.input,i=r.type,a=r.regex,s=n.match(a);return s?{type:i,value:s[1]}:void 0}}]),e}();ki.default=cN;B0.exports=ki.default});var F0=g((Bi,$0)=>{"use strict";function Ps(e){return typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?Ps=function(r){return typeof r}:Ps=function(r){return r&&typeof Symbol=="function"&&r.constructor===Symbol&&r!==Symbol.prototype?"symbol":typeof r},Ps(e)}Object.defineProperty(Bi,"__esModule",{value:!0});Bi.default=void 0;var dN=P0(Tt()),fN=P0(xt());function P0(e){return e&&e.__esModule?e:{default:e}}function pN(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function M0(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}function hN(e,t,r){return t&&M0(e.prototype,t),r&&M0(e,r),e}function mN(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&Fu(e,t)}function Fu(e,t){return Fu=Object.setPrototypeOf||function(n,i){return n.__proto__=i,n},Fu(e,t)}function vN(e){var t=bN();return function(){var n=$s(e),i;if(t){var a=$s(this).constructor;i=Reflect.construct(n,arguments,a)}else i=n.apply(this,arguments);return gN(this,i)}}function gN(e,t){return t&&(Ps(t)==="object"||typeof t=="function")?t:EN(e)}function EN(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function bN(){if(typeof Reflect>"u"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],function(){})),!0}catch{return!1}}function $s(e){return $s=Object.setPrototypeOf?Object.getPrototypeOf:function(r){return r.__proto__||Object.getPrototypeOf(r)},$s(e)}var yN=["ABS","ACTIVATE","ALIAS","ALL","ALLOCATE","ALLOW","ALTER","ANY","ARE","ARRAY","AS","ASC","ASENSITIVE","ASSOCIATE","ASUTIME","ASYMMETRIC","AT","ATOMIC","ATTRIBUTES","AUDIT","AUTHORIZATION","AUX","AUXILIARY","AVG","BEFORE","BEGIN","BETWEEN","BIGINT","BINARY","BLOB","BOOLEAN","BOTH","BUFFERPOOL","BY","CACHE","CALL","CALLED","CAPTURE","CARDINALITY","CASCADED","CASE","CAST","CCSID","CEIL","CEILING","CHAR","CHARACTER","CHARACTER_LENGTH","CHAR_LENGTH","CHECK","CLOB","CLONE","CLOSE","CLUSTER","COALESCE","COLLATE","COLLECT","COLLECTION","COLLID","COLUMN","COMMENT","COMMIT","CONCAT","CONDITION","CONNECT","CONNECTION","CONSTRAINT","CONTAINS","CONTINUE","CONVERT","CORR","CORRESPONDING","COUNT","COUNT_BIG","COVAR_POP","COVAR_SAMP","CREATE","CROSS","CUBE","CUME_DIST","CURRENT","CURRENT_DATE","CURRENT_DEFAULT_TRANSFORM_GROUP","CURRENT_LC_CTYPE","CURRENT_PATH","CURRENT_ROLE","CURRENT_SCHEMA","CURRENT_SERVER","CURRENT_TIME","CURRENT_TIMESTAMP","CURRENT_TIMEZONE","CURRENT_TRANSFORM_GROUP_FOR_TYPE","CURRENT_USER","CURSOR","CYCLE","DATA","DATABASE","DATAPARTITIONNAME","DATAPARTITIONNUM","DATE","DAY","DAYS","DB2GENERAL","DB2GENRL","DB2SQL","DBINFO","DBPARTITIONNAME","DBPARTITIONNUM","DEALLOCATE","DEC","DECIMAL","DECLARE","DEFAULT","DEFAULTS","DEFINITION","DELETE","DENSERANK","DENSE_RANK","DEREF","DESCRIBE","DESCRIPTOR","DETERMINISTIC","DIAGNOSTICS","DISABLE","DISALLOW","DISCONNECT","DISTINCT","DO","DOCUMENT","DOUBLE","DROP","DSSIZE","DYNAMIC","EACH","EDITPROC","ELEMENT","ELSE","ELSEIF","ENABLE","ENCODING","ENCRYPTION","END","END-EXEC","ENDING","ERASE","ESCAPE","EVERY","EXCEPTION","EXCLUDING","EXCLUSIVE","EXEC","EXECUTE","EXISTS","EXIT","EXP","EXPLAIN","EXTENDED","EXTERNAL","EXTRACT","FALSE","FENCED","FETCH","FIELDPROC","FILE","FILTER","FINAL","FIRST","FLOAT","FLOOR","FOR","FOREIGN","FREE","FULL","FUNCTION","FUSION","GENERAL","GENERATED","GET","GLOBAL","GOTO","GRANT","GRAPHIC","GROUP","GROUPING","HANDLER","HASH","HASHED_VALUE","HINT","HOLD","HOUR","HOURS","IDENTITY","IF","IMMEDIATE","IN","INCLUDING","INCLUSIVE","INCREMENT","INDEX","INDICATOR","INDICATORS","INF","INFINITY","INHERIT","INNER","INOUT","INSENSITIVE","INSERT","INT","INTEGER","INTEGRITY","INTERSECTION","INTERVAL","INTO","IS","ISOBID","ISOLATION","ITERATE","JAR","JAVA","KEEP","KEY","LABEL","LANGUAGE","LARGE","LATERAL","LC_CTYPE","LEADING","LEAVE","LEFT","LIKE","LINKTYPE","LN","LOCAL","LOCALDATE","LOCALE","LOCALTIME","LOCALTIMESTAMP","LOCATOR","LOCATORS","LOCK","LOCKMAX","LOCKSIZE","LONG","LOOP","LOWER","MAINTAINED","MATCH","MATERIALIZED","MAX","MAXVALUE","MEMBER","MERGE","METHOD","MICROSECOND","MICROSECONDS","MIN","MINUTE","MINUTES","MINVALUE","MOD","MODE","MODIFIES","MODULE","MONTH","MONTHS","MULTISET","NAN","NATIONAL","NATURAL","NCHAR","NCLOB","NEW","NEW_TABLE","NEXTVAL","NO","NOCACHE","NOCYCLE","NODENAME","NODENUMBER","NOMAXVALUE","NOMINVALUE","NONE","NOORDER","NORMALIZE","NORMALIZED","NOT","NULL","NULLIF","NULLS","NUMERIC","NUMPARTS","OBID","OCTET_LENGTH","OF","OFFSET","OLD","OLD_TABLE","ON","ONLY","OPEN","OPTIMIZATION","OPTIMIZE","OPTION","ORDER","OUT","OUTER","OVER","OVERLAPS","OVERLAY","OVERRIDING","PACKAGE","PADDED","PAGESIZE","PARAMETER","PART","PARTITION","PARTITIONED","PARTITIONING","PARTITIONS","PASSWORD","PATH","PERCENTILE_CONT","PERCENTILE_DISC","PERCENT_RANK","PIECESIZE","PLAN","POSITION","POWER","PRECISION","PREPARE","PREVVAL","PRIMARY","PRIQTY","PRIVILEGES","PROCEDURE","PROGRAM","PSID","PUBLIC","QUERY","QUERYNO","RANGE","RANK","READ","READS","REAL","RECOVERY","RECURSIVE","REF","REFERENCES","REFERENCING","REFRESH","REGR_AVGX","REGR_AVGY","REGR_COUNT","REGR_INTERCEPT","REGR_R2","REGR_SLOPE","REGR_SXX","REGR_SXY","REGR_SYY","RELEASE","RENAME","REPEAT","RESET","RESIGNAL","RESTART","RESTRICT","RESULT","RESULT_SET_LOCATOR","RETURN","RETURNS","REVOKE","RIGHT","ROLE","ROLLBACK","ROLLUP","ROUND_CEILING","ROUND_DOWN","ROUND_FLOOR","ROUND_HALF_DOWN","ROUND_HALF_EVEN","ROUND_HALF_UP","ROUND_UP","ROUTINE","ROW","ROWNUMBER","ROWS","ROWSET","ROW_NUMBER","RRN","RUN","SAVEPOINT","SCHEMA","SCOPE","SCRATCHPAD","SCROLL","SEARCH","SECOND","SECONDS","SECQTY","SECURITY","SENSITIVE","SEQUENCE","SESSION","SESSION_USER","SIGNAL","SIMILAR","SIMPLE","SMALLINT","SNAN","SOME","SOURCE","SPECIFIC","SPECIFICTYPE","SQL","SQLEXCEPTION","SQLID","SQLSTATE","SQLWARNING","SQRT","STACKED","STANDARD","START","STARTING","STATEMENT","STATIC","STATMENT","STAY","STDDEV_POP","STDDEV_SAMP","STOGROUP","STORES","STYLE","SUBMULTISET","SUBSTRING","SUM","SUMMARY","SYMMETRIC","SYNONYM","SYSFUN","SYSIBM","SYSPROC","SYSTEM","SYSTEM_USER","TABLE","TABLESAMPLE","TABLESPACE","THEN","TIME","TIMESTAMP","TIMEZONE_HOUR","TIMEZONE_MINUTE","TO","TRAILING","TRANSACTION","TRANSLATE","TRANSLATION","TREAT","TRIGGER","TRIM","TRUE","TRUNCATE","TYPE","UESCAPE","UNDO","UNIQUE","UNKNOWN","UNNEST","UNTIL","UPPER","USAGE","USER","USING","VALIDPROC","VALUE","VARCHAR","VARIABLE","VARIANT","VARYING","VAR_POP","VAR_SAMP","VCAT","VERSION","VIEW","VOLATILE","VOLUMES","WHEN","WHENEVER","WHILE","WIDTH_BUCKET","WINDOW","WITH","WITHIN","WITHOUT","WLM","WRITE","XMLELEMENT","XMLEXISTS","XMLNAMESPACES","YEAR","YEARS"],_N=["ADD","AFTER","ALTER COLUMN","ALTER TABLE","DELETE FROM","EXCEPT","FETCH FIRST","FROM","GROUP BY","GO","HAVING","INSERT INTO","INTERSECT","LIMIT","ORDER BY","SELECT","SET CURRENT SCHEMA","SET SCHEMA","SET","UPDATE","VALUES","WHERE"],AN=["INTERSECT","INTERSECT ALL","MINUS","UNION","UNION ALL"],TN=["AND","OR","JOIN","INNER JOIN","LEFT JOIN","LEFT OUTER JOIN","RIGHT JOIN","RIGHT OUTER JOIN","FULL JOIN","FULL OUTER JOIN","CROSS JOIN","NATURAL JOIN"],xN=function(e){mN(r,e);var t=vN(r);function r(){return pN(this,r),t.apply(this,arguments)}return hN(r,[{key:"tokenizer",value:function(){return new fN.default({reservedWords:yN,reservedTopLevelWords:_N,reservedNewlineWords:TN,reservedTopLevelWordsNoIndent:AN,stringTypes:['""',"''","``","[]"],openParens:["("],closeParens:[")"],indexedPlaceholderTypes:["?"],namedPlaceholderTypes:[":"],lineCommentTypes:["--"],specialWordChars:["#","@"],operators:["**","!=","!>","!>","||"]})}}]),r}(dN.default);Bi.default=xN;$0.exports=Bi.default});var z0=g((Mi,j0)=>{"use strict";function Fs(e){return typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?Fs=function(r){return typeof r}:Fs=function(r){return r&&typeof Symbol=="function"&&r.constructor===Symbol&&r!==Symbol.prototype?"symbol":typeof r},Fs(e)}Object.defineProperty(Mi,"__esModule",{value:!0});Mi.default=void 0;var RN=q0(Tt()),CN=q0(xt());function q0(e){return e&&e.__esModule?e:{default:e}}function NN(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function U0(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}function ON(e,t,r){return t&&U0(e.prototype,t),r&&U0(e,r),e}function wN(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&Uu(e,t)}function Uu(e,t){return Uu=Object.setPrototypeOf||function(n,i){return n.__proto__=i,n},Uu(e,t)}function IN(e){var t=DN();return function(){var n=Us(e),i;if(t){var a=Us(this).constructor;i=Reflect.construct(n,arguments,a)}else i=n.apply(this,arguments);return SN(this,i)}}function SN(e,t){return t&&(Fs(t)==="object"||typeof t=="function")?t:LN(e)}function LN(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function DN(){if(typeof Reflect>"u"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],function(){})),!0}catch{return!1}}function Us(e){return Us=Object.setPrototypeOf?Object.getPrototypeOf:function(r){return r.__proto__||Object.getPrototypeOf(r)},Us(e)}var kN=["ACCESSIBLE","ADD","ALL","ALTER","ANALYZE","AND","AS","ASC","ASENSITIVE","BEFORE","BETWEEN","BIGINT","BINARY","BLOB","BOTH","BY","CALL","CASCADE","CASE","CHANGE","CHAR","CHARACTER","CHECK","COLLATE","COLUMN","CONDITION","CONSTRAINT","CONTINUE","CONVERT","CREATE","CROSS","CURRENT_DATE","CURRENT_ROLE","CURRENT_TIME","CURRENT_TIMESTAMP","CURRENT_USER","CURSOR","DATABASE","DATABASES","DAY_HOUR","DAY_MICROSECOND","DAY_MINUTE","DAY_SECOND","DEC","DECIMAL","DECLARE","DEFAULT","DELAYED","DELETE","DESC","DESCRIBE","DETERMINISTIC","DISTINCT","DISTINCTROW","DIV","DO_DOMAIN_IDS","DOUBLE","DROP","DUAL","EACH","ELSE","ELSEIF","ENCLOSED","ESCAPED","EXCEPT","EXISTS","EXIT","EXPLAIN","FALSE","FETCH","FLOAT","FLOAT4","FLOAT8","FOR","FORCE","FOREIGN","FROM","FULLTEXT","GENERAL","GRANT","GROUP","HAVING","HIGH_PRIORITY","HOUR_MICROSECOND","HOUR_MINUTE","HOUR_SECOND","IF","IGNORE","IGNORE_DOMAIN_IDS","IGNORE_SERVER_IDS","IN","INDEX","INFILE","INNER","INOUT","INSENSITIVE","INSERT","INT","INT1","INT2","INT3","INT4","INT8","INTEGER","INTERSECT","INTERVAL","INTO","IS","ITERATE","JOIN","KEY","KEYS","KILL","LEADING","LEAVE","LEFT","LIKE","LIMIT","LINEAR","LINES","LOAD","LOCALTIME","LOCALTIMESTAMP","LOCK","LONG","LONGBLOB","LONGTEXT","LOOP","LOW_PRIORITY","MASTER_HEARTBEAT_PERIOD","MASTER_SSL_VERIFY_SERVER_CERT","MATCH","MAXVALUE","MEDIUMBLOB","MEDIUMINT","MEDIUMTEXT","MIDDLEINT","MINUTE_MICROSECOND","MINUTE_SECOND","MOD","MODIFIES","NATURAL","NOT","NO_WRITE_TO_BINLOG","NULL","NUMERIC","ON","OPTIMIZE","OPTION","OPTIONALLY","OR","ORDER","OUT","OUTER","OUTFILE","OVER","PAGE_CHECKSUM","PARSE_VCOL_EXPR","PARTITION","POSITION","PRECISION","PRIMARY","PROCEDURE","PURGE","RANGE","READ","READS","READ_WRITE","REAL","RECURSIVE","REF_SYSTEM_ID","REFERENCES","REGEXP","RELEASE","RENAME","REPEAT","REPLACE","REQUIRE","RESIGNAL","RESTRICT","RETURN","RETURNING","REVOKE","RIGHT","RLIKE","ROWS","SCHEMA","SCHEMAS","SECOND_MICROSECOND","SELECT","SENSITIVE","SEPARATOR","SET","SHOW","SIGNAL","SLOW","SMALLINT","SPATIAL","SPECIFIC","SQL","SQLEXCEPTION","SQLSTATE","SQLWARNING","SQL_BIG_RESULT","SQL_CALC_FOUND_ROWS","SQL_SMALL_RESULT","SSL","STARTING","STATS_AUTO_RECALC","STATS_PERSISTENT","STATS_SAMPLE_PAGES","STRAIGHT_JOIN","TABLE","TERMINATED","THEN","TINYBLOB","TINYINT","TINYTEXT","TO","TRAILING","TRIGGER","TRUE","UNDO","UNION","UNIQUE","UNLOCK","UNSIGNED","UPDATE","USAGE","USE","USING","UTC_DATE","UTC_TIME","UTC_TIMESTAMP","VALUES","VARBINARY","VARCHAR","VARCHARACTER","VARYING","WHEN","WHERE","WHILE","WINDOW","WITH","WRITE","XOR","YEAR_MONTH","ZEROFILL"],BN=["ADD","ALTER COLUMN","ALTER TABLE","DELETE FROM","EXCEPT","FROM","GROUP BY","HAVING","INSERT INTO","INSERT","LIMIT","ORDER BY","SELECT","SET","UPDATE","VALUES","WHERE"],MN=["INTERSECT","INTERSECT ALL","UNION","UNION ALL"],PN=["AND","ELSE","OR","WHEN","JOIN","INNER JOIN","LEFT JOIN","LEFT OUTER JOIN","RIGHT JOIN","RIGHT OUTER JOIN","CROSS JOIN","NATURAL JOIN","STRAIGHT_JOIN","NATURAL LEFT JOIN","NATURAL LEFT OUTER JOIN","NATURAL RIGHT JOIN","NATURAL RIGHT OUTER JOIN"],$N=function(e){wN(r,e);var t=IN(r);function r(){return NN(this,r),t.apply(this,arguments)}return ON(r,[{key:"tokenizer",value:function(){return new CN.default({reservedWords:kN,reservedTopLevelWords:BN,reservedNewlineWords:PN,reservedTopLevelWordsNoIndent:MN,stringTypes:["``","''",'""'],openParens:["(","CASE"],closeParens:[")","END"],indexedPlaceholderTypes:["?"],namedPlaceholderTypes:[],lineCommentTypes:["--","#"],specialWordChars:["@"],operators:[":=","<<",">>","!=","<>","<=>","&&","||"]})}}]),r}(RN.default);Mi.default=$N;j0.exports=Mi.default});var W0=g((Pi,G0)=>{"use strict";function qs(e){return typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?qs=function(r){return typeof r}:qs=function(r){return r&&typeof Symbol=="function"&&r.constructor===Symbol&&r!==Symbol.prototype?"symbol":typeof r},qs(e)}Object.defineProperty(Pi,"__esModule",{value:!0});Pi.default=void 0;var FN=H0(Tt()),UN=H0(xt());function H0(e){return e&&e.__esModule?e:{default:e}}function qN(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function V0(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}function jN(e,t,r){return t&&V0(e.prototype,t),r&&V0(e,r),e}function zN(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&qu(e,t)}function qu(e,t){return qu=Object.setPrototypeOf||function(n,i){return n.__proto__=i,n},qu(e,t)}function VN(e){var t=WN();return function(){var n=js(e),i;if(t){var a=js(this).constructor;i=Reflect.construct(n,arguments,a)}else i=n.apply(this,arguments);return HN(this,i)}}function HN(e,t){return t&&(qs(t)==="object"||typeof t=="function")?t:GN(e)}function GN(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function WN(){if(typeof Reflect>"u"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],function(){})),!0}catch{return!1}}function js(e){return js=Object.setPrototypeOf?Object.getPrototypeOf:function(r){return r.__proto__||Object.getPrototypeOf(r)},js(e)}var YN=["ACCESSIBLE","ADD","ALL","ALTER","ANALYZE","AND","AS","ASC","ASENSITIVE","BEFORE","BETWEEN","BIGINT","BINARY","BLOB","BOTH","BY","CALL","CASCADE","CASE","CHANGE","CHAR","CHARACTER","CHECK","COLLATE","COLUMN","CONDITION","CONSTRAINT","CONTINUE","CONVERT","CREATE","CROSS","CUBE","CUME_DIST","CURRENT_DATE","CURRENT_TIME","CURRENT_TIMESTAMP","CURRENT_USER","CURSOR","DATABASE","DATABASES","DAY_HOUR","DAY_MICROSECOND","DAY_MINUTE","DAY_SECOND","DEC","DECIMAL","DECLARE","DEFAULT","DELAYED","DELETE","DENSE_RANK","DESC","DESCRIBE","DETERMINISTIC","DISTINCT","DISTINCTROW","DIV","DOUBLE","DROP","DUAL","EACH","ELSE","ELSEIF","EMPTY","ENCLOSED","ESCAPED","EXCEPT","EXISTS","EXIT","EXPLAIN","FALSE","FETCH","FIRST_VALUE","FLOAT","FLOAT4","FLOAT8","FOR","FORCE","FOREIGN","FROM","FULLTEXT","FUNCTION","GENERATED","GET","GRANT","GROUP","GROUPING","GROUPS","HAVING","HIGH_PRIORITY","HOUR_MICROSECOND","HOUR_MINUTE","HOUR_SECOND","IF","IGNORE","IN","INDEX","INFILE","INNER","INOUT","INSENSITIVE","INSERT","INT","INT1","INT2","INT3","INT4","INT8","INTEGER","INTERVAL","INTO","IO_AFTER_GTIDS","IO_BEFORE_GTIDS","IS","ITERATE","JOIN","JSON_TABLE","KEY","KEYS","KILL","LAG","LAST_VALUE","LATERAL","LEAD","LEADING","LEAVE","LEFT","LIKE","LIMIT","LINEAR","LINES","LOAD","LOCALTIME","LOCALTIMESTAMP","LOCK","LONG","LONGBLOB","LONGTEXT","LOOP","LOW_PRIORITY","MASTER_BIND","MASTER_SSL_VERIFY_SERVER_CERT","MATCH","MAXVALUE","MEDIUMBLOB","MEDIUMINT","MEDIUMTEXT","MIDDLEINT","MINUTE_MICROSECOND","MINUTE_SECOND","MOD","MODIFIES","NATURAL","NOT","NO_WRITE_TO_BINLOG","NTH_VALUE","NTILE","NULL","NUMERIC","OF","ON","OPTIMIZE","OPTIMIZER_COSTS","OPTION","OPTIONALLY","OR","ORDER","OUT","OUTER","OUTFILE","OVER","PARTITION","PERCENT_RANK","PRECISION","PRIMARY","PROCEDURE","PURGE","RANGE","RANK","READ","READS","READ_WRITE","REAL","RECURSIVE","REFERENCES","REGEXP","RELEASE","RENAME","REPEAT","REPLACE","REQUIRE","RESIGNAL","RESTRICT","RETURN","REVOKE","RIGHT","RLIKE","ROW","ROWS","ROW_NUMBER","SCHEMA","SCHEMAS","SECOND_MICROSECOND","SELECT","SENSITIVE","SEPARATOR","SET","SHOW","SIGNAL","SMALLINT","SPATIAL","SPECIFIC","SQL","SQLEXCEPTION","SQLSTATE","SQLWARNING","SQL_BIG_RESULT","SQL_CALC_FOUND_ROWS","SQL_SMALL_RESULT","SSL","STARTING","STORED","STRAIGHT_JOIN","SYSTEM","TABLE","TERMINATED","THEN","TINYBLOB","TINYINT","TINYTEXT","TO","TRAILING","TRIGGER","TRUE","UNDO","UNION","UNIQUE","UNLOCK","UNSIGNED","UPDATE","USAGE","USE","USING","UTC_DATE","UTC_TIME","UTC_TIMESTAMP","VALUES","VARBINARY","VARCHAR","VARCHARACTER","VARYING","VIRTUAL","WHEN","WHERE","WHILE","WINDOW","WITH","WRITE","XOR","YEAR_MONTH","ZEROFILL"],KN=["ADD","ALTER COLUMN","ALTER TABLE","DELETE FROM","EXCEPT","FROM","GROUP BY","HAVING","INSERT INTO","INSERT","LIMIT","ORDER BY","SELECT","SET","UPDATE","VALUES","WHERE"],XN=["INTERSECT","INTERSECT ALL","UNION","UNION ALL"],JN=["AND","ELSE","OR","WHEN","JOIN","INNER JOIN","LEFT JOIN","LEFT OUTER JOIN","RIGHT JOIN","RIGHT OUTER JOIN","CROSS JOIN","NATURAL JOIN","STRAIGHT_JOIN","NATURAL LEFT JOIN","NATURAL LEFT OUTER JOIN","NATURAL RIGHT JOIN","NATURAL RIGHT OUTER JOIN"],ZN=function(e){zN(r,e);var t=VN(r);function r(){return qN(this,r),t.apply(this,arguments)}return jN(r,[{key:"tokenizer",value:function(){return new UN.default({reservedWords:YN,reservedTopLevelWords:KN,reservedNewlineWords:JN,reservedTopLevelWordsNoIndent:XN,stringTypes:["``","''",'""'],openParens:["(","CASE"],closeParens:[")","END"],indexedPlaceholderTypes:["?"],namedPlaceholderTypes:[],lineCommentTypes:["--","#"],specialWordChars:["@"],operators:[":=","<<",">>","!=","<>","<=>","&&","||","->","->>"]})}}]),r}(FN.default);Pi.default=ZN;G0.exports=Pi.default});var J0=g(($i,X0)=>{"use strict";function zs(e){return typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?zs=function(r){return typeof r}:zs=function(r){return r&&typeof Symbol=="function"&&r.constructor===Symbol&&r!==Symbol.prototype?"symbol":typeof r},zs(e)}Object.defineProperty($i,"__esModule",{value:!0});$i.default=void 0;var QN=K0(Tt()),eO=K0(xt());function K0(e){return e&&e.__esModule?e:{default:e}}function tO(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Y0(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}function rO(e,t,r){return t&&Y0(e.prototype,t),r&&Y0(e,r),e}function nO(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&ju(e,t)}function ju(e,t){return ju=Object.setPrototypeOf||function(n,i){return n.__proto__=i,n},ju(e,t)}function iO(e){var t=oO();return function(){var n=Vs(e),i;if(t){var a=Vs(this).constructor;i=Reflect.construct(n,arguments,a)}else i=n.apply(this,arguments);return aO(this,i)}}function aO(e,t){return t&&(zs(t)==="object"||typeof t=="function")?t:sO(e)}function sO(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function oO(){if(typeof Reflect>"u"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],function(){})),!0}catch{return!1}}function Vs(e){return Vs=Object.setPrototypeOf?Object.getPrototypeOf:function(r){return r.__proto__||Object.getPrototypeOf(r)},Vs(e)}var lO=["ALL","ALTER","ANALYZE","AND","ANY","ARRAY","AS","ASC","BEGIN","BETWEEN","BINARY","BOOLEAN","BREAK","BUCKET","BUILD","BY","CALL","CASE","CAST","CLUSTER","COLLATE","COLLECTION","COMMIT","CONNECT","CONTINUE","CORRELATE","COVER","CREATE","DATABASE","DATASET","DATASTORE","DECLARE","DECREMENT","DELETE","DERIVED","DESC","DESCRIBE","DISTINCT","DO","DROP","EACH","ELEMENT","ELSE","END","EVERY","EXCEPT","EXCLUDE","EXECUTE","EXISTS","EXPLAIN","FALSE","FETCH","FIRST","FLATTEN","FOR","FORCE","FROM","FUNCTION","GRANT","GROUP","GSI","HAVING","IF","IGNORE","ILIKE","IN","INCLUDE","INCREMENT","INDEX","INFER","INLINE","INNER","INSERT","INTERSECT","INTO","IS","JOIN","KEY","KEYS","KEYSPACE","KNOWN","LAST","LEFT","LET","LETTING","LIKE","LIMIT","LSM","MAP","MAPPING","MATCHED","MATERIALIZED","MERGE","MISSING","NAMESPACE","NEST","NOT","NULL","NUMBER","OBJECT","OFFSET","ON","OPTION","OR","ORDER","OUTER","OVER","PARSE","PARTITION","PASSWORD","PATH","POOL","PREPARE","PRIMARY","PRIVATE","PRIVILEGE","PROCEDURE","PUBLIC","RAW","REALM","REDUCE","RENAME","RETURN","RETURNING","REVOKE","RIGHT","ROLE","ROLLBACK","SATISFIES","SCHEMA","SELECT","SELF","SEMI","SET","SHOW","SOME","START","STATISTICS","STRING","SYSTEM","THEN","TO","TRANSACTION","TRIGGER","TRUE","TRUNCATE","UNDER","UNION","UNIQUE","UNKNOWN","UNNEST","UNSET","UPDATE","UPSERT","USE","USER","USING","VALIDATE","VALUE","VALUED","VALUES","VIA","VIEW","WHEN","WHERE","WHILE","WITH","WITHIN","WORK","XOR"],uO=["DELETE FROM","EXCEPT ALL","EXCEPT","EXPLAIN DELETE FROM","EXPLAIN UPDATE","EXPLAIN UPSERT","FROM","GROUP BY","HAVING","INFER","INSERT INTO","LET","LIMIT","MERGE","NEST","ORDER BY","PREPARE","SELECT","SET CURRENT SCHEMA","SET SCHEMA","SET","UNNEST","UPDATE","UPSERT","USE KEYS","VALUES","WHERE"],cO=["INTERSECT","INTERSECT ALL","MINUS","UNION","UNION ALL"],dO=["AND","OR","XOR","JOIN","INNER JOIN","LEFT JOIN","LEFT OUTER JOIN","RIGHT JOIN","RIGHT OUTER JOIN"],fO=function(e){nO(r,e);var t=iO(r);function r(){return tO(this,r),t.apply(this,arguments)}return rO(r,[{key:"tokenizer",value:function(){return new eO.default({reservedWords:lO,reservedTopLevelWords:uO,reservedNewlineWords:dO,reservedTopLevelWordsNoIndent:cO,stringTypes:['""',"''","``"],openParens:["(","[","{"],closeParens:[")","]","}"],namedPlaceholderTypes:["$"],lineCommentTypes:["#","--"],operators:["==","!="]})}}]),r}(QN.default);$i.default=fO;X0.exports=$i.default});var t1=g((Fi,e1)=>{"use strict";function Hs(e){return typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?Hs=function(r){return typeof r}:Hs=function(r){return r&&typeof Symbol=="function"&&r.constructor===Symbol&&r!==Symbol.prototype?"symbol":typeof r},Hs(e)}Object.defineProperty(Fi,"__esModule",{value:!0});Fi.default=void 0;var pO=Vu(Tt()),Z0=ks(),hO=Vu(xt()),mO=Vu(Hr());function Vu(e){return e&&e.__esModule?e:{default:e}}function vO(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Q0(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}function gO(e,t,r){return t&&Q0(e.prototype,t),r&&Q0(e,r),e}function EO(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&zu(e,t)}function zu(e,t){return zu=Object.setPrototypeOf||function(n,i){return n.__proto__=i,n},zu(e,t)}function bO(e){var t=AO();return function(){var n=Gs(e),i;if(t){var a=Gs(this).constructor;i=Reflect.construct(n,arguments,a)}else i=n.apply(this,arguments);return yO(this,i)}}function yO(e,t){return t&&(Hs(t)==="object"||typeof t=="function")?t:_O(e)}function _O(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function AO(){if(typeof Reflect>"u"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],function(){})),!0}catch{return!1}}function Gs(e){return Gs=Object.setPrototypeOf?Object.getPrototypeOf:function(r){return r.__proto__||Object.getPrototypeOf(r)},Gs(e)}var TO=["A","ACCESSIBLE","AGENT","AGGREGATE","ALL","ALTER","ANY","ARRAY","AS","ASC","AT","ATTRIBUTE","AUTHID","AVG","BETWEEN","BFILE_BASE","BINARY_INTEGER","BINARY","BLOB_BASE","BLOCK","BODY","BOOLEAN","BOTH","BOUND","BREADTH","BULK","BY","BYTE","C","CALL","CALLING","CASCADE","CASE","CHAR_BASE","CHAR","CHARACTER","CHARSET","CHARSETFORM","CHARSETID","CHECK","CLOB_BASE","CLONE","CLOSE","CLUSTER","CLUSTERS","COALESCE","COLAUTH","COLLECT","COLUMNS","COMMENT","COMMIT","COMMITTED","COMPILED","COMPRESS","CONNECT","CONSTANT","CONSTRUCTOR","CONTEXT","CONTINUE","CONVERT","COUNT","CRASH","CREATE","CREDENTIAL","CURRENT","CURRVAL","CURSOR","CUSTOMDATUM","DANGLING","DATA","DATE_BASE","DATE","DAY","DECIMAL","DEFAULT","DEFINE","DELETE","DEPTH","DESC","DETERMINISTIC","DIRECTORY","DISTINCT","DO","DOUBLE","DROP","DURATION","ELEMENT","ELSIF","EMPTY","END","ESCAPE","EXCEPTIONS","EXCLUSIVE","EXECUTE","EXISTS","EXIT","EXTENDS","EXTERNAL","EXTRACT","FALSE","FETCH","FINAL","FIRST","FIXED","FLOAT","FOR","FORALL","FORCE","FROM","FUNCTION","GENERAL","GOTO","GRANT","GROUP","HASH","HEAP","HIDDEN","HOUR","IDENTIFIED","IF","IMMEDIATE","IN","INCLUDING","INDEX","INDEXES","INDICATOR","INDICES","INFINITE","INSTANTIABLE","INT","INTEGER","INTERFACE","INTERVAL","INTO","INVALIDATE","IS","ISOLATION","JAVA","LANGUAGE","LARGE","LEADING","LENGTH","LEVEL","LIBRARY","LIKE","LIKE2","LIKE4","LIKEC","LIMITED","LOCAL","LOCK","LONG","MAP","MAX","MAXLEN","MEMBER","MERGE","MIN","MINUTE","MLSLABEL","MOD","MODE","MONTH","MULTISET","NAME","NAN","NATIONAL","NATIVE","NATURAL","NATURALN","NCHAR","NEW","NEXTVAL","NOCOMPRESS","NOCOPY","NOT","NOWAIT","NULL","NULLIF","NUMBER_BASE","NUMBER","OBJECT","OCICOLL","OCIDATE","OCIDATETIME","OCIDURATION","OCIINTERVAL","OCILOBLOCATOR","OCINUMBER","OCIRAW","OCIREF","OCIREFCURSOR","OCIROWID","OCISTRING","OCITYPE","OF","OLD","ON","ONLY","OPAQUE","OPEN","OPERATOR","OPTION","ORACLE","ORADATA","ORDER","ORGANIZATION","ORLANY","ORLVARY","OTHERS","OUT","OVERLAPS","OVERRIDING","PACKAGE","PARALLEL_ENABLE","PARAMETER","PARAMETERS","PARENT","PARTITION","PASCAL","PCTFREE","PIPE","PIPELINED","PLS_INTEGER","PLUGGABLE","POSITIVE","POSITIVEN","PRAGMA","PRECISION","PRIOR","PRIVATE","PROCEDURE","PUBLIC","RAISE","RANGE","RAW","READ","REAL","RECORD","REF","REFERENCE","RELEASE","RELIES_ON","REM","REMAINDER","RENAME","RESOURCE","RESULT_CACHE","RESULT","RETURN","RETURNING","REVERSE","REVOKE","ROLLBACK","ROW","ROWID","ROWNUM","ROWTYPE","SAMPLE","SAVE","SAVEPOINT","SB1","SB2","SB4","SEARCH","SECOND","SEGMENT","SELF","SEPARATE","SEQUENCE","SERIALIZABLE","SHARE","SHORT","SIZE_T","SIZE","SMALLINT","SOME","SPACE","SPARSE","SQL","SQLCODE","SQLDATA","SQLERRM","SQLNAME","SQLSTATE","STANDARD","START","STATIC","STDDEV","STORED","STRING","STRUCT","STYLE","SUBMULTISET","SUBPARTITION","SUBSTITUTABLE","SUBTYPE","SUCCESSFUL","SUM","SYNONYM","SYSDATE","TABAUTH","TABLE","TDO","THE","THEN","TIME","TIMESTAMP","TIMEZONE_ABBR","TIMEZONE_HOUR","TIMEZONE_MINUTE","TIMEZONE_REGION","TO","TRAILING","TRANSACTION","TRANSACTIONAL","TRIGGER","TRUE","TRUSTED","TYPE","UB1","UB2","UB4","UID","UNDER","UNIQUE","UNPLUG","UNSIGNED","UNTRUSTED","USE","USER","USING","VALIDATE","VALIST","VALUE","VARCHAR","VARCHAR2","VARIABLE","VARIANCE","VARRAY","VARYING","VIEW","VIEWS","VOID","WHENEVER","WHILE","WITH","WORK","WRAPPED","WRITE","YEAR","ZONE"],xO=["ADD","ALTER COLUMN","ALTER TABLE","BEGIN","CONNECT BY","DECLARE","DELETE FROM","DELETE","END","EXCEPT","EXCEPTION","FETCH FIRST","FROM","GROUP BY","HAVING","INSERT INTO","INSERT","LIMIT","LOOP","MODIFY","ORDER BY","SELECT","SET CURRENT SCHEMA","SET SCHEMA","SET","START WITH","UPDATE","VALUES","WHERE"],RO=["INTERSECT","INTERSECT ALL","MINUS","UNION","UNION ALL"],CO=["AND","CROSS APPLY","ELSE","END","OR","OUTER APPLY","WHEN","XOR","JOIN","INNER JOIN","LEFT JOIN","LEFT OUTER JOIN","RIGHT JOIN","RIGHT OUTER JOIN","FULL JOIN","FULL OUTER JOIN","CROSS JOIN","NATURAL JOIN"],NO=function(e){EO(r,e);var t=bO(r);function r(){return vO(this,r),t.apply(this,arguments)}return gO(r,[{key:"tokenizer",value:function(){return new hO.default({reservedWords:TO,reservedTopLevelWords:xO,reservedNewlineWords:CO,reservedTopLevelWordsNoIndent:RO,stringTypes:['""',"N''","''","``"],openParens:["(","CASE"],closeParens:[")","END"],indexedPlaceholderTypes:["?"],namedPlaceholderTypes:[":"],lineCommentTypes:["--"],specialWordChars:["_","$","#",".","@"],operators:["||","**","!=",":="]})}},{key:"tokenOverride",value:function(i){return(0,Z0.isSet)(i)&&(0,Z0.isBy)(this.previousReservedToken)?{type:mO.default.RESERVED,value:i.value}:i}}]),r}(pO.default);Fi.default=NO;e1.exports=Fi.default});var a1=g((Ui,i1)=>{"use strict";function Ws(e){return typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?Ws=function(r){return typeof r}:Ws=function(r){return r&&typeof Symbol=="function"&&r.constructor===Symbol&&r!==Symbol.prototype?"symbol":typeof r},Ws(e)}Object.defineProperty(Ui,"__esModule",{value:!0});Ui.default=void 0;var OO=n1(Tt()),wO=n1(xt());function n1(e){return e&&e.__esModule?e:{default:e}}function IO(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function r1(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}function SO(e,t,r){return t&&r1(e.prototype,t),r&&r1(e,r),e}function LO(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&Hu(e,t)}function Hu(e,t){return Hu=Object.setPrototypeOf||function(n,i){return n.__proto__=i,n},Hu(e,t)}function DO(e){var t=MO();return function(){var n=Ys(e),i;if(t){var a=Ys(this).constructor;i=Reflect.construct(n,arguments,a)}else i=n.apply(this,arguments);return kO(this,i)}}function kO(e,t){return t&&(Ws(t)==="object"||typeof t=="function")?t:BO(e)}function BO(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function MO(){if(typeof Reflect>"u"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],function(){})),!0}catch{return!1}}function Ys(e){return Ys=Object.setPrototypeOf?Object.getPrototypeOf:function(r){return r.__proto__||Object.getPrototypeOf(r)},Ys(e)}var PO=["ABORT","ABSOLUTE","ACCESS","ACTION","ADD","ADMIN","AFTER","AGGREGATE","ALL","ALSO","ALTER","ALWAYS","ANALYSE","ANALYZE","AND","ANY","ARRAY","AS","ASC","ASSERTION","ASSIGNMENT","ASYMMETRIC","AT","ATTACH","ATTRIBUTE","AUTHORIZATION","BACKWARD","BEFORE","BEGIN","BETWEEN","BIGINT","BINARY","BIT","BOOLEAN","BOTH","BY","CACHE","CALL","CALLED","CASCADE","CASCADED","CASE","CAST","CATALOG","CHAIN","CHAR","CHARACTER","CHARACTERISTICS","CHECK","CHECKPOINT","CLASS","CLOSE","CLUSTER","COALESCE","COLLATE","COLLATION","COLUMN","COLUMNS","COMMENT","COMMENTS","COMMIT","COMMITTED","CONCURRENTLY","CONFIGURATION","CONFLICT","CONNECTION","CONSTRAINT","CONSTRAINTS","CONTENT","CONTINUE","CONVERSION","COPY","COST","CREATE","CROSS","CSV","CUBE","CURRENT","CURRENT_CATALOG","CURRENT_DATE","CURRENT_ROLE","CURRENT_SCHEMA","CURRENT_TIME","CURRENT_TIMESTAMP","CURRENT_USER","CURSOR","CYCLE","DATA","DATABASE","DAY","DEALLOCATE","DEC","DECIMAL","DECLARE","DEFAULT","DEFAULTS","DEFERRABLE","DEFERRED","DEFINER","DELETE","DELIMITER","DELIMITERS","DEPENDS","DESC","DETACH","DICTIONARY","DISABLE","DISCARD","DISTINCT","DO","DOCUMENT","DOMAIN","DOUBLE","DROP","EACH","ELSE","ENABLE","ENCODING","ENCRYPTED","END","ENUM","ESCAPE","EVENT","EXCEPT","EXCLUDE","EXCLUDING","EXCLUSIVE","EXECUTE","EXISTS","EXPLAIN","EXPRESSION","EXTENSION","EXTERNAL","EXTRACT","FALSE","FAMILY","FETCH","FILTER","FIRST","FLOAT","FOLLOWING","FOR","FORCE","FOREIGN","FORWARD","FREEZE","FROM","FULL","FUNCTION","FUNCTIONS","GENERATED","GLOBAL","GRANT","GRANTED","GREATEST","GROUP","GROUPING","GROUPS","HANDLER","HAVING","HEADER","HOLD","HOUR","IDENTITY","IF","ILIKE","IMMEDIATE","IMMUTABLE","IMPLICIT","IMPORT","IN","INCLUDE","INCLUDING","INCREMENT","INDEX","INDEXES","INHERIT","INHERITS","INITIALLY","INLINE","INNER","INOUT","INPUT","INSENSITIVE","INSERT","INSTEAD","INT","INTEGER","INTERSECT","INTERVAL","INTO","INVOKER","IS","ISNULL","ISOLATION","JOIN","KEY","LABEL","LANGUAGE","LARGE","LAST","LATERAL","LEADING","LEAKPROOF","LEAST","LEFT","LEVEL","LIKE","LIMIT","LISTEN","LOAD","LOCAL","LOCALTIME","LOCALTIMESTAMP","LOCATION","LOCK","LOCKED","LOGGED","MAPPING","MATCH","MATERIALIZED","MAXVALUE","METHOD","MINUTE","MINVALUE","MODE","MONTH","MOVE","NAME","NAMES","NATIONAL","NATURAL","NCHAR","NEW","NEXT","NFC","NFD","NFKC","NFKD","NO","NONE","NORMALIZE","NORMALIZED","NOT","NOTHING","NOTIFY","NOTNULL","NOWAIT","NULL","NULLIF","NULLS","NUMERIC","OBJECT","OF","OFF","OFFSET","OIDS","OLD","ON","ONLY","OPERATOR","OPTION","OPTIONS","OR","ORDER","ORDINALITY","OTHERS","OUT","OUTER","OVER","OVERLAPS","OVERLAY","OVERRIDING","OWNED","OWNER","PARALLEL","PARSER","PARTIAL","PARTITION","PASSING","PASSWORD","PLACING","PLANS","POLICY","POSITION","PRECEDING","PRECISION","PREPARE","PREPARED","PRESERVE","PRIMARY","PRIOR","PRIVILEGES","PROCEDURAL","PROCEDURE","PROCEDURES","PROGRAM","PUBLICATION","QUOTE","RANGE","READ","REAL","REASSIGN","RECHECK","RECURSIVE","REF","REFERENCES","REFERENCING","REFRESH","REINDEX","RELATIVE","RELEASE","RENAME","REPEATABLE","REPLACE","REPLICA","RESET","RESTART","RESTRICT","RETURNING","RETURNS","REVOKE","RIGHT","ROLE","ROLLBACK","ROLLUP","ROUTINE","ROUTINES","ROW","ROWS","RULE","SAVEPOINT","SCHEMA","SCHEMAS","SCROLL","SEARCH","SECOND","SECURITY","SELECT","SEQUENCE","SEQUENCES","SERIALIZABLE","SERVER","SESSION","SESSION_USER","SET","SETOF","SETS","SHARE","SHOW","SIMILAR","SIMPLE","SKIP","SMALLINT","SNAPSHOT","SOME","SQL","STABLE","STANDALONE","START","STATEMENT","STATISTICS","STDIN","STDOUT","STORAGE","STORED","STRICT","STRIP","SUBSCRIPTION","SUBSTRING","SUPPORT","SYMMETRIC","SYSID","SYSTEM","TABLE","TABLES","TABLESAMPLE","TABLESPACE","TEMP","TEMPLATE","TEMPORARY","TEXT","THEN","TIES","TIME","TIMESTAMP","TO","TRAILING","TRANSACTION","TRANSFORM","TREAT","TRIGGER","TRIM","TRUE","TRUNCATE","TRUSTED","TYPE","TYPES","UESCAPE","UNBOUNDED","UNCOMMITTED","UNENCRYPTED","UNION","UNIQUE","UNKNOWN","UNLISTEN","UNLOGGED","UNTIL","UPDATE","USER","USING","VACUUM","VALID","VALIDATE","VALIDATOR","VALUE","VALUES","VARCHAR","VARIADIC","VARYING","VERBOSE","VERSION","VIEW","VIEWS","VOLATILE","WHEN","WHERE","WHITESPACE","WINDOW","WITH","WITHIN","WITHOUT","WORK","WRAPPER","WRITE","XML","XMLATTRIBUTES","XMLCONCAT","XMLELEMENT","XMLEXISTS","XMLFOREST","XMLNAMESPACES","XMLPARSE","XMLPI","XMLROOT","XMLSERIALIZE","XMLTABLE","YEAR","YES","ZONE"],$O=["ADD","AFTER","ALTER COLUMN","ALTER TABLE","CASE","DELETE FROM","END","EXCEPT","FETCH FIRST","FROM","GROUP BY","HAVING","INSERT INTO","INSERT","LIMIT","ORDER BY","SELECT","SET CURRENT SCHEMA","SET SCHEMA","SET","UPDATE","VALUES","WHERE"],FO=["INTERSECT","INTERSECT ALL","UNION","UNION ALL"],UO=["AND","ELSE","OR","WHEN","JOIN","INNER JOIN","LEFT JOIN","LEFT OUTER JOIN","RIGHT JOIN","RIGHT OUTER JOIN","FULL JOIN","FULL OUTER JOIN","CROSS JOIN","NATURAL JOIN"],qO=function(e){LO(r,e);var t=DO(r);function r(){return IO(this,r),t.apply(this,arguments)}return SO(r,[{key:"tokenizer",value:function(){return new wO.default({reservedWords:PO,reservedTopLevelWords:$O,reservedNewlineWords:UO,reservedTopLevelWordsNoIndent:FO,stringTypes:['""',"''","U&''",'U&""',"$$"],openParens:["(","CASE"],closeParens:[")","END"],indexedPlaceholderTypes:["$"],namedPlaceholderTypes:[":"],lineCommentTypes:["--"],operators:["!=","<<",">>","||/","|/","::","->>","->","~~*","~~","!~~*","!~~","~*","!~*","!~","!!"]})}}]),r}(OO.default);Ui.default=qO;i1.exports=Ui.default});var u1=g((qi,l1)=>{"use strict";function Ks(e){return typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?Ks=function(r){return typeof r}:Ks=function(r){return r&&typeof Symbol=="function"&&r.constructor===Symbol&&r!==Symbol.prototype?"symbol":typeof r},Ks(e)}Object.defineProperty(qi,"__esModule",{value:!0});qi.default=void 0;var jO=o1(Tt()),zO=o1(xt());function o1(e){return e&&e.__esModule?e:{default:e}}function VO(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function s1(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}function HO(e,t,r){return t&&s1(e.prototype,t),r&&s1(e,r),e}function GO(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&Gu(e,t)}function Gu(e,t){return Gu=Object.setPrototypeOf||function(n,i){return n.__proto__=i,n},Gu(e,t)}function WO(e){var t=XO();return function(){var n=Xs(e),i;if(t){var a=Xs(this).constructor;i=Reflect.construct(n,arguments,a)}else i=n.apply(this,arguments);return YO(this,i)}}function YO(e,t){return t&&(Ks(t)==="object"||typeof t=="function")?t:KO(e)}function KO(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function XO(){if(typeof Reflect>"u"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],function(){})),!0}catch{return!1}}function Xs(e){return Xs=Object.setPrototypeOf?Object.getPrototypeOf:function(r){return r.__proto__||Object.getPrototypeOf(r)},Xs(e)}var JO=["AES128","AES256","ALLOWOVERWRITE","ANALYSE","ARRAY","AS","ASC","AUTHORIZATION","BACKUP","BINARY","BLANKSASNULL","BOTH","BYTEDICT","BZIP2","CAST","CHECK","COLLATE","COLUMN","CONSTRAINT","CREATE","CREDENTIALS","CURRENT_DATE","CURRENT_TIME","CURRENT_TIMESTAMP","CURRENT_USER","CURRENT_USER_ID","DEFAULT","DEFERRABLE","DEFLATE","DEFRAG","DELTA","DELTA32K","DESC","DISABLE","DISTINCT","DO","ELSE","EMPTYASNULL","ENABLE","ENCODE","ENCRYPT","ENCRYPTION","END","EXPLICIT","FALSE","FOR","FOREIGN","FREEZE","FULL","GLOBALDICT256","GLOBALDICT64K","GRANT","GZIP","IDENTITY","IGNORE","ILIKE","INITIALLY","INTO","LEADING","LOCALTIME","LOCALTIMESTAMP","LUN","LUNS","LZO","LZOP","MINUS","MOSTLY13","MOSTLY32","MOSTLY8","NATURAL","NEW","NULLS","OFF","OFFLINE","OFFSET","OLD","ON","ONLY","OPEN","ORDER","OVERLAPS","PARALLEL","PARTITION","PERCENT","PERMISSIONS","PLACING","PRIMARY","RAW","READRATIO","RECOVER","REFERENCES","REJECTLOG","RESORT","RESTORE","SESSION_USER","SIMILAR","SYSDATE","SYSTEM","TABLE","TAG","TDES","TEXT255","TEXT32K","THEN","TIMESTAMP","TO","TOP","TRAILING","TRUE","TRUNCATECOLUMNS","UNIQUE","USER","USING","VERBOSE","WALLET","WHEN","WITH","WITHOUT","PREDICATE","COLUMNS","COMPROWS","COMPRESSION","COPY","FORMAT","DELIMITER","FIXEDWIDTH","AVRO","JSON","ENCRYPTED","BZIP2","GZIP","LZOP","PARQUET","ORC","ACCEPTANYDATE","ACCEPTINVCHARS","BLANKSASNULL","DATEFORMAT","EMPTYASNULL","ENCODING","ESCAPE","EXPLICIT_IDS","FILLRECORD","IGNOREBLANKLINES","IGNOREHEADER","NULL AS","REMOVEQUOTES","ROUNDEC","TIMEFORMAT","TRIMBLANKS","TRUNCATECOLUMNS","COMPROWS","COMPUPDATE","MAXERROR","NOLOAD","STATUPDATE","MANIFEST","REGION","IAM_ROLE","MASTER_SYMMETRIC_KEY","SSH","ACCEPTANYDATE","ACCEPTINVCHARS","ACCESS_KEY_ID","SECRET_ACCESS_KEY","AVRO","BLANKSASNULL","BZIP2","COMPROWS","COMPUPDATE","CREDENTIALS","DATEFORMAT","DELIMITER","EMPTYASNULL","ENCODING","ENCRYPTED","ESCAPE","EXPLICIT_IDS","FILLRECORD","FIXEDWIDTH","FORMAT","IAM_ROLE","GZIP","IGNOREBLANKLINES","IGNOREHEADER","JSON","LZOP","MANIFEST","MASTER_SYMMETRIC_KEY","MAXERROR","NOLOAD","NULL AS","READRATIO","REGION","REMOVEQUOTES","ROUNDEC","SSH","STATUPDATE","TIMEFORMAT","SESSION_TOKEN","TRIMBLANKS","TRUNCATECOLUMNS","EXTERNAL","DATA CATALOG","HIVE METASTORE","CATALOG_ROLE","VACUUM","COPY","UNLOAD","EVEN","ALL"],ZO=["ADD","AFTER","ALTER COLUMN","ALTER TABLE","DELETE FROM","EXCEPT","FROM","GROUP BY","HAVING","INSERT INTO","INSERT","INTERSECT","TOP","LIMIT","MODIFY","ORDER BY","SELECT","SET CURRENT SCHEMA","SET SCHEMA","SET","UNION ALL","UNION","UPDATE","VALUES","WHERE","VACUUM","COPY","UNLOAD","ANALYZE","ANALYSE","DISTKEY","SORTKEY","COMPOUND","INTERLEAVED","FORMAT","DELIMITER","FIXEDWIDTH","AVRO","JSON","ENCRYPTED","BZIP2","GZIP","LZOP","PARQUET","ORC","ACCEPTANYDATE","ACCEPTINVCHARS","BLANKSASNULL","DATEFORMAT","EMPTYASNULL","ENCODING","ESCAPE","EXPLICIT_IDS","FILLRECORD","IGNOREBLANKLINES","IGNOREHEADER","NULL AS","REMOVEQUOTES","ROUNDEC","TIMEFORMAT","TRIMBLANKS","TRUNCATECOLUMNS","COMPROWS","COMPUPDATE","MAXERROR","NOLOAD","STATUPDATE","MANIFEST","REGION","IAM_ROLE","MASTER_SYMMETRIC_KEY","SSH","ACCEPTANYDATE","ACCEPTINVCHARS","ACCESS_KEY_ID","SECRET_ACCESS_KEY","AVRO","BLANKSASNULL","BZIP2","COMPROWS","COMPUPDATE","CREDENTIALS","DATEFORMAT","DELIMITER","EMPTYASNULL","ENCODING","ENCRYPTED","ESCAPE","EXPLICIT_IDS","FILLRECORD","FIXEDWIDTH","FORMAT","IAM_ROLE","GZIP","IGNOREBLANKLINES","IGNOREHEADER","JSON","LZOP","MANIFEST","MASTER_SYMMETRIC_KEY","MAXERROR","NOLOAD","NULL AS","READRATIO","REGION","REMOVEQUOTES","ROUNDEC","SSH","STATUPDATE","TIMEFORMAT","SESSION_TOKEN","TRIMBLANKS","TRUNCATECOLUMNS","EXTERNAL","DATA CATALOG","HIVE METASTORE","CATALOG_ROLE"],QO=[],ew=["AND","ELSE","OR","OUTER APPLY","WHEN","VACUUM","COPY","UNLOAD","ANALYZE","ANALYSE","DISTKEY","SORTKEY","COMPOUND","INTERLEAVED","JOIN","INNER JOIN","LEFT JOIN","LEFT OUTER JOIN","RIGHT JOIN","RIGHT OUTER JOIN","FULL JOIN","FULL OUTER JOIN","CROSS JOIN","NATURAL JOIN"],tw=function(e){GO(r,e);var t=WO(r);function r(){return VO(this,r),t.apply(this,arguments)}return HO(r,[{key:"tokenizer",value:function(){return new zO.default({reservedWords:JO,reservedTopLevelWords:ZO,reservedNewlineWords:ew,reservedTopLevelWordsNoIndent:QO,stringTypes:['""',"''","``"],openParens:["("],closeParens:[")"],indexedPlaceholderTypes:["?"],namedPlaceholderTypes:["@","#","$"],lineCommentTypes:["--"],operators:["|/","||/","<<",">>","!=","||"]})}}]),r}(jO.default);qi.default=tw;l1.exports=qi.default});var p1=g((ji,f1)=>{"use strict";function Zs(e){return typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?Zs=function(r){return typeof r}:Zs=function(r){return r&&typeof Symbol=="function"&&r.constructor===Symbol&&r!==Symbol.prototype?"symbol":typeof r},Zs(e)}Object.defineProperty(ji,"__esModule",{value:!0});ji.default=void 0;var rw=Yu(Tt()),c1=ks(),nw=Yu(xt()),Js=Yu(Hr());function Yu(e){return e&&e.__esModule?e:{default:e}}function iw(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function d1(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}function aw(e,t,r){return t&&d1(e.prototype,t),r&&d1(e,r),e}function sw(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&Wu(e,t)}function Wu(e,t){return Wu=Object.setPrototypeOf||function(n,i){return n.__proto__=i,n},Wu(e,t)}function ow(e){var t=cw();return function(){var n=Qs(e),i;if(t){var a=Qs(this).constructor;i=Reflect.construct(n,arguments,a)}else i=n.apply(this,arguments);return lw(this,i)}}function lw(e,t){return t&&(Zs(t)==="object"||typeof t=="function")?t:uw(e)}function uw(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function cw(){if(typeof Reflect>"u"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],function(){})),!0}catch{return!1}}function Qs(e){return Qs=Object.setPrototypeOf?Object.getPrototypeOf:function(r){return r.__proto__||Object.getPrototypeOf(r)},Qs(e)}var dw=["ALL","ALTER","ANALYSE","ANALYZE","ARRAY_ZIP","ARRAY","AS","ASC","AVG","BETWEEN","CASCADE","CASE","CAST","COALESCE","COLLECT_LIST","COLLECT_SET","COLUMN","COLUMNS","COMMENT","CONSTRAINT","CONTAINS","CONVERT","COUNT","CUME_DIST","CURRENT ROW","CURRENT_DATE","CURRENT_TIMESTAMP","DATABASE","DATABASES","DATE_ADD","DATE_SUB","DATE_TRUNC","DAY_HOUR","DAY_MINUTE","DAY_SECOND","DAY","DAYS","DECODE","DEFAULT","DELETE","DENSE_RANK","DESC","DESCRIBE","DISTINCT","DISTINCTROW","DIV","DROP","ELSE","ENCODE","END","EXISTS","EXPLAIN","EXPLODE_OUTER","EXPLODE","FILTER","FIRST_VALUE","FIRST","FIXED","FLATTEN","FOLLOWING","FROM_UNIXTIME","FULL","GREATEST","GROUP_CONCAT","HOUR_MINUTE","HOUR_SECOND","HOUR","HOURS","IF","IFNULL","IN","INSERT","INTERVAL","INTO","IS","LAG","LAST_VALUE","LAST","LEAD","LEADING","LEAST","LEVEL","LIKE","MAX","MERGE","MIN","MINUTE_SECOND","MINUTE","MONTH","NATURAL","NOT","NOW()","NTILE","NULL","NULLIF","OFFSET","ON DELETE","ON UPDATE","ON","ONLY","OPTIMIZE","OVER","PERCENT_RANK","PRECEDING","RANGE","RANK","REGEXP","RENAME","RLIKE","ROW","ROWS","SECOND","SEPARATOR","SEQUENCE","SIZE","STRING","STRUCT","SUM","TABLE","TABLES","TEMPORARY","THEN","TO_DATE","TO_JSON","TO","TRAILING","TRANSFORM","TRUE","TRUNCATE","TYPE","TYPES","UNBOUNDED","UNIQUE","UNIX_TIMESTAMP","UNLOCK","UNSIGNED","USING","VARIABLES","VIEW","WHEN","WITH","YEAR_MONTH"],fw=["ADD","AFTER","ALTER COLUMN","ALTER DATABASE","ALTER SCHEMA","ALTER TABLE","CLUSTER BY","CLUSTERED BY","DELETE FROM","DISTRIBUTE BY","FROM","GROUP BY","HAVING","INSERT INTO","INSERT","LIMIT","OPTIONS","ORDER BY","PARTITION BY","PARTITIONED BY","RANGE","ROWS","SELECT","SET CURRENT SCHEMA","SET SCHEMA","SET","TBLPROPERTIES","UPDATE","USING","VALUES","WHERE","WINDOW"],pw=["EXCEPT ALL","EXCEPT","INTERSECT ALL","INTERSECT","UNION ALL","UNION"],hw=["AND","CREATE OR","CREATE","ELSE","LATERAL VIEW","OR","OUTER APPLY","WHEN","XOR","JOIN","INNER JOIN","LEFT JOIN","LEFT OUTER JOIN","RIGHT JOIN","RIGHT OUTER JOIN","FULL JOIN","FULL OUTER JOIN","CROSS JOIN","NATURAL JOIN","ANTI JOIN","SEMI JOIN","LEFT ANTI JOIN","LEFT SEMI JOIN","RIGHT OUTER JOIN","RIGHT SEMI JOIN","NATURAL ANTI JOIN","NATURAL FULL OUTER JOIN","NATURAL INNER JOIN","NATURAL LEFT ANTI JOIN","NATURAL LEFT OUTER JOIN","NATURAL LEFT SEMI JOIN","NATURAL OUTER JOIN","NATURAL RIGHT OUTER JOIN","NATURAL RIGHT SEMI JOIN","NATURAL SEMI JOIN"],mw=function(e){sw(r,e);var t=ow(r);function r(){return iw(this,r),t.apply(this,arguments)}return aw(r,[{key:"tokenizer",value:function(){return new nw.default({reservedWords:dw,reservedTopLevelWords:fw,reservedNewlineWords:hw,reservedTopLevelWordsNoIndent:pw,stringTypes:['""',"''","``","{}"],openParens:["(","CASE"],closeParens:[")","END"],indexedPlaceholderTypes:["?"],namedPlaceholderTypes:["$"],lineCommentTypes:["--"],operators:["!=","<=>","&&","||","=="]})}},{key:"tokenOverride",value:function(i){if((0,c1.isWindow)(i)){var a=this.tokenLookAhead();if(a&&a.type===Js.default.OPEN_PAREN)return{type:Js.default.RESERVED,value:i.value}}if((0,c1.isEnd)(i)){var s=this.tokenLookBehind();if(s&&s.type===Js.default.OPERATOR&&s.value===".")return{type:Js.default.WORD,value:i.value}}return i}}]),r}(rw.default);ji.default=mw;f1.exports=ji.default});var g1=g((zi,v1)=>{"use strict";function eo(e){return typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?eo=function(r){return typeof r}:eo=function(r){return r&&typeof Symbol=="function"&&r.constructor===Symbol&&r!==Symbol.prototype?"symbol":typeof r},eo(e)}Object.defineProperty(zi,"__esModule",{value:!0});zi.default=void 0;var vw=m1(Tt()),gw=m1(xt());function m1(e){return e&&e.__esModule?e:{default:e}}function Ew(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function h1(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}function bw(e,t,r){return t&&h1(e.prototype,t),r&&h1(e,r),e}function yw(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&Ku(e,t)}function Ku(e,t){return Ku=Object.setPrototypeOf||function(n,i){return n.__proto__=i,n},Ku(e,t)}function _w(e){var t=xw();return function(){var n=to(e),i;if(t){var a=to(this).constructor;i=Reflect.construct(n,arguments,a)}else i=n.apply(this,arguments);return Aw(this,i)}}function Aw(e,t){return t&&(eo(t)==="object"||typeof t=="function")?t:Tw(e)}function Tw(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function xw(){if(typeof Reflect>"u"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],function(){})),!0}catch{return!1}}function to(e){return to=Object.setPrototypeOf?Object.getPrototypeOf:function(r){return r.__proto__||Object.getPrototypeOf(r)},to(e)}var Rw=["ABS","ALL","ALLOCATE","ALTER","AND","ANY","ARE","ARRAY","AS","ASENSITIVE","ASYMMETRIC","AT","ATOMIC","AUTHORIZATION","AVG","BEGIN","BETWEEN","BIGINT","BINARY","BLOB","BOOLEAN","BOTH","BY","CALL","CALLED","CARDINALITY","CASCADED","CASE","CAST","CEIL","CEILING","CHAR","CHAR_LENGTH","CHARACTER","CHARACTER_LENGTH","CHECK","CLOB","CLOSE","COALESCE","COLLATE","COLLECT","COLUMN","COMMIT","CONDITION","CONNECT","CONSTRAINT","CONVERT","CORR","CORRESPONDING","COUNT","COVAR_POP","COVAR_SAMP","CREATE","CROSS","CUBE","CUME_DIST","CURRENT","CURRENT_CATALOG","CURRENT_DATE","CURRENT_DEFAULT_TRANSFORM_GROUP","CURRENT_PATH","CURRENT_ROLE","CURRENT_SCHEMA","CURRENT_TIME","CURRENT_TIMESTAMP","CURRENT_TRANSFORM_GROUP_FOR_TYPE","CURRENT_USER","CURSOR","CYCLE","DATE","DAY","DEALLOCATE","DEC","DECIMAL","DECLARE","DEFAULT","DELETE","DENSE_RANK","DEREF","DESCRIBE","DETERMINISTIC","DISCONNECT","DISTINCT","DOUBLE","DROP","DYNAMIC","EACH","ELEMENT","ELSE","END","END-EXEC","ESCAPE","EVERY","EXCEPT","EXEC","EXECUTE","EXISTS","EXP","EXTERNAL","EXTRACT","FALSE","FETCH","FILTER","FLOAT","FLOOR","FOR","FOREIGN","FREE","FROM","FULL","FUNCTION","FUSION","GET","GLOBAL","GRANT","GROUP","GROUPING","HAVING","HOLD","HOUR","IDENTITY","IN","INDICATOR","INNER","INOUT","INSENSITIVE","INSERT","INT","INTEGER","INTERSECT","INTERSECTION","INTERVAL","INTO","IS","JOIN","LANGUAGE","LARGE","LATERAL","LEADING","LEFT","LIKE","LIKE_REGEX","LN","LOCAL","LOCALTIME","LOCALTIMESTAMP","LOWER","MATCH","MAX","MEMBER","MERGE","METHOD","MIN","MINUTE","MOD","MODIFIES","MODULE","MONTH","MULTISET","NATIONAL","NATURAL","NCHAR","NCLOB","NEW","NO","NONE","NORMALIZE","NOT","NULL","NULLIF","NUMERIC","OCTET_LENGTH","OCCURRENCES_REGEX","OF","OLD","ON","ONLY","OPEN","OR","ORDER","OUT","OUTER","OVER","OVERLAPS","OVERLAY","PARAMETER","PARTITION","PERCENT_RANK","PERCENTILE_CONT","PERCENTILE_DISC","POSITION","POSITION_REGEX","POWER","PRECISION","PREPARE","PRIMARY","PROCEDURE","RANGE","RANK","READS","REAL","RECURSIVE","REF","REFERENCES","REFERENCING","REGR_AVGX","REGR_AVGY","REGR_COUNT","REGR_INTERCEPT","REGR_R2","REGR_SLOPE","REGR_SXX","REGR_SXY","REGR_SYY","RELEASE","RESULT","RETURN","RETURNS","REVOKE","RIGHT","ROLLBACK","ROLLUP","ROW","ROW_NUMBER","ROWS","SAVEPOINT","SCOPE","SCROLL","SEARCH","SECOND","SELECT","SENSITIVE","SESSION_USER","SET","SIMILAR","SMALLINT","SOME","SPECIFIC","SPECIFICTYPE","SQL","SQLEXCEPTION","SQLSTATE","SQLWARNING","SQRT","START","STATIC","STDDEV_POP","STDDEV_SAMP","SUBMULTISET","SUBSTRING","SUBSTRING_REGEX","SUM","SYMMETRIC","SYSTEM","SYSTEM_USER","TABLE","TABLESAMPLE","THEN","TIME","TIMESTAMP","TIMEZONE_HOUR","TIMEZONE_MINUTE","TO","TRAILING","TRANSLATE","TRANSLATE_REGEX","TRANSLATION","TREAT","TRIGGER","TRIM","TRUE","UESCAPE","UNION","UNIQUE","UNKNOWN","UNNEST","UPDATE","UPPER","USER","USING","VALUE","VALUES","VAR_POP","VAR_SAMP","VARBINARY","VARCHAR","VARYING","WHEN","WHENEVER","WHERE","WIDTH_BUCKET","WINDOW","WITH","WITHIN","WITHOUT","YEAR"],Cw=["ADD","ALTER COLUMN","ALTER TABLE","CASE","DELETE FROM","END","FETCH FIRST","FETCH NEXT","FETCH PRIOR","FETCH LAST","FETCH ABSOLUTE","FETCH RELATIVE","FROM","GROUP BY","HAVING","INSERT INTO","LIMIT","ORDER BY","SELECT","SET SCHEMA","SET","UPDATE","VALUES","WHERE"],Nw=["INTERSECT","INTERSECT ALL","INTERSECT DISTINCT","UNION","UNION ALL","UNION DISTINCT","EXCEPT","EXCEPT ALL","EXCEPT DISTINCT"],Ow=["AND","ELSE","OR","WHEN","JOIN","INNER JOIN","LEFT JOIN","LEFT OUTER JOIN","RIGHT JOIN","RIGHT OUTER JOIN","FULL JOIN","FULL OUTER JOIN","CROSS JOIN","NATURAL JOIN"],ww=function(e){yw(r,e);var t=_w(r);function r(){return Ew(this,r),t.apply(this,arguments)}return bw(r,[{key:"tokenizer",value:function(){return new gw.default({reservedWords:Rw,reservedTopLevelWords:Cw,reservedNewlineWords:Ow,reservedTopLevelWordsNoIndent:Nw,stringTypes:['""',"''"],openParens:["(","CASE"],closeParens:[")","END"],indexedPlaceholderTypes:["?"],namedPlaceholderTypes:[],lineCommentTypes:["--"]})}}]),r}(vw.default);zi.default=ww;v1.exports=zi.default});var _1=g((Vi,y1)=>{"use strict";function ro(e){return typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?ro=function(r){return typeof r}:ro=function(r){return r&&typeof Symbol=="function"&&r.constructor===Symbol&&r!==Symbol.prototype?"symbol":typeof r},ro(e)}Object.defineProperty(Vi,"__esModule",{value:!0});Vi.default=void 0;var Iw=b1(Tt()),Sw=b1(xt());function b1(e){return e&&e.__esModule?e:{default:e}}function Lw(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function E1(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}function Dw(e,t,r){return t&&E1(e.prototype,t),r&&E1(e,r),e}function kw(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&Xu(e,t)}function Xu(e,t){return Xu=Object.setPrototypeOf||function(n,i){return n.__proto__=i,n},Xu(e,t)}function Bw(e){var t=$w();return function(){var n=no(e),i;if(t){var a=no(this).constructor;i=Reflect.construct(n,arguments,a)}else i=n.apply(this,arguments);return Mw(this,i)}}function Mw(e,t){return t&&(ro(t)==="object"||typeof t=="function")?t:Pw(e)}function Pw(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function $w(){if(typeof Reflect>"u"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],function(){})),!0}catch{return!1}}function no(e){return no=Object.setPrototypeOf?Object.getPrototypeOf:function(r){return r.__proto__||Object.getPrototypeOf(r)},no(e)}var Fw=["ADD","EXTERNAL","PROCEDURE","ALL","FETCH","PUBLIC","ALTER","FILE","RAISERROR","AND","FILLFACTOR","READ","ANY","FOR","READTEXT","AS","FOREIGN","RECONFIGURE","ASC","FREETEXT","REFERENCES","AUTHORIZATION","FREETEXTTABLE","REPLICATION","BACKUP","FROM","RESTORE","BEGIN","FULL","RESTRICT","BETWEEN","FUNCTION","RETURN","BREAK","GOTO","REVERT","BROWSE","GRANT","REVOKE","BULK","GROUP","RIGHT","BY","HAVING","ROLLBACK","CASCADE","HOLDLOCK","ROWCOUNT","CASE","IDENTITY","ROWGUIDCOL","CHECK","IDENTITY_INSERT","RULE","CHECKPOINT","IDENTITYCOL","SAVE","CLOSE","IF","SCHEMA","CLUSTERED","IN","SECURITYAUDIT","COALESCE","INDEX","SELECT","COLLATE","INNER","SEMANTICKEYPHRASETABLE","COLUMN","INSERT","SEMANTICSIMILARITYDETAILSTABLE","COMMIT","INTERSECT","SEMANTICSIMILARITYTABLE","COMPUTE","INTO","SESSION_USER","CONSTRAINT","IS","SET","CONTAINS","JOIN","SETUSER","CONTAINSTABLE","KEY","SHUTDOWN","CONTINUE","KILL","SOME","CONVERT","LEFT","STATISTICS","CREATE","LIKE","SYSTEM_USER","CROSS","LINENO","TABLE","CURRENT","LOAD","TABLESAMPLE","CURRENT_DATE","MERGE","TEXTSIZE","CURRENT_TIME","NATIONAL","THEN","CURRENT_TIMESTAMP","NOCHECK","TO","CURRENT_USER","NONCLUSTERED","TOP","CURSOR","NOT","TRAN","DATABASE","NULL","TRANSACTION","DBCC","NULLIF","TRIGGER","DEALLOCATE","OF","TRUNCATE","DECLARE","OFF","TRY_CONVERT","DEFAULT","OFFSETS","TSEQUAL","DELETE","ON","UNION","DENY","OPEN","UNIQUE","DESC","OPENDATASOURCE","UNPIVOT","DISK","OPENQUERY","UPDATE","DISTINCT","OPENROWSET","UPDATETEXT","DISTRIBUTED","OPENXML","USE","DOUBLE","OPTION","USER","DROP","OR","VALUES","DUMP","ORDER","VARYING","ELSE","OUTER","VIEW","END","OVER","WAITFOR","ERRLVL","PERCENT","WHEN","ESCAPE","PIVOT","WHERE","EXCEPT","PLAN","WHILE","EXEC","PRECISION","WITH","EXECUTE","PRIMARY","WITHIN GROUP","EXISTS","PRINT","WRITETEXT","EXIT","PROC"],Uw=["ADD","ALTER COLUMN","ALTER TABLE","CASE","DELETE FROM","END","EXCEPT","FROM","GROUP BY","HAVING","INSERT INTO","INSERT","LIMIT","ORDER BY","SELECT","SET CURRENT SCHEMA","SET SCHEMA","SET","UPDATE","VALUES","WHERE"],qw=["INTERSECT","INTERSECT ALL","MINUS","UNION","UNION ALL"],jw=["AND","ELSE","OR","WHEN","JOIN","INNER JOIN","LEFT JOIN","LEFT OUTER JOIN","RIGHT JOIN","RIGHT OUTER JOIN","FULL JOIN","FULL OUTER JOIN","CROSS JOIN"],zw=function(e){kw(r,e);var t=Bw(r);function r(){return Lw(this,r),t.apply(this,arguments)}return Dw(r,[{key:"tokenizer",value:function(){return new Sw.default({reservedWords:Fw,reservedTopLevelWords:Uw,reservedNewlineWords:jw,reservedTopLevelWordsNoIndent:qw,stringTypes:['""',"N''","''","[]"],openParens:["(","CASE"],closeParens:[")","END"],indexedPlaceholderTypes:[],namedPlaceholderTypes:["@"],lineCommentTypes:["--"],specialWordChars:["#","@"],operators:[">=","<=","<>","!=","!<","!>","+=","-=","*=","/=","%=","|=","&=","^=","::"]})}}]),r}(Iw.default);Vi.default=zw;y1.exports=Vi.default});var x1=g(kn=>{"use strict";Object.defineProperty(kn,"__esModule",{value:!0});kn.supportedDialects=kn.format=void 0;var Vw=Bt(F0()),Hw=Bt(z0()),Gw=Bt(W0()),Ww=Bt(J0()),Yw=Bt(t1()),Kw=Bt(a1()),Xw=Bt(u1()),Jw=Bt(p1()),A1=Bt(g1()),Zw=Bt(_1());function Bt(e){return e&&e.__esModule?e:{default:e}}function io(e){return typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?io=function(r){return typeof r}:io=function(r){return r&&typeof Symbol=="function"&&r.constructor===Symbol&&r!==Symbol.prototype?"symbol":typeof r},io(e)}var T1={db2:Vw.default,mariadb:Hw.default,mysql:Gw.default,n1ql:Ww.default,plsql:Yw.default,postgresql:Kw.default,redshift:Xw.default,spark:Jw.default,sql:A1.default,tsql:Zw.default},Qw=function(t){var r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};if(typeof t!="string")throw new Error("Invalid query argument. Extected string, instead got "+io(t));var n=A1.default;if(r.language!==void 0&&(n=T1[r.language]),n===void 0)throw Error("Unsupported SQL dialect: ".concat(r.language));return new n(r).format(t)};kn.format=Qw;var eI=Object.keys(T1);kn.supportedDialects=eI});var F1=g((cee,$1)=>{function rc(e){return e instanceof Map?e.clear=e.delete=e.set=function(){throw new Error("map is read-only")}:e instanceof Set&&(e.add=e.clear=e.delete=function(){throw new Error("set is read-only")}),Object.freeze(e),Object.getOwnPropertyNames(e).forEach(function(t){var r=e[t];typeof r=="object"&&!Object.isFrozen(r)&&rc(r)}),e}var S1=rc,tI=rc;S1.default=tI;var so=class{constructor(t){t.data===void 0&&(t.data={}),this.data=t.data,this.isMatchIgnored=!1}ignoreMatch(){this.isMatchIgnored=!0}};function Bn(e){return e.replace(/&/g,"&amp;").replace(/</g,"&lt;").replace(/>/g,"&gt;").replace(/"/g,"&quot;").replace(/'/g,"&#x27;")}function vr(e,...t){let r=Object.create(null);for(let n in e)r[n]=e[n];return t.forEach(function(n){for(let i in n)r[i]=n[i]}),r}var rI="</span>",R1=e=>!!e.kind,Qu=class{constructor(t,r){this.buffer="",this.classPrefix=r.classPrefix,t.walk(this)}addText(t){this.buffer+=Bn(t)}openNode(t){if(!R1(t))return;let r=t.kind;t.sublanguage||(r=`${this.classPrefix}${r}`),this.span(r)}closeNode(t){!R1(t)||(this.buffer+=rI)}value(){return this.buffer}span(t){this.buffer+=`<span class="${t}">`}},Hi=class{constructor(){this.rootNode={children:[]},this.stack=[this.rootNode]}get top(){return this.stack[this.stack.length-1]}get root(){return this.rootNode}add(t){this.top.children.push(t)}openNode(t){let r={kind:t,children:[]};this.add(r),this.stack.push(r)}closeNode(){if(this.stack.length>1)return this.stack.pop()}closeAllNodes(){for(;this.closeNode(););}toJSON(){return JSON.stringify(this.rootNode,null,4)}walk(t){return this.constructor._walk(t,this.rootNode)}static _walk(t,r){return typeof r=="string"?t.addText(r):r.children&&(t.openNode(r),r.children.forEach(n=>this._walk(t,n)),t.closeNode(r)),t}static _collapse(t){typeof t!="string"&&(!t.children||(t.children.every(r=>typeof r=="string")?t.children=[t.children.join("")]:t.children.forEach(r=>{Hi._collapse(r)})))}},ec=class extends Hi{constructor(t){super(),this.options=t}addKeyword(t,r){t!==""&&(this.openNode(r),this.addText(t),this.closeNode())}addText(t){t!==""&&this.add(t)}addSublanguage(t,r){let n=t.root;n.kind=r,n.sublanguage=!0,this.add(n)}toHTML(){return new Qu(this,this.options).value()}finalize(){return!0}};function nI(e){return new RegExp(e.replace(/[-/\\^$*+?.()|[\]{}]/g,"\\$&"),"m")}function Gi(e){return e?typeof e=="string"?e:e.source:null}function iI(...e){return e.map(r=>Gi(r)).join("")}function aI(...e){return"("+e.map(r=>Gi(r)).join("|")+")"}function sI(e){return new RegExp(e.toString()+"|").exec("").length-1}function oI(e,t){let r=e&&e.exec(t);return r&&r.index===0}var lI=/\[(?:[^\\\]]|\\.)*\]|\(\??|\\([1-9][0-9]*)|\\./;function uI(e,t="|"){let r=0;return e.map(n=>{r+=1;let i=r,a=Gi(n),s="";for(;a.length>0;){let o=lI.exec(a);if(!o){s+=a;break}s+=a.substring(0,o.index),a=a.substring(o.index+o[0].length),o[0][0]==="\\"&&o[1]?s+="\\"+String(Number(o[1])+i):(s+=o[0],o[0]==="("&&r++)}return s}).map(n=>`(${n})`).join(t)}var cI=/\b\B/,L1="[a-zA-Z]\\w*",nc="[a-zA-Z_]\\w*",ic="\\b\\d+(\\.\\d+)?",D1="(-?)(\\b0[xX][a-fA-F0-9]+|(\\b\\d+(\\.\\d*)?|\\.\\d+)([eE][-+]?\\d+)?)",k1="\\b(0b[01]+)",dI="!|!=|!==|%|%=|&|&&|&=|\\*|\\*=|\\+|\\+=|,|-|-=|/=|/|:|;|<<|<<=|<=|<|===|==|=|>>>=|>>=|>=|>>>|>>|>|\\?|\\[|\\{|\\(|\\^|\\^=|\\||\\|=|\\|\\||~",fI=(e={})=>{let t=/^#![ ]*\//;return e.binary&&(e.begin=iI(t,/.*\b/,e.binary,/\b.*/)),vr({className:"meta",begin:t,end:/$/,relevance:0,"on:begin":(r,n)=>{r.index!==0&&n.ignoreMatch()}},e)},Wi={begin:"\\\\[\\s\\S]",relevance:0},pI={className:"string",begin:"'",end:"'",illegal:"\\n",contains:[Wi]},hI={className:"string",begin:'"',end:'"',illegal:"\\n",contains:[Wi]},B1={begin:/\b(a|an|the|are|I'm|isn't|don't|doesn't|won't|but|just|should|pretty|simply|enough|gonna|going|wtf|so|such|will|you|your|they|like|more)\b/},oo=function(e,t,r={}){let n=vr({className:"comment",begin:e,end:t,contains:[]},r);return n.contains.push(B1),n.contains.push({className:"doctag",begin:"(?:TODO|FIXME|NOTE|BUG|OPTIMIZE|HACK|XXX):",relevance:0}),n},mI=oo("//","$"),vI=oo("/\\*","\\*/"),gI=oo("#","$"),EI={className:"number",begin:ic,relevance:0},bI={className:"number",begin:D1,relevance:0},yI={className:"number",begin:k1,relevance:0},_I={className:"number",begin:ic+"(%|em|ex|ch|rem|vw|vh|vmin|vmax|cm|mm|in|pt|pc|px|deg|grad|rad|turn|s|ms|Hz|kHz|dpi|dpcm|dppx)?",relevance:0},AI={begin:/(?=\/[^/\n]*\/)/,contains:[{className:"regexp",begin:/\//,end:/\/[gimuy]*/,illegal:/\n/,contains:[Wi,{begin:/\[/,end:/\]/,relevance:0,contains:[Wi]}]}]},TI={className:"title",begin:L1,relevance:0},xI={className:"title",begin:nc,relevance:0},RI={begin:"\\.\\s*"+nc,relevance:0},CI=function(e){return Object.assign(e,{"on:begin":(t,r)=>{r.data._beginMatch=t[1]},"on:end":(t,r)=>{r.data._beginMatch!==t[1]&&r.ignoreMatch()}})},ao=Object.freeze({__proto__:null,MATCH_NOTHING_RE:cI,IDENT_RE:L1,UNDERSCORE_IDENT_RE:nc,NUMBER_RE:ic,C_NUMBER_RE:D1,BINARY_NUMBER_RE:k1,RE_STARTERS_RE:dI,SHEBANG:fI,BACKSLASH_ESCAPE:Wi,APOS_STRING_MODE:pI,QUOTE_STRING_MODE:hI,PHRASAL_WORDS_MODE:B1,COMMENT:oo,C_LINE_COMMENT_MODE:mI,C_BLOCK_COMMENT_MODE:vI,HASH_COMMENT_MODE:gI,NUMBER_MODE:EI,C_NUMBER_MODE:bI,BINARY_NUMBER_MODE:yI,CSS_NUMBER_MODE:_I,REGEXP_MODE:AI,TITLE_MODE:TI,UNDERSCORE_TITLE_MODE:xI,METHOD_GUARD:RI,END_SAME_AS_BEGIN:CI});function NI(e,t){e.input[e.index-1]==="."&&t.ignoreMatch()}function OI(e,t){!t||!e.beginKeywords||(e.begin="\\b("+e.beginKeywords.split(" ").join("|")+")(?!\\.)(?=\\b|\\s)",e.__beforeBegin=NI,e.keywords=e.keywords||e.beginKeywords,delete e.beginKeywords,e.relevance===void 0&&(e.relevance=0))}function wI(e,t){!Array.isArray(e.illegal)||(e.illegal=aI(...e.illegal))}function II(e,t){if(!!e.match){if(e.begin||e.end)throw new Error("begin & end are not supported with match");e.begin=e.match,delete e.match}}function SI(e,t){e.relevance===void 0&&(e.relevance=1)}var LI=["of","and","for","in","not","or","if","then","parent","list","value"],DI="keyword";function M1(e,t,r=DI){let n={};return typeof e=="string"?i(r,e.split(" ")):Array.isArray(e)?i(r,e):Object.keys(e).forEach(function(a){Object.assign(n,M1(e[a],t,a))}),n;function i(a,s){t&&(s=s.map(o=>o.toLowerCase())),s.forEach(function(o){let l=o.split("|");n[l[0]]=[a,kI(l[0],l[1])]})}}function kI(e,t){return t?Number(t):BI(e)?0:1}function BI(e){return LI.includes(e.toLowerCase())}function MI(e,{plugins:t}){function r(o,l){return new RegExp(Gi(o),"m"+(e.case_insensitive?"i":"")+(l?"g":""))}class n{constructor(){this.matchIndexes={},this.regexes=[],this.matchAt=1,this.position=0}addRule(l,u){u.position=this.position++,this.matchIndexes[this.matchAt]=u,this.regexes.push([u,l]),this.matchAt+=sI(l)+1}compile(){this.regexes.length===0&&(this.exec=()=>null);let l=this.regexes.map(u=>u[1]);this.matcherRe=r(uI(l),!0),this.lastIndex=0}exec(l){this.matcherRe.lastIndex=this.lastIndex;let u=this.matcherRe.exec(l);if(!u)return null;let d=u.findIndex((E,y)=>y>0&&E!==void 0),h=this.matchIndexes[d];return u.splice(0,d),Object.assign(u,h)}}class i{constructor(){this.rules=[],this.multiRegexes=[],this.count=0,this.lastIndex=0,this.regexIndex=0}getMatcher(l){if(this.multiRegexes[l])return this.multiRegexes[l];let u=new n;return this.rules.slice(l).forEach(([d,h])=>u.addRule(d,h)),u.compile(),this.multiRegexes[l]=u,u}resumingScanAtSamePosition(){return this.regexIndex!==0}considerAll(){this.regexIndex=0}addRule(l,u){this.rules.push([l,u]),u.type==="begin"&&this.count++}exec(l){let u=this.getMatcher(this.regexIndex);u.lastIndex=this.lastIndex;let d=u.exec(l);if(this.resumingScanAtSamePosition()&&!(d&&d.index===this.lastIndex)){let h=this.getMatcher(0);h.lastIndex=this.lastIndex+1,d=h.exec(l)}return d&&(this.regexIndex+=d.position+1,this.regexIndex===this.count&&this.considerAll()),d}}function a(o){let l=new i;return o.contains.forEach(u=>l.addRule(u.begin,{rule:u,type:"begin"})),o.terminatorEnd&&l.addRule(o.terminatorEnd,{type:"end"}),o.illegal&&l.addRule(o.illegal,{type:"illegal"}),l}function s(o,l){let u=o;if(o.isCompiled)return u;[II].forEach(h=>h(o,l)),e.compilerExtensions.forEach(h=>h(o,l)),o.__beforeBegin=null,[OI,wI,SI].forEach(h=>h(o,l)),o.isCompiled=!0;let d=null;if(typeof o.keywords=="object"&&(d=o.keywords.$pattern,delete o.keywords.$pattern),o.keywords&&(o.keywords=M1(o.keywords,e.case_insensitive)),o.lexemes&&d)throw new Error("ERR: Prefer `keywords.$pattern` to `mode.lexemes`, BOTH are not allowed. (see mode reference) ");return d=d||o.lexemes||/\w+/,u.keywordPatternRe=r(d,!0),l&&(o.begin||(o.begin=/\B|\b/),u.beginRe=r(o.begin),o.endSameAsBegin&&(o.end=o.begin),!o.end&&!o.endsWithParent&&(o.end=/\B|\b/),o.end&&(u.endRe=r(o.end)),u.terminatorEnd=Gi(o.end)||"",o.endsWithParent&&l.terminatorEnd&&(u.terminatorEnd+=(o.end?"|":"")+l.terminatorEnd)),o.illegal&&(u.illegalRe=r(o.illegal)),o.contains||(o.contains=[]),o.contains=[].concat(...o.contains.map(function(h){return PI(h==="self"?o:h)})),o.contains.forEach(function(h){s(h,u)}),o.starts&&s(o.starts,l),u.matcher=a(u),u}if(e.compilerExtensions||(e.compilerExtensions=[]),e.contains&&e.contains.includes("self"))throw new Error("ERR: contains `self` is not supported at the top-level of a language. See documentation.");return e.classNameAliases=vr(e.classNameAliases||{}),s(e)}function P1(e){return e?e.endsWithParent||P1(e.starts):!1}function PI(e){return e.variants&&!e.cachedVariants&&(e.cachedVariants=e.variants.map(function(t){return vr(e,{variants:null},t)})),e.cachedVariants?e.cachedVariants:P1(e)?vr(e,{starts:e.starts?vr(e.starts):null}):Object.isFrozen(e)?vr(e):e}var $I="10.7.3";function FI(e){return Boolean(e||e==="")}function UI(e){let t={props:["language","code","autodetect"],data:function(){return{detectedLanguage:"",unknownLanguage:!1}},computed:{className(){return this.unknownLanguage?"":"hljs "+this.detectedLanguage},highlighted(){if(!this.autoDetect&&!e.getLanguage(this.language))return console.warn(`The language "${this.language}" you specified could not be found.`),this.unknownLanguage=!0,Bn(this.code);let n={};return this.autoDetect?(n=e.highlightAuto(this.code),this.detectedLanguage=n.language):(n=e.highlight(this.language,this.code,this.ignoreIllegals),this.detectedLanguage=this.language),n.value},autoDetect(){return!this.language||FI(this.autodetect)},ignoreIllegals(){return!0}},render(n){return n("pre",{},[n("code",{class:this.className,domProps:{innerHTML:this.highlighted}})])}};return{Component:t,VuePlugin:{install(n){n.component("highlightjs",t)}}}}var qI={"after:highlightElement":({el:e,result:t,text:r})=>{let n=C1(e);if(!n.length)return;let i=document.createElement("div");i.innerHTML=t.value,t.value=jI(n,C1(i),r)}};function tc(e){return e.nodeName.toLowerCase()}function C1(e){let t=[];return function r(n,i){for(let a=n.firstChild;a;a=a.nextSibling)a.nodeType===3?i+=a.nodeValue.length:a.nodeType===1&&(t.push({event:"start",offset:i,node:a}),i=r(a,i),tc(a).match(/br|hr|img|input/)||t.push({event:"stop",offset:i,node:a}));return i}(e,0),t}function jI(e,t,r){let n=0,i="",a=[];function s(){return!e.length||!t.length?e.length?e:t:e[0].offset!==t[0].offset?e[0].offset<t[0].offset?e:t:t[0].event==="start"?e:t}function o(d){function h(E){return" "+E.nodeName+'="'+Bn(E.value)+'"'}i+="<"+tc(d)+[].map.call(d.attributes,h).join("")+">"}function l(d){i+="</"+tc(d)+">"}function u(d){(d.event==="start"?o:l)(d.node)}for(;e.length||t.length;){let d=s();if(i+=Bn(r.substring(n,d[0].offset)),n=d[0].offset,d===e){a.reverse().forEach(l);do u(d.splice(0,1)[0]),d=s();while(d===e&&d.length&&d[0].offset===n);a.reverse().forEach(o)}else d[0].event==="start"?a.push(d[0].node):a.pop(),u(d.splice(0,1)[0])}return i+Bn(r.substr(n))}var N1={},Ju=e=>{console.error(e)},O1=(e,...t)=>{console.log(`WARN: ${e}`,...t)},mt=(e,t)=>{N1[`${e}/${t}`]||(console.log(`Deprecated as of ${e}. ${t}`),N1[`${e}/${t}`]=!0)},Zu=Bn,w1=vr,I1=Symbol("nomatch"),zI=function(e){let t=Object.create(null),r=Object.create(null),n=[],i=!0,a=/(^(<[^>]+>|\t|)+|\n)/gm,s="Could not find the language '{}', did you forget to load/include a language module?",o={disableAutodetect:!0,name:"Plain text",contains:[]},l={noHighlightRe:/^(no-?highlight)$/i,languageDetectRe:/\blang(?:uage)?-([\w-]+)\b/i,classPrefix:"hljs-",tabReplace:null,useBR:!1,languages:null,__emitter:ec};function u(m){return l.noHighlightRe.test(m)}function d(m){let S=m.className+" ";S+=m.parentNode?m.parentNode.className:"";let P=l.languageDetectRe.exec(S);if(P){let G=V(P[1]);return G||(O1(s.replace("{}",P[1])),O1("Falling back to no-highlight mode for this block.",m)),G?P[1]:"no-highlight"}return S.split(/\s+/).find(G=>u(G)||V(G))}function h(m,S,P,G){let Z="",he="";typeof S=="object"?(Z=m,P=S.ignoreIllegals,he=S.language,G=void 0):(mt("10.7.0","highlight(lang, code, ...args) has been deprecated."),mt("10.7.0",`Please use highlight(code, options) instead.
11
- https://github.com/highlightjs/highlight.js/issues/2277`),he=m,Z=S);let f={code:Z,language:he};k("before:highlight",f);let Se=f.result?f.result:E(f.language,f.code,P,G);return Se.code=f.code,k("after:highlight",Se),Se}function E(m,S,P,G){function Z(D,W){let ie=wt.case_insensitive?W[0].toLowerCase():W[0];return Object.prototype.hasOwnProperty.call(D.keywords,ie)&&D.keywords[ie]}function he(){if(!ae.keywords){c.addText(p);return}let D=0;ae.keywordPatternRe.lastIndex=0;let W=ae.keywordPatternRe.exec(p),ie="";for(;W;){ie+=p.substring(D,W.index);let fe=Z(ae,W);if(fe){let[De,En]=fe;if(c.addText(ie),ie="",b+=En,De.startsWith("_"))ie+=W[0];else{let nT=wt.classNameAliases[De]||De;c.addKeyword(W[0],nT)}}else ie+=W[0];D=ae.keywordPatternRe.lastIndex,W=ae.keywordPatternRe.exec(p)}ie+=p.substr(D),c.addText(ie)}function f(){if(p==="")return;let D=null;if(typeof ae.subLanguage=="string"){if(!t[ae.subLanguage]){c.addText(p);return}D=E(ae.subLanguage,p,!0,di[ae.subLanguage]),di[ae.subLanguage]=D.top}else D=T(p,ae.subLanguage.length?ae.subLanguage:null);ae.relevance>0&&(b+=D.relevance),c.addSublanguage(D.emitter,D.language)}function Se(){ae.subLanguage!=null?f():he(),p=""}function me(D){return D.className&&c.openNode(wt.classNameAliases[D.className]||D.className),ae=Object.create(D,{parent:{value:ae}}),ae}function Be(D,W,ie){let fe=oI(D.endRe,ie);if(fe){if(D["on:end"]){let De=new so(D);D["on:end"](W,De),De.isMatchIgnored&&(fe=!1)}if(fe){for(;D.endsParent&&D.parent;)D=D.parent;return D}}if(D.endsWithParent)return Be(D.parent,W,ie)}function Te(D){return ae.matcher.regexIndex===0?(p+=D[0],1):(xe=!0,0)}function ir(D){let W=D[0],ie=D.rule,fe=new so(ie),De=[ie.__beforeBegin,ie["on:begin"]];for(let En of De)if(!!En&&(En(D,fe),fe.isMatchIgnored))return Te(W);return ie&&ie.endSameAsBegin&&(ie.endRe=nI(W)),ie.skip?p+=W:(ie.excludeBegin&&(p+=W),Se(),!ie.returnBegin&&!ie.excludeBegin&&(p=W)),me(ie),ie.returnBegin?0:W.length}function ve(D){let W=D[0],ie=S.substr(D.index),fe=Be(ae,D,ie);if(!fe)return I1;let De=ae;De.skip?p+=W:(De.returnEnd||De.excludeEnd||(p+=W),Se(),De.excludeEnd&&(p=W));do ae.className&&c.closeNode(),!ae.skip&&!ae.subLanguage&&(b+=ae.relevance),ae=ae.parent;while(ae!==fe.parent);return fe.starts&&(fe.endSameAsBegin&&(fe.starts.endRe=fe.endRe),me(fe.starts)),De.returnEnd?0:W.length}function ge(){let D=[];for(let W=ae;W!==wt;W=W.parent)W.className&&D.unshift(W.className);D.forEach(W=>c.openNode(W))}let Me={};function Ir(D,W){let ie=W&&W[0];if(p+=D,ie==null)return Se(),0;if(Me.type==="begin"&&W.type==="end"&&Me.index===W.index&&ie===""){if(p+=S.slice(W.index,W.index+1),!i){let fe=new Error("0 width match regex");throw fe.languageName=m,fe.badRule=Me.rule,fe}return 1}if(Me=W,W.type==="begin")return ir(W);if(W.type==="illegal"&&!P){let fe=new Error('Illegal lexeme "'+ie+'" for mode "'+(ae.className||"<unnamed>")+'"');throw fe.mode=ae,fe}else if(W.type==="end"){let fe=ve(W);if(fe!==I1)return fe}if(W.type==="illegal"&&ie==="")return 1;if(Q>1e5&&Q>W.index*3)throw new Error("potential infinite loop, way more iterations than matches");return p+=ie,ie.length}let wt=V(m);if(!wt)throw Ju(s.replace("{}",m)),new Error('Unknown language: "'+m+'"');let Xa=MI(wt,{plugins:n}),q="",ae=G||Xa,di={},c=new l.__emitter(l);ge();let p="",b=0,F=0,Q=0,xe=!1;try{for(ae.matcher.considerAll();;){Q++,xe?xe=!1:ae.matcher.considerAll(),ae.matcher.lastIndex=F;let D=ae.matcher.exec(S);if(!D)break;let W=S.substring(F,D.index),ie=Ir(W,D);F=D.index+ie}return Ir(S.substr(F)),c.closeAllNodes(),c.finalize(),q=c.toHTML(),{relevance:Math.floor(b),value:q,language:m,illegal:!1,emitter:c,top:ae}}catch(D){if(D.message&&D.message.includes("Illegal"))return{illegal:!0,illegalBy:{msg:D.message,context:S.slice(F-100,F+100),mode:D.mode},sofar:q,relevance:0,value:Zu(S),emitter:c};if(i)return{illegal:!1,relevance:0,value:Zu(S),emitter:c,language:m,top:ae,errorRaised:D};throw D}}function y(m){let S={relevance:0,emitter:new l.__emitter(l),value:Zu(m),illegal:!1,top:o};return S.emitter.addText(m),S}function T(m,S){S=S||l.languages||Object.keys(t);let P=y(m),G=S.filter(V).filter(R).map(me=>E(me,m,!1));G.unshift(P);let Z=G.sort((me,Be)=>{if(me.relevance!==Be.relevance)return Be.relevance-me.relevance;if(me.language&&Be.language){if(V(me.language).supersetOf===Be.language)return 1;if(V(Be.language).supersetOf===me.language)return-1}return 0}),[he,f]=Z,Se=he;return Se.second_best=f,Se}function _(m){return l.tabReplace||l.useBR?m.replace(a,S=>S===`
11
+ https://github.com/highlightjs/highlight.js/issues/2277`),he=m,Z=S);let f={code:Z,language:he};k("before:highlight",f);let Se=f.result?f.result:E(f.language,f.code,P,G);return Se.code=f.code,k("after:highlight",Se),Se}function E(m,S,P,G){function Z(D,W){let ie=wt.case_insensitive?W[0].toLowerCase():W[0];return Object.prototype.hasOwnProperty.call(D.keywords,ie)&&D.keywords[ie]}function he(){if(!ae.keywords){c.addText(p);return}let D=0;ae.keywordPatternRe.lastIndex=0;let W=ae.keywordPatternRe.exec(p),ie="";for(;W;){ie+=p.substring(D,W.index);let fe=Z(ae,W);if(fe){let[De,En]=fe;if(c.addText(ie),ie="",b+=En,De.startsWith("_"))ie+=W[0];else{let n4=wt.classNameAliases[De]||De;c.addKeyword(W[0],n4)}}else ie+=W[0];D=ae.keywordPatternRe.lastIndex,W=ae.keywordPatternRe.exec(p)}ie+=p.substr(D),c.addText(ie)}function f(){if(p==="")return;let D=null;if(typeof ae.subLanguage=="string"){if(!t[ae.subLanguage]){c.addText(p);return}D=E(ae.subLanguage,p,!0,di[ae.subLanguage]),di[ae.subLanguage]=D.top}else D=T(p,ae.subLanguage.length?ae.subLanguage:null);ae.relevance>0&&(b+=D.relevance),c.addSublanguage(D.emitter,D.language)}function Se(){ae.subLanguage!=null?f():he(),p=""}function me(D){return D.className&&c.openNode(wt.classNameAliases[D.className]||D.className),ae=Object.create(D,{parent:{value:ae}}),ae}function Be(D,W,ie){let fe=oI(D.endRe,ie);if(fe){if(D["on:end"]){let De=new so(D);D["on:end"](W,De),De.isMatchIgnored&&(fe=!1)}if(fe){for(;D.endsParent&&D.parent;)D=D.parent;return D}}if(D.endsWithParent)return Be(D.parent,W,ie)}function Te(D){return ae.matcher.regexIndex===0?(p+=D[0],1):(xe=!0,0)}function ir(D){let W=D[0],ie=D.rule,fe=new so(ie),De=[ie.__beforeBegin,ie["on:begin"]];for(let En of De)if(!!En&&(En(D,fe),fe.isMatchIgnored))return Te(W);return ie&&ie.endSameAsBegin&&(ie.endRe=nI(W)),ie.skip?p+=W:(ie.excludeBegin&&(p+=W),Se(),!ie.returnBegin&&!ie.excludeBegin&&(p=W)),me(ie),ie.returnBegin?0:W.length}function ve(D){let W=D[0],ie=S.substr(D.index),fe=Be(ae,D,ie);if(!fe)return I1;let De=ae;De.skip?p+=W:(De.returnEnd||De.excludeEnd||(p+=W),Se(),De.excludeEnd&&(p=W));do ae.className&&c.closeNode(),!ae.skip&&!ae.subLanguage&&(b+=ae.relevance),ae=ae.parent;while(ae!==fe.parent);return fe.starts&&(fe.endSameAsBegin&&(fe.starts.endRe=fe.endRe),me(fe.starts)),De.returnEnd?0:W.length}function ge(){let D=[];for(let W=ae;W!==wt;W=W.parent)W.className&&D.unshift(W.className);D.forEach(W=>c.openNode(W))}let Me={};function Ir(D,W){let ie=W&&W[0];if(p+=D,ie==null)return Se(),0;if(Me.type==="begin"&&W.type==="end"&&Me.index===W.index&&ie===""){if(p+=S.slice(W.index,W.index+1),!i){let fe=new Error("0 width match regex");throw fe.languageName=m,fe.badRule=Me.rule,fe}return 1}if(Me=W,W.type==="begin")return ir(W);if(W.type==="illegal"&&!P){let fe=new Error('Illegal lexeme "'+ie+'" for mode "'+(ae.className||"<unnamed>")+'"');throw fe.mode=ae,fe}else if(W.type==="end"){let fe=ve(W);if(fe!==I1)return fe}if(W.type==="illegal"&&ie==="")return 1;if(Q>1e5&&Q>W.index*3)throw new Error("potential infinite loop, way more iterations than matches");return p+=ie,ie.length}let wt=V(m);if(!wt)throw Ju(s.replace("{}",m)),new Error('Unknown language: "'+m+'"');let Xa=MI(wt,{plugins:n}),q="",ae=G||Xa,di={},c=new l.__emitter(l);ge();let p="",b=0,F=0,Q=0,xe=!1;try{for(ae.matcher.considerAll();;){Q++,xe?xe=!1:ae.matcher.considerAll(),ae.matcher.lastIndex=F;let D=ae.matcher.exec(S);if(!D)break;let W=S.substring(F,D.index),ie=Ir(W,D);F=D.index+ie}return Ir(S.substr(F)),c.closeAllNodes(),c.finalize(),q=c.toHTML(),{relevance:Math.floor(b),value:q,language:m,illegal:!1,emitter:c,top:ae}}catch(D){if(D.message&&D.message.includes("Illegal"))return{illegal:!0,illegalBy:{msg:D.message,context:S.slice(F-100,F+100),mode:D.mode},sofar:q,relevance:0,value:Zu(S),emitter:c};if(i)return{illegal:!1,relevance:0,value:Zu(S),emitter:c,language:m,top:ae,errorRaised:D};throw D}}function y(m){let S={relevance:0,emitter:new l.__emitter(l),value:Zu(m),illegal:!1,top:o};return S.emitter.addText(m),S}function T(m,S){S=S||l.languages||Object.keys(t);let P=y(m),G=S.filter(V).filter(R).map(me=>E(me,m,!1));G.unshift(P);let Z=G.sort((me,Be)=>{if(me.relevance!==Be.relevance)return Be.relevance-me.relevance;if(me.language&&Be.language){if(V(me.language).supersetOf===Be.language)return 1;if(V(Be.language).supersetOf===me.language)return-1}return 0}),[he,f]=Z,Se=he;return Se.second_best=f,Se}function _(m){return l.tabReplace||l.useBR?m.replace(a,S=>S===`
12
12
  `?l.useBR?"<br>":S:l.tabReplace?S.replace(/\t/g,l.tabReplace):S):m}function I(m,S,P){let G=S?r[S]:P;m.classList.add("hljs"),G&&m.classList.add(G)}let C={"before:highlightElement":({el:m})=>{l.useBR&&(m.innerHTML=m.innerHTML.replace(/\n/g,"").replace(/<br[ /]*>/g,`
13
- `))},"after:highlightElement":({result:m})=>{l.useBR&&(m.value=m.value.replace(/\n/g,"<br>"))}},N=/^(<[^>]+>|\t)+/gm,M={"after:highlightElement":({result:m})=>{l.tabReplace&&(m.value=m.value.replace(N,S=>S.replace(/\t/g,l.tabReplace)))}};function L(m){let S=null,P=d(m);if(u(P))return;k("before:highlightElement",{el:m,language:P}),S=m;let G=S.textContent,Z=P?h(G,{language:P,ignoreIllegals:!0}):T(G);k("after:highlightElement",{el:m,result:Z,text:G}),m.innerHTML=Z.value,I(m,P,Z.language),m.result={language:Z.language,re:Z.relevance,relavance:Z.relevance},Z.second_best&&(m.second_best={language:Z.second_best.language,re:Z.second_best.relevance,relavance:Z.second_best.relevance})}function H(m){m.useBR&&(mt("10.3.0","'useBR' will be removed entirely in v11.0"),mt("10.3.0","Please see https://github.com/highlightjs/highlight.js/issues/2559")),l=w1(l,m)}let B=()=>{if(B.called)return;B.called=!0,mt("10.6.0","initHighlighting() is deprecated. Use highlightAll() instead."),document.querySelectorAll("pre code").forEach(L)};function j(){mt("10.6.0","initHighlightingOnLoad() is deprecated. Use highlightAll() instead."),ce=!0}let ce=!1;function de(){if(document.readyState==="loading"){ce=!0;return}document.querySelectorAll("pre code").forEach(L)}function je(){ce&&de()}typeof window<"u"&&window.addEventListener&&window.addEventListener("DOMContentLoaded",je,!1);function Ae(m,S){let P=null;try{P=S(e)}catch(G){if(Ju("Language definition for '{}' could not be registered.".replace("{}",m)),i)Ju(G);else throw G;P=o}P.name||(P.name=m),t[m]=P,P.rawDefinition=S.bind(null,e),P.aliases&&J(P.aliases,{languageName:m})}function x(m){delete t[m];for(let S of Object.keys(r))r[S]===m&&delete r[S]}function $(){return Object.keys(t)}function Y(m){mt("10.4.0","requireLanguage will be removed entirely in v11."),mt("10.4.0","Please see https://github.com/highlightjs/highlight.js/pull/2844");let S=V(m);if(S)return S;throw new Error("The '{}' language is required, but not loaded.".replace("{}",m))}function V(m){return m=(m||"").toLowerCase(),t[m]||t[r[m]]}function J(m,{languageName:S}){typeof m=="string"&&(m=[m]),m.forEach(P=>{r[P.toLowerCase()]=S})}function R(m){let S=V(m);return S&&!S.disableAutodetect}function A(m){m["before:highlightBlock"]&&!m["before:highlightElement"]&&(m["before:highlightElement"]=S=>{m["before:highlightBlock"](Object.assign({block:S.el},S))}),m["after:highlightBlock"]&&!m["after:highlightElement"]&&(m["after:highlightElement"]=S=>{m["after:highlightBlock"](Object.assign({block:S.el},S))})}function v(m){A(m),n.push(m)}function k(m,S){let P=m;n.forEach(function(G){G[P]&&G[P](S)})}function K(m){return mt("10.2.0","fixMarkup will be removed entirely in v11.0"),mt("10.2.0","Please see https://github.com/highlightjs/highlight.js/issues/2534"),_(m)}function te(m){return mt("10.7.0","highlightBlock will be removed entirely in v12.0"),mt("10.7.0","Please use highlightElement now."),L(m)}Object.assign(e,{highlight:h,highlightAuto:T,highlightAll:de,fixMarkup:K,highlightElement:L,highlightBlock:te,configure:H,initHighlighting:B,initHighlightingOnLoad:j,registerLanguage:Ae,unregisterLanguage:x,listLanguages:$,getLanguage:V,registerAliases:J,requireLanguage:Y,autoDetection:R,inherit:w1,addPlugin:v,vuePlugin:UI(e).VuePlugin}),e.debugMode=function(){i=!1},e.safeMode=function(){i=!0},e.versionString=$I;for(let m in ao)typeof ao[m]=="object"&&S1(ao[m]);return Object.assign(e,ao),e.addPlugin(C),e.addPlugin(qI),e.addPlugin(M),e},VI=zI({});$1.exports=VI});var j1=g((dee,q1)=>{function U1(e){return e?typeof e=="string"?e:e.source:null}function HI(...e){return e.map(r=>U1(r)).join("")}function ac(...e){return"("+e.map(r=>U1(r)).join("|")+")"}function GI(e){let t=e.COMMENT("--","$"),r={className:"string",variants:[{begin:/'/,end:/'/,contains:[{begin:/''/}]}]},n={begin:/"/,end:/"/,contains:[{begin:/""/}]},i=["true","false","unknown"],a=["double precision","large object","with timezone","without timezone"],s=["bigint","binary","blob","boolean","char","character","clob","date","dec","decfloat","decimal","float","int","integer","interval","nchar","nclob","national","numeric","real","row","smallint","time","timestamp","varchar","varying","varbinary"],o=["add","asc","collation","desc","final","first","last","view"],l=["abs","acos","all","allocate","alter","and","any","are","array","array_agg","array_max_cardinality","as","asensitive","asin","asymmetric","at","atan","atomic","authorization","avg","begin","begin_frame","begin_partition","between","bigint","binary","blob","boolean","both","by","call","called","cardinality","cascaded","case","cast","ceil","ceiling","char","char_length","character","character_length","check","classifier","clob","close","coalesce","collate","collect","column","commit","condition","connect","constraint","contains","convert","copy","corr","corresponding","cos","cosh","count","covar_pop","covar_samp","create","cross","cube","cume_dist","current","current_catalog","current_date","current_default_transform_group","current_path","current_role","current_row","current_schema","current_time","current_timestamp","current_path","current_role","current_transform_group_for_type","current_user","cursor","cycle","date","day","deallocate","dec","decimal","decfloat","declare","default","define","delete","dense_rank","deref","describe","deterministic","disconnect","distinct","double","drop","dynamic","each","element","else","empty","end","end_frame","end_partition","end-exec","equals","escape","every","except","exec","execute","exists","exp","external","extract","false","fetch","filter","first_value","float","floor","for","foreign","frame_row","free","from","full","function","fusion","get","global","grant","group","grouping","groups","having","hold","hour","identity","in","indicator","initial","inner","inout","insensitive","insert","int","integer","intersect","intersection","interval","into","is","join","json_array","json_arrayagg","json_exists","json_object","json_objectagg","json_query","json_table","json_table_primitive","json_value","lag","language","large","last_value","lateral","lead","leading","left","like","like_regex","listagg","ln","local","localtime","localtimestamp","log","log10","lower","match","match_number","match_recognize","matches","max","member","merge","method","min","minute","mod","modifies","module","month","multiset","national","natural","nchar","nclob","new","no","none","normalize","not","nth_value","ntile","null","nullif","numeric","octet_length","occurrences_regex","of","offset","old","omit","on","one","only","open","or","order","out","outer","over","overlaps","overlay","parameter","partition","pattern","per","percent","percent_rank","percentile_cont","percentile_disc","period","portion","position","position_regex","power","precedes","precision","prepare","primary","procedure","ptf","range","rank","reads","real","recursive","ref","references","referencing","regr_avgx","regr_avgy","regr_count","regr_intercept","regr_r2","regr_slope","regr_sxx","regr_sxy","regr_syy","release","result","return","returns","revoke","right","rollback","rollup","row","row_number","rows","running","savepoint","scope","scroll","search","second","seek","select","sensitive","session_user","set","show","similar","sin","sinh","skip","smallint","some","specific","specifictype","sql","sqlexception","sqlstate","sqlwarning","sqrt","start","static","stddev_pop","stddev_samp","submultiset","subset","substring","substring_regex","succeeds","sum","symmetric","system","system_time","system_user","table","tablesample","tan","tanh","then","time","timestamp","timezone_hour","timezone_minute","to","trailing","translate","translate_regex","translation","treat","trigger","trim","trim_array","true","truncate","uescape","union","unique","unknown","unnest","update ","upper","user","using","value","values","value_of","var_pop","var_samp","varbinary","varchar","varying","versioning","when","whenever","where","width_bucket","window","with","within","without","year"],u=["abs","acos","array_agg","asin","atan","avg","cast","ceil","ceiling","coalesce","corr","cos","cosh","count","covar_pop","covar_samp","cume_dist","dense_rank","deref","element","exp","extract","first_value","floor","json_array","json_arrayagg","json_exists","json_object","json_objectagg","json_query","json_table","json_table_primitive","json_value","lag","last_value","lead","listagg","ln","log","log10","lower","max","min","mod","nth_value","ntile","nullif","percent_rank","percentile_cont","percentile_disc","position","position_regex","power","rank","regr_avgx","regr_avgy","regr_count","regr_intercept","regr_r2","regr_slope","regr_sxx","regr_sxy","regr_syy","row_number","sin","sinh","sqrt","stddev_pop","stddev_samp","substring","substring_regex","sum","tan","tanh","translate","translate_regex","treat","trim","trim_array","unnest","upper","value_of","var_pop","var_samp","width_bucket"],d=["current_catalog","current_date","current_default_transform_group","current_path","current_role","current_schema","current_transform_group_for_type","current_user","session_user","system_time","system_user","current_time","localtime","current_timestamp","localtimestamp"],h=["create table","insert into","primary key","foreign key","not null","alter table","add constraint","grouping sets","on overflow","character set","respect nulls","ignore nulls","nulls first","nulls last","depth first","breadth first"],E=u,y=[...l,...o].filter(N=>!u.includes(N)),T={className:"variable",begin:/@[a-z0-9]+/},_={className:"operator",begin:/[-+*/=%^~]|&&?|\|\|?|!=?|<(?:=>?|<|>)?|>[>=]?/,relevance:0},I={begin:HI(/\b/,ac(...E),/\s*\(/),keywords:{built_in:E}};function C(N,{exceptions:M,when:L}={}){let H=L;return M=M||[],N.map(B=>B.match(/\|\d+$/)||M.includes(B)?B:H(B)?`${B}|0`:B)}return{name:"SQL",case_insensitive:!0,illegal:/[{}]|<\//,keywords:{$pattern:/\b[\w\.]+/,keyword:C(y,{when:N=>N.length<3}),literal:i,type:s,built_in:d},contains:[{begin:ac(...h),keywords:{$pattern:/[\w\.]+/,keyword:y.concat(h),literal:i,type:s}},{className:"type",begin:ac(...a)},I,T,r,n,e.C_NUMBER_MODE,e.C_BLOCK_COMMENT_MODE,t,_]}}q1.exports=GI});var H1=g(lo=>{"use strict";lo.byteLength=YI;lo.toByteArray=XI;lo.fromByteArray=QI;var Mt=[],vt=[],WI=typeof Uint8Array<"u"?Uint8Array:Array,sc="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(Kr=0,z1=sc.length;Kr<z1;++Kr)Mt[Kr]=sc[Kr],vt[sc.charCodeAt(Kr)]=Kr;var Kr,z1;vt["-".charCodeAt(0)]=62;vt["_".charCodeAt(0)]=63;function V1(e){var t=e.length;if(t%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var r=e.indexOf("=");r===-1&&(r=t);var n=r===t?0:4-r%4;return[r,n]}function YI(e){var t=V1(e),r=t[0],n=t[1];return(r+n)*3/4-n}function KI(e,t,r){return(t+r)*3/4-r}function XI(e){var t,r=V1(e),n=r[0],i=r[1],a=new WI(KI(e,n,i)),s=0,o=i>0?n-4:n,l;for(l=0;l<o;l+=4)t=vt[e.charCodeAt(l)]<<18|vt[e.charCodeAt(l+1)]<<12|vt[e.charCodeAt(l+2)]<<6|vt[e.charCodeAt(l+3)],a[s++]=t>>16&255,a[s++]=t>>8&255,a[s++]=t&255;return i===2&&(t=vt[e.charCodeAt(l)]<<2|vt[e.charCodeAt(l+1)]>>4,a[s++]=t&255),i===1&&(t=vt[e.charCodeAt(l)]<<10|vt[e.charCodeAt(l+1)]<<4|vt[e.charCodeAt(l+2)]>>2,a[s++]=t>>8&255,a[s++]=t&255),a}function JI(e){return Mt[e>>18&63]+Mt[e>>12&63]+Mt[e>>6&63]+Mt[e&63]}function ZI(e,t,r){for(var n,i=[],a=t;a<r;a+=3)n=(e[a]<<16&16711680)+(e[a+1]<<8&65280)+(e[a+2]&255),i.push(JI(n));return i.join("")}function QI(e){for(var t,r=e.length,n=r%3,i=[],a=16383,s=0,o=r-n;s<o;s+=a)i.push(ZI(e,s,s+a>o?o:s+a));return n===1?(t=e[r-1],i.push(Mt[t>>2]+Mt[t<<4&63]+"==")):n===2&&(t=(e[r-2]<<8)+e[r-1],i.push(Mt[t>>10]+Mt[t>>4&63]+Mt[t<<2&63]+"=")),i.join("")}});var G1=g(oc=>{oc.read=function(e,t,r,n,i){var a,s,o=i*8-n-1,l=(1<<o)-1,u=l>>1,d=-7,h=r?i-1:0,E=r?-1:1,y=e[t+h];for(h+=E,a=y&(1<<-d)-1,y>>=-d,d+=o;d>0;a=a*256+e[t+h],h+=E,d-=8);for(s=a&(1<<-d)-1,a>>=-d,d+=n;d>0;s=s*256+e[t+h],h+=E,d-=8);if(a===0)a=1-u;else{if(a===l)return s?NaN:(y?-1:1)*(1/0);s=s+Math.pow(2,n),a=a-u}return(y?-1:1)*s*Math.pow(2,a-n)};oc.write=function(e,t,r,n,i,a){var s,o,l,u=a*8-i-1,d=(1<<u)-1,h=d>>1,E=i===23?Math.pow(2,-24)-Math.pow(2,-77):0,y=n?0:a-1,T=n?1:-1,_=t<0||t===0&&1/t<0?1:0;for(t=Math.abs(t),isNaN(t)||t===1/0?(o=isNaN(t)?1:0,s=d):(s=Math.floor(Math.log(t)/Math.LN2),t*(l=Math.pow(2,-s))<1&&(s--,l*=2),s+h>=1?t+=E/l:t+=E*Math.pow(2,1-h),t*l>=2&&(s++,l/=2),s+h>=d?(o=0,s=d):s+h>=1?(o=(t*l-1)*Math.pow(2,i),s=s+h):(o=t*Math.pow(2,h-1)*Math.pow(2,i),s=0));i>=8;e[r+y]=o&255,y+=T,o/=256,i-=8);for(s=s<<i|o,u+=i;u>0;e[r+y]=s&255,y+=T,s/=256,u-=8);e[r+y-T]|=_*128}});var um=g(Fn=>{"use strict";var lc=H1(),Pn=G1(),W1=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;Fn.Buffer=w;Fn.SlowBuffer=aS;Fn.INSPECT_MAX_BYTES=50;var uo=2147483647;Fn.kMaxLength=uo;w.TYPED_ARRAY_SUPPORT=eS();!w.TYPED_ARRAY_SUPPORT&&typeof console<"u"&&typeof console.error=="function"&&console.error("This browser lacks typed array (Uint8Array) support which is required by `buffer` v5.x. Use `buffer` v4.x if you require old browser support.");function eS(){try{let e=new Uint8Array(1),t={foo:function(){return 42}};return Object.setPrototypeOf(t,Uint8Array.prototype),Object.setPrototypeOf(e,t),e.foo()===42}catch{return!1}}Object.defineProperty(w.prototype,"parent",{enumerable:!0,get:function(){if(!!w.isBuffer(this))return this.buffer}});Object.defineProperty(w.prototype,"offset",{enumerable:!0,get:function(){if(!!w.isBuffer(this))return this.byteOffset}});function Xt(e){if(e>uo)throw new RangeError('The value "'+e+'" is invalid for option "size"');let t=new Uint8Array(e);return Object.setPrototypeOf(t,w.prototype),t}function w(e,t,r){if(typeof e=="number"){if(typeof t=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return fc(e)}return J1(e,t,r)}w.poolSize=8192;function J1(e,t,r){if(typeof e=="string")return rS(e,t);if(ArrayBuffer.isView(e))return nS(e);if(e==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof e);if(Pt(e,ArrayBuffer)||e&&Pt(e.buffer,ArrayBuffer)||typeof SharedArrayBuffer<"u"&&(Pt(e,SharedArrayBuffer)||e&&Pt(e.buffer,SharedArrayBuffer)))return cc(e,t,r);if(typeof e=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');let n=e.valueOf&&e.valueOf();if(n!=null&&n!==e)return w.from(n,t,r);let i=iS(e);if(i)return i;if(typeof Symbol<"u"&&Symbol.toPrimitive!=null&&typeof e[Symbol.toPrimitive]=="function")return w.from(e[Symbol.toPrimitive]("string"),t,r);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof e)}w.from=function(e,t,r){return J1(e,t,r)};Object.setPrototypeOf(w.prototype,Uint8Array.prototype);Object.setPrototypeOf(w,Uint8Array);function Z1(e){if(typeof e!="number")throw new TypeError('"size" argument must be of type number');if(e<0)throw new RangeError('The value "'+e+'" is invalid for option "size"')}function tS(e,t,r){return Z1(e),e<=0?Xt(e):t!==void 0?typeof r=="string"?Xt(e).fill(t,r):Xt(e).fill(t):Xt(e)}w.alloc=function(e,t,r){return tS(e,t,r)};function fc(e){return Z1(e),Xt(e<0?0:pc(e)|0)}w.allocUnsafe=function(e){return fc(e)};w.allocUnsafeSlow=function(e){return fc(e)};function rS(e,t){if((typeof t!="string"||t==="")&&(t="utf8"),!w.isEncoding(t))throw new TypeError("Unknown encoding: "+t);let r=Q1(e,t)|0,n=Xt(r),i=n.write(e,t);return i!==r&&(n=n.slice(0,i)),n}function uc(e){let t=e.length<0?0:pc(e.length)|0,r=Xt(t);for(let n=0;n<t;n+=1)r[n]=e[n]&255;return r}function nS(e){if(Pt(e,Uint8Array)){let t=new Uint8Array(e);return cc(t.buffer,t.byteOffset,t.byteLength)}return uc(e)}function cc(e,t,r){if(t<0||e.byteLength<t)throw new RangeError('"offset" is outside of buffer bounds');if(e.byteLength<t+(r||0))throw new RangeError('"length" is outside of buffer bounds');let n;return t===void 0&&r===void 0?n=new Uint8Array(e):r===void 0?n=new Uint8Array(e,t):n=new Uint8Array(e,t,r),Object.setPrototypeOf(n,w.prototype),n}function iS(e){if(w.isBuffer(e)){let t=pc(e.length)|0,r=Xt(t);return r.length===0||e.copy(r,0,0,t),r}if(e.length!==void 0)return typeof e.length!="number"||mc(e.length)?Xt(0):uc(e);if(e.type==="Buffer"&&Array.isArray(e.data))return uc(e.data)}function pc(e){if(e>=uo)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+uo.toString(16)+" bytes");return e|0}function aS(e){return+e!=e&&(e=0),w.alloc(+e)}w.isBuffer=function(t){return t!=null&&t._isBuffer===!0&&t!==w.prototype};w.compare=function(t,r){if(Pt(t,Uint8Array)&&(t=w.from(t,t.offset,t.byteLength)),Pt(r,Uint8Array)&&(r=w.from(r,r.offset,r.byteLength)),!w.isBuffer(t)||!w.isBuffer(r))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(t===r)return 0;let n=t.length,i=r.length;for(let a=0,s=Math.min(n,i);a<s;++a)if(t[a]!==r[a]){n=t[a],i=r[a];break}return n<i?-1:i<n?1:0};w.isEncoding=function(t){switch(String(t).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}};w.concat=function(t,r){if(!Array.isArray(t))throw new TypeError('"list" argument must be an Array of Buffers');if(t.length===0)return w.alloc(0);let n;if(r===void 0)for(r=0,n=0;n<t.length;++n)r+=t[n].length;let i=w.allocUnsafe(r),a=0;for(n=0;n<t.length;++n){let s=t[n];if(Pt(s,Uint8Array))a+s.length>i.length?(w.isBuffer(s)||(s=w.from(s)),s.copy(i,a)):Uint8Array.prototype.set.call(i,s,a);else if(w.isBuffer(s))s.copy(i,a);else throw new TypeError('"list" argument must be an Array of Buffers');a+=s.length}return i};function Q1(e,t){if(w.isBuffer(e))return e.length;if(ArrayBuffer.isView(e)||Pt(e,ArrayBuffer))return e.byteLength;if(typeof e!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof e);let r=e.length,n=arguments.length>2&&arguments[2]===!0;if(!n&&r===0)return 0;let i=!1;for(;;)switch(t){case"ascii":case"latin1":case"binary":return r;case"utf8":case"utf-8":return dc(e).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return r*2;case"hex":return r>>>1;case"base64":return lm(e).length;default:if(i)return n?-1:dc(e).length;t=(""+t).toLowerCase(),i=!0}}w.byteLength=Q1;function sS(e,t,r){let n=!1;if((t===void 0||t<0)&&(t=0),t>this.length||((r===void 0||r>this.length)&&(r=this.length),r<=0)||(r>>>=0,t>>>=0,r<=t))return"";for(e||(e="utf8");;)switch(e){case"hex":return vS(this,t,r);case"utf8":case"utf-8":return tm(this,t,r);case"ascii":return hS(this,t,r);case"latin1":case"binary":return mS(this,t,r);case"base64":return fS(this,t,r);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return gS(this,t,r);default:if(n)throw new TypeError("Unknown encoding: "+e);e=(e+"").toLowerCase(),n=!0}}w.prototype._isBuffer=!0;function Xr(e,t,r){let n=e[t];e[t]=e[r],e[r]=n}w.prototype.swap16=function(){let t=this.length;if(t%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(let r=0;r<t;r+=2)Xr(this,r,r+1);return this};w.prototype.swap32=function(){let t=this.length;if(t%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(let r=0;r<t;r+=4)Xr(this,r,r+3),Xr(this,r+1,r+2);return this};w.prototype.swap64=function(){let t=this.length;if(t%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(let r=0;r<t;r+=8)Xr(this,r,r+7),Xr(this,r+1,r+6),Xr(this,r+2,r+5),Xr(this,r+3,r+4);return this};w.prototype.toString=function(){let t=this.length;return t===0?"":arguments.length===0?tm(this,0,t):sS.apply(this,arguments)};w.prototype.toLocaleString=w.prototype.toString;w.prototype.equals=function(t){if(!w.isBuffer(t))throw new TypeError("Argument must be a Buffer");return this===t?!0:w.compare(this,t)===0};w.prototype.inspect=function(){let t="",r=Fn.INSPECT_MAX_BYTES;return t=this.toString("hex",0,r).replace(/(.{2})/g,"$1 ").trim(),this.length>r&&(t+=" ... "),"<Buffer "+t+">"};W1&&(w.prototype[W1]=w.prototype.inspect);w.prototype.compare=function(t,r,n,i,a){if(Pt(t,Uint8Array)&&(t=w.from(t,t.offset,t.byteLength)),!w.isBuffer(t))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof t);if(r===void 0&&(r=0),n===void 0&&(n=t?t.length:0),i===void 0&&(i=0),a===void 0&&(a=this.length),r<0||n>t.length||i<0||a>this.length)throw new RangeError("out of range index");if(i>=a&&r>=n)return 0;if(i>=a)return-1;if(r>=n)return 1;if(r>>>=0,n>>>=0,i>>>=0,a>>>=0,this===t)return 0;let s=a-i,o=n-r,l=Math.min(s,o),u=this.slice(i,a),d=t.slice(r,n);for(let h=0;h<l;++h)if(u[h]!==d[h]){s=u[h],o=d[h];break}return s<o?-1:o<s?1:0};function em(e,t,r,n,i){if(e.length===0)return-1;if(typeof r=="string"?(n=r,r=0):r>2147483647?r=2147483647:r<-2147483648&&(r=-2147483648),r=+r,mc(r)&&(r=i?0:e.length-1),r<0&&(r=e.length+r),r>=e.length){if(i)return-1;r=e.length-1}else if(r<0)if(i)r=0;else return-1;if(typeof t=="string"&&(t=w.from(t,n)),w.isBuffer(t))return t.length===0?-1:Y1(e,t,r,n,i);if(typeof t=="number")return t=t&255,typeof Uint8Array.prototype.indexOf=="function"?i?Uint8Array.prototype.indexOf.call(e,t,r):Uint8Array.prototype.lastIndexOf.call(e,t,r):Y1(e,[t],r,n,i);throw new TypeError("val must be string, number or Buffer")}function Y1(e,t,r,n,i){let a=1,s=e.length,o=t.length;if(n!==void 0&&(n=String(n).toLowerCase(),n==="ucs2"||n==="ucs-2"||n==="utf16le"||n==="utf-16le")){if(e.length<2||t.length<2)return-1;a=2,s/=2,o/=2,r/=2}function l(d,h){return a===1?d[h]:d.readUInt16BE(h*a)}let u;if(i){let d=-1;for(u=r;u<s;u++)if(l(e,u)===l(t,d===-1?0:u-d)){if(d===-1&&(d=u),u-d+1===o)return d*a}else d!==-1&&(u-=u-d),d=-1}else for(r+o>s&&(r=s-o),u=r;u>=0;u--){let d=!0;for(let h=0;h<o;h++)if(l(e,u+h)!==l(t,h)){d=!1;break}if(d)return u}return-1}w.prototype.includes=function(t,r,n){return this.indexOf(t,r,n)!==-1};w.prototype.indexOf=function(t,r,n){return em(this,t,r,n,!0)};w.prototype.lastIndexOf=function(t,r,n){return em(this,t,r,n,!1)};function oS(e,t,r,n){r=Number(r)||0;let i=e.length-r;n?(n=Number(n),n>i&&(n=i)):n=i;let a=t.length;n>a/2&&(n=a/2);let s;for(s=0;s<n;++s){let o=parseInt(t.substr(s*2,2),16);if(mc(o))return s;e[r+s]=o}return s}function lS(e,t,r,n){return co(dc(t,e.length-r),e,r,n)}function uS(e,t,r,n){return co(_S(t),e,r,n)}function cS(e,t,r,n){return co(lm(t),e,r,n)}function dS(e,t,r,n){return co(AS(t,e.length-r),e,r,n)}w.prototype.write=function(t,r,n,i){if(r===void 0)i="utf8",n=this.length,r=0;else if(n===void 0&&typeof r=="string")i=r,n=this.length,r=0;else if(isFinite(r))r=r>>>0,isFinite(n)?(n=n>>>0,i===void 0&&(i="utf8")):(i=n,n=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");let a=this.length-r;if((n===void 0||n>a)&&(n=a),t.length>0&&(n<0||r<0)||r>this.length)throw new RangeError("Attempt to write outside buffer bounds");i||(i="utf8");let s=!1;for(;;)switch(i){case"hex":return oS(this,t,r,n);case"utf8":case"utf-8":return lS(this,t,r,n);case"ascii":case"latin1":case"binary":return uS(this,t,r,n);case"base64":return cS(this,t,r,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return dS(this,t,r,n);default:if(s)throw new TypeError("Unknown encoding: "+i);i=(""+i).toLowerCase(),s=!0}};w.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function fS(e,t,r){return t===0&&r===e.length?lc.fromByteArray(e):lc.fromByteArray(e.slice(t,r))}function tm(e,t,r){r=Math.min(e.length,r);let n=[],i=t;for(;i<r;){let a=e[i],s=null,o=a>239?4:a>223?3:a>191?2:1;if(i+o<=r){let l,u,d,h;switch(o){case 1:a<128&&(s=a);break;case 2:l=e[i+1],(l&192)===128&&(h=(a&31)<<6|l&63,h>127&&(s=h));break;case 3:l=e[i+1],u=e[i+2],(l&192)===128&&(u&192)===128&&(h=(a&15)<<12|(l&63)<<6|u&63,h>2047&&(h<55296||h>57343)&&(s=h));break;case 4:l=e[i+1],u=e[i+2],d=e[i+3],(l&192)===128&&(u&192)===128&&(d&192)===128&&(h=(a&15)<<18|(l&63)<<12|(u&63)<<6|d&63,h>65535&&h<1114112&&(s=h))}}s===null?(s=65533,o=1):s>65535&&(s-=65536,n.push(s>>>10&1023|55296),s=56320|s&1023),n.push(s),i+=o}return pS(n)}var K1=4096;function pS(e){let t=e.length;if(t<=K1)return String.fromCharCode.apply(String,e);let r="",n=0;for(;n<t;)r+=String.fromCharCode.apply(String,e.slice(n,n+=K1));return r}function hS(e,t,r){let n="";r=Math.min(e.length,r);for(let i=t;i<r;++i)n+=String.fromCharCode(e[i]&127);return n}function mS(e,t,r){let n="";r=Math.min(e.length,r);for(let i=t;i<r;++i)n+=String.fromCharCode(e[i]);return n}function vS(e,t,r){let n=e.length;(!t||t<0)&&(t=0),(!r||r<0||r>n)&&(r=n);let i="";for(let a=t;a<r;++a)i+=TS[e[a]];return i}function gS(e,t,r){let n=e.slice(t,r),i="";for(let a=0;a<n.length-1;a+=2)i+=String.fromCharCode(n[a]+n[a+1]*256);return i}w.prototype.slice=function(t,r){let n=this.length;t=~~t,r=r===void 0?n:~~r,t<0?(t+=n,t<0&&(t=0)):t>n&&(t=n),r<0?(r+=n,r<0&&(r=0)):r>n&&(r=n),r<t&&(r=t);let i=this.subarray(t,r);return Object.setPrototypeOf(i,w.prototype),i};function Ue(e,t,r){if(e%1!==0||e<0)throw new RangeError("offset is not uint");if(e+t>r)throw new RangeError("Trying to access beyond buffer length")}w.prototype.readUintLE=w.prototype.readUIntLE=function(t,r,n){t=t>>>0,r=r>>>0,n||Ue(t,r,this.length);let i=this[t],a=1,s=0;for(;++s<r&&(a*=256);)i+=this[t+s]*a;return i};w.prototype.readUintBE=w.prototype.readUIntBE=function(t,r,n){t=t>>>0,r=r>>>0,n||Ue(t,r,this.length);let i=this[t+--r],a=1;for(;r>0&&(a*=256);)i+=this[t+--r]*a;return i};w.prototype.readUint8=w.prototype.readUInt8=function(t,r){return t=t>>>0,r||Ue(t,1,this.length),this[t]};w.prototype.readUint16LE=w.prototype.readUInt16LE=function(t,r){return t=t>>>0,r||Ue(t,2,this.length),this[t]|this[t+1]<<8};w.prototype.readUint16BE=w.prototype.readUInt16BE=function(t,r){return t=t>>>0,r||Ue(t,2,this.length),this[t]<<8|this[t+1]};w.prototype.readUint32LE=w.prototype.readUInt32LE=function(t,r){return t=t>>>0,r||Ue(t,4,this.length),(this[t]|this[t+1]<<8|this[t+2]<<16)+this[t+3]*16777216};w.prototype.readUint32BE=w.prototype.readUInt32BE=function(t,r){return t=t>>>0,r||Ue(t,4,this.length),this[t]*16777216+(this[t+1]<<16|this[t+2]<<8|this[t+3])};w.prototype.readBigUInt64LE=gr(function(t){t=t>>>0,$n(t,"offset");let r=this[t],n=this[t+7];(r===void 0||n===void 0)&&Yi(t,this.length-8);let i=r+this[++t]*2**8+this[++t]*2**16+this[++t]*2**24,a=this[++t]+this[++t]*2**8+this[++t]*2**16+n*2**24;return BigInt(i)+(BigInt(a)<<BigInt(32))});w.prototype.readBigUInt64BE=gr(function(t){t=t>>>0,$n(t,"offset");let r=this[t],n=this[t+7];(r===void 0||n===void 0)&&Yi(t,this.length-8);let i=r*2**24+this[++t]*2**16+this[++t]*2**8+this[++t],a=this[++t]*2**24+this[++t]*2**16+this[++t]*2**8+n;return(BigInt(i)<<BigInt(32))+BigInt(a)});w.prototype.readIntLE=function(t,r,n){t=t>>>0,r=r>>>0,n||Ue(t,r,this.length);let i=this[t],a=1,s=0;for(;++s<r&&(a*=256);)i+=this[t+s]*a;return a*=128,i>=a&&(i-=Math.pow(2,8*r)),i};w.prototype.readIntBE=function(t,r,n){t=t>>>0,r=r>>>0,n||Ue(t,r,this.length);let i=r,a=1,s=this[t+--i];for(;i>0&&(a*=256);)s+=this[t+--i]*a;return a*=128,s>=a&&(s-=Math.pow(2,8*r)),s};w.prototype.readInt8=function(t,r){return t=t>>>0,r||Ue(t,1,this.length),this[t]&128?(255-this[t]+1)*-1:this[t]};w.prototype.readInt16LE=function(t,r){t=t>>>0,r||Ue(t,2,this.length);let n=this[t]|this[t+1]<<8;return n&32768?n|4294901760:n};w.prototype.readInt16BE=function(t,r){t=t>>>0,r||Ue(t,2,this.length);let n=this[t+1]|this[t]<<8;return n&32768?n|4294901760:n};w.prototype.readInt32LE=function(t,r){return t=t>>>0,r||Ue(t,4,this.length),this[t]|this[t+1]<<8|this[t+2]<<16|this[t+3]<<24};w.prototype.readInt32BE=function(t,r){return t=t>>>0,r||Ue(t,4,this.length),this[t]<<24|this[t+1]<<16|this[t+2]<<8|this[t+3]};w.prototype.readBigInt64LE=gr(function(t){t=t>>>0,$n(t,"offset");let r=this[t],n=this[t+7];(r===void 0||n===void 0)&&Yi(t,this.length-8);let i=this[t+4]+this[t+5]*2**8+this[t+6]*2**16+(n<<24);return(BigInt(i)<<BigInt(32))+BigInt(r+this[++t]*2**8+this[++t]*2**16+this[++t]*2**24)});w.prototype.readBigInt64BE=gr(function(t){t=t>>>0,$n(t,"offset");let r=this[t],n=this[t+7];(r===void 0||n===void 0)&&Yi(t,this.length-8);let i=(r<<24)+this[++t]*2**16+this[++t]*2**8+this[++t];return(BigInt(i)<<BigInt(32))+BigInt(this[++t]*2**24+this[++t]*2**16+this[++t]*2**8+n)});w.prototype.readFloatLE=function(t,r){return t=t>>>0,r||Ue(t,4,this.length),Pn.read(this,t,!0,23,4)};w.prototype.readFloatBE=function(t,r){return t=t>>>0,r||Ue(t,4,this.length),Pn.read(this,t,!1,23,4)};w.prototype.readDoubleLE=function(t,r){return t=t>>>0,r||Ue(t,8,this.length),Pn.read(this,t,!0,52,8)};w.prototype.readDoubleBE=function(t,r){return t=t>>>0,r||Ue(t,8,this.length),Pn.read(this,t,!1,52,8)};function et(e,t,r,n,i,a){if(!w.isBuffer(e))throw new TypeError('"buffer" argument must be a Buffer instance');if(t>i||t<a)throw new RangeError('"value" argument is out of bounds');if(r+n>e.length)throw new RangeError("Index out of range")}w.prototype.writeUintLE=w.prototype.writeUIntLE=function(t,r,n,i){if(t=+t,r=r>>>0,n=n>>>0,!i){let o=Math.pow(2,8*n)-1;et(this,t,r,n,o,0)}let a=1,s=0;for(this[r]=t&255;++s<n&&(a*=256);)this[r+s]=t/a&255;return r+n};w.prototype.writeUintBE=w.prototype.writeUIntBE=function(t,r,n,i){if(t=+t,r=r>>>0,n=n>>>0,!i){let o=Math.pow(2,8*n)-1;et(this,t,r,n,o,0)}let a=n-1,s=1;for(this[r+a]=t&255;--a>=0&&(s*=256);)this[r+a]=t/s&255;return r+n};w.prototype.writeUint8=w.prototype.writeUInt8=function(t,r,n){return t=+t,r=r>>>0,n||et(this,t,r,1,255,0),this[r]=t&255,r+1};w.prototype.writeUint16LE=w.prototype.writeUInt16LE=function(t,r,n){return t=+t,r=r>>>0,n||et(this,t,r,2,65535,0),this[r]=t&255,this[r+1]=t>>>8,r+2};w.prototype.writeUint16BE=w.prototype.writeUInt16BE=function(t,r,n){return t=+t,r=r>>>0,n||et(this,t,r,2,65535,0),this[r]=t>>>8,this[r+1]=t&255,r+2};w.prototype.writeUint32LE=w.prototype.writeUInt32LE=function(t,r,n){return t=+t,r=r>>>0,n||et(this,t,r,4,4294967295,0),this[r+3]=t>>>24,this[r+2]=t>>>16,this[r+1]=t>>>8,this[r]=t&255,r+4};w.prototype.writeUint32BE=w.prototype.writeUInt32BE=function(t,r,n){return t=+t,r=r>>>0,n||et(this,t,r,4,4294967295,0),this[r]=t>>>24,this[r+1]=t>>>16,this[r+2]=t>>>8,this[r+3]=t&255,r+4};function rm(e,t,r,n,i){om(t,n,i,e,r,7);let a=Number(t&BigInt(4294967295));e[r++]=a,a=a>>8,e[r++]=a,a=a>>8,e[r++]=a,a=a>>8,e[r++]=a;let s=Number(t>>BigInt(32)&BigInt(4294967295));return e[r++]=s,s=s>>8,e[r++]=s,s=s>>8,e[r++]=s,s=s>>8,e[r++]=s,r}function nm(e,t,r,n,i){om(t,n,i,e,r,7);let a=Number(t&BigInt(4294967295));e[r+7]=a,a=a>>8,e[r+6]=a,a=a>>8,e[r+5]=a,a=a>>8,e[r+4]=a;let s=Number(t>>BigInt(32)&BigInt(4294967295));return e[r+3]=s,s=s>>8,e[r+2]=s,s=s>>8,e[r+1]=s,s=s>>8,e[r]=s,r+8}w.prototype.writeBigUInt64LE=gr(function(t,r=0){return rm(this,t,r,BigInt(0),BigInt("0xffffffffffffffff"))});w.prototype.writeBigUInt64BE=gr(function(t,r=0){return nm(this,t,r,BigInt(0),BigInt("0xffffffffffffffff"))});w.prototype.writeIntLE=function(t,r,n,i){if(t=+t,r=r>>>0,!i){let l=Math.pow(2,8*n-1);et(this,t,r,n,l-1,-l)}let a=0,s=1,o=0;for(this[r]=t&255;++a<n&&(s*=256);)t<0&&o===0&&this[r+a-1]!==0&&(o=1),this[r+a]=(t/s>>0)-o&255;return r+n};w.prototype.writeIntBE=function(t,r,n,i){if(t=+t,r=r>>>0,!i){let l=Math.pow(2,8*n-1);et(this,t,r,n,l-1,-l)}let a=n-1,s=1,o=0;for(this[r+a]=t&255;--a>=0&&(s*=256);)t<0&&o===0&&this[r+a+1]!==0&&(o=1),this[r+a]=(t/s>>0)-o&255;return r+n};w.prototype.writeInt8=function(t,r,n){return t=+t,r=r>>>0,n||et(this,t,r,1,127,-128),t<0&&(t=255+t+1),this[r]=t&255,r+1};w.prototype.writeInt16LE=function(t,r,n){return t=+t,r=r>>>0,n||et(this,t,r,2,32767,-32768),this[r]=t&255,this[r+1]=t>>>8,r+2};w.prototype.writeInt16BE=function(t,r,n){return t=+t,r=r>>>0,n||et(this,t,r,2,32767,-32768),this[r]=t>>>8,this[r+1]=t&255,r+2};w.prototype.writeInt32LE=function(t,r,n){return t=+t,r=r>>>0,n||et(this,t,r,4,2147483647,-2147483648),this[r]=t&255,this[r+1]=t>>>8,this[r+2]=t>>>16,this[r+3]=t>>>24,r+4};w.prototype.writeInt32BE=function(t,r,n){return t=+t,r=r>>>0,n||et(this,t,r,4,2147483647,-2147483648),t<0&&(t=4294967295+t+1),this[r]=t>>>24,this[r+1]=t>>>16,this[r+2]=t>>>8,this[r+3]=t&255,r+4};w.prototype.writeBigInt64LE=gr(function(t,r=0){return rm(this,t,r,-BigInt("0x8000000000000000"),BigInt("0x7fffffffffffffff"))});w.prototype.writeBigInt64BE=gr(function(t,r=0){return nm(this,t,r,-BigInt("0x8000000000000000"),BigInt("0x7fffffffffffffff"))});function im(e,t,r,n,i,a){if(r+n>e.length)throw new RangeError("Index out of range");if(r<0)throw new RangeError("Index out of range")}function am(e,t,r,n,i){return t=+t,r=r>>>0,i||im(e,t,r,4,34028234663852886e22,-34028234663852886e22),Pn.write(e,t,r,n,23,4),r+4}w.prototype.writeFloatLE=function(t,r,n){return am(this,t,r,!0,n)};w.prototype.writeFloatBE=function(t,r,n){return am(this,t,r,!1,n)};function sm(e,t,r,n,i){return t=+t,r=r>>>0,i||im(e,t,r,8,17976931348623157e292,-17976931348623157e292),Pn.write(e,t,r,n,52,8),r+8}w.prototype.writeDoubleLE=function(t,r,n){return sm(this,t,r,!0,n)};w.prototype.writeDoubleBE=function(t,r,n){return sm(this,t,r,!1,n)};w.prototype.copy=function(t,r,n,i){if(!w.isBuffer(t))throw new TypeError("argument should be a Buffer");if(n||(n=0),!i&&i!==0&&(i=this.length),r>=t.length&&(r=t.length),r||(r=0),i>0&&i<n&&(i=n),i===n||t.length===0||this.length===0)return 0;if(r<0)throw new RangeError("targetStart out of bounds");if(n<0||n>=this.length)throw new RangeError("Index out of range");if(i<0)throw new RangeError("sourceEnd out of bounds");i>this.length&&(i=this.length),t.length-r<i-n&&(i=t.length-r+n);let a=i-n;return this===t&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(r,n,i):Uint8Array.prototype.set.call(t,this.subarray(n,i),r),a};w.prototype.fill=function(t,r,n,i){if(typeof t=="string"){if(typeof r=="string"?(i=r,r=0,n=this.length):typeof n=="string"&&(i=n,n=this.length),i!==void 0&&typeof i!="string")throw new TypeError("encoding must be a string");if(typeof i=="string"&&!w.isEncoding(i))throw new TypeError("Unknown encoding: "+i);if(t.length===1){let s=t.charCodeAt(0);(i==="utf8"&&s<128||i==="latin1")&&(t=s)}}else typeof t=="number"?t=t&255:typeof t=="boolean"&&(t=Number(t));if(r<0||this.length<r||this.length<n)throw new RangeError("Out of range index");if(n<=r)return this;r=r>>>0,n=n===void 0?this.length:n>>>0,t||(t=0);let a;if(typeof t=="number")for(a=r;a<n;++a)this[a]=t;else{let s=w.isBuffer(t)?t:w.from(t,i),o=s.length;if(o===0)throw new TypeError('The value "'+t+'" is invalid for argument "value"');for(a=0;a<n-r;++a)this[a+r]=s[a%o]}return this};var Mn={};function hc(e,t,r){Mn[e]=class extends r{constructor(){super(),Object.defineProperty(this,"message",{value:t.apply(this,arguments),writable:!0,configurable:!0}),this.name=`${this.name} [${e}]`,this.stack,delete this.name}get code(){return e}set code(i){Object.defineProperty(this,"code",{configurable:!0,enumerable:!0,value:i,writable:!0})}toString(){return`${this.name} [${e}]: ${this.message}`}}}hc("ERR_BUFFER_OUT_OF_BOUNDS",function(e){return e?`${e} is outside of buffer bounds`:"Attempt to access memory outside buffer bounds"},RangeError);hc("ERR_INVALID_ARG_TYPE",function(e,t){return`The "${e}" argument must be of type number. Received type ${typeof t}`},TypeError);hc("ERR_OUT_OF_RANGE",function(e,t,r){let n=`The value of "${e}" is out of range.`,i=r;return Number.isInteger(r)&&Math.abs(r)>2**32?i=X1(String(r)):typeof r=="bigint"&&(i=String(r),(r>BigInt(2)**BigInt(32)||r<-(BigInt(2)**BigInt(32)))&&(i=X1(i)),i+="n"),n+=` It must be ${t}. Received ${i}`,n},RangeError);function X1(e){let t="",r=e.length,n=e[0]==="-"?1:0;for(;r>=n+4;r-=3)t=`_${e.slice(r-3,r)}${t}`;return`${e.slice(0,r)}${t}`}function ES(e,t,r){$n(t,"offset"),(e[t]===void 0||e[t+r]===void 0)&&Yi(t,e.length-(r+1))}function om(e,t,r,n,i,a){if(e>r||e<t){let s=typeof t=="bigint"?"n":"",o;throw a>3?t===0||t===BigInt(0)?o=`>= 0${s} and < 2${s} ** ${(a+1)*8}${s}`:o=`>= -(2${s} ** ${(a+1)*8-1}${s}) and < 2 ** ${(a+1)*8-1}${s}`:o=`>= ${t}${s} and <= ${r}${s}`,new Mn.ERR_OUT_OF_RANGE("value",o,e)}ES(n,i,a)}function $n(e,t){if(typeof e!="number")throw new Mn.ERR_INVALID_ARG_TYPE(t,"number",e)}function Yi(e,t,r){throw Math.floor(e)!==e?($n(e,r),new Mn.ERR_OUT_OF_RANGE(r||"offset","an integer",e)):t<0?new Mn.ERR_BUFFER_OUT_OF_BOUNDS:new Mn.ERR_OUT_OF_RANGE(r||"offset",`>= ${r?1:0} and <= ${t}`,e)}var bS=/[^+/0-9A-Za-z-_]/g;function yS(e){if(e=e.split("=")[0],e=e.trim().replace(bS,""),e.length<2)return"";for(;e.length%4!==0;)e=e+"=";return e}function dc(e,t){t=t||1/0;let r,n=e.length,i=null,a=[];for(let s=0;s<n;++s){if(r=e.charCodeAt(s),r>55295&&r<57344){if(!i){if(r>56319){(t-=3)>-1&&a.push(239,191,189);continue}else if(s+1===n){(t-=3)>-1&&a.push(239,191,189);continue}i=r;continue}if(r<56320){(t-=3)>-1&&a.push(239,191,189),i=r;continue}r=(i-55296<<10|r-56320)+65536}else i&&(t-=3)>-1&&a.push(239,191,189);if(i=null,r<128){if((t-=1)<0)break;a.push(r)}else if(r<2048){if((t-=2)<0)break;a.push(r>>6|192,r&63|128)}else if(r<65536){if((t-=3)<0)break;a.push(r>>12|224,r>>6&63|128,r&63|128)}else if(r<1114112){if((t-=4)<0)break;a.push(r>>18|240,r>>12&63|128,r>>6&63|128,r&63|128)}else throw new Error("Invalid code point")}return a}function _S(e){let t=[];for(let r=0;r<e.length;++r)t.push(e.charCodeAt(r)&255);return t}function AS(e,t){let r,n,i,a=[];for(let s=0;s<e.length&&!((t-=2)<0);++s)r=e.charCodeAt(s),n=r>>8,i=r%256,a.push(i),a.push(n);return a}function lm(e){return lc.toByteArray(yS(e))}function co(e,t,r,n){let i;for(i=0;i<n&&!(i+r>=t.length||i>=e.length);++i)t[i+r]=e[i];return i}function Pt(e,t){return e instanceof t||e!=null&&e.constructor!=null&&e.constructor.name!=null&&e.constructor.name===t.name}function mc(e){return e!==e}var TS=function(){let e="0123456789abcdef",t=new Array(256);for(let r=0;r<16;++r){let n=r*16;for(let i=0;i<16;++i)t[n+i]=e[r]+e[i]}return t}();function gr(e){return typeof BigInt>"u"?xS:e}function xS(){throw new Error("BigInt not supported")}});var tv=g((Cre,ev)=>{"use strict";var d9=function(t){return f9(t)&&!p9(t)};function f9(e){return!!e&&typeof e=="object"}function p9(e){var t=Object.prototype.toString.call(e);return t==="[object RegExp]"||t==="[object Date]"||v9(e)}var h9=typeof Symbol=="function"&&Symbol.for,m9=h9?Symbol.for("react.element"):60103;function v9(e){return e.$$typeof===m9}function g9(e){return Array.isArray(e)?[]:{}}function Zi(e,t){return t.clone!==!1&&t.isMergeableObject(e)?qn(g9(e),e,t):e}function E9(e,t,r){return e.concat(t).map(function(n){return Zi(n,r)})}function b9(e,t){if(!t.customMerge)return qn;var r=t.customMerge(e);return typeof r=="function"?r:qn}function y9(e){return Object.getOwnPropertySymbols?Object.getOwnPropertySymbols(e).filter(function(t){return e.propertyIsEnumerable(t)}):[]}function Zm(e){return Object.keys(e).concat(y9(e))}function Qm(e,t){try{return t in e}catch{return!1}}function _9(e,t){return Qm(e,t)&&!(Object.hasOwnProperty.call(e,t)&&Object.propertyIsEnumerable.call(e,t))}function A9(e,t,r){var n={};return r.isMergeableObject(e)&&Zm(e).forEach(function(i){n[i]=Zi(e[i],r)}),Zm(t).forEach(function(i){_9(e,i)||(Qm(e,i)&&r.isMergeableObject(t[i])?n[i]=b9(i,r)(e[i],t[i],r):n[i]=Zi(t[i],r))}),n}function qn(e,t,r){r=r||{},r.arrayMerge=r.arrayMerge||E9,r.isMergeableObject=r.isMergeableObject||d9,r.cloneUnlessOtherwiseSpecified=Zi;var n=Array.isArray(t),i=Array.isArray(e),a=n===i;return a?n?r.arrayMerge(e,t,r):A9(e,t,r):Zi(t,r)}qn.all=function(t,r){if(!Array.isArray(t))throw new Error("first argument should be an array");return t.reduce(function(n,i){return qn(n,i,r)},{})};var T9=qn;ev.exports=T9});var ag=g((Kae,ig)=>{function BL(){this.__data__=[],this.size=0}ig.exports=BL});var rn=g((Xae,sg)=>{function ML(e,t){return e===t||e!==e&&t!==t}sg.exports=ML});var va=g((Jae,og)=>{var PL=rn();function $L(e,t){for(var r=e.length;r--;)if(PL(e[r][0],t))return r;return-1}og.exports=$L});var ug=g((Zae,lg)=>{var FL=va(),UL=Array.prototype,qL=UL.splice;function jL(e){var t=this.__data__,r=FL(t,e);if(r<0)return!1;var n=t.length-1;return r==n?t.pop():qL.call(t,r,1),--this.size,!0}lg.exports=jL});var dg=g((Qae,cg)=>{var zL=va();function VL(e){var t=this.__data__,r=zL(t,e);return r<0?void 0:t[r][1]}cg.exports=VL});var pg=g((ese,fg)=>{var HL=va();function GL(e){return HL(this.__data__,e)>-1}fg.exports=GL});var mg=g((tse,hg)=>{var WL=va();function YL(e,t){var r=this.__data__,n=WL(r,e);return n<0?(++this.size,r.push([e,t])):r[n][1]=t,this}hg.exports=YL});var ga=g((rse,vg)=>{var KL=ag(),XL=ug(),JL=dg(),ZL=pg(),QL=mg();function Kn(e){var t=-1,r=e==null?0:e.length;for(this.clear();++t<r;){var n=e[t];this.set(n[0],n[1])}}Kn.prototype.clear=KL;Kn.prototype.delete=XL;Kn.prototype.get=JL;Kn.prototype.has=ZL;Kn.prototype.set=QL;vg.exports=Kn});var Eg=g((nse,gg)=>{var eD=ga();function tD(){this.__data__=new eD,this.size=0}gg.exports=tD});var yg=g((ise,bg)=>{function rD(e){var t=this.__data__,r=t.delete(e);return this.size=t.size,r}bg.exports=rD});var Ag=g((ase,_g)=>{function nD(e){return this.__data__.get(e)}_g.exports=nD});var xg=g((sse,Tg)=>{function iD(e){return this.__data__.has(e)}Tg.exports=iD});var Uc=g((ose,Rg)=>{var aD=typeof global=="object"&&global&&global.Object===Object&&global;Rg.exports=aD});var gt=g((lse,Cg)=>{var sD=Uc(),oD=typeof self=="object"&&self&&self.Object===Object&&self,lD=sD||oD||Function("return this")();Cg.exports=lD});var nn=g((use,Ng)=>{var uD=gt(),cD=uD.Symbol;Ng.exports=cD});var Sg=g((cse,Ig)=>{var Og=nn(),wg=Object.prototype,dD=wg.hasOwnProperty,fD=wg.toString,Ea=Og?Og.toStringTag:void 0;function pD(e){var t=dD.call(e,Ea),r=e[Ea];try{e[Ea]=void 0;var n=!0}catch{}var i=fD.call(e);return n&&(t?e[Ea]=r:delete e[Ea]),i}Ig.exports=pD});var Dg=g((dse,Lg)=>{var hD=Object.prototype,mD=hD.toString;function vD(e){return mD.call(e)}Lg.exports=vD});var _r=g((fse,Mg)=>{var kg=nn(),gD=Sg(),ED=Dg(),bD="[object Null]",yD="[object Undefined]",Bg=kg?kg.toStringTag:void 0;function _D(e){return e==null?e===void 0?yD:bD:Bg&&Bg in Object(e)?gD(e):ED(e)}Mg.exports=_D});var ct=g((pse,Pg)=>{function AD(e){var t=typeof e;return e!=null&&(t=="object"||t=="function")}Pg.exports=AD});var Xn=g((hse,$g)=>{var TD=_r(),xD=ct(),RD="[object AsyncFunction]",CD="[object Function]",ND="[object GeneratorFunction]",OD="[object Proxy]";function wD(e){if(!xD(e))return!1;var t=TD(e);return t==CD||t==ND||t==RD||t==OD}$g.exports=wD});var Ug=g((mse,Fg)=>{var ID=gt(),SD=ID["__core-js_shared__"];Fg.exports=SD});var zg=g((vse,jg)=>{var qc=Ug(),qg=function(){var e=/[^.]+$/.exec(qc&&qc.keys&&qc.keys.IE_PROTO||"");return e?"Symbol(src)_1."+e:""}();function LD(e){return!!qg&&qg in e}jg.exports=LD});var jc=g((gse,Vg)=>{var DD=Function.prototype,kD=DD.toString;function BD(e){if(e!=null){try{return kD.call(e)}catch{}try{return e+""}catch{}}return""}Vg.exports=BD});var Gg=g((Ese,Hg)=>{var MD=Xn(),PD=zg(),$D=ct(),FD=jc(),UD=/[\\^$.*+?()[\]{}|]/g,qD=/^\[object .+?Constructor\]$/,jD=Function.prototype,zD=Object.prototype,VD=jD.toString,HD=zD.hasOwnProperty,GD=RegExp("^"+VD.call(HD).replace(UD,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");function WD(e){if(!$D(e)||PD(e))return!1;var t=MD(e)?GD:qD;return t.test(FD(e))}Hg.exports=WD});var Yg=g((bse,Wg)=>{function YD(e,t){return e?.[t]}Wg.exports=YD});var Ar=g((yse,Kg)=>{var KD=Gg(),XD=Yg();function JD(e,t){var r=XD(e,t);return KD(r)?r:void 0}Kg.exports=JD});var Fo=g((_se,Xg)=>{var ZD=Ar(),QD=gt(),ek=ZD(QD,"Map");Xg.exports=ek});var ba=g((Ase,Jg)=>{var tk=Ar(),rk=tk(Object,"create");Jg.exports=rk});var e2=g((Tse,Qg)=>{var Zg=ba();function nk(){this.__data__=Zg?Zg(null):{},this.size=0}Qg.exports=nk});var r2=g((xse,t2)=>{function ik(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t}t2.exports=ik});var i2=g((Rse,n2)=>{var ak=ba(),sk="__lodash_hash_undefined__",ok=Object.prototype,lk=ok.hasOwnProperty;function uk(e){var t=this.__data__;if(ak){var r=t[e];return r===sk?void 0:r}return lk.call(t,e)?t[e]:void 0}n2.exports=uk});var s2=g((Cse,a2)=>{var ck=ba(),dk=Object.prototype,fk=dk.hasOwnProperty;function pk(e){var t=this.__data__;return ck?t[e]!==void 0:fk.call(t,e)}a2.exports=pk});var l2=g((Nse,o2)=>{var hk=ba(),mk="__lodash_hash_undefined__";function vk(e,t){var r=this.__data__;return this.size+=this.has(e)?0:1,r[e]=hk&&t===void 0?mk:t,this}o2.exports=vk});var c2=g((Ose,u2)=>{var gk=e2(),Ek=r2(),bk=i2(),yk=s2(),_k=l2();function Jn(e){var t=-1,r=e==null?0:e.length;for(this.clear();++t<r;){var n=e[t];this.set(n[0],n[1])}}Jn.prototype.clear=gk;Jn.prototype.delete=Ek;Jn.prototype.get=bk;Jn.prototype.has=yk;Jn.prototype.set=_k;u2.exports=Jn});var p2=g((wse,f2)=>{var d2=c2(),Ak=ga(),Tk=Fo();function xk(){this.size=0,this.__data__={hash:new d2,map:new(Tk||Ak),string:new d2}}f2.exports=xk});var m2=g((Ise,h2)=>{function Rk(e){var t=typeof e;return t=="string"||t=="number"||t=="symbol"||t=="boolean"?e!=="__proto__":e===null}h2.exports=Rk});var ya=g((Sse,v2)=>{var Ck=m2();function Nk(e,t){var r=e.__data__;return Ck(t)?r[typeof t=="string"?"string":"hash"]:r.map}v2.exports=Nk});var E2=g((Lse,g2)=>{var Ok=ya();function wk(e){var t=Ok(this,e).delete(e);return this.size-=t?1:0,t}g2.exports=wk});var y2=g((Dse,b2)=>{var Ik=ya();function Sk(e){return Ik(this,e).get(e)}b2.exports=Sk});var A2=g((kse,_2)=>{var Lk=ya();function Dk(e){return Lk(this,e).has(e)}_2.exports=Dk});var x2=g((Bse,T2)=>{var kk=ya();function Bk(e,t){var r=kk(this,e),n=r.size;return r.set(e,t),this.size+=r.size==n?0:1,this}T2.exports=Bk});var Uo=g((Mse,R2)=>{var Mk=p2(),Pk=E2(),$k=y2(),Fk=A2(),Uk=x2();function Zn(e){var t=-1,r=e==null?0:e.length;for(this.clear();++t<r;){var n=e[t];this.set(n[0],n[1])}}Zn.prototype.clear=Mk;Zn.prototype.delete=Pk;Zn.prototype.get=$k;Zn.prototype.has=Fk;Zn.prototype.set=Uk;R2.exports=Zn});var N2=g((Pse,C2)=>{var qk=ga(),jk=Fo(),zk=Uo(),Vk=200;function Hk(e,t){var r=this.__data__;if(r instanceof qk){var n=r.__data__;if(!jk||n.length<Vk-1)return n.push([e,t]),this.size=++r.size,this;r=this.__data__=new zk(n)}return r.set(e,t),this.size=r.size,this}C2.exports=Hk});var _a=g(($se,O2)=>{var Gk=ga(),Wk=Eg(),Yk=yg(),Kk=Ag(),Xk=xg(),Jk=N2();function Qn(e){var t=this.__data__=new Gk(e);this.size=t.size}Qn.prototype.clear=Wk;Qn.prototype.delete=Yk;Qn.prototype.get=Kk;Qn.prototype.has=Xk;Qn.prototype.set=Jk;O2.exports=Qn});var qo=g((Fse,w2)=>{function Zk(e,t){for(var r=-1,n=e==null?0:e.length;++r<n&&t(e[r],r,e)!==!1;);return e}w2.exports=Zk});var zc=g((Use,I2)=>{var Qk=Ar(),eB=function(){try{var e=Qk(Object,"defineProperty");return e({},"",{}),e}catch{}}();I2.exports=eB});var Aa=g((qse,L2)=>{var S2=zc();function tB(e,t,r){t=="__proto__"&&S2?S2(e,t,{configurable:!0,enumerable:!0,value:r,writable:!0}):e[t]=r}L2.exports=tB});var Ta=g((jse,D2)=>{var rB=Aa(),nB=rn(),iB=Object.prototype,aB=iB.hasOwnProperty;function sB(e,t,r){var n=e[t];(!(aB.call(e,t)&&nB(n,r))||r===void 0&&!(t in e))&&rB(e,t,r)}D2.exports=sB});var ei=g((zse,k2)=>{var oB=Ta(),lB=Aa();function uB(e,t,r,n){var i=!r;r||(r={});for(var a=-1,s=t.length;++a<s;){var o=t[a],l=n?n(r[o],e[o],o,r,e):void 0;l===void 0&&(l=e[o]),i?lB(r,o,l):oB(r,o,l)}return r}k2.exports=uB});var M2=g((Vse,B2)=>{function cB(e,t){for(var r=-1,n=Array(e);++r<e;)n[r]=t(r);return n}B2.exports=cB});var Ct=g((Hse,P2)=>{function dB(e){return e!=null&&typeof e=="object"}P2.exports=dB});var F2=g((Gse,$2)=>{var fB=_r(),pB=Ct(),hB="[object Arguments]";function mB(e){return pB(e)&&fB(e)==hB}$2.exports=mB});var ti=g((Wse,j2)=>{var U2=F2(),vB=Ct(),q2=Object.prototype,gB=q2.hasOwnProperty,EB=q2.propertyIsEnumerable,bB=U2(function(){return arguments}())?U2:function(e){return vB(e)&&gB.call(e,"callee")&&!EB.call(e,"callee")};j2.exports=bB});var Le=g((Yse,z2)=>{var yB=Array.isArray;z2.exports=yB});var H2=g((Kse,V2)=>{function _B(){return!1}V2.exports=_B});var an=g((xa,ri)=>{var AB=gt(),TB=H2(),Y2=typeof xa=="object"&&xa&&!xa.nodeType&&xa,G2=Y2&&typeof ri=="object"&&ri&&!ri.nodeType&&ri,xB=G2&&G2.exports===Y2,W2=xB?AB.Buffer:void 0,RB=W2?W2.isBuffer:void 0,CB=RB||TB;ri.exports=CB});var Ra=g((Xse,K2)=>{var NB=9007199254740991,OB=/^(?:0|[1-9]\d*)$/;function wB(e,t){var r=typeof e;return t=t??NB,!!t&&(r=="number"||r!="symbol"&&OB.test(e))&&e>-1&&e%1==0&&e<t}K2.exports=wB});var jo=g((Jse,X2)=>{var IB=9007199254740991;function SB(e){return typeof e=="number"&&e>-1&&e%1==0&&e<=IB}X2.exports=SB});var Z2=g((Zse,J2)=>{var LB=_r(),DB=jo(),kB=Ct(),BB="[object Arguments]",MB="[object Array]",PB="[object Boolean]",$B="[object Date]",FB="[object Error]",UB="[object Function]",qB="[object Map]",jB="[object Number]",zB="[object Object]",VB="[object RegExp]",HB="[object Set]",GB="[object String]",WB="[object WeakMap]",YB="[object ArrayBuffer]",KB="[object DataView]",XB="[object Float32Array]",JB="[object Float64Array]",ZB="[object Int8Array]",QB="[object Int16Array]",eM="[object Int32Array]",tM="[object Uint8Array]",rM="[object Uint8ClampedArray]",nM="[object Uint16Array]",iM="[object Uint32Array]",Re={};Re[XB]=Re[JB]=Re[ZB]=Re[QB]=Re[eM]=Re[tM]=Re[rM]=Re[nM]=Re[iM]=!0;Re[BB]=Re[MB]=Re[YB]=Re[PB]=Re[KB]=Re[$B]=Re[FB]=Re[UB]=Re[qB]=Re[jB]=Re[zB]=Re[VB]=Re[HB]=Re[GB]=Re[WB]=!1;function aM(e){return kB(e)&&DB(e.length)&&!!Re[LB(e)]}J2.exports=aM});var Ca=g((Qse,Q2)=>{function sM(e){return function(t){return e(t)}}Q2.exports=sM});var zo=g((Na,ni)=>{var oM=Uc(),eE=typeof Na=="object"&&Na&&!Na.nodeType&&Na,Oa=eE&&typeof ni=="object"&&ni&&!ni.nodeType&&ni,lM=Oa&&Oa.exports===eE,Vc=lM&&oM.process,uM=function(){try{var e=Oa&&Oa.require&&Oa.require("util").types;return e||Vc&&Vc.binding&&Vc.binding("util")}catch{}}();ni.exports=uM});var ii=g((eoe,nE)=>{var cM=Z2(),dM=Ca(),tE=zo(),rE=tE&&tE.isTypedArray,fM=rE?dM(rE):cM;nE.exports=fM});var Hc=g((toe,iE)=>{var pM=M2(),hM=ti(),mM=Le(),vM=an(),gM=Ra(),EM=ii(),bM=Object.prototype,yM=bM.hasOwnProperty;function _M(e,t){var r=mM(e),n=!r&&hM(e),i=!r&&!n&&vM(e),a=!r&&!n&&!i&&EM(e),s=r||n||i||a,o=s?pM(e.length,String):[],l=o.length;for(var u in e)(t||yM.call(e,u))&&!(s&&(u=="length"||i&&(u=="offset"||u=="parent")||a&&(u=="buffer"||u=="byteLength"||u=="byteOffset")||gM(u,l)))&&o.push(u);return o}iE.exports=_M});var wa=g((roe,aE)=>{var AM=Object.prototype;function TM(e){var t=e&&e.constructor,r=typeof t=="function"&&t.prototype||AM;return e===r}aE.exports=TM});var Gc=g((noe,sE)=>{function xM(e,t){return function(r){return e(t(r))}}sE.exports=xM});var lE=g((ioe,oE)=>{var RM=Gc(),CM=RM(Object.keys,Object);oE.exports=CM});var Vo=g((aoe,uE)=>{var NM=wa(),OM=lE(),wM=Object.prototype,IM=wM.hasOwnProperty;function SM(e){if(!NM(e))return OM(e);var t=[];for(var r in Object(e))IM.call(e,r)&&r!="constructor"&&t.push(r);return t}uE.exports=SM});var qt=g((soe,cE)=>{var LM=Xn(),DM=jo();function kM(e){return e!=null&&DM(e.length)&&!LM(e)}cE.exports=kM});var Qt=g((ooe,dE)=>{var BM=Hc(),MM=Vo(),PM=qt();function $M(e){return PM(e)?BM(e):MM(e)}dE.exports=$M});var pE=g((loe,fE)=>{var FM=ei(),UM=Qt();function qM(e,t){return e&&FM(t,UM(t),e)}fE.exports=qM});var mE=g((uoe,hE)=>{function jM(e){var t=[];if(e!=null)for(var r in Object(e))t.push(r);return t}hE.exports=jM});var gE=g((coe,vE)=>{var zM=ct(),VM=wa(),HM=mE(),GM=Object.prototype,WM=GM.hasOwnProperty;function YM(e){if(!zM(e))return HM(e);var t=VM(e),r=[];for(var n in e)n=="constructor"&&(t||!WM.call(e,n))||r.push(n);return r}vE.exports=YM});var Tr=g((doe,EE)=>{var KM=Hc(),XM=gE(),JM=qt();function ZM(e){return JM(e)?KM(e,!0):XM(e)}EE.exports=ZM});var yE=g((foe,bE)=>{var QM=ei(),eP=Tr();function tP(e,t){return e&&QM(t,eP(t),e)}bE.exports=tP});var Wc=g((Ia,ai)=>{var rP=gt(),xE=typeof Ia=="object"&&Ia&&!Ia.nodeType&&Ia,_E=xE&&typeof ai=="object"&&ai&&!ai.nodeType&&ai,nP=_E&&_E.exports===xE,AE=nP?rP.Buffer:void 0,TE=AE?AE.allocUnsafe:void 0;function iP(e,t){if(t)return e.slice();var r=e.length,n=TE?TE(r):new e.constructor(r);return e.copy(n),n}ai.exports=iP});var Yc=g((poe,RE)=>{function aP(e,t){var r=-1,n=e.length;for(t||(t=Array(n));++r<n;)t[r]=e[r];return t}RE.exports=aP});var Kc=g((hoe,CE)=>{function sP(e,t){for(var r=-1,n=e==null?0:e.length,i=0,a=[];++r<n;){var s=e[r];t(s,r,e)&&(a[i++]=s)}return a}CE.exports=sP});var Xc=g((moe,NE)=>{function oP(){return[]}NE.exports=oP});var Ho=g((voe,wE)=>{var lP=Kc(),uP=Xc(),cP=Object.prototype,dP=cP.propertyIsEnumerable,OE=Object.getOwnPropertySymbols,fP=OE?function(e){return e==null?[]:(e=Object(e),lP(OE(e),function(t){return dP.call(e,t)}))}:uP;wE.exports=fP});var SE=g((goe,IE)=>{var pP=ei(),hP=Ho();function mP(e,t){return pP(e,hP(e),t)}IE.exports=mP});var Go=g((Eoe,LE)=>{function vP(e,t){for(var r=-1,n=t.length,i=e.length;++r<n;)e[i+r]=t[r];return e}LE.exports=vP});var Sa=g((boe,DE)=>{var gP=Gc(),EP=gP(Object.getPrototypeOf,Object);DE.exports=EP});var Jc=g((yoe,kE)=>{var bP=Go(),yP=Sa(),_P=Ho(),AP=Xc(),TP=Object.getOwnPropertySymbols,xP=TP?function(e){for(var t=[];e;)bP(t,_P(e)),e=yP(e);return t}:AP;kE.exports=xP});var ME=g((_oe,BE)=>{var RP=ei(),CP=Jc();function NP(e,t){return RP(e,CP(e),t)}BE.exports=NP});var Zc=g((Aoe,PE)=>{var OP=Go(),wP=Le();function IP(e,t,r){var n=t(e);return wP(e)?n:OP(n,r(e))}PE.exports=IP});var Qc=g((Toe,$E)=>{var SP=Zc(),LP=Ho(),DP=Qt();function kP(e){return SP(e,DP,LP)}$E.exports=kP});var UE=g((xoe,FE)=>{var BP=Zc(),MP=Jc(),PP=Tr();function $P(e){return BP(e,PP,MP)}FE.exports=$P});var jE=g((Roe,qE)=>{var FP=Ar(),UP=gt(),qP=FP(UP,"DataView");qE.exports=qP});var VE=g((Coe,zE)=>{var jP=Ar(),zP=gt(),VP=jP(zP,"Promise");zE.exports=VP});var ed=g((Noe,HE)=>{var HP=Ar(),GP=gt(),WP=HP(GP,"Set");HE.exports=WP});var WE=g((Ooe,GE)=>{var YP=Ar(),KP=gt(),XP=YP(KP,"WeakMap");GE.exports=XP});var ln=g((woe,eb)=>{var td=jE(),rd=Fo(),nd=VE(),id=ed(),ad=WE(),QE=_r(),si=jc(),YE="[object Map]",JP="[object Object]",KE="[object Promise]",XE="[object Set]",JE="[object WeakMap]",ZE="[object DataView]",ZP=si(td),QP=si(rd),e$=si(nd),t$=si(id),r$=si(ad),sn=QE;(td&&sn(new td(new ArrayBuffer(1)))!=ZE||rd&&sn(new rd)!=YE||nd&&sn(nd.resolve())!=KE||id&&sn(new id)!=XE||ad&&sn(new ad)!=JE)&&(sn=function(e){var t=QE(e),r=t==JP?e.constructor:void 0,n=r?si(r):"";if(n)switch(n){case ZP:return ZE;case QP:return YE;case e$:return KE;case t$:return XE;case r$:return JE}return t});eb.exports=sn});var rb=g((Ioe,tb)=>{var n$=Object.prototype,i$=n$.hasOwnProperty;function a$(e){var t=e.length,r=new e.constructor(t);return t&&typeof e[0]=="string"&&i$.call(e,"index")&&(r.index=e.index,r.input=e.input),r}tb.exports=a$});var sd=g((Soe,nb)=>{var s$=gt(),o$=s$.Uint8Array;nb.exports=o$});var Wo=g((Loe,ab)=>{var ib=sd();function l$(e){var t=new e.constructor(e.byteLength);return new ib(t).set(new ib(e)),t}ab.exports=l$});var ob=g((Doe,sb)=>{var u$=Wo();function c$(e,t){var r=t?u$(e.buffer):e.buffer;return new e.constructor(r,e.byteOffset,e.byteLength)}sb.exports=c$});var ub=g((koe,lb)=>{var d$=/\w*$/;function f$(e){var t=new e.constructor(e.source,d$.exec(e));return t.lastIndex=e.lastIndex,t}lb.exports=f$});var hb=g((Boe,pb)=>{var cb=nn(),db=cb?cb.prototype:void 0,fb=db?db.valueOf:void 0;function p$(e){return fb?Object(fb.call(e)):{}}pb.exports=p$});var od=g((Moe,mb)=>{var h$=Wo();function m$(e,t){var r=t?h$(e.buffer):e.buffer;return new e.constructor(r,e.byteOffset,e.length)}mb.exports=m$});var gb=g((Poe,vb)=>{var v$=Wo(),g$=ob(),E$=ub(),b$=hb(),y$=od(),_$="[object Boolean]",A$="[object Date]",T$="[object Map]",x$="[object Number]",R$="[object RegExp]",C$="[object Set]",N$="[object String]",O$="[object Symbol]",w$="[object ArrayBuffer]",I$="[object DataView]",S$="[object Float32Array]",L$="[object Float64Array]",D$="[object Int8Array]",k$="[object Int16Array]",B$="[object Int32Array]",M$="[object Uint8Array]",P$="[object Uint8ClampedArray]",$$="[object Uint16Array]",F$="[object Uint32Array]";function U$(e,t,r){var n=e.constructor;switch(t){case w$:return v$(e);case _$:case A$:return new n(+e);case I$:return g$(e,r);case S$:case L$:case D$:case k$:case B$:case M$:case P$:case $$:case F$:return y$(e,r);case T$:return new n;case x$:case N$:return new n(e);case R$:return E$(e);case C$:return new n;case O$:return b$(e)}}vb.exports=U$});var ld=g(($oe,bb)=>{var q$=ct(),Eb=Object.create,j$=function(){function e(){}return function(t){if(!q$(t))return{};if(Eb)return Eb(t);e.prototype=t;var r=new e;return e.prototype=void 0,r}}();bb.exports=j$});var ud=g((Foe,yb)=>{var z$=ld(),V$=Sa(),H$=wa();function G$(e){return typeof e.constructor=="function"&&!H$(e)?z$(V$(e)):{}}yb.exports=G$});var Ab=g((Uoe,_b)=>{var W$=ln(),Y$=Ct(),K$="[object Map]";function X$(e){return Y$(e)&&W$(e)==K$}_b.exports=X$});var Cb=g((qoe,Rb)=>{var J$=Ab(),Z$=Ca(),Tb=zo(),xb=Tb&&Tb.isMap,Q$=xb?Z$(xb):J$;Rb.exports=Q$});var Ob=g((joe,Nb)=>{var eF=ln(),tF=Ct(),rF="[object Set]";function nF(e){return tF(e)&&eF(e)==rF}Nb.exports=nF});var Lb=g((zoe,Sb)=>{var iF=Ob(),aF=Ca(),wb=zo(),Ib=wb&&wb.isSet,sF=Ib?aF(Ib):iF;Sb.exports=sF});var cd=g((Voe,Mb)=>{var oF=_a(),lF=qo(),uF=Ta(),cF=pE(),dF=yE(),fF=Wc(),pF=Yc(),hF=SE(),mF=ME(),vF=Qc(),gF=UE(),EF=ln(),bF=rb(),yF=gb(),_F=ud(),AF=Le(),TF=an(),xF=Cb(),RF=ct(),CF=Lb(),NF=Qt(),OF=Tr(),wF=1,IF=2,SF=4,Db="[object Arguments]",LF="[object Array]",DF="[object Boolean]",kF="[object Date]",BF="[object Error]",kb="[object Function]",MF="[object GeneratorFunction]",PF="[object Map]",$F="[object Number]",Bb="[object Object]",FF="[object RegExp]",UF="[object Set]",qF="[object String]",jF="[object Symbol]",zF="[object WeakMap]",VF="[object ArrayBuffer]",HF="[object DataView]",GF="[object Float32Array]",WF="[object Float64Array]",YF="[object Int8Array]",KF="[object Int16Array]",XF="[object Int32Array]",JF="[object Uint8Array]",ZF="[object Uint8ClampedArray]",QF="[object Uint16Array]",eU="[object Uint32Array]",ye={};ye[Db]=ye[LF]=ye[VF]=ye[HF]=ye[DF]=ye[kF]=ye[GF]=ye[WF]=ye[YF]=ye[KF]=ye[XF]=ye[PF]=ye[$F]=ye[Bb]=ye[FF]=ye[UF]=ye[qF]=ye[jF]=ye[JF]=ye[ZF]=ye[QF]=ye[eU]=!0;ye[BF]=ye[kb]=ye[zF]=!1;function Yo(e,t,r,n,i,a){var s,o=t&wF,l=t&IF,u=t&SF;if(r&&(s=i?r(e,n,i,a):r(e)),s!==void 0)return s;if(!RF(e))return e;var d=AF(e);if(d){if(s=bF(e),!o)return pF(e,s)}else{var h=EF(e),E=h==kb||h==MF;if(TF(e))return fF(e,o);if(h==Bb||h==Db||E&&!i){if(s=l||E?{}:_F(e),!o)return l?mF(e,dF(s,e)):hF(e,cF(s,e))}else{if(!ye[h])return i?e:{};s=yF(e,h,o)}}a||(a=new oF);var y=a.get(e);if(y)return y;a.set(e,s),CF(e)?e.forEach(function(I){s.add(Yo(I,t,r,I,e,a))}):xF(e)&&e.forEach(function(I,C){s.set(C,Yo(I,t,r,C,e,a))});var T=u?l?gF:vF:l?OF:NF,_=d?void 0:T(e);return lF(_||e,function(I,C){_&&(C=I,I=e[C]),uF(s,C,Yo(I,t,r,C,e,a))}),s}Mb.exports=Yo});var $b=g((Hoe,Pb)=>{var tU=cd(),rU=4;function nU(e){return tU(e,rU)}Pb.exports=nU});var Ko=g((Goe,Fb)=>{function iU(e){return function(){return e}}Fb.exports=iU});var qb=g((Woe,Ub)=>{function aU(e){return function(t,r,n){for(var i=-1,a=Object(t),s=n(t),o=s.length;o--;){var l=s[e?o:++i];if(r(a[l],l,a)===!1)break}return t}}Ub.exports=aU});var Xo=g((Yoe,jb)=>{var sU=qb(),oU=sU();jb.exports=oU});var Jo=g((Koe,zb)=>{var lU=Xo(),uU=Qt();function cU(e,t){return e&&lU(e,t,uU)}zb.exports=cU});var Hb=g((Xoe,Vb)=>{var dU=qt();function fU(e,t){return function(r,n){if(r==null)return r;if(!dU(r))return e(r,n);for(var i=r.length,a=t?i:-1,s=Object(r);(t?a--:++a<i)&&n(s[a],a,s)!==!1;);return r}}Vb.exports=fU});var La=g((Joe,Gb)=>{var pU=Jo(),hU=Hb(),mU=hU(pU);Gb.exports=mU});var xr=g((Zoe,Wb)=>{function vU(e){return e}Wb.exports=vU});var dd=g((Qoe,Yb)=>{var gU=xr();function EU(e){return typeof e=="function"?e:gU}Yb.exports=EU});var fd=g((ele,Kb)=>{var bU=qo(),yU=La(),_U=dd(),AU=Le();function TU(e,t){var r=AU(e)?bU:yU;return r(e,_U(t))}Kb.exports=TU});var pd=g((tle,Xb)=>{Xb.exports=fd()});var Zb=g((rle,Jb)=>{var xU=La();function RU(e,t){var r=[];return xU(e,function(n,i,a){t(n,i,a)&&r.push(n)}),r}Jb.exports=RU});var ey=g((nle,Qb)=>{var CU="__lodash_hash_undefined__";function NU(e){return this.__data__.set(e,CU),this}Qb.exports=NU});var ry=g((ile,ty)=>{function OU(e){return this.__data__.has(e)}ty.exports=OU});var hd=g((ale,ny)=>{var wU=Uo(),IU=ey(),SU=ry();function Zo(e){var t=-1,r=e==null?0:e.length;for(this.__data__=new wU;++t<r;)this.add(e[t])}Zo.prototype.add=Zo.prototype.push=IU;Zo.prototype.has=SU;ny.exports=Zo});var ay=g((sle,iy)=>{function LU(e,t){for(var r=-1,n=e==null?0:e.length;++r<n;)if(t(e[r],r,e))return!0;return!1}iy.exports=LU});var md=g((ole,sy)=>{function DU(e,t){return e.has(t)}sy.exports=DU});var vd=g((lle,oy)=>{var kU=hd(),BU=ay(),MU=md(),PU=1,$U=2;function FU(e,t,r,n,i,a){var s=r&PU,o=e.length,l=t.length;if(o!=l&&!(s&&l>o))return!1;var u=a.get(e),d=a.get(t);if(u&&d)return u==t&&d==e;var h=-1,E=!0,y=r&$U?new kU:void 0;for(a.set(e,t),a.set(t,e);++h<o;){var T=e[h],_=t[h];if(n)var I=s?n(_,T,h,t,e,a):n(T,_,h,e,t,a);if(I!==void 0){if(I)continue;E=!1;break}if(y){if(!BU(t,function(C,N){if(!MU(y,N)&&(T===C||i(T,C,r,n,a)))return y.push(N)})){E=!1;break}}else if(!(T===_||i(T,_,r,n,a))){E=!1;break}}return a.delete(e),a.delete(t),E}oy.exports=FU});var uy=g((ule,ly)=>{function UU(e){var t=-1,r=Array(e.size);return e.forEach(function(n,i){r[++t]=[i,n]}),r}ly.exports=UU});var Qo=g((cle,cy)=>{function qU(e){var t=-1,r=Array(e.size);return e.forEach(function(n){r[++t]=n}),r}cy.exports=qU});var my=g((dle,hy)=>{var dy=nn(),fy=sd(),jU=rn(),zU=vd(),VU=uy(),HU=Qo(),GU=1,WU=2,YU="[object Boolean]",KU="[object Date]",XU="[object Error]",JU="[object Map]",ZU="[object Number]",QU="[object RegExp]",eq="[object Set]",tq="[object String]",rq="[object Symbol]",nq="[object ArrayBuffer]",iq="[object DataView]",py=dy?dy.prototype:void 0,gd=py?py.valueOf:void 0;function aq(e,t,r,n,i,a,s){switch(r){case iq:if(e.byteLength!=t.byteLength||e.byteOffset!=t.byteOffset)return!1;e=e.buffer,t=t.buffer;case nq:return!(e.byteLength!=t.byteLength||!a(new fy(e),new fy(t)));case YU:case KU:case ZU:return jU(+e,+t);case XU:return e.name==t.name&&e.message==t.message;case QU:case tq:return e==t+"";case JU:var o=VU;case eq:var l=n&GU;if(o||(o=HU),e.size!=t.size&&!l)return!1;var u=s.get(e);if(u)return u==t;n|=WU,s.set(e,t);var d=zU(o(e),o(t),n,i,a,s);return s.delete(e),d;case rq:if(gd)return gd.call(e)==gd.call(t)}return!1}hy.exports=aq});var Ey=g((fle,gy)=>{var vy=Qc(),sq=1,oq=Object.prototype,lq=oq.hasOwnProperty;function uq(e,t,r,n,i,a){var s=r&sq,o=vy(e),l=o.length,u=vy(t),d=u.length;if(l!=d&&!s)return!1;for(var h=l;h--;){var E=o[h];if(!(s?E in t:lq.call(t,E)))return!1}var y=a.get(e),T=a.get(t);if(y&&T)return y==t&&T==e;var _=!0;a.set(e,t),a.set(t,e);for(var I=s;++h<l;){E=o[h];var C=e[E],N=t[E];if(n)var M=s?n(N,C,E,t,e,a):n(C,N,E,e,t,a);if(!(M===void 0?C===N||i(C,N,r,n,a):M)){_=!1;break}I||(I=E=="constructor")}if(_&&!I){var L=e.constructor,H=t.constructor;L!=H&&"constructor"in e&&"constructor"in t&&!(typeof L=="function"&&L instanceof L&&typeof H=="function"&&H instanceof H)&&(_=!1)}return a.delete(e),a.delete(t),_}gy.exports=uq});var Cy=g((ple,Ry)=>{var Ed=_a(),cq=vd(),dq=my(),fq=Ey(),by=ln(),yy=Le(),_y=an(),pq=ii(),hq=1,Ay="[object Arguments]",Ty="[object Array]",el="[object Object]",mq=Object.prototype,xy=mq.hasOwnProperty;function vq(e,t,r,n,i,a){var s=yy(e),o=yy(t),l=s?Ty:by(e),u=o?Ty:by(t);l=l==Ay?el:l,u=u==Ay?el:u;var d=l==el,h=u==el,E=l==u;if(E&&_y(e)){if(!_y(t))return!1;s=!0,d=!1}if(E&&!d)return a||(a=new Ed),s||pq(e)?cq(e,t,r,n,i,a):dq(e,t,l,r,n,i,a);if(!(r&hq)){var y=d&&xy.call(e,"__wrapped__"),T=h&&xy.call(t,"__wrapped__");if(y||T){var _=y?e.value():e,I=T?t.value():t;return a||(a=new Ed),i(_,I,r,n,a)}}return E?(a||(a=new Ed),fq(e,t,r,n,i,a)):!1}Ry.exports=vq});var bd=g((hle,wy)=>{var gq=Cy(),Ny=Ct();function Oy(e,t,r,n,i){return e===t?!0:e==null||t==null||!Ny(e)&&!Ny(t)?e!==e&&t!==t:gq(e,t,r,n,Oy,i)}wy.exports=Oy});var Sy=g((mle,Iy)=>{var Eq=_a(),bq=bd(),yq=1,_q=2;function Aq(e,t,r,n){var i=r.length,a=i,s=!n;if(e==null)return!a;for(e=Object(e);i--;){var o=r[i];if(s&&o[2]?o[1]!==e[o[0]]:!(o[0]in e))return!1}for(;++i<a;){o=r[i];var l=o[0],u=e[l],d=o[1];if(s&&o[2]){if(u===void 0&&!(l in e))return!1}else{var h=new Eq;if(n)var E=n(u,d,l,e,t,h);if(!(E===void 0?bq(d,u,yq|_q,n,h):E))return!1}}return!0}Iy.exports=Aq});var yd=g((vle,Ly)=>{var Tq=ct();function xq(e){return e===e&&!Tq(e)}Ly.exports=xq});var ky=g((gle,Dy)=>{var Rq=yd(),Cq=Qt();function Nq(e){for(var t=Cq(e),r=t.length;r--;){var n=t[r],i=e[n];t[r]=[n,i,Rq(i)]}return t}Dy.exports=Nq});var _d=g((Ele,By)=>{function Oq(e,t){return function(r){return r==null?!1:r[e]===t&&(t!==void 0||e in Object(r))}}By.exports=Oq});var Py=g((ble,My)=>{var wq=Sy(),Iq=ky(),Sq=_d();function Lq(e){var t=Iq(e);return t.length==1&&t[0][2]?Sq(t[0][0],t[0][1]):function(r){return r===e||wq(r,e,t)}}My.exports=Lq});var un=g((yle,$y)=>{var Dq=_r(),kq=Ct(),Bq="[object Symbol]";function Mq(e){return typeof e=="symbol"||kq(e)&&Dq(e)==Bq}$y.exports=Mq});var tl=g((_le,Fy)=>{var Pq=Le(),$q=un(),Fq=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,Uq=/^\w*$/;function qq(e,t){if(Pq(e))return!1;var r=typeof e;return r=="number"||r=="symbol"||r=="boolean"||e==null||$q(e)?!0:Uq.test(e)||!Fq.test(e)||t!=null&&e in Object(t)}Fy.exports=qq});var jy=g((Ale,qy)=>{var Uy=Uo(),jq="Expected a function";function Ad(e,t){if(typeof e!="function"||t!=null&&typeof t!="function")throw new TypeError(jq);var r=function(){var n=arguments,i=t?t.apply(this,n):n[0],a=r.cache;if(a.has(i))return a.get(i);var s=e.apply(this,n);return r.cache=a.set(i,s)||a,s};return r.cache=new(Ad.Cache||Uy),r}Ad.Cache=Uy;qy.exports=Ad});var Vy=g((Tle,zy)=>{var zq=jy(),Vq=500;function Hq(e){var t=zq(e,function(n){return r.size===Vq&&r.clear(),n}),r=t.cache;return t}zy.exports=Hq});var Gy=g((xle,Hy)=>{var Gq=Vy(),Wq=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,Yq=/\\(\\)?/g,Kq=Gq(function(e){var t=[];return e.charCodeAt(0)===46&&t.push(""),e.replace(Wq,function(r,n,i,a){t.push(i?a.replace(Yq,"$1"):n||r)}),t});Hy.exports=Kq});var Da=g((Rle,Wy)=>{function Xq(e,t){for(var r=-1,n=e==null?0:e.length,i=Array(n);++r<n;)i[r]=t(e[r],r,e);return i}Wy.exports=Xq});var Qy=g((Cle,Zy)=>{var Yy=nn(),Jq=Da(),Zq=Le(),Qq=un(),ej=1/0,Ky=Yy?Yy.prototype:void 0,Xy=Ky?Ky.toString:void 0;function Jy(e){if(typeof e=="string")return e;if(Zq(e))return Jq(e,Jy)+"";if(Qq(e))return Xy?Xy.call(e):"";var t=e+"";return t=="0"&&1/e==-ej?"-0":t}Zy.exports=Jy});var Td=g((Nle,e_)=>{var tj=Qy();function rj(e){return e==null?"":tj(e)}e_.exports=rj});var ka=g((Ole,t_)=>{var nj=Le(),ij=tl(),aj=Gy(),sj=Td();function oj(e,t){return nj(e)?e:ij(e,t)?[e]:aj(sj(e))}t_.exports=oj});var oi=g((wle,r_)=>{var lj=un(),uj=1/0;function cj(e){if(typeof e=="string"||lj(e))return e;var t=e+"";return t=="0"&&1/e==-uj?"-0":t}r_.exports=cj});var Ba=g((Ile,n_)=>{var dj=ka(),fj=oi();function pj(e,t){t=dj(t,e);for(var r=0,n=t.length;e!=null&&r<n;)e=e[fj(t[r++])];return r&&r==n?e:void 0}n_.exports=pj});var a_=g((Sle,i_)=>{var hj=Ba();function mj(e,t,r){var n=e==null?void 0:hj(e,t);return n===void 0?r:n}i_.exports=mj});var o_=g((Lle,s_)=>{function vj(e,t){return e!=null&&t in Object(e)}s_.exports=vj});var xd=g((Dle,l_)=>{var gj=ka(),Ej=ti(),bj=Le(),yj=Ra(),_j=jo(),Aj=oi();function Tj(e,t,r){t=gj(t,e);for(var n=-1,i=t.length,a=!1;++n<i;){var s=Aj(t[n]);if(!(a=e!=null&&r(e,s)))break;e=e[s]}return a||++n!=i?a:(i=e==null?0:e.length,!!i&&_j(i)&&yj(s,i)&&(bj(e)||Ej(e)))}l_.exports=Tj});var Rd=g((kle,u_)=>{var xj=o_(),Rj=xd();function Cj(e,t){return e!=null&&Rj(e,t,xj)}u_.exports=Cj});var d_=g((Ble,c_)=>{var Nj=bd(),Oj=a_(),wj=Rd(),Ij=tl(),Sj=yd(),Lj=_d(),Dj=oi(),kj=1,Bj=2;function Mj(e,t){return Ij(e)&&Sj(t)?Lj(Dj(e),t):function(r){var n=Oj(r,e);return n===void 0&&n===t?wj(r,e):Nj(t,n,kj|Bj)}}c_.exports=Mj});var Cd=g((Mle,f_)=>{function Pj(e){return function(t){return t?.[e]}}f_.exports=Pj});var h_=g((Ple,p_)=>{var $j=Ba();function Fj(e){return function(t){return $j(t,e)}}p_.exports=Fj});var v_=g(($le,m_)=>{var Uj=Cd(),qj=h_(),jj=tl(),zj=oi();function Vj(e){return jj(e)?Uj(zj(e)):qj(e)}m_.exports=Vj});var jt=g((Fle,g_)=>{var Hj=Py(),Gj=d_(),Wj=xr(),Yj=Le(),Kj=v_();function Xj(e){return typeof e=="function"?e:e==null?Wj:typeof e=="object"?Yj(e)?Gj(e[0],e[1]):Hj(e):Kj(e)}g_.exports=Xj});var Nd=g((Ule,E_)=>{var Jj=Kc(),Zj=Zb(),Qj=jt(),ez=Le();function tz(e,t){var r=ez(e)?Jj:Zj;return r(e,Qj(t,3))}E_.exports=tz});var y_=g((qle,b_)=>{var rz=Object.prototype,nz=rz.hasOwnProperty;function iz(e,t){return e!=null&&nz.call(e,t)}b_.exports=iz});var Od=g((jle,__)=>{var az=y_(),sz=xd();function oz(e,t){return e!=null&&sz(e,t,az)}__.exports=oz});var T_=g((zle,A_)=>{var lz=Vo(),uz=ln(),cz=ti(),dz=Le(),fz=qt(),pz=an(),hz=wa(),mz=ii(),vz="[object Map]",gz="[object Set]",Ez=Object.prototype,bz=Ez.hasOwnProperty;function yz(e){if(e==null)return!0;if(fz(e)&&(dz(e)||typeof e=="string"||typeof e.splice=="function"||pz(e)||mz(e)||cz(e)))return!e.length;var t=uz(e);if(t==vz||t==gz)return!e.size;if(hz(e))return!lz(e).length;for(var r in e)if(bz.call(e,r))return!1;return!0}A_.exports=yz});var wd=g((Vle,x_)=>{function _z(e){return e===void 0}x_.exports=_z});var Id=g((Hle,R_)=>{var Az=La(),Tz=qt();function xz(e,t){var r=-1,n=Tz(e)?Array(e.length):[];return Az(e,function(i,a,s){n[++r]=t(i,a,s)}),n}R_.exports=xz});var Sd=g((Gle,C_)=>{var Rz=Da(),Cz=jt(),Nz=Id(),Oz=Le();function wz(e,t){var r=Oz(e)?Rz:Nz;return r(e,Cz(t,3))}C_.exports=wz});var O_=g((Wle,N_)=>{function Iz(e,t,r,n){var i=-1,a=e==null?0:e.length;for(n&&a&&(r=e[++i]);++i<a;)r=t(r,e[i],i,e);return r}N_.exports=Iz});var I_=g((Yle,w_)=>{function Sz(e,t,r,n,i){return i(e,function(a,s,o){r=n?(n=!1,a):t(r,a,s,o)}),r}w_.exports=Sz});var Ld=g((Kle,S_)=>{var Lz=O_(),Dz=La(),kz=jt(),Bz=I_(),Mz=Le();function Pz(e,t,r){var n=Mz(e)?Lz:Bz,i=arguments.length<3;return n(e,kz(t,4),r,i,Dz)}S_.exports=Pz});var D_=g((Xle,L_)=>{var $z=_r(),Fz=Le(),Uz=Ct(),qz="[object String]";function jz(e){return typeof e=="string"||!Fz(e)&&Uz(e)&&$z(e)==qz}L_.exports=jz});var B_=g((Jle,k_)=>{var zz=Cd(),Vz=zz("length");k_.exports=Vz});var P_=g((Zle,M_)=>{var Hz="\\ud800-\\udfff",Gz="\\u0300-\\u036f",Wz="\\ufe20-\\ufe2f",Yz="\\u20d0-\\u20ff",Kz=Gz+Wz+Yz,Xz="\\ufe0e\\ufe0f",Jz="\\u200d",Zz=RegExp("["+Jz+Hz+Kz+Xz+"]");function Qz(e){return Zz.test(e)}M_.exports=Qz});var G_=g((Qle,H_)=>{var F_="\\ud800-\\udfff",eV="\\u0300-\\u036f",tV="\\ufe20-\\ufe2f",rV="\\u20d0-\\u20ff",nV=eV+tV+rV,iV="\\ufe0e\\ufe0f",aV="["+F_+"]",Dd="["+nV+"]",kd="\\ud83c[\\udffb-\\udfff]",sV="(?:"+Dd+"|"+kd+")",U_="[^"+F_+"]",q_="(?:\\ud83c[\\udde6-\\uddff]){2}",j_="[\\ud800-\\udbff][\\udc00-\\udfff]",oV="\\u200d",z_=sV+"?",V_="["+iV+"]?",lV="(?:"+oV+"(?:"+[U_,q_,j_].join("|")+")"+V_+z_+")*",uV=V_+z_+lV,cV="(?:"+[U_+Dd+"?",Dd,q_,j_,aV].join("|")+")",$_=RegExp(kd+"(?="+kd+")|"+cV+uV,"g");function dV(e){for(var t=$_.lastIndex=0;$_.test(e);)++t;return t}H_.exports=dV});var Y_=g((eue,W_)=>{var fV=B_(),pV=P_(),hV=G_();function mV(e){return pV(e)?hV(e):fV(e)}W_.exports=mV});var X_=g((tue,K_)=>{var vV=Vo(),gV=ln(),EV=qt(),bV=D_(),yV=Y_(),_V="[object Map]",AV="[object Set]";function TV(e){if(e==null)return 0;if(EV(e))return bV(e)?yV(e):e.length;var t=gV(e);return t==_V||t==AV?e.size:vV(e).length}K_.exports=TV});var Z_=g((rue,J_)=>{var xV=qo(),RV=ld(),CV=Jo(),NV=jt(),OV=Sa(),wV=Le(),IV=an(),SV=Xn(),LV=ct(),DV=ii();function kV(e,t,r){var n=wV(e),i=n||IV(e)||DV(e);if(t=NV(t,4),r==null){var a=e&&e.constructor;i?r=n?new a:[]:LV(e)?r=SV(a)?RV(OV(e)):{}:r={}}return(i?xV:CV)(e,function(s,o,l){return t(r,s,o,l)}),r}J_.exports=kV});var r8=g((nue,t8)=>{var Q_=nn(),BV=ti(),MV=Le(),e8=Q_?Q_.isConcatSpreadable:void 0;function PV(e){return MV(e)||BV(e)||!!(e8&&e&&e[e8])}t8.exports=PV});var rl=g((iue,i8)=>{var $V=Go(),FV=r8();function n8(e,t,r,n,i){var a=-1,s=e.length;for(r||(r=FV),i||(i=[]);++a<s;){var o=e[a];t>0&&r(o)?t>1?n8(o,t-1,r,n,i):$V(i,o):n||(i[i.length]=o)}return i}i8.exports=n8});var s8=g((aue,a8)=>{function UV(e,t,r){switch(r.length){case 0:return e.call(t);case 1:return e.call(t,r[0]);case 2:return e.call(t,r[0],r[1]);case 3:return e.call(t,r[0],r[1],r[2])}return e.apply(t,r)}a8.exports=UV});var Bd=g((sue,l8)=>{var qV=s8(),o8=Math.max;function jV(e,t,r){return t=o8(t===void 0?e.length-1:t,0),function(){for(var n=arguments,i=-1,a=o8(n.length-t,0),s=Array(a);++i<a;)s[i]=n[t+i];i=-1;for(var o=Array(t+1);++i<t;)o[i]=n[i];return o[t]=r(s),qV(e,this,o)}}l8.exports=jV});var d8=g((oue,c8)=>{var zV=Ko(),u8=zc(),VV=xr(),HV=u8?function(e,t){return u8(e,"toString",{configurable:!0,enumerable:!1,value:zV(t),writable:!0})}:VV;c8.exports=HV});var p8=g((lue,f8)=>{var GV=800,WV=16,YV=Date.now;function KV(e){var t=0,r=0;return function(){var n=YV(),i=WV-(n-r);if(r=n,i>0){if(++t>=GV)return arguments[0]}else t=0;return e.apply(void 0,arguments)}}f8.exports=KV});var Md=g((uue,h8)=>{var XV=d8(),JV=p8(),ZV=JV(XV);h8.exports=ZV});var Ma=g((cue,m8)=>{var QV=xr(),eH=Bd(),tH=Md();function rH(e,t){return tH(eH(e,t,QV),e+"")}m8.exports=rH});var Pd=g((due,v8)=>{function nH(e,t,r,n){for(var i=e.length,a=r+(n?1:-1);n?a--:++a<i;)if(t(e[a],a,e))return a;return-1}v8.exports=nH});var E8=g((fue,g8)=>{function iH(e){return e!==e}g8.exports=iH});var y8=g((pue,b8)=>{function aH(e,t,r){for(var n=r-1,i=e.length;++n<i;)if(e[n]===t)return n;return-1}b8.exports=aH});var A8=g((hue,_8)=>{var sH=Pd(),oH=E8(),lH=y8();function uH(e,t,r){return t===t?lH(e,t,r):sH(e,oH,r)}_8.exports=uH});var x8=g((mue,T8)=>{var cH=A8();function dH(e,t){var r=e==null?0:e.length;return!!r&&cH(e,t,0)>-1}T8.exports=dH});var C8=g((vue,R8)=>{function fH(e,t,r){for(var n=-1,i=e==null?0:e.length;++n<i;)if(r(t,e[n]))return!0;return!1}R8.exports=fH});var O8=g((gue,N8)=>{function pH(){}N8.exports=pH});var I8=g((Eue,w8)=>{var $d=ed(),hH=O8(),mH=Qo(),vH=1/0,gH=$d&&1/mH(new $d([,-0]))[1]==vH?function(e){return new $d(e)}:hH;w8.exports=gH});var L8=g((bue,S8)=>{var EH=hd(),bH=x8(),yH=C8(),_H=md(),AH=I8(),TH=Qo(),xH=200;function RH(e,t,r){var n=-1,i=bH,a=e.length,s=!0,o=[],l=o;if(r)s=!1,i=yH;else if(a>=xH){var u=t?null:AH(e);if(u)return TH(u);s=!1,i=_H,l=new EH}else l=t?[]:o;e:for(;++n<a;){var d=e[n],h=t?t(d):d;if(d=r||d!==0?d:0,s&&h===h){for(var E=l.length;E--;)if(l[E]===h)continue e;t&&l.push(h),o.push(d)}else i(l,h,r)||(l!==o&&l.push(h),o.push(d))}return o}S8.exports=RH});var Fd=g((yue,D8)=>{var CH=qt(),NH=Ct();function OH(e){return NH(e)&&CH(e)}D8.exports=OH});var B8=g((_ue,k8)=>{var wH=rl(),IH=Ma(),SH=L8(),LH=Fd(),DH=IH(function(e){return SH(wH(e,1,LH,!0))});k8.exports=DH});var P8=g((Aue,M8)=>{var kH=Da();function BH(e,t){return kH(t,function(r){return e[r]})}M8.exports=BH});var Ud=g((Tue,$8)=>{var MH=P8(),PH=Qt();function $H(e){return e==null?[]:MH(e,PH(e))}$8.exports=$H});var dt=g((xue,F8)=>{var nl;if(typeof tt=="function")try{nl={clone:$b(),constant:Ko(),each:pd(),filter:Nd(),has:Od(),isArray:Le(),isEmpty:T_(),isFunction:Xn(),isUndefined:wd(),keys:Qt(),map:Sd(),reduce:Ld(),size:X_(),transform:Z_(),union:B8(),values:Ud()}}catch{}nl||(nl=window._);F8.exports=nl});var il=g((Cue,z8)=>{"use strict";var re=dt();z8.exports=ue;var FH="\0",cn="\0",U8="";function ue(e){this._isDirected=re.has(e,"directed")?e.directed:!0,this._isMultigraph=re.has(e,"multigraph")?e.multigraph:!1,this._isCompound=re.has(e,"compound")?e.compound:!1,this._label=void 0,this._defaultNodeLabelFn=re.constant(void 0),this._defaultEdgeLabelFn=re.constant(void 0),this._nodes={},this._isCompound&&(this._parent={},this._children={},this._children[cn]={}),this._in={},this._preds={},this._out={},this._sucs={},this._edgeObjs={},this._edgeLabels={}}ue.prototype._nodeCount=0;ue.prototype._edgeCount=0;ue.prototype.isDirected=function(){return this._isDirected};ue.prototype.isMultigraph=function(){return this._isMultigraph};ue.prototype.isCompound=function(){return this._isCompound};ue.prototype.setGraph=function(e){return this._label=e,this};ue.prototype.graph=function(){return this._label};ue.prototype.setDefaultNodeLabel=function(e){return re.isFunction(e)||(e=re.constant(e)),this._defaultNodeLabelFn=e,this};ue.prototype.nodeCount=function(){return this._nodeCount};ue.prototype.nodes=function(){return re.keys(this._nodes)};ue.prototype.sources=function(){var e=this;return re.filter(this.nodes(),function(t){return re.isEmpty(e._in[t])})};ue.prototype.sinks=function(){var e=this;return re.filter(this.nodes(),function(t){return re.isEmpty(e._out[t])})};ue.prototype.setNodes=function(e,t){var r=arguments,n=this;return re.each(e,function(i){r.length>1?n.setNode(i,t):n.setNode(i)}),this};ue.prototype.setNode=function(e,t){return re.has(this._nodes,e)?(arguments.length>1&&(this._nodes[e]=t),this):(this._nodes[e]=arguments.length>1?t:this._defaultNodeLabelFn(e),this._isCompound&&(this._parent[e]=cn,this._children[e]={},this._children[cn][e]=!0),this._in[e]={},this._preds[e]={},this._out[e]={},this._sucs[e]={},++this._nodeCount,this)};ue.prototype.node=function(e){return this._nodes[e]};ue.prototype.hasNode=function(e){return re.has(this._nodes,e)};ue.prototype.removeNode=function(e){var t=this;if(re.has(this._nodes,e)){var r=function(n){t.removeEdge(t._edgeObjs[n])};delete this._nodes[e],this._isCompound&&(this._removeFromParentsChildList(e),delete this._parent[e],re.each(this.children(e),function(n){t.setParent(n)}),delete this._children[e]),re.each(re.keys(this._in[e]),r),delete this._in[e],delete this._preds[e],re.each(re.keys(this._out[e]),r),delete this._out[e],delete this._sucs[e],--this._nodeCount}return this};ue.prototype.setParent=function(e,t){if(!this._isCompound)throw new Error("Cannot set parent in a non-compound graph");if(re.isUndefined(t))t=cn;else{t+="";for(var r=t;!re.isUndefined(r);r=this.parent(r))if(r===e)throw new Error("Setting "+t+" as parent of "+e+" would create a cycle");this.setNode(t)}return this.setNode(e),this._removeFromParentsChildList(e),this._parent[e]=t,this._children[t][e]=!0,this};ue.prototype._removeFromParentsChildList=function(e){delete this._children[this._parent[e]][e]};ue.prototype.parent=function(e){if(this._isCompound){var t=this._parent[e];if(t!==cn)return t}};ue.prototype.children=function(e){if(re.isUndefined(e)&&(e=cn),this._isCompound){var t=this._children[e];if(t)return re.keys(t)}else{if(e===cn)return this.nodes();if(this.hasNode(e))return[]}};ue.prototype.predecessors=function(e){var t=this._preds[e];if(t)return re.keys(t)};ue.prototype.successors=function(e){var t=this._sucs[e];if(t)return re.keys(t)};ue.prototype.neighbors=function(e){var t=this.predecessors(e);if(t)return re.union(t,this.successors(e))};ue.prototype.isLeaf=function(e){var t;return this.isDirected()?t=this.successors(e):t=this.neighbors(e),t.length===0};ue.prototype.filterNodes=function(e){var t=new this.constructor({directed:this._isDirected,multigraph:this._isMultigraph,compound:this._isCompound});t.setGraph(this.graph());var r=this;re.each(this._nodes,function(a,s){e(s)&&t.setNode(s,a)}),re.each(this._edgeObjs,function(a){t.hasNode(a.v)&&t.hasNode(a.w)&&t.setEdge(a,r.edge(a))});var n={};function i(a){var s=r.parent(a);return s===void 0||t.hasNode(s)?(n[a]=s,s):s in n?n[s]:i(s)}return this._isCompound&&re.each(t.nodes(),function(a){t.setParent(a,i(a))}),t};ue.prototype.setDefaultEdgeLabel=function(e){return re.isFunction(e)||(e=re.constant(e)),this._defaultEdgeLabelFn=e,this};ue.prototype.edgeCount=function(){return this._edgeCount};ue.prototype.edges=function(){return re.values(this._edgeObjs)};ue.prototype.setPath=function(e,t){var r=this,n=arguments;return re.reduce(e,function(i,a){return n.length>1?r.setEdge(i,a,t):r.setEdge(i,a),a}),this};ue.prototype.setEdge=function(){var e,t,r,n,i=!1,a=arguments[0];typeof a=="object"&&a!==null&&"v"in a?(e=a.v,t=a.w,r=a.name,arguments.length===2&&(n=arguments[1],i=!0)):(e=a,t=arguments[1],r=arguments[3],arguments.length>2&&(n=arguments[2],i=!0)),e=""+e,t=""+t,re.isUndefined(r)||(r=""+r);var s=Pa(this._isDirected,e,t,r);if(re.has(this._edgeLabels,s))return i&&(this._edgeLabels[s]=n),this;if(!re.isUndefined(r)&&!this._isMultigraph)throw new Error("Cannot set a named edge when isMultigraph = false");this.setNode(e),this.setNode(t),this._edgeLabels[s]=i?n:this._defaultEdgeLabelFn(e,t,r);var o=UH(this._isDirected,e,t,r);return e=o.v,t=o.w,Object.freeze(o),this._edgeObjs[s]=o,q8(this._preds[t],e),q8(this._sucs[e],t),this._in[t][s]=o,this._out[e][s]=o,this._edgeCount++,this};ue.prototype.edge=function(e,t,r){var n=arguments.length===1?qd(this._isDirected,arguments[0]):Pa(this._isDirected,e,t,r);return this._edgeLabels[n]};ue.prototype.hasEdge=function(e,t,r){var n=arguments.length===1?qd(this._isDirected,arguments[0]):Pa(this._isDirected,e,t,r);return re.has(this._edgeLabels,n)};ue.prototype.removeEdge=function(e,t,r){var n=arguments.length===1?qd(this._isDirected,arguments[0]):Pa(this._isDirected,e,t,r),i=this._edgeObjs[n];return i&&(e=i.v,t=i.w,delete this._edgeLabels[n],delete this._edgeObjs[n],j8(this._preds[t],e),j8(this._sucs[e],t),delete this._in[t][n],delete this._out[e][n],this._edgeCount--),this};ue.prototype.inEdges=function(e,t){var r=this._in[e];if(r){var n=re.values(r);return t?re.filter(n,function(i){return i.v===t}):n}};ue.prototype.outEdges=function(e,t){var r=this._out[e];if(r){var n=re.values(r);return t?re.filter(n,function(i){return i.w===t}):n}};ue.prototype.nodeEdges=function(e,t){var r=this.inEdges(e,t);if(r)return r.concat(this.outEdges(e,t))};function q8(e,t){e[t]?e[t]++:e[t]=1}function j8(e,t){--e[t]||delete e[t]}function Pa(e,t,r,n){var i=""+t,a=""+r;if(!e&&i>a){var s=i;i=a,a=s}return i+U8+a+U8+(re.isUndefined(n)?FH:n)}function UH(e,t,r,n){var i=""+t,a=""+r;if(!e&&i>a){var s=i;i=a,a=s}var o={v:i,w:a};return n&&(o.name=n),o}function qd(e,t){return Pa(e,t.v,t.w,t.name)}});var H8=g((Nue,V8)=>{V8.exports="2.1.8"});var W8=g((Oue,G8)=>{G8.exports={Graph:il(),version:H8()}});var K8=g((wue,Y8)=>{var zt=dt(),qH=il();Y8.exports={write:jH,read:HH};function jH(e){var t={options:{directed:e.isDirected(),multigraph:e.isMultigraph(),compound:e.isCompound()},nodes:zH(e),edges:VH(e)};return zt.isUndefined(e.graph())||(t.value=zt.clone(e.graph())),t}function zH(e){return zt.map(e.nodes(),function(t){var r=e.node(t),n=e.parent(t),i={v:t};return zt.isUndefined(r)||(i.value=r),zt.isUndefined(n)||(i.parent=n),i})}function VH(e){return zt.map(e.edges(),function(t){var r=e.edge(t),n={v:t.v,w:t.w};return zt.isUndefined(t.name)||(n.name=t.name),zt.isUndefined(r)||(n.value=r),n})}function HH(e){var t=new qH(e.options).setGraph(e.value);return zt.each(e.nodes,function(r){t.setNode(r.v,r.value),r.parent&&t.setParent(r.v,r.parent)}),zt.each(e.edges,function(r){t.setEdge({v:r.v,w:r.w,name:r.name},r.value)}),t}});var J8=g((Iue,X8)=>{var al=dt();X8.exports=GH;function GH(e){var t={},r=[],n;function i(a){al.has(t,a)||(t[a]=!0,n.push(a),al.each(e.successors(a),i),al.each(e.predecessors(a),i))}return al.each(e.nodes(),function(a){n=[],i(a),n.length&&r.push(n)}),r}});var jd=g((Sue,Q8)=>{var Z8=dt();Q8.exports=Et;function Et(){this._arr=[],this._keyIndices={}}Et.prototype.size=function(){return this._arr.length};Et.prototype.keys=function(){return this._arr.map(function(e){return e.key})};Et.prototype.has=function(e){return Z8.has(this._keyIndices,e)};Et.prototype.priority=function(e){var t=this._keyIndices[e];if(t!==void 0)return this._arr[t].priority};Et.prototype.min=function(){if(this.size()===0)throw new Error("Queue underflow");return this._arr[0].key};Et.prototype.add=function(e,t){var r=this._keyIndices;if(e=String(e),!Z8.has(r,e)){var n=this._arr,i=n.length;return r[e]=i,n.push({key:e,priority:t}),this._decrease(i),!0}return!1};Et.prototype.removeMin=function(){this._swap(0,this._arr.length-1);var e=this._arr.pop();return delete this._keyIndices[e.key],this._heapify(0),e.key};Et.prototype.decrease=function(e,t){var r=this._keyIndices[e];if(t>this._arr[r].priority)throw new Error("New priority is greater than current priority. Key: "+e+" Old: "+this._arr[r].priority+" New: "+t);this._arr[r].priority=t,this._decrease(r)};Et.prototype._heapify=function(e){var t=this._arr,r=2*e,n=r+1,i=e;r<t.length&&(i=t[r].priority<t[i].priority?r:i,n<t.length&&(i=t[n].priority<t[i].priority?n:i),i!==e&&(this._swap(e,i),this._heapify(i)))};Et.prototype._decrease=function(e){for(var t=this._arr,r=t[e].priority,n;e!==0&&(n=e>>1,!(t[n].priority<r));)this._swap(e,n),e=n};Et.prototype._swap=function(e,t){var r=this._arr,n=this._keyIndices,i=r[e],a=r[t];r[e]=a,r[t]=i,n[a.key]=e,n[i.key]=t}});var zd=g((Lue,e3)=>{var WH=dt(),YH=jd();e3.exports=XH;var KH=WH.constant(1);function XH(e,t,r,n){return JH(e,String(t),r||KH,n||function(i){return e.outEdges(i)})}function JH(e,t,r,n){var i={},a=new YH,s,o,l=function(u){var d=u.v!==s?u.v:u.w,h=i[d],E=r(u),y=o.distance+E;if(E<0)throw new Error("dijkstra does not allow negative edge weights. Bad edge: "+u+" Weight: "+E);y<h.distance&&(h.distance=y,h.predecessor=s,a.decrease(d,y))};for(e.nodes().forEach(function(u){var d=u===t?0:Number.POSITIVE_INFINITY;i[u]={distance:d},a.add(u,d)});a.size()>0&&(s=a.removeMin(),o=i[s],o.distance!==Number.POSITIVE_INFINITY);)n(s).forEach(l);return i}});var r3=g((Due,t3)=>{var ZH=zd(),QH=dt();t3.exports=eG;function eG(e,t,r){return QH.transform(e.nodes(),function(n,i){n[i]=ZH(e,i,t,r)},{})}});var Vd=g((kue,i3)=>{var n3=dt();i3.exports=tG;function tG(e){var t=0,r=[],n={},i=[];function a(s){var o=n[s]={onStack:!0,lowlink:t,index:t++};if(r.push(s),e.successors(s).forEach(function(d){n3.has(n,d)?n[d].onStack&&(o.lowlink=Math.min(o.lowlink,n[d].index)):(a(d),o.lowlink=Math.min(o.lowlink,n[d].lowlink))}),o.lowlink===o.index){var l=[],u;do u=r.pop(),n[u].onStack=!1,l.push(u);while(s!==u);i.push(l)}}return e.nodes().forEach(function(s){n3.has(n,s)||a(s)}),i}});var s3=g((Bue,a3)=>{var rG=dt(),nG=Vd();a3.exports=iG;function iG(e){return rG.filter(nG(e),function(t){return t.length>1||t.length===1&&e.hasEdge(t[0],t[0])})}});var l3=g((Mue,o3)=>{var aG=dt();o3.exports=oG;var sG=aG.constant(1);function oG(e,t,r){return lG(e,t||sG,r||function(n){return e.outEdges(n)})}function lG(e,t,r){var n={},i=e.nodes();return i.forEach(function(a){n[a]={},n[a][a]={distance:0},i.forEach(function(s){a!==s&&(n[a][s]={distance:Number.POSITIVE_INFINITY})}),r(a).forEach(function(s){var o=s.v===a?s.w:s.v,l=t(s);n[a][o]={distance:l,predecessor:a}})}),i.forEach(function(a){var s=n[a];i.forEach(function(o){var l=n[o];i.forEach(function(u){var d=l[a],h=s[u],E=l[u],y=d.distance+h.distance;y<E.distance&&(E.distance=y,E.predecessor=h.predecessor)})})}),n}});var Hd=g((Pue,c3)=>{var $a=dt();c3.exports=u3;u3.CycleException=sl;function u3(e){var t={},r={},n=[];function i(a){if($a.has(r,a))throw new sl;$a.has(t,a)||(r[a]=!0,t[a]=!0,$a.each(e.predecessors(a),i),delete r[a],n.push(a))}if($a.each(e.sinks(),i),$a.size(t)!==e.nodeCount())throw new sl;return n}function sl(){}sl.prototype=new Error});var p3=g(($ue,f3)=>{var d3=Hd();f3.exports=uG;function uG(e){try{d3(e)}catch(t){if(t instanceof d3.CycleException)return!1;throw t}return!0}});var Gd=g((Fue,m3)=>{var ol=dt();m3.exports=cG;function cG(e,t,r){ol.isArray(t)||(t=[t]);var n=(e.isDirected()?e.successors:e.neighbors).bind(e),i=[],a={};return ol.each(t,function(s){if(!e.hasNode(s))throw new Error("Graph does not have node: "+s);h3(e,s,r==="post",a,n,i)}),i}function h3(e,t,r,n,i,a){ol.has(n,t)||(n[t]=!0,r||a.push(t),ol.each(i(t),function(s){h3(e,s,r,n,i,a)}),r&&a.push(t))}});var g3=g((Uue,v3)=>{var dG=Gd();v3.exports=fG;function fG(e,t){return dG(e,t,"post")}});var b3=g((que,E3)=>{var pG=Gd();E3.exports=hG;function hG(e,t){return pG(e,t,"pre")}});var A3=g((jue,_3)=>{var y3=dt(),mG=il(),vG=jd();_3.exports=gG;function gG(e,t){var r=new mG,n={},i=new vG,a;function s(l){var u=l.v===a?l.w:l.v,d=i.priority(u);if(d!==void 0){var h=t(l);h<d&&(n[u]=a,i.decrease(u,h))}}if(e.nodeCount()===0)return r;y3.each(e.nodes(),function(l){i.add(l,Number.POSITIVE_INFINITY),r.setNode(l)}),i.decrease(e.nodes()[0],0);for(var o=!1;i.size()>0;){if(a=i.removeMin(),y3.has(n,a))r.setEdge(a,n[a]);else{if(o)throw new Error("Input graph is not connected: "+e);o=!0}e.nodeEdges(a).forEach(s)}return r}});var x3=g((zue,T3)=>{T3.exports={components:J8(),dijkstra:zd(),dijkstraAll:r3(),findCycles:s3(),floydWarshall:l3(),isAcyclic:p3(),postorder:g3(),preorder:b3(),prim:A3(),tarjan:Vd(),topsort:Hd()}});var N3=g((Vue,C3)=>{var R3=W8();C3.exports={Graph:R3.Graph,json:K8(),alg:x3(),version:R3.version}});var bt=g((Hue,O3)=>{var ll;if(typeof tt=="function")try{ll=N3()}catch{}ll||(ll=window.graphlib);O3.exports=ll});var I3=g((Wue,w3)=>{var EG=cd(),bG=1,yG=4;function _G(e){return EG(e,bG|yG)}w3.exports=_G});var Fa=g((Yue,S3)=>{var AG=rn(),TG=qt(),xG=Ra(),RG=ct();function CG(e,t,r){if(!RG(r))return!1;var n=typeof t;return(n=="number"?TG(r)&&xG(t,r.length):n=="string"&&t in r)?AG(r[t],e):!1}S3.exports=CG});var k3=g((Kue,D3)=>{var NG=Ma(),OG=rn(),wG=Fa(),IG=Tr(),L3=Object.prototype,SG=L3.hasOwnProperty,LG=NG(function(e,t){e=Object(e);var r=-1,n=t.length,i=n>2?t[2]:void 0;for(i&&wG(t[0],t[1],i)&&(n=1);++r<n;)for(var a=t[r],s=IG(a),o=-1,l=s.length;++o<l;){var u=s[o],d=e[u];(d===void 0||OG(d,L3[u])&&!SG.call(e,u))&&(e[u]=a[u])}return e});D3.exports=LG});var M3=g((Xue,B3)=>{var DG=jt(),kG=qt(),BG=Qt();function MG(e){return function(t,r,n){var i=Object(t);if(!kG(t)){var a=DG(r,3);t=BG(t),r=function(o){return a(i[o],o,i)}}var s=e(t,r,n);return s>-1?i[a?t[s]:s]:void 0}}B3.exports=MG});var $3=g((Jue,P3)=>{var PG=/\s/;function $G(e){for(var t=e.length;t--&&PG.test(e.charAt(t)););return t}P3.exports=$G});var U3=g((Zue,F3)=>{var FG=$3(),UG=/^\s+/;function qG(e){return e&&e.slice(0,FG(e)+1).replace(UG,"")}F3.exports=qG});var V3=g((Que,z3)=>{var jG=U3(),q3=ct(),zG=un(),j3=0/0,VG=/^[-+]0x[0-9a-f]+$/i,HG=/^0b[01]+$/i,GG=/^0o[0-7]+$/i,WG=parseInt;function YG(e){if(typeof e=="number")return e;if(zG(e))return j3;if(q3(e)){var t=typeof e.valueOf=="function"?e.valueOf():e;e=q3(t)?t+"":t}if(typeof e!="string")return e===0?e:+e;e=jG(e);var r=HG.test(e);return r||GG.test(e)?WG(e.slice(2),r?2:8):VG.test(e)?j3:+e}z3.exports=YG});var Wd=g((ece,G3)=>{var KG=V3(),H3=1/0,XG=17976931348623157e292;function JG(e){if(!e)return e===0?e:0;if(e=KG(e),e===H3||e===-H3){var t=e<0?-1:1;return t*XG}return e===e?e:0}G3.exports=JG});var Y3=g((tce,W3)=>{var ZG=Wd();function QG(e){var t=ZG(e),r=t%1;return t===t?r?t-r:t:0}W3.exports=QG});var X3=g((rce,K3)=>{var eW=Pd(),tW=jt(),rW=Y3(),nW=Math.max;function iW(e,t,r){var n=e==null?0:e.length;if(!n)return-1;var i=r==null?0:rW(r);return i<0&&(i=nW(n+i,0)),eW(e,tW(t,3),i)}K3.exports=iW});var Z3=g((nce,J3)=>{var aW=M3(),sW=X3(),oW=aW(sW);J3.exports=oW});var Yd=g((ice,Q3)=>{var lW=rl();function uW(e){var t=e==null?0:e.length;return t?lW(e,1):[]}Q3.exports=uW});var tA=g((ace,eA)=>{var cW=Xo(),dW=dd(),fW=Tr();function pW(e,t){return e==null?e:cW(e,dW(t),fW)}eA.exports=pW});var nA=g((sce,rA)=>{function hW(e){var t=e==null?0:e.length;return t?e[t-1]:void 0}rA.exports=hW});var aA=g((oce,iA)=>{var mW=Aa(),vW=Jo(),gW=jt();function EW(e,t){var r={};return t=gW(t,3),vW(e,function(n,i,a){mW(r,i,t(n,i,a))}),r}iA.exports=EW});var ul=g((lce,sA)=>{var bW=un();function yW(e,t,r){for(var n=-1,i=e.length;++n<i;){var a=e[n],s=t(a);if(s!=null&&(o===void 0?s===s&&!bW(s):r(s,o)))var o=s,l=a}return l}sA.exports=yW});var lA=g((uce,oA)=>{function _W(e,t){return e>t}oA.exports=_W});var cA=g((cce,uA)=>{var AW=ul(),TW=lA(),xW=xr();function RW(e){return e&&e.length?AW(e,xW,TW):void 0}uA.exports=RW});var Kd=g((dce,dA)=>{var CW=Aa(),NW=rn();function OW(e,t,r){(r!==void 0&&!NW(e[t],r)||r===void 0&&!(t in e))&&CW(e,t,r)}dA.exports=OW});var hA=g((fce,pA)=>{var wW=_r(),IW=Sa(),SW=Ct(),LW="[object Object]",DW=Function.prototype,kW=Object.prototype,fA=DW.toString,BW=kW.hasOwnProperty,MW=fA.call(Object);function PW(e){if(!SW(e)||wW(e)!=LW)return!1;var t=IW(e);if(t===null)return!0;var r=BW.call(t,"constructor")&&t.constructor;return typeof r=="function"&&r instanceof r&&fA.call(r)==MW}pA.exports=PW});var Xd=g((pce,mA)=>{function $W(e,t){if(!(t==="constructor"&&typeof e[t]=="function")&&t!="__proto__")return e[t]}mA.exports=$W});var gA=g((hce,vA)=>{var FW=ei(),UW=Tr();function qW(e){return FW(e,UW(e))}vA.exports=qW});var TA=g((mce,AA)=>{var EA=Kd(),jW=Wc(),zW=od(),VW=Yc(),HW=ud(),bA=ti(),yA=Le(),GW=Fd(),WW=an(),YW=Xn(),KW=ct(),XW=hA(),JW=ii(),_A=Xd(),ZW=gA();function QW(e,t,r,n,i,a,s){var o=_A(e,r),l=_A(t,r),u=s.get(l);if(u){EA(e,r,u);return}var d=a?a(o,l,r+"",e,t,s):void 0,h=d===void 0;if(h){var E=yA(l),y=!E&&WW(l),T=!E&&!y&&JW(l);d=l,E||y||T?yA(o)?d=o:GW(o)?d=VW(o):y?(h=!1,d=jW(l,!0)):T?(h=!1,d=zW(l,!0)):d=[]:XW(l)||bA(l)?(d=o,bA(o)?d=ZW(o):(!KW(o)||YW(o))&&(d=HW(l))):h=!1}h&&(s.set(l,d),i(d,l,n,a,s),s.delete(l)),EA(e,r,d)}AA.exports=QW});var CA=g((vce,RA)=>{var eY=_a(),tY=Kd(),rY=Xo(),nY=TA(),iY=ct(),aY=Tr(),sY=Xd();function xA(e,t,r,n,i){e!==t&&rY(t,function(a,s){if(i||(i=new eY),iY(a))nY(e,t,s,r,xA,n,i);else{var o=n?n(sY(e,s),a,s+"",e,t,i):void 0;o===void 0&&(o=a),tY(e,s,o)}},aY)}RA.exports=xA});var OA=g((gce,NA)=>{var oY=Ma(),lY=Fa();function uY(e){return oY(function(t,r){var n=-1,i=r.length,a=i>1?r[i-1]:void 0,s=i>2?r[2]:void 0;for(a=e.length>3&&typeof a=="function"?(i--,a):void 0,s&&lY(r[0],r[1],s)&&(a=i<3?void 0:a,i=1),t=Object(t);++n<i;){var o=r[n];o&&e(t,o,n,a)}return t})}NA.exports=uY});var IA=g((Ece,wA)=>{var cY=CA(),dY=OA(),fY=dY(function(e,t,r){cY(e,t,r)});wA.exports=fY});var Jd=g((bce,SA)=>{function pY(e,t){return e<t}SA.exports=pY});var DA=g((yce,LA)=>{var hY=ul(),mY=Jd(),vY=xr();function gY(e){return e&&e.length?hY(e,vY,mY):void 0}LA.exports=gY});var BA=g((_ce,kA)=>{var EY=ul(),bY=jt(),yY=Jd();function _Y(e,t){return e&&e.length?EY(e,bY(t,2),yY):void 0}kA.exports=_Y});var PA=g((Ace,MA)=>{var AY=gt(),TY=function(){return AY.Date.now()};MA.exports=TY});var UA=g((Tce,FA)=>{var xY=Ta(),RY=ka(),CY=Ra(),$A=ct(),NY=oi();function OY(e,t,r,n){if(!$A(e))return e;t=RY(t,e);for(var i=-1,a=t.length,s=a-1,o=e;o!=null&&++i<a;){var l=NY(t[i]),u=r;if(l==="__proto__"||l==="constructor"||l==="prototype")return e;if(i!=s){var d=o[l];u=n?n(d,l,o):void 0,u===void 0&&(u=$A(d)?d:CY(t[i+1])?[]:{})}xY(o,l,u),o=o[l]}return e}FA.exports=OY});var jA=g((xce,qA)=>{var wY=Ba(),IY=UA(),SY=ka();function LY(e,t,r){for(var n=-1,i=t.length,a={};++n<i;){var s=t[n],o=wY(e,s);r(o,s)&&IY(a,SY(s,e),o)}return a}qA.exports=LY});var VA=g((Rce,zA)=>{var DY=jA(),kY=Rd();function BY(e,t){return DY(e,t,function(r,n){return kY(e,n)})}zA.exports=BY});var GA=g((Cce,HA)=>{var MY=Yd(),PY=Bd(),$Y=Md();function FY(e){return $Y(PY(e,void 0,MY),e+"")}HA.exports=FY});var YA=g((Nce,WA)=>{var UY=VA(),qY=GA(),jY=qY(function(e,t){return e==null?{}:UY(e,t)});WA.exports=jY});var XA=g((Oce,KA)=>{var zY=Math.ceil,VY=Math.max;function HY(e,t,r,n){for(var i=-1,a=VY(zY((t-e)/(r||1)),0),s=Array(a);a--;)s[n?a:++i]=e,e+=r;return s}KA.exports=HY});var ZA=g((wce,JA)=>{var GY=XA(),WY=Fa(),Zd=Wd();function YY(e){return function(t,r,n){return n&&typeof n!="number"&&WY(t,r,n)&&(r=n=void 0),t=Zd(t),r===void 0?(r=t,t=0):r=Zd(r),n=n===void 0?t<r?1:-1:Zd(n),GY(t,r,n,e)}}JA.exports=YY});var e5=g((Ice,QA)=>{var KY=ZA(),XY=KY();QA.exports=XY});var r5=g((Sce,t5)=>{function JY(e,t){var r=e.length;for(e.sort(t);r--;)e[r]=e[r].value;return e}t5.exports=JY});var a5=g((Lce,i5)=>{var n5=un();function ZY(e,t){if(e!==t){var r=e!==void 0,n=e===null,i=e===e,a=n5(e),s=t!==void 0,o=t===null,l=t===t,u=n5(t);if(!o&&!u&&!a&&e>t||a&&s&&l&&!o&&!u||n&&s&&l||!r&&l||!i)return 1;if(!n&&!a&&!u&&e<t||u&&r&&i&&!n&&!a||o&&r&&i||!s&&i||!l)return-1}return 0}i5.exports=ZY});var o5=g((Dce,s5)=>{var QY=a5();function eK(e,t,r){for(var n=-1,i=e.criteria,a=t.criteria,s=i.length,o=r.length;++n<s;){var l=QY(i[n],a[n]);if(l){if(n>=o)return l;var u=r[n];return l*(u=="desc"?-1:1)}}return e.index-t.index}s5.exports=eK});var u5=g((kce,l5)=>{var Qd=Da(),tK=Ba(),rK=jt(),nK=Id(),iK=r5(),aK=Ca(),sK=o5(),oK=xr(),lK=Le();function uK(e,t,r){t.length?t=Qd(t,function(a){return lK(a)?function(s){return tK(s,a.length===1?a[0]:a)}:a}):t=[oK];var n=-1;t=Qd(t,aK(rK));var i=nK(e,function(a,s,o){var l=Qd(t,function(u){return u(a)});return{criteria:l,index:++n,value:a}});return iK(i,function(a,s){return sK(a,s,r)})}l5.exports=uK});var f5=g((Bce,d5)=>{var cK=rl(),dK=u5(),fK=Ma(),c5=Fa(),pK=fK(function(e,t){if(e==null)return[];var r=t.length;return r>1&&c5(e,t[0],t[1])?t=[]:r>2&&c5(t[0],t[1],t[2])&&(t=[t[0]]),dK(e,cK(t,1),[])});d5.exports=pK});var h5=g((Mce,p5)=>{var hK=Td(),mK=0;function vK(e){var t=++mK;return hK(e)+t}p5.exports=vK});var v5=g((Pce,m5)=>{function gK(e,t,r){for(var n=-1,i=e.length,a=t.length,s={};++n<i;){var o=n<a?t[n]:void 0;r(s,e[n],o)}return s}m5.exports=gK});var E5=g(($ce,g5)=>{var EK=Ta(),bK=v5();function yK(e,t){return bK(e||[],t||[],EK)}g5.exports=yK});var Ce=g((Fce,b5)=>{var cl;if(typeof tt=="function")try{cl={cloneDeep:I3(),constant:Ko(),defaults:k3(),each:pd(),filter:Nd(),find:Z3(),flatten:Yd(),forEach:fd(),forIn:tA(),has:Od(),isUndefined:wd(),last:nA(),map:Sd(),mapValues:aA(),max:cA(),merge:IA(),min:DA(),minBy:BA(),now:PA(),pick:YA(),range:e5(),reduce:Ld(),sortBy:f5(),uniqueId:h5(),values:Ud(),zipObject:E5()}}catch{}cl||(cl=window._);b5.exports=cl});var A5=g((qce,_5)=>{_5.exports=dl;function dl(){var e={};e._next=e._prev=e,this._sentinel=e}dl.prototype.dequeue=function(){var e=this._sentinel,t=e._prev;if(t!==e)return y5(t),t};dl.prototype.enqueue=function(e){var t=this._sentinel;e._prev&&e._next&&y5(e),e._next=t._next,t._next._prev=e,t._next=e,e._prev=t};dl.prototype.toString=function(){for(var e=[],t=this._sentinel,r=t._prev;r!==t;)e.push(JSON.stringify(r,_K)),r=r._prev;return"["+e.join(", ")+"]"};function y5(e){e._prev._next=e._next,e._next._prev=e._prev,delete e._next,delete e._prev}function _K(e,t){if(e!=="_next"&&e!=="_prev")return t}});var x5=g((jce,T5)=>{var er=Ce(),AK=bt().Graph,TK=A5();T5.exports=RK;var xK=er.constant(1);function RK(e,t){if(e.nodeCount()<=1)return[];var r=NK(e,t||xK),n=CK(r.graph,r.buckets,r.zeroIdx);return er.flatten(er.map(n,function(i){return e.outEdges(i.v,i.w)}),!0)}function CK(e,t,r){for(var n=[],i=t[t.length-1],a=t[0],s;e.nodeCount();){for(;s=a.dequeue();)ef(e,t,r,s);for(;s=i.dequeue();)ef(e,t,r,s);if(e.nodeCount()){for(var o=t.length-2;o>0;--o)if(s=t[o].dequeue(),s){n=n.concat(ef(e,t,r,s,!0));break}}}return n}function ef(e,t,r,n,i){var a=i?[]:void 0;return er.forEach(e.inEdges(n.v),function(s){var o=e.edge(s),l=e.node(s.v);i&&a.push({v:s.v,w:s.w}),l.out-=o,tf(t,r,l)}),er.forEach(e.outEdges(n.v),function(s){var o=e.edge(s),l=s.w,u=e.node(l);u.in-=o,tf(t,r,u)}),e.removeNode(n.v),a}function NK(e,t){var r=new AK,n=0,i=0;er.forEach(e.nodes(),function(o){r.setNode(o,{v:o,in:0,out:0})}),er.forEach(e.edges(),function(o){var l=r.edge(o.v,o.w)||0,u=t(o),d=l+u;r.setEdge(o.v,o.w,d),i=Math.max(i,r.node(o.v).out+=u),n=Math.max(n,r.node(o.w).in+=u)});var a=er.range(i+n+3).map(function(){return new TK}),s=n+1;return er.forEach(r.nodes(),function(o){tf(a,s,r.node(o))}),{graph:r,buckets:a,zeroIdx:s}}function tf(e,t,r){r.out?r.in?e[r.out-r.in+t].enqueue(r):e[e.length-1].enqueue(r):e[0].enqueue(r)}});var C5=g((zce,R5)=>{"use strict";var dn=Ce(),OK=x5();R5.exports={run:wK,undo:SK};function wK(e){var t=e.graph().acyclicer==="greedy"?OK(e,r(e)):IK(e);dn.forEach(t,function(n){var i=e.edge(n);e.removeEdge(n),i.forwardName=n.name,i.reversed=!0,e.setEdge(n.w,n.v,i,dn.uniqueId("rev"))});function r(n){return function(i){return n.edge(i).weight}}}function IK(e){var t=[],r={},n={};function i(a){dn.has(n,a)||(n[a]=!0,r[a]=!0,dn.forEach(e.outEdges(a),function(s){dn.has(r,s.w)?t.push(s):i(s.w)}),delete r[a])}return dn.forEach(e.nodes(),i),t}function SK(e){dn.forEach(e.edges(),function(t){var r=e.edge(t);if(r.reversed){e.removeEdge(t);var n=r.forwardName;delete r.reversed,delete r.forwardName,e.setEdge(t.w,t.v,r,n)}})}});var Je=g((Vce,I5)=>{"use strict";var pe=Ce(),N5=bt().Graph;I5.exports={addDummyNode:O5,simplify:LK,asNonCompoundGraph:DK,successorWeights:kK,predecessorWeights:BK,intersectRect:MK,buildLayerMatrix:PK,normalizeRanks:$K,removeEmptyRanks:FK,addBorderNode:UK,maxRank:w5,partition:qK,time:jK,notime:zK};function O5(e,t,r,n){var i;do i=pe.uniqueId(n);while(e.hasNode(i));return r.dummy=t,e.setNode(i,r),i}function LK(e){var t=new N5().setGraph(e.graph());return pe.forEach(e.nodes(),function(r){t.setNode(r,e.node(r))}),pe.forEach(e.edges(),function(r){var n=t.edge(r.v,r.w)||{weight:0,minlen:1},i=e.edge(r);t.setEdge(r.v,r.w,{weight:n.weight+i.weight,minlen:Math.max(n.minlen,i.minlen)})}),t}function DK(e){var t=new N5({multigraph:e.isMultigraph()}).setGraph(e.graph());return pe.forEach(e.nodes(),function(r){e.children(r).length||t.setNode(r,e.node(r))}),pe.forEach(e.edges(),function(r){t.setEdge(r,e.edge(r))}),t}function kK(e){var t=pe.map(e.nodes(),function(r){var n={};return pe.forEach(e.outEdges(r),function(i){n[i.w]=(n[i.w]||0)+e.edge(i).weight}),n});return pe.zipObject(e.nodes(),t)}function BK(e){var t=pe.map(e.nodes(),function(r){var n={};return pe.forEach(e.inEdges(r),function(i){n[i.v]=(n[i.v]||0)+e.edge(i).weight}),n});return pe.zipObject(e.nodes(),t)}function MK(e,t){var r=e.x,n=e.y,i=t.x-r,a=t.y-n,s=e.width/2,o=e.height/2;if(!i&&!a)throw new Error("Not possible to find intersection inside of the rectangle");var l,u;return Math.abs(a)*s>Math.abs(i)*o?(a<0&&(o=-o),l=o*i/a,u=o):(i<0&&(s=-s),l=s,u=s*a/i),{x:r+l,y:n+u}}function PK(e){var t=pe.map(pe.range(w5(e)+1),function(){return[]});return pe.forEach(e.nodes(),function(r){var n=e.node(r),i=n.rank;pe.isUndefined(i)||(t[i][n.order]=r)}),t}function $K(e){var t=pe.min(pe.map(e.nodes(),function(r){return e.node(r).rank}));pe.forEach(e.nodes(),function(r){var n=e.node(r);pe.has(n,"rank")&&(n.rank-=t)})}function FK(e){var t=pe.min(pe.map(e.nodes(),function(a){return e.node(a).rank})),r=[];pe.forEach(e.nodes(),function(a){var s=e.node(a).rank-t;r[s]||(r[s]=[]),r[s].push(a)});var n=0,i=e.graph().nodeRankFactor;pe.forEach(r,function(a,s){pe.isUndefined(a)&&s%i!==0?--n:n&&pe.forEach(a,function(o){e.node(o).rank+=n})})}function UK(e,t,r,n){var i={width:0,height:0};return arguments.length>=4&&(i.rank=r,i.order=n),O5(e,"border",i,t)}function w5(e){return pe.max(pe.map(e.nodes(),function(t){var r=e.node(t).rank;if(!pe.isUndefined(r))return r}))}function qK(e,t){var r={lhs:[],rhs:[]};return pe.forEach(e,function(n){t(n)?r.lhs.push(n):r.rhs.push(n)}),r}function jK(e,t){var r=pe.now();try{return t()}finally{console.log(e+" time: "+(pe.now()-r)+"ms")}}function zK(e,t){return t()}});var D5=g((Hce,L5)=>{"use strict";var S5=Ce(),VK=Je();L5.exports={run:HK,undo:WK};function HK(e){e.graph().dummyChains=[],S5.forEach(e.edges(),function(t){GK(e,t)})}function GK(e,t){var r=t.v,n=e.node(r).rank,i=t.w,a=e.node(i).rank,s=t.name,o=e.edge(t),l=o.labelRank;if(a!==n+1){e.removeEdge(t);var u,d,h;for(h=0,++n;n<a;++h,++n)o.points=[],d={width:0,height:0,edgeLabel:o,edgeObj:t,rank:n},u=VK.addDummyNode(e,"edge",d,"_d"),n===l&&(d.width=o.width,d.height=o.height,d.dummy="edge-label",d.labelpos=o.labelpos),e.setEdge(r,u,{weight:o.weight},s),h===0&&e.graph().dummyChains.push(u),r=u;e.setEdge(r,i,{weight:o.weight},s)}}function WK(e){S5.forEach(e.graph().dummyChains,function(t){var r=e.node(t),n=r.edgeLabel,i;for(e.setEdge(r.edgeObj,n);r.dummy;)i=e.successors(t)[0],e.removeNode(t),n.points.push({x:r.x,y:r.y}),r.dummy==="edge-label"&&(n.x=r.x,n.y=r.y,n.width=r.width,n.height=r.height),t=i,r=e.node(t)})}});var Ua=g((Gce,k5)=>{"use strict";var fl=Ce();k5.exports={longestPath:YK,slack:KK};function YK(e){var t={};function r(n){var i=e.node(n);if(fl.has(t,n))return i.rank;t[n]=!0;var a=fl.min(fl.map(e.outEdges(n),function(s){return r(s.w)-e.edge(s).minlen}));return(a===Number.POSITIVE_INFINITY||a===void 0||a===null)&&(a=0),i.rank=a}fl.forEach(e.sources(),r)}function KK(e,t){return e.node(t.w).rank-e.node(t.v).rank-e.edge(t).minlen}});var rf=g((Wce,B5)=>{"use strict";var pl=Ce(),XK=bt().Graph,hl=Ua().slack;B5.exports=JK;function JK(e){var t=new XK({directed:!1}),r=e.nodes()[0],n=e.nodeCount();t.setNode(r,{});for(var i,a;ZK(t,e)<n;)i=QK(t,e),a=t.hasNode(i.v)?hl(e,i):-hl(e,i),eX(t,e,a);return t}function ZK(e,t){function r(n){pl.forEach(t.nodeEdges(n),function(i){var a=i.v,s=n===a?i.w:a;!e.hasNode(s)&&!hl(t,i)&&(e.setNode(s,{}),e.setEdge(n,s,{}),r(s))})}return pl.forEach(e.nodes(),r),e.nodeCount()}function QK(e,t){return pl.minBy(t.edges(),function(r){if(e.hasNode(r.v)!==e.hasNode(r.w))return hl(t,r)})}function eX(e,t,r){pl.forEach(e.nodes(),function(n){t.node(n).rank+=r})}});var z5=g((Yce,j5)=>{"use strict";var tr=Ce(),tX=rf(),rX=Ua().slack,nX=Ua().longestPath,iX=bt().alg.preorder,aX=bt().alg.postorder,sX=Je().simplify;j5.exports=fn;fn.initLowLimValues=af;fn.initCutValues=nf;fn.calcCutValue=P5;fn.leaveEdge=F5;fn.enterEdge=U5;fn.exchangeEdges=q5;function fn(e){e=sX(e),nX(e);var t=tX(e);af(t),nf(t,e);for(var r,n;r=F5(t);)n=U5(t,e,r),q5(t,e,r,n)}function nf(e,t){var r=aX(e,e.nodes());r=r.slice(0,r.length-1),tr.forEach(r,function(n){oX(e,t,n)})}function oX(e,t,r){var n=e.node(r),i=n.parent;e.edge(r,i).cutvalue=P5(e,t,r)}function P5(e,t,r){var n=e.node(r),i=n.parent,a=!0,s=t.edge(r,i),o=0;return s||(a=!1,s=t.edge(i,r)),o=s.weight,tr.forEach(t.nodeEdges(r),function(l){var u=l.v===r,d=u?l.w:l.v;if(d!==i){var h=u===a,E=t.edge(l).weight;if(o+=h?E:-E,uX(e,r,d)){var y=e.edge(r,d).cutvalue;o+=h?-y:y}}}),o}function af(e,t){arguments.length<2&&(t=e.nodes()[0]),$5(e,{},1,t)}function $5(e,t,r,n,i){var a=r,s=e.node(n);return t[n]=!0,tr.forEach(e.neighbors(n),function(o){tr.has(t,o)||(r=$5(e,t,r,o,n))}),s.low=a,s.lim=r++,i?s.parent=i:delete s.parent,r}function F5(e){return tr.find(e.edges(),function(t){return e.edge(t).cutvalue<0})}function U5(e,t,r){var n=r.v,i=r.w;t.hasEdge(n,i)||(n=r.w,i=r.v);var a=e.node(n),s=e.node(i),o=a,l=!1;a.lim>s.lim&&(o=s,l=!0);var u=tr.filter(t.edges(),function(d){return l===M5(e,e.node(d.v),o)&&l!==M5(e,e.node(d.w),o)});return tr.minBy(u,function(d){return rX(t,d)})}function q5(e,t,r,n){var i=r.v,a=r.w;e.removeEdge(i,a),e.setEdge(n.v,n.w,{}),af(e),nf(e,t),lX(e,t)}function lX(e,t){var r=tr.find(e.nodes(),function(i){return!t.node(i).parent}),n=iX(e,r);n=n.slice(1),tr.forEach(n,function(i){var a=e.node(i).parent,s=t.edge(i,a),o=!1;s||(s=t.edge(a,i),o=!0),t.node(i).rank=t.node(a).rank+(o?s.minlen:-s.minlen)})}function uX(e,t,r){return e.hasEdge(t,r)}function M5(e,t,r){return r.low<=t.lim&&t.lim<=r.lim}});var W5=g((Kce,G5)=>{"use strict";var cX=Ua(),H5=cX.longestPath,dX=rf(),fX=z5();G5.exports=pX;function pX(e){switch(e.graph().ranker){case"network-simplex":V5(e);break;case"tight-tree":mX(e);break;case"longest-path":hX(e);break;default:V5(e)}}var hX=H5;function mX(e){H5(e),dX(e)}function V5(e){fX(e)}});var K5=g((Xce,Y5)=>{var sf=Ce();Y5.exports=vX;function vX(e){var t=EX(e);sf.forEach(e.graph().dummyChains,function(r){for(var n=e.node(r),i=n.edgeObj,a=gX(e,t,i.v,i.w),s=a.path,o=a.lca,l=0,u=s[l],d=!0;r!==i.w;){if(n=e.node(r),d){for(;(u=s[l])!==o&&e.node(u).maxRank<n.rank;)l++;u===o&&(d=!1)}if(!d){for(;l<s.length-1&&e.node(u=s[l+1]).minRank<=n.rank;)l++;u=s[l]}e.setParent(r,u),r=e.successors(r)[0]}})}function gX(e,t,r,n){var i=[],a=[],s=Math.min(t[r].low,t[n].low),o=Math.max(t[r].lim,t[n].lim),l,u;l=r;do l=e.parent(l),i.push(l);while(l&&(t[l].low>s||o>t[l].lim));for(u=l,l=n;(l=e.parent(l))!==u;)a.push(l);return{path:i.concat(a.reverse()),lca:u}}function EX(e){var t={},r=0;function n(i){var a=r;sf.forEach(e.children(i),n),t[i]={low:a,lim:r++}}return sf.forEach(e.children(),n),t}});var Z5=g((Jce,J5)=>{var rr=Ce(),of=Je();J5.exports={run:bX,cleanup:AX};function bX(e){var t=of.addDummyNode(e,"root",{},"_root"),r=yX(e),n=rr.max(rr.values(r))-1,i=2*n+1;e.graph().nestingRoot=t,rr.forEach(e.edges(),function(s){e.edge(s).minlen*=i});var a=_X(e)+1;rr.forEach(e.children(),function(s){X5(e,t,i,a,n,r,s)}),e.graph().nodeRankFactor=i}function X5(e,t,r,n,i,a,s){var o=e.children(s);if(!o.length){s!==t&&e.setEdge(t,s,{weight:0,minlen:r});return}var l=of.addBorderNode(e,"_bt"),u=of.addBorderNode(e,"_bb"),d=e.node(s);e.setParent(l,s),d.borderTop=l,e.setParent(u,s),d.borderBottom=u,rr.forEach(o,function(h){X5(e,t,r,n,i,a,h);var E=e.node(h),y=E.borderTop?E.borderTop:h,T=E.borderBottom?E.borderBottom:h,_=E.borderTop?n:2*n,I=y!==T?1:i-a[s]+1;e.setEdge(l,y,{weight:_,minlen:I,nestingEdge:!0}),e.setEdge(T,u,{weight:_,minlen:I,nestingEdge:!0})}),e.parent(s)||e.setEdge(t,l,{weight:0,minlen:i+a[s]})}function yX(e){var t={};function r(n,i){var a=e.children(n);a&&a.length&&rr.forEach(a,function(s){r(s,i+1)}),t[n]=i}return rr.forEach(e.children(),function(n){r(n,1)}),t}function _X(e){return rr.reduce(e.edges(),function(t,r){return t+e.edge(r).weight},0)}function AX(e){var t=e.graph();e.removeNode(t.nestingRoot),delete t.nestingRoot,rr.forEach(e.edges(),function(r){var n=e.edge(r);n.nestingEdge&&e.removeEdge(r)})}});var t6=g((Zce,e6)=>{var lf=Ce(),TX=Je();e6.exports=xX;function xX(e){function t(r){var n=e.children(r),i=e.node(r);if(n.length&&lf.forEach(n,t),lf.has(i,"minRank")){i.borderLeft=[],i.borderRight=[];for(var a=i.minRank,s=i.maxRank+1;a<s;++a)Q5(e,"borderLeft","_bl",r,i,a),Q5(e,"borderRight","_br",r,i,a)}}lf.forEach(e.children(),t)}function Q5(e,t,r,n,i,a){var s={width:0,height:0,rank:a,borderType:t},o=i[t][a-1],l=TX.addDummyNode(e,"border",s,r);i[t][a]=l,e.setParent(l,n),o&&e.setEdge(o,l,{weight:1})}});var a6=g((Qce,i6)=>{"use strict";var Vt=Ce();i6.exports={adjust:RX,undo:CX};function RX(e){var t=e.graph().rankdir.toLowerCase();(t==="lr"||t==="rl")&&n6(e)}function CX(e){var t=e.graph().rankdir.toLowerCase();(t==="bt"||t==="rl")&&NX(e),(t==="lr"||t==="rl")&&(OX(e),n6(e))}function n6(e){Vt.forEach(e.nodes(),function(t){r6(e.node(t))}),Vt.forEach(e.edges(),function(t){r6(e.edge(t))})}function r6(e){var t=e.width;e.width=e.height,e.height=t}function NX(e){Vt.forEach(e.nodes(),function(t){uf(e.node(t))}),Vt.forEach(e.edges(),function(t){var r=e.edge(t);Vt.forEach(r.points,uf),Vt.has(r,"y")&&uf(r)})}function uf(e){e.y=-e.y}function OX(e){Vt.forEach(e.nodes(),function(t){cf(e.node(t))}),Vt.forEach(e.edges(),function(t){var r=e.edge(t);Vt.forEach(r.points,cf),Vt.has(r,"x")&&cf(r)})}function cf(e){var t=e.x;e.x=e.y,e.y=t}});var o6=g((ede,s6)=>{"use strict";var nr=Ce();s6.exports=wX;function wX(e){var t={},r=nr.filter(e.nodes(),function(o){return!e.children(o).length}),n=nr.max(nr.map(r,function(o){return e.node(o).rank})),i=nr.map(nr.range(n+1),function(){return[]});function a(o){if(!nr.has(t,o)){t[o]=!0;var l=e.node(o);i[l.rank].push(o),nr.forEach(e.successors(o),a)}}var s=nr.sortBy(r,function(o){return e.node(o).rank});return nr.forEach(s,a),i}});var u6=g((tde,l6)=>{"use strict";var Rr=Ce();l6.exports=IX;function IX(e,t){for(var r=0,n=1;n<t.length;++n)r+=SX(e,t[n-1],t[n]);return r}function SX(e,t,r){for(var n=Rr.zipObject(r,Rr.map(r,function(u,d){return d})),i=Rr.flatten(Rr.map(t,function(u){return Rr.sortBy(Rr.map(e.outEdges(u),function(d){return{pos:n[d.w],weight:e.edge(d).weight}}),"pos")}),!0),a=1;a<r.length;)a<<=1;var s=2*a-1;a-=1;var o=Rr.map(new Array(s),function(){return 0}),l=0;return Rr.forEach(i.forEach(function(u){var d=u.pos+a;o[d]+=u.weight;for(var h=0;d>0;)d%2&&(h+=o[d+1]),d=d-1>>1,o[d]+=u.weight;l+=u.weight*h})),l}});var f6=g((rde,d6)=>{var c6=Ce();d6.exports=LX;function LX(e,t){return c6.map(t,function(r){var n=e.inEdges(r);if(n.length){var i=c6.reduce(n,function(a,s){var o=e.edge(s),l=e.node(s.v);return{sum:a.sum+o.weight*l.order,weight:a.weight+o.weight}},{sum:0,weight:0});return{v:r,barycenter:i.sum/i.weight,weight:i.weight}}else return{v:r}})}});var h6=g((nde,p6)=>{"use strict";var ft=Ce();p6.exports=DX;function DX(e,t){var r={};ft.forEach(e,function(i,a){var s=r[i.v]={indegree:0,in:[],out:[],vs:[i.v],i:a};ft.isUndefined(i.barycenter)||(s.barycenter=i.barycenter,s.weight=i.weight)}),ft.forEach(t.edges(),function(i){var a=r[i.v],s=r[i.w];!ft.isUndefined(a)&&!ft.isUndefined(s)&&(s.indegree++,a.out.push(r[i.w]))});var n=ft.filter(r,function(i){return!i.indegree});return kX(n)}function kX(e){var t=[];function r(a){return function(s){s.merged||(ft.isUndefined(s.barycenter)||ft.isUndefined(a.barycenter)||s.barycenter>=a.barycenter)&&BX(a,s)}}function n(a){return function(s){s.in.push(a),--s.indegree===0&&e.push(s)}}for(;e.length;){var i=e.pop();t.push(i),ft.forEach(i.in.reverse(),r(i)),ft.forEach(i.out,n(i))}return ft.map(ft.filter(t,function(a){return!a.merged}),function(a){return ft.pick(a,["vs","i","barycenter","weight"])})}function BX(e,t){var r=0,n=0;e.weight&&(r+=e.barycenter*e.weight,n+=e.weight),t.weight&&(r+=t.barycenter*t.weight,n+=t.weight),e.vs=t.vs.concat(e.vs),e.barycenter=r/n,e.weight=n,e.i=Math.min(t.i,e.i),t.merged=!0}});var g6=g((ide,v6)=>{var qa=Ce(),MX=Je();v6.exports=PX;function PX(e,t){var r=MX.partition(e,function(d){return qa.has(d,"barycenter")}),n=r.lhs,i=qa.sortBy(r.rhs,function(d){return-d.i}),a=[],s=0,o=0,l=0;n.sort($X(!!t)),l=m6(a,i,l),qa.forEach(n,function(d){l+=d.vs.length,a.push(d.vs),s+=d.barycenter*d.weight,o+=d.weight,l=m6(a,i,l)});var u={vs:qa.flatten(a,!0)};return o&&(u.barycenter=s/o,u.weight=o),u}function m6(e,t,r){for(var n;t.length&&(n=qa.last(t)).i<=r;)t.pop(),e.push(n.vs),r++;return r}function $X(e){return function(t,r){return t.barycenter<r.barycenter?-1:t.barycenter>r.barycenter?1:e?r.i-t.i:t.i-r.i}}});var y6=g((ade,b6)=>{var Cr=Ce(),FX=f6(),UX=h6(),qX=g6();b6.exports=E6;function E6(e,t,r,n){var i=e.children(t),a=e.node(t),s=a?a.borderLeft:void 0,o=a?a.borderRight:void 0,l={};s&&(i=Cr.filter(i,function(T){return T!==s&&T!==o}));var u=FX(e,i);Cr.forEach(u,function(T){if(e.children(T.v).length){var _=E6(e,T.v,r,n);l[T.v]=_,Cr.has(_,"barycenter")&&zX(T,_)}});var d=UX(u,r);jX(d,l);var h=qX(d,n);if(s&&(h.vs=Cr.flatten([s,h.vs,o],!0),e.predecessors(s).length)){var E=e.node(e.predecessors(s)[0]),y=e.node(e.predecessors(o)[0]);Cr.has(h,"barycenter")||(h.barycenter=0,h.weight=0),h.barycenter=(h.barycenter*h.weight+E.order+y.order)/(h.weight+2),h.weight+=2}return h}function jX(e,t){Cr.forEach(e,function(r){r.vs=Cr.flatten(r.vs.map(function(n){return t[n]?t[n].vs:n}),!0)})}function zX(e,t){Cr.isUndefined(e.barycenter)?(e.barycenter=t.barycenter,e.weight=t.weight):(e.barycenter=(e.barycenter*e.weight+t.barycenter*t.weight)/(e.weight+t.weight),e.weight+=t.weight)}});var A6=g((sde,_6)=>{var ja=Ce(),VX=bt().Graph;_6.exports=HX;function HX(e,t,r){var n=GX(e),i=new VX({compound:!0}).setGraph({root:n}).setDefaultNodeLabel(function(a){return e.node(a)});return ja.forEach(e.nodes(),function(a){var s=e.node(a),o=e.parent(a);(s.rank===t||s.minRank<=t&&t<=s.maxRank)&&(i.setNode(a),i.setParent(a,o||n),ja.forEach(e[r](a),function(l){var u=l.v===a?l.w:l.v,d=i.edge(u,a),h=ja.isUndefined(d)?0:d.weight;i.setEdge(u,a,{weight:e.edge(l).weight+h})}),ja.has(s,"minRank")&&i.setNode(a,{borderLeft:s.borderLeft[t],borderRight:s.borderRight[t]}))}),i}function GX(e){for(var t;e.hasNode(t=ja.uniqueId("_root")););return t}});var x6=g((ode,T6)=>{var WX=Ce();T6.exports=YX;function YX(e,t,r){var n={},i;WX.forEach(r,function(a){for(var s=e.parent(a),o,l;s;){if(o=e.parent(s),o?(l=n[o],n[o]=s):(l=i,i=s),l&&l!==s){t.setEdge(l,s);return}s=o}})}});var w6=g((lde,O6)=>{"use strict";var Nr=Ce(),KX=o6(),XX=u6(),JX=y6(),ZX=A6(),QX=x6(),eJ=bt().Graph,R6=Je();O6.exports=tJ;function tJ(e){var t=R6.maxRank(e),r=C6(e,Nr.range(1,t+1),"inEdges"),n=C6(e,Nr.range(t-1,-1,-1),"outEdges"),i=KX(e);N6(e,i);for(var a=Number.POSITIVE_INFINITY,s,o=0,l=0;l<4;++o,++l){rJ(o%2?r:n,o%4>=2),i=R6.buildLayerMatrix(e);var u=XX(e,i);u<a&&(l=0,s=Nr.cloneDeep(i),a=u)}N6(e,s)}function C6(e,t,r){return Nr.map(t,function(n){return ZX(e,n,r)})}function rJ(e,t){var r=new eJ;Nr.forEach(e,function(n){var i=n.graph().root,a=JX(n,i,r,t);Nr.forEach(a.vs,function(s,o){n.node(s).order=o}),QX(n,r,a.vs)})}function N6(e,t){Nr.forEach(t,function(r){Nr.forEach(r,function(n,i){e.node(n).order=i})})}});var F6=g((ude,$6)=>{"use strict";var ne=Ce(),nJ=bt().Graph,iJ=Je();$6.exports={positionX:oJ,findType1Conflicts:I6,findType2Conflicts:S6,addConflict:df,hasConflict:L6,verticalAlignment:D6,horizontalCompaction:k6,alignCoordinates:M6,findSmallestWidthAlignment:B6,balance:P6};function I6(e,t){var r={};function n(i,a){var s=0,o=0,l=i.length,u=ne.last(a);return ne.forEach(a,function(d,h){var E=aJ(e,d),y=E?e.node(E).order:l;(E||d===u)&&(ne.forEach(a.slice(o,h+1),function(T){ne.forEach(e.predecessors(T),function(_){var I=e.node(_),C=I.order;(C<s||y<C)&&!(I.dummy&&e.node(T).dummy)&&df(r,_,T)})}),o=h+1,s=y)}),a}return ne.reduce(t,n),r}function S6(e,t){var r={};function n(a,s,o,l,u){var d;ne.forEach(ne.range(s,o),function(h){d=a[h],e.node(d).dummy&&ne.forEach(e.predecessors(d),function(E){var y=e.node(E);y.dummy&&(y.order<l||y.order>u)&&df(r,E,d)})})}function i(a,s){var o=-1,l,u=0;return ne.forEach(s,function(d,h){if(e.node(d).dummy==="border"){var E=e.predecessors(d);E.length&&(l=e.node(E[0]).order,n(s,u,h,o,l),u=h,o=l)}n(s,u,s.length,l,a.length)}),s}return ne.reduce(t,i),r}function aJ(e,t){if(e.node(t).dummy)return ne.find(e.predecessors(t),function(r){return e.node(r).dummy})}function df(e,t,r){if(t>r){var n=t;t=r,r=n}var i=e[t];i||(e[t]=i={}),i[r]=!0}function L6(e,t,r){if(t>r){var n=t;t=r,r=n}return ne.has(e[t],r)}function D6(e,t,r,n){var i={},a={},s={};return ne.forEach(t,function(o){ne.forEach(o,function(l,u){i[l]=l,a[l]=l,s[l]=u})}),ne.forEach(t,function(o){var l=-1;ne.forEach(o,function(u){var d=n(u);if(d.length){d=ne.sortBy(d,function(_){return s[_]});for(var h=(d.length-1)/2,E=Math.floor(h),y=Math.ceil(h);E<=y;++E){var T=d[E];a[u]===u&&l<s[T]&&!L6(r,u,T)&&(a[T]=u,a[u]=i[u]=i[T],l=s[T])}}})}),{root:i,align:a}}function k6(e,t,r,n,i){var a={},s=sJ(e,t,r,i),o=i?"borderLeft":"borderRight";function l(h,E){for(var y=s.nodes(),T=y.pop(),_={};T;)_[T]?h(T):(_[T]=!0,y.push(T),y=y.concat(E(T))),T=y.pop()}function u(h){a[h]=s.inEdges(h).reduce(function(E,y){return Math.max(E,a[y.v]+s.edge(y))},0)}function d(h){var E=s.outEdges(h).reduce(function(T,_){return Math.min(T,a[_.w]-s.edge(_))},Number.POSITIVE_INFINITY),y=e.node(h);E!==Number.POSITIVE_INFINITY&&y.borderType!==o&&(a[h]=Math.max(a[h],E))}return l(u,s.predecessors.bind(s)),l(d,s.successors.bind(s)),ne.forEach(n,function(h){a[h]=a[r[h]]}),a}function sJ(e,t,r,n){var i=new nJ,a=e.graph(),s=lJ(a.nodesep,a.edgesep,n);return ne.forEach(t,function(o){var l;ne.forEach(o,function(u){var d=r[u];if(i.setNode(d),l){var h=r[l],E=i.edge(h,d);i.setEdge(h,d,Math.max(s(e,u,l),E||0))}l=u})}),i}function B6(e,t){return ne.minBy(ne.values(t),function(r){var n=Number.NEGATIVE_INFINITY,i=Number.POSITIVE_INFINITY;return ne.forIn(r,function(a,s){var o=uJ(e,s)/2;n=Math.max(a+o,n),i=Math.min(a-o,i)}),n-i})}function M6(e,t){var r=ne.values(t),n=ne.min(r),i=ne.max(r);ne.forEach(["u","d"],function(a){ne.forEach(["l","r"],function(s){var o=a+s,l=e[o],u;if(l!==t){var d=ne.values(l);u=s==="l"?n-ne.min(d):i-ne.max(d),u&&(e[o]=ne.mapValues(l,function(h){return h+u}))}})})}function P6(e,t){return ne.mapValues(e.ul,function(r,n){if(t)return e[t.toLowerCase()][n];var i=ne.sortBy(ne.map(e,n));return(i[1]+i[2])/2})}function oJ(e){var t=iJ.buildLayerMatrix(e),r=ne.merge(I6(e,t),S6(e,t)),n={},i;ne.forEach(["u","d"],function(s){i=s==="u"?t:ne.values(t).reverse(),ne.forEach(["l","r"],function(o){o==="r"&&(i=ne.map(i,function(h){return ne.values(h).reverse()}));var l=(s==="u"?e.predecessors:e.successors).bind(e),u=D6(e,i,r,l),d=k6(e,i,u.root,u.align,o==="r");o==="r"&&(d=ne.mapValues(d,function(h){return-h})),n[s+o]=d})});var a=B6(e,n);return M6(n,a),P6(n,e.graph().align)}function lJ(e,t,r){return function(n,i,a){var s=n.node(i),o=n.node(a),l=0,u;if(l+=s.width/2,ne.has(s,"labelpos"))switch(s.labelpos.toLowerCase()){case"l":u=-s.width/2;break;case"r":u=s.width/2;break}if(u&&(l+=r?u:-u),u=0,l+=(s.dummy?t:e)/2,l+=(o.dummy?t:e)/2,l+=o.width/2,ne.has(o,"labelpos"))switch(o.labelpos.toLowerCase()){case"l":u=o.width/2;break;case"r":u=-o.width/2;break}return u&&(l+=r?u:-u),u=0,l}}function uJ(e,t){return e.node(t).width}});var j6=g((cde,q6)=>{"use strict";var za=Ce(),U6=Je(),cJ=F6().positionX;q6.exports=dJ;function dJ(e){e=U6.asNonCompoundGraph(e),fJ(e),za.forEach(cJ(e),function(t,r){e.node(r).x=t})}function fJ(e){var t=U6.buildLayerMatrix(e),r=e.graph().ranksep,n=0;za.forEach(t,function(i){var a=za.max(za.map(i,function(s){return e.node(s).height}));za.forEach(i,function(s){e.node(s).y=n+a/2}),n+=a+r})}});var Y6=g((dde,W6)=>{"use strict";var oe=Ce(),z6=C5(),V6=D5(),pJ=W5(),hJ=Je().normalizeRanks,mJ=K5(),vJ=Je().removeEmptyRanks,H6=Z5(),gJ=t6(),G6=a6(),EJ=w6(),bJ=j6(),Or=Je(),yJ=bt().Graph;W6.exports=_J;function _J(e,t){var r=t&&t.debugTiming?Or.time:Or.notime;r("layout",function(){var n=r(" buildLayoutGraph",function(){return LJ(e)});r(" runLayout",function(){AJ(n,r)}),r(" updateInputGraph",function(){TJ(e,n)})})}function AJ(e,t){t(" makeSpaceForEdgeLabels",function(){DJ(e)}),t(" removeSelfEdges",function(){jJ(e)}),t(" acyclic",function(){z6.run(e)}),t(" nestingGraph.run",function(){H6.run(e)}),t(" rank",function(){pJ(Or.asNonCompoundGraph(e))}),t(" injectEdgeLabelProxies",function(){kJ(e)}),t(" removeEmptyRanks",function(){vJ(e)}),t(" nestingGraph.cleanup",function(){H6.cleanup(e)}),t(" normalizeRanks",function(){hJ(e)}),t(" assignRankMinMax",function(){BJ(e)}),t(" removeEdgeLabelProxies",function(){MJ(e)}),t(" normalize.run",function(){V6.run(e)}),t(" parentDummyChains",function(){mJ(e)}),t(" addBorderSegments",function(){gJ(e)}),t(" order",function(){EJ(e)}),t(" insertSelfEdges",function(){zJ(e)}),t(" adjustCoordinateSystem",function(){G6.adjust(e)}),t(" position",function(){bJ(e)}),t(" positionSelfEdges",function(){VJ(e)}),t(" removeBorderNodes",function(){qJ(e)}),t(" normalize.undo",function(){V6.undo(e)}),t(" fixupEdgeLabelCoords",function(){FJ(e)}),t(" undoCoordinateSystem",function(){G6.undo(e)}),t(" translateGraph",function(){PJ(e)}),t(" assignNodeIntersects",function(){$J(e)}),t(" reversePoints",function(){UJ(e)}),t(" acyclic.undo",function(){z6.undo(e)})}function TJ(e,t){oe.forEach(e.nodes(),function(r){var n=e.node(r),i=t.node(r);n&&(n.x=i.x,n.y=i.y,t.children(r).length&&(n.width=i.width,n.height=i.height))}),oe.forEach(e.edges(),function(r){var n=e.edge(r),i=t.edge(r);n.points=i.points,oe.has(i,"x")&&(n.x=i.x,n.y=i.y)}),e.graph().width=t.graph().width,e.graph().height=t.graph().height}var xJ=["nodesep","edgesep","ranksep","marginx","marginy"],RJ={ranksep:50,edgesep:20,nodesep:50,rankdir:"tb"},CJ=["acyclicer","ranker","rankdir","align"],NJ=["width","height"],OJ={width:0,height:0},wJ=["minlen","weight","width","height","labeloffset"],IJ={minlen:1,weight:1,width:0,height:0,labeloffset:10,labelpos:"r"},SJ=["labelpos"];function LJ(e){var t=new yJ({multigraph:!0,compound:!0}),r=pf(e.graph());return t.setGraph(oe.merge({},RJ,ff(r,xJ),oe.pick(r,CJ))),oe.forEach(e.nodes(),function(n){var i=pf(e.node(n));t.setNode(n,oe.defaults(ff(i,NJ),OJ)),t.setParent(n,e.parent(n))}),oe.forEach(e.edges(),function(n){var i=pf(e.edge(n));t.setEdge(n,oe.merge({},IJ,ff(i,wJ),oe.pick(i,SJ)))}),t}function DJ(e){var t=e.graph();t.ranksep/=2,oe.forEach(e.edges(),function(r){var n=e.edge(r);n.minlen*=2,n.labelpos.toLowerCase()!=="c"&&(t.rankdir==="TB"||t.rankdir==="BT"?n.width+=n.labeloffset:n.height+=n.labeloffset)})}function kJ(e){oe.forEach(e.edges(),function(t){var r=e.edge(t);if(r.width&&r.height){var n=e.node(t.v),i=e.node(t.w),a={rank:(i.rank-n.rank)/2+n.rank,e:t};Or.addDummyNode(e,"edge-proxy",a,"_ep")}})}function BJ(e){var t=0;oe.forEach(e.nodes(),function(r){var n=e.node(r);n.borderTop&&(n.minRank=e.node(n.borderTop).rank,n.maxRank=e.node(n.borderBottom).rank,t=oe.max(t,n.maxRank))}),e.graph().maxRank=t}function MJ(e){oe.forEach(e.nodes(),function(t){var r=e.node(t);r.dummy==="edge-proxy"&&(e.edge(r.e).labelRank=r.rank,e.removeNode(t))})}function PJ(e){var t=Number.POSITIVE_INFINITY,r=0,n=Number.POSITIVE_INFINITY,i=0,a=e.graph(),s=a.marginx||0,o=a.marginy||0;function l(u){var d=u.x,h=u.y,E=u.width,y=u.height;t=Math.min(t,d-E/2),r=Math.max(r,d+E/2),n=Math.min(n,h-y/2),i=Math.max(i,h+y/2)}oe.forEach(e.nodes(),function(u){l(e.node(u))}),oe.forEach(e.edges(),function(u){var d=e.edge(u);oe.has(d,"x")&&l(d)}),t-=s,n-=o,oe.forEach(e.nodes(),function(u){var d=e.node(u);d.x-=t,d.y-=n}),oe.forEach(e.edges(),function(u){var d=e.edge(u);oe.forEach(d.points,function(h){h.x-=t,h.y-=n}),oe.has(d,"x")&&(d.x-=t),oe.has(d,"y")&&(d.y-=n)}),a.width=r-t+s,a.height=i-n+o}function $J(e){oe.forEach(e.edges(),function(t){var r=e.edge(t),n=e.node(t.v),i=e.node(t.w),a,s;r.points?(a=r.points[0],s=r.points[r.points.length-1]):(r.points=[],a=i,s=n),r.points.unshift(Or.intersectRect(n,a)),r.points.push(Or.intersectRect(i,s))})}function FJ(e){oe.forEach(e.edges(),function(t){var r=e.edge(t);if(oe.has(r,"x"))switch((r.labelpos==="l"||r.labelpos==="r")&&(r.width-=r.labeloffset),r.labelpos){case"l":r.x-=r.width/2+r.labeloffset;break;case"r":r.x+=r.width/2+r.labeloffset;break}})}function UJ(e){oe.forEach(e.edges(),function(t){var r=e.edge(t);r.reversed&&r.points.reverse()})}function qJ(e){oe.forEach(e.nodes(),function(t){if(e.children(t).length){var r=e.node(t),n=e.node(r.borderTop),i=e.node(r.borderBottom),a=e.node(oe.last(r.borderLeft)),s=e.node(oe.last(r.borderRight));r.width=Math.abs(s.x-a.x),r.height=Math.abs(i.y-n.y),r.x=a.x+r.width/2,r.y=n.y+r.height/2}}),oe.forEach(e.nodes(),function(t){e.node(t).dummy==="border"&&e.removeNode(t)})}function jJ(e){oe.forEach(e.edges(),function(t){if(t.v===t.w){var r=e.node(t.v);r.selfEdges||(r.selfEdges=[]),r.selfEdges.push({e:t,label:e.edge(t)}),e.removeEdge(t)}})}function zJ(e){var t=Or.buildLayerMatrix(e);oe.forEach(t,function(r){var n=0;oe.forEach(r,function(i,a){var s=e.node(i);s.order=a+n,oe.forEach(s.selfEdges,function(o){Or.addDummyNode(e,"selfedge",{width:o.label.width,height:o.label.height,rank:s.rank,order:a+ ++n,e:o.e,label:o.label},"_se")}),delete s.selfEdges})})}function VJ(e){oe.forEach(e.nodes(),function(t){var r=e.node(t);if(r.dummy==="selfedge"){var n=e.node(r.e.v),i=n.x+n.width/2,a=n.y,s=r.x-i,o=n.height/2;e.setEdge(r.e,r.label),e.removeNode(t),r.label.points=[{x:i+2*s/3,y:a-o},{x:i+5*s/6,y:a-o},{x:i+s,y:a},{x:i+5*s/6,y:a+o},{x:i+2*s/3,y:a+o}],r.label.x=r.x,r.label.y=r.y}})}function ff(e,t){return oe.mapValues(oe.pick(e,t),Number)}function pf(e){var t={};return oe.forEach(e,function(r,n){t[n.toLowerCase()]=r}),t}});var X6=g((fde,K6)=>{var ml=Ce(),HJ=Je(),GJ=bt().Graph;K6.exports={debugOrdering:WJ};function WJ(e){var t=HJ.buildLayerMatrix(e),r=new GJ({compound:!0,multigraph:!0}).setGraph({});return ml.forEach(e.nodes(),function(n){r.setNode(n,{label:n}),r.setParent(n,"layer"+e.node(n).rank)}),ml.forEach(e.edges(),function(n){r.setEdge(n.v,n.w,{},n.name)}),ml.forEach(t,function(n,i){var a="layer"+i;r.setNode(a,{rank:"same"}),ml.reduce(n,function(s,o){return r.setEdge(s,o,{style:"invis"}),o})}),r}});var Z6=g((pde,J6)=>{J6.exports="0.8.5"});var e4=g((hde,Q6)=>{Q6.exports={graphlib:bt(),layout:Y6(),debug:X6(),util:{time:Je().time,notime:Je().notime},version:Z6()}});var nt=Object.freeze({}),le=Array.isArray;function ee(e){return e==null}function O(e){return e!=null}function Oe(e){return e===!0}function cT(e){return e===!1}function xi(e){return typeof e=="string"||typeof e=="number"||typeof e=="symbol"||typeof e=="boolean"}function Ne(e){return typeof e=="function"}function ze(e){return e!==null&&typeof e=="object"}var eu=Object.prototype.toString;function it(e){return eu.call(e)==="[object Object]"}function Pp(e){return eu.call(e)==="[object RegExp]"}function $p(e){var t=parseFloat(String(e));return t>=0&&Math.floor(t)===t&&isFinite(e)}function Dl(e){return O(e)&&typeof e.then=="function"&&typeof e.catch=="function"}function dT(e){return e==null?"":Array.isArray(e)||it(e)&&e.toString===eu?JSON.stringify(e,null,2):String(e)}function Ei(e){var t=parseFloat(e);return isNaN(t)?e:t}function _t(e,t){for(var r=Object.create(null),n=e.split(","),i=0;i<n.length;i++)r[n[i]]=!0;return t?function(a){return r[a.toLowerCase()]}:function(a){return r[a]}}var mQ=_t("slot,component",!0),fT=_t("key,ref,slot,slot-scope,is");function pr(e,t){var r=e.length;if(r){if(t===e[r-1]){e.length=r-1;return}var n=e.indexOf(t);if(n>-1)return e.splice(n,1)}}var pT=Object.prototype.hasOwnProperty;function We(e,t){return pT.call(e,t)}function Ur(e){var t=Object.create(null);return function(n){var i=t[n];return i||(t[n]=e(n))}}var hT=/-(\w)/g,Br=Ur(function(e){return e.replace(hT,function(t,r){return r?r.toUpperCase():""})}),mT=Ur(function(e){return e.charAt(0).toUpperCase()+e.slice(1)}),vT=/\B([A-Z])/g,Ri=Ur(function(e){return e.replace(vT,"-$1").toLowerCase()});function gT(e,t){function r(n){var i=arguments.length;return i?i>1?e.apply(t,arguments):e.call(t,n):e.call(t)}return r._length=e.length,r}function ET(e,t){return e.bind(t)}var Fp=Function.prototype.bind?ET:gT;function kl(e,t){t=t||0;for(var r=e.length-t,n=new Array(r);r--;)n[r]=e[r+t];return n}function Ee(e,t){for(var r in t)e[r]=t[r];return e}function Up(e){for(var t={},r=0;r<e.length;r++)e[r]&&Ee(t,e[r]);return t}function $e(e,t,r){}var Ja=function(e,t,r){return!1},qp=function(e){return e};function Mr(e,t){if(e===t)return!0;var r=ze(e),n=ze(t);if(r&&n)try{var i=Array.isArray(e),a=Array.isArray(t);if(i&&a)return e.length===t.length&&e.every(function(l,u){return Mr(l,t[u])});if(e instanceof Date&&t instanceof Date)return e.getTime()===t.getTime();if(!i&&!a){var s=Object.keys(e),o=Object.keys(t);return s.length===o.length&&s.every(function(l){return Mr(e[l],t[l])})}else return!1}catch{return!1}else return!r&&!n?String(e)===String(t):!1}function jp(e,t){for(var r=0;r<e.length;r++)if(Mr(e[r],t))return r;return-1}function us(e){var t=!1;return function(){t||(t=!0,e.apply(this,arguments))}}function bT(e,t){return e===t?e===0&&1/e!==1/t:e===e||t===t}var Vf="data-server-rendered",_s=["component","directive","filter"],zp=["beforeCreate","created","beforeMount","mounted","beforeUpdate","updated","beforeDestroy","destroyed","activated","deactivated","errorCaptured","serverPrefetch","renderTracked","renderTriggered"],Ye={optionMergeStrategies:Object.create(null),silent:!1,productionTip:!1,devtools:!1,performance:!1,errorHandler:null,warnHandler:null,ignoredElements:[],keyCodes:Object.create(null),isReservedTag:Ja,isReservedAttr:Ja,isUnknownElement:Ja,getTagNamespace:$e,parsePlatformTagName:qp,mustUseProp:Ja,async:!0,_lifecycleHooks:zp},yT=/a-zA-Z\u00B7\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u037D\u037F-\u1FFF\u200C-\u200D\u203F-\u2040\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD/;function Vp(e){var t=(e+"").charCodeAt(0);return t===36||t===95}function lr(e,t,r,n){Object.defineProperty(e,t,{value:r,enumerable:!!n,writable:!0,configurable:!0})}var _T=new RegExp("[^".concat(yT.source,".$_\\d]"));function AT(e){if(!_T.test(e)){var t=e.split(".");return function(r){for(var n=0;n<t.length;n++){if(!r)return;r=r[t[n]]}return r}}}var TT="__proto__"in{},st=typeof window<"u",Ve=st&&window.navigator.userAgent.toLowerCase(),Rn=Ve&&/msie|trident/.test(Ve),Cn=Ve&&Ve.indexOf("msie 9.0")>0,tu=Ve&&Ve.indexOf("edge/")>0;Ve&&Ve.indexOf("android")>0;var xT=Ve&&/iphone|ipad|ipod|ios/.test(Ve);Ve&&/chrome\/\d+/.test(Ve);Ve&&/phantomjs/.test(Ve);var Hf=Ve&&Ve.match(/firefox\/(\d+)/),Bl={}.watch,Hp=!1;if(st)try{xl={},Object.defineProperty(xl,"passive",{get:function(){Hp=!0}}),window.addEventListener("test-passive",null,xl)}catch{}var xl,Za,Ci=function(){return Za===void 0&&(!st&&typeof global<"u"?Za=global.process&&global.process.env.VUE_ENV==="server":Za=!1),Za},cs=st&&window.__VUE_DEVTOOLS_GLOBAL_HOOK__;function Tn(e){return typeof e=="function"&&/native code/.test(e.toString())}var Ni=typeof Symbol<"u"&&Tn(Symbol)&&typeof Reflect<"u"&&Tn(Reflect.ownKeys),bi;typeof Set<"u"&&Tn(Set)?bi=Set:bi=function(){function e(){this.set=Object.create(null)}return e.prototype.has=function(t){return this.set[t]===!0},e.prototype.add=function(t){this.set[t]=!0},e.prototype.clear=function(){this.set=Object.create(null)},e}();var xn=null;function ur(e){e===void 0&&(e=null),e||xn&&xn._scope.off(),xn=e,e&&e._scope.on()}var at=function(){function e(t,r,n,i,a,s,o,l){this.tag=t,this.data=r,this.children=n,this.text=i,this.elm=a,this.ns=void 0,this.context=s,this.fnContext=void 0,this.fnOptions=void 0,this.fnScopeId=void 0,this.key=r&&r.key,this.componentOptions=o,this.componentInstance=void 0,this.parent=void 0,this.raw=!1,this.isStatic=!1,this.isRootInsert=!0,this.isComment=!1,this.isCloned=!1,this.isOnce=!1,this.asyncFactory=l,this.asyncMeta=void 0,this.isAsyncPlaceholder=!1}return Object.defineProperty(e.prototype,"child",{get:function(){return this.componentInstance},enumerable:!1,configurable:!0}),e}(),Lr=function(e){e===void 0&&(e="");var t=new at;return t.text=e,t.isComment=!0,t};function yn(e){return new at(void 0,void 0,void 0,String(e))}function Ml(e){var t=new at(e.tag,e.data,e.children&&e.children.slice(),e.text,e.elm,e.context,e.componentOptions,e.asyncFactory);return t.ns=e.ns,t.isStatic=e.isStatic,t.key=e.key,t.isComment=e.isComment,t.fnContext=e.fnContext,t.fnOptions=e.fnOptions,t.fnScopeId=e.fnScopeId,t.asyncMeta=e.asyncMeta,t.isCloned=!0,t}var RT=0,as=[],CT=function(){for(var e=0;e<as.length;e++){var t=as[e];t.subs=t.subs.filter(function(r){return r}),t._pending=!1}as.length=0},cr=function(){function e(){this._pending=!1,this.id=RT++,this.subs=[]}return e.prototype.addSub=function(t){this.subs.push(t)},e.prototype.removeSub=function(t){this.subs[this.subs.indexOf(t)]=null,this._pending||(this._pending=!0,as.push(this))},e.prototype.depend=function(t){e.target&&e.target.addDep(this)},e.prototype.notify=function(t){for(var r=this.subs.filter(function(s){return s}),n=0,i=r.length;n<i;n++){var a=r[n];a.update()}},e}();cr.target=null;var ss=[];function Nn(e){ss.push(e),cr.target=e}function On(){ss.pop(),cr.target=ss[ss.length-1]}var Gp=Array.prototype,ds=Object.create(Gp),NT=["push","pop","shift","unshift","splice","sort","reverse"];NT.forEach(function(e){var t=Gp[e];lr(ds,e,function(){for(var n=[],i=0;i<arguments.length;i++)n[i]=arguments[i];var a=t.apply(this,n),s=this.__ob__,o;switch(e){case"push":case"unshift":o=n;break;case"splice":o=n.slice(2);break}return o&&s.observeArray(o),s.dep.notify(),a})});var Gf=Object.getOwnPropertyNames(ds),Wp={},ru=!0;function dr(e){ru=e}var OT={notify:$e,depend:$e,addSub:$e,removeSub:$e},Wf=function(){function e(t,r,n){if(r===void 0&&(r=!1),n===void 0&&(n=!1),this.value=t,this.shallow=r,this.mock=n,this.dep=n?OT:new cr,this.vmCount=0,lr(t,"__ob__",this),le(t)){if(!n)if(TT)t.__proto__=ds;else for(var i=0,a=Gf.length;i<a;i++){var s=Gf[i];lr(t,s,ds[s])}r||this.observeArray(t)}else for(var o=Object.keys(t),i=0;i<o.length;i++){var s=o[i];Pr(t,s,Wp,void 0,r,n)}}return e.prototype.observeArray=function(t){for(var r=0,n=t.length;r<n;r++)Kt(t[r],!1,this.mock)},e}();function Kt(e,t,r){if(e&&We(e,"__ob__")&&e.__ob__ instanceof Wf)return e.__ob__;if(ru&&(r||!Ci())&&(le(e)||it(e))&&Object.isExtensible(e)&&!e.__v_skip&&!Lt(e)&&!(e instanceof at))return new Wf(e,t,r)}function Pr(e,t,r,n,i,a){var s=new cr,o=Object.getOwnPropertyDescriptor(e,t);if(!(o&&o.configurable===!1)){var l=o&&o.get,u=o&&o.set;(!l||u)&&(r===Wp||arguments.length===2)&&(r=e[t]);var d=!i&&Kt(r,!1,a);return Object.defineProperty(e,t,{enumerable:!0,configurable:!0,get:function(){var E=l?l.call(e):r;return cr.target&&(s.depend(),d&&(d.dep.depend(),le(E)&&Kp(E))),Lt(E)&&!i?E.value:E},set:function(E){var y=l?l.call(e):r;if(!!bT(y,E)){if(u)u.call(e,E);else{if(l)return;if(!i&&Lt(y)&&!Lt(E)){y.value=E;return}else r=E}d=!i&&Kt(E,!1,a),s.notify()}}}),s}}function nu(e,t,r){if(!iu(e)){var n=e.__ob__;return le(e)&&$p(t)?(e.length=Math.max(e.length,t),e.splice(t,1,r),n&&!n.shallow&&n.mock&&Kt(r,!1,!0),r):t in e&&!(t in Object.prototype)?(e[t]=r,r):e._isVue||n&&n.vmCount?r:n?(Pr(n.value,t,r,void 0,n.shallow,n.mock),n.dep.notify(),r):(e[t]=r,r)}}function Yp(e,t){if(le(e)&&$p(t)){e.splice(t,1);return}var r=e.__ob__;e._isVue||r&&r.vmCount||iu(e)||!We(e,t)||(delete e[t],r&&r.dep.notify())}function Kp(e){for(var t=void 0,r=0,n=e.length;r<n;r++)t=e[r],t&&t.__ob__&&t.__ob__.dep.depend(),le(t)&&Kp(t)}function Xp(e){return wT(e,!0),lr(e,"__v_isShallow",!0),e}function wT(e,t){if(!iu(e)){if(!1)var r;var n=Kt(e,t,Ci())}}function iu(e){return!!(e&&e.__v_isReadonly)}function Lt(e){return!!(e&&e.__v_isRef===!0)}function Pl(e,t,r){Object.defineProperty(e,r,{enumerable:!0,configurable:!0,get:function(){var n=t[r];if(Lt(n))return n.value;var i=n&&n.__ob__;return i&&i.dep.depend(),n},set:function(n){var i=t[r];Lt(i)&&!Lt(n)?i.value=n:t[r]=n}})}var au="watcher",vQ="".concat(au," callback"),gQ="".concat(au," getter"),EQ="".concat(au," cleanup");var rt,IT=function(){function e(t){t===void 0&&(t=!1),this.detached=t,this.active=!0,this.effects=[],this.cleanups=[],this.parent=rt,!t&&rt&&(this.index=(rt.scopes||(rt.scopes=[])).push(this)-1)}return e.prototype.run=function(t){if(this.active){var r=rt;try{return rt=this,t()}finally{rt=r}}},e.prototype.on=function(){rt=this},e.prototype.off=function(){rt=this.parent},e.prototype.stop=function(t){if(this.active){var r=void 0,n=void 0;for(r=0,n=this.effects.length;r<n;r++)this.effects[r].teardown();for(r=0,n=this.cleanups.length;r<n;r++)this.cleanups[r]();if(this.scopes)for(r=0,n=this.scopes.length;r<n;r++)this.scopes[r].stop(!0);if(!this.detached&&this.parent&&!t){var i=this.parent.scopes.pop();i&&i!==this&&(this.parent.scopes[this.index]=i,i.index=this.index)}this.parent=void 0,this.active=!1}},e}();function ST(e,t){t===void 0&&(t=rt),t&&t.active&&t.effects.push(e)}function LT(e){var t=e._provided,r=e.$parent&&e.$parent._provided;return r===t?e._provided=Object.create(r):t}var Yf=Ur(function(e){var t=e.charAt(0)==="&";e=t?e.slice(1):e;var r=e.charAt(0)==="~";e=r?e.slice(1):e;var n=e.charAt(0)==="!";return e=n?e.slice(1):e,{name:e,once:r,capture:n,passive:t}});function $l(e,t){function r(){var n=r.fns;if(le(n))for(var i=n.slice(),a=0;a<i.length;a++)fr(i[a],null,arguments,t,"v-on handler");else return fr(n,null,arguments,t,"v-on handler")}return r.fns=e,r}function Jp(e,t,r,n,i,a){var s,o,l,u;for(s in e)o=e[s],l=t[s],u=Yf(s),ee(o)||(ee(l)?(ee(o.fns)&&(o=e[s]=$l(o,a)),Oe(u.once)&&(o=e[s]=i(u.name,o,u.capture)),r(u.name,o,u.capture,u.passive,u.params)):o!==l&&(l.fns=o,e[s]=l));for(s in t)ee(e[s])&&(u=Yf(s),n(u.name,t[s],u.capture))}function sr(e,t,r){e instanceof at&&(e=e.data.hook||(e.data.hook={}));var n,i=e[t];function a(){r.apply(this,arguments),pr(n.fns,a)}ee(i)?n=$l([a]):O(i.fns)&&Oe(i.merged)?(n=i,n.fns.push(a)):n=$l([i,a]),n.merged=!0,e[t]=n}function DT(e,t,r){var n=t.options.props;if(!ee(n)){var i={},a=e.attrs,s=e.props;if(O(a)||O(s))for(var o in n){var l=Ri(o);if(!1)var u;Kf(i,s,o,l,!0)||Kf(i,a,o,l,!1)}return i}}function Kf(e,t,r,n,i){if(O(t)){if(We(t,r))return e[r]=t[r],i||delete t[r],!0;if(We(t,n))return e[r]=t[n],i||delete t[n],!0}return!1}function kT(e){for(var t=0;t<e.length;t++)if(le(e[t]))return Array.prototype.concat.apply([],e);return e}function su(e){return xi(e)?[yn(e)]:le(e)?Zp(e):void 0}function fi(e){return O(e)&&O(e.text)&&cT(e.isComment)}function Zp(e,t){var r=[],n,i,a,s;for(n=0;n<e.length;n++)i=e[n],!(ee(i)||typeof i=="boolean")&&(a=r.length-1,s=r[a],le(i)?i.length>0&&(i=Zp(i,"".concat(t||"","_").concat(n)),fi(i[0])&&fi(s)&&(r[a]=yn(s.text+i[0].text),i.shift()),r.push.apply(r,i)):xi(i)?fi(s)?r[a]=yn(s.text+i):i!==""&&r.push(yn(i)):fi(i)&&fi(s)?r[a]=yn(s.text+i.text):(Oe(e._isVList)&&O(i.tag)&&ee(i.key)&&O(t)&&(i.key="__vlist".concat(t,"_").concat(n,"__")),r.push(i)));return r}function BT(e,t){var r=null,n,i,a,s;if(le(e)||typeof e=="string")for(r=new Array(e.length),n=0,i=e.length;n<i;n++)r[n]=t(e[n],n);else if(typeof e=="number")for(r=new Array(e),n=0;n<e;n++)r[n]=t(n+1,n);else if(ze(e))if(Ni&&e[Symbol.iterator]){r=[];for(var o=e[Symbol.iterator](),l=o.next();!l.done;)r.push(t(l.value,r.length)),l=o.next()}else for(a=Object.keys(e),r=new Array(a.length),n=0,i=a.length;n<i;n++)s=a[n],r[n]=t(e[s],s,n);return O(r)||(r=[]),r._isVList=!0,r}function MT(e,t,r,n){var i=this.$scopedSlots[e],a;i?(r=r||{},n&&(r=Ee(Ee({},n),r)),a=i(r)||(Ne(t)?t():t)):a=this.$slots[e]||(Ne(t)?t():t);var s=r&&r.slot;return s?this.$createElement("template",{slot:s},a):a}function PT(e){return gs(this.$options,"filters",e,!0)||qp}function Xf(e,t){return le(e)?e.indexOf(t)===-1:e!==t}function $T(e,t,r,n,i){var a=Ye.keyCodes[t]||r;return i&&n&&!Ye.keyCodes[t]?Xf(i,n):a?Xf(a,e):n?Ri(n)!==t:e===void 0}function FT(e,t,r,n,i){if(r&&ze(r)){le(r)&&(r=Up(r));var a=void 0,s=function(l){if(l==="class"||l==="style"||fT(l))a=e;else{var u=e.attrs&&e.attrs.type;a=n||Ye.mustUseProp(t,u,l)?e.domProps||(e.domProps={}):e.attrs||(e.attrs={})}var d=Br(l),h=Ri(l);if(!(d in a)&&!(h in a)&&(a[l]=r[l],i)){var E=e.on||(e.on={});E["update:".concat(l)]=function(y){r[l]=y}}};for(var o in r)s(o)}return e}function UT(e,t){var r=this._staticTrees||(this._staticTrees=[]),n=r[e];return n&&!t||(n=r[e]=this.$options.staticRenderFns[e].call(this._renderProxy,this._c,this),Qp(n,"__static__".concat(e),!1)),n}function qT(e,t,r){return Qp(e,"__once__".concat(t).concat(r?"_".concat(r):""),!0),e}function Qp(e,t,r){if(le(e))for(var n=0;n<e.length;n++)e[n]&&typeof e[n]!="string"&&Jf(e[n],"".concat(t,"_").concat(n),r);else Jf(e,t,r)}function Jf(e,t,r){e.isStatic=!0,e.key=t,e.isOnce=r}function jT(e,t){if(t&&it(t)){var r=e.on=e.on?Ee({},e.on):{};for(var n in t){var i=r[n],a=t[n];r[n]=i?[].concat(i,a):a}}return e}function eh(e,t,r,n){t=t||{$stable:!r};for(var i=0;i<e.length;i++){var a=e[i];le(a)?eh(a,t,r):a&&(a.proxy&&(a.fn.proxy=!0),t[a.key]=a.fn)}return n&&(t.$key=n),t}function zT(e,t){for(var r=0;r<t.length;r+=2){var n=t[r];typeof n=="string"&&n&&(e[t[r]]=t[r+1])}return e}function VT(e,t){return typeof e=="string"?t+e:e}function th(e){e._o=qT,e._n=Ei,e._s=dT,e._l=BT,e._t=MT,e._q=Mr,e._i=jp,e._m=UT,e._f=PT,e._k=$T,e._b=FT,e._v=yn,e._e=Lr,e._u=eh,e._g=jT,e._d=zT,e._p=VT}function ou(e,t){if(!e||!e.length)return{};for(var r={},n=0,i=e.length;n<i;n++){var a=e[n],s=a.data;if(s&&s.attrs&&s.attrs.slot&&delete s.attrs.slot,(a.context===t||a.fnContext===t)&&s&&s.slot!=null){var o=s.slot,l=r[o]||(r[o]=[]);a.tag==="template"?l.push.apply(l,a.children||[]):l.push(a)}else(r.default||(r.default=[])).push(a)}for(var u in r)r[u].every(HT)&&delete r[u];return r}function HT(e){return e.isComment&&!e.asyncFactory||e.text===" "}function yi(e){return e.isComment&&e.asyncFactory}function gi(e,t,r,n){var i,a=Object.keys(r).length>0,s=t?!!t.$stable:!a,o=t&&t.$key;if(!t)i={};else{if(t._normalized)return t._normalized;if(s&&n&&n!==nt&&o===n.$key&&!a&&!n.$hasNormal)return n;i={};for(var l in t)t[l]&&l[0]!=="$"&&(i[l]=GT(e,r,l,t[l]))}for(var u in r)u in i||(i[u]=WT(r,u));return t&&Object.isExtensible(t)&&(t._normalized=i),lr(i,"$stable",s),lr(i,"$key",o),lr(i,"$hasNormal",a),i}function GT(e,t,r,n){var i=function(){var a=xn;ur(e);var s=arguments.length?n.apply(null,arguments):n({});s=s&&typeof s=="object"&&!le(s)?[s]:su(s);var o=s&&s[0];return ur(a),s&&(!o||s.length===1&&o.isComment&&!yi(o))?void 0:s};return n.proxy&&Object.defineProperty(t,r,{get:i,enumerable:!0,configurable:!0}),i}function WT(e,t){return function(){return e[t]}}function YT(e){var t=e.$options,r=t.setup;if(r){var n=e._setupContext=KT(e);ur(e),Nn();var i=fr(r,null,[e._props||Xp({}),n],e,"setup");if(On(),ur(),Ne(i))t.render=i;else if(ze(i))if(e._setupState=i,i.__sfc){var s=e._setupProxy={};for(var a in i)a!=="__sfc"&&Pl(s,i,a)}else for(var a in i)Vp(a)||Pl(e,i,a)}}function KT(e){var t=!1;return{get attrs(){if(!e._attrsProxy){var r=e._attrsProxy={};lr(r,"_v_attr_proxy",!0),fs(r,e.$attrs,nt,e,"$attrs")}return e._attrsProxy},get listeners(){if(!e._listenersProxy){var r=e._listenersProxy={};fs(r,e.$listeners,nt,e,"$listeners")}return e._listenersProxy},get slots(){return JT(e)},emit:Fp(e.$emit,e),expose:function(r){r&&Object.keys(r).forEach(function(n){return Pl(e,r,n)})}}}function fs(e,t,r,n,i){var a=!1;for(var s in t)s in e?t[s]!==r[s]&&(a=!0):(a=!0,XT(e,s,n,i));for(var s in e)s in t||(a=!0,delete e[s]);return a}function XT(e,t,r,n){Object.defineProperty(e,t,{enumerable:!0,configurable:!0,get:function(){return r[n][t]}})}function JT(e){return e._slotsProxy||rh(e._slotsProxy={},e.$scopedSlots),e._slotsProxy}function rh(e,t){for(var r in t)e[r]=t[r];for(var r in e)r in t||delete e[r]}function ZT(e){e._vnode=null,e._staticTrees=null;var t=e.$options,r=e.$vnode=t._parentVnode,n=r&&r.context;e.$slots=ou(t._renderChildren,n),e.$scopedSlots=r?gi(e.$parent,r.data.scopedSlots,e.$slots):nt,e._c=function(a,s,o,l){return ps(e,a,s,o,l,!1)},e.$createElement=function(a,s,o,l){return ps(e,a,s,o,l,!0)};var i=r&&r.data;Pr(e,"$attrs",i&&i.attrs||nt,null,!0),Pr(e,"$listeners",t._parentListeners||nt,null,!0)}var Fl=null;function QT(e){th(e.prototype),e.prototype.$nextTick=function(t){return lu(t,this)},e.prototype._render=function(){var t=this,r=t.$options,n=r.render,i=r._parentVnode;i&&t._isMounted&&(t.$scopedSlots=gi(t.$parent,i.data.scopedSlots,t.$slots,t.$scopedSlots),t._slotsProxy&&rh(t._slotsProxy,t.$scopedSlots)),t.$vnode=i;var a;try{ur(t),Fl=t,a=n.call(t._renderProxy,t.$createElement)}catch(s){if($r(s,t,"render"),!1)try{}catch(o){}else a=t._vnode}finally{Fl=null,ur()}return le(a)&&a.length===1&&(a=a[0]),a instanceof at||(a=Lr()),a.parent=i,a}}function Rl(e,t){return(e.__esModule||Ni&&e[Symbol.toStringTag]==="Module")&&(e=e.default),ze(e)?t.extend(e):e}function e7(e,t,r,n,i){var a=Lr();return a.asyncFactory=e,a.asyncMeta={data:t,context:r,children:n,tag:i},a}function t7(e,t){if(Oe(e.error)&&O(e.errorComp))return e.errorComp;if(O(e.resolved))return e.resolved;var r=Fl;if(r&&O(e.owners)&&e.owners.indexOf(r)===-1&&e.owners.push(r),Oe(e.loading)&&O(e.loadingComp))return e.loadingComp;if(r&&!O(e.owners)){var n=e.owners=[r],i=!0,a=null,s=null;r.$on("hook:destroyed",function(){return pr(n,r)});var o=function(h){for(var E=0,y=n.length;E<y;E++)n[E].$forceUpdate();h&&(n.length=0,a!==null&&(clearTimeout(a),a=null),s!==null&&(clearTimeout(s),s=null))},l=us(function(h){e.resolved=Rl(h,t),i?n.length=0:o(!0)}),u=us(function(h){O(e.errorComp)&&(e.error=!0,o(!0))}),d=e(l,u);return ze(d)&&(Dl(d)?ee(e.resolved)&&d.then(l,u):Dl(d.component)&&(d.component.then(l,u),O(d.error)&&(e.errorComp=Rl(d.error,t)),O(d.loading)&&(e.loadingComp=Rl(d.loading,t),d.delay===0?e.loading=!0:a=setTimeout(function(){a=null,ee(e.resolved)&&ee(e.error)&&(e.loading=!0,o(!1))},d.delay||200)),O(d.timeout)&&(s=setTimeout(function(){s=null,ee(e.resolved)&&u(null)},d.timeout)))),i=!1,e.loading?e.loadingComp:e.resolved}}function nh(e){if(le(e))for(var t=0;t<e.length;t++){var r=e[t];if(O(r)&&(O(r.componentOptions)||yi(r)))return r}}var r7=1,ih=2;function ps(e,t,r,n,i,a){return(le(r)||xi(r))&&(i=n,n=r,r=void 0),Oe(a)&&(i=ih),n7(e,t,r,n,i)}function n7(e,t,r,n,i){if(O(r)&&O(r.__ob__)||(O(r)&&O(r.is)&&(t=r.is),!t))return Lr();le(n)&&Ne(n[0])&&(r=r||{},r.scopedSlots={default:n[0]},n.length=0),i===ih?n=su(n):i===r7&&(n=kT(n));var a,s;if(typeof t=="string"){var o=void 0;s=e.$vnode&&e.$vnode.ns||Ye.getTagNamespace(t),Ye.isReservedTag(t)?a=new at(Ye.parsePlatformTagName(t),r,n,void 0,void 0,e):(!r||!r.pre)&&O(o=gs(e.$options,"components",t))?a=sp(o,r,e,n,t):a=new at(t,r,n,void 0,void 0,e)}else a=sp(t,r,e,n);return le(a)?a:O(a)?(O(s)&&ah(a,s),O(r)&&i7(r),a):Lr()}function ah(e,t,r){if(e.ns=t,e.tag==="foreignObject"&&(t=void 0,r=!0),O(e.children))for(var n=0,i=e.children.length;n<i;n++){var a=e.children[n];O(a.tag)&&(ee(a.ns)||Oe(r)&&a.tag!=="svg")&&ah(a,t,r)}}function i7(e){ze(e.style)&&hs(e.style),ze(e.class)&&hs(e.class)}function $r(e,t,r){Nn();try{if(t)for(var n=t;n=n.$parent;){var i=n.$options.errorCaptured;if(i)for(var a=0;a<i.length;a++)try{var s=i[a].call(n,e,t,r)===!1;if(s)return}catch(o){Zf(o,n,"errorCaptured hook")}}Zf(e,t,r)}finally{On()}}function fr(e,t,r,n,i){var a;try{a=r?e.apply(t,r):e.call(t),a&&!a._isVue&&Dl(a)&&!a._handled&&(a.catch(function(s){return $r(s,n,i+" (Promise/async)")}),a._handled=!0)}catch(s){$r(s,n,i)}return a}function Zf(e,t,r){if(Ye.errorHandler)try{return Ye.errorHandler.call(null,e,t,r)}catch(n){n!==e&&Qf(n,null,"config.errorHandler")}Qf(e,t,r)}function Qf(e,t,r){if(st&&typeof console<"u")console.error(e);else throw e}var Ul=!1,ql=[],jl=!1;function Qa(){jl=!1;var e=ql.slice(0);ql.length=0;for(var t=0;t<e.length;t++)e[t]()}var vi;typeof Promise<"u"&&Tn(Promise)?(ep=Promise.resolve(),vi=function(){ep.then(Qa),xT&&setTimeout($e)},Ul=!0):!Rn&&typeof MutationObserver<"u"&&(Tn(MutationObserver)||MutationObserver.toString()==="[object MutationObserverConstructor]")?(pi=1,tp=new MutationObserver(Qa),Cl=document.createTextNode(String(pi)),tp.observe(Cl,{characterData:!0}),vi=function(){pi=(pi+1)%2,Cl.data=String(pi)},Ul=!0):typeof setImmediate<"u"&&Tn(setImmediate)?vi=function(){setImmediate(Qa)}:vi=function(){setTimeout(Qa,0)};var ep,pi,tp,Cl;function lu(e,t){var r;if(ql.push(function(){if(e)try{e.call(t)}catch(n){$r(n,t,"nextTick")}else r&&r(t)}),jl||(jl=!0,vi()),!e&&typeof Promise<"u")return new Promise(function(n){r=n})}function pt(e){return function(t,r){if(r===void 0&&(r=xn),!!r)return a7(r,e,t)}}function a7(e,t,r){var n=e.$options;n[t]=ph(n[t],r)}var bQ=pt("beforeMount"),yQ=pt("mounted"),_Q=pt("beforeUpdate"),AQ=pt("updated"),TQ=pt("beforeDestroy"),xQ=pt("destroyed"),RQ=pt("activated"),CQ=pt("deactivated"),NQ=pt("serverPrefetch"),OQ=pt("renderTracked"),wQ=pt("renderTriggered"),IQ=pt("errorCaptured");var s7="2.7.14";var rp=new bi;function hs(e){return os(e,rp),rp.clear(),e}function os(e,t){var r,n,i=le(e);if(!(!i&&!ze(e)||e.__v_skip||Object.isFrozen(e)||e instanceof at)){if(e.__ob__){var a=e.__ob__.dep.id;if(t.has(a))return;t.add(a)}if(i)for(r=e.length;r--;)os(e[r],t);else if(Lt(e))os(e.value,t);else for(n=Object.keys(e),r=n.length;r--;)os(e[n[r]],t)}}var o7=0,uu=function(){function e(t,r,n,i,a){ST(this,rt&&!rt._vm?rt:t?t._scope:void 0),(this.vm=t)&&a&&(t._watcher=this),i?(this.deep=!!i.deep,this.user=!!i.user,this.lazy=!!i.lazy,this.sync=!!i.sync,this.before=i.before):this.deep=this.user=this.lazy=this.sync=!1,this.cb=n,this.id=++o7,this.active=!0,this.post=!1,this.dirty=this.lazy,this.deps=[],this.newDeps=[],this.depIds=new bi,this.newDepIds=new bi,this.expression="",Ne(r)?this.getter=r:(this.getter=AT(r),this.getter||(this.getter=$e)),this.value=this.lazy?void 0:this.get()}return e.prototype.get=function(){Nn(this);var t,r=this.vm;try{t=this.getter.call(r,r)}catch(n){if(this.user)$r(n,r,'getter for watcher "'.concat(this.expression,'"'));else throw n}finally{this.deep&&hs(t),On(),this.cleanupDeps()}return t},e.prototype.addDep=function(t){var r=t.id;this.newDepIds.has(r)||(this.newDepIds.add(r),this.newDeps.push(t),this.depIds.has(r)||t.addSub(this))},e.prototype.cleanupDeps=function(){for(var t=this.deps.length;t--;){var r=this.deps[t];this.newDepIds.has(r.id)||r.removeSub(this)}var n=this.depIds;this.depIds=this.newDepIds,this.newDepIds=n,this.newDepIds.clear(),n=this.deps,this.deps=this.newDeps,this.newDeps=n,this.newDeps.length=0},e.prototype.update=function(){this.lazy?this.dirty=!0:this.sync?this.run():T7(this)},e.prototype.run=function(){if(this.active){var t=this.get();if(t!==this.value||ze(t)||this.deep){var r=this.value;if(this.value=t,this.user){var n='callback for watcher "'.concat(this.expression,'"');fr(this.cb,this.vm,[t,r],this.vm,n)}else this.cb.call(this.vm,t,r)}}},e.prototype.evaluate=function(){this.value=this.get(),this.dirty=!1},e.prototype.depend=function(){for(var t=this.deps.length;t--;)this.deps[t].depend()},e.prototype.teardown=function(){if(this.vm&&!this.vm._isBeingDestroyed&&pr(this.vm._scope.effects,this),this.active){for(var t=this.deps.length;t--;)this.deps[t].removeSub(this);this.active=!1,this.onStop&&this.onStop()}},e}();function l7(e){e._events=Object.create(null),e._hasHookEvent=!1;var t=e.$options._parentListeners;t&&sh(e,t)}var _i;function u7(e,t){_i.$on(e,t)}function c7(e,t){_i.$off(e,t)}function d7(e,t){var r=_i;return function n(){var i=t.apply(null,arguments);i!==null&&r.$off(e,n)}}function sh(e,t,r){_i=e,Jp(t,r||{},u7,c7,d7,e),_i=void 0}function f7(e){var t=/^hook:/;e.prototype.$on=function(r,n){var i=this;if(le(r))for(var a=0,s=r.length;a<s;a++)i.$on(r[a],n);else(i._events[r]||(i._events[r]=[])).push(n),t.test(r)&&(i._hasHookEvent=!0);return i},e.prototype.$once=function(r,n){var i=this;function a(){i.$off(r,a),n.apply(i,arguments)}return a.fn=n,i.$on(r,a),i},e.prototype.$off=function(r,n){var i=this;if(!arguments.length)return i._events=Object.create(null),i;if(le(r)){for(var a=0,s=r.length;a<s;a++)i.$off(r[a],n);return i}var o=i._events[r];if(!o)return i;if(!n)return i._events[r]=null,i;for(var l,u=o.length;u--;)if(l=o[u],l===n||l.fn===n){o.splice(u,1);break}return i},e.prototype.$emit=function(r){var n=this;if(!1)var i;var a=n._events[r];if(a){a=a.length>1?kl(a):a;for(var s=kl(arguments,1),o='event handler for "'.concat(r,'"'),l=0,u=a.length;l<u;l++)fr(a[l],n,s,n,o)}return n}}var Dr=null;function oh(e){var t=Dr;return Dr=e,function(){Dr=t}}function p7(e){var t=e.$options,r=t.parent;if(r&&!t.abstract){for(;r.$options.abstract&&r.$parent;)r=r.$parent;r.$children.push(e)}e.$parent=r,e.$root=r?r.$root:e,e.$children=[],e.$refs={},e._provided=r?r._provided:Object.create(null),e._watcher=null,e._inactive=null,e._directInactive=!1,e._isMounted=!1,e._isDestroyed=!1,e._isBeingDestroyed=!1}function h7(e){e.prototype._update=function(t,r){var n=this,i=n.$el,a=n._vnode,s=oh(n);n._vnode=t,a?n.$el=n.__patch__(a,t):n.$el=n.__patch__(n.$el,t,r,!1),s(),i&&(i.__vue__=null),n.$el&&(n.$el.__vue__=n);for(var o=n;o&&o.$vnode&&o.$parent&&o.$vnode===o.$parent._vnode;)o.$parent.$el=o.$el,o=o.$parent},e.prototype.$forceUpdate=function(){var t=this;t._watcher&&t._watcher.update()},e.prototype.$destroy=function(){var t=this;if(!t._isBeingDestroyed){yt(t,"beforeDestroy"),t._isBeingDestroyed=!0;var r=t.$parent;r&&!r._isBeingDestroyed&&!t.$options.abstract&&pr(r.$children,t),t._scope.stop(),t._data.__ob__&&t._data.__ob__.vmCount--,t._isDestroyed=!0,t.__patch__(t._vnode,null),yt(t,"destroyed"),t.$off(),t.$el&&(t.$el.__vue__=null),t.$vnode&&(t.$vnode.parent=null)}}}function m7(e,t,r){e.$el=t,e.$options.render||(e.$options.render=Lr),yt(e,"beforeMount");var n;n=function(){e._update(e._render(),r)};var i={before:function(){e._isMounted&&!e._isDestroyed&&yt(e,"beforeUpdate")}};new uu(e,n,$e,i,!0),r=!1;var a=e._preWatchers;if(a)for(var s=0;s<a.length;s++)a[s].run();return e.$vnode==null&&(e._isMounted=!0,yt(e,"mounted")),e}function v7(e,t,r,n,i){var a=n.data.scopedSlots,s=e.$scopedSlots,o=!!(a&&!a.$stable||s!==nt&&!s.$stable||a&&e.$scopedSlots.$key!==a.$key||!a&&e.$scopedSlots.$key),l=!!(i||e.$options._renderChildren||o),u=e.$vnode;e.$options._parentVnode=n,e.$vnode=n,e._vnode&&(e._vnode.parent=n),e.$options._renderChildren=i;var d=n.data.attrs||nt;e._attrsProxy&&fs(e._attrsProxy,d,u.data&&u.data.attrs||nt,e,"$attrs")&&(l=!0),e.$attrs=d,r=r||nt;var h=e.$options._parentListeners;if(e._listenersProxy&&fs(e._listenersProxy,r,h||nt,e,"$listeners"),e.$listeners=e.$options._parentListeners=r,sh(e,r,h),t&&e.$options.props){dr(!1);for(var E=e._props,y=e.$options._propKeys||[],T=0;T<y.length;T++){var _=y[T],I=e.$options.props;E[_]=mu(_,I,t,e)}dr(!0),e.$options.propsData=t}l&&(e.$slots=ou(i,n.context),e.$forceUpdate())}function lh(e){for(;e&&(e=e.$parent);)if(e._inactive)return!0;return!1}function cu(e,t){if(t){if(e._directInactive=!1,lh(e))return}else if(e._directInactive)return;if(e._inactive||e._inactive===null){e._inactive=!1;for(var r=0;r<e.$children.length;r++)cu(e.$children[r]);yt(e,"activated")}}function uh(e,t){if(!(t&&(e._directInactive=!0,lh(e)))&&!e._inactive){e._inactive=!0;for(var r=0;r<e.$children.length;r++)uh(e.$children[r]);yt(e,"deactivated")}}function yt(e,t,r,n){n===void 0&&(n=!0),Nn();var i=xn;n&&ur(e);var a=e.$options[t],s="".concat(t," hook");if(a)for(var o=0,l=a.length;o<l;o++)fr(a[o],e,r||null,e,s);e._hasHookEvent&&e.$emit("hook:"+t),n&&ur(i),On()}var Wt=[],du=[],ms={};var zl=!1,fu=!1,_n=0;function g7(){_n=Wt.length=du.length=0,ms={},zl=fu=!1}var ch=0,Vl=Date.now;st&&!Rn&&(es=window.performance,es&&typeof es.now=="function"&&Vl()>document.createEvent("Event").timeStamp&&(Vl=function(){return es.now()}));var es,E7=function(e,t){if(e.post){if(!t.post)return 1}else if(t.post)return-1;return e.id-t.id};function b7(){ch=Vl(),fu=!0;var e,t;for(Wt.sort(E7),_n=0;_n<Wt.length;_n++)e=Wt[_n],e.before&&e.before(),t=e.id,ms[t]=null,e.run();var r=du.slice(),n=Wt.slice();g7(),A7(r),y7(n),CT(),cs&&Ye.devtools&&cs.emit("flush")}function y7(e){for(var t=e.length;t--;){var r=e[t],n=r.vm;n&&n._watcher===r&&n._isMounted&&!n._isDestroyed&&yt(n,"updated")}}function _7(e){e._inactive=!1,du.push(e)}function A7(e){for(var t=0;t<e.length;t++)e[t]._inactive=!0,cu(e[t],!0)}function T7(e){var t=e.id;if(ms[t]==null&&!(e===cr.target&&e.noRecurse)){if(ms[t]=!0,!fu)Wt.push(e);else{for(var r=Wt.length-1;r>_n&&Wt[r].id>e.id;)r--;Wt.splice(r+1,0,e)}zl||(zl=!0,lu(b7))}}function x7(e){var t=e.$options.provide;if(t){var r=Ne(t)?t.call(e):t;if(!ze(r))return;for(var n=LT(e),i=Ni?Reflect.ownKeys(r):Object.keys(r),a=0;a<i.length;a++){var s=i[a];Object.defineProperty(n,s,Object.getOwnPropertyDescriptor(r,s))}}}function R7(e){var t=dh(e.$options.inject,e);t&&(dr(!1),Object.keys(t).forEach(function(r){Pr(e,r,t[r])}),dr(!0))}function dh(e,t){if(e){for(var r=Object.create(null),n=Ni?Reflect.ownKeys(e):Object.keys(e),i=0;i<n.length;i++){var a=n[i];if(a!=="__ob__"){var s=e[a].from;if(s in t._provided)r[a]=t._provided[s];else if("default"in e[a]){var o=e[a].default;r[a]=Ne(o)?o.call(t):o}}}return r}}function pu(e,t,r,n,i){var a=this,s=i.options,o;We(n,"_uid")?(o=Object.create(n),o._original=n):(o=n,n=n._original);var l=Oe(s._compiled),u=!l;this.data=e,this.props=t,this.children=r,this.parent=n,this.listeners=e.on||nt,this.injections=dh(s.inject,n),this.slots=function(){return a.$slots||gi(n,e.scopedSlots,a.$slots=ou(r,n)),a.$slots},Object.defineProperty(this,"scopedSlots",{enumerable:!0,get:function(){return gi(n,e.scopedSlots,this.slots())}}),l&&(this.$options=s,this.$slots=this.slots(),this.$scopedSlots=gi(n,e.scopedSlots,this.$slots)),s._scopeId?this._c=function(d,h,E,y){var T=ps(o,d,h,E,y,u);return T&&!le(T)&&(T.fnScopeId=s._scopeId,T.fnContext=n),T}:this._c=function(d,h,E,y){return ps(o,d,h,E,y,u)}}th(pu.prototype);function C7(e,t,r,n,i){var a=e.options,s={},o=a.props;if(O(o))for(var l in o)s[l]=mu(l,o,t||nt);else O(r.attrs)&&ip(s,r.attrs),O(r.props)&&ip(s,r.props);var u=new pu(r,s,i,n,e),d=a.render.call(null,u._c,u);if(d instanceof at)return np(d,r,u.parent,a,u);if(le(d)){for(var h=su(d)||[],E=new Array(h.length),y=0;y<h.length;y++)E[y]=np(h[y],r,u.parent,a,u);return E}}function np(e,t,r,n,i){var a=Ml(e);return a.fnContext=r,a.fnOptions=n,t.slot&&((a.data||(a.data={})).slot=t.slot),a}function ip(e,t){for(var r in t)e[Br(r)]=t[r]}function vs(e){return e.name||e.__name||e._componentTag}var hu={init:function(e,t){if(e.componentInstance&&!e.componentInstance._isDestroyed&&e.data.keepAlive){var r=e;hu.prepatch(r,r)}else{var n=e.componentInstance=N7(e,Dr);n.$mount(t?e.elm:void 0,t)}},prepatch:function(e,t){var r=t.componentOptions,n=t.componentInstance=e.componentInstance;v7(n,r.propsData,r.listeners,t,r.children)},insert:function(e){var t=e.context,r=e.componentInstance;r._isMounted||(r._isMounted=!0,yt(r,"mounted")),e.data.keepAlive&&(t._isMounted?_7(r):cu(r,!0))},destroy:function(e){var t=e.componentInstance;t._isDestroyed||(e.data.keepAlive?uh(t,!0):t.$destroy())}},ap=Object.keys(hu);function sp(e,t,r,n,i){if(!ee(e)){var a=r.$options._base;if(ze(e)&&(e=a.extend(e)),typeof e=="function"){var s;if(ee(e.cid)&&(s=e,e=t7(s,a),e===void 0))return e7(s,t,r,n,i);t=t||{},gu(e),O(t.model)&&I7(e.options,t);var o=DT(t,e,i);if(Oe(e.options.functional))return C7(e,o,t,r,n);var l=t.on;if(t.on=t.nativeOn,Oe(e.options.abstract)){var u=t.slot;t={},u&&(t.slot=u)}O7(t);var d=vs(e.options)||i,h=new at("vue-component-".concat(e.cid).concat(d?"-".concat(d):""),t,void 0,void 0,void 0,r,{Ctor:e,propsData:o,listeners:l,tag:i,children:n},s);return h}}}function N7(e,t){var r={_isComponent:!0,_parentVnode:e,parent:t},n=e.data.inlineTemplate;return O(n)&&(r.render=n.render,r.staticRenderFns=n.staticRenderFns),new e.componentOptions.Ctor(r)}function O7(e){for(var t=e.hook||(e.hook={}),r=0;r<ap.length;r++){var n=ap[r],i=t[n],a=hu[n];i!==a&&!(i&&i._merged)&&(t[n]=i?w7(a,i):a)}}function w7(e,t){var r=function(n,i){e(n,i),t(n,i)};return r._merged=!0,r}function I7(e,t){var r=e.model&&e.model.prop||"value",n=e.model&&e.model.event||"input";(t.attrs||(t.attrs={}))[r]=t.model.value;var i=t.on||(t.on={}),a=i[n],s=t.model.callback;O(a)?(le(a)?a.indexOf(s)===-1:a!==s)&&(i[n]=[s].concat(a)):i[n]=s}var fh=$e;var St=Ye.optionMergeStrategies;function Ai(e,t,r){if(r===void 0&&(r=!0),!t)return e;for(var n,i,a,s=Ni?Reflect.ownKeys(t):Object.keys(t),o=0;o<s.length;o++)n=s[o],n!=="__ob__"&&(i=e[n],a=t[n],!r||!We(e,n)?nu(e,n,a):i!==a&&it(i)&&it(a)&&Ai(i,a));return e}function op(e,t,r){return r?function(){var i=Ne(t)?t.call(r,r):t,a=Ne(e)?e.call(r,r):e;return i?Ai(i,a):a}:t?e?function(){return Ai(Ne(t)?t.call(this,this):t,Ne(e)?e.call(this,this):e)}:t:e}St.data=function(e,t,r){return r?op(e,t,r):t&&typeof t!="function"?e:op(e,t)};function ph(e,t){var r=t?e?e.concat(t):le(t)?t:[t]:e;return r&&S7(r)}function S7(e){for(var t=[],r=0;r<e.length;r++)t.indexOf(e[r])===-1&&t.push(e[r]);return t}zp.forEach(function(e){St[e]=ph});function L7(e,t,r,n){var i=Object.create(e||null);return t?Ee(i,t):i}_s.forEach(function(e){St[e+"s"]=L7});St.watch=function(e,t,r,n){if(e===Bl&&(e=void 0),t===Bl&&(t=void 0),!t)return Object.create(e||null);if(!e)return t;var i={};Ee(i,e);for(var a in t){var s=i[a],o=t[a];s&&!le(s)&&(s=[s]),i[a]=s?s.concat(o):le(o)?o:[o]}return i};St.props=St.methods=St.inject=St.computed=function(e,t,r,n){if(!e)return t;var i=Object.create(null);return Ee(i,e),t&&Ee(i,t),i};St.provide=function(e,t){return e?function(){var r=Object.create(null);return Ai(r,Ne(e)?e.call(this):e),t&&Ai(r,Ne(t)?t.call(this):t,!1),r}:t};var D7=function(e,t){return t===void 0?e:t};function k7(e,t){var r=e.props;if(!!r){var n={},i,a,s;if(le(r))for(i=r.length;i--;)a=r[i],typeof a=="string"&&(s=Br(a),n[s]={type:null});else if(it(r))for(var o in r)a=r[o],s=Br(o),n[s]=it(a)?a:{type:a};e.props=n}}function B7(e,t){var r=e.inject;if(!!r){var n=e.inject={};if(le(r))for(var i=0;i<r.length;i++)n[r[i]]={from:r[i]};else if(it(r))for(var a in r){var s=r[a];n[a]=it(s)?Ee({from:a},s):{from:s}}}}function M7(e){var t=e.directives;if(t)for(var r in t){var n=t[r];Ne(n)&&(t[r]={bind:n,update:n})}}function Fr(e,t,r){if(Ne(t)&&(t=t.options),k7(t,r),B7(t,r),M7(t),!t._base&&(t.extends&&(e=Fr(e,t.extends,r)),t.mixins))for(var n=0,i=t.mixins.length;n<i;n++)e=Fr(e,t.mixins[n],r);var a={},s;for(s in e)o(s);for(s in t)We(e,s)||o(s);function o(l){var u=St[l]||D7;a[l]=u(e[l],t[l],r,l)}return a}function gs(e,t,r,n){if(typeof r=="string"){var i=e[t];if(We(i,r))return i[r];var a=Br(r);if(We(i,a))return i[a];var s=mT(a);if(We(i,s))return i[s];var o=i[r]||i[a]||i[s];return o}}function mu(e,t,r,n){var i=t[e],a=!We(r,e),s=r[e],o=up(Boolean,i.type);if(o>-1){if(a&&!We(i,"default"))s=!1;else if(s===""||s===Ri(e)){var l=up(String,i.type);(l<0||o<l)&&(s=!0)}}if(s===void 0){s=P7(n,i,e);var u=ru;dr(!0),Kt(s),dr(u)}return s}function P7(e,t,r){if(!!We(t,"default")){var n=t.default;return e&&e.$options.propsData&&e.$options.propsData[r]===void 0&&e._props[r]!==void 0?e._props[r]:Ne(n)&&Hl(t.type)!=="Function"?n.call(e):n}}var $7=/^\s*function (\w+)/;function Hl(e){var t=e&&e.toString().match($7);return t?t[1]:""}function lp(e,t){return Hl(e)===Hl(t)}function up(e,t){if(!le(t))return lp(t,e)?0:-1;for(var r=0,n=t.length;r<n;r++)if(lp(t[r],e))return r;return-1}var ar={enumerable:!0,configurable:!0,get:$e,set:$e};function vu(e,t,r){ar.get=function(){return this[t][r]},ar.set=function(i){this[t][r]=i},Object.defineProperty(e,r,ar)}function F7(e){var t=e.$options;if(t.props&&U7(e,t.props),YT(e),t.methods&&H7(e,t.methods),t.data)q7(e);else{var r=Kt(e._data={});r&&r.vmCount++}t.computed&&V7(e,t.computed),t.watch&&t.watch!==Bl&&G7(e,t.watch)}function U7(e,t){var r=e.$options.propsData||{},n=e._props=Xp({}),i=e.$options._propKeys=[],a=!e.$parent;a||dr(!1);var s=function(l){i.push(l);var u=mu(l,t,r,e);if(!1)var d;else Pr(n,l,u);l in e||vu(e,"_props",l)};for(var o in t)s(o);dr(!0)}function q7(e){var t=e.$options.data;t=e._data=Ne(t)?j7(t,e):t||{},it(t)||(t={});for(var r=Object.keys(t),n=e.$options.props,i=e.$options.methods,a=r.length;a--;){var s=r[a];n&&We(n,s)||Vp(s)||vu(e,"_data",s)}var o=Kt(t);o&&o.vmCount++}function j7(e,t){Nn();try{return e.call(t,t)}catch(r){return $r(r,t,"data()"),{}}finally{On()}}var z7={lazy:!0};function V7(e,t){var r=e._computedWatchers=Object.create(null),n=Ci();for(var i in t){var a=t[i],s=Ne(a)?a:a.get;n||(r[i]=new uu(e,s||$e,$e,z7)),i in e||hh(e,i,a)}}function hh(e,t,r){var n=!Ci();Ne(r)?(ar.get=n?cp(t):dp(r),ar.set=$e):(ar.get=r.get?n&&r.cache!==!1?cp(t):dp(r.get):$e,ar.set=r.set||$e),Object.defineProperty(e,t,ar)}function cp(e){return function(){var r=this._computedWatchers&&this._computedWatchers[e];if(r)return r.dirty&&r.evaluate(),cr.target&&r.depend(),r.value}}function dp(e){return function(){return e.call(this,this)}}function H7(e,t){var r=e.$options.props;for(var n in t)e[n]=typeof t[n]!="function"?$e:Fp(t[n],e)}function G7(e,t){for(var r in t){var n=t[r];if(le(n))for(var i=0;i<n.length;i++)Gl(e,r,n[i]);else Gl(e,r,n)}}function Gl(e,t,r,n){return it(r)&&(n=r,r=r.handler),typeof r=="string"&&(r=e[r]),e.$watch(t,r,n)}function W7(e){var t={};t.get=function(){return this._data};var r={};r.get=function(){return this._props},Object.defineProperty(e.prototype,"$data",t),Object.defineProperty(e.prototype,"$props",r),e.prototype.$set=nu,e.prototype.$delete=Yp,e.prototype.$watch=function(n,i,a){var s=this;if(it(i))return Gl(s,n,i,a);a=a||{},a.user=!0;var o=new uu(s,n,i,a);if(a.immediate){var l='callback for immediate watcher "'.concat(o.expression,'"');Nn(),fr(i,s,[o.value],s,l),On()}return function(){o.teardown()}}}var Y7=0;function K7(e){e.prototype._init=function(t){var r=this;r._uid=Y7++;var n,i;r._isVue=!0,r.__v_skip=!0,r._scope=new IT(!0),r._scope._vm=!0,t&&t._isComponent?X7(r,t):r.$options=Fr(gu(r.constructor),t||{},r),r._renderProxy=r,r._self=r,p7(r),l7(r),ZT(r),yt(r,"beforeCreate",void 0,!1),R7(r),F7(r),x7(r),yt(r,"created"),r.$options.el&&r.$mount(r.$options.el)}}function X7(e,t){var r=e.$options=Object.create(e.constructor.options),n=t._parentVnode;r.parent=t.parent,r._parentVnode=n;var i=n.componentOptions;r.propsData=i.propsData,r._parentListeners=i.listeners,r._renderChildren=i.children,r._componentTag=i.tag,t.render&&(r.render=t.render,r.staticRenderFns=t.staticRenderFns)}function gu(e){var t=e.options;if(e.super){var r=gu(e.super),n=e.superOptions;if(r!==n){e.superOptions=r;var i=J7(e);i&&Ee(e.extendOptions,i),t=e.options=Fr(r,e.extendOptions),t.name&&(t.components[t.name]=e)}}return t}function J7(e){var t,r=e.options,n=e.sealedOptions;for(var i in r)r[i]!==n[i]&&(t||(t={}),t[i]=r[i]);return t}function be(e){this._init(e)}K7(be);W7(be);f7(be);h7(be);QT(be);function Z7(e){e.use=function(t){var r=this._installedPlugins||(this._installedPlugins=[]);if(r.indexOf(t)>-1)return this;var n=kl(arguments,1);return n.unshift(this),Ne(t.install)?t.install.apply(t,n):Ne(t)&&t.apply(null,n),r.push(t),this}}function Q7(e){e.mixin=function(t){return this.options=Fr(this.options,t),this}}function ex(e){e.cid=0;var t=1;e.extend=function(r){r=r||{};var n=this,i=n.cid,a=r._Ctor||(r._Ctor={});if(a[i])return a[i];var s=vs(r)||vs(n.options),o=function(u){this._init(u)};return o.prototype=Object.create(n.prototype),o.prototype.constructor=o,o.cid=t++,o.options=Fr(n.options,r),o.super=n,o.options.props&&tx(o),o.options.computed&&rx(o),o.extend=n.extend,o.mixin=n.mixin,o.use=n.use,_s.forEach(function(l){o[l]=n[l]}),s&&(o.options.components[s]=o),o.superOptions=n.options,o.extendOptions=r,o.sealedOptions=Ee({},o.options),a[i]=o,o}}function tx(e){var t=e.options.props;for(var r in t)vu(e.prototype,"_props",r)}function rx(e){var t=e.options.computed;for(var r in t)hh(e.prototype,r,t[r])}function nx(e){_s.forEach(function(t){e[t]=function(r,n){return n?(t==="component"&&it(n)&&(n.name=n.name||r,n=this.options._base.extend(n)),t==="directive"&&Ne(n)&&(n={bind:n,update:n}),this.options[t+"s"][r]=n,n):this.options[t+"s"][r]}})}function fp(e){return e&&(vs(e.Ctor.options)||e.tag)}function ts(e,t){return le(e)?e.indexOf(t)>-1:typeof e=="string"?e.split(",").indexOf(t)>-1:Pp(e)?e.test(t):!1}function pp(e,t){var r=e.cache,n=e.keys,i=e._vnode;for(var a in r){var s=r[a];if(s){var o=s.name;o&&!t(o)&&Wl(r,a,n,i)}}}function Wl(e,t,r,n){var i=e[t];i&&(!n||i.tag!==n.tag)&&i.componentInstance.$destroy(),e[t]=null,pr(r,t)}var hp=[String,RegExp,Array],ix={name:"keep-alive",abstract:!0,props:{include:hp,exclude:hp,max:[String,Number]},methods:{cacheVNode:function(){var e=this,t=e.cache,r=e.keys,n=e.vnodeToCache,i=e.keyToCache;if(n){var a=n.tag,s=n.componentInstance,o=n.componentOptions;t[i]={name:fp(o),tag:a,componentInstance:s},r.push(i),this.max&&r.length>parseInt(this.max)&&Wl(t,r[0],r,this._vnode),this.vnodeToCache=null}}},created:function(){this.cache=Object.create(null),this.keys=[]},destroyed:function(){for(var e in this.cache)Wl(this.cache,e,this.keys)},mounted:function(){var e=this;this.cacheVNode(),this.$watch("include",function(t){pp(e,function(r){return ts(t,r)})}),this.$watch("exclude",function(t){pp(e,function(r){return!ts(t,r)})})},updated:function(){this.cacheVNode()},render:function(){var e=this.$slots.default,t=nh(e),r=t&&t.componentOptions;if(r){var n=fp(r),i=this,a=i.include,s=i.exclude;if(a&&(!n||!ts(a,n))||s&&n&&ts(s,n))return t;var o=this,l=o.cache,u=o.keys,d=t.key==null?r.Ctor.cid+(r.tag?"::".concat(r.tag):""):t.key;l[d]?(t.componentInstance=l[d].componentInstance,pr(u,d),u.push(d)):(this.vnodeToCache=t,this.keyToCache=d),t.data.keepAlive=!0}return t||e&&e[0]}},ax={KeepAlive:ix};function sx(e){var t={};t.get=function(){return Ye},Object.defineProperty(e,"config",t),e.util={warn:fh,extend:Ee,mergeOptions:Fr,defineReactive:Pr},e.set=nu,e.delete=Yp,e.nextTick=lu,e.observable=function(r){return Kt(r),r},e.options=Object.create(null),_s.forEach(function(r){e.options[r+"s"]=Object.create(null)}),e.options._base=e,Ee(e.options.components,ax),Z7(e),Q7(e),ex(e),nx(e)}sx(be);Object.defineProperty(be.prototype,"$isServer",{get:Ci});Object.defineProperty(be.prototype,"$ssrContext",{get:function(){return this.$vnode&&this.$vnode.ssrContext}});Object.defineProperty(be,"FunctionalRenderContext",{value:pu});be.version=s7;var ox=_t("style,class"),lx=_t("input,textarea,option,select,progress"),ux=function(e,t,r){return r==="value"&&lx(e)&&t!=="button"||r==="selected"&&e==="option"||r==="checked"&&e==="input"||r==="muted"&&e==="video"},mh=_t("contenteditable,draggable,spellcheck"),cx=_t("events,caret,typing,plaintext-only"),dx=function(e,t){return Es(t)||t==="false"?"false":e==="contenteditable"&&cx(t)?t:"true"},fx=_t("allowfullscreen,async,autofocus,autoplay,checked,compact,controls,declare,default,defaultchecked,defaultmuted,defaultselected,defer,disabled,enabled,formnovalidate,hidden,indeterminate,inert,ismap,itemscope,loop,multiple,muted,nohref,noresize,noshade,novalidate,nowrap,open,pauseonexit,readonly,required,reversed,scoped,seamless,selected,sortable,truespeed,typemustmatch,visible"),Yl="http://www.w3.org/1999/xlink",Eu=function(e){return e.charAt(5)===":"&&e.slice(0,5)==="xlink"},vh=function(e){return Eu(e)?e.slice(6,e.length):""},Es=function(e){return e==null||e===!1};function px(e){for(var t=e.data,r=e,n=e;O(n.componentInstance);)n=n.componentInstance._vnode,n&&n.data&&(t=mp(n.data,t));for(;O(r=r.parent);)r&&r.data&&(t=mp(t,r.data));return hx(t.staticClass,t.class)}function mp(e,t){return{staticClass:bu(e.staticClass,t.staticClass),class:O(e.class)?[e.class,t.class]:t.class}}function hx(e,t){return O(e)||O(t)?bu(e,yu(t)):""}function bu(e,t){return e?t?e+" "+t:e:t||""}function yu(e){return Array.isArray(e)?mx(e):ze(e)?vx(e):typeof e=="string"?e:""}function mx(e){for(var t="",r,n=0,i=e.length;n<i;n++)O(r=yu(e[n]))&&r!==""&&(t&&(t+=" "),t+=r);return t}function vx(e){var t="";for(var r in e)e[r]&&(t&&(t+=" "),t+=r);return t}var gx={svg:"http://www.w3.org/2000/svg",math:"http://www.w3.org/1998/Math/MathML"},Ex=_t("html,body,base,head,link,meta,style,title,address,article,aside,footer,header,h1,h2,h3,h4,h5,h6,hgroup,nav,section,div,dd,dl,dt,figcaption,figure,picture,hr,img,li,main,ol,p,pre,ul,a,b,abbr,bdi,bdo,br,cite,code,data,dfn,em,i,kbd,mark,q,rp,rt,rtc,ruby,s,samp,small,span,strong,sub,sup,time,u,var,wbr,area,audio,map,track,video,embed,object,param,source,canvas,script,noscript,del,ins,caption,col,colgroup,table,thead,tbody,td,th,tr,button,datalist,fieldset,form,input,label,legend,meter,optgroup,option,output,progress,select,textarea,details,dialog,menu,menuitem,summary,content,element,shadow,template,blockquote,iframe,tfoot"),_u=_t("svg,animate,circle,clippath,cursor,defs,desc,ellipse,filter,font-face,foreignobject,g,glyph,image,line,marker,mask,missing-glyph,path,pattern,polygon,polyline,rect,switch,symbol,text,textpath,tspan,use,view",!0),gh=function(e){return Ex(e)||_u(e)};function bx(e){if(_u(e))return"svg";if(e==="math")return"math"}var rs=Object.create(null);function yx(e){if(!st)return!0;if(gh(e))return!1;if(e=e.toLowerCase(),rs[e]!=null)return rs[e];var t=document.createElement(e);return e.indexOf("-")>-1?rs[e]=t.constructor===window.HTMLUnknownElement||t.constructor===window.HTMLElement:rs[e]=/HTMLUnknownElement/.test(t.toString())}var Kl=_t("text,number,password,search,email,tel,url");function _x(e){if(typeof e=="string"){var t=document.querySelector(e);return t||document.createElement("div")}else return e}function Ax(e,t){var r=document.createElement(e);return e!=="select"||t.data&&t.data.attrs&&t.data.attrs.multiple!==void 0&&r.setAttribute("multiple","multiple"),r}function Tx(e,t){return document.createElementNS(gx[e],t)}function xx(e){return document.createTextNode(e)}function Rx(e){return document.createComment(e)}function Cx(e,t,r){e.insertBefore(t,r)}function Nx(e,t){e.removeChild(t)}function Ox(e,t){e.appendChild(t)}function wx(e){return e.parentNode}function Ix(e){return e.nextSibling}function Sx(e){return e.tagName}function Lx(e,t){e.textContent=t}function Dx(e,t){e.setAttribute(t,"")}var kx=Object.freeze({__proto__:null,createElement:Ax,createElementNS:Tx,createTextNode:xx,createComment:Rx,insertBefore:Cx,removeChild:Nx,appendChild:Ox,parentNode:wx,nextSibling:Ix,tagName:Sx,setTextContent:Lx,setStyleScope:Dx}),Bx={create:function(e,t){An(t)},update:function(e,t){e.data.ref!==t.data.ref&&(An(e,!0),An(t))},destroy:function(e){An(e,!0)}};function An(e,t){var r=e.data.ref;if(!!O(r)){var n=e.context,i=e.componentInstance||e.elm,a=t?null:i,s=t?void 0:i;if(Ne(r)){fr(r,n,[a],n,"template ref function");return}var o=e.data.refInFor,l=typeof r=="string"||typeof r=="number",u=Lt(r),d=n.$refs;if(l||u){if(o){var h=l?d[r]:r.value;t?le(h)&&pr(h,i):le(h)?h.includes(i)||h.push(i):l?(d[r]=[i],vp(n,r,d[r])):r.value=[i]}else if(l){if(t&&d[r]!==i)return;d[r]=s,vp(n,r,a)}else if(u){if(t&&r.value!==i)return;r.value=a}}}}function vp(e,t,r){var n=e._setupState;n&&We(n,t)&&(Lt(n[t])?n[t].value=r:n[t]=r)}var or=new at("",{},[]),hi=["create","activate","update","remove","destroy"];function Sr(e,t){return e.key===t.key&&e.asyncFactory===t.asyncFactory&&(e.tag===t.tag&&e.isComment===t.isComment&&O(e.data)===O(t.data)&&Mx(e,t)||Oe(e.isAsyncPlaceholder)&&ee(t.asyncFactory.error))}function Mx(e,t){if(e.tag!=="input")return!0;var r,n=O(r=e.data)&&O(r=r.attrs)&&r.type,i=O(r=t.data)&&O(r=r.attrs)&&r.type;return n===i||Kl(n)&&Kl(i)}function Px(e,t,r){var n,i,a={};for(n=t;n<=r;++n)i=e[n].key,O(i)&&(a[i]=n);return a}function $x(e){var t,r,n={},i=e.modules,a=e.nodeOps;for(t=0;t<hi.length;++t)for(n[hi[t]]=[],r=0;r<i.length;++r)O(i[r][hi[t]])&&n[hi[t]].push(i[r][hi[t]]);function s(R){return new at(a.tagName(R).toLowerCase(),{},[],void 0,R)}function o(R,A){function v(){--v.listeners===0&&l(R)}return v.listeners=A,v}function l(R){var A=a.parentNode(R);O(A)&&a.removeChild(A,R)}function u(R,A){return!A&&!R.ns&&!(Ye.ignoredElements.length&&Ye.ignoredElements.some(function(v){return Pp(v)?v.test(R.tag):v===R.tag}))&&Ye.isUnknownElement(R.tag)}var d=0;function h(R,A,v,k,K,te,m){if(O(R.elm)&&O(te)&&(R=te[m]=Ml(R)),R.isRootInsert=!K,!E(R,A,v,k)){var S=R.data,P=R.children,G=R.tag;O(G)?(R.elm=R.ns?a.createElementNS(R.ns,G):a.createElement(G,R),M(R),I(R,P,A),O(S)&&N(R,A),_(v,R.elm,k)):Oe(R.isComment)?(R.elm=a.createComment(R.text),_(v,R.elm,k)):(R.elm=a.createTextNode(R.text),_(v,R.elm,k))}}function E(R,A,v,k){var K=R.data;if(O(K)){var te=O(R.componentInstance)&&K.keepAlive;if(O(K=K.hook)&&O(K=K.init)&&K(R,!1),O(R.componentInstance))return y(R,A),_(v,R.elm,k),Oe(te)&&T(R,A,v,k),!0}}function y(R,A){O(R.data.pendingInsert)&&(A.push.apply(A,R.data.pendingInsert),R.data.pendingInsert=null),R.elm=R.componentInstance.$el,C(R)?(N(R,A),M(R)):(An(R),A.push(R))}function T(R,A,v,k){for(var K,te=R;te.componentInstance;)if(te=te.componentInstance._vnode,O(K=te.data)&&O(K=K.transition)){for(K=0;K<n.activate.length;++K)n.activate[K](or,te);A.push(te);break}_(v,R.elm,k)}function _(R,A,v){O(R)&&(O(v)?a.parentNode(v)===R&&a.insertBefore(R,A,v):a.appendChild(R,A))}function I(R,A,v){if(le(A))for(var k=0;k<A.length;++k)h(A[k],v,R.elm,null,!0,A,k);else xi(R.text)&&a.appendChild(R.elm,a.createTextNode(String(R.text)))}function C(R){for(;R.componentInstance;)R=R.componentInstance._vnode;return O(R.tag)}function N(R,A){for(var v=0;v<n.create.length;++v)n.create[v](or,R);t=R.data.hook,O(t)&&(O(t.create)&&t.create(or,R),O(t.insert)&&A.push(R))}function M(R){var A;if(O(A=R.fnScopeId))a.setStyleScope(R.elm,A);else for(var v=R;v;)O(A=v.context)&&O(A=A.$options._scopeId)&&a.setStyleScope(R.elm,A),v=v.parent;O(A=Dr)&&A!==R.context&&A!==R.fnContext&&O(A=A.$options._scopeId)&&a.setStyleScope(R.elm,A)}function L(R,A,v,k,K,te){for(;k<=K;++k)h(v[k],te,R,A,!1,v,k)}function H(R){var A,v,k=R.data;if(O(k))for(O(A=k.hook)&&O(A=A.destroy)&&A(R),A=0;A<n.destroy.length;++A)n.destroy[A](R);if(O(A=R.children))for(v=0;v<R.children.length;++v)H(R.children[v])}function B(R,A,v){for(;A<=v;++A){var k=R[A];O(k)&&(O(k.tag)?(j(k),H(k)):l(k.elm))}}function j(R,A){if(O(A)||O(R.data)){var v,k=n.remove.length+1;for(O(A)?A.listeners+=k:A=o(R.elm,k),O(v=R.componentInstance)&&O(v=v._vnode)&&O(v.data)&&j(v,A),v=0;v<n.remove.length;++v)n.remove[v](R,A);O(v=R.data.hook)&&O(v=v.remove)?v(R,A):A()}else l(R.elm)}function ce(R,A,v,k,K){for(var te=0,m=0,S=A.length-1,P=A[0],G=A[S],Z=v.length-1,he=v[0],f=v[Z],Se,me,Be,Te,ir=!K;te<=S&&m<=Z;)ee(P)?P=A[++te]:ee(G)?G=A[--S]:Sr(P,he)?(Ae(P,he,k,v,m),P=A[++te],he=v[++m]):Sr(G,f)?(Ae(G,f,k,v,Z),G=A[--S],f=v[--Z]):Sr(P,f)?(Ae(P,f,k,v,Z),ir&&a.insertBefore(R,P.elm,a.nextSibling(G.elm)),P=A[++te],f=v[--Z]):Sr(G,he)?(Ae(G,he,k,v,m),ir&&a.insertBefore(R,G.elm,P.elm),G=A[--S],he=v[++m]):(ee(Se)&&(Se=Px(A,te,S)),me=O(he.key)?Se[he.key]:je(he,A,te,S),ee(me)?h(he,k,R,P.elm,!1,v,m):(Be=A[me],Sr(Be,he)?(Ae(Be,he,k,v,m),A[me]=void 0,ir&&a.insertBefore(R,Be.elm,P.elm)):h(he,k,R,P.elm,!1,v,m)),he=v[++m]);te>S?(Te=ee(v[Z+1])?null:v[Z+1].elm,L(R,Te,v,m,Z,k)):m>Z&&B(A,te,S)}function de(R){for(var A={},v=0;v<R.length;v++){var k=R[v],K=k.key;O(K)&&(A[K]?fh("Duplicate keys detected: '".concat(K,"'. This may cause an update error."),k.context):A[K]=!0)}}function je(R,A,v,k){for(var K=v;K<k;K++){var te=A[K];if(O(te)&&Sr(R,te))return K}}function Ae(R,A,v,k,K,te){if(R!==A){O(A.elm)&&O(k)&&(A=k[K]=Ml(A));var m=A.elm=R.elm;if(Oe(R.isAsyncPlaceholder)){O(A.asyncFactory.resolved)?V(R.elm,A,v):A.isAsyncPlaceholder=!0;return}if(Oe(A.isStatic)&&Oe(R.isStatic)&&A.key===R.key&&(Oe(A.isCloned)||Oe(A.isOnce))){A.componentInstance=R.componentInstance;return}var S,P=A.data;O(P)&&O(S=P.hook)&&O(S=S.prepatch)&&S(R,A);var G=R.children,Z=A.children;if(O(P)&&C(A)){for(S=0;S<n.update.length;++S)n.update[S](R,A);O(S=P.hook)&&O(S=S.update)&&S(R,A)}ee(A.text)?O(G)&&O(Z)?G!==Z&&ce(m,G,Z,v,te):O(Z)?(O(R.text)&&a.setTextContent(m,""),L(m,null,Z,0,Z.length-1,v)):O(G)?B(G,0,G.length-1):O(R.text)&&a.setTextContent(m,""):R.text!==A.text&&a.setTextContent(m,A.text),O(P)&&O(S=P.hook)&&O(S=S.postpatch)&&S(R,A)}}function x(R,A,v){if(Oe(v)&&O(R.parent))R.parent.data.pendingInsert=A;else for(var k=0;k<A.length;++k)A[k].data.hook.insert(A[k])}var $=!1,Y=_t("attrs,class,staticClass,staticStyle,key");function V(R,A,v,k){var K,te=A.tag,m=A.data,S=A.children;if(k=k||m&&m.pre,A.elm=R,Oe(A.isComment)&&O(A.asyncFactory))return A.isAsyncPlaceholder=!0,!0;if(O(m)&&(O(K=m.hook)&&O(K=K.init)&&K(A,!0),O(K=A.componentInstance)))return y(A,v),!0;if(O(te)){if(O(S))if(!R.hasChildNodes())I(A,S,v);else if(O(K=m)&&O(K=K.domProps)&&O(K=K.innerHTML)){if(K!==R.innerHTML)return!1}else{for(var P=!0,G=R.firstChild,Z=0;Z<S.length;Z++){if(!G||!V(G,S[Z],v,k)){P=!1;break}G=G.nextSibling}if(!P||G)return!1}if(O(m)){var he=!1;for(var f in m)if(!Y(f)){he=!0,N(A,v);break}!he&&m.class&&hs(m.class)}}else R.data!==A.text&&(R.data=A.text);return!0}function J(R,A,v){return O(A.tag)?A.tag.indexOf("vue-component")===0||!u(A,v)&&A.tag.toLowerCase()===(R.tagName&&R.tagName.toLowerCase()):R.nodeType===(A.isComment?8:3)}return function(A,v,k,K){if(ee(v)){O(A)&&H(A);return}var te=!1,m=[];if(ee(A))te=!0,h(v,m);else{var S=O(A.nodeType);if(!S&&Sr(A,v))Ae(A,v,m,null,null,K);else{if(S){if(A.nodeType===1&&A.hasAttribute(Vf)&&(A.removeAttribute(Vf),k=!0),Oe(k)&&V(A,v,m))return x(v,m,!0),A;A=s(A)}var P=A.elm,G=a.parentNode(P);if(h(v,m,P._leaveCb?null:G,a.nextSibling(P)),O(v.parent))for(var Z=v.parent,he=C(v);Z;){for(var f=0;f<n.destroy.length;++f)n.destroy[f](Z);if(Z.elm=v.elm,he){for(var Se=0;Se<n.create.length;++Se)n.create[Se](or,Z);var me=Z.data.hook.insert;if(me.merged)for(var Be=1;Be<me.fns.length;Be++)me.fns[Be]()}else An(Z);Z=Z.parent}O(G)?B([A],0,0):O(A.tag)&&H(A)}}return x(v,m,te),v.elm}}var Fx={create:Nl,update:Nl,destroy:function(t){Nl(t,or)}};function Nl(e,t){(e.data.directives||t.data.directives)&&Ux(e,t)}function Ux(e,t){var r=e===or,n=t===or,i=gp(e.data.directives,e.context),a=gp(t.data.directives,t.context),s=[],o=[],l,u,d;for(l in a)u=i[l],d=a[l],u?(d.oldValue=u.value,d.oldArg=u.arg,mi(d,"update",t,e),d.def&&d.def.componentUpdated&&o.push(d)):(mi(d,"bind",t,e),d.def&&d.def.inserted&&s.push(d));if(s.length){var h=function(){for(var E=0;E<s.length;E++)mi(s[E],"inserted",t,e)};r?sr(t,"insert",h):h()}if(o.length&&sr(t,"postpatch",function(){for(var E=0;E<o.length;E++)mi(o[E],"componentUpdated",t,e)}),!r)for(l in i)a[l]||mi(i[l],"unbind",e,e,n)}var qx=Object.create(null);function gp(e,t){var r=Object.create(null);if(!e)return r;var n,i;for(n=0;n<e.length;n++){if(i=e[n],i.modifiers||(i.modifiers=qx),r[jx(i)]=i,t._setupState&&t._setupState.__sfc){var a=i.def||gs(t,"_setupState","v-"+i.name);typeof a=="function"?i.def={bind:a,update:a}:i.def=a}i.def=i.def||gs(t.$options,"directives",i.name,!0)}return r}function jx(e){return e.rawName||"".concat(e.name,".").concat(Object.keys(e.modifiers||{}).join("."))}function mi(e,t,r,n,i){var a=e.def&&e.def[t];if(a)try{a(r.elm,e,r,n,i)}catch(s){$r(s,r.context,"directive ".concat(e.name," ").concat(t," hook"))}}var zx=[Bx,Fx];function Ep(e,t){var r=t.componentOptions;if(!(O(r)&&r.Ctor.options.inheritAttrs===!1)&&!(ee(e.data.attrs)&&ee(t.data.attrs))){var n,i,a,s=t.elm,o=e.data.attrs||{},l=t.data.attrs||{};(O(l.__ob__)||Oe(l._v_attr_proxy))&&(l=t.data.attrs=Ee({},l));for(n in l)i=l[n],a=o[n],a!==i&&bp(s,n,i,t.data.pre);(Rn||tu)&&l.value!==o.value&&bp(s,"value",l.value);for(n in o)ee(l[n])&&(Eu(n)?s.removeAttributeNS(Yl,vh(n)):mh(n)||s.removeAttribute(n))}}function bp(e,t,r,n){n||e.tagName.indexOf("-")>-1?yp(e,t,r):fx(t)?Es(r)?e.removeAttribute(t):(r=t==="allowfullscreen"&&e.tagName==="EMBED"?"true":t,e.setAttribute(t,r)):mh(t)?e.setAttribute(t,dx(t,r)):Eu(t)?Es(r)?e.removeAttributeNS(Yl,vh(t)):e.setAttributeNS(Yl,t,r):yp(e,t,r)}function yp(e,t,r){if(Es(r))e.removeAttribute(t);else{if(Rn&&!Cn&&e.tagName==="TEXTAREA"&&t==="placeholder"&&r!==""&&!e.__ieph){var n=function(i){i.stopImmediatePropagation(),e.removeEventListener("input",n)};e.addEventListener("input",n),e.__ieph=!0}e.setAttribute(t,r)}}var Vx={create:Ep,update:Ep};function _p(e,t){var r=t.elm,n=t.data,i=e.data;if(!(ee(n.staticClass)&&ee(n.class)&&(ee(i)||ee(i.staticClass)&&ee(i.class)))){var a=px(t),s=r._transitionClasses;O(s)&&(a=bu(a,yu(s))),a!==r._prevClass&&(r.setAttribute("class",a),r._prevClass=a)}}var Hx={create:_p,update:_p},Ol="__r",wl="__c";function Gx(e){if(O(e[Ol])){var t=Rn?"change":"input";e[t]=[].concat(e[Ol],e[t]||[]),delete e[Ol]}O(e[wl])&&(e.change=[].concat(e[wl],e.change||[]),delete e[wl])}var Ti;function Wx(e,t,r){var n=Ti;return function i(){var a=t.apply(null,arguments);a!==null&&Eh(e,i,r,n)}}var Yx=Ul&&!(Hf&&Number(Hf[1])<=53);function Kx(e,t,r,n){if(Yx){var i=ch,a=t;t=a._wrapper=function(s){if(s.target===s.currentTarget||s.timeStamp>=i||s.timeStamp<=0||s.target.ownerDocument!==document)return a.apply(this,arguments)}}Ti.addEventListener(e,t,Hp?{capture:r,passive:n}:r)}function Eh(e,t,r,n){(n||Ti).removeEventListener(e,t._wrapper||t,r)}function Il(e,t){if(!(ee(e.data.on)&&ee(t.data.on))){var r=t.data.on||{},n=e.data.on||{};Ti=t.elm||e.elm,Gx(r),Jp(r,n,Kx,Eh,Wx,t.context),Ti=void 0}}var Xx={create:Il,update:Il,destroy:function(e){return Il(e,or)}},ns;function Ap(e,t){if(!(ee(e.data.domProps)&&ee(t.data.domProps))){var r,n,i=t.elm,a=e.data.domProps||{},s=t.data.domProps||{};(O(s.__ob__)||Oe(s._v_attr_proxy))&&(s=t.data.domProps=Ee({},s));for(r in a)r in s||(i[r]="");for(r in s){if(n=s[r],r==="textContent"||r==="innerHTML"){if(t.children&&(t.children.length=0),n===a[r])continue;i.childNodes.length===1&&i.removeChild(i.childNodes[0])}if(r==="value"&&i.tagName!=="PROGRESS"){i._value=n;var o=ee(n)?"":String(n);Jx(i,o)&&(i.value=o)}else if(r==="innerHTML"&&_u(i.tagName)&&ee(i.innerHTML)){ns=ns||document.createElement("div"),ns.innerHTML="<svg>".concat(n,"</svg>");for(var l=ns.firstChild;i.firstChild;)i.removeChild(i.firstChild);for(;l.firstChild;)i.appendChild(l.firstChild)}else if(n!==a[r])try{i[r]=n}catch{}}}}function Jx(e,t){return!e.composing&&(e.tagName==="OPTION"||Zx(e,t)||Qx(e,t))}function Zx(e,t){var r=!0;try{r=document.activeElement!==e}catch{}return r&&e.value!==t}function Qx(e,t){var r=e.value,n=e._vModifiers;if(O(n)){if(n.number)return Ei(r)!==Ei(t);if(n.trim)return r.trim()!==t.trim()}return r!==t}var eR={create:Ap,update:Ap},tR=Ur(function(e){var t={},r=/;(?![^(]*\))/g,n=/:(.+)/;return e.split(r).forEach(function(i){if(i){var a=i.split(n);a.length>1&&(t[a[0].trim()]=a[1].trim())}}),t});function Sl(e){var t=bh(e.style);return e.staticStyle?Ee(e.staticStyle,t):t}function bh(e){return Array.isArray(e)?Up(e):typeof e=="string"?tR(e):e}function rR(e,t){var r={},n;if(t)for(var i=e;i.componentInstance;)i=i.componentInstance._vnode,i&&i.data&&(n=Sl(i.data))&&Ee(r,n);(n=Sl(e.data))&&Ee(r,n);for(var a=e;a=a.parent;)a.data&&(n=Sl(a.data))&&Ee(r,n);return r}var nR=/^--/,Tp=/\s*!important$/,xp=function(e,t,r){if(nR.test(t))e.style.setProperty(t,r);else if(Tp.test(r))e.style.setProperty(Ri(t),r.replace(Tp,""),"important");else{var n=iR(t);if(Array.isArray(r))for(var i=0,a=r.length;i<a;i++)e.style[n]=r[i];else e.style[n]=r}},Rp=["Webkit","Moz","ms"],is,iR=Ur(function(e){if(is=is||document.createElement("div").style,e=Br(e),e!=="filter"&&e in is)return e;for(var t=e.charAt(0).toUpperCase()+e.slice(1),r=0;r<Rp.length;r++){var n=Rp[r]+t;if(n in is)return n}});function Cp(e,t){var r=t.data,n=e.data;if(!(ee(r.staticStyle)&&ee(r.style)&&ee(n.staticStyle)&&ee(n.style))){var i,a,s=t.elm,o=n.staticStyle,l=n.normalizedStyle||n.style||{},u=o||l,d=bh(t.data.style)||{};t.data.normalizedStyle=O(d.__ob__)?Ee({},d):d;var h=rR(t,!0);for(a in u)ee(h[a])&&xp(s,a,"");for(a in h)i=h[a],i!==u[a]&&xp(s,a,i??"")}}var aR={create:Cp,update:Cp},yh=/\s+/;function _h(e,t){if(!(!t||!(t=t.trim())))if(e.classList)t.indexOf(" ")>-1?t.split(yh).forEach(function(n){return e.classList.add(n)}):e.classList.add(t);else{var r=" ".concat(e.getAttribute("class")||""," ");r.indexOf(" "+t+" ")<0&&e.setAttribute("class",(r+t).trim())}}function Ah(e,t){if(!(!t||!(t=t.trim())))if(e.classList)t.indexOf(" ")>-1?t.split(yh).forEach(function(i){return e.classList.remove(i)}):e.classList.remove(t),e.classList.length||e.removeAttribute("class");else{for(var r=" ".concat(e.getAttribute("class")||""," "),n=" "+t+" ";r.indexOf(n)>=0;)r=r.replace(n," ");r=r.trim(),r?e.setAttribute("class",r):e.removeAttribute("class")}}function Th(e){if(!!e){if(typeof e=="object"){var t={};return e.css!==!1&&Ee(t,Np(e.name||"v")),Ee(t,e),t}else if(typeof e=="string")return Np(e)}}var Np=Ur(function(e){return{enterClass:"".concat(e,"-enter"),enterToClass:"".concat(e,"-enter-to"),enterActiveClass:"".concat(e,"-enter-active"),leaveClass:"".concat(e,"-leave"),leaveToClass:"".concat(e,"-leave-to"),leaveActiveClass:"".concat(e,"-leave-active")}}),xh=st&&!Cn,bn="transition",Ll="animation",ls="transition",bs="transitionend",Xl="animation",Rh="animationend";xh&&(window.ontransitionend===void 0&&window.onwebkittransitionend!==void 0&&(ls="WebkitTransition",bs="webkitTransitionEnd"),window.onanimationend===void 0&&window.onwebkitanimationend!==void 0&&(Xl="WebkitAnimation",Rh="webkitAnimationEnd"));var Op=st?window.requestAnimationFrame?window.requestAnimationFrame.bind(window):setTimeout:function(e){return e()};function Ch(e){Op(function(){Op(e)})}function kr(e,t){var r=e._transitionClasses||(e._transitionClasses=[]);r.indexOf(t)<0&&(r.push(t),_h(e,t))}function Yt(e,t){e._transitionClasses&&pr(e._transitionClasses,t),Ah(e,t)}function Nh(e,t,r){var n=Oh(e,t),i=n.type,a=n.timeout,s=n.propCount;if(!i)return r();var o=i===bn?bs:Rh,l=0,u=function(){e.removeEventListener(o,d),r()},d=function(h){h.target===e&&++l>=s&&u()};setTimeout(function(){l<s&&u()},a+1),e.addEventListener(o,d)}var sR=/\b(transform|all)(,|$)/;function Oh(e,t){var r=window.getComputedStyle(e),n=(r[ls+"Delay"]||"").split(", "),i=(r[ls+"Duration"]||"").split(", "),a=wp(n,i),s=(r[Xl+"Delay"]||"").split(", "),o=(r[Xl+"Duration"]||"").split(", "),l=wp(s,o),u,d=0,h=0;t===bn?a>0&&(u=bn,d=a,h=i.length):t===Ll?l>0&&(u=Ll,d=l,h=o.length):(d=Math.max(a,l),u=d>0?a>l?bn:Ll:null,h=u?u===bn?i.length:o.length:0);var E=u===bn&&sR.test(r[ls+"Property"]);return{type:u,timeout:d,propCount:h,hasTransform:E}}function wp(e,t){for(;e.length<t.length;)e=e.concat(e);return Math.max.apply(null,t.map(function(r,n){return Ip(r)+Ip(e[n])}))}function Ip(e){return Number(e.slice(0,-1).replace(",","."))*1e3}function Jl(e,t){var r=e.elm;O(r._leaveCb)&&(r._leaveCb.cancelled=!0,r._leaveCb());var n=Th(e.data.transition);if(!ee(n)&&!(O(r._enterCb)||r.nodeType!==1)){for(var i=n.css,a=n.type,s=n.enterClass,o=n.enterToClass,l=n.enterActiveClass,u=n.appearClass,d=n.appearToClass,h=n.appearActiveClass,E=n.beforeEnter,y=n.enter,T=n.afterEnter,_=n.enterCancelled,I=n.beforeAppear,C=n.appear,N=n.afterAppear,M=n.appearCancelled,L=n.duration,H=Dr,B=Dr.$vnode;B&&B.parent;)H=B.context,B=B.parent;var j=!H._isMounted||!e.isRootInsert;if(!(j&&!C&&C!=="")){var ce=j&&u?u:s,de=j&&h?h:l,je=j&&d?d:o,Ae=j&&I||E,x=j&&Ne(C)?C:y,$=j&&N||T,Y=j&&M||_,V=Ei(ze(L)?L.enter:L),J=i!==!1&&!Cn,R=Au(x),A=r._enterCb=us(function(){J&&(Yt(r,je),Yt(r,de)),A.cancelled?(J&&Yt(r,ce),Y&&Y(r)):$&&$(r),r._enterCb=null});e.data.show||sr(e,"insert",function(){var v=r.parentNode,k=v&&v._pending&&v._pending[e.key];k&&k.tag===e.tag&&k.elm._leaveCb&&k.elm._leaveCb(),x&&x(r,A)}),Ae&&Ae(r),J&&(kr(r,ce),kr(r,de),Ch(function(){Yt(r,ce),A.cancelled||(kr(r,je),R||(Ih(V)?setTimeout(A,V):Nh(r,a,A)))})),e.data.show&&(t&&t(),x&&x(r,A)),!J&&!R&&A()}}}function wh(e,t){var r=e.elm;O(r._enterCb)&&(r._enterCb.cancelled=!0,r._enterCb());var n=Th(e.data.transition);if(ee(n)||r.nodeType!==1)return t();if(O(r._leaveCb))return;var i=n.css,a=n.type,s=n.leaveClass,o=n.leaveToClass,l=n.leaveActiveClass,u=n.beforeLeave,d=n.leave,h=n.afterLeave,E=n.leaveCancelled,y=n.delayLeave,T=n.duration,_=i!==!1&&!Cn,I=Au(d),C=Ei(ze(T)?T.leave:T),N=r._leaveCb=us(function(){r.parentNode&&r.parentNode._pending&&(r.parentNode._pending[e.key]=null),_&&(Yt(r,o),Yt(r,l)),N.cancelled?(_&&Yt(r,s),E&&E(r)):(t(),h&&h(r)),r._leaveCb=null});y?y(M):M();function M(){N.cancelled||(!e.data.show&&r.parentNode&&((r.parentNode._pending||(r.parentNode._pending={}))[e.key]=e),u&&u(r),_&&(kr(r,s),kr(r,l),Ch(function(){Yt(r,s),N.cancelled||(kr(r,o),I||(Ih(C)?setTimeout(N,C):Nh(r,a,N)))})),d&&d(r,N),!_&&!I&&N())}}function Ih(e){return typeof e=="number"&&!isNaN(e)}function Au(e){if(ee(e))return!1;var t=e.fns;return O(t)?Au(Array.isArray(t)?t[0]:t):(e._length||e.length)>1}function Sp(e,t){t.data.show!==!0&&Jl(t)}var oR=st?{create:Sp,activate:Sp,remove:function(e,t){e.data.show!==!0?wh(e,t):t()}}:{},lR=[Vx,Hx,Xx,eR,aR,oR],uR=lR.concat(zx),cR=$x({nodeOps:kx,modules:uR});Cn&&document.addEventListener("selectionchange",function(){var e=document.activeElement;e&&e.vmodel&&Tu(e,"input")});var Sh={inserted:function(e,t,r,n){r.tag==="select"?(n.elm&&!n.elm._vOptions?sr(r,"postpatch",function(){Sh.componentUpdated(e,t,r)}):Lp(e,t,r.context),e._vOptions=[].map.call(e.options,ys)):(r.tag==="textarea"||Kl(e.type))&&(e._vModifiers=t.modifiers,t.modifiers.lazy||(e.addEventListener("compositionstart",dR),e.addEventListener("compositionend",Bp),e.addEventListener("change",Bp),Cn&&(e.vmodel=!0)))},componentUpdated:function(e,t,r){if(r.tag==="select"){Lp(e,t,r.context);var n=e._vOptions,i=e._vOptions=[].map.call(e.options,ys);if(i.some(function(s,o){return!Mr(s,n[o])})){var a=e.multiple?t.value.some(function(s){return kp(s,i)}):t.value!==t.oldValue&&kp(t.value,i);a&&Tu(e,"change")}}}};function Lp(e,t,r){Dp(e,t,r),(Rn||tu)&&setTimeout(function(){Dp(e,t,r)},0)}function Dp(e,t,r){var n=t.value,i=e.multiple;if(!(i&&!Array.isArray(n))){for(var a,s,o=0,l=e.options.length;o<l;o++)if(s=e.options[o],i)a=jp(n,ys(s))>-1,s.selected!==a&&(s.selected=a);else if(Mr(ys(s),n)){e.selectedIndex!==o&&(e.selectedIndex=o);return}i||(e.selectedIndex=-1)}}function kp(e,t){return t.every(function(r){return!Mr(r,e)})}function ys(e){return"_value"in e?e._value:e.value}function dR(e){e.target.composing=!0}function Bp(e){!e.target.composing||(e.target.composing=!1,Tu(e.target,"input"))}function Tu(e,t){var r=document.createEvent("HTMLEvents");r.initEvent(t,!0,!0),e.dispatchEvent(r)}function Zl(e){return e.componentInstance&&(!e.data||!e.data.transition)?Zl(e.componentInstance._vnode):e}var fR={bind:function(e,t,r){var n=t.value;r=Zl(r);var i=r.data&&r.data.transition,a=e.__vOriginalDisplay=e.style.display==="none"?"":e.style.display;n&&i?(r.data.show=!0,Jl(r,function(){e.style.display=a})):e.style.display=n?a:"none"},update:function(e,t,r){var n=t.value,i=t.oldValue;if(!n!=!i){r=Zl(r);var a=r.data&&r.data.transition;a?(r.data.show=!0,n?Jl(r,function(){e.style.display=e.__vOriginalDisplay}):wh(r,function(){e.style.display="none"})):e.style.display=n?e.__vOriginalDisplay:"none"}},unbind:function(e,t,r,n,i){i||(e.style.display=e.__vOriginalDisplay)}},pR={model:Sh,show:fR},Lh={name:String,appear:Boolean,css:Boolean,mode:String,type:String,enterClass:String,leaveClass:String,enterToClass:String,leaveToClass:String,enterActiveClass:String,leaveActiveClass:String,appearClass:String,appearActiveClass:String,appearToClass:String,duration:[Number,String,Object]};function Ql(e){var t=e&&e.componentOptions;return t&&t.Ctor.options.abstract?Ql(nh(t.children)):e}function Dh(e){var t={},r=e.$options;for(var n in r.propsData)t[n]=e[n];var i=r._parentListeners;for(var n in i)t[Br(n)]=i[n];return t}function Mp(e,t){if(/\d-keep-alive$/.test(t.tag))return e("keep-alive",{props:t.componentOptions.propsData})}function hR(e){for(;e=e.parent;)if(e.data.transition)return!0}function mR(e,t){return t.key===e.key&&t.tag===e.tag}var vR=function(e){return e.tag||yi(e)},gR=function(e){return e.name==="show"},ER={name:"transition",props:Lh,abstract:!0,render:function(e){var t=this,r=this.$slots.default;if(!!r&&(r=r.filter(vR),!!r.length)){var n=this.mode,i=r[0];if(hR(this.$vnode))return i;var a=Ql(i);if(!a)return i;if(this._leaving)return Mp(e,i);var s="__transition-".concat(this._uid,"-");a.key=a.key==null?a.isComment?s+"comment":s+a.tag:xi(a.key)?String(a.key).indexOf(s)===0?a.key:s+a.key:a.key;var o=(a.data||(a.data={})).transition=Dh(this),l=this._vnode,u=Ql(l);if(a.data.directives&&a.data.directives.some(gR)&&(a.data.show=!0),u&&u.data&&!mR(a,u)&&!yi(u)&&!(u.componentInstance&&u.componentInstance._vnode.isComment)){var d=u.data.transition=Ee({},o);if(n==="out-in")return this._leaving=!0,sr(d,"afterLeave",function(){t._leaving=!1,t.$forceUpdate()}),Mp(e,i);if(n==="in-out"){if(yi(a))return l;var h,E=function(){h()};sr(o,"afterEnter",E),sr(o,"enterCancelled",E),sr(d,"delayLeave",function(y){h=y})}}return i}}},kh=Ee({tag:String,moveClass:String},Lh);delete kh.mode;var bR={props:kh,beforeMount:function(){var e=this,t=this._update;this._update=function(r,n){var i=oh(e);e.__patch__(e._vnode,e.kept,!1,!0),e._vnode=e.kept,i(),t.call(e,r,n)}},render:function(e){for(var t=this.tag||this.$vnode.data.tag||"span",r=Object.create(null),n=this.prevChildren=this.children,i=this.$slots.default||[],a=this.children=[],s=Dh(this),o=0;o<i.length;o++){var l=i[o];if(l.tag){if(l.key!=null&&String(l.key).indexOf("__vlist")!==0)a.push(l),r[l.key]=l,(l.data||(l.data={})).transition=s;else if(!1)var u,d}}if(n){for(var h=[],E=[],o=0;o<n.length;o++){var l=n[o];l.data.transition=s,l.data.pos=l.elm.getBoundingClientRect(),r[l.key]?h.push(l):E.push(l)}this.kept=e(t,null,h),this.removed=E}return e(t,null,a)},updated:function(){var e=this.prevChildren,t=this.moveClass||(this.name||"v")+"-move";!e.length||!this.hasMove(e[0].elm,t)||(e.forEach(yR),e.forEach(_R),e.forEach(AR),this._reflow=document.body.offsetHeight,e.forEach(function(r){if(r.data.moved){var n=r.elm,i=n.style;kr(n,t),i.transform=i.WebkitTransform=i.transitionDuration="",n.addEventListener(bs,n._moveCb=function a(s){s&&s.target!==n||(!s||/transform$/.test(s.propertyName))&&(n.removeEventListener(bs,a),n._moveCb=null,Yt(n,t))})}}))},methods:{hasMove:function(e,t){if(!xh)return!1;if(this._hasMove)return this._hasMove;var r=e.cloneNode();e._transitionClasses&&e._transitionClasses.forEach(function(i){Ah(r,i)}),_h(r,t),r.style.display="none",this.$el.appendChild(r);var n=Oh(r);return this.$el.removeChild(r),this._hasMove=n.hasTransform}}};function yR(e){e.elm._moveCb&&e.elm._moveCb(),e.elm._enterCb&&e.elm._enterCb()}function _R(e){e.data.newPos=e.elm.getBoundingClientRect()}function AR(e){var t=e.data.pos,r=e.data.newPos,n=t.left-r.left,i=t.top-r.top;if(n||i){e.data.moved=!0;var a=e.elm.style;a.transform=a.WebkitTransform="translate(".concat(n,"px,").concat(i,"px)"),a.transitionDuration="0s"}}var TR={Transition:ER,TransitionGroup:bR};be.config.mustUseProp=ux;be.config.isReservedTag=gh;be.config.isReservedAttr=ox;be.config.getTagNamespace=bx;be.config.isUnknownElement=yx;Ee(be.options.directives,pR);Ee(be.options.components,TR);be.prototype.__patch__=st?cR:$e;be.prototype.$mount=function(e,t){return e=e&&st?_x(e):void 0,m7(this,e,t)};st&&setTimeout(function(){Ye.devtools&&cs&&cs.emit("init",be)},0);var jr=It(Kh(),1),{Store:DQ,install:kQ,version:BQ,mapState:MQ,mapMutations:PQ,mapGetters:$Q,mapActions:FQ,createNamespacedHelpers:UQ,createLogger:qQ}=jr.default;var qR=It(Ou(),1),c0=It(t0(),1),v0=It(Ou(),1),z={ANALYSIS_FINDING:"analysis-finding",DATABASE:"database",QUERY:"query",HTTP:"http",EXTERNAL_ROUTE:"external-route",EXTERNAL_SERVICE:"external-service",ROUTE:"route",PACKAGE:"package",CLASS:"class",FUNCTION:"function"};function o0(e,t=[]){if(e.parent){o0(e.parent,t);let r;switch(e.parent.type){case z.PACKAGE:r="/";break;case z.CLASS:r="::";break;default:r="->"}e.type===z.FUNCTION&&(r="static"in e&&e.static?".":"#"),t.push(r)}return t.push(e.name),t}var jR=/(?:(?:#|--).*?(?=\r|\n|$))|(?:\/\*(?:[^/]|\/[^*])*?(?:\*\/|\/\*.*))/gi,l0={single_quotes:/'(?:[^']|'')*?(?:'(?!'))/g,double_quotes:/"(?:[^"]|"")*?(?:\\".*|"(?!"))/g,dollar_quotes:/(\$(?!\d)[^$]*?\$).*?(?:\1|$)/g,uuids:/\{?(?:[0-9a-fA-F]-*){32}\}?/g,numeric_literals:/-?\b(?:[0-9]+\.)?[0-9]+([eE][+-]?[0-9]+)?\b/g,boolean_literals:/\b(?:true|false|null)\b/gi,hexadecimal_literals:/0x[0-9a-fA-F]+/g,oracle_quoted_strings:/q'\[.*?(?:\]'|$)|q'\{.*?(?:\}'|$)|q'<.*?(?:>'|$)|q'\(.*?(?:\)'|$)/g},Iu={mysql:/'|"|\/\*|\*\//,mysql2:/'|"|\/\*|\*\//,postgres:/'|\/\*|\*\/|\$(?!\?)/,sqlite:/'|\/\*|\*\//,cassandra:/'|\/\*|\*\//,oracle:/'|\/\*|\*\//,oracle_enhanced:/'|\/\*|\*\//},zR={fallback:Object.keys(l0),mysql:["single_quotes","double_quotes","numeric_literals","boolean_literals","hexadecimal_literals"],postgres:["single_quotes","dollar_quotes","uuids","numeric_literals","boolean_literals"],sqlite:["single_quotes","numeric_literals","boolean_literals","hexadecimal_literals"],oracle:["single_quotes","oracle_quoted_strings","numeric_literals"],cassandra:["single_quotes","uuids","numeric_literals","boolean_literals","hexadecimal_literals"]},VR="?";function Sn(e){let t=`(?:${zR[e].map(r=>l0[r].source).flat().join(")|(?:")})`;return new RegExp(t,"gi")}var HR=Sn("mysql"),GR=Sn("postgres"),WR=Sn("sqlite"),YR=Sn("oracle"),KR=Sn("cassandra"),XR=Sn("fallback");function JR(e,t){return Iu[t]?Iu[t].test(e):Iu.mysql.test(e)}function u0(e,t){let r;switch(t){case"mysql":case"mysql2":r=HR;break;case"postgres":r=GR;break;case"sqlite":r=WR;break;case"oracle":case"oracle_enhanced":r=YR;break;case"cassandra":r=KR;break;default:r=XR}let n=e.replace(r,VR).replace(jR,"");return JR(n,t)&&(n=e),n}var ZR=class extends Error{constructor(e,t){super(e),this.sql=t}toString(){return`${this.message}: ${this.sql}`}};function d0(e,t=()=>{}){let r=e.replace(/\s+returning\s+\*/i,"");try{return(0,c0.default)(r)}catch(n){return t(new ZR(n.message,r)),null}}function QR(e,t=()=>{}){let r=d0(e,t);if(!r)return null;let n=[],i=[],a=[],s=0;function o(_){let I=["type","variant"].map(N=>_[N]).filter(N=>N).join("."),C=y[I];C||(C=l),(Array.isArray(C)?C:[C]).forEach(N=>N(_))}function l(_){let I=["type","variant","name","value"];Object.keys(_).filter(C=>!I.includes(C)).map(C=>_[C]).forEach(C=>{Array.isArray(C)?C.forEach(o):typeof C=="object"?o(C):typeof C=="string"||typeof C=="boolean"||console.warn(`Unrecognized subexpression: ${typeof C} ${C}`)})}function u(_,I){_.forEach(C=>{let N=I[C];Array.isArray(N)?N.forEach(o):typeof N=="object"?o(N):console.warn(`Unrecognized subexpression: ${N}`)})}let d=()=>{};function h(_){_.format==="table"&&a.push(_.name),u(["columns"],_)}function E(_){return()=>{n.push(_)}}let y={"literal.text":d,"literal.decimal":d,"identifier.star":_=>i.push(_.name),"identifier.column":_=>i.push(_.name),"identifier.table":_=>a.push(_.name),"identifier.expression":h,"statement.select":[E("select"),l],"statement.insert":[E("insert"),l],"statement.update":[E("update"),l],"statement.delete":[E("delete"),l],"statement.pragma":d,"map.join":[_=>{s+=_.map.length},l]};o(r);function T(_){return[...new Set(_)]}return{actions:T(n).sort(),tables:T(a).sort(),columns:T(i).sort(),joinCount:s}}function eC(e,t){let r=d0(e);return r?JSON.stringify(r,(n,i)=>{if(i===null)return null;switch(i.type){case"variable":case"literal":return{type:"variable"};default:return i}}):u0(e,t)}var zr=(e,t)=>Object.prototype.hasOwnProperty.call(e,t);function tC(e){return typeof e!="string"?"":e.slice(0,1).toUpperCase()+e.slice(1).toLowerCase()}function rC(e){if(zr(e,"http_server_request")===!1)return null;let t=e.http_server_request.request_method,r=e.http_server_request.path_info,n;try{let i=new URL(r,"http://hostname");n=`${t} ${i.pathname}`}catch{n="HTTP Request"}return n}var nC=new Set(["insert","update","select","delete","alter","create","drop","rename","truncate","replace","savepoint","release","rollback","lock","unlock","set","start","call","delete","do","perform","handler","load","purge","reset","prepare","execute","deallocate","xa"]);function Ss(e){let t=[...e.trimLeft()];t.length>0&&t[0]==="("&&t.shift();let r=0,n=t.reduce((a,s)=>(s==="("&&(r+=1),r===0&&a.push(s),s===")"&&(r-=1),a),[]).join(""),i=null;return n.search(/\s/)===-1?i=n:i=n.replace(/[^\w]+/g," ").toLowerCase().split(" ").find(a=>nC.has(a)),["SQL",tC(i)||null].join(" ")}function ku(e){return zr(e,"sql_query")===!1?null:Ss(e.sql_query.normalized_sql||e.sql_query.sql||"")}function iC(e){let t=rC(e);return t||(t=ku(e)),t}function f0(e){return iC(e)||e.toString()}function qe(e,t,r){Object.hasOwnProperty.call(e,"$hidden")||Object.defineProperty(e,"$hidden",{enumerable:!1,writable:!1,value:{}}),Object.defineProperty(e.$hidden,t,{enumerable:!1,writable:!0,...r})}function aC(e,t){let r={};function n(i,a,s,o){a[i]||(a[i]={}),a[i][s]||(a[i][s]=[]),a[i][s].push(o)}return e.codeObjects.filter(i=>i.labels.size).forEach(i=>{Array.from(i.labels).forEach(a=>{n(a,r,i.type,i)})}),t.filter(i=>i.isCall()&&i.labels.size).forEach(i=>{Array.from(i.labels).forEach(a=>{n(a,r,"event",i)})}),r}var Lu=e=>JSON.stringify(e).length;function r0(e,t){let r=0,n=0;for(;;){let i=e[r],a=t[n];if(!i&&!a)return;if(typeof i>"u"){e.push(null),r+=1,n+=1;continue}if(typeof a>"u"){t.push(null),r+=1,n+=1;continue}let s=i.identityHash,o=a.identityHash;if(s!==o){let l=0;for(let d=r+1;d<e.length;d+=1)l+=e[d].identityHash===s?1:0;let u=0;for(let d=n+1;d<t.length;d+=1)u+=t[d].identityHash===s?1:0;l>=u?t.splice(n,0,null):l<u&&e.splice(r,0,null)}r+=1,n+=1}}function Ls(e){return e.filter(t=>t.isCall()&&!t.parent)}function p0(e){return e==null?!0:Array.isArray(e)||typeof e=="string"?e.length===0:e instanceof Set||e instanceof Map?e.size===0:typeof e=="object"?Object.values(e).every(p0):!1}function h0(e,t){return e.reduce((r,n)=>{let i=t[n];return p0(i)||(i instanceof Set?r[n]=[...i]:r[n]=i),r},{})}var hr=class{constructor(e,t){this.data={...e},this.dataKeys=Object.keys(e).filter(r=>!["dynamic","static","location","database_type"].includes(r)),this.dataKeys.push("children"),e.type===z.FUNCTION&&(this.dataKeys.push("static"),this.dataKeys.push("location")),e.type===z.QUERY&&this.dataKeys.push("database_type"),this.data.labels instanceof Set||(this.data.labels=new Set(this.data.labels)),this.children=[],t&&t.children.push(this),qe(this,"parent",{value:t}),qe(this,"events",{writable:!1,value:[]})}get id(){return this.buildId().join("")}get name(){return this.data.name}get type(){return this.data.type}get static(){return this.data.static}get location(){return this.data.location}get labels(){return this.data.labels}get events(){return this.$hidden.events}get parent(){return this.$hidden.parent}set parent(e){this.$hidden.parent=e}get locations(){switch(this.type){case z.CLASS:return Array.from(this.classLocations()).sort();case z.FUNCTION:return[this.location];default:return[]}}get packageOf(){return[this,...this.ancestors()].filter(e=>e.type===z.PACKAGE).map(e=>e.name).reverse().join("/")}get classOf(){return[this,...this.ancestors()].filter(e=>e.type===z.CLASS).map(e=>e.name).reverse().join("::")}get classObject(){return[this,...this.ancestors()].find(e=>e.type===z.CLASS)}get packageObject(){return[this,...this.ancestors()].find(e=>e.type===z.PACKAGE)}get functions(){return this.type===z.CLASS?this.children.filter(e=>e.type===z.FUNCTION):this.descendants().filter(e=>e.type===z.FUNCTION)}get classes(){return[this,...this.descendants()].filter(e=>e.type===z.CLASS&&e.functions.length)}get allEvents(){return[this,...this.descendants()].map(e=>e.events).flat()}descendants(){let e=[...this.children],t=[];for(;e.length;){let r=e.pop();t.push(r),e.push(...r.children)}return t}ancestors(){let e=this.parent,t=[];for(;e;)t.push(e),e=e.parent;return t}leafs(){let{type:e}=this,t=[this],r=[];for(;t.length;){let n=t.pop(),i=n.children.filter(a=>a.type===e);i.length&&t.push(...i),(!n.children.length&&n.type===e||i.length!==n.children.length)&&r.push(n)}return r}childLeafs(){return this.children.map(e=>e.leafs()).flat()}visit(e,t=[]){t.push(this),e(this,t),this.children.forEach(r=>r.visit(e,t)),t.pop()}buildId(e=[]){return o0(this,e)}classLocations(e=new Set){if(this.children.forEach(t=>t.classLocations(e)),this.type===z.FUNCTION&&this.location){let t=this.location.split(":",2);e.add(t[0])}return e}toJSON(){return h0(this.dataKeys,this)}static constructDataChainFromEvent(e){let t;if(e.httpServerRequest)t=[{type:z.HTTP,name:"HTTP server requests"},{type:z.ROUTE,name:e.route}];else if(e.httpClientRequest){let n;try{n=new URL(e.httpClientRequest.url).host}catch{n="External service"}t=[{type:z.EXTERNAL_SERVICE,name:n},{type:z.EXTERNAL_ROUTE,name:e.route}]}else e.sqlQuery?t=[{type:z.DATABASE,name:"Database"},{type:z.QUERY,name:e.sqlQuery,database_type:e.sql.database_type}]:t=[{type:z.CLASS,name:e.definedClass},{type:z.FUNCTION,name:e.methodId,static:e.isStatic,location:""}];let r=[...t];for(;r.length;){let n=r.pop();n.dynamic=!0,n.children&&n.children.forEach(i=>r.push(i))}return t}get inboundConnections(){return this.allEvents.filter(e=>e.parent).map(e=>e.parent.codeObject)}get outboundConnections(){return this.allEvents.map(e=>e.children).flat().map(e=>e.codeObject)}get sqlQueries(){return this.allEvents.map(e=>e.children).flat().filter(e=>e.sql).map(e=>e.codeObject)}get prettyName(){switch(this.type){case z.FUNCTION:return`${this.classOf}${this.static?".":"#"}${this.name}`;case z.CLASS:return this.classOf;case z.PACKAGE:return this.packageOf;case z.QUERY:return Ss(this.name);default:return this.name}}get fqid(){return`${this.type}:${this.id}`}};function n0(e,t,r){t.push(e),r[e.id]=e}var Ds=class{constructor(e){this.codeObjectsByLocation={},this.codeObjects=[],this.codeObjectsById={};let t=(r,n=null)=>{let i=new hr(r,n);return n0(i,this.codeObjects,this.codeObjectsById),(r.children||[]).forEach(a=>{t(a,i)}),i.type!=="package"&&i.locations.forEach(a=>{let s=this.codeObjectsByLocation[a];s||(s=[],this.codeObjectsByLocation[a]=s),s.push(i)}),i};this.roots=e.map(r=>t(r))}visit(e){this.roots.forEach(t=>t.visit(e))}search(e){let t=e.toLowerCase();return this.codeObjects.filter(r=>r.id.toLowerCase().indexOf(t)!==-1)}codeObjectFromId(e){return this.codeObjectsById[e]}codeObjectsAtLocation(e){return this.codeObjectsByLocation[e]||[]}codeObjectFromEvent(e){let t;if(!(e.httpServerRequest||e.httpClientRequest||e.sql)){let{path:r,lineno:n}=e,i=[r,n].filter(a=>a).join(":");if(i!==""&&(t=this.codeObjectsAtLocation(i).find(a=>a.name===e.methodId),t))return t}return null}root(e){return this.roots.find(t=>t.type===e)}get httpObject(){return this.root(z.HTTP)}get sqlObject(){return this.root(z.DATABASE)}bindEvents(e){if(!e||!Array.isArray(e)||!e.length)return;let t=new Set;e.filter(n=>n.isCall()).forEach(n=>{let i=this.codeObjectFromEvent(n);if(!i){let s=(u,d,h)=>{let E=d.find(y=>y.type===u.type&&y.name===u.name);return E||(E=new hr(u,h),h||this.roots.push(E),n0(E,this.codeObjects,this.codeObjectsById)),E},o=hr.constructDataChainFromEvent(n),l=null;o.forEach(u=>{l=s(u,l?l.children:this.roots,l)}),i=l}n.codeObject=i,i.events.push(n);let a=i.ancestors();t.add(i),a.forEach(s=>t.add(s))}),this.codeObjects=this.codeObjects.filter(n=>t.has(n));function r(n,i){return n.filter(a=>i.has(a)?(a.children=r(a.children,i),!0):!1)}this.roots=r(this.roots,t),Object.keys(this.codeObjectsByLocation).forEach(n=>{t.has(n)||delete this.codeObjectsByLocation[n]}),Object.entries(this.codeObjectsById).forEach(([n,i])=>{t.has(i)||delete this.codeObjectsById[n]})}toJSON(){return this.roots}},m0=class{constructor(e={},t={},r=null,n=[]){this.input=e,this.output=t,this.children=[],this.labels=n,qe(this,"caller",{value:r})}get caller(){return this.$hidden.caller}set caller(e){this.$hidden.$hiddencaller=e}clone(){let e={...this.input},t={...this.output},r=[...this.labels],n=new m0(e,t,null,r);return this.displayName&&(n.displayName=this.displayName),this.children.forEach(i=>{let a=i.clone();n.addChild(a),a.caller=n}),n}addChild(e){this.children.push(e)}replaceChild(e,t){let r=this.children.indexOf(e);if(r===-1)throw new Error(`${e} not found in call tree`);this.children.splice(r,1,...t),t.forEach(n=>{n.caller=this}),e.caller=null}removeChild(e){let t=this.children.indexOf(e);if(t<0)throw new Error(`${e} found orphaned by ${this} !`);this.children.splice(t,1)}postOrderForEach(e,t=[]){t.push(this),[...this.children].forEach(r=>r.postOrderForEach(e,t)),e(this,t),t.pop(this)}preOrderForEach(e,t=[]){t.push(this),e(this,t),[...this.children].forEach(r=>r.preOrderForEach(e,t)),t.pop(this)}forEach(e){this.postOrderForEach(e)}filter(e){let t=this.clone();return t.forEach((r,n)=>{r.isRoot()||e(r,n)||r.caller.replaceChild(r,r.children)}),t}include(e){let t=this.clone();return t.postOrderForEach((r,n)=>{if(!r.isRoot()){if(r.marked_include&&r.caller){r.caller.marked_include=!0;return}if(r.marked_include=e(r,n),r.marked_include){r.caller&&(r.caller.marked_include=!0);return}r.caller&&r.caller.removeChild(r)}}),t.postOrderForEach(r=>{delete r.marked_include}),t}exclude(e){let t=this.clone();return t.forEach((r,n)=>{r.isRoot()||e(r,n)&&r.caller.removeChild(r)}),t}toArray(){let e=this.children.map(t=>t.toArray()).flat();return this.isRoot()?e:[this,...e]}find(e){if(e(this))return this;for(let t=0;t<this.children.length;t+=1){let r=this.children[t].find(e);if(r)return r}return null}depth(){return this.ancestors().length}ancestors(){let e=[],t=this.caller;for(;t;)e.push(t),t=t.caller;return e}hasAncestor(e){let t=this;for(;t;){if(t===e)return!0;t=t.caller}return!1}descendants(){return[this,...this.children.map(e=>e.descendants()).flat()]}next(){if(this.children.length>0)return this.children[0];let e=this,t=this.caller,r=n=>n===e;for(;t;){let n=t.children.findIndex(r);if(n<0)throw new Error(`${this} found orphaned by ${t}!`);if(n<t.children.length-1)return t.children[n+1];e=t,t=t.caller}return null}previous(){let e=this.caller;if(!e)return null;if(e.children.length===1)return e;let t=e.children.findIndex(r=>r===this);if(t<0)throw new Error(`${this.input.id} found orphaned by ${e.input.id}!`);if(t>0){let r=e.children[t-1];for(;r.children.length>0;)r=r.children[r.children.length-1];return r}return e}left(e){let t=e||this.depth(),r=this;for(;;){let n=r.caller;if(!n)return this;let i=n.children.indexOf(r);if(i!==0){r=n.children[i-1];break}else r=n}for(;r.depth()!==t;){let{children:n}=r;if(n.length===0)break;r=n[n.length-1]}return r}right(e){let t=e||this.depth(),r=this;for(;;){let n=r.caller;if(!n)return this;let i=n.children,a=i.indexOf(r);if(a!==i.length-1){r=n.children[a+1];break}else r=n}for(;r.depth()!==t;){let{children:n}=r;if(n.length===0)break;[r]=n}return r}isRoot(){return this.caller===null}count(){let e=0;return this.forEach(()=>{e+=1}),e}get id(){return this.input&&this.input.id?this.input.id:null}},i0=m0;function a0(e,t){let r=e.listeners[t];return r||(r=[],e.listeners[t]=r),r}var mr=class{constructor(){this.listeners={},this.anyListeners=[]}once(e,t){return a0(this,e).push({fn:t,once:!0}),this}on(e,t){return a0(this,e).push({fn:t}),this}off(e,t){let r=this.listeners[e];if(r){let n=r.filter(i=>i.fn&&i.fn!==t);n.length===0?delete this.listeners[e]:n.length!==r.length&&(this.listeners[e]=n)}return this}emit(e,t=void 0){let r=this.listeners[e];if(r){let n=!1;r.forEach(i=>{i.once&&(n=!0);try{i.fn(t)}catch(a){console.error(`error occurred while executing event ${e}`),console.error(a)}}),n&&(this.listeners[e]=this.listeners[e].filter(i=>!i.once))}return this.anyListeners.forEach(n=>n.emit(e,t)),this}pipe(e,...t){return t.length?(t.forEach(r=>e.on(r,n=>this.emit(n))),this):(e.any(this),this)}any(e){return this.anyListeners.push(e),this}},sC=class extends mr{constructor(e,t=()=>[]){super(),this.dataStore={rootEvent:this.rootNode,selectedEvent:this.rootNode},this.rootEvent=new i0;let r=[this.rootEvent];return e.forEach(n=>{if(n.event!=="call"){r.length>1&&r.pop();return}let i=r[r.length-1],a=new i0(n,n.returnEvent,i,t(n));i.addChild(a),r.push(a)}),this}get rootEvent(){return this.dataStore.rootEvent}set rootEvent(e){this.dataStore.rootEvent=e,this.emit("rootEvent",e)}get selectedEvent(){return this.dataStore.selectedEvent}set selectedEvent(e){this.dataStore.selectedEvent=e,this.emit("selectedEvent",e)}};function s0(e){let t=new Set(e),r=new Set,n=[];return e.forEach(i=>{if(r.has(i))return;r.add(i);let a=[i],s=i;for(;;){let{nextSibling:o}=s;if(o&&t.has(o))a.push(o),r.add(o),s=o;else break}n.push(a)}),n}var Dt=class{constructor(e){this.data={events:[],classMap:[],...e},this.classMap=new Ds(this.data.classMap),this.callTree=new sC(this.events),this.classMap.bindEvents(this.events),this.labels=aC(this.classMap,this.events);let t;this.events.forEach(r=>{t&&(r.previous=t,t.next=r),t=r}),this.eventsById=this.events.reduce((r,n)=>(r[n.id]=n,r),{}),delete this.data.classMap}get version(){return this.data.version}get metadata(){return this.data.metadata||{}}get name(){return this.metadata.name}get rootEvent(){return this.callTree.rootEvent}get events(){return this.data.events}getEvent(e){return this.eventsById[e]}shallowCopy(){let e=new Dt({});return e.data.events=this.data.events,e.data.metadata=this.data.metadata,e.classMap=this.classMap,e.callTree=this.callTree,e}rootEvents(){return Ls(this.events)}static*multiTreeIterator(e,t){let r,n,i=e.rootEvents(),a=t.rootEvents();for(r0(i,a);;){if(r=i.shift(),n=a.shift(),!r&&!n)return;if(r&&n){let s=r?[...r.children]:[],o=n?[...n.children]:[];r0(s,o),s.forEach(l=>i.push(l)),o.forEach(l=>a.push(l))}yield[r,n]}}static getDiff(e,t){let r={changed:[],added:[],removed:[]},n=Dt.multiTreeIterator(e,t),i=n.next();for(;!i.done;){let[a,s]=i.value;a?s?a.hash!==s.hash&&r.changed.push([a,s]):r.removed.push(a):r.added.push(s),i=n.next()}return r.added=s0(r.added),r.removed=s0(r.removed),r}toJSON(){return{...this.data,classMap:this.classMap}}},Du=class{constructor(e){this.hashEntries=[["algorithmVersion",e]]}addProperty(e,t){this.hashEntries.push([e,t])}get canonicalString(){return this.hashEntries.map(e=>e.join("=")).join(`
14
- `)}digest(){return(0,v0.default)(this.hashEntries.map(e=>e.join("=")).join("")).toString()}static buildHash(e,t){let r=new Du(e);return Object.keys(t).sort().forEach(n=>r.addProperty(n,t[n])),r}};function Is(e,t,r){!e||typeof e[t]>"u"||typeof e[r]<"u"||Object.defineProperty(e,r,{get(){return this[t]},enumerable:!1})}var we=class{static contentType(...e){let t=e.find(r=>(r?.headers||{})["Content-Type"]);return t?t.headers["Content-Type"]:null}constructor(e){let t=e;e instanceof we&&(t={...e},e.$hidden.parameters&&(t.parameters=e.$hidden.parameters.map(r=>({...r}))),Array.isArray(e.$hidden.message)&&(t.message=e.$hidden.message.map(r=>({...r}))),e.$hidden.labels&&(t.labels=[...e.$hidden.labels]),e.$hidden.exceptions&&(t.exceptions=[...e.$hidden.exceptions])),this.dataKeys=Object.keys(t),t.event==="call"&&(qe(this,"parent"),qe(this,"children",{writable:!1,value:[]}),qe(this,"dataReferences",{writable:!1,value:[]}),qe(this,"codeObject"),qe(this,"parameters"),qe(this,"message")),qe(this,"linkedEvent"),qe(this,"labels"),qe(this,"exceptions"),qe(this,"next"),qe(this,"previous"),qe(this,"hash"),qe(this,"identityHash"),qe(this,"depth"),Is(t.http_server_response,"status_code","status"),Is(t.http_server_response,"status","status_code"),Is(t.http_client_response,"status_code","status"),Is(t.http_client_response,"status","status_code"),Object.assign(this,t)}get depth(){if(this.$hidden.depth===void 0){let e=0,{parent:t}=this;for(;t;)e+=1,t=t.parent;this.$hidden.depth=e}return this.$hidden.depth}get methodId(){return this.method_id}get isFunction(){return this.definedClass&&this.methodId}get isStatic(){return this.static}get sql(){return this.callEvent.sql_query}get returnValue(){return this.returnEvent?this.returnEvent.return_value:void 0}get elapsedTime(){return this.returnEvent?this.returnEvent.elapsed:void 0}get elapsedInstrumentationTime(){return this.returnEvent?this.returnEvent.elapsed_instrumentation:void 0}get linkedEvent(){return this.$hidden.linkedEvent}get next(){return this.$hidden.next}get previous(){return this.$hidden.previous}get parent(){return this.$hidden.parent}get children(){return this.$hidden.children||[]}get codeObject(){return this.callEvent.$hidden.codeObject}get parameters(){return this.callEvent.$hidden.parameters}get labels(){let e=this.callEvent.$hidden.labels||[];return new Set([...e,...this.callEvent.codeObject.labels])}get exceptions(){return this.returnEvent?this.returnEvent.$hidden.exceptions||[]:[]}get message(){return this.callEvent.$hidden.message}get httpServerRequest(){return this.callEvent.http_server_request}get httpServerResponse(){return this.returnEvent?this.returnEvent.http_server_response:void 0}get httpClientRequest(){return this.callEvent.http_client_request}get httpClientResponse(){return this.returnEvent?this.returnEvent.http_client_response:void 0}get definedClass(){return this.defined_class?this.defined_class.replace(/\./g,"/"):null}get requestPath(){return this.httpServerRequest?this.httpServerRequest.normalized_path_info||this.httpServerRequest.path_info:this.httpClientRequest?this.httpClientRequest.url:null}get requestMethod(){return this.httpServerRequest?this.httpServerRequest.request_method:this.httpClientRequest?this.httpClientRequest.request_method:null}get requestContentType(){return we.contentType(this.httpServerRequest,this.httpClientRequest)}get responseContentType(){return we.contentType(this.httpServerResponse,this.httpClientResponse)}get route(){let{requestMethod:e,requestPath:t}=this;return!e||!t?null:`${e} ${t}`}get sqlQuery(){let{sql:e}=this;return e?e.normalized_sql||e.sql:null}get fqid(){return`event:${this.id}`}get previousSibling(){let{parent:e}=this;if(!e)return null;let t=e.children.findIndex(r=>r===this);return console.assert(t!==-1,"attempted to locate index of an orphaned event"),t===0?null:e.children[t-1]}get nextSibling(){let{parent:e}=this;if(!e){let r=this.next;for(;r;){if(r.isCall()&&!r.parent)return r;r=r.next}return null}let t=this.parent.children.findIndex(r=>r===this);return console.assert(t!==-1,"attempted to locate index of an orphaned event"),t===e.children.length-1?null:e.children[t+1]}set codeObject(e){zr(this.$hidden,"codeObject")&&(this.$hidden.codeObject=e)}set parameters(e){zr(this.$hidden,"parameters")&&(this.$hidden.parameters=e)}set labels(e){zr(this.$hidden,"labels")&&(this.$hidden.labels=e)}set exceptions(e){zr(this.$hidden,"exceptions")&&(this.$hidden.exceptions=e)}set message(e){zr(this.$hidden,"message")&&(this.$hidden.message=e)}set linkedEvent(e){this.$hidden.linkedEvent=e}set next(e){this.$hidden.next=e}set previous(e){this.$hidden.previous=e}set parent(e){this.$hidden.parent=e}link(e){e.linkedEvent||this.linkedEvent||(e.linkedEvent=this,this.linkedEvent=e)}isCall(){return this.event==="call"}isReturn(){return this.event==="return"}get threadId(){return this.thread_id}get parentId(){return this.returnEvent?this.returnEvent.parent_id:void 0}get callEvent(){return this.isCall()?this:this.$hidden.linkedEvent}get returnEvent(){return this.isReturn()?this:this.$hidden.linkedEvent}get identityHash(){return this.$hidden.identityHash||(this.$hidden.identityHash=this.buildIdentityHash(this).digest()),this.$hidden.identityHash}get hash(){return this.$hidden.hash||(this.$hidden.hash=this.buildStableHash(this).digest()),this.$hidden.hash}get stableProperties(){return this.$hidden.stableProperties||(this.$hidden.stableProperties=this.gatherStableProperties()),this.$hidden.stableProperties}callStack(){let e=this.ancestors().reverse();return e.push(this.callEvent),e}ancestors(){let e=[],t=this.callEvent.parent;for(;t;)e.push(t),t=t.parent;return e}descendants(){let e=[],t=[...this.children];for(;t.length;){let r=t.pop();r.children.forEach(n=>t.push(n)),e.push(r)}return e}traverse(e){let t=this,r=this.nextSibling,{onEnter:n}=e,{onExit:i}=e;for(typeof e=="function"&&(n=e,i=e);t&&(t.isCall()&&n?n(t):t.isReturn()&&i&&i(t),t=t.next,!(!t||t===r)););}dataObjects(){return[this.parameters,this.message,this.returnValue].flat().filter(Boolean)}get qualifiedMethodId(){let{definedClass:e,isStatic:t,methodId:r}=this;if(e)return`${e}${t?".":"#"}${r}`}toJSON(){return h0(this.dataKeys,this)}toString(){let{sqlQuery:e}=this;if(e)return e;let{route:t}=this;return t||this.qualifiedMethodId}gatherIdentityProperties(){if(this.httpServerRequest)return{event_type:"http_server_request",route:this.route};if(this.httpClientRequest)return{event_type:"http_client_request",route:this.route};let{sqlQuery:e}=this;if(e){let t=QR(e);return t?{event_type:"sql",actions:[...new Set(t.actions)].sort(),tables:[...new Set(t.tables)].sort()}:{event_type:"sql",sql_normalized:u0(e,this.sql.database_type)}}return{event_type:"function",id:this.codeObject.id}}gatherStableProperties(){let{sqlQuery:e}=this,t=i=>Object.fromEntries(Object.entries(i).map(([a,s])=>[a,s??""])),r=i=>Object.assign(i,{route:this.route,status_code:this.httpServerResponse?.status||this.httpServerResponse?.status_code||this.httpClientResponse?.status||this.httpServerResponse?.status_code}),n;return e?n={event_type:"sql",sql_normalized:eC(e,this.sql.database_type).split(/{"type":"variable"}(?:,{"type":"variable"})*/g).join('{"type":"variable"}')}:this.httpServerRequest?n=r({event_type:"http_server_request"}):this.httpClientRequest?n=r({event_type:"http_client_request"}):n={event_type:"function",id:this.codeObject.id,raises_exception:this.exceptions.length>0},t(n)}buildIdentityHash(){return Du.buildHash("event-identity-v2",this.gatherIdentityProperties())}buildStableHash(){return Du.buildHash("event-stable-properties-v2",this.gatherStableProperties())}},oC=class{constructor(e){this.events=[],this.stack=[],this.id=e,this.eventMap={}}add(e){if(!(e.isReturn()&&this.events.length===0)){if(e.isCall())this.stack.push(e),this.eventMap[e.id]=e;else{if(typeof e.parent_id>"u"){let r=this.stack[this.stack.length-1];if(r&&r.defined_class===e.defined_class&&r.method_id===e.method_id&&r.path===e.path&&r.static===e.static)e.parent_id=r.id;else return}let t=this.eventMap[e.parent_id];if(t){t.link(e),this.stack.pop();let r=this.stack[this.stack.length-1];r&&(r.children.push(t),t.parent=r)}else throw new Error(`return #${e.id} is missing call #${e.parent_id}`)}this.events.push(e)}}unwound(){return this.events.length>0&&this.stack.length===0}};function lC(e){return Object.keys(e.activeStacks).length+e.finalizedStacks.length}var uC=class{constructor(){this.activeStacks={},this.finalizedStacks=[]}add(e){let t=this.activeStacks[e.thread_id];if(!t){let r=lC(this);t=new oC(r),this.activeStacks[e.thread_id]=t}t.add(e),t.unwound()&&(this.finalizedStacks.splice(t.id,0,t.events),delete this.activeStacks[e.thread_id])}size(){let e=Lu(Object.values(this.activeStacks));return e+=Lu(this.finalizedStacks),e}collect(){let e=[...this.finalizedStacks];return Object.values(this.activeStacks).forEach(t=>e.splice(t.id,0,t.events)),e.reduce((t,r)=>{if(r.length===0)return t;if(t.length===0)return t.push([r]),t;if(r[0].http_server_request)return t.push([r]),t;if(r[0].http_client_request)return t.push([r]),t;let n=t[t.length-1],i=n[n.length-1];return i[0].http_server_request||i[0].http_client_request?t.push([r]):n.push(r),t},[])}};function cC(e,t){let{callEvent:r}=t,n=e.codeObjectFromEvent(r);return n?n.id:`${r.defined_class}${r.static?".":"#"}${r.method_id}`}var Su=(e,t,...r)=>e.reduce((n,i)=>i(n,...r),t),dC=class extends mr{constructor(e){super(),this.sorter=new uC,this.transforms={event:[],stack:[],chunk:[]},e&&this.source(e)}source(e){let t=typeof e;if(t==="object")this.data={...e};else if(t==="string")this.data=JSON.parse(e);else throw new Error(`got invalid type ${t}, expected object or string`);return(this.data.events||[]).forEach(r=>{this.data.eventUpdates&&this.data.eventUpdates[r.id]&&(r=this.data.eventUpdates[r.id]),this.sorter.add(new we(r))}),delete this.data.events,delete this.data.eventUpdates,this}event(e){return console.assert(typeof e=="function"),this.transforms.event.push(e),this}stack(e){return console.assert(typeof e=="function"),this.transforms.stack.push(e),this}chunk(e){return console.assert(typeof e=="function"),this.transforms.chunk.push(e),this}normalize(){if(/^https?/.test(this.data.metadata?.git?.repository)){let t=new URL(this.data.metadata.git.repository);t.username="",t.password="",this.data.metadata.git.repository=t.toString()}let e=1;return this.event(t=>{t.id=e,e+=1,t.isCall()&&t.returnEvent&&(t.returnEvent.parent_id=t.id);let{httpServerRequest:r}=t;return r&&r.normalized_path_info&&(r.normalized_path_info=r.normalized_path_info.toString()),r&&r.path_info&&(r.path_info=r.path_info.toString()),t}),this.stack(t=>(t.filter(r=>r.isCall()&&!r.returnEvent).reverse().map(r=>{let n=new we({event:"return",thread_id:r.thread_id,parent_id:r.id});return n.link(r),n}).forEach(r=>t.push(r)),t))}prune(e){console.assert(typeof e=="number");let t,r=0;return this.on("preprocess",n=>{t=new Ds(n.data.classMap),r=Math.min(e/n.size,1)}).chunk(n=>{t.visit(o=>{o.size=0,o.count=0}),n.flat(2).forEach(o=>{if(o.event!=="call"||o.sql_query||o.http_server_request||o.http_client_request)return;let l=t.codeObjectFromEvent(o);if(l){let u=Lu(o);l.size=l.size+u||u,l.count=l.count+1||1}});let i=0,a=t.codeObjects.filter(o=>o.size).sort((o,l)=>o.size-l.size).map(o=>(i+=o.size,{id:o.id,count:o.count,size:o.size,totalBytes:i})).reverse(),s=new Set;for(let o=0;o<a.length;o+=1){let l=a[o];if(l.totalBytes<=i*r)break;s.add(l.id)}return n.map(o=>o.filter(l=>{let{callEvent:u}=l;if(!u)return!1;if(u.http_server_request||u.http_client_request||u.sql_query)return!0;let d=cC(t,l);return!s.has(d)}))})}removeNoise(){return this.data.events?Boolean(this.data.events.find(e=>e.httpServerRequest||e.httpClientRequest))?this.chunk(e=>e.filter(t=>t.length?Boolean(t[0].httpServerRequest)||Boolean(t[0].httpClientRequest):!1)):this:this}collectEvents(){return this.sorter.collect().map(e=>Su(this.transforms.chunk,e).map(t=>Su(this.transforms.stack,t).map(r=>Su(this.transforms.event,r)))).flat(2)}build(){let e=this.sorter.size();return this.emit("preprocess",{size:e,data:this.data}),new Dt({...this.data,events:this.collectEvents()})}};function Vr(e=null){return new dC(e)}var k4=It(x1()),Uf=It(F1()),B4=It(j1()),Mf=It(um());var fo="http://www.w3.org/1999/xhtml",vc={svg:"http://www.w3.org/2000/svg",xhtml:fo,xlink:"http://www.w3.org/1999/xlink",xml:"http://www.w3.org/XML/1998/namespace",xmlns:"http://www.w3.org/2000/xmlns/"};function Jt(e){var t=e+="",r=t.indexOf(":");return r>=0&&(t=e.slice(0,r))!=="xmlns"&&(e=e.slice(r+1)),vc.hasOwnProperty(t)?{space:vc[t],local:e}:e}function RS(e){return function(){var t=this.ownerDocument,r=this.namespaceURI;return r===fo&&t.documentElement.namespaceURI===fo?t.createElement(e):t.createElementNS(r,e)}}function CS(e){return function(){return this.ownerDocument.createElementNS(e.space,e.local)}}function po(e){var t=Jt(e);return(t.local?CS:RS)(t)}function NS(){}function Jr(e){return e==null?NS:function(){return this.querySelector(e)}}function cm(e){typeof e!="function"&&(e=Jr(e));for(var t=this._groups,r=t.length,n=new Array(r),i=0;i<r;++i)for(var a=t[i],s=a.length,o=n[i]=new Array(s),l,u,d=0;d<s;++d)(l=a[d])&&(u=e.call(l,l.__data__,d,a))&&("__data__"in l&&(u.__data__=l.__data__),o[d]=u);return new Ie(n,this._parents)}function OS(){return[]}function Ki(e){return e==null?OS:function(){return this.querySelectorAll(e)}}function dm(e){typeof e!="function"&&(e=Ki(e));for(var t=this._groups,r=t.length,n=[],i=[],a=0;a<r;++a)for(var s=t[a],o=s.length,l,u=0;u<o;++u)(l=s[u])&&(n.push(e.call(l,l.__data__,u,s)),i.push(l));return new Ie(n,i)}function Xi(e){return function(){return this.matches(e)}}function fm(e){typeof e!="function"&&(e=Xi(e));for(var t=this._groups,r=t.length,n=new Array(r),i=0;i<r;++i)for(var a=t[i],s=a.length,o=n[i]=[],l,u=0;u<s;++u)(l=a[u])&&e.call(l,l.__data__,u,a)&&o.push(l);return new Ie(n,this._parents)}function ho(e){return new Array(e.length)}function pm(){return new Ie(this._enter||this._groups.map(ho),this._parents)}function Ji(e,t){this.ownerDocument=e.ownerDocument,this.namespaceURI=e.namespaceURI,this._next=null,this._parent=e,this.__data__=t}Ji.prototype={constructor:Ji,appendChild:function(e){return this._parent.insertBefore(e,this._next)},insertBefore:function(e,t){return this._parent.insertBefore(e,t)},querySelector:function(e){return this._parent.querySelector(e)},querySelectorAll:function(e){return this._parent.querySelectorAll(e)}};function hm(e){return function(){return e}}var mm="$";function wS(e,t,r,n,i,a){for(var s=0,o,l=t.length,u=a.length;s<u;++s)(o=t[s])?(o.__data__=a[s],n[s]=o):r[s]=new Ji(e,a[s]);for(;s<l;++s)(o=t[s])&&(i[s]=o)}function IS(e,t,r,n,i,a,s){var o,l,u={},d=t.length,h=a.length,E=new Array(d),y;for(o=0;o<d;++o)(l=t[o])&&(E[o]=y=mm+s.call(l,l.__data__,o,t),y in u?i[o]=l:u[y]=l);for(o=0;o<h;++o)y=mm+s.call(e,a[o],o,a),(l=u[y])?(n[o]=l,l.__data__=a[o],u[y]=null):r[o]=new Ji(e,a[o]);for(o=0;o<d;++o)(l=t[o])&&u[E[o]]===l&&(i[o]=l)}function vm(e,t){if(!e)return y=new Array(this.size()),u=-1,this.each(function(B){y[++u]=B}),y;var r=t?IS:wS,n=this._parents,i=this._groups;typeof e!="function"&&(e=hm(e));for(var a=i.length,s=new Array(a),o=new Array(a),l=new Array(a),u=0;u<a;++u){var d=n[u],h=i[u],E=h.length,y=e.call(d,d&&d.__data__,u,n),T=y.length,_=o[u]=new Array(T),I=s[u]=new Array(T),C=l[u]=new Array(E);r(d,h,_,I,C,y,t);for(var N=0,M=0,L,H;N<T;++N)if(L=_[N]){for(N>=M&&(M=N+1);!(H=I[M])&&++M<T;);L._next=H||null}}return s=new Ie(s,n),s._enter=o,s._exit=l,s}function gm(){return new Ie(this._exit||this._groups.map(ho),this._parents)}function Em(e,t,r){var n=this.enter(),i=this,a=this.exit();return n=typeof e=="function"?e(n):n.append(e+""),t!=null&&(i=t(i)),r==null?a.remove():r(a),n&&i?n.merge(i).order():i}function bm(e){for(var t=this._groups,r=e._groups,n=t.length,i=r.length,a=Math.min(n,i),s=new Array(n),o=0;o<a;++o)for(var l=t[o],u=r[o],d=l.length,h=s[o]=new Array(d),E,y=0;y<d;++y)(E=l[y]||u[y])&&(h[y]=E);for(;o<n;++o)s[o]=t[o];return new Ie(s,this._parents)}function ym(){for(var e=this._groups,t=-1,r=e.length;++t<r;)for(var n=e[t],i=n.length-1,a=n[i],s;--i>=0;)(s=n[i])&&(a&&s.compareDocumentPosition(a)^4&&a.parentNode.insertBefore(s,a),a=s);return this}function _m(e){e||(e=SS);function t(h,E){return h&&E?e(h.__data__,E.__data__):!h-!E}for(var r=this._groups,n=r.length,i=new Array(n),a=0;a<n;++a){for(var s=r[a],o=s.length,l=i[a]=new Array(o),u,d=0;d<o;++d)(u=s[d])&&(l[d]=u);l.sort(t)}return new Ie(i,this._parents).order()}function SS(e,t){return e<t?-1:e>t?1:e>=t?0:NaN}function Am(){var e=arguments[0];return arguments[0]=this,e.apply(null,arguments),this}function Tm(){var e=new Array(this.size()),t=-1;return this.each(function(){e[++t]=this}),e}function xm(){for(var e=this._groups,t=0,r=e.length;t<r;++t)for(var n=e[t],i=0,a=n.length;i<a;++i){var s=n[i];if(s)return s}return null}function Rm(){var e=0;return this.each(function(){++e}),e}function Cm(){return!this.node()}function Nm(e){for(var t=this._groups,r=0,n=t.length;r<n;++r)for(var i=t[r],a=0,s=i.length,o;a<s;++a)(o=i[a])&&e.call(o,o.__data__,a,i);return this}function LS(e){return function(){this.removeAttribute(e)}}function DS(e){return function(){this.removeAttributeNS(e.space,e.local)}}function kS(e,t){return function(){this.setAttribute(e,t)}}function BS(e,t){return function(){this.setAttributeNS(e.space,e.local,t)}}function MS(e,t){return function(){var r=t.apply(this,arguments);r==null?this.removeAttribute(e):this.setAttribute(e,r)}}function PS(e,t){return function(){var r=t.apply(this,arguments);r==null?this.removeAttributeNS(e.space,e.local):this.setAttributeNS(e.space,e.local,r)}}function Om(e,t){var r=Jt(e);if(arguments.length<2){var n=this.node();return r.local?n.getAttributeNS(r.space,r.local):n.getAttribute(r)}return this.each((t==null?r.local?DS:LS:typeof t=="function"?r.local?PS:MS:r.local?BS:kS)(r,t))}function mo(e){return e.ownerDocument&&e.ownerDocument.defaultView||e.document&&e||e.defaultView}function $S(e){return function(){this.style.removeProperty(e)}}function FS(e,t,r){return function(){this.style.setProperty(e,t,r)}}function US(e,t,r){return function(){var n=t.apply(this,arguments);n==null?this.style.removeProperty(e):this.style.setProperty(e,n,r)}}function wm(e,t,r){return arguments.length>1?this.each((t==null?$S:typeof t=="function"?US:FS)(e,t,r??"")):Er(this.node(),e)}function Er(e,t){return e.style.getPropertyValue(t)||mo(e).getComputedStyle(e,null).getPropertyValue(t)}function qS(e){return function(){delete this[e]}}function jS(e,t){return function(){this[e]=t}}function zS(e,t){return function(){var r=t.apply(this,arguments);r==null?delete this[e]:this[e]=r}}function Im(e,t){return arguments.length>1?this.each((t==null?qS:typeof t=="function"?zS:jS)(e,t)):this.node()[e]}function Sm(e){return e.trim().split(/^|\s+/)}function gc(e){return e.classList||new Lm(e)}function Lm(e){this._node=e,this._names=Sm(e.getAttribute("class")||"")}Lm.prototype={add:function(e){var t=this._names.indexOf(e);t<0&&(this._names.push(e),this._node.setAttribute("class",this._names.join(" ")))},remove:function(e){var t=this._names.indexOf(e);t>=0&&(this._names.splice(t,1),this._node.setAttribute("class",this._names.join(" ")))},contains:function(e){return this._names.indexOf(e)>=0}};function Dm(e,t){for(var r=gc(e),n=-1,i=t.length;++n<i;)r.add(t[n])}function km(e,t){for(var r=gc(e),n=-1,i=t.length;++n<i;)r.remove(t[n])}function VS(e){return function(){Dm(this,e)}}function HS(e){return function(){km(this,e)}}function GS(e,t){return function(){(t.apply(this,arguments)?Dm:km)(this,e)}}function Bm(e,t){var r=Sm(e+"");if(arguments.length<2){for(var n=gc(this.node()),i=-1,a=r.length;++i<a;)if(!n.contains(r[i]))return!1;return!0}return this.each((typeof t=="function"?GS:t?VS:HS)(r,t))}function WS(){this.textContent=""}function YS(e){return function(){this.textContent=e}}function KS(e){return function(){var t=e.apply(this,arguments);this.textContent=t??""}}function Mm(e){return arguments.length?this.each(e==null?WS:(typeof e=="function"?KS:YS)(e)):this.node().textContent}function XS(){this.innerHTML=""}function JS(e){return function(){this.innerHTML=e}}function ZS(e){return function(){var t=e.apply(this,arguments);this.innerHTML=t??""}}function Pm(e){return arguments.length?this.each(e==null?XS:(typeof e=="function"?ZS:JS)(e)):this.node().innerHTML}function QS(){this.nextSibling&&this.parentNode.appendChild(this)}function $m(){return this.each(QS)}function e9(){this.previousSibling&&this.parentNode.insertBefore(this,this.parentNode.firstChild)}function Fm(){return this.each(e9)}function Um(e){var t=typeof e=="function"?e:po(e);return this.select(function(){return this.appendChild(t.apply(this,arguments))})}function t9(){return null}function qm(e,t){var r=typeof e=="function"?e:po(e),n=t==null?t9:typeof t=="function"?t:Jr(t);return this.select(function(){return this.insertBefore(r.apply(this,arguments),n.apply(this,arguments)||null)})}function r9(){var e=this.parentNode;e&&e.removeChild(this)}function jm(){return this.each(r9)}function n9(){var e=this.cloneNode(!1),t=this.parentNode;return t?t.insertBefore(e,this.nextSibling):e}function i9(){var e=this.cloneNode(!0),t=this.parentNode;return t?t.insertBefore(e,this.nextSibling):e}function zm(e){return this.select(e?i9:n9)}function Vm(e){return arguments.length?this.property("__data__",e):this.node().__data__}var Gm={},se=null;typeof document<"u"&&(Hm=document.documentElement,"onmouseenter"in Hm||(Gm={mouseenter:"mouseover",mouseleave:"mouseout"}));var Hm;function a9(e,t,r){return e=Wm(e,t,r),function(n){var i=n.relatedTarget;(!i||i!==this&&!(i.compareDocumentPosition(this)&8))&&e.call(this,n)}}function Wm(e,t,r){return function(n){var i=se;se=n;try{e.call(this,this.__data__,t,r)}finally{se=i}}}function s9(e){return e.trim().split(/^|\s+/).map(function(t){var r="",n=t.indexOf(".");return n>=0&&(r=t.slice(n+1),t=t.slice(0,n)),{type:t,name:r}})}function o9(e){return function(){var t=this.__on;if(!!t){for(var r=0,n=-1,i=t.length,a;r<i;++r)a=t[r],(!e.type||a.type===e.type)&&a.name===e.name?this.removeEventListener(a.type,a.listener,a.capture):t[++n]=a;++n?t.length=n:delete this.__on}}}function l9(e,t,r){var n=Gm.hasOwnProperty(e.type)?a9:Wm;return function(i,a,s){var o=this.__on,l,u=n(t,a,s);if(o){for(var d=0,h=o.length;d<h;++d)if((l=o[d]).type===e.type&&l.name===e.name){this.removeEventListener(l.type,l.listener,l.capture),this.addEventListener(l.type,l.listener=u,l.capture=r),l.value=t;return}}this.addEventListener(e.type,u,r),l={type:e.type,name:e.name,value:t,listener:u,capture:r},o?o.push(l):this.__on=[l]}}function Ym(e,t,r){var n=s9(e+""),i,a=n.length,s;if(arguments.length<2){var o=this.node().__on;if(o){for(var l=0,u=o.length,d;l<u;++l)for(i=0,d=o[l];i<a;++i)if((s=n[i]).type===d.type&&s.name===d.name)return d.value}return}for(o=t?l9:o9,r==null&&(r=!1),i=0;i<a;++i)this.each(o(n[i],t,r));return this}function Ec(e,t,r,n){var i=se;e.sourceEvent=se,se=e;try{return t.apply(r,n)}finally{se=i}}function Km(e,t,r){var n=mo(e),i=n.CustomEvent;typeof i=="function"?i=new i(t,r):(i=n.document.createEvent("Event"),r?(i.initEvent(t,r.bubbles,r.cancelable),i.detail=r.detail):i.initEvent(t,!1,!1)),e.dispatchEvent(i)}function u9(e,t){return function(){return Km(this,e,t)}}function c9(e,t){return function(){return Km(this,e,t.apply(this,arguments))}}function Xm(e,t){return this.each((typeof t=="function"?c9:u9)(e,t))}var bc=[null];function Ie(e,t){this._groups=e,this._parents=t}function Jm(){return new Ie([[document.documentElement]],bc)}Ie.prototype=Jm.prototype={constructor:Ie,select:cm,selectAll:dm,filter:fm,data:vm,enter:pm,exit:gm,join:Em,merge:bm,order:ym,sort:_m,call:Am,nodes:Tm,node:xm,size:Rm,empty:Cm,each:Nm,attr:Om,style:wm,property:Im,classed:Bm,text:Mm,html:Pm,raise:$m,lower:Fm,append:Um,insert:qm,remove:jm,clone:zm,datum:Vm,on:Ym,dispatch:Xm};var Zt=Jm;function ke(e){return typeof e=="string"?new Ie([[document.querySelector(e)]],[document.documentElement]):new Ie([[e]],bc)}function vo(){for(var e=se,t;t=e.sourceEvent;)e=t;return e}function go(e,t){var r=e.ownerSVGElement||e;if(r.createSVGPoint){var n=r.createSVGPoint();return n.x=t.clientX,n.y=t.clientY,n=n.matrixTransform(e.getScreenCTM().inverse()),[n.x,n.y]}var i=e.getBoundingClientRect();return[t.clientX-i.left-e.clientLeft,t.clientY-i.top-e.clientTop]}function Un(e){var t=vo();return t.changedTouches&&(t=t.changedTouches[0]),go(e,t)}function Eo(e,t,r){arguments.length<3&&(r=t,t=vo().changedTouches);for(var n=0,i=t?t.length:0,a;n<i;++n)if((a=t[n]).identifier===r)return go(e,a);return null}var Al=It(tv(),1);var x9={value:function(){}};function nv(){for(var e=0,t=arguments.length,r={},n;e<t;++e){if(!(n=arguments[e]+"")||n in r||/[\s.]/.test(n))throw new Error("illegal type: "+n);r[n]=[]}return new bo(r)}function bo(e){this._=e}function R9(e,t){return e.trim().split(/^|\s+/).map(function(r){var n="",i=r.indexOf(".");if(i>=0&&(n=r.slice(i+1),r=r.slice(0,i)),r&&!t.hasOwnProperty(r))throw new Error("unknown type: "+r);return{type:r,name:n}})}bo.prototype=nv.prototype={constructor:bo,on:function(e,t){var r=this._,n=R9(e+"",r),i,a=-1,s=n.length;if(arguments.length<2){for(;++a<s;)if((i=(e=n[a]).type)&&(i=C9(r[i],e.name)))return i;return}if(t!=null&&typeof t!="function")throw new Error("invalid callback: "+t);for(;++a<s;)if(i=(e=n[a]).type)r[i]=rv(r[i],e.name,t);else if(t==null)for(i in r)r[i]=rv(r[i],e.name,null);return this},copy:function(){var e={},t=this._;for(var r in t)e[r]=t[r].slice();return new bo(e)},call:function(e,t){if((i=arguments.length-2)>0)for(var r=new Array(i),n=0,i,a;n<i;++n)r[n]=arguments[n+2];if(!this._.hasOwnProperty(e))throw new Error("unknown type: "+e);for(a=this._[e],n=0,i=a.length;n<i;++n)a[n].value.apply(t,r)},apply:function(e,t,r){if(!this._.hasOwnProperty(e))throw new Error("unknown type: "+e);for(var n=this._[e],i=0,a=n.length;i<a;++i)n[i].value.apply(t,r)}};function C9(e,t){for(var r=0,n=e.length,i;r<n;++r)if((i=e[r]).name===t)return i.value}function rv(e,t,r){for(var n=0,i=e.length;n<i;++n)if(e[n].name===t){e[n]=x9,e=e.slice(0,n).concat(e.slice(n+1));break}return r!=null&&e.push({name:t,value:r}),e}var Qi=nv;function yo(){se.preventDefault(),se.stopImmediatePropagation()}function yc(e){var t=e.document.documentElement,r=ke(e).on("dragstart.drag",yo,!0);"onselectstart"in t?r.on("selectstart.drag",yo,!0):(t.__noselect=t.style.MozUserSelect,t.style.MozUserSelect="none")}function _c(e,t){var r=e.document.documentElement,n=ke(e).on("dragstart.drag",null);t&&(n.on("click.drag",yo,!0),setTimeout(function(){n.on("click.drag",null)},0)),"onselectstart"in r?n.on("selectstart.drag",null):(r.style.MozUserSelect=r.__noselect,delete r.__noselect)}function _o(e,t,r){e.prototype=t.prototype=r,r.constructor=e}function Ac(e,t){var r=Object.create(e.prototype);for(var n in t)r[n]=t[n];return r}function ra(){}var ea=.7,To=1/ea,jn="\\s*([+-]?\\d+)\\s*",ta="\\s*([+-]?\\d*\\.?\\d+(?:[eE][+-]?\\d+)?)\\s*",Ft="\\s*([+-]?\\d*\\.?\\d+(?:[eE][+-]?\\d+)?)%\\s*",N9=/^#([0-9a-f]{3,8})$/,O9=new RegExp("^rgb\\("+[jn,jn,jn]+"\\)$"),w9=new RegExp("^rgb\\("+[Ft,Ft,Ft]+"\\)$"),I9=new RegExp("^rgba\\("+[jn,jn,jn,ta]+"\\)$"),S9=new RegExp("^rgba\\("+[Ft,Ft,Ft,ta]+"\\)$"),L9=new RegExp("^hsl\\("+[ta,Ft,Ft]+"\\)$"),D9=new RegExp("^hsla\\("+[ta,Ft,Ft,ta]+"\\)$"),iv={aliceblue:15792383,antiquewhite:16444375,aqua:65535,aquamarine:8388564,azure:15794175,beige:16119260,bisque:16770244,black:0,blanchedalmond:16772045,blue:255,blueviolet:9055202,brown:10824234,burlywood:14596231,cadetblue:6266528,chartreuse:8388352,chocolate:13789470,coral:16744272,cornflowerblue:6591981,cornsilk:16775388,crimson:14423100,cyan:65535,darkblue:139,darkcyan:35723,darkgoldenrod:12092939,darkgray:11119017,darkgreen:25600,darkgrey:11119017,darkkhaki:12433259,darkmagenta:9109643,darkolivegreen:5597999,darkorange:16747520,darkorchid:10040012,darkred:9109504,darksalmon:15308410,darkseagreen:9419919,darkslateblue:4734347,darkslategray:3100495,darkslategrey:3100495,darkturquoise:52945,darkviolet:9699539,deeppink:16716947,deepskyblue:49151,dimgray:6908265,dimgrey:6908265,dodgerblue:2003199,firebrick:11674146,floralwhite:16775920,forestgreen:2263842,fuchsia:16711935,gainsboro:14474460,ghostwhite:16316671,gold:16766720,goldenrod:14329120,gray:8421504,green:32768,greenyellow:11403055,grey:8421504,honeydew:15794160,hotpink:16738740,indianred:13458524,indigo:4915330,ivory:16777200,khaki:15787660,lavender:15132410,lavenderblush:16773365,lawngreen:8190976,lemonchiffon:16775885,lightblue:11393254,lightcoral:15761536,lightcyan:14745599,lightgoldenrodyellow:16448210,lightgray:13882323,lightgreen:9498256,lightgrey:13882323,lightpink:16758465,lightsalmon:16752762,lightseagreen:2142890,lightskyblue:8900346,lightslategray:7833753,lightslategrey:7833753,lightsteelblue:11584734,lightyellow:16777184,lime:65280,limegreen:3329330,linen:16445670,magenta:16711935,maroon:8388608,mediumaquamarine:6737322,mediumblue:205,mediumorchid:12211667,mediumpurple:9662683,mediumseagreen:3978097,mediumslateblue:8087790,mediumspringgreen:64154,mediumturquoise:4772300,mediumvioletred:13047173,midnightblue:1644912,mintcream:16121850,mistyrose:16770273,moccasin:16770229,navajowhite:16768685,navy:128,oldlace:16643558,olive:8421376,olivedrab:7048739,orange:16753920,orangered:16729344,orchid:14315734,palegoldenrod:15657130,palegreen:10025880,paleturquoise:11529966,palevioletred:14381203,papayawhip:16773077,peachpuff:16767673,peru:13468991,pink:16761035,plum:14524637,powderblue:11591910,purple:8388736,rebeccapurple:6697881,red:16711680,rosybrown:12357519,royalblue:4286945,saddlebrown:9127187,salmon:16416882,sandybrown:16032864,seagreen:3050327,seashell:16774638,sienna:10506797,silver:12632256,skyblue:8900331,slateblue:6970061,slategray:7372944,slategrey:7372944,snow:16775930,springgreen:65407,steelblue:4620980,tan:13808780,teal:32896,thistle:14204888,tomato:16737095,turquoise:4251856,violet:15631086,wheat:16113331,white:16777215,whitesmoke:16119285,yellow:16776960,yellowgreen:10145074};_o(ra,Rt,{copy:function(e){return Object.assign(new this.constructor,this,e)},displayable:function(){return this.rgb().displayable()},hex:av,formatHex:av,formatHsl:k9,formatRgb:sv,toString:sv});function av(){return this.rgb().formatHex()}function k9(){return dv(this).formatHsl()}function sv(){return this.rgb().formatRgb()}function Rt(e){var t,r;return e=(e+"").trim().toLowerCase(),(t=N9.exec(e))?(r=t[1].length,t=parseInt(t[1],16),r===6?ov(t):r===3?new ut(t>>8&15|t>>4&240,t>>4&15|t&240,(t&15)<<4|t&15,1):r===8?Ao(t>>24&255,t>>16&255,t>>8&255,(t&255)/255):r===4?Ao(t>>12&15|t>>8&240,t>>8&15|t>>4&240,t>>4&15|t&240,((t&15)<<4|t&15)/255):null):(t=O9.exec(e))?new ut(t[1],t[2],t[3],1):(t=w9.exec(e))?new ut(t[1]*255/100,t[2]*255/100,t[3]*255/100,1):(t=I9.exec(e))?Ao(t[1],t[2],t[3],t[4]):(t=S9.exec(e))?Ao(t[1]*255/100,t[2]*255/100,t[3]*255/100,t[4]):(t=L9.exec(e))?cv(t[1],t[2]/100,t[3]/100,1):(t=D9.exec(e))?cv(t[1],t[2]/100,t[3]/100,t[4]):iv.hasOwnProperty(e)?ov(iv[e]):e==="transparent"?new ut(NaN,NaN,NaN,0):null}function ov(e){return new ut(e>>16&255,e>>8&255,e&255,1)}function Ao(e,t,r,n){return n<=0&&(e=t=r=NaN),new ut(e,t,r,n)}function B9(e){return e instanceof ra||(e=Rt(e)),e?(e=e.rgb(),new ut(e.r,e.g,e.b,e.opacity)):new ut}function zn(e,t,r,n){return arguments.length===1?B9(e):new ut(e,t,r,n??1)}function ut(e,t,r,n){this.r=+e,this.g=+t,this.b=+r,this.opacity=+n}_o(ut,zn,Ac(ra,{brighter:function(e){return e=e==null?To:Math.pow(To,e),new ut(this.r*e,this.g*e,this.b*e,this.opacity)},darker:function(e){return e=e==null?ea:Math.pow(ea,e),new ut(this.r*e,this.g*e,this.b*e,this.opacity)},rgb:function(){return this},displayable:function(){return-.5<=this.r&&this.r<255.5&&-.5<=this.g&&this.g<255.5&&-.5<=this.b&&this.b<255.5&&0<=this.opacity&&this.opacity<=1},hex:lv,formatHex:lv,formatRgb:uv,toString:uv}));function lv(){return"#"+Tc(this.r)+Tc(this.g)+Tc(this.b)}function uv(){var e=this.opacity;return e=isNaN(e)?1:Math.max(0,Math.min(1,e)),(e===1?"rgb(":"rgba(")+Math.max(0,Math.min(255,Math.round(this.r)||0))+", "+Math.max(0,Math.min(255,Math.round(this.g)||0))+", "+Math.max(0,Math.min(255,Math.round(this.b)||0))+(e===1?")":", "+e+")")}function Tc(e){return e=Math.max(0,Math.min(255,Math.round(e)||0)),(e<16?"0":"")+e.toString(16)}function cv(e,t,r,n){return n<=0?e=t=r=NaN:r<=0||r>=1?e=t=NaN:t<=0&&(e=NaN),new $t(e,t,r,n)}function dv(e){if(e instanceof $t)return new $t(e.h,e.s,e.l,e.opacity);if(e instanceof ra||(e=Rt(e)),!e)return new $t;if(e instanceof $t)return e;e=e.rgb();var t=e.r/255,r=e.g/255,n=e.b/255,i=Math.min(t,r,n),a=Math.max(t,r,n),s=NaN,o=a-i,l=(a+i)/2;return o?(t===a?s=(r-n)/o+(r<n)*6:r===a?s=(n-t)/o+2:s=(t-r)/o+4,o/=l<.5?a+i:2-a-i,s*=60):o=l>0&&l<1?0:s,new $t(s,o,l,e.opacity)}function fv(e,t,r,n){return arguments.length===1?dv(e):new $t(e,t,r,n??1)}function $t(e,t,r,n){this.h=+e,this.s=+t,this.l=+r,this.opacity=+n}_o($t,fv,Ac(ra,{brighter:function(e){return e=e==null?To:Math.pow(To,e),new $t(this.h,this.s,this.l*e,this.opacity)},darker:function(e){return e=e==null?ea:Math.pow(ea,e),new $t(this.h,this.s,this.l*e,this.opacity)},rgb:function(){var e=this.h%360+(this.h<0)*360,t=isNaN(e)||isNaN(this.s)?0:this.s,r=this.l,n=r+(r<.5?r:1-r)*t,i=2*r-n;return new ut(xc(e>=240?e-240:e+120,i,n),xc(e,i,n),xc(e<120?e+240:e-120,i,n),this.opacity)},displayable:function(){return(0<=this.s&&this.s<=1||isNaN(this.s))&&0<=this.l&&this.l<=1&&0<=this.opacity&&this.opacity<=1},formatHsl:function(){var e=this.opacity;return e=isNaN(e)?1:Math.max(0,Math.min(1,e)),(e===1?"hsl(":"hsla(")+(this.h||0)+", "+(this.s||0)*100+"%, "+(this.l||0)*100+"%"+(e===1?")":", "+e+")")}}));function xc(e,t,r){return(e<60?t+(r-t)*e/60:e<180?r:e<240?t+(r-t)*(240-e)/60:t)*255}function Rc(e,t,r,n,i){var a=e*e,s=a*e;return((1-3*e+3*a-s)*t+(4-6*a+3*s)*r+(1+3*e+3*a-3*s)*n+s*i)/6}function pv(e){var t=e.length-1;return function(r){var n=r<=0?r=0:r>=1?(r=1,t-1):Math.floor(r*t),i=e[n],a=e[n+1],s=n>0?e[n-1]:2*i-a,o=n<t-1?e[n+2]:2*a-i;return Rc((r-n/t)*t,s,i,a,o)}}function hv(e){var t=e.length;return function(r){var n=Math.floor(((r%=1)<0?++r:r)*t),i=e[(n+t-1)%t],a=e[n%t],s=e[(n+1)%t],o=e[(n+2)%t];return Rc((r-n/t)*t,i,a,s,o)}}function na(e){return function(){return e}}function M9(e,t){return function(r){return e+r*t}}function P9(e,t,r){return e=Math.pow(e,r),t=Math.pow(t,r)-e,r=1/r,function(n){return Math.pow(e+n*t,r)}}function mv(e){return(e=+e)==1?xo:function(t,r){return r-t?P9(t,r,e):na(isNaN(t)?r:t)}}function xo(e,t){var r=t-e;return r?M9(e,r):na(isNaN(e)?t:e)}var Zr=function e(t){var r=mv(t);function n(i,a){var s=r((i=zn(i)).r,(a=zn(a)).r),o=r(i.g,a.g),l=r(i.b,a.b),u=xo(i.opacity,a.opacity);return function(d){return i.r=s(d),i.g=o(d),i.b=l(d),i.opacity=u(d),i+""}}return n.gamma=e,n}(1);function vv(e){return function(t){var r=t.length,n=new Array(r),i=new Array(r),a=new Array(r),s,o;for(s=0;s<r;++s)o=zn(t[s]),n[s]=o.r||0,i[s]=o.g||0,a[s]=o.b||0;return n=e(n),i=e(i),a=e(a),o.opacity=1,function(l){return o.r=n(l),o.g=i(l),o.b=a(l),o+""}}}var $9=vv(pv),F9=vv(hv);function gv(e,t){t||(t=[]);var r=e?Math.min(t.length,e.length):0,n=t.slice(),i;return function(a){for(i=0;i<r;++i)n[i]=e[i]*(1-a)+t[i]*a;return n}}function Ev(e){return ArrayBuffer.isView(e)&&!(e instanceof DataView)}function bv(e,t){var r=t?t.length:0,n=e?Math.min(r,e.length):0,i=new Array(n),a=new Array(r),s;for(s=0;s<n;++s)i[s]=Qr(e[s],t[s]);for(;s<r;++s)a[s]=t[s];return function(o){for(s=0;s<n;++s)a[s]=i[s](o);return a}}function yv(e,t){var r=new Date;return e=+e,t=+t,function(n){return r.setTime(e*(1-n)+t*n),r}}function Ke(e,t){return e=+e,t=+t,function(r){return e*(1-r)+t*r}}function _v(e,t){var r={},n={},i;(e===null||typeof e!="object")&&(e={}),(t===null||typeof t!="object")&&(t={});for(i in t)i in e?r[i]=Qr(e[i],t[i]):n[i]=t[i];return function(a){for(i in r)n[i]=r[i](a);return n}}var Nc=/[-+]?(?:\d+\.?\d*|\.?\d+)(?:[eE][-+]?\d+)?/g,Cc=new RegExp(Nc.source,"g");function U9(e){return function(){return e}}function q9(e){return function(t){return e(t)+""}}function ia(e,t){var r=Nc.lastIndex=Cc.lastIndex=0,n,i,a,s=-1,o=[],l=[];for(e=e+"",t=t+"";(n=Nc.exec(e))&&(i=Cc.exec(t));)(a=i.index)>r&&(a=t.slice(r,a),o[s]?o[s]+=a:o[++s]=a),(n=n[0])===(i=i[0])?o[s]?o[s]+=i:o[++s]=i:(o[++s]=null,l.push({i:s,x:Ke(n,i)})),r=Cc.lastIndex;return r<t.length&&(a=t.slice(r),o[s]?o[s]+=a:o[++s]=a),o.length<2?l[0]?q9(l[0].x):U9(t):(t=l.length,function(u){for(var d=0,h;d<t;++d)o[(h=l[d]).i]=h.x(u);return o.join("")})}function Qr(e,t){var r=typeof t,n;return t==null||r==="boolean"?na(t):(r==="number"?Ke:r==="string"?(n=Rt(t))?(t=n,Zr):ia:t instanceof Rt?Zr:t instanceof Date?yv:Ev(t)?gv:Array.isArray(t)?bv:typeof t.valueOf!="function"&&typeof t.toString!="function"||isNaN(t)?_v:Ke)(e,t)}var Av=180/Math.PI,Ro={translateX:0,translateY:0,rotate:0,skewX:0,scaleX:1,scaleY:1};function Oc(e,t,r,n,i,a){var s,o,l;return(s=Math.sqrt(e*e+t*t))&&(e/=s,t/=s),(l=e*r+t*n)&&(r-=e*l,n-=t*l),(o=Math.sqrt(r*r+n*n))&&(r/=o,n/=o,l/=o),e*n<t*r&&(e=-e,t=-t,l=-l,s=-s),{translateX:i,translateY:a,rotate:Math.atan2(t,e)*Av,skewX:Math.atan(l)*Av,scaleX:s,scaleY:o}}var aa,wc,Tv,Co;function xv(e){return e==="none"?Ro:(aa||(aa=document.createElement("DIV"),wc=document.documentElement,Tv=document.defaultView),aa.style.transform=e,e=Tv.getComputedStyle(wc.appendChild(aa),null).getPropertyValue("transform"),wc.removeChild(aa),e=e.slice(7,-1).split(","),Oc(+e[0],+e[1],+e[2],+e[3],+e[4],+e[5]))}function Rv(e){return e==null?Ro:(Co||(Co=document.createElementNS("http://www.w3.org/2000/svg","g")),Co.setAttribute("transform",e),(e=Co.transform.baseVal.consolidate())?(e=e.matrix,Oc(e.a,e.b,e.c,e.d,e.e,e.f)):Ro)}function Cv(e,t,r,n){function i(u){return u.length?u.pop()+" ":""}function a(u,d,h,E,y,T){if(u!==h||d!==E){var _=y.push("translate(",null,t,null,r);T.push({i:_-4,x:Ke(u,h)},{i:_-2,x:Ke(d,E)})}else(h||E)&&y.push("translate("+h+t+E+r)}function s(u,d,h,E){u!==d?(u-d>180?d+=360:d-u>180&&(u+=360),E.push({i:h.push(i(h)+"rotate(",null,n)-2,x:Ke(u,d)})):d&&h.push(i(h)+"rotate("+d+n)}function o(u,d,h,E){u!==d?E.push({i:h.push(i(h)+"skewX(",null,n)-2,x:Ke(u,d)}):d&&h.push(i(h)+"skewX("+d+n)}function l(u,d,h,E,y,T){if(u!==h||d!==E){var _=y.push(i(y)+"scale(",null,",",null,")");T.push({i:_-4,x:Ke(u,h)},{i:_-2,x:Ke(d,E)})}else(h!==1||E!==1)&&y.push(i(y)+"scale("+h+","+E+")")}return function(u,d){var h=[],E=[];return u=e(u),d=e(d),a(u.translateX,u.translateY,d.translateX,d.translateY,h,E),s(u.rotate,d.rotate,h,E),o(u.skewX,d.skewX,h,E),l(u.scaleX,u.scaleY,d.scaleX,d.scaleY,h,E),u=d=null,function(y){for(var T=-1,_=E.length,I;++T<_;)h[(I=E[T]).i]=I.x(y);return h.join("")}}}var Ic=Cv(xv,"px, ","px)","deg)"),Sc=Cv(Rv,", ",")",")");var sa=Math.SQRT2,Lc=2,Nv=4,j9=1e-12;function Ov(e){return((e=Math.exp(e))+1/e)/2}function z9(e){return((e=Math.exp(e))-1/e)/2}function V9(e){return((e=Math.exp(2*e))-1)/(e+1)}function Dc(e,t){var r=e[0],n=e[1],i=e[2],a=t[0],s=t[1],o=t[2],l=a-r,u=s-n,d=l*l+u*u,h,E;if(d<j9)E=Math.log(o/i)/sa,h=function(N){return[r+N*l,n+N*u,i*Math.exp(sa*N*E)]};else{var y=Math.sqrt(d),T=(o*o-i*i+Nv*d)/(2*i*Lc*y),_=(o*o-i*i-Nv*d)/(2*o*Lc*y),I=Math.log(Math.sqrt(T*T+1)-T),C=Math.log(Math.sqrt(_*_+1)-_);E=(C-I)/sa,h=function(N){var M=N*E,L=Ov(I),H=i/(Lc*y)*(L*V9(sa*M+I)-z9(I));return[r+H*l,n+H*u,i*L/Ov(sa*M+I)]}}return h.duration=E*1e3,h}var Vn=0,la=0,oa=0,Iv=1e3,No,ua,Oo=0,en=0,wo=0,ca=typeof performance=="object"&&performance.now?performance:Date,Sv=typeof window=="object"&&window.requestAnimationFrame?window.requestAnimationFrame.bind(window):function(e){setTimeout(e,17)};function Hn(){return en||(Sv(H9),en=ca.now()+wo)}function H9(){en=0}function da(){this._call=this._time=this._next=null}da.prototype=Io.prototype={constructor:da,restart:function(e,t,r){if(typeof e!="function")throw new TypeError("callback is not a function");r=(r==null?Hn():+r)+(t==null?0:+t),!this._next&&ua!==this&&(ua?ua._next=this:No=this,ua=this),this._call=e,this._time=r,kc()},stop:function(){this._call&&(this._call=null,this._time=1/0,kc())}};function Io(e,t,r){var n=new da;return n.restart(e,t,r),n}function Lv(){Hn(),++Vn;for(var e=No,t;e;)(t=en-e._time)>=0&&e._call.call(null,t),e=e._next;--Vn}function wv(){en=(Oo=ca.now())+wo,Vn=la=0;try{Lv()}finally{Vn=0,W9(),en=0}}function G9(){var e=ca.now(),t=e-Oo;t>Iv&&(wo-=t,Oo=e)}function W9(){for(var e,t=No,r,n=1/0;t;)t._call?(n>t._time&&(n=t._time),e=t,t=t._next):(r=t._next,t._next=null,t=e?e._next=r:No=r);ua=e,kc(n)}function kc(e){if(!Vn){la&&(la=clearTimeout(la));var t=e-en;t>24?(e<1/0&&(la=setTimeout(wv,e-ca.now()-wo)),oa&&(oa=clearInterval(oa))):(oa||(Oo=ca.now(),oa=setInterval(G9,Iv)),Vn=1,Sv(wv))}}function So(e,t,r){var n=new da;return t=t==null?0:+t,n.restart(function(i){n.stop(),e(i+t)},t,r),n}var Y9=Qi("start","end","cancel","interrupt"),K9=[],kv=0,Bc=1,Do=2,Lo=3,Dv=4,ko=5,fa=6;function br(e,t,r,n,i,a){var s=e.__transition;if(!s)e.__transition={};else if(r in s)return;X9(e,r,{name:t,index:n,group:i,on:Y9,tween:K9,time:a.time,delay:a.delay,duration:a.duration,ease:a.ease,timer:null,state:kv})}function pa(e,t){var r=Pe(e,t);if(r.state>kv)throw new Error("too late; already scheduled");return r}function Xe(e,t){var r=Pe(e,t);if(r.state>Lo)throw new Error("too late; already running");return r}function Pe(e,t){var r=e.__transition;if(!r||!(r=r[t]))throw new Error("transition not found");return r}function X9(e,t,r){var n=e.__transition,i;n[t]=r,r.timer=Io(a,0,r.time);function a(u){r.state=Bc,r.timer.restart(s,r.delay,r.time),r.delay<=u&&s(u-r.delay)}function s(u){var d,h,E,y;if(r.state!==Bc)return l();for(d in n)if(y=n[d],y.name===r.name){if(y.state===Lo)return So(s);y.state===Dv?(y.state=fa,y.timer.stop(),y.on.call("interrupt",e,e.__data__,y.index,y.group),delete n[d]):+d<t&&(y.state=fa,y.timer.stop(),y.on.call("cancel",e,e.__data__,y.index,y.group),delete n[d])}if(So(function(){r.state===Lo&&(r.state=Dv,r.timer.restart(o,r.delay,r.time),o(u))}),r.state=Do,r.on.call("start",e,e.__data__,r.index,r.group),r.state===Do){for(r.state=Lo,i=new Array(E=r.tween.length),d=0,h=-1;d<E;++d)(y=r.tween[d].value.call(e,e.__data__,r.index,r.group))&&(i[++h]=y);i.length=h+1}}function o(u){for(var d=u<r.duration?r.ease.call(null,u/r.duration):(r.timer.restart(l),r.state=ko,1),h=-1,E=i.length;++h<E;)i[h].call(e,d);r.state===ko&&(r.on.call("end",e,e.__data__,r.index,r.group),l())}function l(){r.state=fa,r.timer.stop(),delete n[t];for(var u in n)return;delete e.__transition}}function tn(e,t){var r=e.__transition,n,i,a=!0,s;if(!!r){t=t==null?null:t+"";for(s in r){if((n=r[s]).name!==t){a=!1;continue}i=n.state>Do&&n.state<ko,n.state=fa,n.timer.stop(),n.on.call(i?"interrupt":"cancel",e,e.__data__,n.index,n.group),delete r[s]}a&&delete e.__transition}}function Bv(e){return this.each(function(){tn(this,e)})}function J9(e,t){var r,n;return function(){var i=Xe(this,e),a=i.tween;if(a!==r){n=r=a;for(var s=0,o=n.length;s<o;++s)if(n[s].name===t){n=n.slice(),n.splice(s,1);break}}i.tween=n}}function Z9(e,t,r){var n,i;if(typeof r!="function")throw new Error;return function(){var a=Xe(this,e),s=a.tween;if(s!==n){i=(n=s).slice();for(var o={name:t,value:r},l=0,u=i.length;l<u;++l)if(i[l].name===t){i[l]=o;break}l===u&&i.push(o)}a.tween=i}}function Mv(e,t){var r=this._id;if(e+="",arguments.length<2){for(var n=Pe(this.node(),r).tween,i=0,a=n.length,s;i<a;++i)if((s=n[i]).name===e)return s.value;return null}return this.each((t==null?J9:Z9)(r,e,t))}function Gn(e,t,r){var n=e._id;return e.each(function(){var i=Xe(this,n);(i.value||(i.value={}))[t]=r.apply(this,arguments)}),function(i){return Pe(i,n).value[t]}}function Bo(e,t){var r;return(typeof t=="number"?Ke:t instanceof Rt?Zr:(r=Rt(t))?(t=r,Zr):ia)(e,t)}function Q9(e){return function(){this.removeAttribute(e)}}function eL(e){return function(){this.removeAttributeNS(e.space,e.local)}}function tL(e,t,r){var n,i=r+"",a;return function(){var s=this.getAttribute(e);return s===i?null:s===n?a:a=t(n=s,r)}}function rL(e,t,r){var n,i=r+"",a;return function(){var s=this.getAttributeNS(e.space,e.local);return s===i?null:s===n?a:a=t(n=s,r)}}function nL(e,t,r){var n,i,a;return function(){var s,o=r(this),l;return o==null?void this.removeAttribute(e):(s=this.getAttribute(e),l=o+"",s===l?null:s===n&&l===i?a:(i=l,a=t(n=s,o)))}}function iL(e,t,r){var n,i,a;return function(){var s,o=r(this),l;return o==null?void this.removeAttributeNS(e.space,e.local):(s=this.getAttributeNS(e.space,e.local),l=o+"",s===l?null:s===n&&l===i?a:(i=l,a=t(n=s,o)))}}function Pv(e,t){var r=Jt(e),n=r==="transform"?Sc:Bo;return this.attrTween(e,typeof t=="function"?(r.local?iL:nL)(r,n,Gn(this,"attr."+e,t)):t==null?(r.local?eL:Q9)(r):(r.local?rL:tL)(r,n,t))}function aL(e,t){return function(r){this.setAttribute(e,t.call(this,r))}}function sL(e,t){return function(r){this.setAttributeNS(e.space,e.local,t.call(this,r))}}function oL(e,t){var r,n;function i(){var a=t.apply(this,arguments);return a!==n&&(r=(n=a)&&sL(e,a)),r}return i._value=t,i}function lL(e,t){var r,n;function i(){var a=t.apply(this,arguments);return a!==n&&(r=(n=a)&&aL(e,a)),r}return i._value=t,i}function $v(e,t){var r="attr."+e;if(arguments.length<2)return(r=this.tween(r))&&r._value;if(t==null)return this.tween(r,null);if(typeof t!="function")throw new Error;var n=Jt(e);return this.tween(r,(n.local?oL:lL)(n,t))}function uL(e,t){return function(){pa(this,e).delay=+t.apply(this,arguments)}}function cL(e,t){return t=+t,function(){pa(this,e).delay=t}}function Fv(e){var t=this._id;return arguments.length?this.each((typeof e=="function"?uL:cL)(t,e)):Pe(this.node(),t).delay}function dL(e,t){return function(){Xe(this,e).duration=+t.apply(this,arguments)}}function fL(e,t){return t=+t,function(){Xe(this,e).duration=t}}function Uv(e){var t=this._id;return arguments.length?this.each((typeof e=="function"?dL:fL)(t,e)):Pe(this.node(),t).duration}function pL(e,t){if(typeof t!="function")throw new Error;return function(){Xe(this,e).ease=t}}function qv(e){var t=this._id;return arguments.length?this.each(pL(t,e)):Pe(this.node(),t).ease}function jv(e){typeof e!="function"&&(e=Xi(e));for(var t=this._groups,r=t.length,n=new Array(r),i=0;i<r;++i)for(var a=t[i],s=a.length,o=n[i]=[],l,u=0;u<s;++u)(l=a[u])&&e.call(l,l.__data__,u,a)&&o.push(l);return new Ge(n,this._parents,this._name,this._id)}function zv(e){if(e._id!==this._id)throw new Error;for(var t=this._groups,r=e._groups,n=t.length,i=r.length,a=Math.min(n,i),s=new Array(n),o=0;o<a;++o)for(var l=t[o],u=r[o],d=l.length,h=s[o]=new Array(d),E,y=0;y<d;++y)(E=l[y]||u[y])&&(h[y]=E);for(;o<n;++o)s[o]=t[o];return new Ge(s,this._parents,this._name,this._id)}function hL(e){return(e+"").trim().split(/^|\s+/).every(function(t){var r=t.indexOf(".");return r>=0&&(t=t.slice(0,r)),!t||t==="start"})}function mL(e,t,r){var n,i,a=hL(t)?pa:Xe;return function(){var s=a(this,e),o=s.on;o!==n&&(i=(n=o).copy()).on(t,r),s.on=i}}function Vv(e,t){var r=this._id;return arguments.length<2?Pe(this.node(),r).on.on(e):this.each(mL(r,e,t))}function vL(e){return function(){var t=this.parentNode;for(var r in this.__transition)if(+r!==e)return;t&&t.removeChild(this)}}function Hv(){return this.on("end.remove",vL(this._id))}function Gv(e){var t=this._name,r=this._id;typeof e!="function"&&(e=Jr(e));for(var n=this._groups,i=n.length,a=new Array(i),s=0;s<i;++s)for(var o=n[s],l=o.length,u=a[s]=new Array(l),d,h,E=0;E<l;++E)(d=o[E])&&(h=e.call(d,d.__data__,E,o))&&("__data__"in d&&(h.__data__=d.__data__),u[E]=h,br(u[E],t,r,E,u,Pe(d,r)));return new Ge(a,this._parents,t,r)}function Wv(e){var t=this._name,r=this._id;typeof e!="function"&&(e=Ki(e));for(var n=this._groups,i=n.length,a=[],s=[],o=0;o<i;++o)for(var l=n[o],u=l.length,d,h=0;h<u;++h)if(d=l[h]){for(var E=e.call(d,d.__data__,h,l),y,T=Pe(d,r),_=0,I=E.length;_<I;++_)(y=E[_])&&br(y,t,r,_,E,T);a.push(E),s.push(d)}return new Ge(a,s,t,r)}var gL=Zt.prototype.constructor;function Yv(){return new gL(this._groups,this._parents)}function EL(e,t){var r,n,i;return function(){var a=Er(this,e),s=(this.style.removeProperty(e),Er(this,e));return a===s?null:a===r&&s===n?i:i=t(r=a,n=s)}}function Kv(e){return function(){this.style.removeProperty(e)}}function bL(e,t,r){var n,i=r+"",a;return function(){var s=Er(this,e);return s===i?null:s===n?a:a=t(n=s,r)}}function yL(e,t,r){var n,i,a;return function(){var s=Er(this,e),o=r(this),l=o+"";return o==null&&(l=o=(this.style.removeProperty(e),Er(this,e))),s===l?null:s===n&&l===i?a:(i=l,a=t(n=s,o))}}function _L(e,t){var r,n,i,a="style."+t,s="end."+a,o;return function(){var l=Xe(this,e),u=l.on,d=l.value[a]==null?o||(o=Kv(t)):void 0;(u!==r||i!==d)&&(n=(r=u).copy()).on(s,i=d),l.on=n}}function Xv(e,t,r){var n=(e+="")=="transform"?Ic:Bo;return t==null?this.styleTween(e,EL(e,n)).on("end.style."+e,Kv(e)):typeof t=="function"?this.styleTween(e,yL(e,n,Gn(this,"style."+e,t))).each(_L(this._id,e)):this.styleTween(e,bL(e,n,t),r).on("end.style."+e,null)}function AL(e,t,r){return function(n){this.style.setProperty(e,t.call(this,n),r)}}function TL(e,t,r){var n,i;function a(){var s=t.apply(this,arguments);return s!==i&&(n=(i=s)&&AL(e,s,r)),n}return a._value=t,a}function Jv(e,t,r){var n="style."+(e+="");if(arguments.length<2)return(n=this.tween(n))&&n._value;if(t==null)return this.tween(n,null);if(typeof t!="function")throw new Error;return this.tween(n,TL(e,t,r??""))}function xL(e){return function(){this.textContent=e}}function RL(e){return function(){var t=e(this);this.textContent=t??""}}function Zv(e){return this.tween("text",typeof e=="function"?RL(Gn(this,"text",e)):xL(e==null?"":e+""))}function CL(e){return function(t){this.textContent=e.call(this,t)}}function NL(e){var t,r;function n(){var i=e.apply(this,arguments);return i!==r&&(t=(r=i)&&CL(i)),t}return n._value=e,n}function Qv(e){var t="text";if(arguments.length<1)return(t=this.tween(t))&&t._value;if(e==null)return this.tween(t,null);if(typeof e!="function")throw new Error;return this.tween(t,NL(e))}function eg(){for(var e=this._name,t=this._id,r=Mo(),n=this._groups,i=n.length,a=0;a<i;++a)for(var s=n[a],o=s.length,l,u=0;u<o;++u)if(l=s[u]){var d=Pe(l,t);br(l,e,r,u,s,{time:d.time+d.delay+d.duration,delay:0,duration:d.duration,ease:d.ease})}return new Ge(n,this._parents,e,r)}function tg(){var e,t,r=this,n=r._id,i=r.size();return new Promise(function(a,s){var o={value:s},l={value:function(){--i===0&&a()}};r.each(function(){var u=Xe(this,n),d=u.on;d!==e&&(t=(e=d).copy(),t._.cancel.push(o),t._.interrupt.push(o),t._.end.push(l)),u.on=t})})}var OL=0;function Ge(e,t,r,n){this._groups=e,this._parents=t,this._name=r,this._id=n}function Mc(e){return Zt().transition(e)}function Mo(){return++OL}var Wn=Zt.prototype;Ge.prototype=Mc.prototype={constructor:Ge,select:Gv,selectAll:Wv,filter:jv,merge:zv,selection:Yv,transition:eg,call:Wn.call,nodes:Wn.nodes,node:Wn.node,size:Wn.size,empty:Wn.empty,each:Wn.each,on:Vv,attr:Pv,attrTween:$v,style:Xv,styleTween:Jv,text:Zv,textTween:Qv,remove:Hv,tween:Mv,delay:Fv,duration:Uv,ease:qv,end:tg};function Po(e){return((e*=2)<=1?e*e*e:(e-=2)*e*e+2)/2}var Pc={time:null,delay:0,duration:250,ease:Po};function wL(e,t){for(var r;!(r=e.__transition)||!(r=r[t]);)if(!(e=e.parentNode))return Pc.time=Hn(),Pc;return r}function rg(e){var t,r;e instanceof Ge?(t=e._id,e=e._name):(t=Mo(),(r=Pc).time=Hn(),e=e==null?null:e+"");for(var n=this._groups,i=n.length,a=0;a<i;++a)for(var s=n[a],o=s.length,l,u=0;u<o;++u)(l=s[u])&&br(l,e,t,u,s,r||wL(l,t));return new Ge(n,this._parents,e,t)}Zt.prototype.interrupt=Bv;Zt.prototype.transition=rg;function ha(e){return function(){return e}}function $c(e,t,r){this.target=e,this.type=t,this.transform=r}function Ut(e,t,r){this.k=e,this.x=t,this.y=r}Ut.prototype={constructor:Ut,scale:function(e){return e===1?this:new Ut(this.k*e,this.x,this.y)},translate:function(e,t){return e===0&t===0?this:new Ut(this.k,this.x+this.k*e,this.y+this.k*t)},apply:function(e){return[e[0]*this.k+this.x,e[1]*this.k+this.y]},applyX:function(e){return e*this.k+this.x},applyY:function(e){return e*this.k+this.y},invert:function(e){return[(e[0]-this.x)/this.k,(e[1]-this.y)/this.k]},invertX:function(e){return(e-this.x)/this.k},invertY:function(e){return(e-this.y)/this.k},rescaleX:function(e){return e.copy().domain(e.range().map(this.invertX,this).map(e.invert,e))},rescaleY:function(e){return e.copy().domain(e.range().map(this.invertY,this).map(e.invert,e))},toString:function(){return"translate("+this.x+","+this.y+") scale("+this.k+")"}};var yr=new Ut(1,0,0);ma.prototype=Ut.prototype;function ma(e){for(;!e.__zoom;)if(!(e=e.parentNode))return yr;return e.__zoom}function $o(){se.stopImmediatePropagation()}function Yn(){se.preventDefault(),se.stopImmediatePropagation()}function IL(){return!se.ctrlKey&&!se.button}function SL(){var e=this;return e instanceof SVGElement?(e=e.ownerSVGElement||e,e.hasAttribute("viewBox")?(e=e.viewBox.baseVal,[[e.x,e.y],[e.x+e.width,e.y+e.height]]):[[0,0],[e.width.baseVal.value,e.height.baseVal.value]]):[[0,0],[e.clientWidth,e.clientHeight]]}function ng(){return this.__zoom||yr}function LL(){return-se.deltaY*(se.deltaMode===1?.05:se.deltaMode?1:.002)}function DL(){return navigator.maxTouchPoints||"ontouchstart"in this}function kL(e,t,r){var n=e.invertX(t[0][0])-r[0][0],i=e.invertX(t[1][0])-r[1][0],a=e.invertY(t[0][1])-r[0][1],s=e.invertY(t[1][1])-r[1][1];return e.translate(i>n?(n+i)/2:Math.min(0,n)||Math.max(0,i),s>a?(a+s)/2:Math.min(0,a)||Math.max(0,s))}function Fc(){var e=IL,t=SL,r=kL,n=LL,i=DL,a=[0,1/0],s=[[-1/0,-1/0],[1/0,1/0]],o=250,l=Dc,u=Qi("start","zoom","end"),d,h,E=500,y=150,T=0;function _(x){x.property("__zoom",ng).on("wheel.zoom",B).on("mousedown.zoom",j).on("dblclick.zoom",ce).filter(i).on("touchstart.zoom",de).on("touchmove.zoom",je).on("touchend.zoom touchcancel.zoom",Ae).style("touch-action","none").style("-webkit-tap-highlight-color","rgba(0,0,0,0)")}_.transform=function(x,$,Y){var V=x.selection?x.selection():x;V.property("__zoom",ng),x!==V?M(x,$,Y):V.interrupt().each(function(){L(this,arguments).start().zoom(null,typeof $=="function"?$.apply(this,arguments):$).end()})},_.scaleBy=function(x,$,Y){_.scaleTo(x,function(){var V=this.__zoom.k,J=typeof $=="function"?$.apply(this,arguments):$;return V*J},Y)},_.scaleTo=function(x,$,Y){_.transform(x,function(){var V=t.apply(this,arguments),J=this.__zoom,R=Y==null?N(V):typeof Y=="function"?Y.apply(this,arguments):Y,A=J.invert(R),v=typeof $=="function"?$.apply(this,arguments):$;return r(C(I(J,v),R,A),V,s)},Y)},_.translateBy=function(x,$,Y){_.transform(x,function(){return r(this.__zoom.translate(typeof $=="function"?$.apply(this,arguments):$,typeof Y=="function"?Y.apply(this,arguments):Y),t.apply(this,arguments),s)})},_.translateTo=function(x,$,Y,V){_.transform(x,function(){var J=t.apply(this,arguments),R=this.__zoom,A=V==null?N(J):typeof V=="function"?V.apply(this,arguments):V;return r(yr.translate(A[0],A[1]).scale(R.k).translate(typeof $=="function"?-$.apply(this,arguments):-$,typeof Y=="function"?-Y.apply(this,arguments):-Y),J,s)},V)};function I(x,$){return $=Math.max(a[0],Math.min(a[1],$)),$===x.k?x:new Ut($,x.x,x.y)}function C(x,$,Y){var V=$[0]-Y[0]*x.k,J=$[1]-Y[1]*x.k;return V===x.x&&J===x.y?x:new Ut(x.k,V,J)}function N(x){return[(+x[0][0]+ +x[1][0])/2,(+x[0][1]+ +x[1][1])/2]}function M(x,$,Y){x.on("start.zoom",function(){L(this,arguments).start()}).on("interrupt.zoom end.zoom",function(){L(this,arguments).end()}).tween("zoom",function(){var V=this,J=arguments,R=L(V,J),A=t.apply(V,J),v=Y==null?N(A):typeof Y=="function"?Y.apply(V,J):Y,k=Math.max(A[1][0]-A[0][0],A[1][1]-A[0][1]),K=V.__zoom,te=typeof $=="function"?$.apply(V,J):$,m=l(K.invert(v).concat(k/K.k),te.invert(v).concat(k/te.k));return function(S){if(S===1)S=te;else{var P=m(S),G=k/P[2];S=new Ut(G,v[0]-P[0]*G,v[1]-P[1]*G)}R.zoom(null,S)}})}function L(x,$,Y){return!Y&&x.__zooming||new H(x,$)}function H(x,$){this.that=x,this.args=$,this.active=0,this.extent=t.apply(x,$),this.taps=0}H.prototype={start:function(){return++this.active===1&&(this.that.__zooming=this,this.emit("start")),this},zoom:function(x,$){return this.mouse&&x!=="mouse"&&(this.mouse[1]=$.invert(this.mouse[0])),this.touch0&&x!=="touch"&&(this.touch0[1]=$.invert(this.touch0[0])),this.touch1&&x!=="touch"&&(this.touch1[1]=$.invert(this.touch1[0])),this.that.__zoom=$,this.emit("zoom"),this},end:function(){return--this.active===0&&(delete this.that.__zooming,this.emit("end")),this},emit:function(x){Ec(new $c(_,x,this.that.__zoom),u.apply,u,[x,this.that,this.args])}};function B(){if(!e.apply(this,arguments))return;var x=L(this,arguments),$=this.__zoom,Y=Math.max(a[0],Math.min(a[1],$.k*Math.pow(2,n.apply(this,arguments)))),V=Un(this);if(x.wheel)(x.mouse[0][0]!==V[0]||x.mouse[0][1]!==V[1])&&(x.mouse[1]=$.invert(x.mouse[0]=V)),clearTimeout(x.wheel);else{if($.k===Y)return;x.mouse=[V,$.invert(V)],tn(this),x.start()}Yn(),x.wheel=setTimeout(J,y),x.zoom("mouse",r(C(I($,Y),x.mouse[0],x.mouse[1]),x.extent,s));function J(){x.wheel=null,x.end()}}function j(){if(h||!e.apply(this,arguments))return;var x=L(this,arguments,!0),$=ke(se.view).on("mousemove.zoom",R,!0).on("mouseup.zoom",A,!0),Y=Un(this),V=se.clientX,J=se.clientY;yc(se.view),$o(),x.mouse=[Y,this.__zoom.invert(Y)],tn(this),x.start();function R(){if(Yn(),!x.moved){var v=se.clientX-V,k=se.clientY-J;x.moved=v*v+k*k>T}x.zoom("mouse",r(C(x.that.__zoom,x.mouse[0]=Un(x.that),x.mouse[1]),x.extent,s))}function A(){$.on("mousemove.zoom mouseup.zoom",null),_c(se.view,x.moved),Yn(),x.end()}}function ce(){if(!!e.apply(this,arguments)){var x=this.__zoom,$=Un(this),Y=x.invert($),V=x.k*(se.shiftKey?.5:2),J=r(C(I(x,V),$,Y),t.apply(this,arguments),s);Yn(),o>0?ke(this).transition().duration(o).call(M,J,$):ke(this).call(_.transform,J)}}function de(){if(!!e.apply(this,arguments)){var x=se.touches,$=x.length,Y=L(this,arguments,se.changedTouches.length===$),V,J,R,A;for($o(),J=0;J<$;++J)R=x[J],A=Eo(this,x,R.identifier),A=[A,this.__zoom.invert(A),R.identifier],Y.touch0?!Y.touch1&&Y.touch0[2]!==A[2]&&(Y.touch1=A,Y.taps=0):(Y.touch0=A,V=!0,Y.taps=1+!!d);d&&(d=clearTimeout(d)),V&&(Y.taps<2&&(d=setTimeout(function(){d=null},E)),tn(this),Y.start())}}function je(){if(!!this.__zooming){var x=L(this,arguments),$=se.changedTouches,Y=$.length,V,J,R,A;for(Yn(),d&&(d=clearTimeout(d)),x.taps=0,V=0;V<Y;++V)J=$[V],R=Eo(this,$,J.identifier),x.touch0&&x.touch0[2]===J.identifier?x.touch0[0]=R:x.touch1&&x.touch1[2]===J.identifier&&(x.touch1[0]=R);if(J=x.that.__zoom,x.touch1){var v=x.touch0[0],k=x.touch0[1],K=x.touch1[0],te=x.touch1[1],m=(m=K[0]-v[0])*m+(m=K[1]-v[1])*m,S=(S=te[0]-k[0])*S+(S=te[1]-k[1])*S;J=I(J,Math.sqrt(m/S)),R=[(v[0]+K[0])/2,(v[1]+K[1])/2],A=[(k[0]+te[0])/2,(k[1]+te[1])/2]}else if(x.touch0)R=x.touch0[0],A=x.touch0[1];else return;x.zoom("touch",r(C(J,R,A),x.extent,s))}}function Ae(){if(!!this.__zooming){var x=L(this,arguments),$=se.changedTouches,Y=$.length,V,J;for($o(),h&&clearTimeout(h),h=setTimeout(function(){h=null},E),V=0;V<Y;++V)J=$[V],x.touch0&&x.touch0[2]===J.identifier?delete x.touch0:x.touch1&&x.touch1[2]===J.identifier&&delete x.touch1;if(x.touch1&&!x.touch0&&(x.touch0=x.touch1,delete x.touch1),x.touch0)x.touch0[1]=this.__zoom.invert(x.touch0[0]);else if(x.end(),x.taps===2){var R=ke(this).on("dblclick.zoom");R&&R.apply(this,arguments)}}}return _.wheelDelta=function(x){return arguments.length?(n=typeof x=="function"?x:ha(+x),_):n},_.filter=function(x){return arguments.length?(e=typeof x=="function"?x:ha(!!x),_):e},_.touchable=function(x){return arguments.length?(i=typeof x=="function"?x:ha(!!x),_):i},_.extent=function(x){return arguments.length?(t=typeof x=="function"?x:ha([[+x[0][0],+x[0][1]],[+x[1][0],+x[1][1]]]),_):t},_.scaleExtent=function(x){return arguments.length?(a[0]=+x[0],a[1]=+x[1],_):[a[0],a[1]]},_.translateExtent=function(x){return arguments.length?(s[0][0]=+x[0][0],s[1][0]=+x[1][0],s[0][1]=+x[0][1],s[1][1]=+x[1][1],_):[[s[0][0],s[0][1]],[s[1][0],s[1][1]]]},_.constrain=function(x){return arguments.length?(r=x,_):r},_.duration=function(x){return arguments.length?(o=+x,_):o},_.interpolate=function(x){return arguments.length?(l=x,_):l},_.on=function(){var x=u.on.apply(u,arguments);return x===u?_:x},_.clickDistance=function(x){return arguments.length?(T=(x=+x)*x,_):Math.sqrt(T)},_}var _f=It(e4(),1);var hf=Math.PI,mf=2*hf,pn=1e-6,YJ=mf-pn;function vf(){this._x0=this._y0=this._x1=this._y1=null,this._=""}function t4(){return new vf}vf.prototype=t4.prototype={constructor:vf,moveTo:function(e,t){this._+="M"+(this._x0=this._x1=+e)+","+(this._y0=this._y1=+t)},closePath:function(){this._x1!==null&&(this._x1=this._x0,this._y1=this._y0,this._+="Z")},lineTo:function(e,t){this._+="L"+(this._x1=+e)+","+(this._y1=+t)},quadraticCurveTo:function(e,t,r,n){this._+="Q"+ +e+","+ +t+","+(this._x1=+r)+","+(this._y1=+n)},bezierCurveTo:function(e,t,r,n,i,a){this._+="C"+ +e+","+ +t+","+ +r+","+ +n+","+(this._x1=+i)+","+(this._y1=+a)},arcTo:function(e,t,r,n,i){e=+e,t=+t,r=+r,n=+n,i=+i;var a=this._x1,s=this._y1,o=r-e,l=n-t,u=a-e,d=s-t,h=u*u+d*d;if(i<0)throw new Error("negative radius: "+i);if(this._x1===null)this._+="M"+(this._x1=e)+","+(this._y1=t);else if(h>pn)if(!(Math.abs(d*o-l*u)>pn)||!i)this._+="L"+(this._x1=e)+","+(this._y1=t);else{var E=r-a,y=n-s,T=o*o+l*l,_=E*E+y*y,I=Math.sqrt(T),C=Math.sqrt(h),N=i*Math.tan((hf-Math.acos((T+h-_)/(2*I*C)))/2),M=N/C,L=N/I;Math.abs(M-1)>pn&&(this._+="L"+(e+M*u)+","+(t+M*d)),this._+="A"+i+","+i+",0,0,"+ +(d*E>u*y)+","+(this._x1=e+L*o)+","+(this._y1=t+L*l)}},arc:function(e,t,r,n,i,a){e=+e,t=+t,r=+r,a=!!a;var s=r*Math.cos(n),o=r*Math.sin(n),l=e+s,u=t+o,d=1^a,h=a?n-i:i-n;if(r<0)throw new Error("negative radius: "+r);this._x1===null?this._+="M"+l+","+u:(Math.abs(this._x1-l)>pn||Math.abs(this._y1-u)>pn)&&(this._+="L"+l+","+u),r&&(h<0&&(h=h%mf+mf),h>YJ?this._+="A"+r+","+r+",0,1,"+d+","+(e-s)+","+(t-o)+"A"+r+","+r+",0,1,"+d+","+(this._x1=l)+","+(this._y1=u):h>pn&&(this._+="A"+r+","+r+",0,"+ +(h>=hf)+","+d+","+(this._x1=e+r*Math.cos(i))+","+(this._y1=t+r*Math.sin(i))))},rect:function(e,t,r,n){this._+="M"+(this._x0=this._x1=+e)+","+(this._y0=this._y1=+t)+"h"+ +r+"v"+ +n+"h"+-r+"Z"},toString:function(){return this._}};var gf=t4;function Va(e){return function(){return e}}function r4(e){this._context=e}r4.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._point=0},lineEnd:function(){(this._line||this._line!==0&&this._point===1)&&this._context.closePath(),this._line=1-this._line},point:function(e,t){switch(e=+e,t=+t,this._point){case 0:this._point=1,this._line?this._context.lineTo(e,t):this._context.moveTo(e,t);break;case 1:this._point=2;default:this._context.lineTo(e,t);break}}};function n4(e){return new r4(e)}function i4(e){return e[0]}function a4(e){return e[1]}function Ef(){var e=i4,t=a4,r=Va(!0),n=null,i=n4,a=null;function s(o){var l,u=o.length,d,h=!1,E;for(n==null&&(a=i(E=gf())),l=0;l<=u;++l)!(l<u&&r(d=o[l],l,o))===h&&((h=!h)?a.lineStart():a.lineEnd()),h&&a.point(+e(d,l,o),+t(d,l,o));if(E)return a=null,E+""||null}return s.x=function(o){return arguments.length?(e=typeof o=="function"?o:Va(+o),s):e},s.y=function(o){return arguments.length?(t=typeof o=="function"?o:Va(+o),s):t},s.defined=function(o){return arguments.length?(r=typeof o=="function"?o:Va(!!o),s):r},s.curve=function(o){return arguments.length?(i=o,n!=null&&(a=i(n)),s):i},s.context=function(o){return arguments.length?(o==null?n=a=null:a=i(n=o),s):n},s}function s4(e,t,r){e._context.bezierCurveTo((2*e._x0+e._x1)/3,(2*e._y0+e._y1)/3,(e._x0+2*e._x1)/3,(e._y0+2*e._y1)/3,(e._x0+4*e._x1+t)/6,(e._y0+4*e._y1+r)/6)}function o4(e){this._context=e}o4.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x0=this._x1=this._y0=this._y1=NaN,this._point=0},lineEnd:function(){switch(this._point){case 3:s4(this,this._x1,this._y1);case 2:this._context.lineTo(this._x1,this._y1);break}(this._line||this._line!==0&&this._point===1)&&this._context.closePath(),this._line=1-this._line},point:function(e,t){switch(e=+e,t=+t,this._point){case 0:this._point=1,this._line?this._context.lineTo(e,t):this._context.moveTo(e,t);break;case 1:this._point=2;break;case 2:this._point=3,this._context.lineTo((5*this._x0+this._x1)/6,(5*this._y0+this._y1)/6);default:s4(this,e,t);break}this._x0=this._x1,this._x1=e,this._y0=this._y1,this._y1=t}};function bf(e){return new o4(e)}var bl=class{constructor(t=0,r=0,n=1){this.x=t,this.y=r,this.k=n}toString(){return[this.x!==0?`translateX(${this.x}px)`:null,this.y!==0?`translateY(${this.y}px)`:null,this.k!==1?`scale(${this.k}`:null].join(" ")}},Lf={contains(e,t){return e.top<=t.top&&e.bottom>=t.bottom&&e.left<=t.left&&e.right>=t.right},inContainer(e,t){let r=t.x-e.x,n=t.y-e.y;return r>0&&n>0&&r+t.width<e.width&&n+t.height<e.height},delta(e,t){let r=0,n=0;return e.left>=t.left?r=e.left-t.left:e.right<=t.right&&(r=e.right-t.right),e.top>=t.top?n=e.top-t.top:e.bottom<=t.bottom&&(n=e.bottom-t.bottom),{x:r,y:n}},shift(e,t){return new bl(e.x-t.x,e.y-t.y)},Transform:bl};function Ht(e,t=document,r=!1){let n=e,i;for(r?i=Array.from(t.querySelectorAll(r)):i=[t];n&&!i.includes(n);)n=n.parentNode;return n}function b4(e,t,r=0){if(!t)return;let{x:n,y:i}=Lf.delta(e.element.getBoundingClientRect(),t.getBoundingClientRect());n+=Math.sign(n)*r,i+=Math.sign(i)*r;let{k:a}=e.transform;n/=a,i/=a,e.translateBy(n,i)}function y4(e,t){return t?Lf.inContainer(e.getBoundingClientRect(),t.getBoundingClientRect()):!1}function _4(e,t){let r={left:0,top:0},n=e;for(;n&&n!==t;)r.left+=n.offsetLeft,r.top+=n.offsetTop,n=n.offsetParent;return r}function A4(e){return{x:e.offsetLeft+e.clientWidth*.5,y:e.offsetTop+e.clientHeight*.5}}var KJ=.63;function l4(e){let t=Date.now();for(let r=e.values.length-1;r>=0;r-=1){let n=e.values[r];if((t-n.time)/60>e.staleTime){e.values.splice(0,e.values.length);break}t=n.time}}var yl=class{constructor(t,r=KJ){this.maxSamples=t,this.staleTime=r,this.reset()}add(t){l4(this),this.values.length>=this.maxSamples&&this.values.splice(0,this.values.length-this.maxSamples+1),this.values.push({value:t,time:Date.now()})}reset(){this.values=[]}get length(){return this.values.length}get value(){l4(this);let t=this.values.length-1;return t!==0?this.values.reduce((r,n)=>r+=n.value,0)/t:0}},u4=2.5,XJ=1,JJ=.2,c4=8,Af=class{constructor(t,r){this.vX=new yl(c4),this.vY=new yl(c4),this.transform={x:0,y:0,k:0},this.velocity={x:0,y:0},this.selection=r,this.node=r.node(),this.zoom=t,this.active=!1,this.ticking=!1}cancel(){this.lastTick&&delete this.lastTick,this.active=!1,this.ticking=!1}hold(){this.active=!1,this.holding=!0,this.vX.reset(),this.vY.reset()}release(){!this.holding||(this.holding=!1,this.impulse(this.vX.value,this.vY.value))}impulse(t,r,n=XJ){Math.abs(t)+Math.abs(r)<n||(this.velocity.x=t/this.transform.k,this.velocity.y=r/this.transform.k,!this.ticking&&(this.active=!0,this.tick()))}tick(){if(!this.moving||!this.active){this.cancel();return}this.ticking=!0,requestAnimationFrame(t=>{if(!this.active){this.cancel();return}this.lastTick||(this.lastTick=t-1);let r=(t-this.lastTick)/1e3;this.zoom.translateBy(this.selection,this.velocity.x,this.velocity.y),this.velocity.x-=this.velocity.x*u4*r,this.velocity.y-=this.velocity.y*u4*r,this.lastTick=t,this.tick()})}updateTransform(t){!this.active&&t.k===this.transform.k&&(this.vX.add(t.x-this.transform.x),this.vY.add(t.y-this.transform.y)),this.transform.x=t.x,this.transform.y=t.y,this.transform.k=t.k}get moving(){return Math.abs(this.velocity.x)+Math.abs(this.velocity.y)>JJ}};function ZJ(e,t){let r=new Af(e,t),n=e.on("zoom"),i=window.onblur;t.on("mousedown",()=>r.hold()).on("mouseup",()=>r.release()).on("pointerdown",()=>r.hold()).on("pointerup",()=>r.release()).on("touchstart",()=>r.hold()).on("touchend",()=>r.release()).on("touchcancel",()=>r.release()),window.addEventListener("mouseup",()=>r.release()),window.addEventListener("pointerup",()=>r.release()),window.onblur=()=>{i&&i(),r.cancel()},e.on("zoom",()=>{!se||(r.updateTransform(se.transform),n&&n())});let{translateTo:a}=e;e.translateTo=(...o)=>(r.cancel(),a(...o));let{translate:s}=e;return e.translate=(...o)=>(r.cancel(),s(...o)),e}function d4(e,t){let{controls:r}=e;if(!e.maxZoomBarValue){let a=r.zoomBar.getBoundingClientRect().height,s=r.zoomGrab.getBoundingClientRect().height;e.maxZoomBarValue=a-s}let{maxZoomBarValue:n}=e,i=n-n*t;e.zoomScale=t,r.zoomGrab.style.top=`${i}px`}function QJ(e){let t=document.createElement("div");t.className="appmap__zoom";let{controls:r}=e;r.buttonZoomIn=document.createElement("button"),r.buttonZoomIn.setAttribute("type","button"),r.buttonZoomIn.className="appmap__zoom-button",r.buttonZoomIn.innerHTML="&plus;",t.appendChild(r.buttonZoomIn),r.zoomBar=document.createElement("div"),r.zoomBar.className="appmap__zoom-bar",r.zoomGrab=document.createElement("div"),r.zoomGrab.className="appmap__zoom-grab",r.zoomBar.appendChild(r.zoomGrab),t.appendChild(r.zoomBar),r.buttonZoomOut=document.createElement("button"),r.buttonZoomOut.setAttribute("type","button"),r.buttonZoomOut.className="appmap__zoom-button",r.buttonZoomOut.innerHTML="&minus;",t.appendChild(r.buttonZoomOut),e.container.appendChild(t),e.element=t,r.buttonZoomIn.addEventListener("click",n=>{n.stopPropagation(),e.zoomScale=Math.min(1,e.zoomScale+e.step),e.emit("zoom",e.zoomScale)}),r.buttonZoomOut.addEventListener("click",n=>{n.stopPropagation(),e.zoomScale=Math.max(0,e.zoomScale-e.step),e.emit("zoom",e.zoomScale)}),r.zoomBar.addEventListener("click",n=>{if(n.stopPropagation(),n.target!==r.zoomBar)return!1;let i=r.zoomBar.getBoundingClientRect().height,a=n.clientY-Math.round(r.zoomBar.getBoundingClientRect().top);return e.emit("zoom",1-a/i),!0}),r.zoomBar.addEventListener("mousedown",n=>{document.body.style.cursor="grabbing",e.zoomGrabPosition=r.zoomGrab.offsetTop,e.dragStart=n.clientY,e.isDragging=!0,n.stopPropagation()}),document.body.addEventListener("mousemove",n=>{if(e.isDragging){let i=r.zoomBar.getBoundingClientRect().height,a=e.zoomGrabPosition+(n.clientY-e.dragStart);e.emit("zoom",1-a/i),n.preventDefault()}}),document.body.addEventListener("mouseup",()=>{document.body.style.cursor=null,e.isDragging=!1})}var Tf=class extends mr{constructor(t,r){super(),this.container=t.element,this.step=r.step,this.controls={},this.maxZoomBarValue=null,this.dragStart=null,this.zoomGrabPosition=null,this.isDragging=!1,this.zoomGrabTimeout=null,QJ(this),d4(this,t.transform.k),t.on("move",n=>d4(this,(n.k-r.minRatio)/(r.maxRatio-r.minRatio)))}};function eZ(e,t){return typeof e.data.transform=="function"?e.data.transform(t):t}var xf=class extends mr{constructor(){super(),this.data={text:"Untitled item",selector:null,condition:null,transform:null}}text(t){return this.data.text=t,this}selector(t){return this.data.selector=t,this}condition(t){return this.data.condition=t,this}transform(t){return this.data.transform=t,this}match(t){if(!(!this.data.selector||t.matches(this.data.selector)))return!1;let n=eZ(this,t);return n?!this.data.condition||this.data.condition(n):!1}};function tZ(e){let t=document.createElement("div");t.classList.add("appmap__context-menu"),t.style.display="none";let r=document.createElement("div");r.classList.add("dropdown-menu"),t.appendChild(r),t.addEventListener("mousedown",i=>i.stopPropagation()),t.addEventListener("pointerdown",i=>i.stopPropagation()),t.addEventListener("touchstart",i=>i.stopPropagation());let n=document.createElement("p");return n.innerText="No actions available",n.style.display="none",r.appendChild(n),e.appendChild(t),{dropdown:t,menu:r,emptyMessage:n}}function rZ(e,t){let r=document.createElement("a");return r.classList.add("dropdown-item"),r.innerText=t.data.text,e.elements.menu.appendChild(r),t.element=r,r}function nZ(e){let t=document.createElement("div");t.classList.add("dropdown-divider"),e.elements.menu.appendChild(t)}function iZ(e,t){return typeof e.data.transform=="function"?e.data.transform(t):t}function aZ(e,t){let r=0,n=t.composedPath().findIndex(o=>o===e.activeArea);if(n===-1)return;let i=t.composedPath().slice(0,n+1);e.items.forEach(o=>{let l=i.find(u=>o.match(u));if(!l){o.element.style.display="none";return}o.element.listener&&o.element.removeEventListener("click",o.element.listener),o.element.listener=()=>o.emit("execute",iZ(o,l)),o.element.addEventListener("click",o.element.listener),o.element.style.display="",o.emit("show"),r+=1}),e.elements.emptyMessage.style.display=r>0?"none":"";let{x:a,y:s}=e.parent.getBoundingClientRect();e.elements.menu.style.transform=`translate(${t.x-a}px, ${t.y-s}px)`,e.elements.dropdown.style.display="block"}var Rf=class extends mr{constructor(t,r=null){super(),this.parent=t,this.activeArea=r||t,this.elements=tZ(t),this.activeArea.addEventListener("contextmenu",n=>{aZ(this,n),n.preventDefault(),this.emit("show")}),this.selectors={},this.items=[]}divider(){return nZ(this),this}add(t){let r=t(new xf);return r?(rZ(this,r),this.items.push(r),this):this}get visible(){return!this.elements||!this.elements.menu?!1:this.elements.menu.offsetWidth>0}close(){let t=this.visible;return t&&(this.elements.dropdown.style.display="none"),t}isEventSource(t){if(!t)return!1;let r=t.composedPath();return!r||!this.elements?!1:r.includes(this.elements.menu)}},sZ=["light","dark"],T4="light",oZ={contextMenu:!1,pan:{momentum:!0,boundary:{contain:null,overlap:300},tweenTime:250},theme:T4,zoom:{controls:!1,step:.1,minRatio:.1,maxRatio:1,requireActive:!1}},f4=(e,t,r)=>Math.min(Math.max(e,t),r),Ga=class extends mr{constructor(t,r={},n=null,i=null){super(),this.options=(0,Al.default)(oZ,r),this.scaleTarget=!1;let{theme:a}=this.options;sZ.indexOf(a)===-1&&(a=T4),this.element=n,n||(this.element=document.createElement("div"),this.element.className=`appmap appmap--theme-${a}`),this.contentElement=i||document.createElement("div"),this.contentElement.className="appmap__content",this.contentElement.containerController=this,this.contentElement.parentElement||this.element.appendChild(this.contentElement);let s=n;t&&(s=ke(t).node(),s.appendChild(this.element)),this.options.zoom&&(this.options.zoom.controls&&(this.zoomController=new Tf(this,this.options.zoom).on("zoom",o=>{let{minRatio:l,maxRatio:u}=this.options.zoom,d=(u-l)*o+l;this.scaleTarget&&this.scaleTarget.x&&this.scaleTarget.y?this.scaleToAndTranslate(d,this.scaleTarget.x,this.scaleTarget.y):this.scaleTo(d),this.active=!0})),this.zoom=Fc().scaleExtent([this.options.zoom.minRatio,this.options.zoom.maxRatio]).interpolate(Qr).filter(()=>se.type==="wheel"?this.active||!this.options.zoom.requireActive:(this.active=!0,!0)).on("zoom",()=>{let{transform:o}=se,{offsetHeight:l,offsetWidth:u}=s;o.x=f4(o.x,(this.options.pan.boundary.overlap-this.contentElement.offsetWidth)*o.k,u-this.options.pan.boundary.overlap*o.k),o.y=f4(o.y,(this.options.pan.boundary.overlap-this.contentElement.offsetHeight)*o.k,l-this.options.pan.boundary.overlap*o.k),this.contentElement.style.transform=`translate(${o.x}px, ${o.y}px) scale(${o.k})`,this.contentElement.style.transformOrigin="0 0",this.emit("move",o)}),this.options.pan.momentum&&ZJ(this.zoom,ke(this.element)),ke(this.element).call(this.zoom).on("dblclick.zoom",null))}setContextMenu(t){if(this.options.contextMenu===!1||typeof this.options.contextMenu!="function")return;this.contextMenu=new Rf(this.element),this.options.contextMenu(t).forEach(n=>this.contextMenu.add(n))}fitViewport(t){let r=t.offsetHeight,n=t.offsetWidth,{clientWidth:i,clientHeight:a}=this.element.parentNode,{minRatio:s,maxRatio:o}=this.options.zoom,l=Math.min(a/r,i/n),u=Math.max(Math.min(Math.max(l,s),o),.8),d=yr.translate((i-n*u)*.5,(a-r*u)*.5).scale(u);this.transform=d}centerX(t=0){if(!this.element||!this.element.parentNode||!this.contentElement)return;let{offsetWidth:r}=this.contentElement,{clientWidth:n}=this.element.parentNode,i=yr.translate(n*.5-r*.5,t);this.transform=i}translateTo(t,r,n=null){ke(this.element).transition().duration(this.options.pan.tweenTime).call(this.zoom.translateTo,t,r,n)}translateBy(t,r){ke(this.element).transition().duration(this.options.pan.tweenTime).call(this.zoom.translateBy,t,r)}scaleTo(t){ke(this.element).transition().duration(100).call(this.zoom.scaleTo,t)}scaleToAndTranslate(t,r,n){ke(this.element).transition().duration(100).call(this.zoom.scaleTo,t).transition().duration(this.options.pan.tweenTime).call(this.zoom.translateTo,r,n,null)}get transform(){return ma(this.element)}set transform(t){ke(this.element).call(this.zoom.transform,t)}};function lZ(){return Math.random().toString(16).slice(2,10)}function li(e,t,r){return r<1?e+(t-e)*r:t}function _e(e,t=null){let r=document.createElementNS("http://www.w3.org/2000/svg",e);return t&&r.setAttribute("class",t),r}function p4(e){let t=[];return e.forEach(r=>{t.push([r.x,r.y])}),t}function uZ(e,t){if(e.length===t.length)return;let r=e.length<t.length?e:t,n=t===r?e:t;for(let i=0,a=n.length-r.length;i<a;i+=1)r.splice(0,0,r[0])}function cZ(e,t){let r=new Set,n=new Set,i=[t];for(;i.length>0;){let a=i.pop();r.has(a)||(e.inEdges(a).forEach(s=>{n.add(s),i.push(s.v)}),r.add(a))}for(i.push(t),r.delete(t);i.length>0;){let a=i.pop();r.has(a)||(e.outEdges(a).forEach(s=>{n.add(s),i.push(s.w)}),r.add(a))}return[r,n]}function x4(e,t){let r=_e("rect");return r.setAttribute("rx",0),r.setAttribute("ry",0),r.setAttribute("x",-(e/2)),r.setAttribute("y",-(t/2)),r.setAttribute("width",e),r.setAttribute("height",t),r}var Cf=14;function dZ(e){let t=_e("svg",`label__icon label__icon--${e}`);t.setAttribute("viewBox","0 0 512 512"),t.setAttribute("width",`${Cf}px`),t.setAttribute("height",`${Cf}px`);let r=_e("rect");switch(r.setAttribute("x",0),r.setAttribute("y",0),r.setAttribute("width","100%"),r.setAttribute("height","100%"),r.setAttribute("fill","transparent"),t.appendChild(r),e){case"expand":{let n=_e("path");n.setAttribute("d","m453.332031 512h-394.664062c-32.363281 0-58.667969-26.304688-58.667969-58.667969v-394.664062c0-32.363281 26.304688-58.667969 58.667969-58.667969h394.664062c32.363281 0 58.667969 26.304688 58.667969 58.667969v394.664062c0 32.363281-26.304688 58.667969-58.667969 58.667969zm-394.664062-480c-14.699219 0-26.667969 11.96875-26.667969 26.667969v394.664062c0 14.699219 11.96875 26.667969 26.667969 26.667969h394.664062c14.699219 0 26.667969-11.96875 26.667969-26.667969v-394.664062c0-14.699219-11.96875-26.667969-26.667969-26.667969zm0 0"),t.appendChild(n);let i=_e("path");i.setAttribute("d","m368 272h-224c-8.832031 0-16-7.167969-16-16s7.167969-16 16-16h224c8.832031 0 16 7.167969 16 16s-7.167969 16-16 16zm0 0"),t.appendChild(i);let a=_e("path");a.setAttribute("d","m256 384c-8.832031 0-16-7.167969-16-16v-224c0-8.832031 7.167969-16 16-16s16 7.167969 16 16v224c0 8.832031-7.167969 16-16 16zm0 0"),t.appendChild(a);break}case"collapse":{let n=_e("path");n.setAttribute("d","m453.332031 512h-394.664062c-32.363281 0-58.667969-26.304688-58.667969-58.667969v-394.664062c0-32.363281 26.304688-58.667969 58.667969-58.667969h394.664062c32.363281 0 58.667969 26.304688 58.667969 58.667969v394.664062c0 32.363281-26.304688 58.667969-58.667969 58.667969zm-394.664062-480c-14.699219 0-26.667969 11.96875-26.667969 26.667969v394.664062c0 14.699219 11.96875 26.667969 26.667969 26.667969h394.664062c14.699219 0 26.667969-11.96875 26.667969-26.667969v-394.664062c0-14.699219-11.96875-26.667969-26.667969-26.667969zm0 0"),t.appendChild(n);let i=_e("path");i.setAttribute("d","m368 272h-224c-8.832031 0-16-7.167969-16-16s7.167969-16 16-16h224c8.832031 0 16 7.167969 16 16s-7.167969 16-16 16zm0 0"),t.appendChild(i),t.setAttribute("y","5px");break}}return t}var Wa=class{constructor(t,r=!1,n=!1){if(this.element=_e("g","label"),r){let i=dZ(r);this.element.appendChild(i)}n&&this.element.setAttribute("opacity",0),this.textElement=_e("text"),this.tspanElement=_e("tspan"),this.tspanElement.setAttribute("space","preserve"),this.tspanElement.setAttribute("dy","1em"),this.tspanElement.setAttribute("x",1+(r?Cf+6:0)),this.tspanElement.textContent=t,this.textElement.appendChild(this.tspanElement),this.element.appendChild(this.textElement)}getBBox(){return this.element.getBBox()}show(){return this.element.setAttribute("opacity",1),this}hide(){return this.element.setAttribute("opacity",0),this}cutToWidth(t){let r=this.textElement,n=this.tspanElement,i=r.textContent,a=_e("title");for(a.textContent=i,this.textElement.appendChild(a);r.getComputedTextLength()>=t&&i.length>0;)if(i.includes("/")){let s=i.split("/");s.shift(),i=s.join("/"),n.textContent=`.../${i}`}else i=i.slice(0,-1),n.textContent=`${i}...`;return this}},R4=4,h4=R4*2+30;function vl(e,t,r){e.element.setAttribute("transform",`translate(${t},${r})`),e.position={x:t,y:r}}var Nf=class{constructor(t){let r=["cluster"];t.children>1&&r.push(`cluster--${t.class}`,"cluster--bordered"),this.element=_e("g",r.join(" ")),this.element.dataset.id=t.id,this.element.dataset.type=t.class,vl(this,t.x,t.y);let n=x4(t.width,t.height);this.element.appendChild(n),this.label=new Wa(t.label,"collapse"),this.label.hide(),this.moveLabel(t.width,t.height),this.element.appendChild(this.label.element),requestAnimationFrame(()=>{this.label.cutToWidth(t.width-h4),this.label.show()})}move(t,r){if(this.animationOptions&&this.animationOptions.enable){let n=this.position.x,i=this.position.y,a=+new Date,{duration:s}=this.animationOptions,o=()=>{let u=(+new Date-a)/s,d=li(n,t,u),h=li(i,r,u);vl(this,d,h),u<1?window.requestAnimationFrame(o):vl(this,t,r)};o()}else vl(this,t,r)}resize(t,r){let n=this.element.querySelector("rect");n.setAttribute("x",-(t/2)),n.setAttribute("y",-(r/2)),n.setAttribute("width",t),n.setAttribute("height",r),this.moveLabel(t,r),this.label.hide().cutToWidth(t-h4).show()}moveLabel(t,r){let n=-t*.5+R4,i=-r*.5;this.label.element.style.transform=`translate(${n}px, ${i}px)`}remove(){let{element:t}=this;t.parentNode.removeChild(t)}};function fZ(e,t){let r=_e("path"),n=e/2,i=n/(2.5+e/50),a=`M 0,${i} a ${n},${i} 0,0,0 ${e} 0 a ${n},${i} 0,0,0 ${-e} 0 l 0,${t} a ${n},${i} 0,0,0 ${e} 0 l 0, ${-t}`;return r.setAttribute("d",a),r.setAttribute("transform",`translate(${-e/2}, ${-(t/2+i)})`),r}function pZ(e,t){let r=_e("polygon"),n=e,i=t,a=[{x:-2*i/6,y:0},{x:n-i/6,y:0},{x:n+2*i/6,y:-i},{x:i/6,y:-i}];return r.setAttribute("points",a.map(s=>`${s.x},${s.y}`).join()),r.setAttribute("transform",`translate(${-n*.5}, ${i*.5})`),r}function gl(e,t,r){e.element.setAttribute("transform",`translate(${t},${r})`),e.position={x:t,y:r}}var Of=class{constructor(t,r={}){this.element=_e("g",`node ${t.class}`),this.element.dataset.id=t.id,this.element.dataset.type=t.codeObject.type,this.element.setAttribute("opacity",0),gl(this,t.x,t.y),this.animationOptions=r;let n;switch(t.shape){case"http":n=pZ(t.width,t.height);break;case"database":n=fZ(t.width,t.height);break;default:n=x4(t.width,t.height);break}this.element.appendChild(n);let i=new Wa(t.label,["http","package"].includes(t.class)?"expand":!1);i.element.setAttribute("transform",`translate(-${t.labelWidth/2},-${t.labelHeight/2})`),this.element.appendChild(i.element)}show(){if(this.animationOptions&&this.animationOptions.enable){let t=+new Date,{duration:r}=this.animationOptions,n=()=>{let a=(+new Date-t)/r;this.element.setAttribute("opacity",a),a<1?window.requestAnimationFrame(n):this.element.setAttribute("opacity",1)};n()}else this.element.setAttribute("opacity",1)}move(t,r){if(this.animationOptions&&this.animationOptions.enable){let n=this.position.x,i=this.position.y,a=+new Date,{duration:s}=this.animationOptions,o=()=>{let u=(+new Date-a)/s,d=li(n,t,u),h=li(i,r,u);gl(this,d,h),u<1?window.requestAnimationFrame(o):gl(this,t,r)};o()}else gl(this,t,r)}remove(){let{element:t}=this;t.parentNode.removeChild(t)}},m4=Ef().curve(bf),wf=class{constructor(t){this.element=_e("path"),this.element.setAttribute("d",m4(t))}setPoints(t){this.element.setAttribute("d",m4(t))}};function hZ(){let e=_e("marker");e.setAttribute("viewBox","0 0 10 10"),e.setAttribute("refX","10"),e.setAttribute("refY","5"),e.setAttribute("markerUnits","strokeWidth"),e.setAttribute("markerWidth","4"),e.setAttribute("markerHeight","4"),e.setAttribute("orient","auto");let t=_e("path");return t.setAttribute("d","M 0 0 L 10 5 L 0 10 z"),e.appendChild(t),e}function yf(e,t){e.points=t,e.path.setPoints(t)}var If=class{constructor(t,r={}){this.animationOptions=r,this.points=p4(t),this.element=_e("g","edgePath"),this.element.setAttribute("opacity",0),this.path=new wf(this.points);let n=_e("defs"),i=hZ(),a=`arrowhead${lZ()}`;i.setAttribute("id",a),this.path.element.setAttribute("marker-end",`url(#${a})`),n.appendChild(i),this.element.appendChild(this.path.element),this.element.appendChild(n)}show(){if(this.animationOptions&&this.animationOptions.enable){let t=+new Date,{duration:r}=this.animationOptions,n=()=>{let a=(+new Date-t)/r;this.element.setAttribute("opacity",a),a<1?window.requestAnimationFrame(n):this.element.setAttribute("opacity",1)};n()}else this.element.setAttribute("opacity",1)}move(t){if(this.animationOptions&&this.animationOptions.enable){let r=Array.from(this.points),n=p4(t);uZ(r,n);let i=+new Date,{duration:a}=this.animationOptions,s=()=>{let l=(+new Date-i)/a,u=[];r.forEach((d,h)=>{u.push([li(d[0],n[h][0],l),li(d[1],n[h][1],l)])}),yf(this,u),l<1?window.requestAnimationFrame(s):yf(this,n)};s()}else yf(this,t)}remove(){let{element:t}=this;t.parentNode.removeChild(t)}},mZ=15,vZ=10,gZ={animation:{enable:!0,duration:300}},Sf=class{constructor(t,r={}){this.element=t,this.options=(0,Al.default)(gZ,r),this.outputGroup=_e("g","output"),this.edgesGroup=_e("g","edgePaths"),this.clustersGroup=_e("g","clusters"),this.nodesGroup=_e("g","nodes"),this.outputGroup.appendChild(this.clustersGroup),this.outputGroup.appendChild(this.edgesGroup),this.outputGroup.appendChild(this.nodesGroup),this.element.innerHTML="",this.element.appendChild(this.outputGroup),this.graph=new _f.default.graphlib.Graph({compound:!0}).setGraph({rankdir:"LR"}).setDefaultEdgeLabel(()=>({}))}setNodeFromCodeObject(t,r=null){let n=t.prettyName;if(t.type===z.PACKAGE||t.type===z.HTTP){let a=t.childLeafs().length;n+=` (${a})`}let i={codeObject:t,label:n,id:t.id,class:t.type,shape:t.type};this.setNode(i,r)}setNode(t,r=null){let n={...t};if(!this.graph.node(n.id)){if(n.type!=="cluster"){let i=_e("g","node"),a=new Wa(n.label,["http","package"].includes(n.class)?"expand":!1,!0);i.appendChild(a.element),this.nodesGroup.appendChild(i);let s=a.getBBox();this.nodesGroup.removeChild(i),n.labelWidth=s.width,n.labelHeight=s.height,n.width=s.width+mZ*2,n.height=s.height+vZ*2}this.graph.setNode(n.id,n),r&&this.graph.setParent(n.id,r)}}removeNode(t){let r=this.graph.nodeEdges(t),n=this.graph.node(t);r&&r.forEach(({v:i,w:a})=>{let s=this.graph.edge(i,a);s.group&&s.group.remove(),this.graph.removeEdge(i,a)}),n.group.remove(),this.graph.removeNode(t)}setEdge(t,r){let n=t.id,i=r.id;t===r||this.graph.edge(n,i)||!this.graph.node(i)||this.graph.children(i).length||!this.graph.node(n)||this.graph.children(n).length||this.graph.setEdge(n,i,{codeObjectTo:r,codeObjectFrom:t})}render(){_f.default.layout(this.graph),this.graph.nodes().forEach(t=>{let r=this.graph.node(t);if(r.group){r.group.move(r.x,r.y),r.type==="cluster"&&r.group.resize(r.width,r.height);return}if(r.type==="cluster"){let n=new Nf(r);r.group=n,r.element=n.element,this.clustersGroup.appendChild(n.element)}else{let n=new Of(r,this.options.animation);r.group=n,r.element=n.element,this.nodesGroup.appendChild(n.element),n.show()}}),this.graph.edges().forEach(({v:t,w:r})=>{let n=this.graph.edge(t,r);if(n.group)n.group.move(n.points);else{let i=new If(n.points,this.options.animation),a=this.graph.node(t),s=this.graph.node(r);i.element.dataset.from=t,i.element.dataset.fromType=a.codeObject.type,i.element.dataset.to=r,i.element.dataset.toType=s.codeObject.type,n.group=i,n.element=i.element,this.edgesGroup.appendChild(i.element),i.show()}}),this.element.setAttribute("width",this.graph.graph().width),this.element.setAttribute("height",this.graph.graph().height)}clearHighlights(){this.outputGroup.querySelectorAll(".highlight,.highlight--inbound").forEach(t=>{t.classList.remove("highlight"),t.classList.remove("highlight--inbound")})}highlightNode(t){let r=this.graph.node(t);if(!r)return null;let n=this.graph.children(t);return r.type==="cluster"&&n.forEach(i=>this.highlightNode(i)),r.element.classList.contains("dim")?null:(r.element.classList.add("highlight"),this.graph.nodeEdges(t).forEach(i=>{let a=this.graph.edge(i).element;if(a.classList.add("highlight"),t===i.w&&a.classList.add("highlight--inbound"),!a.classList.contains("dim")){let s=a.parentNode;s.removeChild(a),s.appendChild(a)}}),r.codeObject)}clearFocus(){this.outputGroup.querySelectorAll(".dim").forEach(t=>{t.classList.remove("dim")})}focus(t){let[r,n]=cZ(this.graph,t);this.graph.nodes().forEach(i=>{if(r.has(i))return;let a=this.graph.node(i);a.type!=="cluster"&&a.element.classList.add("dim")}),this.graph.edges().forEach(i=>{if(n.has(i))return;let a=this.graph.edge(i).element;a.classList.add("dim");let s=a.parentNode;s.removeChild(a),s.insertAdjacentElement("afterbegin",a)})}expand(t,r){let{id:n}=t;this.graph.edges().forEach(({v:a,w:s})=>{if(a===n||s===n){let o=this.graph.edge(a,s);o.group&&(o.group.remove(),this.graph.removeEdge(a,s))}}),this.removeNode(n);let i={id:n,type:"cluster",label:t.id,children:r.length,class:t.type,codeObject:t};this.setNode(i),r.forEach(a=>this.setNodeFromCodeObject(a,n))}collapse(){this.render()}getNodesBox(t){let r={top:[],left:[],right:[],bottom:[],x:[],y:[]};return t.forEach(n=>{let i=this.graph.node(n);if(!i)return;let a=i.element.getBoundingClientRect()||i.element.getBBox();r.top.push(a.top),r.left.push(a.left),r.right.push(a.right),r.bottom.push(a.bottom),r.x.push(i.x-a.width/2),r.y.push(i.y-a.height/2)}),r.top=Math.min(...r.top),r.left=Math.min(...r.left),r.right=Math.max(...r.right),r.bottom=Math.max(...r.bottom),r.offsetTop=Math.min(...r.y),r.offsetLeft=Math.min(...r.x),r.width=r.right-r.left,r.height=r.bottom-r.top,r}scrollToNodes(t,r){let n=this.getNodesBox(r),i=t.getBoundingClientRect();if(Lf.contains(i,n))return!1;let a=i.width/n.width,s=i.height/n.height;return{scale:a>1&&s>1?1:Math.min(a,s)-.01,x:n.width/2+n.offsetLeft,y:n.height/2+n.offsetTop}}edge(t,r){return this.graph.edge(t,r)}node(t){return this.graph.node(t)}},EZ=1,bZ=[z.DATABASE,z.HTTP,z.EXTERNAL_SERVICE,z.ROUTE,z.PACKAGE,z.CLASS];function Ha(e,t){let{id:r,type:n}=e.dataset;return t.codeObjects.find(i=>i.id===r&&i.type===n)}function yZ(e,t){let r=e.element.node();r.addEventListener("click",n=>{let i=Ht(n.target,r,"g.label .label__icon--expand");if(!i)return;n.stopImmediatePropagation();let a=Ha(i.closest(".node"),t);e.expand(a)}),r.addEventListener("click",n=>{let i=Ht(n.target,r,"g.label .label__icon--collapse");if(!i)return;n.stopImmediatePropagation();let a=Ha(i.closest(".cluster"),t);e.collapse(a)}),r.addEventListener("click",n=>{let i=Ht(n.target,r,"g.nodes g.node");if(!i)return;n.stopPropagation();let a=Ha(i,t);e.highlight(a),e.emit("click",a)}),r.addEventListener("dblclick",n=>{let i=Ht(n.target,r,"g.nodes g.node");!i||(n.stopPropagation(),e.focus(Ha(i,t)))}),r.addEventListener("click",n=>{let i=Ht(n.target,r,".edgePath > path");if(!i)return;n.stopPropagation(),e.clearHighlights(!0),i.parentNode.classList.add("highlight"),ke(r).selectAll(".edgePath.highlight").raise();let{to:a,from:s}=i.parentElement.dataset,{codeObjectTo:o,codeObjectFrom:l}=e.graph.edge(s,a);e.emit("edge",{to:o,from:l})}),r.addEventListener("click",n=>{let i=Ht(n.target,r,"g.cluster");if(!i)return;n.stopPropagation();let a=Ha(i,t);e.highlight(a),e.emit("click",a)})}var v4=[z.PACKAGE,z.HTTP],_Z={contextMenu(e){return[t=>t.text("Set as root").selector(".nodes .node").transform(r=>e.graph.node(r.dataset.id).codeObject).on("execute",r=>e.emit("makeRoot",r)),t=>t.text("Expand").selector("g.node").transform(r=>e.graph.node(r.dataset.id).codeObject).condition(r=>v4.includes(r.type)).on("execute",r=>e.expand(r)),t=>t.text("Collapse").selector("g.node").transform(r=>e.graph.node(r.dataset.id).codeObject).condition(r=>!v4.includes(r.type)&&r.type!==z.DATABASE).on("execute",r=>e.collapse(r)),t=>t.text("Collapse").selector("g.cluster").transform(r=>e.graph.node(r.dataset.id).codeObject).on("execute",r=>e.collapse(r)),t=>t.text("Reset view").on("execute",()=>{e.render(e.classMap)})]}};function AZ(...e){return e.map(t=>t.inboundConnections.map(r=>[r,...r.ancestors()]).flat().map(r=>({from:r,to:t}))).flat().filter(t=>t.to!==t.from)}function C4(...e){return e.map(t=>t.outboundConnections.map(r=>[r,...r.ancestors()]).flat().map(r=>({from:t,to:r}))).flat().filter(t=>t.to!==t.from)}function g4(...e){return[...C4(...e),...AZ(...e)]}var _l=class extends mr{constructor(t,r={}){super();let n=(0,Al.default)(_Z,r);this.container=new Ga(t,n),this.container.setContextMenu(this),this.targetCount=EZ,this.element=ke(this.container.contentElement).append("svg").attr("class","appmap__component-diagram"),this.on("postrender",()=>{this.container.fitViewport(this.container.contentElement)}),this.container.element.addEventListener("click",i=>{i.target.classList.contains("dropdown-item")||(this.emit("click",null),this.clearHighlights()),this.container.contextMenu&&this.container.contextMenu.close()}),this.container.element.addEventListener("move",()=>{this.container.contextMenu&&this.container.contextMenu.close()}),this.container.element.addEventListener("dblclick",()=>{this.clearFocus()})}render(t){if(!t)return;this.classMap=t,this.graph=new Sf(this.element.node(),{animation:{duration:600}});let r=t.roots.map(i=>i.leafs()).flat().reduce((i,a)=>{let s=a.childLeafs();return s.length===1&&bZ.includes(s[0].type)?a.allEvents.length>0&&i.push(s[0]):i.push(a),i},[]),n=C4(...r);r.forEach(i=>this.graph.setNodeFromCodeObject(i)),n.forEach(i=>this.graph.setEdge(i.from,i.to)),this.graph.render(),yZ(this,t),this.emit("postrender")}clearHighlights(t=!1){this.graph.clearHighlights(),this.container.scaleTarget=!1,t||this.emit("highlight",null)}highlight(...t){this.clearHighlights(!0);let r=t.filter(Boolean).map(i=>this.graph.highlightNode(i.id??i.name)).filter(Boolean);r.length&&this.scrollTo(r);let n=this.graph.getNodesBox(r.map(i=>i.id??i.name));return this.container.scaleTarget={x:n.width/2+n.offsetLeft,y:n.height/2+n.offsetTop},this.emit("highlight",r),r.length>0}clearFocus(){this.graph.clearFocus(),this.emit("focus",null)}focus(t){this.graph.clearFocus(),this.graph.focus(t.id),this.scrollTo(t),this.emit("focus",t)}scrollTo(...t){let r=this.graph.scrollToNodes(this.container.element,t.map(n=>n.id));r&&(this.container.scaleTo(r.scale),setTimeout(()=>{this.container.translateTo(r.x,r.y)},200),this.emit("scrollTo",t))}expand(t,r=!0){let n=this.isHighlighted(t),i=t.children.map(a=>a.leafs()).flat();this.graph.expand(t,i),g4(...i).forEach(({from:a,to:s})=>this.graph.setEdge(a,s)),this.graph.render(),r&&this.scrollTo(i),n&&this.graph.highlightNode(t.id),this.emit("expand",t)}collapse(t,r=!0){let n=t.packageObject||t.parent||t,i=this.isHighlighted(n),{id:a}=n;this.graph.removeNode(a),n.childLeafs().forEach(s=>this.graph.removeNode(s.id)),this.graph.setNodeFromCodeObject(n),g4(n).forEach(({to:s,from:o})=>this.graph.setEdge(o,s)),this.graph.collapse(),r&&this.scrollTo(n),i&&this.graph.highlightNode(a),this.emit("collapse",n)}hasPackage(t){return this.currentDiagramModel.packages.has(t)}hasObject(t){return Boolean(this.graph.node(t.id))}isHighlighted(t){let{id:r}=t,n=this.element.node().querySelector(`[data-id="${r}"]`);return n&&n.classList.contains("highlight")}};function E4(e){let t=[],r=e.match(/^#([a-fA-F0-9]{3,6})/);if(r){let i=r[1],a=Math.ceil(i.length/3),s=i.length/a;for(let o=0;o<s;o+=a){let l=i.slice(o,o+a),u=parseInt(l,16);a===1&&(u*=u),t.push(u)}}let n=t.length;for(let i=0;i<3-n;i+=1)t.push(0);return t}function hn(e){let t=e.shift();return typeof t!="number"?0:t}function El(e,t,r){return Math.min(Math.max(t,e),r)}var Gt=class{constructor(...t){switch(Object.defineProperty(this,"$data",{writable:!1,enumerable:!1,value:{r:0,g:0,b:0,a:0}}),t.length){case 1:{let r=t[0],n=typeof r;if(n==="string"){let[i,a,s]=E4(r);this.r=i,this.g=a,this.b=s}else n==="number"?(this.r=r,this.g=r,this.b=r):r instanceof Gt&&(this.r=r.r,this.g=r.g,this.b=r.b,this.a=r.a)}break;case 2:{let r=t[0],n=typeof r;if(n==="string"){let[a,s,o]=E4(r);this.r=a,this.g=s,this.b=o}else n==="number"?(this.r=r,this.g=r,this.b=r):r instanceof Gt&&(this.r=r.r,this.g=r.g,this.b=r.b);let i=t[1];typeof i=="number"&&(this.a=i)}break;case 3:this.r=hn(t),this.g=hn(t),this.b=hn(t);break;case 4:this.r=hn(t),this.g=hn(t),this.b=hn(t),this.a=hn(t);break}this.a>1&&(this.a/=255)}set r(t){this.$data.r=Math.floor(El(t,0,255))}set g(t){this.$data.g=Math.floor(El(t,0,255))}set b(t){this.$data.b=Math.floor(El(t,0,255))}set a(t){this.$data.a=El(t,0,1)}get r(){return this.$data.r}get g(){return this.$data.g}get b(){return this.$data.b}get a(){return this.$data.a}get rgb(){return`rgb(${this.r}, ${this.g}, ${this.b})`}get hex(){let t=this.r.toString(16).padStart(2,"0"),r=this.g.toString(16).padStart(2,"0"),n=this.b.toString(16).padStart(2,"0");return`#${t}${r}${n}`}get rgba(){return`rgba(${this.r}, ${this.g}, ${this.b}, ${this.a})`}static hex(...t){return new Gt(...t).hex}static rgb(...t){return new Gt(...t).rgb}static rgba(...t){return new Gt(...t).rgba}darken(t){this.r*=t,this.g*=t,this.b*=t}toString(){return this.hex}};var M4={functional:!0,render(e,t){let{_c:r,_v:n,data:i,children:a=[]}=t,{class:s,staticClass:o,style:l,staticStyle:u,attrs:d={},...h}=i;return r("svg",{class:[s,o],style:[l,u],attrs:Object.assign({viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},d),...h},a.concat([r("path",{attrs:{d:"M12 2a1 1 0 00-1 1v2a1 1 0 002 0V3a1 1 0 00-1-1zm9 9h-2a1 1 0 000 2h2a1 1 0 000-2zM6 12a1 1 0 00-1-1H3a1 1 0 000 2h2a1 1 0 001-1zm.22-7a1.012 1.012 0 10-1.39 1.47l1.44 1.39a1 1 0 00.73.28 1 1 0 00.72-.31 1 1 0 000-1.41L6.22 5zM17 8.14a1 1 0 00.69-.28l1.44-1.39A1 1 0 0017.78 5l-1.44 1.42a1 1 0 000 1.41 1 1 0 00.66.31zM12 18a1 1 0 00-1 1v2a1 1 0 002 0v-2a1 1 0 00-1-1zm5.73-1.86a1.001 1.001 0 00-1.39 1.44L17.78 19a1 1 0 001.41-.02 1.002 1.002 0 000-1.42l-1.46-1.42zm-11.46 0l-1.44 1.39a1 1 0 000 1.42 1 1 0 00.72.3 1 1 0 00.67-.25l1.44-1.39a1 1 0 10-1.39-1.44v-.03z"}})]))}},TZ={name:"v-button",components:{VLoaderIcon:M4},props:{label:{type:String,required:!1},kind:{type:String,default:"primary",validator:e=>["primary","secondary","ghost"].indexOf(e)!==-1},size:{type:String,default:"medium",validator:e=>["small","medium","large"].indexOf(e)!==-1},disabled:{type:Boolean,default:!1},timeout:{type:Number,default:0}},data(){return{currentlyDisabled:this.disabled}},computed:{isTimedOut(){return!this.disabled&&this.currentlyDisabled},classes(){return{btn:!0,["btn--"+this.size]:!0,["btn--"+this.kind]:!0,"btn--timeout":this.isTimedOut}}},methods:{onClick(){this.disabled||this.timeout&&(this.currentlyDisabled=!0,setTimeout(()=>{this.currentlyDisabled=!1},this.timeout))}}};function U(e,t,r,n,i,a,s,o,l,u){typeof s!="boolean"&&(l=o,o=s,s=!1);let d=typeof r=="function"?r.options:r,h;if(e&&e.render&&(d.render=e.render,d.staticRenderFns=e.staticRenderFns,d._compiled=!0,i&&(d.functional=!0)),n&&(d._scopeId=n),a?(h=function(E){(E=E||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext)||typeof __VUE_SSR_CONTEXT__>"u"||(E=__VUE_SSR_CONTEXT__),t&&t.call(this,l(E)),E&&E._registeredComponents&&E._registeredComponents.add(a)},d._ssrRegister=h):t&&(h=s?function(E){t.call(this,u(E,this.$root.$options.shadowRoot))}:function(E){t.call(this,o(E))}),h)if(d.functional){let E=d.render;d.render=function(y,T){return h.call(T),E(y,T)}}else{let E=d.beforeCreate;d.beforeCreate=E?[].concat(E,h):[h]}return r}var xZ=typeof navigator<"u"&&/msie [6-9]\\b/.test(navigator.userAgent.toLowerCase());function X(e){return(t,r)=>function(n,i){let a=xZ?i.media||"default":n,s=N4[a]||(N4[a]={ids:new Set,styles:[]});if(!s.ids.has(n)){s.ids.add(n);let o=i.source;if(i.map&&(o+=`
13
+ `))},"after:highlightElement":({result:m})=>{l.useBR&&(m.value=m.value.replace(/\n/g,"<br>"))}},N=/^(<[^>]+>|\t)+/gm,M={"after:highlightElement":({result:m})=>{l.tabReplace&&(m.value=m.value.replace(N,S=>S.replace(/\t/g,l.tabReplace)))}};function L(m){let S=null,P=d(m);if(u(P))return;k("before:highlightElement",{el:m,language:P}),S=m;let G=S.textContent,Z=P?h(G,{language:P,ignoreIllegals:!0}):T(G);k("after:highlightElement",{el:m,result:Z,text:G}),m.innerHTML=Z.value,I(m,P,Z.language),m.result={language:Z.language,re:Z.relevance,relavance:Z.relevance},Z.second_best&&(m.second_best={language:Z.second_best.language,re:Z.second_best.relevance,relavance:Z.second_best.relevance})}function H(m){m.useBR&&(mt("10.3.0","'useBR' will be removed entirely in v11.0"),mt("10.3.0","Please see https://github.com/highlightjs/highlight.js/issues/2559")),l=w1(l,m)}let B=()=>{if(B.called)return;B.called=!0,mt("10.6.0","initHighlighting() is deprecated. Use highlightAll() instead."),document.querySelectorAll("pre code").forEach(L)};function j(){mt("10.6.0","initHighlightingOnLoad() is deprecated. Use highlightAll() instead."),ce=!0}let ce=!1;function de(){if(document.readyState==="loading"){ce=!0;return}document.querySelectorAll("pre code").forEach(L)}function je(){ce&&de()}typeof window<"u"&&window.addEventListener&&window.addEventListener("DOMContentLoaded",je,!1);function Ae(m,S){let P=null;try{P=S(e)}catch(G){if(Ju("Language definition for '{}' could not be registered.".replace("{}",m)),i)Ju(G);else throw G;P=o}P.name||(P.name=m),t[m]=P,P.rawDefinition=S.bind(null,e),P.aliases&&J(P.aliases,{languageName:m})}function x(m){delete t[m];for(let S of Object.keys(r))r[S]===m&&delete r[S]}function $(){return Object.keys(t)}function Y(m){mt("10.4.0","requireLanguage will be removed entirely in v11."),mt("10.4.0","Please see https://github.com/highlightjs/highlight.js/pull/2844");let S=V(m);if(S)return S;throw new Error("The '{}' language is required, but not loaded.".replace("{}",m))}function V(m){return m=(m||"").toLowerCase(),t[m]||t[r[m]]}function J(m,{languageName:S}){typeof m=="string"&&(m=[m]),m.forEach(P=>{r[P.toLowerCase()]=S})}function R(m){let S=V(m);return S&&!S.disableAutodetect}function A(m){m["before:highlightBlock"]&&!m["before:highlightElement"]&&(m["before:highlightElement"]=S=>{m["before:highlightBlock"](Object.assign({block:S.el},S))}),m["after:highlightBlock"]&&!m["after:highlightElement"]&&(m["after:highlightElement"]=S=>{m["after:highlightBlock"](Object.assign({block:S.el},S))})}function v(m){A(m),n.push(m)}function k(m,S){let P=m;n.forEach(function(G){G[P]&&G[P](S)})}function K(m){return mt("10.2.0","fixMarkup will be removed entirely in v11.0"),mt("10.2.0","Please see https://github.com/highlightjs/highlight.js/issues/2534"),_(m)}function te(m){return mt("10.7.0","highlightBlock will be removed entirely in v12.0"),mt("10.7.0","Please use highlightElement now."),L(m)}Object.assign(e,{highlight:h,highlightAuto:T,highlightAll:de,fixMarkup:K,highlightElement:L,highlightBlock:te,configure:H,initHighlighting:B,initHighlightingOnLoad:j,registerLanguage:Ae,unregisterLanguage:x,listLanguages:$,getLanguage:V,registerAliases:J,requireLanguage:Y,autoDetection:R,inherit:w1,addPlugin:v,vuePlugin:UI(e).VuePlugin}),e.debugMode=function(){i=!1},e.safeMode=function(){i=!0},e.versionString=$I;for(let m in ao)typeof ao[m]=="object"&&S1(ao[m]);return Object.assign(e,ao),e.addPlugin(C),e.addPlugin(qI),e.addPlugin(M),e},VI=zI({});$1.exports=VI});var j1=g((dee,q1)=>{function U1(e){return e?typeof e=="string"?e:e.source:null}function HI(...e){return e.map(r=>U1(r)).join("")}function ac(...e){return"("+e.map(r=>U1(r)).join("|")+")"}function GI(e){let t=e.COMMENT("--","$"),r={className:"string",variants:[{begin:/'/,end:/'/,contains:[{begin:/''/}]}]},n={begin:/"/,end:/"/,contains:[{begin:/""/}]},i=["true","false","unknown"],a=["double precision","large object","with timezone","without timezone"],s=["bigint","binary","blob","boolean","char","character","clob","date","dec","decfloat","decimal","float","int","integer","interval","nchar","nclob","national","numeric","real","row","smallint","time","timestamp","varchar","varying","varbinary"],o=["add","asc","collation","desc","final","first","last","view"],l=["abs","acos","all","allocate","alter","and","any","are","array","array_agg","array_max_cardinality","as","asensitive","asin","asymmetric","at","atan","atomic","authorization","avg","begin","begin_frame","begin_partition","between","bigint","binary","blob","boolean","both","by","call","called","cardinality","cascaded","case","cast","ceil","ceiling","char","char_length","character","character_length","check","classifier","clob","close","coalesce","collate","collect","column","commit","condition","connect","constraint","contains","convert","copy","corr","corresponding","cos","cosh","count","covar_pop","covar_samp","create","cross","cube","cume_dist","current","current_catalog","current_date","current_default_transform_group","current_path","current_role","current_row","current_schema","current_time","current_timestamp","current_path","current_role","current_transform_group_for_type","current_user","cursor","cycle","date","day","deallocate","dec","decimal","decfloat","declare","default","define","delete","dense_rank","deref","describe","deterministic","disconnect","distinct","double","drop","dynamic","each","element","else","empty","end","end_frame","end_partition","end-exec","equals","escape","every","except","exec","execute","exists","exp","external","extract","false","fetch","filter","first_value","float","floor","for","foreign","frame_row","free","from","full","function","fusion","get","global","grant","group","grouping","groups","having","hold","hour","identity","in","indicator","initial","inner","inout","insensitive","insert","int","integer","intersect","intersection","interval","into","is","join","json_array","json_arrayagg","json_exists","json_object","json_objectagg","json_query","json_table","json_table_primitive","json_value","lag","language","large","last_value","lateral","lead","leading","left","like","like_regex","listagg","ln","local","localtime","localtimestamp","log","log10","lower","match","match_number","match_recognize","matches","max","member","merge","method","min","minute","mod","modifies","module","month","multiset","national","natural","nchar","nclob","new","no","none","normalize","not","nth_value","ntile","null","nullif","numeric","octet_length","occurrences_regex","of","offset","old","omit","on","one","only","open","or","order","out","outer","over","overlaps","overlay","parameter","partition","pattern","per","percent","percent_rank","percentile_cont","percentile_disc","period","portion","position","position_regex","power","precedes","precision","prepare","primary","procedure","ptf","range","rank","reads","real","recursive","ref","references","referencing","regr_avgx","regr_avgy","regr_count","regr_intercept","regr_r2","regr_slope","regr_sxx","regr_sxy","regr_syy","release","result","return","returns","revoke","right","rollback","rollup","row","row_number","rows","running","savepoint","scope","scroll","search","second","seek","select","sensitive","session_user","set","show","similar","sin","sinh","skip","smallint","some","specific","specifictype","sql","sqlexception","sqlstate","sqlwarning","sqrt","start","static","stddev_pop","stddev_samp","submultiset","subset","substring","substring_regex","succeeds","sum","symmetric","system","system_time","system_user","table","tablesample","tan","tanh","then","time","timestamp","timezone_hour","timezone_minute","to","trailing","translate","translate_regex","translation","treat","trigger","trim","trim_array","true","truncate","uescape","union","unique","unknown","unnest","update ","upper","user","using","value","values","value_of","var_pop","var_samp","varbinary","varchar","varying","versioning","when","whenever","where","width_bucket","window","with","within","without","year"],u=["abs","acos","array_agg","asin","atan","avg","cast","ceil","ceiling","coalesce","corr","cos","cosh","count","covar_pop","covar_samp","cume_dist","dense_rank","deref","element","exp","extract","first_value","floor","json_array","json_arrayagg","json_exists","json_object","json_objectagg","json_query","json_table","json_table_primitive","json_value","lag","last_value","lead","listagg","ln","log","log10","lower","max","min","mod","nth_value","ntile","nullif","percent_rank","percentile_cont","percentile_disc","position","position_regex","power","rank","regr_avgx","regr_avgy","regr_count","regr_intercept","regr_r2","regr_slope","regr_sxx","regr_sxy","regr_syy","row_number","sin","sinh","sqrt","stddev_pop","stddev_samp","substring","substring_regex","sum","tan","tanh","translate","translate_regex","treat","trim","trim_array","unnest","upper","value_of","var_pop","var_samp","width_bucket"],d=["current_catalog","current_date","current_default_transform_group","current_path","current_role","current_schema","current_transform_group_for_type","current_user","session_user","system_time","system_user","current_time","localtime","current_timestamp","localtimestamp"],h=["create table","insert into","primary key","foreign key","not null","alter table","add constraint","grouping sets","on overflow","character set","respect nulls","ignore nulls","nulls first","nulls last","depth first","breadth first"],E=u,y=[...l,...o].filter(N=>!u.includes(N)),T={className:"variable",begin:/@[a-z0-9]+/},_={className:"operator",begin:/[-+*/=%^~]|&&?|\|\|?|!=?|<(?:=>?|<|>)?|>[>=]?/,relevance:0},I={begin:HI(/\b/,ac(...E),/\s*\(/),keywords:{built_in:E}};function C(N,{exceptions:M,when:L}={}){let H=L;return M=M||[],N.map(B=>B.match(/\|\d+$/)||M.includes(B)?B:H(B)?`${B}|0`:B)}return{name:"SQL",case_insensitive:!0,illegal:/[{}]|<\//,keywords:{$pattern:/\b[\w\.]+/,keyword:C(y,{when:N=>N.length<3}),literal:i,type:s,built_in:d},contains:[{begin:ac(...h),keywords:{$pattern:/[\w\.]+/,keyword:y.concat(h),literal:i,type:s}},{className:"type",begin:ac(...a)},I,T,r,n,e.C_NUMBER_MODE,e.C_BLOCK_COMMENT_MODE,t,_]}}q1.exports=GI});var H1=g(lo=>{"use strict";lo.byteLength=YI;lo.toByteArray=XI;lo.fromByteArray=QI;var Mt=[],vt=[],WI=typeof Uint8Array<"u"?Uint8Array:Array,sc="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(Kr=0,z1=sc.length;Kr<z1;++Kr)Mt[Kr]=sc[Kr],vt[sc.charCodeAt(Kr)]=Kr;var Kr,z1;vt["-".charCodeAt(0)]=62;vt["_".charCodeAt(0)]=63;function V1(e){var t=e.length;if(t%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var r=e.indexOf("=");r===-1&&(r=t);var n=r===t?0:4-r%4;return[r,n]}function YI(e){var t=V1(e),r=t[0],n=t[1];return(r+n)*3/4-n}function KI(e,t,r){return(t+r)*3/4-r}function XI(e){var t,r=V1(e),n=r[0],i=r[1],a=new WI(KI(e,n,i)),s=0,o=i>0?n-4:n,l;for(l=0;l<o;l+=4)t=vt[e.charCodeAt(l)]<<18|vt[e.charCodeAt(l+1)]<<12|vt[e.charCodeAt(l+2)]<<6|vt[e.charCodeAt(l+3)],a[s++]=t>>16&255,a[s++]=t>>8&255,a[s++]=t&255;return i===2&&(t=vt[e.charCodeAt(l)]<<2|vt[e.charCodeAt(l+1)]>>4,a[s++]=t&255),i===1&&(t=vt[e.charCodeAt(l)]<<10|vt[e.charCodeAt(l+1)]<<4|vt[e.charCodeAt(l+2)]>>2,a[s++]=t>>8&255,a[s++]=t&255),a}function JI(e){return Mt[e>>18&63]+Mt[e>>12&63]+Mt[e>>6&63]+Mt[e&63]}function ZI(e,t,r){for(var n,i=[],a=t;a<r;a+=3)n=(e[a]<<16&16711680)+(e[a+1]<<8&65280)+(e[a+2]&255),i.push(JI(n));return i.join("")}function QI(e){for(var t,r=e.length,n=r%3,i=[],a=16383,s=0,o=r-n;s<o;s+=a)i.push(ZI(e,s,s+a>o?o:s+a));return n===1?(t=e[r-1],i.push(Mt[t>>2]+Mt[t<<4&63]+"==")):n===2&&(t=(e[r-2]<<8)+e[r-1],i.push(Mt[t>>10]+Mt[t>>4&63]+Mt[t<<2&63]+"=")),i.join("")}});var G1=g(oc=>{oc.read=function(e,t,r,n,i){var a,s,o=i*8-n-1,l=(1<<o)-1,u=l>>1,d=-7,h=r?i-1:0,E=r?-1:1,y=e[t+h];for(h+=E,a=y&(1<<-d)-1,y>>=-d,d+=o;d>0;a=a*256+e[t+h],h+=E,d-=8);for(s=a&(1<<-d)-1,a>>=-d,d+=n;d>0;s=s*256+e[t+h],h+=E,d-=8);if(a===0)a=1-u;else{if(a===l)return s?NaN:(y?-1:1)*(1/0);s=s+Math.pow(2,n),a=a-u}return(y?-1:1)*s*Math.pow(2,a-n)};oc.write=function(e,t,r,n,i,a){var s,o,l,u=a*8-i-1,d=(1<<u)-1,h=d>>1,E=i===23?Math.pow(2,-24)-Math.pow(2,-77):0,y=n?0:a-1,T=n?1:-1,_=t<0||t===0&&1/t<0?1:0;for(t=Math.abs(t),isNaN(t)||t===1/0?(o=isNaN(t)?1:0,s=d):(s=Math.floor(Math.log(t)/Math.LN2),t*(l=Math.pow(2,-s))<1&&(s--,l*=2),s+h>=1?t+=E/l:t+=E*Math.pow(2,1-h),t*l>=2&&(s++,l/=2),s+h>=d?(o=0,s=d):s+h>=1?(o=(t*l-1)*Math.pow(2,i),s=s+h):(o=t*Math.pow(2,h-1)*Math.pow(2,i),s=0));i>=8;e[r+y]=o&255,y+=T,o/=256,i-=8);for(s=s<<i|o,u+=i;u>0;e[r+y]=s&255,y+=T,s/=256,u-=8);e[r+y-T]|=_*128}});var um=g(Fn=>{"use strict";var lc=H1(),Pn=G1(),W1=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;Fn.Buffer=w;Fn.SlowBuffer=aS;Fn.INSPECT_MAX_BYTES=50;var uo=2147483647;Fn.kMaxLength=uo;w.TYPED_ARRAY_SUPPORT=eS();!w.TYPED_ARRAY_SUPPORT&&typeof console<"u"&&typeof console.error=="function"&&console.error("This browser lacks typed array (Uint8Array) support which is required by `buffer` v5.x. Use `buffer` v4.x if you require old browser support.");function eS(){try{let e=new Uint8Array(1),t={foo:function(){return 42}};return Object.setPrototypeOf(t,Uint8Array.prototype),Object.setPrototypeOf(e,t),e.foo()===42}catch{return!1}}Object.defineProperty(w.prototype,"parent",{enumerable:!0,get:function(){if(!!w.isBuffer(this))return this.buffer}});Object.defineProperty(w.prototype,"offset",{enumerable:!0,get:function(){if(!!w.isBuffer(this))return this.byteOffset}});function Xt(e){if(e>uo)throw new RangeError('The value "'+e+'" is invalid for option "size"');let t=new Uint8Array(e);return Object.setPrototypeOf(t,w.prototype),t}function w(e,t,r){if(typeof e=="number"){if(typeof t=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return fc(e)}return J1(e,t,r)}w.poolSize=8192;function J1(e,t,r){if(typeof e=="string")return rS(e,t);if(ArrayBuffer.isView(e))return nS(e);if(e==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof e);if(Pt(e,ArrayBuffer)||e&&Pt(e.buffer,ArrayBuffer)||typeof SharedArrayBuffer<"u"&&(Pt(e,SharedArrayBuffer)||e&&Pt(e.buffer,SharedArrayBuffer)))return cc(e,t,r);if(typeof e=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');let n=e.valueOf&&e.valueOf();if(n!=null&&n!==e)return w.from(n,t,r);let i=iS(e);if(i)return i;if(typeof Symbol<"u"&&Symbol.toPrimitive!=null&&typeof e[Symbol.toPrimitive]=="function")return w.from(e[Symbol.toPrimitive]("string"),t,r);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof e)}w.from=function(e,t,r){return J1(e,t,r)};Object.setPrototypeOf(w.prototype,Uint8Array.prototype);Object.setPrototypeOf(w,Uint8Array);function Z1(e){if(typeof e!="number")throw new TypeError('"size" argument must be of type number');if(e<0)throw new RangeError('The value "'+e+'" is invalid for option "size"')}function tS(e,t,r){return Z1(e),e<=0?Xt(e):t!==void 0?typeof r=="string"?Xt(e).fill(t,r):Xt(e).fill(t):Xt(e)}w.alloc=function(e,t,r){return tS(e,t,r)};function fc(e){return Z1(e),Xt(e<0?0:pc(e)|0)}w.allocUnsafe=function(e){return fc(e)};w.allocUnsafeSlow=function(e){return fc(e)};function rS(e,t){if((typeof t!="string"||t==="")&&(t="utf8"),!w.isEncoding(t))throw new TypeError("Unknown encoding: "+t);let r=Q1(e,t)|0,n=Xt(r),i=n.write(e,t);return i!==r&&(n=n.slice(0,i)),n}function uc(e){let t=e.length<0?0:pc(e.length)|0,r=Xt(t);for(let n=0;n<t;n+=1)r[n]=e[n]&255;return r}function nS(e){if(Pt(e,Uint8Array)){let t=new Uint8Array(e);return cc(t.buffer,t.byteOffset,t.byteLength)}return uc(e)}function cc(e,t,r){if(t<0||e.byteLength<t)throw new RangeError('"offset" is outside of buffer bounds');if(e.byteLength<t+(r||0))throw new RangeError('"length" is outside of buffer bounds');let n;return t===void 0&&r===void 0?n=new Uint8Array(e):r===void 0?n=new Uint8Array(e,t):n=new Uint8Array(e,t,r),Object.setPrototypeOf(n,w.prototype),n}function iS(e){if(w.isBuffer(e)){let t=pc(e.length)|0,r=Xt(t);return r.length===0||e.copy(r,0,0,t),r}if(e.length!==void 0)return typeof e.length!="number"||mc(e.length)?Xt(0):uc(e);if(e.type==="Buffer"&&Array.isArray(e.data))return uc(e.data)}function pc(e){if(e>=uo)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+uo.toString(16)+" bytes");return e|0}function aS(e){return+e!=e&&(e=0),w.alloc(+e)}w.isBuffer=function(t){return t!=null&&t._isBuffer===!0&&t!==w.prototype};w.compare=function(t,r){if(Pt(t,Uint8Array)&&(t=w.from(t,t.offset,t.byteLength)),Pt(r,Uint8Array)&&(r=w.from(r,r.offset,r.byteLength)),!w.isBuffer(t)||!w.isBuffer(r))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(t===r)return 0;let n=t.length,i=r.length;for(let a=0,s=Math.min(n,i);a<s;++a)if(t[a]!==r[a]){n=t[a],i=r[a];break}return n<i?-1:i<n?1:0};w.isEncoding=function(t){switch(String(t).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}};w.concat=function(t,r){if(!Array.isArray(t))throw new TypeError('"list" argument must be an Array of Buffers');if(t.length===0)return w.alloc(0);let n;if(r===void 0)for(r=0,n=0;n<t.length;++n)r+=t[n].length;let i=w.allocUnsafe(r),a=0;for(n=0;n<t.length;++n){let s=t[n];if(Pt(s,Uint8Array))a+s.length>i.length?(w.isBuffer(s)||(s=w.from(s)),s.copy(i,a)):Uint8Array.prototype.set.call(i,s,a);else if(w.isBuffer(s))s.copy(i,a);else throw new TypeError('"list" argument must be an Array of Buffers');a+=s.length}return i};function Q1(e,t){if(w.isBuffer(e))return e.length;if(ArrayBuffer.isView(e)||Pt(e,ArrayBuffer))return e.byteLength;if(typeof e!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof e);let r=e.length,n=arguments.length>2&&arguments[2]===!0;if(!n&&r===0)return 0;let i=!1;for(;;)switch(t){case"ascii":case"latin1":case"binary":return r;case"utf8":case"utf-8":return dc(e).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return r*2;case"hex":return r>>>1;case"base64":return lm(e).length;default:if(i)return n?-1:dc(e).length;t=(""+t).toLowerCase(),i=!0}}w.byteLength=Q1;function sS(e,t,r){let n=!1;if((t===void 0||t<0)&&(t=0),t>this.length||((r===void 0||r>this.length)&&(r=this.length),r<=0)||(r>>>=0,t>>>=0,r<=t))return"";for(e||(e="utf8");;)switch(e){case"hex":return vS(this,t,r);case"utf8":case"utf-8":return tm(this,t,r);case"ascii":return hS(this,t,r);case"latin1":case"binary":return mS(this,t,r);case"base64":return fS(this,t,r);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return gS(this,t,r);default:if(n)throw new TypeError("Unknown encoding: "+e);e=(e+"").toLowerCase(),n=!0}}w.prototype._isBuffer=!0;function Xr(e,t,r){let n=e[t];e[t]=e[r],e[r]=n}w.prototype.swap16=function(){let t=this.length;if(t%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(let r=0;r<t;r+=2)Xr(this,r,r+1);return this};w.prototype.swap32=function(){let t=this.length;if(t%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(let r=0;r<t;r+=4)Xr(this,r,r+3),Xr(this,r+1,r+2);return this};w.prototype.swap64=function(){let t=this.length;if(t%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(let r=0;r<t;r+=8)Xr(this,r,r+7),Xr(this,r+1,r+6),Xr(this,r+2,r+5),Xr(this,r+3,r+4);return this};w.prototype.toString=function(){let t=this.length;return t===0?"":arguments.length===0?tm(this,0,t):sS.apply(this,arguments)};w.prototype.toLocaleString=w.prototype.toString;w.prototype.equals=function(t){if(!w.isBuffer(t))throw new TypeError("Argument must be a Buffer");return this===t?!0:w.compare(this,t)===0};w.prototype.inspect=function(){let t="",r=Fn.INSPECT_MAX_BYTES;return t=this.toString("hex",0,r).replace(/(.{2})/g,"$1 ").trim(),this.length>r&&(t+=" ... "),"<Buffer "+t+">"};W1&&(w.prototype[W1]=w.prototype.inspect);w.prototype.compare=function(t,r,n,i,a){if(Pt(t,Uint8Array)&&(t=w.from(t,t.offset,t.byteLength)),!w.isBuffer(t))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof t);if(r===void 0&&(r=0),n===void 0&&(n=t?t.length:0),i===void 0&&(i=0),a===void 0&&(a=this.length),r<0||n>t.length||i<0||a>this.length)throw new RangeError("out of range index");if(i>=a&&r>=n)return 0;if(i>=a)return-1;if(r>=n)return 1;if(r>>>=0,n>>>=0,i>>>=0,a>>>=0,this===t)return 0;let s=a-i,o=n-r,l=Math.min(s,o),u=this.slice(i,a),d=t.slice(r,n);for(let h=0;h<l;++h)if(u[h]!==d[h]){s=u[h],o=d[h];break}return s<o?-1:o<s?1:0};function em(e,t,r,n,i){if(e.length===0)return-1;if(typeof r=="string"?(n=r,r=0):r>2147483647?r=2147483647:r<-2147483648&&(r=-2147483648),r=+r,mc(r)&&(r=i?0:e.length-1),r<0&&(r=e.length+r),r>=e.length){if(i)return-1;r=e.length-1}else if(r<0)if(i)r=0;else return-1;if(typeof t=="string"&&(t=w.from(t,n)),w.isBuffer(t))return t.length===0?-1:Y1(e,t,r,n,i);if(typeof t=="number")return t=t&255,typeof Uint8Array.prototype.indexOf=="function"?i?Uint8Array.prototype.indexOf.call(e,t,r):Uint8Array.prototype.lastIndexOf.call(e,t,r):Y1(e,[t],r,n,i);throw new TypeError("val must be string, number or Buffer")}function Y1(e,t,r,n,i){let a=1,s=e.length,o=t.length;if(n!==void 0&&(n=String(n).toLowerCase(),n==="ucs2"||n==="ucs-2"||n==="utf16le"||n==="utf-16le")){if(e.length<2||t.length<2)return-1;a=2,s/=2,o/=2,r/=2}function l(d,h){return a===1?d[h]:d.readUInt16BE(h*a)}let u;if(i){let d=-1;for(u=r;u<s;u++)if(l(e,u)===l(t,d===-1?0:u-d)){if(d===-1&&(d=u),u-d+1===o)return d*a}else d!==-1&&(u-=u-d),d=-1}else for(r+o>s&&(r=s-o),u=r;u>=0;u--){let d=!0;for(let h=0;h<o;h++)if(l(e,u+h)!==l(t,h)){d=!1;break}if(d)return u}return-1}w.prototype.includes=function(t,r,n){return this.indexOf(t,r,n)!==-1};w.prototype.indexOf=function(t,r,n){return em(this,t,r,n,!0)};w.prototype.lastIndexOf=function(t,r,n){return em(this,t,r,n,!1)};function oS(e,t,r,n){r=Number(r)||0;let i=e.length-r;n?(n=Number(n),n>i&&(n=i)):n=i;let a=t.length;n>a/2&&(n=a/2);let s;for(s=0;s<n;++s){let o=parseInt(t.substr(s*2,2),16);if(mc(o))return s;e[r+s]=o}return s}function lS(e,t,r,n){return co(dc(t,e.length-r),e,r,n)}function uS(e,t,r,n){return co(_S(t),e,r,n)}function cS(e,t,r,n){return co(lm(t),e,r,n)}function dS(e,t,r,n){return co(AS(t,e.length-r),e,r,n)}w.prototype.write=function(t,r,n,i){if(r===void 0)i="utf8",n=this.length,r=0;else if(n===void 0&&typeof r=="string")i=r,n=this.length,r=0;else if(isFinite(r))r=r>>>0,isFinite(n)?(n=n>>>0,i===void 0&&(i="utf8")):(i=n,n=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");let a=this.length-r;if((n===void 0||n>a)&&(n=a),t.length>0&&(n<0||r<0)||r>this.length)throw new RangeError("Attempt to write outside buffer bounds");i||(i="utf8");let s=!1;for(;;)switch(i){case"hex":return oS(this,t,r,n);case"utf8":case"utf-8":return lS(this,t,r,n);case"ascii":case"latin1":case"binary":return uS(this,t,r,n);case"base64":return cS(this,t,r,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return dS(this,t,r,n);default:if(s)throw new TypeError("Unknown encoding: "+i);i=(""+i).toLowerCase(),s=!0}};w.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function fS(e,t,r){return t===0&&r===e.length?lc.fromByteArray(e):lc.fromByteArray(e.slice(t,r))}function tm(e,t,r){r=Math.min(e.length,r);let n=[],i=t;for(;i<r;){let a=e[i],s=null,o=a>239?4:a>223?3:a>191?2:1;if(i+o<=r){let l,u,d,h;switch(o){case 1:a<128&&(s=a);break;case 2:l=e[i+1],(l&192)===128&&(h=(a&31)<<6|l&63,h>127&&(s=h));break;case 3:l=e[i+1],u=e[i+2],(l&192)===128&&(u&192)===128&&(h=(a&15)<<12|(l&63)<<6|u&63,h>2047&&(h<55296||h>57343)&&(s=h));break;case 4:l=e[i+1],u=e[i+2],d=e[i+3],(l&192)===128&&(u&192)===128&&(d&192)===128&&(h=(a&15)<<18|(l&63)<<12|(u&63)<<6|d&63,h>65535&&h<1114112&&(s=h))}}s===null?(s=65533,o=1):s>65535&&(s-=65536,n.push(s>>>10&1023|55296),s=56320|s&1023),n.push(s),i+=o}return pS(n)}var K1=4096;function pS(e){let t=e.length;if(t<=K1)return String.fromCharCode.apply(String,e);let r="",n=0;for(;n<t;)r+=String.fromCharCode.apply(String,e.slice(n,n+=K1));return r}function hS(e,t,r){let n="";r=Math.min(e.length,r);for(let i=t;i<r;++i)n+=String.fromCharCode(e[i]&127);return n}function mS(e,t,r){let n="";r=Math.min(e.length,r);for(let i=t;i<r;++i)n+=String.fromCharCode(e[i]);return n}function vS(e,t,r){let n=e.length;(!t||t<0)&&(t=0),(!r||r<0||r>n)&&(r=n);let i="";for(let a=t;a<r;++a)i+=TS[e[a]];return i}function gS(e,t,r){let n=e.slice(t,r),i="";for(let a=0;a<n.length-1;a+=2)i+=String.fromCharCode(n[a]+n[a+1]*256);return i}w.prototype.slice=function(t,r){let n=this.length;t=~~t,r=r===void 0?n:~~r,t<0?(t+=n,t<0&&(t=0)):t>n&&(t=n),r<0?(r+=n,r<0&&(r=0)):r>n&&(r=n),r<t&&(r=t);let i=this.subarray(t,r);return Object.setPrototypeOf(i,w.prototype),i};function Ue(e,t,r){if(e%1!==0||e<0)throw new RangeError("offset is not uint");if(e+t>r)throw new RangeError("Trying to access beyond buffer length")}w.prototype.readUintLE=w.prototype.readUIntLE=function(t,r,n){t=t>>>0,r=r>>>0,n||Ue(t,r,this.length);let i=this[t],a=1,s=0;for(;++s<r&&(a*=256);)i+=this[t+s]*a;return i};w.prototype.readUintBE=w.prototype.readUIntBE=function(t,r,n){t=t>>>0,r=r>>>0,n||Ue(t,r,this.length);let i=this[t+--r],a=1;for(;r>0&&(a*=256);)i+=this[t+--r]*a;return i};w.prototype.readUint8=w.prototype.readUInt8=function(t,r){return t=t>>>0,r||Ue(t,1,this.length),this[t]};w.prototype.readUint16LE=w.prototype.readUInt16LE=function(t,r){return t=t>>>0,r||Ue(t,2,this.length),this[t]|this[t+1]<<8};w.prototype.readUint16BE=w.prototype.readUInt16BE=function(t,r){return t=t>>>0,r||Ue(t,2,this.length),this[t]<<8|this[t+1]};w.prototype.readUint32LE=w.prototype.readUInt32LE=function(t,r){return t=t>>>0,r||Ue(t,4,this.length),(this[t]|this[t+1]<<8|this[t+2]<<16)+this[t+3]*16777216};w.prototype.readUint32BE=w.prototype.readUInt32BE=function(t,r){return t=t>>>0,r||Ue(t,4,this.length),this[t]*16777216+(this[t+1]<<16|this[t+2]<<8|this[t+3])};w.prototype.readBigUInt64LE=gr(function(t){t=t>>>0,$n(t,"offset");let r=this[t],n=this[t+7];(r===void 0||n===void 0)&&Yi(t,this.length-8);let i=r+this[++t]*2**8+this[++t]*2**16+this[++t]*2**24,a=this[++t]+this[++t]*2**8+this[++t]*2**16+n*2**24;return BigInt(i)+(BigInt(a)<<BigInt(32))});w.prototype.readBigUInt64BE=gr(function(t){t=t>>>0,$n(t,"offset");let r=this[t],n=this[t+7];(r===void 0||n===void 0)&&Yi(t,this.length-8);let i=r*2**24+this[++t]*2**16+this[++t]*2**8+this[++t],a=this[++t]*2**24+this[++t]*2**16+this[++t]*2**8+n;return(BigInt(i)<<BigInt(32))+BigInt(a)});w.prototype.readIntLE=function(t,r,n){t=t>>>0,r=r>>>0,n||Ue(t,r,this.length);let i=this[t],a=1,s=0;for(;++s<r&&(a*=256);)i+=this[t+s]*a;return a*=128,i>=a&&(i-=Math.pow(2,8*r)),i};w.prototype.readIntBE=function(t,r,n){t=t>>>0,r=r>>>0,n||Ue(t,r,this.length);let i=r,a=1,s=this[t+--i];for(;i>0&&(a*=256);)s+=this[t+--i]*a;return a*=128,s>=a&&(s-=Math.pow(2,8*r)),s};w.prototype.readInt8=function(t,r){return t=t>>>0,r||Ue(t,1,this.length),this[t]&128?(255-this[t]+1)*-1:this[t]};w.prototype.readInt16LE=function(t,r){t=t>>>0,r||Ue(t,2,this.length);let n=this[t]|this[t+1]<<8;return n&32768?n|4294901760:n};w.prototype.readInt16BE=function(t,r){t=t>>>0,r||Ue(t,2,this.length);let n=this[t+1]|this[t]<<8;return n&32768?n|4294901760:n};w.prototype.readInt32LE=function(t,r){return t=t>>>0,r||Ue(t,4,this.length),this[t]|this[t+1]<<8|this[t+2]<<16|this[t+3]<<24};w.prototype.readInt32BE=function(t,r){return t=t>>>0,r||Ue(t,4,this.length),this[t]<<24|this[t+1]<<16|this[t+2]<<8|this[t+3]};w.prototype.readBigInt64LE=gr(function(t){t=t>>>0,$n(t,"offset");let r=this[t],n=this[t+7];(r===void 0||n===void 0)&&Yi(t,this.length-8);let i=this[t+4]+this[t+5]*2**8+this[t+6]*2**16+(n<<24);return(BigInt(i)<<BigInt(32))+BigInt(r+this[++t]*2**8+this[++t]*2**16+this[++t]*2**24)});w.prototype.readBigInt64BE=gr(function(t){t=t>>>0,$n(t,"offset");let r=this[t],n=this[t+7];(r===void 0||n===void 0)&&Yi(t,this.length-8);let i=(r<<24)+this[++t]*2**16+this[++t]*2**8+this[++t];return(BigInt(i)<<BigInt(32))+BigInt(this[++t]*2**24+this[++t]*2**16+this[++t]*2**8+n)});w.prototype.readFloatLE=function(t,r){return t=t>>>0,r||Ue(t,4,this.length),Pn.read(this,t,!0,23,4)};w.prototype.readFloatBE=function(t,r){return t=t>>>0,r||Ue(t,4,this.length),Pn.read(this,t,!1,23,4)};w.prototype.readDoubleLE=function(t,r){return t=t>>>0,r||Ue(t,8,this.length),Pn.read(this,t,!0,52,8)};w.prototype.readDoubleBE=function(t,r){return t=t>>>0,r||Ue(t,8,this.length),Pn.read(this,t,!1,52,8)};function et(e,t,r,n,i,a){if(!w.isBuffer(e))throw new TypeError('"buffer" argument must be a Buffer instance');if(t>i||t<a)throw new RangeError('"value" argument is out of bounds');if(r+n>e.length)throw new RangeError("Index out of range")}w.prototype.writeUintLE=w.prototype.writeUIntLE=function(t,r,n,i){if(t=+t,r=r>>>0,n=n>>>0,!i){let o=Math.pow(2,8*n)-1;et(this,t,r,n,o,0)}let a=1,s=0;for(this[r]=t&255;++s<n&&(a*=256);)this[r+s]=t/a&255;return r+n};w.prototype.writeUintBE=w.prototype.writeUIntBE=function(t,r,n,i){if(t=+t,r=r>>>0,n=n>>>0,!i){let o=Math.pow(2,8*n)-1;et(this,t,r,n,o,0)}let a=n-1,s=1;for(this[r+a]=t&255;--a>=0&&(s*=256);)this[r+a]=t/s&255;return r+n};w.prototype.writeUint8=w.prototype.writeUInt8=function(t,r,n){return t=+t,r=r>>>0,n||et(this,t,r,1,255,0),this[r]=t&255,r+1};w.prototype.writeUint16LE=w.prototype.writeUInt16LE=function(t,r,n){return t=+t,r=r>>>0,n||et(this,t,r,2,65535,0),this[r]=t&255,this[r+1]=t>>>8,r+2};w.prototype.writeUint16BE=w.prototype.writeUInt16BE=function(t,r,n){return t=+t,r=r>>>0,n||et(this,t,r,2,65535,0),this[r]=t>>>8,this[r+1]=t&255,r+2};w.prototype.writeUint32LE=w.prototype.writeUInt32LE=function(t,r,n){return t=+t,r=r>>>0,n||et(this,t,r,4,4294967295,0),this[r+3]=t>>>24,this[r+2]=t>>>16,this[r+1]=t>>>8,this[r]=t&255,r+4};w.prototype.writeUint32BE=w.prototype.writeUInt32BE=function(t,r,n){return t=+t,r=r>>>0,n||et(this,t,r,4,4294967295,0),this[r]=t>>>24,this[r+1]=t>>>16,this[r+2]=t>>>8,this[r+3]=t&255,r+4};function rm(e,t,r,n,i){om(t,n,i,e,r,7);let a=Number(t&BigInt(4294967295));e[r++]=a,a=a>>8,e[r++]=a,a=a>>8,e[r++]=a,a=a>>8,e[r++]=a;let s=Number(t>>BigInt(32)&BigInt(4294967295));return e[r++]=s,s=s>>8,e[r++]=s,s=s>>8,e[r++]=s,s=s>>8,e[r++]=s,r}function nm(e,t,r,n,i){om(t,n,i,e,r,7);let a=Number(t&BigInt(4294967295));e[r+7]=a,a=a>>8,e[r+6]=a,a=a>>8,e[r+5]=a,a=a>>8,e[r+4]=a;let s=Number(t>>BigInt(32)&BigInt(4294967295));return e[r+3]=s,s=s>>8,e[r+2]=s,s=s>>8,e[r+1]=s,s=s>>8,e[r]=s,r+8}w.prototype.writeBigUInt64LE=gr(function(t,r=0){return rm(this,t,r,BigInt(0),BigInt("0xffffffffffffffff"))});w.prototype.writeBigUInt64BE=gr(function(t,r=0){return nm(this,t,r,BigInt(0),BigInt("0xffffffffffffffff"))});w.prototype.writeIntLE=function(t,r,n,i){if(t=+t,r=r>>>0,!i){let l=Math.pow(2,8*n-1);et(this,t,r,n,l-1,-l)}let a=0,s=1,o=0;for(this[r]=t&255;++a<n&&(s*=256);)t<0&&o===0&&this[r+a-1]!==0&&(o=1),this[r+a]=(t/s>>0)-o&255;return r+n};w.prototype.writeIntBE=function(t,r,n,i){if(t=+t,r=r>>>0,!i){let l=Math.pow(2,8*n-1);et(this,t,r,n,l-1,-l)}let a=n-1,s=1,o=0;for(this[r+a]=t&255;--a>=0&&(s*=256);)t<0&&o===0&&this[r+a+1]!==0&&(o=1),this[r+a]=(t/s>>0)-o&255;return r+n};w.prototype.writeInt8=function(t,r,n){return t=+t,r=r>>>0,n||et(this,t,r,1,127,-128),t<0&&(t=255+t+1),this[r]=t&255,r+1};w.prototype.writeInt16LE=function(t,r,n){return t=+t,r=r>>>0,n||et(this,t,r,2,32767,-32768),this[r]=t&255,this[r+1]=t>>>8,r+2};w.prototype.writeInt16BE=function(t,r,n){return t=+t,r=r>>>0,n||et(this,t,r,2,32767,-32768),this[r]=t>>>8,this[r+1]=t&255,r+2};w.prototype.writeInt32LE=function(t,r,n){return t=+t,r=r>>>0,n||et(this,t,r,4,2147483647,-2147483648),this[r]=t&255,this[r+1]=t>>>8,this[r+2]=t>>>16,this[r+3]=t>>>24,r+4};w.prototype.writeInt32BE=function(t,r,n){return t=+t,r=r>>>0,n||et(this,t,r,4,2147483647,-2147483648),t<0&&(t=4294967295+t+1),this[r]=t>>>24,this[r+1]=t>>>16,this[r+2]=t>>>8,this[r+3]=t&255,r+4};w.prototype.writeBigInt64LE=gr(function(t,r=0){return rm(this,t,r,-BigInt("0x8000000000000000"),BigInt("0x7fffffffffffffff"))});w.prototype.writeBigInt64BE=gr(function(t,r=0){return nm(this,t,r,-BigInt("0x8000000000000000"),BigInt("0x7fffffffffffffff"))});function im(e,t,r,n,i,a){if(r+n>e.length)throw new RangeError("Index out of range");if(r<0)throw new RangeError("Index out of range")}function am(e,t,r,n,i){return t=+t,r=r>>>0,i||im(e,t,r,4,34028234663852886e22,-34028234663852886e22),Pn.write(e,t,r,n,23,4),r+4}w.prototype.writeFloatLE=function(t,r,n){return am(this,t,r,!0,n)};w.prototype.writeFloatBE=function(t,r,n){return am(this,t,r,!1,n)};function sm(e,t,r,n,i){return t=+t,r=r>>>0,i||im(e,t,r,8,17976931348623157e292,-17976931348623157e292),Pn.write(e,t,r,n,52,8),r+8}w.prototype.writeDoubleLE=function(t,r,n){return sm(this,t,r,!0,n)};w.prototype.writeDoubleBE=function(t,r,n){return sm(this,t,r,!1,n)};w.prototype.copy=function(t,r,n,i){if(!w.isBuffer(t))throw new TypeError("argument should be a Buffer");if(n||(n=0),!i&&i!==0&&(i=this.length),r>=t.length&&(r=t.length),r||(r=0),i>0&&i<n&&(i=n),i===n||t.length===0||this.length===0)return 0;if(r<0)throw new RangeError("targetStart out of bounds");if(n<0||n>=this.length)throw new RangeError("Index out of range");if(i<0)throw new RangeError("sourceEnd out of bounds");i>this.length&&(i=this.length),t.length-r<i-n&&(i=t.length-r+n);let a=i-n;return this===t&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(r,n,i):Uint8Array.prototype.set.call(t,this.subarray(n,i),r),a};w.prototype.fill=function(t,r,n,i){if(typeof t=="string"){if(typeof r=="string"?(i=r,r=0,n=this.length):typeof n=="string"&&(i=n,n=this.length),i!==void 0&&typeof i!="string")throw new TypeError("encoding must be a string");if(typeof i=="string"&&!w.isEncoding(i))throw new TypeError("Unknown encoding: "+i);if(t.length===1){let s=t.charCodeAt(0);(i==="utf8"&&s<128||i==="latin1")&&(t=s)}}else typeof t=="number"?t=t&255:typeof t=="boolean"&&(t=Number(t));if(r<0||this.length<r||this.length<n)throw new RangeError("Out of range index");if(n<=r)return this;r=r>>>0,n=n===void 0?this.length:n>>>0,t||(t=0);let a;if(typeof t=="number")for(a=r;a<n;++a)this[a]=t;else{let s=w.isBuffer(t)?t:w.from(t,i),o=s.length;if(o===0)throw new TypeError('The value "'+t+'" is invalid for argument "value"');for(a=0;a<n-r;++a)this[a+r]=s[a%o]}return this};var Mn={};function hc(e,t,r){Mn[e]=class extends r{constructor(){super(),Object.defineProperty(this,"message",{value:t.apply(this,arguments),writable:!0,configurable:!0}),this.name=`${this.name} [${e}]`,this.stack,delete this.name}get code(){return e}set code(i){Object.defineProperty(this,"code",{configurable:!0,enumerable:!0,value:i,writable:!0})}toString(){return`${this.name} [${e}]: ${this.message}`}}}hc("ERR_BUFFER_OUT_OF_BOUNDS",function(e){return e?`${e} is outside of buffer bounds`:"Attempt to access memory outside buffer bounds"},RangeError);hc("ERR_INVALID_ARG_TYPE",function(e,t){return`The "${e}" argument must be of type number. Received type ${typeof t}`},TypeError);hc("ERR_OUT_OF_RANGE",function(e,t,r){let n=`The value of "${e}" is out of range.`,i=r;return Number.isInteger(r)&&Math.abs(r)>2**32?i=X1(String(r)):typeof r=="bigint"&&(i=String(r),(r>BigInt(2)**BigInt(32)||r<-(BigInt(2)**BigInt(32)))&&(i=X1(i)),i+="n"),n+=` It must be ${t}. Received ${i}`,n},RangeError);function X1(e){let t="",r=e.length,n=e[0]==="-"?1:0;for(;r>=n+4;r-=3)t=`_${e.slice(r-3,r)}${t}`;return`${e.slice(0,r)}${t}`}function ES(e,t,r){$n(t,"offset"),(e[t]===void 0||e[t+r]===void 0)&&Yi(t,e.length-(r+1))}function om(e,t,r,n,i,a){if(e>r||e<t){let s=typeof t=="bigint"?"n":"",o;throw a>3?t===0||t===BigInt(0)?o=`>= 0${s} and < 2${s} ** ${(a+1)*8}${s}`:o=`>= -(2${s} ** ${(a+1)*8-1}${s}) and < 2 ** ${(a+1)*8-1}${s}`:o=`>= ${t}${s} and <= ${r}${s}`,new Mn.ERR_OUT_OF_RANGE("value",o,e)}ES(n,i,a)}function $n(e,t){if(typeof e!="number")throw new Mn.ERR_INVALID_ARG_TYPE(t,"number",e)}function Yi(e,t,r){throw Math.floor(e)!==e?($n(e,r),new Mn.ERR_OUT_OF_RANGE(r||"offset","an integer",e)):t<0?new Mn.ERR_BUFFER_OUT_OF_BOUNDS:new Mn.ERR_OUT_OF_RANGE(r||"offset",`>= ${r?1:0} and <= ${t}`,e)}var bS=/[^+/0-9A-Za-z-_]/g;function yS(e){if(e=e.split("=")[0],e=e.trim().replace(bS,""),e.length<2)return"";for(;e.length%4!==0;)e=e+"=";return e}function dc(e,t){t=t||1/0;let r,n=e.length,i=null,a=[];for(let s=0;s<n;++s){if(r=e.charCodeAt(s),r>55295&&r<57344){if(!i){if(r>56319){(t-=3)>-1&&a.push(239,191,189);continue}else if(s+1===n){(t-=3)>-1&&a.push(239,191,189);continue}i=r;continue}if(r<56320){(t-=3)>-1&&a.push(239,191,189),i=r;continue}r=(i-55296<<10|r-56320)+65536}else i&&(t-=3)>-1&&a.push(239,191,189);if(i=null,r<128){if((t-=1)<0)break;a.push(r)}else if(r<2048){if((t-=2)<0)break;a.push(r>>6|192,r&63|128)}else if(r<65536){if((t-=3)<0)break;a.push(r>>12|224,r>>6&63|128,r&63|128)}else if(r<1114112){if((t-=4)<0)break;a.push(r>>18|240,r>>12&63|128,r>>6&63|128,r&63|128)}else throw new Error("Invalid code point")}return a}function _S(e){let t=[];for(let r=0;r<e.length;++r)t.push(e.charCodeAt(r)&255);return t}function AS(e,t){let r,n,i,a=[];for(let s=0;s<e.length&&!((t-=2)<0);++s)r=e.charCodeAt(s),n=r>>8,i=r%256,a.push(i),a.push(n);return a}function lm(e){return lc.toByteArray(yS(e))}function co(e,t,r,n){let i;for(i=0;i<n&&!(i+r>=t.length||i>=e.length);++i)t[i+r]=e[i];return i}function Pt(e,t){return e instanceof t||e!=null&&e.constructor!=null&&e.constructor.name!=null&&e.constructor.name===t.name}function mc(e){return e!==e}var TS=function(){let e="0123456789abcdef",t=new Array(256);for(let r=0;r<16;++r){let n=r*16;for(let i=0;i<16;++i)t[n+i]=e[r]+e[i]}return t}();function gr(e){return typeof BigInt>"u"?xS:e}function xS(){throw new Error("BigInt not supported")}});var tv=g((Cre,ev)=>{"use strict";var d9=function(t){return f9(t)&&!p9(t)};function f9(e){return!!e&&typeof e=="object"}function p9(e){var t=Object.prototype.toString.call(e);return t==="[object RegExp]"||t==="[object Date]"||v9(e)}var h9=typeof Symbol=="function"&&Symbol.for,m9=h9?Symbol.for("react.element"):60103;function v9(e){return e.$$typeof===m9}function g9(e){return Array.isArray(e)?[]:{}}function Zi(e,t){return t.clone!==!1&&t.isMergeableObject(e)?qn(g9(e),e,t):e}function E9(e,t,r){return e.concat(t).map(function(n){return Zi(n,r)})}function b9(e,t){if(!t.customMerge)return qn;var r=t.customMerge(e);return typeof r=="function"?r:qn}function y9(e){return Object.getOwnPropertySymbols?Object.getOwnPropertySymbols(e).filter(function(t){return e.propertyIsEnumerable(t)}):[]}function Zm(e){return Object.keys(e).concat(y9(e))}function Qm(e,t){try{return t in e}catch{return!1}}function _9(e,t){return Qm(e,t)&&!(Object.hasOwnProperty.call(e,t)&&Object.propertyIsEnumerable.call(e,t))}function A9(e,t,r){var n={};return r.isMergeableObject(e)&&Zm(e).forEach(function(i){n[i]=Zi(e[i],r)}),Zm(t).forEach(function(i){_9(e,i)||(Qm(e,i)&&r.isMergeableObject(t[i])?n[i]=b9(i,r)(e[i],t[i],r):n[i]=Zi(t[i],r))}),n}function qn(e,t,r){r=r||{},r.arrayMerge=r.arrayMerge||E9,r.isMergeableObject=r.isMergeableObject||d9,r.cloneUnlessOtherwiseSpecified=Zi;var n=Array.isArray(t),i=Array.isArray(e),a=n===i;return a?n?r.arrayMerge(e,t,r):A9(e,t,r):Zi(t,r)}qn.all=function(t,r){if(!Array.isArray(t))throw new Error("first argument should be an array");return t.reduce(function(n,i){return qn(n,i,r)},{})};var T9=qn;ev.exports=T9});var ag=g((Kae,ig)=>{function BL(){this.__data__=[],this.size=0}ig.exports=BL});var rn=g((Xae,sg)=>{function ML(e,t){return e===t||e!==e&&t!==t}sg.exports=ML});var va=g((Jae,og)=>{var PL=rn();function $L(e,t){for(var r=e.length;r--;)if(PL(e[r][0],t))return r;return-1}og.exports=$L});var ug=g((Zae,lg)=>{var FL=va(),UL=Array.prototype,qL=UL.splice;function jL(e){var t=this.__data__,r=FL(t,e);if(r<0)return!1;var n=t.length-1;return r==n?t.pop():qL.call(t,r,1),--this.size,!0}lg.exports=jL});var dg=g((Qae,cg)=>{var zL=va();function VL(e){var t=this.__data__,r=zL(t,e);return r<0?void 0:t[r][1]}cg.exports=VL});var pg=g((ese,fg)=>{var HL=va();function GL(e){return HL(this.__data__,e)>-1}fg.exports=GL});var mg=g((tse,hg)=>{var WL=va();function YL(e,t){var r=this.__data__,n=WL(r,e);return n<0?(++this.size,r.push([e,t])):r[n][1]=t,this}hg.exports=YL});var ga=g((rse,vg)=>{var KL=ag(),XL=ug(),JL=dg(),ZL=pg(),QL=mg();function Kn(e){var t=-1,r=e==null?0:e.length;for(this.clear();++t<r;){var n=e[t];this.set(n[0],n[1])}}Kn.prototype.clear=KL;Kn.prototype.delete=XL;Kn.prototype.get=JL;Kn.prototype.has=ZL;Kn.prototype.set=QL;vg.exports=Kn});var Eg=g((nse,gg)=>{var eD=ga();function tD(){this.__data__=new eD,this.size=0}gg.exports=tD});var yg=g((ise,bg)=>{function rD(e){var t=this.__data__,r=t.delete(e);return this.size=t.size,r}bg.exports=rD});var Ag=g((ase,_g)=>{function nD(e){return this.__data__.get(e)}_g.exports=nD});var xg=g((sse,Tg)=>{function iD(e){return this.__data__.has(e)}Tg.exports=iD});var Uc=g((ose,Rg)=>{var aD=typeof global=="object"&&global&&global.Object===Object&&global;Rg.exports=aD});var gt=g((lse,Cg)=>{var sD=Uc(),oD=typeof self=="object"&&self&&self.Object===Object&&self,lD=sD||oD||Function("return this")();Cg.exports=lD});var nn=g((use,Ng)=>{var uD=gt(),cD=uD.Symbol;Ng.exports=cD});var Sg=g((cse,Ig)=>{var Og=nn(),wg=Object.prototype,dD=wg.hasOwnProperty,fD=wg.toString,Ea=Og?Og.toStringTag:void 0;function pD(e){var t=dD.call(e,Ea),r=e[Ea];try{e[Ea]=void 0;var n=!0}catch{}var i=fD.call(e);return n&&(t?e[Ea]=r:delete e[Ea]),i}Ig.exports=pD});var Dg=g((dse,Lg)=>{var hD=Object.prototype,mD=hD.toString;function vD(e){return mD.call(e)}Lg.exports=vD});var _r=g((fse,Mg)=>{var kg=nn(),gD=Sg(),ED=Dg(),bD="[object Null]",yD="[object Undefined]",Bg=kg?kg.toStringTag:void 0;function _D(e){return e==null?e===void 0?yD:bD:Bg&&Bg in Object(e)?gD(e):ED(e)}Mg.exports=_D});var ct=g((pse,Pg)=>{function AD(e){var t=typeof e;return e!=null&&(t=="object"||t=="function")}Pg.exports=AD});var Xn=g((hse,$g)=>{var TD=_r(),xD=ct(),RD="[object AsyncFunction]",CD="[object Function]",ND="[object GeneratorFunction]",OD="[object Proxy]";function wD(e){if(!xD(e))return!1;var t=TD(e);return t==CD||t==ND||t==RD||t==OD}$g.exports=wD});var Ug=g((mse,Fg)=>{var ID=gt(),SD=ID["__core-js_shared__"];Fg.exports=SD});var zg=g((vse,jg)=>{var qc=Ug(),qg=function(){var e=/[^.]+$/.exec(qc&&qc.keys&&qc.keys.IE_PROTO||"");return e?"Symbol(src)_1."+e:""}();function LD(e){return!!qg&&qg in e}jg.exports=LD});var jc=g((gse,Vg)=>{var DD=Function.prototype,kD=DD.toString;function BD(e){if(e!=null){try{return kD.call(e)}catch{}try{return e+""}catch{}}return""}Vg.exports=BD});var Gg=g((Ese,Hg)=>{var MD=Xn(),PD=zg(),$D=ct(),FD=jc(),UD=/[\\^$.*+?()[\]{}|]/g,qD=/^\[object .+?Constructor\]$/,jD=Function.prototype,zD=Object.prototype,VD=jD.toString,HD=zD.hasOwnProperty,GD=RegExp("^"+VD.call(HD).replace(UD,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");function WD(e){if(!$D(e)||PD(e))return!1;var t=MD(e)?GD:qD;return t.test(FD(e))}Hg.exports=WD});var Yg=g((bse,Wg)=>{function YD(e,t){return e?.[t]}Wg.exports=YD});var Ar=g((yse,Kg)=>{var KD=Gg(),XD=Yg();function JD(e,t){var r=XD(e,t);return KD(r)?r:void 0}Kg.exports=JD});var Fo=g((_se,Xg)=>{var ZD=Ar(),QD=gt(),ek=ZD(QD,"Map");Xg.exports=ek});var ba=g((Ase,Jg)=>{var tk=Ar(),rk=tk(Object,"create");Jg.exports=rk});var e2=g((Tse,Qg)=>{var Zg=ba();function nk(){this.__data__=Zg?Zg(null):{},this.size=0}Qg.exports=nk});var r2=g((xse,t2)=>{function ik(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t}t2.exports=ik});var i2=g((Rse,n2)=>{var ak=ba(),sk="__lodash_hash_undefined__",ok=Object.prototype,lk=ok.hasOwnProperty;function uk(e){var t=this.__data__;if(ak){var r=t[e];return r===sk?void 0:r}return lk.call(t,e)?t[e]:void 0}n2.exports=uk});var s2=g((Cse,a2)=>{var ck=ba(),dk=Object.prototype,fk=dk.hasOwnProperty;function pk(e){var t=this.__data__;return ck?t[e]!==void 0:fk.call(t,e)}a2.exports=pk});var l2=g((Nse,o2)=>{var hk=ba(),mk="__lodash_hash_undefined__";function vk(e,t){var r=this.__data__;return this.size+=this.has(e)?0:1,r[e]=hk&&t===void 0?mk:t,this}o2.exports=vk});var c2=g((Ose,u2)=>{var gk=e2(),Ek=r2(),bk=i2(),yk=s2(),_k=l2();function Jn(e){var t=-1,r=e==null?0:e.length;for(this.clear();++t<r;){var n=e[t];this.set(n[0],n[1])}}Jn.prototype.clear=gk;Jn.prototype.delete=Ek;Jn.prototype.get=bk;Jn.prototype.has=yk;Jn.prototype.set=_k;u2.exports=Jn});var p2=g((wse,f2)=>{var d2=c2(),Ak=ga(),Tk=Fo();function xk(){this.size=0,this.__data__={hash:new d2,map:new(Tk||Ak),string:new d2}}f2.exports=xk});var m2=g((Ise,h2)=>{function Rk(e){var t=typeof e;return t=="string"||t=="number"||t=="symbol"||t=="boolean"?e!=="__proto__":e===null}h2.exports=Rk});var ya=g((Sse,v2)=>{var Ck=m2();function Nk(e,t){var r=e.__data__;return Ck(t)?r[typeof t=="string"?"string":"hash"]:r.map}v2.exports=Nk});var E2=g((Lse,g2)=>{var Ok=ya();function wk(e){var t=Ok(this,e).delete(e);return this.size-=t?1:0,t}g2.exports=wk});var y2=g((Dse,b2)=>{var Ik=ya();function Sk(e){return Ik(this,e).get(e)}b2.exports=Sk});var A2=g((kse,_2)=>{var Lk=ya();function Dk(e){return Lk(this,e).has(e)}_2.exports=Dk});var x2=g((Bse,T2)=>{var kk=ya();function Bk(e,t){var r=kk(this,e),n=r.size;return r.set(e,t),this.size+=r.size==n?0:1,this}T2.exports=Bk});var Uo=g((Mse,R2)=>{var Mk=p2(),Pk=E2(),$k=y2(),Fk=A2(),Uk=x2();function Zn(e){var t=-1,r=e==null?0:e.length;for(this.clear();++t<r;){var n=e[t];this.set(n[0],n[1])}}Zn.prototype.clear=Mk;Zn.prototype.delete=Pk;Zn.prototype.get=$k;Zn.prototype.has=Fk;Zn.prototype.set=Uk;R2.exports=Zn});var N2=g((Pse,C2)=>{var qk=ga(),jk=Fo(),zk=Uo(),Vk=200;function Hk(e,t){var r=this.__data__;if(r instanceof qk){var n=r.__data__;if(!jk||n.length<Vk-1)return n.push([e,t]),this.size=++r.size,this;r=this.__data__=new zk(n)}return r.set(e,t),this.size=r.size,this}C2.exports=Hk});var _a=g(($se,O2)=>{var Gk=ga(),Wk=Eg(),Yk=yg(),Kk=Ag(),Xk=xg(),Jk=N2();function Qn(e){var t=this.__data__=new Gk(e);this.size=t.size}Qn.prototype.clear=Wk;Qn.prototype.delete=Yk;Qn.prototype.get=Kk;Qn.prototype.has=Xk;Qn.prototype.set=Jk;O2.exports=Qn});var qo=g((Fse,w2)=>{function Zk(e,t){for(var r=-1,n=e==null?0:e.length;++r<n&&t(e[r],r,e)!==!1;);return e}w2.exports=Zk});var zc=g((Use,I2)=>{var Qk=Ar(),eB=function(){try{var e=Qk(Object,"defineProperty");return e({},"",{}),e}catch{}}();I2.exports=eB});var Aa=g((qse,L2)=>{var S2=zc();function tB(e,t,r){t=="__proto__"&&S2?S2(e,t,{configurable:!0,enumerable:!0,value:r,writable:!0}):e[t]=r}L2.exports=tB});var Ta=g((jse,D2)=>{var rB=Aa(),nB=rn(),iB=Object.prototype,aB=iB.hasOwnProperty;function sB(e,t,r){var n=e[t];(!(aB.call(e,t)&&nB(n,r))||r===void 0&&!(t in e))&&rB(e,t,r)}D2.exports=sB});var ei=g((zse,k2)=>{var oB=Ta(),lB=Aa();function uB(e,t,r,n){var i=!r;r||(r={});for(var a=-1,s=t.length;++a<s;){var o=t[a],l=n?n(r[o],e[o],o,r,e):void 0;l===void 0&&(l=e[o]),i?lB(r,o,l):oB(r,o,l)}return r}k2.exports=uB});var M2=g((Vse,B2)=>{function cB(e,t){for(var r=-1,n=Array(e);++r<e;)n[r]=t(r);return n}B2.exports=cB});var Ct=g((Hse,P2)=>{function dB(e){return e!=null&&typeof e=="object"}P2.exports=dB});var F2=g((Gse,$2)=>{var fB=_r(),pB=Ct(),hB="[object Arguments]";function mB(e){return pB(e)&&fB(e)==hB}$2.exports=mB});var ti=g((Wse,j2)=>{var U2=F2(),vB=Ct(),q2=Object.prototype,gB=q2.hasOwnProperty,EB=q2.propertyIsEnumerable,bB=U2(function(){return arguments}())?U2:function(e){return vB(e)&&gB.call(e,"callee")&&!EB.call(e,"callee")};j2.exports=bB});var Le=g((Yse,z2)=>{var yB=Array.isArray;z2.exports=yB});var H2=g((Kse,V2)=>{function _B(){return!1}V2.exports=_B});var an=g((xa,ri)=>{var AB=gt(),TB=H2(),Y2=typeof xa=="object"&&xa&&!xa.nodeType&&xa,G2=Y2&&typeof ri=="object"&&ri&&!ri.nodeType&&ri,xB=G2&&G2.exports===Y2,W2=xB?AB.Buffer:void 0,RB=W2?W2.isBuffer:void 0,CB=RB||TB;ri.exports=CB});var Ra=g((Xse,K2)=>{var NB=9007199254740991,OB=/^(?:0|[1-9]\d*)$/;function wB(e,t){var r=typeof e;return t=t??NB,!!t&&(r=="number"||r!="symbol"&&OB.test(e))&&e>-1&&e%1==0&&e<t}K2.exports=wB});var jo=g((Jse,X2)=>{var IB=9007199254740991;function SB(e){return typeof e=="number"&&e>-1&&e%1==0&&e<=IB}X2.exports=SB});var Z2=g((Zse,J2)=>{var LB=_r(),DB=jo(),kB=Ct(),BB="[object Arguments]",MB="[object Array]",PB="[object Boolean]",$B="[object Date]",FB="[object Error]",UB="[object Function]",qB="[object Map]",jB="[object Number]",zB="[object Object]",VB="[object RegExp]",HB="[object Set]",GB="[object String]",WB="[object WeakMap]",YB="[object ArrayBuffer]",KB="[object DataView]",XB="[object Float32Array]",JB="[object Float64Array]",ZB="[object Int8Array]",QB="[object Int16Array]",eM="[object Int32Array]",tM="[object Uint8Array]",rM="[object Uint8ClampedArray]",nM="[object Uint16Array]",iM="[object Uint32Array]",Re={};Re[XB]=Re[JB]=Re[ZB]=Re[QB]=Re[eM]=Re[tM]=Re[rM]=Re[nM]=Re[iM]=!0;Re[BB]=Re[MB]=Re[YB]=Re[PB]=Re[KB]=Re[$B]=Re[FB]=Re[UB]=Re[qB]=Re[jB]=Re[zB]=Re[VB]=Re[HB]=Re[GB]=Re[WB]=!1;function aM(e){return kB(e)&&DB(e.length)&&!!Re[LB(e)]}J2.exports=aM});var Ca=g((Qse,Q2)=>{function sM(e){return function(t){return e(t)}}Q2.exports=sM});var zo=g((Na,ni)=>{var oM=Uc(),eE=typeof Na=="object"&&Na&&!Na.nodeType&&Na,Oa=eE&&typeof ni=="object"&&ni&&!ni.nodeType&&ni,lM=Oa&&Oa.exports===eE,Vc=lM&&oM.process,uM=function(){try{var e=Oa&&Oa.require&&Oa.require("util").types;return e||Vc&&Vc.binding&&Vc.binding("util")}catch{}}();ni.exports=uM});var ii=g((eoe,nE)=>{var cM=Z2(),dM=Ca(),tE=zo(),rE=tE&&tE.isTypedArray,fM=rE?dM(rE):cM;nE.exports=fM});var Hc=g((toe,iE)=>{var pM=M2(),hM=ti(),mM=Le(),vM=an(),gM=Ra(),EM=ii(),bM=Object.prototype,yM=bM.hasOwnProperty;function _M(e,t){var r=mM(e),n=!r&&hM(e),i=!r&&!n&&vM(e),a=!r&&!n&&!i&&EM(e),s=r||n||i||a,o=s?pM(e.length,String):[],l=o.length;for(var u in e)(t||yM.call(e,u))&&!(s&&(u=="length"||i&&(u=="offset"||u=="parent")||a&&(u=="buffer"||u=="byteLength"||u=="byteOffset")||gM(u,l)))&&o.push(u);return o}iE.exports=_M});var wa=g((roe,aE)=>{var AM=Object.prototype;function TM(e){var t=e&&e.constructor,r=typeof t=="function"&&t.prototype||AM;return e===r}aE.exports=TM});var Gc=g((noe,sE)=>{function xM(e,t){return function(r){return e(t(r))}}sE.exports=xM});var lE=g((ioe,oE)=>{var RM=Gc(),CM=RM(Object.keys,Object);oE.exports=CM});var Vo=g((aoe,uE)=>{var NM=wa(),OM=lE(),wM=Object.prototype,IM=wM.hasOwnProperty;function SM(e){if(!NM(e))return OM(e);var t=[];for(var r in Object(e))IM.call(e,r)&&r!="constructor"&&t.push(r);return t}uE.exports=SM});var qt=g((soe,cE)=>{var LM=Xn(),DM=jo();function kM(e){return e!=null&&DM(e.length)&&!LM(e)}cE.exports=kM});var Qt=g((ooe,dE)=>{var BM=Hc(),MM=Vo(),PM=qt();function $M(e){return PM(e)?BM(e):MM(e)}dE.exports=$M});var pE=g((loe,fE)=>{var FM=ei(),UM=Qt();function qM(e,t){return e&&FM(t,UM(t),e)}fE.exports=qM});var mE=g((uoe,hE)=>{function jM(e){var t=[];if(e!=null)for(var r in Object(e))t.push(r);return t}hE.exports=jM});var gE=g((coe,vE)=>{var zM=ct(),VM=wa(),HM=mE(),GM=Object.prototype,WM=GM.hasOwnProperty;function YM(e){if(!zM(e))return HM(e);var t=VM(e),r=[];for(var n in e)n=="constructor"&&(t||!WM.call(e,n))||r.push(n);return r}vE.exports=YM});var Tr=g((doe,EE)=>{var KM=Hc(),XM=gE(),JM=qt();function ZM(e){return JM(e)?KM(e,!0):XM(e)}EE.exports=ZM});var yE=g((foe,bE)=>{var QM=ei(),eP=Tr();function tP(e,t){return e&&QM(t,eP(t),e)}bE.exports=tP});var Wc=g((Ia,ai)=>{var rP=gt(),xE=typeof Ia=="object"&&Ia&&!Ia.nodeType&&Ia,_E=xE&&typeof ai=="object"&&ai&&!ai.nodeType&&ai,nP=_E&&_E.exports===xE,AE=nP?rP.Buffer:void 0,TE=AE?AE.allocUnsafe:void 0;function iP(e,t){if(t)return e.slice();var r=e.length,n=TE?TE(r):new e.constructor(r);return e.copy(n),n}ai.exports=iP});var Yc=g((poe,RE)=>{function aP(e,t){var r=-1,n=e.length;for(t||(t=Array(n));++r<n;)t[r]=e[r];return t}RE.exports=aP});var Kc=g((hoe,CE)=>{function sP(e,t){for(var r=-1,n=e==null?0:e.length,i=0,a=[];++r<n;){var s=e[r];t(s,r,e)&&(a[i++]=s)}return a}CE.exports=sP});var Xc=g((moe,NE)=>{function oP(){return[]}NE.exports=oP});var Ho=g((voe,wE)=>{var lP=Kc(),uP=Xc(),cP=Object.prototype,dP=cP.propertyIsEnumerable,OE=Object.getOwnPropertySymbols,fP=OE?function(e){return e==null?[]:(e=Object(e),lP(OE(e),function(t){return dP.call(e,t)}))}:uP;wE.exports=fP});var SE=g((goe,IE)=>{var pP=ei(),hP=Ho();function mP(e,t){return pP(e,hP(e),t)}IE.exports=mP});var Go=g((Eoe,LE)=>{function vP(e,t){for(var r=-1,n=t.length,i=e.length;++r<n;)e[i+r]=t[r];return e}LE.exports=vP});var Sa=g((boe,DE)=>{var gP=Gc(),EP=gP(Object.getPrototypeOf,Object);DE.exports=EP});var Jc=g((yoe,kE)=>{var bP=Go(),yP=Sa(),_P=Ho(),AP=Xc(),TP=Object.getOwnPropertySymbols,xP=TP?function(e){for(var t=[];e;)bP(t,_P(e)),e=yP(e);return t}:AP;kE.exports=xP});var ME=g((_oe,BE)=>{var RP=ei(),CP=Jc();function NP(e,t){return RP(e,CP(e),t)}BE.exports=NP});var Zc=g((Aoe,PE)=>{var OP=Go(),wP=Le();function IP(e,t,r){var n=t(e);return wP(e)?n:OP(n,r(e))}PE.exports=IP});var Qc=g((Toe,$E)=>{var SP=Zc(),LP=Ho(),DP=Qt();function kP(e){return SP(e,DP,LP)}$E.exports=kP});var UE=g((xoe,FE)=>{var BP=Zc(),MP=Jc(),PP=Tr();function $P(e){return BP(e,PP,MP)}FE.exports=$P});var jE=g((Roe,qE)=>{var FP=Ar(),UP=gt(),qP=FP(UP,"DataView");qE.exports=qP});var VE=g((Coe,zE)=>{var jP=Ar(),zP=gt(),VP=jP(zP,"Promise");zE.exports=VP});var ed=g((Noe,HE)=>{var HP=Ar(),GP=gt(),WP=HP(GP,"Set");HE.exports=WP});var WE=g((Ooe,GE)=>{var YP=Ar(),KP=gt(),XP=YP(KP,"WeakMap");GE.exports=XP});var ln=g((woe,eb)=>{var td=jE(),rd=Fo(),nd=VE(),id=ed(),ad=WE(),QE=_r(),si=jc(),YE="[object Map]",JP="[object Object]",KE="[object Promise]",XE="[object Set]",JE="[object WeakMap]",ZE="[object DataView]",ZP=si(td),QP=si(rd),e$=si(nd),t$=si(id),r$=si(ad),sn=QE;(td&&sn(new td(new ArrayBuffer(1)))!=ZE||rd&&sn(new rd)!=YE||nd&&sn(nd.resolve())!=KE||id&&sn(new id)!=XE||ad&&sn(new ad)!=JE)&&(sn=function(e){var t=QE(e),r=t==JP?e.constructor:void 0,n=r?si(r):"";if(n)switch(n){case ZP:return ZE;case QP:return YE;case e$:return KE;case t$:return XE;case r$:return JE}return t});eb.exports=sn});var rb=g((Ioe,tb)=>{var n$=Object.prototype,i$=n$.hasOwnProperty;function a$(e){var t=e.length,r=new e.constructor(t);return t&&typeof e[0]=="string"&&i$.call(e,"index")&&(r.index=e.index,r.input=e.input),r}tb.exports=a$});var sd=g((Soe,nb)=>{var s$=gt(),o$=s$.Uint8Array;nb.exports=o$});var Wo=g((Loe,ab)=>{var ib=sd();function l$(e){var t=new e.constructor(e.byteLength);return new ib(t).set(new ib(e)),t}ab.exports=l$});var ob=g((Doe,sb)=>{var u$=Wo();function c$(e,t){var r=t?u$(e.buffer):e.buffer;return new e.constructor(r,e.byteOffset,e.byteLength)}sb.exports=c$});var ub=g((koe,lb)=>{var d$=/\w*$/;function f$(e){var t=new e.constructor(e.source,d$.exec(e));return t.lastIndex=e.lastIndex,t}lb.exports=f$});var hb=g((Boe,pb)=>{var cb=nn(),db=cb?cb.prototype:void 0,fb=db?db.valueOf:void 0;function p$(e){return fb?Object(fb.call(e)):{}}pb.exports=p$});var od=g((Moe,mb)=>{var h$=Wo();function m$(e,t){var r=t?h$(e.buffer):e.buffer;return new e.constructor(r,e.byteOffset,e.length)}mb.exports=m$});var gb=g((Poe,vb)=>{var v$=Wo(),g$=ob(),E$=ub(),b$=hb(),y$=od(),_$="[object Boolean]",A$="[object Date]",T$="[object Map]",x$="[object Number]",R$="[object RegExp]",C$="[object Set]",N$="[object String]",O$="[object Symbol]",w$="[object ArrayBuffer]",I$="[object DataView]",S$="[object Float32Array]",L$="[object Float64Array]",D$="[object Int8Array]",k$="[object Int16Array]",B$="[object Int32Array]",M$="[object Uint8Array]",P$="[object Uint8ClampedArray]",$$="[object Uint16Array]",F$="[object Uint32Array]";function U$(e,t,r){var n=e.constructor;switch(t){case w$:return v$(e);case _$:case A$:return new n(+e);case I$:return g$(e,r);case S$:case L$:case D$:case k$:case B$:case M$:case P$:case $$:case F$:return y$(e,r);case T$:return new n;case x$:case N$:return new n(e);case R$:return E$(e);case C$:return new n;case O$:return b$(e)}}vb.exports=U$});var ld=g(($oe,bb)=>{var q$=ct(),Eb=Object.create,j$=function(){function e(){}return function(t){if(!q$(t))return{};if(Eb)return Eb(t);e.prototype=t;var r=new e;return e.prototype=void 0,r}}();bb.exports=j$});var ud=g((Foe,yb)=>{var z$=ld(),V$=Sa(),H$=wa();function G$(e){return typeof e.constructor=="function"&&!H$(e)?z$(V$(e)):{}}yb.exports=G$});var Ab=g((Uoe,_b)=>{var W$=ln(),Y$=Ct(),K$="[object Map]";function X$(e){return Y$(e)&&W$(e)==K$}_b.exports=X$});var Cb=g((qoe,Rb)=>{var J$=Ab(),Z$=Ca(),Tb=zo(),xb=Tb&&Tb.isMap,Q$=xb?Z$(xb):J$;Rb.exports=Q$});var Ob=g((joe,Nb)=>{var eF=ln(),tF=Ct(),rF="[object Set]";function nF(e){return tF(e)&&eF(e)==rF}Nb.exports=nF});var Lb=g((zoe,Sb)=>{var iF=Ob(),aF=Ca(),wb=zo(),Ib=wb&&wb.isSet,sF=Ib?aF(Ib):iF;Sb.exports=sF});var cd=g((Voe,Mb)=>{var oF=_a(),lF=qo(),uF=Ta(),cF=pE(),dF=yE(),fF=Wc(),pF=Yc(),hF=SE(),mF=ME(),vF=Qc(),gF=UE(),EF=ln(),bF=rb(),yF=gb(),_F=ud(),AF=Le(),TF=an(),xF=Cb(),RF=ct(),CF=Lb(),NF=Qt(),OF=Tr(),wF=1,IF=2,SF=4,Db="[object Arguments]",LF="[object Array]",DF="[object Boolean]",kF="[object Date]",BF="[object Error]",kb="[object Function]",MF="[object GeneratorFunction]",PF="[object Map]",$F="[object Number]",Bb="[object Object]",FF="[object RegExp]",UF="[object Set]",qF="[object String]",jF="[object Symbol]",zF="[object WeakMap]",VF="[object ArrayBuffer]",HF="[object DataView]",GF="[object Float32Array]",WF="[object Float64Array]",YF="[object Int8Array]",KF="[object Int16Array]",XF="[object Int32Array]",JF="[object Uint8Array]",ZF="[object Uint8ClampedArray]",QF="[object Uint16Array]",eU="[object Uint32Array]",ye={};ye[Db]=ye[LF]=ye[VF]=ye[HF]=ye[DF]=ye[kF]=ye[GF]=ye[WF]=ye[YF]=ye[KF]=ye[XF]=ye[PF]=ye[$F]=ye[Bb]=ye[FF]=ye[UF]=ye[qF]=ye[jF]=ye[JF]=ye[ZF]=ye[QF]=ye[eU]=!0;ye[BF]=ye[kb]=ye[zF]=!1;function Yo(e,t,r,n,i,a){var s,o=t&wF,l=t&IF,u=t&SF;if(r&&(s=i?r(e,n,i,a):r(e)),s!==void 0)return s;if(!RF(e))return e;var d=AF(e);if(d){if(s=bF(e),!o)return pF(e,s)}else{var h=EF(e),E=h==kb||h==MF;if(TF(e))return fF(e,o);if(h==Bb||h==Db||E&&!i){if(s=l||E?{}:_F(e),!o)return l?mF(e,dF(s,e)):hF(e,cF(s,e))}else{if(!ye[h])return i?e:{};s=yF(e,h,o)}}a||(a=new oF);var y=a.get(e);if(y)return y;a.set(e,s),CF(e)?e.forEach(function(I){s.add(Yo(I,t,r,I,e,a))}):xF(e)&&e.forEach(function(I,C){s.set(C,Yo(I,t,r,C,e,a))});var T=u?l?gF:vF:l?OF:NF,_=d?void 0:T(e);return lF(_||e,function(I,C){_&&(C=I,I=e[C]),uF(s,C,Yo(I,t,r,C,e,a))}),s}Mb.exports=Yo});var $b=g((Hoe,Pb)=>{var tU=cd(),rU=4;function nU(e){return tU(e,rU)}Pb.exports=nU});var Ko=g((Goe,Fb)=>{function iU(e){return function(){return e}}Fb.exports=iU});var qb=g((Woe,Ub)=>{function aU(e){return function(t,r,n){for(var i=-1,a=Object(t),s=n(t),o=s.length;o--;){var l=s[e?o:++i];if(r(a[l],l,a)===!1)break}return t}}Ub.exports=aU});var Xo=g((Yoe,jb)=>{var sU=qb(),oU=sU();jb.exports=oU});var Jo=g((Koe,zb)=>{var lU=Xo(),uU=Qt();function cU(e,t){return e&&lU(e,t,uU)}zb.exports=cU});var Hb=g((Xoe,Vb)=>{var dU=qt();function fU(e,t){return function(r,n){if(r==null)return r;if(!dU(r))return e(r,n);for(var i=r.length,a=t?i:-1,s=Object(r);(t?a--:++a<i)&&n(s[a],a,s)!==!1;);return r}}Vb.exports=fU});var La=g((Joe,Gb)=>{var pU=Jo(),hU=Hb(),mU=hU(pU);Gb.exports=mU});var xr=g((Zoe,Wb)=>{function vU(e){return e}Wb.exports=vU});var dd=g((Qoe,Yb)=>{var gU=xr();function EU(e){return typeof e=="function"?e:gU}Yb.exports=EU});var fd=g((ele,Kb)=>{var bU=qo(),yU=La(),_U=dd(),AU=Le();function TU(e,t){var r=AU(e)?bU:yU;return r(e,_U(t))}Kb.exports=TU});var pd=g((tle,Xb)=>{Xb.exports=fd()});var Zb=g((rle,Jb)=>{var xU=La();function RU(e,t){var r=[];return xU(e,function(n,i,a){t(n,i,a)&&r.push(n)}),r}Jb.exports=RU});var ey=g((nle,Qb)=>{var CU="__lodash_hash_undefined__";function NU(e){return this.__data__.set(e,CU),this}Qb.exports=NU});var ry=g((ile,ty)=>{function OU(e){return this.__data__.has(e)}ty.exports=OU});var hd=g((ale,ny)=>{var wU=Uo(),IU=ey(),SU=ry();function Zo(e){var t=-1,r=e==null?0:e.length;for(this.__data__=new wU;++t<r;)this.add(e[t])}Zo.prototype.add=Zo.prototype.push=IU;Zo.prototype.has=SU;ny.exports=Zo});var ay=g((sle,iy)=>{function LU(e,t){for(var r=-1,n=e==null?0:e.length;++r<n;)if(t(e[r],r,e))return!0;return!1}iy.exports=LU});var md=g((ole,sy)=>{function DU(e,t){return e.has(t)}sy.exports=DU});var vd=g((lle,oy)=>{var kU=hd(),BU=ay(),MU=md(),PU=1,$U=2;function FU(e,t,r,n,i,a){var s=r&PU,o=e.length,l=t.length;if(o!=l&&!(s&&l>o))return!1;var u=a.get(e),d=a.get(t);if(u&&d)return u==t&&d==e;var h=-1,E=!0,y=r&$U?new kU:void 0;for(a.set(e,t),a.set(t,e);++h<o;){var T=e[h],_=t[h];if(n)var I=s?n(_,T,h,t,e,a):n(T,_,h,e,t,a);if(I!==void 0){if(I)continue;E=!1;break}if(y){if(!BU(t,function(C,N){if(!MU(y,N)&&(T===C||i(T,C,r,n,a)))return y.push(N)})){E=!1;break}}else if(!(T===_||i(T,_,r,n,a))){E=!1;break}}return a.delete(e),a.delete(t),E}oy.exports=FU});var uy=g((ule,ly)=>{function UU(e){var t=-1,r=Array(e.size);return e.forEach(function(n,i){r[++t]=[i,n]}),r}ly.exports=UU});var Qo=g((cle,cy)=>{function qU(e){var t=-1,r=Array(e.size);return e.forEach(function(n){r[++t]=n}),r}cy.exports=qU});var my=g((dle,hy)=>{var dy=nn(),fy=sd(),jU=rn(),zU=vd(),VU=uy(),HU=Qo(),GU=1,WU=2,YU="[object Boolean]",KU="[object Date]",XU="[object Error]",JU="[object Map]",ZU="[object Number]",QU="[object RegExp]",eq="[object Set]",tq="[object String]",rq="[object Symbol]",nq="[object ArrayBuffer]",iq="[object DataView]",py=dy?dy.prototype:void 0,gd=py?py.valueOf:void 0;function aq(e,t,r,n,i,a,s){switch(r){case iq:if(e.byteLength!=t.byteLength||e.byteOffset!=t.byteOffset)return!1;e=e.buffer,t=t.buffer;case nq:return!(e.byteLength!=t.byteLength||!a(new fy(e),new fy(t)));case YU:case KU:case ZU:return jU(+e,+t);case XU:return e.name==t.name&&e.message==t.message;case QU:case tq:return e==t+"";case JU:var o=VU;case eq:var l=n&GU;if(o||(o=HU),e.size!=t.size&&!l)return!1;var u=s.get(e);if(u)return u==t;n|=WU,s.set(e,t);var d=zU(o(e),o(t),n,i,a,s);return s.delete(e),d;case rq:if(gd)return gd.call(e)==gd.call(t)}return!1}hy.exports=aq});var Ey=g((fle,gy)=>{var vy=Qc(),sq=1,oq=Object.prototype,lq=oq.hasOwnProperty;function uq(e,t,r,n,i,a){var s=r&sq,o=vy(e),l=o.length,u=vy(t),d=u.length;if(l!=d&&!s)return!1;for(var h=l;h--;){var E=o[h];if(!(s?E in t:lq.call(t,E)))return!1}var y=a.get(e),T=a.get(t);if(y&&T)return y==t&&T==e;var _=!0;a.set(e,t),a.set(t,e);for(var I=s;++h<l;){E=o[h];var C=e[E],N=t[E];if(n)var M=s?n(N,C,E,t,e,a):n(C,N,E,e,t,a);if(!(M===void 0?C===N||i(C,N,r,n,a):M)){_=!1;break}I||(I=E=="constructor")}if(_&&!I){var L=e.constructor,H=t.constructor;L!=H&&"constructor"in e&&"constructor"in t&&!(typeof L=="function"&&L instanceof L&&typeof H=="function"&&H instanceof H)&&(_=!1)}return a.delete(e),a.delete(t),_}gy.exports=uq});var Cy=g((ple,Ry)=>{var Ed=_a(),cq=vd(),dq=my(),fq=Ey(),by=ln(),yy=Le(),_y=an(),pq=ii(),hq=1,Ay="[object Arguments]",Ty="[object Array]",el="[object Object]",mq=Object.prototype,xy=mq.hasOwnProperty;function vq(e,t,r,n,i,a){var s=yy(e),o=yy(t),l=s?Ty:by(e),u=o?Ty:by(t);l=l==Ay?el:l,u=u==Ay?el:u;var d=l==el,h=u==el,E=l==u;if(E&&_y(e)){if(!_y(t))return!1;s=!0,d=!1}if(E&&!d)return a||(a=new Ed),s||pq(e)?cq(e,t,r,n,i,a):dq(e,t,l,r,n,i,a);if(!(r&hq)){var y=d&&xy.call(e,"__wrapped__"),T=h&&xy.call(t,"__wrapped__");if(y||T){var _=y?e.value():e,I=T?t.value():t;return a||(a=new Ed),i(_,I,r,n,a)}}return E?(a||(a=new Ed),fq(e,t,r,n,i,a)):!1}Ry.exports=vq});var bd=g((hle,wy)=>{var gq=Cy(),Ny=Ct();function Oy(e,t,r,n,i){return e===t?!0:e==null||t==null||!Ny(e)&&!Ny(t)?e!==e&&t!==t:gq(e,t,r,n,Oy,i)}wy.exports=Oy});var Sy=g((mle,Iy)=>{var Eq=_a(),bq=bd(),yq=1,_q=2;function Aq(e,t,r,n){var i=r.length,a=i,s=!n;if(e==null)return!a;for(e=Object(e);i--;){var o=r[i];if(s&&o[2]?o[1]!==e[o[0]]:!(o[0]in e))return!1}for(;++i<a;){o=r[i];var l=o[0],u=e[l],d=o[1];if(s&&o[2]){if(u===void 0&&!(l in e))return!1}else{var h=new Eq;if(n)var E=n(u,d,l,e,t,h);if(!(E===void 0?bq(d,u,yq|_q,n,h):E))return!1}}return!0}Iy.exports=Aq});var yd=g((vle,Ly)=>{var Tq=ct();function xq(e){return e===e&&!Tq(e)}Ly.exports=xq});var ky=g((gle,Dy)=>{var Rq=yd(),Cq=Qt();function Nq(e){for(var t=Cq(e),r=t.length;r--;){var n=t[r],i=e[n];t[r]=[n,i,Rq(i)]}return t}Dy.exports=Nq});var _d=g((Ele,By)=>{function Oq(e,t){return function(r){return r==null?!1:r[e]===t&&(t!==void 0||e in Object(r))}}By.exports=Oq});var Py=g((ble,My)=>{var wq=Sy(),Iq=ky(),Sq=_d();function Lq(e){var t=Iq(e);return t.length==1&&t[0][2]?Sq(t[0][0],t[0][1]):function(r){return r===e||wq(r,e,t)}}My.exports=Lq});var un=g((yle,$y)=>{var Dq=_r(),kq=Ct(),Bq="[object Symbol]";function Mq(e){return typeof e=="symbol"||kq(e)&&Dq(e)==Bq}$y.exports=Mq});var tl=g((_le,Fy)=>{var Pq=Le(),$q=un(),Fq=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,Uq=/^\w*$/;function qq(e,t){if(Pq(e))return!1;var r=typeof e;return r=="number"||r=="symbol"||r=="boolean"||e==null||$q(e)?!0:Uq.test(e)||!Fq.test(e)||t!=null&&e in Object(t)}Fy.exports=qq});var jy=g((Ale,qy)=>{var Uy=Uo(),jq="Expected a function";function Ad(e,t){if(typeof e!="function"||t!=null&&typeof t!="function")throw new TypeError(jq);var r=function(){var n=arguments,i=t?t.apply(this,n):n[0],a=r.cache;if(a.has(i))return a.get(i);var s=e.apply(this,n);return r.cache=a.set(i,s)||a,s};return r.cache=new(Ad.Cache||Uy),r}Ad.Cache=Uy;qy.exports=Ad});var Vy=g((Tle,zy)=>{var zq=jy(),Vq=500;function Hq(e){var t=zq(e,function(n){return r.size===Vq&&r.clear(),n}),r=t.cache;return t}zy.exports=Hq});var Gy=g((xle,Hy)=>{var Gq=Vy(),Wq=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,Yq=/\\(\\)?/g,Kq=Gq(function(e){var t=[];return e.charCodeAt(0)===46&&t.push(""),e.replace(Wq,function(r,n,i,a){t.push(i?a.replace(Yq,"$1"):n||r)}),t});Hy.exports=Kq});var Da=g((Rle,Wy)=>{function Xq(e,t){for(var r=-1,n=e==null?0:e.length,i=Array(n);++r<n;)i[r]=t(e[r],r,e);return i}Wy.exports=Xq});var Qy=g((Cle,Zy)=>{var Yy=nn(),Jq=Da(),Zq=Le(),Qq=un(),ej=1/0,Ky=Yy?Yy.prototype:void 0,Xy=Ky?Ky.toString:void 0;function Jy(e){if(typeof e=="string")return e;if(Zq(e))return Jq(e,Jy)+"";if(Qq(e))return Xy?Xy.call(e):"";var t=e+"";return t=="0"&&1/e==-ej?"-0":t}Zy.exports=Jy});var Td=g((Nle,e_)=>{var tj=Qy();function rj(e){return e==null?"":tj(e)}e_.exports=rj});var ka=g((Ole,t_)=>{var nj=Le(),ij=tl(),aj=Gy(),sj=Td();function oj(e,t){return nj(e)?e:ij(e,t)?[e]:aj(sj(e))}t_.exports=oj});var oi=g((wle,r_)=>{var lj=un(),uj=1/0;function cj(e){if(typeof e=="string"||lj(e))return e;var t=e+"";return t=="0"&&1/e==-uj?"-0":t}r_.exports=cj});var Ba=g((Ile,n_)=>{var dj=ka(),fj=oi();function pj(e,t){t=dj(t,e);for(var r=0,n=t.length;e!=null&&r<n;)e=e[fj(t[r++])];return r&&r==n?e:void 0}n_.exports=pj});var a_=g((Sle,i_)=>{var hj=Ba();function mj(e,t,r){var n=e==null?void 0:hj(e,t);return n===void 0?r:n}i_.exports=mj});var o_=g((Lle,s_)=>{function vj(e,t){return e!=null&&t in Object(e)}s_.exports=vj});var xd=g((Dle,l_)=>{var gj=ka(),Ej=ti(),bj=Le(),yj=Ra(),_j=jo(),Aj=oi();function Tj(e,t,r){t=gj(t,e);for(var n=-1,i=t.length,a=!1;++n<i;){var s=Aj(t[n]);if(!(a=e!=null&&r(e,s)))break;e=e[s]}return a||++n!=i?a:(i=e==null?0:e.length,!!i&&_j(i)&&yj(s,i)&&(bj(e)||Ej(e)))}l_.exports=Tj});var Rd=g((kle,u_)=>{var xj=o_(),Rj=xd();function Cj(e,t){return e!=null&&Rj(e,t,xj)}u_.exports=Cj});var d_=g((Ble,c_)=>{var Nj=bd(),Oj=a_(),wj=Rd(),Ij=tl(),Sj=yd(),Lj=_d(),Dj=oi(),kj=1,Bj=2;function Mj(e,t){return Ij(e)&&Sj(t)?Lj(Dj(e),t):function(r){var n=Oj(r,e);return n===void 0&&n===t?wj(r,e):Nj(t,n,kj|Bj)}}c_.exports=Mj});var Cd=g((Mle,f_)=>{function Pj(e){return function(t){return t?.[e]}}f_.exports=Pj});var h_=g((Ple,p_)=>{var $j=Ba();function Fj(e){return function(t){return $j(t,e)}}p_.exports=Fj});var v_=g(($le,m_)=>{var Uj=Cd(),qj=h_(),jj=tl(),zj=oi();function Vj(e){return jj(e)?Uj(zj(e)):qj(e)}m_.exports=Vj});var jt=g((Fle,g_)=>{var Hj=Py(),Gj=d_(),Wj=xr(),Yj=Le(),Kj=v_();function Xj(e){return typeof e=="function"?e:e==null?Wj:typeof e=="object"?Yj(e)?Gj(e[0],e[1]):Hj(e):Kj(e)}g_.exports=Xj});var Nd=g((Ule,E_)=>{var Jj=Kc(),Zj=Zb(),Qj=jt(),ez=Le();function tz(e,t){var r=ez(e)?Jj:Zj;return r(e,Qj(t,3))}E_.exports=tz});var y_=g((qle,b_)=>{var rz=Object.prototype,nz=rz.hasOwnProperty;function iz(e,t){return e!=null&&nz.call(e,t)}b_.exports=iz});var Od=g((jle,__)=>{var az=y_(),sz=xd();function oz(e,t){return e!=null&&sz(e,t,az)}__.exports=oz});var T_=g((zle,A_)=>{var lz=Vo(),uz=ln(),cz=ti(),dz=Le(),fz=qt(),pz=an(),hz=wa(),mz=ii(),vz="[object Map]",gz="[object Set]",Ez=Object.prototype,bz=Ez.hasOwnProperty;function yz(e){if(e==null)return!0;if(fz(e)&&(dz(e)||typeof e=="string"||typeof e.splice=="function"||pz(e)||mz(e)||cz(e)))return!e.length;var t=uz(e);if(t==vz||t==gz)return!e.size;if(hz(e))return!lz(e).length;for(var r in e)if(bz.call(e,r))return!1;return!0}A_.exports=yz});var wd=g((Vle,x_)=>{function _z(e){return e===void 0}x_.exports=_z});var Id=g((Hle,R_)=>{var Az=La(),Tz=qt();function xz(e,t){var r=-1,n=Tz(e)?Array(e.length):[];return Az(e,function(i,a,s){n[++r]=t(i,a,s)}),n}R_.exports=xz});var Sd=g((Gle,C_)=>{var Rz=Da(),Cz=jt(),Nz=Id(),Oz=Le();function wz(e,t){var r=Oz(e)?Rz:Nz;return r(e,Cz(t,3))}C_.exports=wz});var O_=g((Wle,N_)=>{function Iz(e,t,r,n){var i=-1,a=e==null?0:e.length;for(n&&a&&(r=e[++i]);++i<a;)r=t(r,e[i],i,e);return r}N_.exports=Iz});var I_=g((Yle,w_)=>{function Sz(e,t,r,n,i){return i(e,function(a,s,o){r=n?(n=!1,a):t(r,a,s,o)}),r}w_.exports=Sz});var Ld=g((Kle,S_)=>{var Lz=O_(),Dz=La(),kz=jt(),Bz=I_(),Mz=Le();function Pz(e,t,r){var n=Mz(e)?Lz:Bz,i=arguments.length<3;return n(e,kz(t,4),r,i,Dz)}S_.exports=Pz});var D_=g((Xle,L_)=>{var $z=_r(),Fz=Le(),Uz=Ct(),qz="[object String]";function jz(e){return typeof e=="string"||!Fz(e)&&Uz(e)&&$z(e)==qz}L_.exports=jz});var B_=g((Jle,k_)=>{var zz=Cd(),Vz=zz("length");k_.exports=Vz});var P_=g((Zle,M_)=>{var Hz="\\ud800-\\udfff",Gz="\\u0300-\\u036f",Wz="\\ufe20-\\ufe2f",Yz="\\u20d0-\\u20ff",Kz=Gz+Wz+Yz,Xz="\\ufe0e\\ufe0f",Jz="\\u200d",Zz=RegExp("["+Jz+Hz+Kz+Xz+"]");function Qz(e){return Zz.test(e)}M_.exports=Qz});var G_=g((Qle,H_)=>{var F_="\\ud800-\\udfff",eV="\\u0300-\\u036f",tV="\\ufe20-\\ufe2f",rV="\\u20d0-\\u20ff",nV=eV+tV+rV,iV="\\ufe0e\\ufe0f",aV="["+F_+"]",Dd="["+nV+"]",kd="\\ud83c[\\udffb-\\udfff]",sV="(?:"+Dd+"|"+kd+")",U_="[^"+F_+"]",q_="(?:\\ud83c[\\udde6-\\uddff]){2}",j_="[\\ud800-\\udbff][\\udc00-\\udfff]",oV="\\u200d",z_=sV+"?",V_="["+iV+"]?",lV="(?:"+oV+"(?:"+[U_,q_,j_].join("|")+")"+V_+z_+")*",uV=V_+z_+lV,cV="(?:"+[U_+Dd+"?",Dd,q_,j_,aV].join("|")+")",$_=RegExp(kd+"(?="+kd+")|"+cV+uV,"g");function dV(e){for(var t=$_.lastIndex=0;$_.test(e);)++t;return t}H_.exports=dV});var Y_=g((eue,W_)=>{var fV=B_(),pV=P_(),hV=G_();function mV(e){return pV(e)?hV(e):fV(e)}W_.exports=mV});var X_=g((tue,K_)=>{var vV=Vo(),gV=ln(),EV=qt(),bV=D_(),yV=Y_(),_V="[object Map]",AV="[object Set]";function TV(e){if(e==null)return 0;if(EV(e))return bV(e)?yV(e):e.length;var t=gV(e);return t==_V||t==AV?e.size:vV(e).length}K_.exports=TV});var Z_=g((rue,J_)=>{var xV=qo(),RV=ld(),CV=Jo(),NV=jt(),OV=Sa(),wV=Le(),IV=an(),SV=Xn(),LV=ct(),DV=ii();function kV(e,t,r){var n=wV(e),i=n||IV(e)||DV(e);if(t=NV(t,4),r==null){var a=e&&e.constructor;i?r=n?new a:[]:LV(e)?r=SV(a)?RV(OV(e)):{}:r={}}return(i?xV:CV)(e,function(s,o,l){return t(r,s,o,l)}),r}J_.exports=kV});var r8=g((nue,t8)=>{var Q_=nn(),BV=ti(),MV=Le(),e8=Q_?Q_.isConcatSpreadable:void 0;function PV(e){return MV(e)||BV(e)||!!(e8&&e&&e[e8])}t8.exports=PV});var rl=g((iue,i8)=>{var $V=Go(),FV=r8();function n8(e,t,r,n,i){var a=-1,s=e.length;for(r||(r=FV),i||(i=[]);++a<s;){var o=e[a];t>0&&r(o)?t>1?n8(o,t-1,r,n,i):$V(i,o):n||(i[i.length]=o)}return i}i8.exports=n8});var s8=g((aue,a8)=>{function UV(e,t,r){switch(r.length){case 0:return e.call(t);case 1:return e.call(t,r[0]);case 2:return e.call(t,r[0],r[1]);case 3:return e.call(t,r[0],r[1],r[2])}return e.apply(t,r)}a8.exports=UV});var Bd=g((sue,l8)=>{var qV=s8(),o8=Math.max;function jV(e,t,r){return t=o8(t===void 0?e.length-1:t,0),function(){for(var n=arguments,i=-1,a=o8(n.length-t,0),s=Array(a);++i<a;)s[i]=n[t+i];i=-1;for(var o=Array(t+1);++i<t;)o[i]=n[i];return o[t]=r(s),qV(e,this,o)}}l8.exports=jV});var d8=g((oue,c8)=>{var zV=Ko(),u8=zc(),VV=xr(),HV=u8?function(e,t){return u8(e,"toString",{configurable:!0,enumerable:!1,value:zV(t),writable:!0})}:VV;c8.exports=HV});var p8=g((lue,f8)=>{var GV=800,WV=16,YV=Date.now;function KV(e){var t=0,r=0;return function(){var n=YV(),i=WV-(n-r);if(r=n,i>0){if(++t>=GV)return arguments[0]}else t=0;return e.apply(void 0,arguments)}}f8.exports=KV});var Md=g((uue,h8)=>{var XV=d8(),JV=p8(),ZV=JV(XV);h8.exports=ZV});var Ma=g((cue,m8)=>{var QV=xr(),eH=Bd(),tH=Md();function rH(e,t){return tH(eH(e,t,QV),e+"")}m8.exports=rH});var Pd=g((due,v8)=>{function nH(e,t,r,n){for(var i=e.length,a=r+(n?1:-1);n?a--:++a<i;)if(t(e[a],a,e))return a;return-1}v8.exports=nH});var E8=g((fue,g8)=>{function iH(e){return e!==e}g8.exports=iH});var y8=g((pue,b8)=>{function aH(e,t,r){for(var n=r-1,i=e.length;++n<i;)if(e[n]===t)return n;return-1}b8.exports=aH});var A8=g((hue,_8)=>{var sH=Pd(),oH=E8(),lH=y8();function uH(e,t,r){return t===t?lH(e,t,r):sH(e,oH,r)}_8.exports=uH});var x8=g((mue,T8)=>{var cH=A8();function dH(e,t){var r=e==null?0:e.length;return!!r&&cH(e,t,0)>-1}T8.exports=dH});var C8=g((vue,R8)=>{function fH(e,t,r){for(var n=-1,i=e==null?0:e.length;++n<i;)if(r(t,e[n]))return!0;return!1}R8.exports=fH});var O8=g((gue,N8)=>{function pH(){}N8.exports=pH});var I8=g((Eue,w8)=>{var $d=ed(),hH=O8(),mH=Qo(),vH=1/0,gH=$d&&1/mH(new $d([,-0]))[1]==vH?function(e){return new $d(e)}:hH;w8.exports=gH});var L8=g((bue,S8)=>{var EH=hd(),bH=x8(),yH=C8(),_H=md(),AH=I8(),TH=Qo(),xH=200;function RH(e,t,r){var n=-1,i=bH,a=e.length,s=!0,o=[],l=o;if(r)s=!1,i=yH;else if(a>=xH){var u=t?null:AH(e);if(u)return TH(u);s=!1,i=_H,l=new EH}else l=t?[]:o;e:for(;++n<a;){var d=e[n],h=t?t(d):d;if(d=r||d!==0?d:0,s&&h===h){for(var E=l.length;E--;)if(l[E]===h)continue e;t&&l.push(h),o.push(d)}else i(l,h,r)||(l!==o&&l.push(h),o.push(d))}return o}S8.exports=RH});var Fd=g((yue,D8)=>{var CH=qt(),NH=Ct();function OH(e){return NH(e)&&CH(e)}D8.exports=OH});var B8=g((_ue,k8)=>{var wH=rl(),IH=Ma(),SH=L8(),LH=Fd(),DH=IH(function(e){return SH(wH(e,1,LH,!0))});k8.exports=DH});var P8=g((Aue,M8)=>{var kH=Da();function BH(e,t){return kH(t,function(r){return e[r]})}M8.exports=BH});var Ud=g((Tue,$8)=>{var MH=P8(),PH=Qt();function $H(e){return e==null?[]:MH(e,PH(e))}$8.exports=$H});var dt=g((xue,F8)=>{var nl;if(typeof tt=="function")try{nl={clone:$b(),constant:Ko(),each:pd(),filter:Nd(),has:Od(),isArray:Le(),isEmpty:T_(),isFunction:Xn(),isUndefined:wd(),keys:Qt(),map:Sd(),reduce:Ld(),size:X_(),transform:Z_(),union:B8(),values:Ud()}}catch{}nl||(nl=window._);F8.exports=nl});var il=g((Cue,z8)=>{"use strict";var re=dt();z8.exports=ue;var FH="\0",cn="\0",U8="";function ue(e){this._isDirected=re.has(e,"directed")?e.directed:!0,this._isMultigraph=re.has(e,"multigraph")?e.multigraph:!1,this._isCompound=re.has(e,"compound")?e.compound:!1,this._label=void 0,this._defaultNodeLabelFn=re.constant(void 0),this._defaultEdgeLabelFn=re.constant(void 0),this._nodes={},this._isCompound&&(this._parent={},this._children={},this._children[cn]={}),this._in={},this._preds={},this._out={},this._sucs={},this._edgeObjs={},this._edgeLabels={}}ue.prototype._nodeCount=0;ue.prototype._edgeCount=0;ue.prototype.isDirected=function(){return this._isDirected};ue.prototype.isMultigraph=function(){return this._isMultigraph};ue.prototype.isCompound=function(){return this._isCompound};ue.prototype.setGraph=function(e){return this._label=e,this};ue.prototype.graph=function(){return this._label};ue.prototype.setDefaultNodeLabel=function(e){return re.isFunction(e)||(e=re.constant(e)),this._defaultNodeLabelFn=e,this};ue.prototype.nodeCount=function(){return this._nodeCount};ue.prototype.nodes=function(){return re.keys(this._nodes)};ue.prototype.sources=function(){var e=this;return re.filter(this.nodes(),function(t){return re.isEmpty(e._in[t])})};ue.prototype.sinks=function(){var e=this;return re.filter(this.nodes(),function(t){return re.isEmpty(e._out[t])})};ue.prototype.setNodes=function(e,t){var r=arguments,n=this;return re.each(e,function(i){r.length>1?n.setNode(i,t):n.setNode(i)}),this};ue.prototype.setNode=function(e,t){return re.has(this._nodes,e)?(arguments.length>1&&(this._nodes[e]=t),this):(this._nodes[e]=arguments.length>1?t:this._defaultNodeLabelFn(e),this._isCompound&&(this._parent[e]=cn,this._children[e]={},this._children[cn][e]=!0),this._in[e]={},this._preds[e]={},this._out[e]={},this._sucs[e]={},++this._nodeCount,this)};ue.prototype.node=function(e){return this._nodes[e]};ue.prototype.hasNode=function(e){return re.has(this._nodes,e)};ue.prototype.removeNode=function(e){var t=this;if(re.has(this._nodes,e)){var r=function(n){t.removeEdge(t._edgeObjs[n])};delete this._nodes[e],this._isCompound&&(this._removeFromParentsChildList(e),delete this._parent[e],re.each(this.children(e),function(n){t.setParent(n)}),delete this._children[e]),re.each(re.keys(this._in[e]),r),delete this._in[e],delete this._preds[e],re.each(re.keys(this._out[e]),r),delete this._out[e],delete this._sucs[e],--this._nodeCount}return this};ue.prototype.setParent=function(e,t){if(!this._isCompound)throw new Error("Cannot set parent in a non-compound graph");if(re.isUndefined(t))t=cn;else{t+="";for(var r=t;!re.isUndefined(r);r=this.parent(r))if(r===e)throw new Error("Setting "+t+" as parent of "+e+" would create a cycle");this.setNode(t)}return this.setNode(e),this._removeFromParentsChildList(e),this._parent[e]=t,this._children[t][e]=!0,this};ue.prototype._removeFromParentsChildList=function(e){delete this._children[this._parent[e]][e]};ue.prototype.parent=function(e){if(this._isCompound){var t=this._parent[e];if(t!==cn)return t}};ue.prototype.children=function(e){if(re.isUndefined(e)&&(e=cn),this._isCompound){var t=this._children[e];if(t)return re.keys(t)}else{if(e===cn)return this.nodes();if(this.hasNode(e))return[]}};ue.prototype.predecessors=function(e){var t=this._preds[e];if(t)return re.keys(t)};ue.prototype.successors=function(e){var t=this._sucs[e];if(t)return re.keys(t)};ue.prototype.neighbors=function(e){var t=this.predecessors(e);if(t)return re.union(t,this.successors(e))};ue.prototype.isLeaf=function(e){var t;return this.isDirected()?t=this.successors(e):t=this.neighbors(e),t.length===0};ue.prototype.filterNodes=function(e){var t=new this.constructor({directed:this._isDirected,multigraph:this._isMultigraph,compound:this._isCompound});t.setGraph(this.graph());var r=this;re.each(this._nodes,function(a,s){e(s)&&t.setNode(s,a)}),re.each(this._edgeObjs,function(a){t.hasNode(a.v)&&t.hasNode(a.w)&&t.setEdge(a,r.edge(a))});var n={};function i(a){var s=r.parent(a);return s===void 0||t.hasNode(s)?(n[a]=s,s):s in n?n[s]:i(s)}return this._isCompound&&re.each(t.nodes(),function(a){t.setParent(a,i(a))}),t};ue.prototype.setDefaultEdgeLabel=function(e){return re.isFunction(e)||(e=re.constant(e)),this._defaultEdgeLabelFn=e,this};ue.prototype.edgeCount=function(){return this._edgeCount};ue.prototype.edges=function(){return re.values(this._edgeObjs)};ue.prototype.setPath=function(e,t){var r=this,n=arguments;return re.reduce(e,function(i,a){return n.length>1?r.setEdge(i,a,t):r.setEdge(i,a),a}),this};ue.prototype.setEdge=function(){var e,t,r,n,i=!1,a=arguments[0];typeof a=="object"&&a!==null&&"v"in a?(e=a.v,t=a.w,r=a.name,arguments.length===2&&(n=arguments[1],i=!0)):(e=a,t=arguments[1],r=arguments[3],arguments.length>2&&(n=arguments[2],i=!0)),e=""+e,t=""+t,re.isUndefined(r)||(r=""+r);var s=Pa(this._isDirected,e,t,r);if(re.has(this._edgeLabels,s))return i&&(this._edgeLabels[s]=n),this;if(!re.isUndefined(r)&&!this._isMultigraph)throw new Error("Cannot set a named edge when isMultigraph = false");this.setNode(e),this.setNode(t),this._edgeLabels[s]=i?n:this._defaultEdgeLabelFn(e,t,r);var o=UH(this._isDirected,e,t,r);return e=o.v,t=o.w,Object.freeze(o),this._edgeObjs[s]=o,q8(this._preds[t],e),q8(this._sucs[e],t),this._in[t][s]=o,this._out[e][s]=o,this._edgeCount++,this};ue.prototype.edge=function(e,t,r){var n=arguments.length===1?qd(this._isDirected,arguments[0]):Pa(this._isDirected,e,t,r);return this._edgeLabels[n]};ue.prototype.hasEdge=function(e,t,r){var n=arguments.length===1?qd(this._isDirected,arguments[0]):Pa(this._isDirected,e,t,r);return re.has(this._edgeLabels,n)};ue.prototype.removeEdge=function(e,t,r){var n=arguments.length===1?qd(this._isDirected,arguments[0]):Pa(this._isDirected,e,t,r),i=this._edgeObjs[n];return i&&(e=i.v,t=i.w,delete this._edgeLabels[n],delete this._edgeObjs[n],j8(this._preds[t],e),j8(this._sucs[e],t),delete this._in[t][n],delete this._out[e][n],this._edgeCount--),this};ue.prototype.inEdges=function(e,t){var r=this._in[e];if(r){var n=re.values(r);return t?re.filter(n,function(i){return i.v===t}):n}};ue.prototype.outEdges=function(e,t){var r=this._out[e];if(r){var n=re.values(r);return t?re.filter(n,function(i){return i.w===t}):n}};ue.prototype.nodeEdges=function(e,t){var r=this.inEdges(e,t);if(r)return r.concat(this.outEdges(e,t))};function q8(e,t){e[t]?e[t]++:e[t]=1}function j8(e,t){--e[t]||delete e[t]}function Pa(e,t,r,n){var i=""+t,a=""+r;if(!e&&i>a){var s=i;i=a,a=s}return i+U8+a+U8+(re.isUndefined(n)?FH:n)}function UH(e,t,r,n){var i=""+t,a=""+r;if(!e&&i>a){var s=i;i=a,a=s}var o={v:i,w:a};return n&&(o.name=n),o}function qd(e,t){return Pa(e,t.v,t.w,t.name)}});var H8=g((Nue,V8)=>{V8.exports="2.1.8"});var W8=g((Oue,G8)=>{G8.exports={Graph:il(),version:H8()}});var K8=g((wue,Y8)=>{var zt=dt(),qH=il();Y8.exports={write:jH,read:HH};function jH(e){var t={options:{directed:e.isDirected(),multigraph:e.isMultigraph(),compound:e.isCompound()},nodes:zH(e),edges:VH(e)};return zt.isUndefined(e.graph())||(t.value=zt.clone(e.graph())),t}function zH(e){return zt.map(e.nodes(),function(t){var r=e.node(t),n=e.parent(t),i={v:t};return zt.isUndefined(r)||(i.value=r),zt.isUndefined(n)||(i.parent=n),i})}function VH(e){return zt.map(e.edges(),function(t){var r=e.edge(t),n={v:t.v,w:t.w};return zt.isUndefined(t.name)||(n.name=t.name),zt.isUndefined(r)||(n.value=r),n})}function HH(e){var t=new qH(e.options).setGraph(e.value);return zt.each(e.nodes,function(r){t.setNode(r.v,r.value),r.parent&&t.setParent(r.v,r.parent)}),zt.each(e.edges,function(r){t.setEdge({v:r.v,w:r.w,name:r.name},r.value)}),t}});var J8=g((Iue,X8)=>{var al=dt();X8.exports=GH;function GH(e){var t={},r=[],n;function i(a){al.has(t,a)||(t[a]=!0,n.push(a),al.each(e.successors(a),i),al.each(e.predecessors(a),i))}return al.each(e.nodes(),function(a){n=[],i(a),n.length&&r.push(n)}),r}});var jd=g((Sue,Q8)=>{var Z8=dt();Q8.exports=Et;function Et(){this._arr=[],this._keyIndices={}}Et.prototype.size=function(){return this._arr.length};Et.prototype.keys=function(){return this._arr.map(function(e){return e.key})};Et.prototype.has=function(e){return Z8.has(this._keyIndices,e)};Et.prototype.priority=function(e){var t=this._keyIndices[e];if(t!==void 0)return this._arr[t].priority};Et.prototype.min=function(){if(this.size()===0)throw new Error("Queue underflow");return this._arr[0].key};Et.prototype.add=function(e,t){var r=this._keyIndices;if(e=String(e),!Z8.has(r,e)){var n=this._arr,i=n.length;return r[e]=i,n.push({key:e,priority:t}),this._decrease(i),!0}return!1};Et.prototype.removeMin=function(){this._swap(0,this._arr.length-1);var e=this._arr.pop();return delete this._keyIndices[e.key],this._heapify(0),e.key};Et.prototype.decrease=function(e,t){var r=this._keyIndices[e];if(t>this._arr[r].priority)throw new Error("New priority is greater than current priority. Key: "+e+" Old: "+this._arr[r].priority+" New: "+t);this._arr[r].priority=t,this._decrease(r)};Et.prototype._heapify=function(e){var t=this._arr,r=2*e,n=r+1,i=e;r<t.length&&(i=t[r].priority<t[i].priority?r:i,n<t.length&&(i=t[n].priority<t[i].priority?n:i),i!==e&&(this._swap(e,i),this._heapify(i)))};Et.prototype._decrease=function(e){for(var t=this._arr,r=t[e].priority,n;e!==0&&(n=e>>1,!(t[n].priority<r));)this._swap(e,n),e=n};Et.prototype._swap=function(e,t){var r=this._arr,n=this._keyIndices,i=r[e],a=r[t];r[e]=a,r[t]=i,n[a.key]=e,n[i.key]=t}});var zd=g((Lue,e3)=>{var WH=dt(),YH=jd();e3.exports=XH;var KH=WH.constant(1);function XH(e,t,r,n){return JH(e,String(t),r||KH,n||function(i){return e.outEdges(i)})}function JH(e,t,r,n){var i={},a=new YH,s,o,l=function(u){var d=u.v!==s?u.v:u.w,h=i[d],E=r(u),y=o.distance+E;if(E<0)throw new Error("dijkstra does not allow negative edge weights. Bad edge: "+u+" Weight: "+E);y<h.distance&&(h.distance=y,h.predecessor=s,a.decrease(d,y))};for(e.nodes().forEach(function(u){var d=u===t?0:Number.POSITIVE_INFINITY;i[u]={distance:d},a.add(u,d)});a.size()>0&&(s=a.removeMin(),o=i[s],o.distance!==Number.POSITIVE_INFINITY);)n(s).forEach(l);return i}});var r3=g((Due,t3)=>{var ZH=zd(),QH=dt();t3.exports=eG;function eG(e,t,r){return QH.transform(e.nodes(),function(n,i){n[i]=ZH(e,i,t,r)},{})}});var Vd=g((kue,i3)=>{var n3=dt();i3.exports=tG;function tG(e){var t=0,r=[],n={},i=[];function a(s){var o=n[s]={onStack:!0,lowlink:t,index:t++};if(r.push(s),e.successors(s).forEach(function(d){n3.has(n,d)?n[d].onStack&&(o.lowlink=Math.min(o.lowlink,n[d].index)):(a(d),o.lowlink=Math.min(o.lowlink,n[d].lowlink))}),o.lowlink===o.index){var l=[],u;do u=r.pop(),n[u].onStack=!1,l.push(u);while(s!==u);i.push(l)}}return e.nodes().forEach(function(s){n3.has(n,s)||a(s)}),i}});var s3=g((Bue,a3)=>{var rG=dt(),nG=Vd();a3.exports=iG;function iG(e){return rG.filter(nG(e),function(t){return t.length>1||t.length===1&&e.hasEdge(t[0],t[0])})}});var l3=g((Mue,o3)=>{var aG=dt();o3.exports=oG;var sG=aG.constant(1);function oG(e,t,r){return lG(e,t||sG,r||function(n){return e.outEdges(n)})}function lG(e,t,r){var n={},i=e.nodes();return i.forEach(function(a){n[a]={},n[a][a]={distance:0},i.forEach(function(s){a!==s&&(n[a][s]={distance:Number.POSITIVE_INFINITY})}),r(a).forEach(function(s){var o=s.v===a?s.w:s.v,l=t(s);n[a][o]={distance:l,predecessor:a}})}),i.forEach(function(a){var s=n[a];i.forEach(function(o){var l=n[o];i.forEach(function(u){var d=l[a],h=s[u],E=l[u],y=d.distance+h.distance;y<E.distance&&(E.distance=y,E.predecessor=h.predecessor)})})}),n}});var Hd=g((Pue,c3)=>{var $a=dt();c3.exports=u3;u3.CycleException=sl;function u3(e){var t={},r={},n=[];function i(a){if($a.has(r,a))throw new sl;$a.has(t,a)||(r[a]=!0,t[a]=!0,$a.each(e.predecessors(a),i),delete r[a],n.push(a))}if($a.each(e.sinks(),i),$a.size(t)!==e.nodeCount())throw new sl;return n}function sl(){}sl.prototype=new Error});var p3=g(($ue,f3)=>{var d3=Hd();f3.exports=uG;function uG(e){try{d3(e)}catch(t){if(t instanceof d3.CycleException)return!1;throw t}return!0}});var Gd=g((Fue,m3)=>{var ol=dt();m3.exports=cG;function cG(e,t,r){ol.isArray(t)||(t=[t]);var n=(e.isDirected()?e.successors:e.neighbors).bind(e),i=[],a={};return ol.each(t,function(s){if(!e.hasNode(s))throw new Error("Graph does not have node: "+s);h3(e,s,r==="post",a,n,i)}),i}function h3(e,t,r,n,i,a){ol.has(n,t)||(n[t]=!0,r||a.push(t),ol.each(i(t),function(s){h3(e,s,r,n,i,a)}),r&&a.push(t))}});var g3=g((Uue,v3)=>{var dG=Gd();v3.exports=fG;function fG(e,t){return dG(e,t,"post")}});var b3=g((que,E3)=>{var pG=Gd();E3.exports=hG;function hG(e,t){return pG(e,t,"pre")}});var A3=g((jue,_3)=>{var y3=dt(),mG=il(),vG=jd();_3.exports=gG;function gG(e,t){var r=new mG,n={},i=new vG,a;function s(l){var u=l.v===a?l.w:l.v,d=i.priority(u);if(d!==void 0){var h=t(l);h<d&&(n[u]=a,i.decrease(u,h))}}if(e.nodeCount()===0)return r;y3.each(e.nodes(),function(l){i.add(l,Number.POSITIVE_INFINITY),r.setNode(l)}),i.decrease(e.nodes()[0],0);for(var o=!1;i.size()>0;){if(a=i.removeMin(),y3.has(n,a))r.setEdge(a,n[a]);else{if(o)throw new Error("Input graph is not connected: "+e);o=!0}e.nodeEdges(a).forEach(s)}return r}});var x3=g((zue,T3)=>{T3.exports={components:J8(),dijkstra:zd(),dijkstraAll:r3(),findCycles:s3(),floydWarshall:l3(),isAcyclic:p3(),postorder:g3(),preorder:b3(),prim:A3(),tarjan:Vd(),topsort:Hd()}});var N3=g((Vue,C3)=>{var R3=W8();C3.exports={Graph:R3.Graph,json:K8(),alg:x3(),version:R3.version}});var bt=g((Hue,O3)=>{var ll;if(typeof tt=="function")try{ll=N3()}catch{}ll||(ll=window.graphlib);O3.exports=ll});var I3=g((Wue,w3)=>{var EG=cd(),bG=1,yG=4;function _G(e){return EG(e,bG|yG)}w3.exports=_G});var Fa=g((Yue,S3)=>{var AG=rn(),TG=qt(),xG=Ra(),RG=ct();function CG(e,t,r){if(!RG(r))return!1;var n=typeof t;return(n=="number"?TG(r)&&xG(t,r.length):n=="string"&&t in r)?AG(r[t],e):!1}S3.exports=CG});var k3=g((Kue,D3)=>{var NG=Ma(),OG=rn(),wG=Fa(),IG=Tr(),L3=Object.prototype,SG=L3.hasOwnProperty,LG=NG(function(e,t){e=Object(e);var r=-1,n=t.length,i=n>2?t[2]:void 0;for(i&&wG(t[0],t[1],i)&&(n=1);++r<n;)for(var a=t[r],s=IG(a),o=-1,l=s.length;++o<l;){var u=s[o],d=e[u];(d===void 0||OG(d,L3[u])&&!SG.call(e,u))&&(e[u]=a[u])}return e});D3.exports=LG});var M3=g((Xue,B3)=>{var DG=jt(),kG=qt(),BG=Qt();function MG(e){return function(t,r,n){var i=Object(t);if(!kG(t)){var a=DG(r,3);t=BG(t),r=function(o){return a(i[o],o,i)}}var s=e(t,r,n);return s>-1?i[a?t[s]:s]:void 0}}B3.exports=MG});var $3=g((Jue,P3)=>{var PG=/\s/;function $G(e){for(var t=e.length;t--&&PG.test(e.charAt(t)););return t}P3.exports=$G});var U3=g((Zue,F3)=>{var FG=$3(),UG=/^\s+/;function qG(e){return e&&e.slice(0,FG(e)+1).replace(UG,"")}F3.exports=qG});var V3=g((Que,z3)=>{var jG=U3(),q3=ct(),zG=un(),j3=0/0,VG=/^[-+]0x[0-9a-f]+$/i,HG=/^0b[01]+$/i,GG=/^0o[0-7]+$/i,WG=parseInt;function YG(e){if(typeof e=="number")return e;if(zG(e))return j3;if(q3(e)){var t=typeof e.valueOf=="function"?e.valueOf():e;e=q3(t)?t+"":t}if(typeof e!="string")return e===0?e:+e;e=jG(e);var r=HG.test(e);return r||GG.test(e)?WG(e.slice(2),r?2:8):VG.test(e)?j3:+e}z3.exports=YG});var Wd=g((ece,G3)=>{var KG=V3(),H3=1/0,XG=17976931348623157e292;function JG(e){if(!e)return e===0?e:0;if(e=KG(e),e===H3||e===-H3){var t=e<0?-1:1;return t*XG}return e===e?e:0}G3.exports=JG});var Y3=g((tce,W3)=>{var ZG=Wd();function QG(e){var t=ZG(e),r=t%1;return t===t?r?t-r:t:0}W3.exports=QG});var X3=g((rce,K3)=>{var eW=Pd(),tW=jt(),rW=Y3(),nW=Math.max;function iW(e,t,r){var n=e==null?0:e.length;if(!n)return-1;var i=r==null?0:rW(r);return i<0&&(i=nW(n+i,0)),eW(e,tW(t,3),i)}K3.exports=iW});var Z3=g((nce,J3)=>{var aW=M3(),sW=X3(),oW=aW(sW);J3.exports=oW});var Yd=g((ice,Q3)=>{var lW=rl();function uW(e){var t=e==null?0:e.length;return t?lW(e,1):[]}Q3.exports=uW});var tA=g((ace,eA)=>{var cW=Xo(),dW=dd(),fW=Tr();function pW(e,t){return e==null?e:cW(e,dW(t),fW)}eA.exports=pW});var nA=g((sce,rA)=>{function hW(e){var t=e==null?0:e.length;return t?e[t-1]:void 0}rA.exports=hW});var aA=g((oce,iA)=>{var mW=Aa(),vW=Jo(),gW=jt();function EW(e,t){var r={};return t=gW(t,3),vW(e,function(n,i,a){mW(r,i,t(n,i,a))}),r}iA.exports=EW});var ul=g((lce,sA)=>{var bW=un();function yW(e,t,r){for(var n=-1,i=e.length;++n<i;){var a=e[n],s=t(a);if(s!=null&&(o===void 0?s===s&&!bW(s):r(s,o)))var o=s,l=a}return l}sA.exports=yW});var lA=g((uce,oA)=>{function _W(e,t){return e>t}oA.exports=_W});var cA=g((cce,uA)=>{var AW=ul(),TW=lA(),xW=xr();function RW(e){return e&&e.length?AW(e,xW,TW):void 0}uA.exports=RW});var Kd=g((dce,dA)=>{var CW=Aa(),NW=rn();function OW(e,t,r){(r!==void 0&&!NW(e[t],r)||r===void 0&&!(t in e))&&CW(e,t,r)}dA.exports=OW});var hA=g((fce,pA)=>{var wW=_r(),IW=Sa(),SW=Ct(),LW="[object Object]",DW=Function.prototype,kW=Object.prototype,fA=DW.toString,BW=kW.hasOwnProperty,MW=fA.call(Object);function PW(e){if(!SW(e)||wW(e)!=LW)return!1;var t=IW(e);if(t===null)return!0;var r=BW.call(t,"constructor")&&t.constructor;return typeof r=="function"&&r instanceof r&&fA.call(r)==MW}pA.exports=PW});var Xd=g((pce,mA)=>{function $W(e,t){if(!(t==="constructor"&&typeof e[t]=="function")&&t!="__proto__")return e[t]}mA.exports=$W});var gA=g((hce,vA)=>{var FW=ei(),UW=Tr();function qW(e){return FW(e,UW(e))}vA.exports=qW});var TA=g((mce,AA)=>{var EA=Kd(),jW=Wc(),zW=od(),VW=Yc(),HW=ud(),bA=ti(),yA=Le(),GW=Fd(),WW=an(),YW=Xn(),KW=ct(),XW=hA(),JW=ii(),_A=Xd(),ZW=gA();function QW(e,t,r,n,i,a,s){var o=_A(e,r),l=_A(t,r),u=s.get(l);if(u){EA(e,r,u);return}var d=a?a(o,l,r+"",e,t,s):void 0,h=d===void 0;if(h){var E=yA(l),y=!E&&WW(l),T=!E&&!y&&JW(l);d=l,E||y||T?yA(o)?d=o:GW(o)?d=VW(o):y?(h=!1,d=jW(l,!0)):T?(h=!1,d=zW(l,!0)):d=[]:XW(l)||bA(l)?(d=o,bA(o)?d=ZW(o):(!KW(o)||YW(o))&&(d=HW(l))):h=!1}h&&(s.set(l,d),i(d,l,n,a,s),s.delete(l)),EA(e,r,d)}AA.exports=QW});var CA=g((vce,RA)=>{var eY=_a(),tY=Kd(),rY=Xo(),nY=TA(),iY=ct(),aY=Tr(),sY=Xd();function xA(e,t,r,n,i){e!==t&&rY(t,function(a,s){if(i||(i=new eY),iY(a))nY(e,t,s,r,xA,n,i);else{var o=n?n(sY(e,s),a,s+"",e,t,i):void 0;o===void 0&&(o=a),tY(e,s,o)}},aY)}RA.exports=xA});var OA=g((gce,NA)=>{var oY=Ma(),lY=Fa();function uY(e){return oY(function(t,r){var n=-1,i=r.length,a=i>1?r[i-1]:void 0,s=i>2?r[2]:void 0;for(a=e.length>3&&typeof a=="function"?(i--,a):void 0,s&&lY(r[0],r[1],s)&&(a=i<3?void 0:a,i=1),t=Object(t);++n<i;){var o=r[n];o&&e(t,o,n,a)}return t})}NA.exports=uY});var IA=g((Ece,wA)=>{var cY=CA(),dY=OA(),fY=dY(function(e,t,r){cY(e,t,r)});wA.exports=fY});var Jd=g((bce,SA)=>{function pY(e,t){return e<t}SA.exports=pY});var DA=g((yce,LA)=>{var hY=ul(),mY=Jd(),vY=xr();function gY(e){return e&&e.length?hY(e,vY,mY):void 0}LA.exports=gY});var BA=g((_ce,kA)=>{var EY=ul(),bY=jt(),yY=Jd();function _Y(e,t){return e&&e.length?EY(e,bY(t,2),yY):void 0}kA.exports=_Y});var PA=g((Ace,MA)=>{var AY=gt(),TY=function(){return AY.Date.now()};MA.exports=TY});var UA=g((Tce,FA)=>{var xY=Ta(),RY=ka(),CY=Ra(),$A=ct(),NY=oi();function OY(e,t,r,n){if(!$A(e))return e;t=RY(t,e);for(var i=-1,a=t.length,s=a-1,o=e;o!=null&&++i<a;){var l=NY(t[i]),u=r;if(l==="__proto__"||l==="constructor"||l==="prototype")return e;if(i!=s){var d=o[l];u=n?n(d,l,o):void 0,u===void 0&&(u=$A(d)?d:CY(t[i+1])?[]:{})}xY(o,l,u),o=o[l]}return e}FA.exports=OY});var jA=g((xce,qA)=>{var wY=Ba(),IY=UA(),SY=ka();function LY(e,t,r){for(var n=-1,i=t.length,a={};++n<i;){var s=t[n],o=wY(e,s);r(o,s)&&IY(a,SY(s,e),o)}return a}qA.exports=LY});var VA=g((Rce,zA)=>{var DY=jA(),kY=Rd();function BY(e,t){return DY(e,t,function(r,n){return kY(e,n)})}zA.exports=BY});var GA=g((Cce,HA)=>{var MY=Yd(),PY=Bd(),$Y=Md();function FY(e){return $Y(PY(e,void 0,MY),e+"")}HA.exports=FY});var YA=g((Nce,WA)=>{var UY=VA(),qY=GA(),jY=qY(function(e,t){return e==null?{}:UY(e,t)});WA.exports=jY});var XA=g((Oce,KA)=>{var zY=Math.ceil,VY=Math.max;function HY(e,t,r,n){for(var i=-1,a=VY(zY((t-e)/(r||1)),0),s=Array(a);a--;)s[n?a:++i]=e,e+=r;return s}KA.exports=HY});var ZA=g((wce,JA)=>{var GY=XA(),WY=Fa(),Zd=Wd();function YY(e){return function(t,r,n){return n&&typeof n!="number"&&WY(t,r,n)&&(r=n=void 0),t=Zd(t),r===void 0?(r=t,t=0):r=Zd(r),n=n===void 0?t<r?1:-1:Zd(n),GY(t,r,n,e)}}JA.exports=YY});var e5=g((Ice,QA)=>{var KY=ZA(),XY=KY();QA.exports=XY});var r5=g((Sce,t5)=>{function JY(e,t){var r=e.length;for(e.sort(t);r--;)e[r]=e[r].value;return e}t5.exports=JY});var a5=g((Lce,i5)=>{var n5=un();function ZY(e,t){if(e!==t){var r=e!==void 0,n=e===null,i=e===e,a=n5(e),s=t!==void 0,o=t===null,l=t===t,u=n5(t);if(!o&&!u&&!a&&e>t||a&&s&&l&&!o&&!u||n&&s&&l||!r&&l||!i)return 1;if(!n&&!a&&!u&&e<t||u&&r&&i&&!n&&!a||o&&r&&i||!s&&i||!l)return-1}return 0}i5.exports=ZY});var o5=g((Dce,s5)=>{var QY=a5();function eK(e,t,r){for(var n=-1,i=e.criteria,a=t.criteria,s=i.length,o=r.length;++n<s;){var l=QY(i[n],a[n]);if(l){if(n>=o)return l;var u=r[n];return l*(u=="desc"?-1:1)}}return e.index-t.index}s5.exports=eK});var u5=g((kce,l5)=>{var Qd=Da(),tK=Ba(),rK=jt(),nK=Id(),iK=r5(),aK=Ca(),sK=o5(),oK=xr(),lK=Le();function uK(e,t,r){t.length?t=Qd(t,function(a){return lK(a)?function(s){return tK(s,a.length===1?a[0]:a)}:a}):t=[oK];var n=-1;t=Qd(t,aK(rK));var i=nK(e,function(a,s,o){var l=Qd(t,function(u){return u(a)});return{criteria:l,index:++n,value:a}});return iK(i,function(a,s){return sK(a,s,r)})}l5.exports=uK});var f5=g((Bce,d5)=>{var cK=rl(),dK=u5(),fK=Ma(),c5=Fa(),pK=fK(function(e,t){if(e==null)return[];var r=t.length;return r>1&&c5(e,t[0],t[1])?t=[]:r>2&&c5(t[0],t[1],t[2])&&(t=[t[0]]),dK(e,cK(t,1),[])});d5.exports=pK});var h5=g((Mce,p5)=>{var hK=Td(),mK=0;function vK(e){var t=++mK;return hK(e)+t}p5.exports=vK});var v5=g((Pce,m5)=>{function gK(e,t,r){for(var n=-1,i=e.length,a=t.length,s={};++n<i;){var o=n<a?t[n]:void 0;r(s,e[n],o)}return s}m5.exports=gK});var E5=g(($ce,g5)=>{var EK=Ta(),bK=v5();function yK(e,t){return bK(e||[],t||[],EK)}g5.exports=yK});var Ce=g((Fce,b5)=>{var cl;if(typeof tt=="function")try{cl={cloneDeep:I3(),constant:Ko(),defaults:k3(),each:pd(),filter:Nd(),find:Z3(),flatten:Yd(),forEach:fd(),forIn:tA(),has:Od(),isUndefined:wd(),last:nA(),map:Sd(),mapValues:aA(),max:cA(),merge:IA(),min:DA(),minBy:BA(),now:PA(),pick:YA(),range:e5(),reduce:Ld(),sortBy:f5(),uniqueId:h5(),values:Ud(),zipObject:E5()}}catch{}cl||(cl=window._);b5.exports=cl});var A5=g((qce,_5)=>{_5.exports=dl;function dl(){var e={};e._next=e._prev=e,this._sentinel=e}dl.prototype.dequeue=function(){var e=this._sentinel,t=e._prev;if(t!==e)return y5(t),t};dl.prototype.enqueue=function(e){var t=this._sentinel;e._prev&&e._next&&y5(e),e._next=t._next,t._next._prev=e,t._next=e,e._prev=t};dl.prototype.toString=function(){for(var e=[],t=this._sentinel,r=t._prev;r!==t;)e.push(JSON.stringify(r,_K)),r=r._prev;return"["+e.join(", ")+"]"};function y5(e){e._prev._next=e._next,e._next._prev=e._prev,delete e._next,delete e._prev}function _K(e,t){if(e!=="_next"&&e!=="_prev")return t}});var x5=g((jce,T5)=>{var er=Ce(),AK=bt().Graph,TK=A5();T5.exports=RK;var xK=er.constant(1);function RK(e,t){if(e.nodeCount()<=1)return[];var r=NK(e,t||xK),n=CK(r.graph,r.buckets,r.zeroIdx);return er.flatten(er.map(n,function(i){return e.outEdges(i.v,i.w)}),!0)}function CK(e,t,r){for(var n=[],i=t[t.length-1],a=t[0],s;e.nodeCount();){for(;s=a.dequeue();)ef(e,t,r,s);for(;s=i.dequeue();)ef(e,t,r,s);if(e.nodeCount()){for(var o=t.length-2;o>0;--o)if(s=t[o].dequeue(),s){n=n.concat(ef(e,t,r,s,!0));break}}}return n}function ef(e,t,r,n,i){var a=i?[]:void 0;return er.forEach(e.inEdges(n.v),function(s){var o=e.edge(s),l=e.node(s.v);i&&a.push({v:s.v,w:s.w}),l.out-=o,tf(t,r,l)}),er.forEach(e.outEdges(n.v),function(s){var o=e.edge(s),l=s.w,u=e.node(l);u.in-=o,tf(t,r,u)}),e.removeNode(n.v),a}function NK(e,t){var r=new AK,n=0,i=0;er.forEach(e.nodes(),function(o){r.setNode(o,{v:o,in:0,out:0})}),er.forEach(e.edges(),function(o){var l=r.edge(o.v,o.w)||0,u=t(o),d=l+u;r.setEdge(o.v,o.w,d),i=Math.max(i,r.node(o.v).out+=u),n=Math.max(n,r.node(o.w).in+=u)});var a=er.range(i+n+3).map(function(){return new TK}),s=n+1;return er.forEach(r.nodes(),function(o){tf(a,s,r.node(o))}),{graph:r,buckets:a,zeroIdx:s}}function tf(e,t,r){r.out?r.in?e[r.out-r.in+t].enqueue(r):e[e.length-1].enqueue(r):e[0].enqueue(r)}});var C5=g((zce,R5)=>{"use strict";var dn=Ce(),OK=x5();R5.exports={run:wK,undo:SK};function wK(e){var t=e.graph().acyclicer==="greedy"?OK(e,r(e)):IK(e);dn.forEach(t,function(n){var i=e.edge(n);e.removeEdge(n),i.forwardName=n.name,i.reversed=!0,e.setEdge(n.w,n.v,i,dn.uniqueId("rev"))});function r(n){return function(i){return n.edge(i).weight}}}function IK(e){var t=[],r={},n={};function i(a){dn.has(n,a)||(n[a]=!0,r[a]=!0,dn.forEach(e.outEdges(a),function(s){dn.has(r,s.w)?t.push(s):i(s.w)}),delete r[a])}return dn.forEach(e.nodes(),i),t}function SK(e){dn.forEach(e.edges(),function(t){var r=e.edge(t);if(r.reversed){e.removeEdge(t);var n=r.forwardName;delete r.reversed,delete r.forwardName,e.setEdge(t.w,t.v,r,n)}})}});var Je=g((Vce,I5)=>{"use strict";var pe=Ce(),N5=bt().Graph;I5.exports={addDummyNode:O5,simplify:LK,asNonCompoundGraph:DK,successorWeights:kK,predecessorWeights:BK,intersectRect:MK,buildLayerMatrix:PK,normalizeRanks:$K,removeEmptyRanks:FK,addBorderNode:UK,maxRank:w5,partition:qK,time:jK,notime:zK};function O5(e,t,r,n){var i;do i=pe.uniqueId(n);while(e.hasNode(i));return r.dummy=t,e.setNode(i,r),i}function LK(e){var t=new N5().setGraph(e.graph());return pe.forEach(e.nodes(),function(r){t.setNode(r,e.node(r))}),pe.forEach(e.edges(),function(r){var n=t.edge(r.v,r.w)||{weight:0,minlen:1},i=e.edge(r);t.setEdge(r.v,r.w,{weight:n.weight+i.weight,minlen:Math.max(n.minlen,i.minlen)})}),t}function DK(e){var t=new N5({multigraph:e.isMultigraph()}).setGraph(e.graph());return pe.forEach(e.nodes(),function(r){e.children(r).length||t.setNode(r,e.node(r))}),pe.forEach(e.edges(),function(r){t.setEdge(r,e.edge(r))}),t}function kK(e){var t=pe.map(e.nodes(),function(r){var n={};return pe.forEach(e.outEdges(r),function(i){n[i.w]=(n[i.w]||0)+e.edge(i).weight}),n});return pe.zipObject(e.nodes(),t)}function BK(e){var t=pe.map(e.nodes(),function(r){var n={};return pe.forEach(e.inEdges(r),function(i){n[i.v]=(n[i.v]||0)+e.edge(i).weight}),n});return pe.zipObject(e.nodes(),t)}function MK(e,t){var r=e.x,n=e.y,i=t.x-r,a=t.y-n,s=e.width/2,o=e.height/2;if(!i&&!a)throw new Error("Not possible to find intersection inside of the rectangle");var l,u;return Math.abs(a)*s>Math.abs(i)*o?(a<0&&(o=-o),l=o*i/a,u=o):(i<0&&(s=-s),l=s,u=s*a/i),{x:r+l,y:n+u}}function PK(e){var t=pe.map(pe.range(w5(e)+1),function(){return[]});return pe.forEach(e.nodes(),function(r){var n=e.node(r),i=n.rank;pe.isUndefined(i)||(t[i][n.order]=r)}),t}function $K(e){var t=pe.min(pe.map(e.nodes(),function(r){return e.node(r).rank}));pe.forEach(e.nodes(),function(r){var n=e.node(r);pe.has(n,"rank")&&(n.rank-=t)})}function FK(e){var t=pe.min(pe.map(e.nodes(),function(a){return e.node(a).rank})),r=[];pe.forEach(e.nodes(),function(a){var s=e.node(a).rank-t;r[s]||(r[s]=[]),r[s].push(a)});var n=0,i=e.graph().nodeRankFactor;pe.forEach(r,function(a,s){pe.isUndefined(a)&&s%i!==0?--n:n&&pe.forEach(a,function(o){e.node(o).rank+=n})})}function UK(e,t,r,n){var i={width:0,height:0};return arguments.length>=4&&(i.rank=r,i.order=n),O5(e,"border",i,t)}function w5(e){return pe.max(pe.map(e.nodes(),function(t){var r=e.node(t).rank;if(!pe.isUndefined(r))return r}))}function qK(e,t){var r={lhs:[],rhs:[]};return pe.forEach(e,function(n){t(n)?r.lhs.push(n):r.rhs.push(n)}),r}function jK(e,t){var r=pe.now();try{return t()}finally{console.log(e+" time: "+(pe.now()-r)+"ms")}}function zK(e,t){return t()}});var D5=g((Hce,L5)=>{"use strict";var S5=Ce(),VK=Je();L5.exports={run:HK,undo:WK};function HK(e){e.graph().dummyChains=[],S5.forEach(e.edges(),function(t){GK(e,t)})}function GK(e,t){var r=t.v,n=e.node(r).rank,i=t.w,a=e.node(i).rank,s=t.name,o=e.edge(t),l=o.labelRank;if(a!==n+1){e.removeEdge(t);var u,d,h;for(h=0,++n;n<a;++h,++n)o.points=[],d={width:0,height:0,edgeLabel:o,edgeObj:t,rank:n},u=VK.addDummyNode(e,"edge",d,"_d"),n===l&&(d.width=o.width,d.height=o.height,d.dummy="edge-label",d.labelpos=o.labelpos),e.setEdge(r,u,{weight:o.weight},s),h===0&&e.graph().dummyChains.push(u),r=u;e.setEdge(r,i,{weight:o.weight},s)}}function WK(e){S5.forEach(e.graph().dummyChains,function(t){var r=e.node(t),n=r.edgeLabel,i;for(e.setEdge(r.edgeObj,n);r.dummy;)i=e.successors(t)[0],e.removeNode(t),n.points.push({x:r.x,y:r.y}),r.dummy==="edge-label"&&(n.x=r.x,n.y=r.y,n.width=r.width,n.height=r.height),t=i,r=e.node(t)})}});var Ua=g((Gce,k5)=>{"use strict";var fl=Ce();k5.exports={longestPath:YK,slack:KK};function YK(e){var t={};function r(n){var i=e.node(n);if(fl.has(t,n))return i.rank;t[n]=!0;var a=fl.min(fl.map(e.outEdges(n),function(s){return r(s.w)-e.edge(s).minlen}));return(a===Number.POSITIVE_INFINITY||a===void 0||a===null)&&(a=0),i.rank=a}fl.forEach(e.sources(),r)}function KK(e,t){return e.node(t.w).rank-e.node(t.v).rank-e.edge(t).minlen}});var rf=g((Wce,B5)=>{"use strict";var pl=Ce(),XK=bt().Graph,hl=Ua().slack;B5.exports=JK;function JK(e){var t=new XK({directed:!1}),r=e.nodes()[0],n=e.nodeCount();t.setNode(r,{});for(var i,a;ZK(t,e)<n;)i=QK(t,e),a=t.hasNode(i.v)?hl(e,i):-hl(e,i),eX(t,e,a);return t}function ZK(e,t){function r(n){pl.forEach(t.nodeEdges(n),function(i){var a=i.v,s=n===a?i.w:a;!e.hasNode(s)&&!hl(t,i)&&(e.setNode(s,{}),e.setEdge(n,s,{}),r(s))})}return pl.forEach(e.nodes(),r),e.nodeCount()}function QK(e,t){return pl.minBy(t.edges(),function(r){if(e.hasNode(r.v)!==e.hasNode(r.w))return hl(t,r)})}function eX(e,t,r){pl.forEach(e.nodes(),function(n){t.node(n).rank+=r})}});var z5=g((Yce,j5)=>{"use strict";var tr=Ce(),tX=rf(),rX=Ua().slack,nX=Ua().longestPath,iX=bt().alg.preorder,aX=bt().alg.postorder,sX=Je().simplify;j5.exports=fn;fn.initLowLimValues=af;fn.initCutValues=nf;fn.calcCutValue=P5;fn.leaveEdge=F5;fn.enterEdge=U5;fn.exchangeEdges=q5;function fn(e){e=sX(e),nX(e);var t=tX(e);af(t),nf(t,e);for(var r,n;r=F5(t);)n=U5(t,e,r),q5(t,e,r,n)}function nf(e,t){var r=aX(e,e.nodes());r=r.slice(0,r.length-1),tr.forEach(r,function(n){oX(e,t,n)})}function oX(e,t,r){var n=e.node(r),i=n.parent;e.edge(r,i).cutvalue=P5(e,t,r)}function P5(e,t,r){var n=e.node(r),i=n.parent,a=!0,s=t.edge(r,i),o=0;return s||(a=!1,s=t.edge(i,r)),o=s.weight,tr.forEach(t.nodeEdges(r),function(l){var u=l.v===r,d=u?l.w:l.v;if(d!==i){var h=u===a,E=t.edge(l).weight;if(o+=h?E:-E,uX(e,r,d)){var y=e.edge(r,d).cutvalue;o+=h?-y:y}}}),o}function af(e,t){arguments.length<2&&(t=e.nodes()[0]),$5(e,{},1,t)}function $5(e,t,r,n,i){var a=r,s=e.node(n);return t[n]=!0,tr.forEach(e.neighbors(n),function(o){tr.has(t,o)||(r=$5(e,t,r,o,n))}),s.low=a,s.lim=r++,i?s.parent=i:delete s.parent,r}function F5(e){return tr.find(e.edges(),function(t){return e.edge(t).cutvalue<0})}function U5(e,t,r){var n=r.v,i=r.w;t.hasEdge(n,i)||(n=r.w,i=r.v);var a=e.node(n),s=e.node(i),o=a,l=!1;a.lim>s.lim&&(o=s,l=!0);var u=tr.filter(t.edges(),function(d){return l===M5(e,e.node(d.v),o)&&l!==M5(e,e.node(d.w),o)});return tr.minBy(u,function(d){return rX(t,d)})}function q5(e,t,r,n){var i=r.v,a=r.w;e.removeEdge(i,a),e.setEdge(n.v,n.w,{}),af(e),nf(e,t),lX(e,t)}function lX(e,t){var r=tr.find(e.nodes(),function(i){return!t.node(i).parent}),n=iX(e,r);n=n.slice(1),tr.forEach(n,function(i){var a=e.node(i).parent,s=t.edge(i,a),o=!1;s||(s=t.edge(a,i),o=!0),t.node(i).rank=t.node(a).rank+(o?s.minlen:-s.minlen)})}function uX(e,t,r){return e.hasEdge(t,r)}function M5(e,t,r){return r.low<=t.lim&&t.lim<=r.lim}});var W5=g((Kce,G5)=>{"use strict";var cX=Ua(),H5=cX.longestPath,dX=rf(),fX=z5();G5.exports=pX;function pX(e){switch(e.graph().ranker){case"network-simplex":V5(e);break;case"tight-tree":mX(e);break;case"longest-path":hX(e);break;default:V5(e)}}var hX=H5;function mX(e){H5(e),dX(e)}function V5(e){fX(e)}});var K5=g((Xce,Y5)=>{var sf=Ce();Y5.exports=vX;function vX(e){var t=EX(e);sf.forEach(e.graph().dummyChains,function(r){for(var n=e.node(r),i=n.edgeObj,a=gX(e,t,i.v,i.w),s=a.path,o=a.lca,l=0,u=s[l],d=!0;r!==i.w;){if(n=e.node(r),d){for(;(u=s[l])!==o&&e.node(u).maxRank<n.rank;)l++;u===o&&(d=!1)}if(!d){for(;l<s.length-1&&e.node(u=s[l+1]).minRank<=n.rank;)l++;u=s[l]}e.setParent(r,u),r=e.successors(r)[0]}})}function gX(e,t,r,n){var i=[],a=[],s=Math.min(t[r].low,t[n].low),o=Math.max(t[r].lim,t[n].lim),l,u;l=r;do l=e.parent(l),i.push(l);while(l&&(t[l].low>s||o>t[l].lim));for(u=l,l=n;(l=e.parent(l))!==u;)a.push(l);return{path:i.concat(a.reverse()),lca:u}}function EX(e){var t={},r=0;function n(i){var a=r;sf.forEach(e.children(i),n),t[i]={low:a,lim:r++}}return sf.forEach(e.children(),n),t}});var Z5=g((Jce,J5)=>{var rr=Ce(),of=Je();J5.exports={run:bX,cleanup:AX};function bX(e){var t=of.addDummyNode(e,"root",{},"_root"),r=yX(e),n=rr.max(rr.values(r))-1,i=2*n+1;e.graph().nestingRoot=t,rr.forEach(e.edges(),function(s){e.edge(s).minlen*=i});var a=_X(e)+1;rr.forEach(e.children(),function(s){X5(e,t,i,a,n,r,s)}),e.graph().nodeRankFactor=i}function X5(e,t,r,n,i,a,s){var o=e.children(s);if(!o.length){s!==t&&e.setEdge(t,s,{weight:0,minlen:r});return}var l=of.addBorderNode(e,"_bt"),u=of.addBorderNode(e,"_bb"),d=e.node(s);e.setParent(l,s),d.borderTop=l,e.setParent(u,s),d.borderBottom=u,rr.forEach(o,function(h){X5(e,t,r,n,i,a,h);var E=e.node(h),y=E.borderTop?E.borderTop:h,T=E.borderBottom?E.borderBottom:h,_=E.borderTop?n:2*n,I=y!==T?1:i-a[s]+1;e.setEdge(l,y,{weight:_,minlen:I,nestingEdge:!0}),e.setEdge(T,u,{weight:_,minlen:I,nestingEdge:!0})}),e.parent(s)||e.setEdge(t,l,{weight:0,minlen:i+a[s]})}function yX(e){var t={};function r(n,i){var a=e.children(n);a&&a.length&&rr.forEach(a,function(s){r(s,i+1)}),t[n]=i}return rr.forEach(e.children(),function(n){r(n,1)}),t}function _X(e){return rr.reduce(e.edges(),function(t,r){return t+e.edge(r).weight},0)}function AX(e){var t=e.graph();e.removeNode(t.nestingRoot),delete t.nestingRoot,rr.forEach(e.edges(),function(r){var n=e.edge(r);n.nestingEdge&&e.removeEdge(r)})}});var t6=g((Zce,e6)=>{var lf=Ce(),TX=Je();e6.exports=xX;function xX(e){function t(r){var n=e.children(r),i=e.node(r);if(n.length&&lf.forEach(n,t),lf.has(i,"minRank")){i.borderLeft=[],i.borderRight=[];for(var a=i.minRank,s=i.maxRank+1;a<s;++a)Q5(e,"borderLeft","_bl",r,i,a),Q5(e,"borderRight","_br",r,i,a)}}lf.forEach(e.children(),t)}function Q5(e,t,r,n,i,a){var s={width:0,height:0,rank:a,borderType:t},o=i[t][a-1],l=TX.addDummyNode(e,"border",s,r);i[t][a]=l,e.setParent(l,n),o&&e.setEdge(o,l,{weight:1})}});var a6=g((Qce,i6)=>{"use strict";var Vt=Ce();i6.exports={adjust:RX,undo:CX};function RX(e){var t=e.graph().rankdir.toLowerCase();(t==="lr"||t==="rl")&&n6(e)}function CX(e){var t=e.graph().rankdir.toLowerCase();(t==="bt"||t==="rl")&&NX(e),(t==="lr"||t==="rl")&&(OX(e),n6(e))}function n6(e){Vt.forEach(e.nodes(),function(t){r6(e.node(t))}),Vt.forEach(e.edges(),function(t){r6(e.edge(t))})}function r6(e){var t=e.width;e.width=e.height,e.height=t}function NX(e){Vt.forEach(e.nodes(),function(t){uf(e.node(t))}),Vt.forEach(e.edges(),function(t){var r=e.edge(t);Vt.forEach(r.points,uf),Vt.has(r,"y")&&uf(r)})}function uf(e){e.y=-e.y}function OX(e){Vt.forEach(e.nodes(),function(t){cf(e.node(t))}),Vt.forEach(e.edges(),function(t){var r=e.edge(t);Vt.forEach(r.points,cf),Vt.has(r,"x")&&cf(r)})}function cf(e){var t=e.x;e.x=e.y,e.y=t}});var o6=g((ede,s6)=>{"use strict";var nr=Ce();s6.exports=wX;function wX(e){var t={},r=nr.filter(e.nodes(),function(o){return!e.children(o).length}),n=nr.max(nr.map(r,function(o){return e.node(o).rank})),i=nr.map(nr.range(n+1),function(){return[]});function a(o){if(!nr.has(t,o)){t[o]=!0;var l=e.node(o);i[l.rank].push(o),nr.forEach(e.successors(o),a)}}var s=nr.sortBy(r,function(o){return e.node(o).rank});return nr.forEach(s,a),i}});var u6=g((tde,l6)=>{"use strict";var Rr=Ce();l6.exports=IX;function IX(e,t){for(var r=0,n=1;n<t.length;++n)r+=SX(e,t[n-1],t[n]);return r}function SX(e,t,r){for(var n=Rr.zipObject(r,Rr.map(r,function(u,d){return d})),i=Rr.flatten(Rr.map(t,function(u){return Rr.sortBy(Rr.map(e.outEdges(u),function(d){return{pos:n[d.w],weight:e.edge(d).weight}}),"pos")}),!0),a=1;a<r.length;)a<<=1;var s=2*a-1;a-=1;var o=Rr.map(new Array(s),function(){return 0}),l=0;return Rr.forEach(i.forEach(function(u){var d=u.pos+a;o[d]+=u.weight;for(var h=0;d>0;)d%2&&(h+=o[d+1]),d=d-1>>1,o[d]+=u.weight;l+=u.weight*h})),l}});var f6=g((rde,d6)=>{var c6=Ce();d6.exports=LX;function LX(e,t){return c6.map(t,function(r){var n=e.inEdges(r);if(n.length){var i=c6.reduce(n,function(a,s){var o=e.edge(s),l=e.node(s.v);return{sum:a.sum+o.weight*l.order,weight:a.weight+o.weight}},{sum:0,weight:0});return{v:r,barycenter:i.sum/i.weight,weight:i.weight}}else return{v:r}})}});var h6=g((nde,p6)=>{"use strict";var ft=Ce();p6.exports=DX;function DX(e,t){var r={};ft.forEach(e,function(i,a){var s=r[i.v]={indegree:0,in:[],out:[],vs:[i.v],i:a};ft.isUndefined(i.barycenter)||(s.barycenter=i.barycenter,s.weight=i.weight)}),ft.forEach(t.edges(),function(i){var a=r[i.v],s=r[i.w];!ft.isUndefined(a)&&!ft.isUndefined(s)&&(s.indegree++,a.out.push(r[i.w]))});var n=ft.filter(r,function(i){return!i.indegree});return kX(n)}function kX(e){var t=[];function r(a){return function(s){s.merged||(ft.isUndefined(s.barycenter)||ft.isUndefined(a.barycenter)||s.barycenter>=a.barycenter)&&BX(a,s)}}function n(a){return function(s){s.in.push(a),--s.indegree===0&&e.push(s)}}for(;e.length;){var i=e.pop();t.push(i),ft.forEach(i.in.reverse(),r(i)),ft.forEach(i.out,n(i))}return ft.map(ft.filter(t,function(a){return!a.merged}),function(a){return ft.pick(a,["vs","i","barycenter","weight"])})}function BX(e,t){var r=0,n=0;e.weight&&(r+=e.barycenter*e.weight,n+=e.weight),t.weight&&(r+=t.barycenter*t.weight,n+=t.weight),e.vs=t.vs.concat(e.vs),e.barycenter=r/n,e.weight=n,e.i=Math.min(t.i,e.i),t.merged=!0}});var g6=g((ide,v6)=>{var qa=Ce(),MX=Je();v6.exports=PX;function PX(e,t){var r=MX.partition(e,function(d){return qa.has(d,"barycenter")}),n=r.lhs,i=qa.sortBy(r.rhs,function(d){return-d.i}),a=[],s=0,o=0,l=0;n.sort($X(!!t)),l=m6(a,i,l),qa.forEach(n,function(d){l+=d.vs.length,a.push(d.vs),s+=d.barycenter*d.weight,o+=d.weight,l=m6(a,i,l)});var u={vs:qa.flatten(a,!0)};return o&&(u.barycenter=s/o,u.weight=o),u}function m6(e,t,r){for(var n;t.length&&(n=qa.last(t)).i<=r;)t.pop(),e.push(n.vs),r++;return r}function $X(e){return function(t,r){return t.barycenter<r.barycenter?-1:t.barycenter>r.barycenter?1:e?r.i-t.i:t.i-r.i}}});var y6=g((ade,b6)=>{var Cr=Ce(),FX=f6(),UX=h6(),qX=g6();b6.exports=E6;function E6(e,t,r,n){var i=e.children(t),a=e.node(t),s=a?a.borderLeft:void 0,o=a?a.borderRight:void 0,l={};s&&(i=Cr.filter(i,function(T){return T!==s&&T!==o}));var u=FX(e,i);Cr.forEach(u,function(T){if(e.children(T.v).length){var _=E6(e,T.v,r,n);l[T.v]=_,Cr.has(_,"barycenter")&&zX(T,_)}});var d=UX(u,r);jX(d,l);var h=qX(d,n);if(s&&(h.vs=Cr.flatten([s,h.vs,o],!0),e.predecessors(s).length)){var E=e.node(e.predecessors(s)[0]),y=e.node(e.predecessors(o)[0]);Cr.has(h,"barycenter")||(h.barycenter=0,h.weight=0),h.barycenter=(h.barycenter*h.weight+E.order+y.order)/(h.weight+2),h.weight+=2}return h}function jX(e,t){Cr.forEach(e,function(r){r.vs=Cr.flatten(r.vs.map(function(n){return t[n]?t[n].vs:n}),!0)})}function zX(e,t){Cr.isUndefined(e.barycenter)?(e.barycenter=t.barycenter,e.weight=t.weight):(e.barycenter=(e.barycenter*e.weight+t.barycenter*t.weight)/(e.weight+t.weight),e.weight+=t.weight)}});var A6=g((sde,_6)=>{var ja=Ce(),VX=bt().Graph;_6.exports=HX;function HX(e,t,r){var n=GX(e),i=new VX({compound:!0}).setGraph({root:n}).setDefaultNodeLabel(function(a){return e.node(a)});return ja.forEach(e.nodes(),function(a){var s=e.node(a),o=e.parent(a);(s.rank===t||s.minRank<=t&&t<=s.maxRank)&&(i.setNode(a),i.setParent(a,o||n),ja.forEach(e[r](a),function(l){var u=l.v===a?l.w:l.v,d=i.edge(u,a),h=ja.isUndefined(d)?0:d.weight;i.setEdge(u,a,{weight:e.edge(l).weight+h})}),ja.has(s,"minRank")&&i.setNode(a,{borderLeft:s.borderLeft[t],borderRight:s.borderRight[t]}))}),i}function GX(e){for(var t;e.hasNode(t=ja.uniqueId("_root")););return t}});var x6=g((ode,T6)=>{var WX=Ce();T6.exports=YX;function YX(e,t,r){var n={},i;WX.forEach(r,function(a){for(var s=e.parent(a),o,l;s;){if(o=e.parent(s),o?(l=n[o],n[o]=s):(l=i,i=s),l&&l!==s){t.setEdge(l,s);return}s=o}})}});var w6=g((lde,O6)=>{"use strict";var Nr=Ce(),KX=o6(),XX=u6(),JX=y6(),ZX=A6(),QX=x6(),eJ=bt().Graph,R6=Je();O6.exports=tJ;function tJ(e){var t=R6.maxRank(e),r=C6(e,Nr.range(1,t+1),"inEdges"),n=C6(e,Nr.range(t-1,-1,-1),"outEdges"),i=KX(e);N6(e,i);for(var a=Number.POSITIVE_INFINITY,s,o=0,l=0;l<4;++o,++l){rJ(o%2?r:n,o%4>=2),i=R6.buildLayerMatrix(e);var u=XX(e,i);u<a&&(l=0,s=Nr.cloneDeep(i),a=u)}N6(e,s)}function C6(e,t,r){return Nr.map(t,function(n){return ZX(e,n,r)})}function rJ(e,t){var r=new eJ;Nr.forEach(e,function(n){var i=n.graph().root,a=JX(n,i,r,t);Nr.forEach(a.vs,function(s,o){n.node(s).order=o}),QX(n,r,a.vs)})}function N6(e,t){Nr.forEach(t,function(r){Nr.forEach(r,function(n,i){e.node(n).order=i})})}});var F6=g((ude,$6)=>{"use strict";var ne=Ce(),nJ=bt().Graph,iJ=Je();$6.exports={positionX:oJ,findType1Conflicts:I6,findType2Conflicts:S6,addConflict:df,hasConflict:L6,verticalAlignment:D6,horizontalCompaction:k6,alignCoordinates:M6,findSmallestWidthAlignment:B6,balance:P6};function I6(e,t){var r={};function n(i,a){var s=0,o=0,l=i.length,u=ne.last(a);return ne.forEach(a,function(d,h){var E=aJ(e,d),y=E?e.node(E).order:l;(E||d===u)&&(ne.forEach(a.slice(o,h+1),function(T){ne.forEach(e.predecessors(T),function(_){var I=e.node(_),C=I.order;(C<s||y<C)&&!(I.dummy&&e.node(T).dummy)&&df(r,_,T)})}),o=h+1,s=y)}),a}return ne.reduce(t,n),r}function S6(e,t){var r={};function n(a,s,o,l,u){var d;ne.forEach(ne.range(s,o),function(h){d=a[h],e.node(d).dummy&&ne.forEach(e.predecessors(d),function(E){var y=e.node(E);y.dummy&&(y.order<l||y.order>u)&&df(r,E,d)})})}function i(a,s){var o=-1,l,u=0;return ne.forEach(s,function(d,h){if(e.node(d).dummy==="border"){var E=e.predecessors(d);E.length&&(l=e.node(E[0]).order,n(s,u,h,o,l),u=h,o=l)}n(s,u,s.length,l,a.length)}),s}return ne.reduce(t,i),r}function aJ(e,t){if(e.node(t).dummy)return ne.find(e.predecessors(t),function(r){return e.node(r).dummy})}function df(e,t,r){if(t>r){var n=t;t=r,r=n}var i=e[t];i||(e[t]=i={}),i[r]=!0}function L6(e,t,r){if(t>r){var n=t;t=r,r=n}return ne.has(e[t],r)}function D6(e,t,r,n){var i={},a={},s={};return ne.forEach(t,function(o){ne.forEach(o,function(l,u){i[l]=l,a[l]=l,s[l]=u})}),ne.forEach(t,function(o){var l=-1;ne.forEach(o,function(u){var d=n(u);if(d.length){d=ne.sortBy(d,function(_){return s[_]});for(var h=(d.length-1)/2,E=Math.floor(h),y=Math.ceil(h);E<=y;++E){var T=d[E];a[u]===u&&l<s[T]&&!L6(r,u,T)&&(a[T]=u,a[u]=i[u]=i[T],l=s[T])}}})}),{root:i,align:a}}function k6(e,t,r,n,i){var a={},s=sJ(e,t,r,i),o=i?"borderLeft":"borderRight";function l(h,E){for(var y=s.nodes(),T=y.pop(),_={};T;)_[T]?h(T):(_[T]=!0,y.push(T),y=y.concat(E(T))),T=y.pop()}function u(h){a[h]=s.inEdges(h).reduce(function(E,y){return Math.max(E,a[y.v]+s.edge(y))},0)}function d(h){var E=s.outEdges(h).reduce(function(T,_){return Math.min(T,a[_.w]-s.edge(_))},Number.POSITIVE_INFINITY),y=e.node(h);E!==Number.POSITIVE_INFINITY&&y.borderType!==o&&(a[h]=Math.max(a[h],E))}return l(u,s.predecessors.bind(s)),l(d,s.successors.bind(s)),ne.forEach(n,function(h){a[h]=a[r[h]]}),a}function sJ(e,t,r,n){var i=new nJ,a=e.graph(),s=lJ(a.nodesep,a.edgesep,n);return ne.forEach(t,function(o){var l;ne.forEach(o,function(u){var d=r[u];if(i.setNode(d),l){var h=r[l],E=i.edge(h,d);i.setEdge(h,d,Math.max(s(e,u,l),E||0))}l=u})}),i}function B6(e,t){return ne.minBy(ne.values(t),function(r){var n=Number.NEGATIVE_INFINITY,i=Number.POSITIVE_INFINITY;return ne.forIn(r,function(a,s){var o=uJ(e,s)/2;n=Math.max(a+o,n),i=Math.min(a-o,i)}),n-i})}function M6(e,t){var r=ne.values(t),n=ne.min(r),i=ne.max(r);ne.forEach(["u","d"],function(a){ne.forEach(["l","r"],function(s){var o=a+s,l=e[o],u;if(l!==t){var d=ne.values(l);u=s==="l"?n-ne.min(d):i-ne.max(d),u&&(e[o]=ne.mapValues(l,function(h){return h+u}))}})})}function P6(e,t){return ne.mapValues(e.ul,function(r,n){if(t)return e[t.toLowerCase()][n];var i=ne.sortBy(ne.map(e,n));return(i[1]+i[2])/2})}function oJ(e){var t=iJ.buildLayerMatrix(e),r=ne.merge(I6(e,t),S6(e,t)),n={},i;ne.forEach(["u","d"],function(s){i=s==="u"?t:ne.values(t).reverse(),ne.forEach(["l","r"],function(o){o==="r"&&(i=ne.map(i,function(h){return ne.values(h).reverse()}));var l=(s==="u"?e.predecessors:e.successors).bind(e),u=D6(e,i,r,l),d=k6(e,i,u.root,u.align,o==="r");o==="r"&&(d=ne.mapValues(d,function(h){return-h})),n[s+o]=d})});var a=B6(e,n);return M6(n,a),P6(n,e.graph().align)}function lJ(e,t,r){return function(n,i,a){var s=n.node(i),o=n.node(a),l=0,u;if(l+=s.width/2,ne.has(s,"labelpos"))switch(s.labelpos.toLowerCase()){case"l":u=-s.width/2;break;case"r":u=s.width/2;break}if(u&&(l+=r?u:-u),u=0,l+=(s.dummy?t:e)/2,l+=(o.dummy?t:e)/2,l+=o.width/2,ne.has(o,"labelpos"))switch(o.labelpos.toLowerCase()){case"l":u=o.width/2;break;case"r":u=-o.width/2;break}return u&&(l+=r?u:-u),u=0,l}}function uJ(e,t){return e.node(t).width}});var j6=g((cde,q6)=>{"use strict";var za=Ce(),U6=Je(),cJ=F6().positionX;q6.exports=dJ;function dJ(e){e=U6.asNonCompoundGraph(e),fJ(e),za.forEach(cJ(e),function(t,r){e.node(r).x=t})}function fJ(e){var t=U6.buildLayerMatrix(e),r=e.graph().ranksep,n=0;za.forEach(t,function(i){var a=za.max(za.map(i,function(s){return e.node(s).height}));za.forEach(i,function(s){e.node(s).y=n+a/2}),n+=a+r})}});var Y6=g((dde,W6)=>{"use strict";var oe=Ce(),z6=C5(),V6=D5(),pJ=W5(),hJ=Je().normalizeRanks,mJ=K5(),vJ=Je().removeEmptyRanks,H6=Z5(),gJ=t6(),G6=a6(),EJ=w6(),bJ=j6(),Or=Je(),yJ=bt().Graph;W6.exports=_J;function _J(e,t){var r=t&&t.debugTiming?Or.time:Or.notime;r("layout",function(){var n=r(" buildLayoutGraph",function(){return LJ(e)});r(" runLayout",function(){AJ(n,r)}),r(" updateInputGraph",function(){TJ(e,n)})})}function AJ(e,t){t(" makeSpaceForEdgeLabels",function(){DJ(e)}),t(" removeSelfEdges",function(){jJ(e)}),t(" acyclic",function(){z6.run(e)}),t(" nestingGraph.run",function(){H6.run(e)}),t(" rank",function(){pJ(Or.asNonCompoundGraph(e))}),t(" injectEdgeLabelProxies",function(){kJ(e)}),t(" removeEmptyRanks",function(){vJ(e)}),t(" nestingGraph.cleanup",function(){H6.cleanup(e)}),t(" normalizeRanks",function(){hJ(e)}),t(" assignRankMinMax",function(){BJ(e)}),t(" removeEdgeLabelProxies",function(){MJ(e)}),t(" normalize.run",function(){V6.run(e)}),t(" parentDummyChains",function(){mJ(e)}),t(" addBorderSegments",function(){gJ(e)}),t(" order",function(){EJ(e)}),t(" insertSelfEdges",function(){zJ(e)}),t(" adjustCoordinateSystem",function(){G6.adjust(e)}),t(" position",function(){bJ(e)}),t(" positionSelfEdges",function(){VJ(e)}),t(" removeBorderNodes",function(){qJ(e)}),t(" normalize.undo",function(){V6.undo(e)}),t(" fixupEdgeLabelCoords",function(){FJ(e)}),t(" undoCoordinateSystem",function(){G6.undo(e)}),t(" translateGraph",function(){PJ(e)}),t(" assignNodeIntersects",function(){$J(e)}),t(" reversePoints",function(){UJ(e)}),t(" acyclic.undo",function(){z6.undo(e)})}function TJ(e,t){oe.forEach(e.nodes(),function(r){var n=e.node(r),i=t.node(r);n&&(n.x=i.x,n.y=i.y,t.children(r).length&&(n.width=i.width,n.height=i.height))}),oe.forEach(e.edges(),function(r){var n=e.edge(r),i=t.edge(r);n.points=i.points,oe.has(i,"x")&&(n.x=i.x,n.y=i.y)}),e.graph().width=t.graph().width,e.graph().height=t.graph().height}var xJ=["nodesep","edgesep","ranksep","marginx","marginy"],RJ={ranksep:50,edgesep:20,nodesep:50,rankdir:"tb"},CJ=["acyclicer","ranker","rankdir","align"],NJ=["width","height"],OJ={width:0,height:0},wJ=["minlen","weight","width","height","labeloffset"],IJ={minlen:1,weight:1,width:0,height:0,labeloffset:10,labelpos:"r"},SJ=["labelpos"];function LJ(e){var t=new yJ({multigraph:!0,compound:!0}),r=pf(e.graph());return t.setGraph(oe.merge({},RJ,ff(r,xJ),oe.pick(r,CJ))),oe.forEach(e.nodes(),function(n){var i=pf(e.node(n));t.setNode(n,oe.defaults(ff(i,NJ),OJ)),t.setParent(n,e.parent(n))}),oe.forEach(e.edges(),function(n){var i=pf(e.edge(n));t.setEdge(n,oe.merge({},IJ,ff(i,wJ),oe.pick(i,SJ)))}),t}function DJ(e){var t=e.graph();t.ranksep/=2,oe.forEach(e.edges(),function(r){var n=e.edge(r);n.minlen*=2,n.labelpos.toLowerCase()!=="c"&&(t.rankdir==="TB"||t.rankdir==="BT"?n.width+=n.labeloffset:n.height+=n.labeloffset)})}function kJ(e){oe.forEach(e.edges(),function(t){var r=e.edge(t);if(r.width&&r.height){var n=e.node(t.v),i=e.node(t.w),a={rank:(i.rank-n.rank)/2+n.rank,e:t};Or.addDummyNode(e,"edge-proxy",a,"_ep")}})}function BJ(e){var t=0;oe.forEach(e.nodes(),function(r){var n=e.node(r);n.borderTop&&(n.minRank=e.node(n.borderTop).rank,n.maxRank=e.node(n.borderBottom).rank,t=oe.max(t,n.maxRank))}),e.graph().maxRank=t}function MJ(e){oe.forEach(e.nodes(),function(t){var r=e.node(t);r.dummy==="edge-proxy"&&(e.edge(r.e).labelRank=r.rank,e.removeNode(t))})}function PJ(e){var t=Number.POSITIVE_INFINITY,r=0,n=Number.POSITIVE_INFINITY,i=0,a=e.graph(),s=a.marginx||0,o=a.marginy||0;function l(u){var d=u.x,h=u.y,E=u.width,y=u.height;t=Math.min(t,d-E/2),r=Math.max(r,d+E/2),n=Math.min(n,h-y/2),i=Math.max(i,h+y/2)}oe.forEach(e.nodes(),function(u){l(e.node(u))}),oe.forEach(e.edges(),function(u){var d=e.edge(u);oe.has(d,"x")&&l(d)}),t-=s,n-=o,oe.forEach(e.nodes(),function(u){var d=e.node(u);d.x-=t,d.y-=n}),oe.forEach(e.edges(),function(u){var d=e.edge(u);oe.forEach(d.points,function(h){h.x-=t,h.y-=n}),oe.has(d,"x")&&(d.x-=t),oe.has(d,"y")&&(d.y-=n)}),a.width=r-t+s,a.height=i-n+o}function $J(e){oe.forEach(e.edges(),function(t){var r=e.edge(t),n=e.node(t.v),i=e.node(t.w),a,s;r.points?(a=r.points[0],s=r.points[r.points.length-1]):(r.points=[],a=i,s=n),r.points.unshift(Or.intersectRect(n,a)),r.points.push(Or.intersectRect(i,s))})}function FJ(e){oe.forEach(e.edges(),function(t){var r=e.edge(t);if(oe.has(r,"x"))switch((r.labelpos==="l"||r.labelpos==="r")&&(r.width-=r.labeloffset),r.labelpos){case"l":r.x-=r.width/2+r.labeloffset;break;case"r":r.x+=r.width/2+r.labeloffset;break}})}function UJ(e){oe.forEach(e.edges(),function(t){var r=e.edge(t);r.reversed&&r.points.reverse()})}function qJ(e){oe.forEach(e.nodes(),function(t){if(e.children(t).length){var r=e.node(t),n=e.node(r.borderTop),i=e.node(r.borderBottom),a=e.node(oe.last(r.borderLeft)),s=e.node(oe.last(r.borderRight));r.width=Math.abs(s.x-a.x),r.height=Math.abs(i.y-n.y),r.x=a.x+r.width/2,r.y=n.y+r.height/2}}),oe.forEach(e.nodes(),function(t){e.node(t).dummy==="border"&&e.removeNode(t)})}function jJ(e){oe.forEach(e.edges(),function(t){if(t.v===t.w){var r=e.node(t.v);r.selfEdges||(r.selfEdges=[]),r.selfEdges.push({e:t,label:e.edge(t)}),e.removeEdge(t)}})}function zJ(e){var t=Or.buildLayerMatrix(e);oe.forEach(t,function(r){var n=0;oe.forEach(r,function(i,a){var s=e.node(i);s.order=a+n,oe.forEach(s.selfEdges,function(o){Or.addDummyNode(e,"selfedge",{width:o.label.width,height:o.label.height,rank:s.rank,order:a+ ++n,e:o.e,label:o.label},"_se")}),delete s.selfEdges})})}function VJ(e){oe.forEach(e.nodes(),function(t){var r=e.node(t);if(r.dummy==="selfedge"){var n=e.node(r.e.v),i=n.x+n.width/2,a=n.y,s=r.x-i,o=n.height/2;e.setEdge(r.e,r.label),e.removeNode(t),r.label.points=[{x:i+2*s/3,y:a-o},{x:i+5*s/6,y:a-o},{x:i+s,y:a},{x:i+5*s/6,y:a+o},{x:i+2*s/3,y:a+o}],r.label.x=r.x,r.label.y=r.y}})}function ff(e,t){return oe.mapValues(oe.pick(e,t),Number)}function pf(e){var t={};return oe.forEach(e,function(r,n){t[n.toLowerCase()]=r}),t}});var X6=g((fde,K6)=>{var ml=Ce(),HJ=Je(),GJ=bt().Graph;K6.exports={debugOrdering:WJ};function WJ(e){var t=HJ.buildLayerMatrix(e),r=new GJ({compound:!0,multigraph:!0}).setGraph({});return ml.forEach(e.nodes(),function(n){r.setNode(n,{label:n}),r.setParent(n,"layer"+e.node(n).rank)}),ml.forEach(e.edges(),function(n){r.setEdge(n.v,n.w,{},n.name)}),ml.forEach(t,function(n,i){var a="layer"+i;r.setNode(a,{rank:"same"}),ml.reduce(n,function(s,o){return r.setEdge(s,o,{style:"invis"}),o})}),r}});var Z6=g((pde,J6)=>{J6.exports="0.8.5"});var eT=g((hde,Q6)=>{Q6.exports={graphlib:bt(),layout:Y6(),debug:X6(),util:{time:Je().time,notime:Je().notime},version:Z6()}});var nt=Object.freeze({}),le=Array.isArray;function ee(e){return e==null}function O(e){return e!=null}function Oe(e){return e===!0}function c4(e){return e===!1}function xi(e){return typeof e=="string"||typeof e=="number"||typeof e=="symbol"||typeof e=="boolean"}function Ne(e){return typeof e=="function"}function ze(e){return e!==null&&typeof e=="object"}var eu=Object.prototype.toString;function it(e){return eu.call(e)==="[object Object]"}function Pp(e){return eu.call(e)==="[object RegExp]"}function $p(e){var t=parseFloat(String(e));return t>=0&&Math.floor(t)===t&&isFinite(e)}function Dl(e){return O(e)&&typeof e.then=="function"&&typeof e.catch=="function"}function d4(e){return e==null?"":Array.isArray(e)||it(e)&&e.toString===eu?JSON.stringify(e,null,2):String(e)}function Ei(e){var t=parseFloat(e);return isNaN(t)?e:t}function _t(e,t){for(var r=Object.create(null),n=e.split(","),i=0;i<n.length;i++)r[n[i]]=!0;return t?function(a){return r[a.toLowerCase()]}:function(a){return r[a]}}var mQ=_t("slot,component",!0),f4=_t("key,ref,slot,slot-scope,is");function pr(e,t){var r=e.length;if(r){if(t===e[r-1]){e.length=r-1;return}var n=e.indexOf(t);if(n>-1)return e.splice(n,1)}}var p4=Object.prototype.hasOwnProperty;function We(e,t){return p4.call(e,t)}function Ur(e){var t=Object.create(null);return function(n){var i=t[n];return i||(t[n]=e(n))}}var h4=/-(\w)/g,Br=Ur(function(e){return e.replace(h4,function(t,r){return r?r.toUpperCase():""})}),m4=Ur(function(e){return e.charAt(0).toUpperCase()+e.slice(1)}),v4=/\B([A-Z])/g,Ri=Ur(function(e){return e.replace(v4,"-$1").toLowerCase()});function g4(e,t){function r(n){var i=arguments.length;return i?i>1?e.apply(t,arguments):e.call(t,n):e.call(t)}return r._length=e.length,r}function E4(e,t){return e.bind(t)}var Fp=Function.prototype.bind?E4:g4;function kl(e,t){t=t||0;for(var r=e.length-t,n=new Array(r);r--;)n[r]=e[r+t];return n}function Ee(e,t){for(var r in t)e[r]=t[r];return e}function Up(e){for(var t={},r=0;r<e.length;r++)e[r]&&Ee(t,e[r]);return t}function $e(e,t,r){}var Ja=function(e,t,r){return!1},qp=function(e){return e};function Mr(e,t){if(e===t)return!0;var r=ze(e),n=ze(t);if(r&&n)try{var i=Array.isArray(e),a=Array.isArray(t);if(i&&a)return e.length===t.length&&e.every(function(l,u){return Mr(l,t[u])});if(e instanceof Date&&t instanceof Date)return e.getTime()===t.getTime();if(!i&&!a){var s=Object.keys(e),o=Object.keys(t);return s.length===o.length&&s.every(function(l){return Mr(e[l],t[l])})}else return!1}catch{return!1}else return!r&&!n?String(e)===String(t):!1}function jp(e,t){for(var r=0;r<e.length;r++)if(Mr(e[r],t))return r;return-1}function us(e){var t=!1;return function(){t||(t=!0,e.apply(this,arguments))}}function b4(e,t){return e===t?e===0&&1/e!==1/t:e===e||t===t}var Vf="data-server-rendered",_s=["component","directive","filter"],zp=["beforeCreate","created","beforeMount","mounted","beforeUpdate","updated","beforeDestroy","destroyed","activated","deactivated","errorCaptured","serverPrefetch","renderTracked","renderTriggered"],Ye={optionMergeStrategies:Object.create(null),silent:!1,productionTip:!1,devtools:!1,performance:!1,errorHandler:null,warnHandler:null,ignoredElements:[],keyCodes:Object.create(null),isReservedTag:Ja,isReservedAttr:Ja,isUnknownElement:Ja,getTagNamespace:$e,parsePlatformTagName:qp,mustUseProp:Ja,async:!0,_lifecycleHooks:zp},y4=/a-zA-Z\u00B7\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u037D\u037F-\u1FFF\u200C-\u200D\u203F-\u2040\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD/;function Vp(e){var t=(e+"").charCodeAt(0);return t===36||t===95}function lr(e,t,r,n){Object.defineProperty(e,t,{value:r,enumerable:!!n,writable:!0,configurable:!0})}var _4=new RegExp("[^".concat(y4.source,".$_\\d]"));function A4(e){if(!_4.test(e)){var t=e.split(".");return function(r){for(var n=0;n<t.length;n++){if(!r)return;r=r[t[n]]}return r}}}var T4="__proto__"in{},st=typeof window<"u",Ve=st&&window.navigator.userAgent.toLowerCase(),Rn=Ve&&/msie|trident/.test(Ve),Cn=Ve&&Ve.indexOf("msie 9.0")>0,tu=Ve&&Ve.indexOf("edge/")>0;Ve&&Ve.indexOf("android")>0;var x4=Ve&&/iphone|ipad|ipod|ios/.test(Ve);Ve&&/chrome\/\d+/.test(Ve);Ve&&/phantomjs/.test(Ve);var Hf=Ve&&Ve.match(/firefox\/(\d+)/),Bl={}.watch,Hp=!1;if(st)try{xl={},Object.defineProperty(xl,"passive",{get:function(){Hp=!0}}),window.addEventListener("test-passive",null,xl)}catch{}var xl,Za,Ci=function(){return Za===void 0&&(!st&&typeof global<"u"?Za=global.process&&global.process.env.VUE_ENV==="server":Za=!1),Za},cs=st&&window.__VUE_DEVTOOLS_GLOBAL_HOOK__;function Tn(e){return typeof e=="function"&&/native code/.test(e.toString())}var Ni=typeof Symbol<"u"&&Tn(Symbol)&&typeof Reflect<"u"&&Tn(Reflect.ownKeys),bi;typeof Set<"u"&&Tn(Set)?bi=Set:bi=function(){function e(){this.set=Object.create(null)}return e.prototype.has=function(t){return this.set[t]===!0},e.prototype.add=function(t){this.set[t]=!0},e.prototype.clear=function(){this.set=Object.create(null)},e}();var xn=null;function ur(e){e===void 0&&(e=null),e||xn&&xn._scope.off(),xn=e,e&&e._scope.on()}var at=function(){function e(t,r,n,i,a,s,o,l){this.tag=t,this.data=r,this.children=n,this.text=i,this.elm=a,this.ns=void 0,this.context=s,this.fnContext=void 0,this.fnOptions=void 0,this.fnScopeId=void 0,this.key=r&&r.key,this.componentOptions=o,this.componentInstance=void 0,this.parent=void 0,this.raw=!1,this.isStatic=!1,this.isRootInsert=!0,this.isComment=!1,this.isCloned=!1,this.isOnce=!1,this.asyncFactory=l,this.asyncMeta=void 0,this.isAsyncPlaceholder=!1}return Object.defineProperty(e.prototype,"child",{get:function(){return this.componentInstance},enumerable:!1,configurable:!0}),e}(),Lr=function(e){e===void 0&&(e="");var t=new at;return t.text=e,t.isComment=!0,t};function yn(e){return new at(void 0,void 0,void 0,String(e))}function Ml(e){var t=new at(e.tag,e.data,e.children&&e.children.slice(),e.text,e.elm,e.context,e.componentOptions,e.asyncFactory);return t.ns=e.ns,t.isStatic=e.isStatic,t.key=e.key,t.isComment=e.isComment,t.fnContext=e.fnContext,t.fnOptions=e.fnOptions,t.fnScopeId=e.fnScopeId,t.asyncMeta=e.asyncMeta,t.isCloned=!0,t}var R4=0,as=[],C4=function(){for(var e=0;e<as.length;e++){var t=as[e];t.subs=t.subs.filter(function(r){return r}),t._pending=!1}as.length=0},cr=function(){function e(){this._pending=!1,this.id=R4++,this.subs=[]}return e.prototype.addSub=function(t){this.subs.push(t)},e.prototype.removeSub=function(t){this.subs[this.subs.indexOf(t)]=null,this._pending||(this._pending=!0,as.push(this))},e.prototype.depend=function(t){e.target&&e.target.addDep(this)},e.prototype.notify=function(t){for(var r=this.subs.filter(function(s){return s}),n=0,i=r.length;n<i;n++){var a=r[n];a.update()}},e}();cr.target=null;var ss=[];function Nn(e){ss.push(e),cr.target=e}function On(){ss.pop(),cr.target=ss[ss.length-1]}var Gp=Array.prototype,ds=Object.create(Gp),N4=["push","pop","shift","unshift","splice","sort","reverse"];N4.forEach(function(e){var t=Gp[e];lr(ds,e,function(){for(var n=[],i=0;i<arguments.length;i++)n[i]=arguments[i];var a=t.apply(this,n),s=this.__ob__,o;switch(e){case"push":case"unshift":o=n;break;case"splice":o=n.slice(2);break}return o&&s.observeArray(o),s.dep.notify(),a})});var Gf=Object.getOwnPropertyNames(ds),Wp={},ru=!0;function dr(e){ru=e}var O4={notify:$e,depend:$e,addSub:$e,removeSub:$e},Wf=function(){function e(t,r,n){if(r===void 0&&(r=!1),n===void 0&&(n=!1),this.value=t,this.shallow=r,this.mock=n,this.dep=n?O4:new cr,this.vmCount=0,lr(t,"__ob__",this),le(t)){if(!n)if(T4)t.__proto__=ds;else for(var i=0,a=Gf.length;i<a;i++){var s=Gf[i];lr(t,s,ds[s])}r||this.observeArray(t)}else for(var o=Object.keys(t),i=0;i<o.length;i++){var s=o[i];Pr(t,s,Wp,void 0,r,n)}}return e.prototype.observeArray=function(t){for(var r=0,n=t.length;r<n;r++)Kt(t[r],!1,this.mock)},e}();function Kt(e,t,r){if(e&&We(e,"__ob__")&&e.__ob__ instanceof Wf)return e.__ob__;if(ru&&(r||!Ci())&&(le(e)||it(e))&&Object.isExtensible(e)&&!e.__v_skip&&!Lt(e)&&!(e instanceof at))return new Wf(e,t,r)}function Pr(e,t,r,n,i,a){var s=new cr,o=Object.getOwnPropertyDescriptor(e,t);if(!(o&&o.configurable===!1)){var l=o&&o.get,u=o&&o.set;(!l||u)&&(r===Wp||arguments.length===2)&&(r=e[t]);var d=!i&&Kt(r,!1,a);return Object.defineProperty(e,t,{enumerable:!0,configurable:!0,get:function(){var E=l?l.call(e):r;return cr.target&&(s.depend(),d&&(d.dep.depend(),le(E)&&Kp(E))),Lt(E)&&!i?E.value:E},set:function(E){var y=l?l.call(e):r;if(!!b4(y,E)){if(u)u.call(e,E);else{if(l)return;if(!i&&Lt(y)&&!Lt(E)){y.value=E;return}else r=E}d=!i&&Kt(E,!1,a),s.notify()}}}),s}}function nu(e,t,r){if(!iu(e)){var n=e.__ob__;return le(e)&&$p(t)?(e.length=Math.max(e.length,t),e.splice(t,1,r),n&&!n.shallow&&n.mock&&Kt(r,!1,!0),r):t in e&&!(t in Object.prototype)?(e[t]=r,r):e._isVue||n&&n.vmCount?r:n?(Pr(n.value,t,r,void 0,n.shallow,n.mock),n.dep.notify(),r):(e[t]=r,r)}}function Yp(e,t){if(le(e)&&$p(t)){e.splice(t,1);return}var r=e.__ob__;e._isVue||r&&r.vmCount||iu(e)||!We(e,t)||(delete e[t],r&&r.dep.notify())}function Kp(e){for(var t=void 0,r=0,n=e.length;r<n;r++)t=e[r],t&&t.__ob__&&t.__ob__.dep.depend(),le(t)&&Kp(t)}function Xp(e){return w4(e,!0),lr(e,"__v_isShallow",!0),e}function w4(e,t){if(!iu(e)){if(!1)var r;var n=Kt(e,t,Ci())}}function iu(e){return!!(e&&e.__v_isReadonly)}function Lt(e){return!!(e&&e.__v_isRef===!0)}function Pl(e,t,r){Object.defineProperty(e,r,{enumerable:!0,configurable:!0,get:function(){var n=t[r];if(Lt(n))return n.value;var i=n&&n.__ob__;return i&&i.dep.depend(),n},set:function(n){var i=t[r];Lt(i)&&!Lt(n)?i.value=n:t[r]=n}})}var au="watcher",vQ="".concat(au," callback"),gQ="".concat(au," getter"),EQ="".concat(au," cleanup");var rt,I4=function(){function e(t){t===void 0&&(t=!1),this.detached=t,this.active=!0,this.effects=[],this.cleanups=[],this.parent=rt,!t&&rt&&(this.index=(rt.scopes||(rt.scopes=[])).push(this)-1)}return e.prototype.run=function(t){if(this.active){var r=rt;try{return rt=this,t()}finally{rt=r}}},e.prototype.on=function(){rt=this},e.prototype.off=function(){rt=this.parent},e.prototype.stop=function(t){if(this.active){var r=void 0,n=void 0;for(r=0,n=this.effects.length;r<n;r++)this.effects[r].teardown();for(r=0,n=this.cleanups.length;r<n;r++)this.cleanups[r]();if(this.scopes)for(r=0,n=this.scopes.length;r<n;r++)this.scopes[r].stop(!0);if(!this.detached&&this.parent&&!t){var i=this.parent.scopes.pop();i&&i!==this&&(this.parent.scopes[this.index]=i,i.index=this.index)}this.parent=void 0,this.active=!1}},e}();function S4(e,t){t===void 0&&(t=rt),t&&t.active&&t.effects.push(e)}function L4(e){var t=e._provided,r=e.$parent&&e.$parent._provided;return r===t?e._provided=Object.create(r):t}var Yf=Ur(function(e){var t=e.charAt(0)==="&";e=t?e.slice(1):e;var r=e.charAt(0)==="~";e=r?e.slice(1):e;var n=e.charAt(0)==="!";return e=n?e.slice(1):e,{name:e,once:r,capture:n,passive:t}});function $l(e,t){function r(){var n=r.fns;if(le(n))for(var i=n.slice(),a=0;a<i.length;a++)fr(i[a],null,arguments,t,"v-on handler");else return fr(n,null,arguments,t,"v-on handler")}return r.fns=e,r}function Jp(e,t,r,n,i,a){var s,o,l,u;for(s in e)o=e[s],l=t[s],u=Yf(s),ee(o)||(ee(l)?(ee(o.fns)&&(o=e[s]=$l(o,a)),Oe(u.once)&&(o=e[s]=i(u.name,o,u.capture)),r(u.name,o,u.capture,u.passive,u.params)):o!==l&&(l.fns=o,e[s]=l));for(s in t)ee(e[s])&&(u=Yf(s),n(u.name,t[s],u.capture))}function sr(e,t,r){e instanceof at&&(e=e.data.hook||(e.data.hook={}));var n,i=e[t];function a(){r.apply(this,arguments),pr(n.fns,a)}ee(i)?n=$l([a]):O(i.fns)&&Oe(i.merged)?(n=i,n.fns.push(a)):n=$l([i,a]),n.merged=!0,e[t]=n}function D4(e,t,r){var n=t.options.props;if(!ee(n)){var i={},a=e.attrs,s=e.props;if(O(a)||O(s))for(var o in n){var l=Ri(o);if(!1)var u;Kf(i,s,o,l,!0)||Kf(i,a,o,l,!1)}return i}}function Kf(e,t,r,n,i){if(O(t)){if(We(t,r))return e[r]=t[r],i||delete t[r],!0;if(We(t,n))return e[r]=t[n],i||delete t[n],!0}return!1}function k4(e){for(var t=0;t<e.length;t++)if(le(e[t]))return Array.prototype.concat.apply([],e);return e}function su(e){return xi(e)?[yn(e)]:le(e)?Zp(e):void 0}function fi(e){return O(e)&&O(e.text)&&c4(e.isComment)}function Zp(e,t){var r=[],n,i,a,s;for(n=0;n<e.length;n++)i=e[n],!(ee(i)||typeof i=="boolean")&&(a=r.length-1,s=r[a],le(i)?i.length>0&&(i=Zp(i,"".concat(t||"","_").concat(n)),fi(i[0])&&fi(s)&&(r[a]=yn(s.text+i[0].text),i.shift()),r.push.apply(r,i)):xi(i)?fi(s)?r[a]=yn(s.text+i):i!==""&&r.push(yn(i)):fi(i)&&fi(s)?r[a]=yn(s.text+i.text):(Oe(e._isVList)&&O(i.tag)&&ee(i.key)&&O(t)&&(i.key="__vlist".concat(t,"_").concat(n,"__")),r.push(i)));return r}function B4(e,t){var r=null,n,i,a,s;if(le(e)||typeof e=="string")for(r=new Array(e.length),n=0,i=e.length;n<i;n++)r[n]=t(e[n],n);else if(typeof e=="number")for(r=new Array(e),n=0;n<e;n++)r[n]=t(n+1,n);else if(ze(e))if(Ni&&e[Symbol.iterator]){r=[];for(var o=e[Symbol.iterator](),l=o.next();!l.done;)r.push(t(l.value,r.length)),l=o.next()}else for(a=Object.keys(e),r=new Array(a.length),n=0,i=a.length;n<i;n++)s=a[n],r[n]=t(e[s],s,n);return O(r)||(r=[]),r._isVList=!0,r}function M4(e,t,r,n){var i=this.$scopedSlots[e],a;i?(r=r||{},n&&(r=Ee(Ee({},n),r)),a=i(r)||(Ne(t)?t():t)):a=this.$slots[e]||(Ne(t)?t():t);var s=r&&r.slot;return s?this.$createElement("template",{slot:s},a):a}function P4(e){return gs(this.$options,"filters",e,!0)||qp}function Xf(e,t){return le(e)?e.indexOf(t)===-1:e!==t}function $4(e,t,r,n,i){var a=Ye.keyCodes[t]||r;return i&&n&&!Ye.keyCodes[t]?Xf(i,n):a?Xf(a,e):n?Ri(n)!==t:e===void 0}function F4(e,t,r,n,i){if(r&&ze(r)){le(r)&&(r=Up(r));var a=void 0,s=function(l){if(l==="class"||l==="style"||f4(l))a=e;else{var u=e.attrs&&e.attrs.type;a=n||Ye.mustUseProp(t,u,l)?e.domProps||(e.domProps={}):e.attrs||(e.attrs={})}var d=Br(l),h=Ri(l);if(!(d in a)&&!(h in a)&&(a[l]=r[l],i)){var E=e.on||(e.on={});E["update:".concat(l)]=function(y){r[l]=y}}};for(var o in r)s(o)}return e}function U4(e,t){var r=this._staticTrees||(this._staticTrees=[]),n=r[e];return n&&!t||(n=r[e]=this.$options.staticRenderFns[e].call(this._renderProxy,this._c,this),Qp(n,"__static__".concat(e),!1)),n}function q4(e,t,r){return Qp(e,"__once__".concat(t).concat(r?"_".concat(r):""),!0),e}function Qp(e,t,r){if(le(e))for(var n=0;n<e.length;n++)e[n]&&typeof e[n]!="string"&&Jf(e[n],"".concat(t,"_").concat(n),r);else Jf(e,t,r)}function Jf(e,t,r){e.isStatic=!0,e.key=t,e.isOnce=r}function j4(e,t){if(t&&it(t)){var r=e.on=e.on?Ee({},e.on):{};for(var n in t){var i=r[n],a=t[n];r[n]=i?[].concat(i,a):a}}return e}function eh(e,t,r,n){t=t||{$stable:!r};for(var i=0;i<e.length;i++){var a=e[i];le(a)?eh(a,t,r):a&&(a.proxy&&(a.fn.proxy=!0),t[a.key]=a.fn)}return n&&(t.$key=n),t}function z4(e,t){for(var r=0;r<t.length;r+=2){var n=t[r];typeof n=="string"&&n&&(e[t[r]]=t[r+1])}return e}function V4(e,t){return typeof e=="string"?t+e:e}function th(e){e._o=q4,e._n=Ei,e._s=d4,e._l=B4,e._t=M4,e._q=Mr,e._i=jp,e._m=U4,e._f=P4,e._k=$4,e._b=F4,e._v=yn,e._e=Lr,e._u=eh,e._g=j4,e._d=z4,e._p=V4}function ou(e,t){if(!e||!e.length)return{};for(var r={},n=0,i=e.length;n<i;n++){var a=e[n],s=a.data;if(s&&s.attrs&&s.attrs.slot&&delete s.attrs.slot,(a.context===t||a.fnContext===t)&&s&&s.slot!=null){var o=s.slot,l=r[o]||(r[o]=[]);a.tag==="template"?l.push.apply(l,a.children||[]):l.push(a)}else(r.default||(r.default=[])).push(a)}for(var u in r)r[u].every(H4)&&delete r[u];return r}function H4(e){return e.isComment&&!e.asyncFactory||e.text===" "}function yi(e){return e.isComment&&e.asyncFactory}function gi(e,t,r,n){var i,a=Object.keys(r).length>0,s=t?!!t.$stable:!a,o=t&&t.$key;if(!t)i={};else{if(t._normalized)return t._normalized;if(s&&n&&n!==nt&&o===n.$key&&!a&&!n.$hasNormal)return n;i={};for(var l in t)t[l]&&l[0]!=="$"&&(i[l]=G4(e,r,l,t[l]))}for(var u in r)u in i||(i[u]=W4(r,u));return t&&Object.isExtensible(t)&&(t._normalized=i),lr(i,"$stable",s),lr(i,"$key",o),lr(i,"$hasNormal",a),i}function G4(e,t,r,n){var i=function(){var a=xn;ur(e);var s=arguments.length?n.apply(null,arguments):n({});s=s&&typeof s=="object"&&!le(s)?[s]:su(s);var o=s&&s[0];return ur(a),s&&(!o||s.length===1&&o.isComment&&!yi(o))?void 0:s};return n.proxy&&Object.defineProperty(t,r,{get:i,enumerable:!0,configurable:!0}),i}function W4(e,t){return function(){return e[t]}}function Y4(e){var t=e.$options,r=t.setup;if(r){var n=e._setupContext=K4(e);ur(e),Nn();var i=fr(r,null,[e._props||Xp({}),n],e,"setup");if(On(),ur(),Ne(i))t.render=i;else if(ze(i))if(e._setupState=i,i.__sfc){var s=e._setupProxy={};for(var a in i)a!=="__sfc"&&Pl(s,i,a)}else for(var a in i)Vp(a)||Pl(e,i,a)}}function K4(e){var t=!1;return{get attrs(){if(!e._attrsProxy){var r=e._attrsProxy={};lr(r,"_v_attr_proxy",!0),fs(r,e.$attrs,nt,e,"$attrs")}return e._attrsProxy},get listeners(){if(!e._listenersProxy){var r=e._listenersProxy={};fs(r,e.$listeners,nt,e,"$listeners")}return e._listenersProxy},get slots(){return J4(e)},emit:Fp(e.$emit,e),expose:function(r){r&&Object.keys(r).forEach(function(n){return Pl(e,r,n)})}}}function fs(e,t,r,n,i){var a=!1;for(var s in t)s in e?t[s]!==r[s]&&(a=!0):(a=!0,X4(e,s,n,i));for(var s in e)s in t||(a=!0,delete e[s]);return a}function X4(e,t,r,n){Object.defineProperty(e,t,{enumerable:!0,configurable:!0,get:function(){return r[n][t]}})}function J4(e){return e._slotsProxy||rh(e._slotsProxy={},e.$scopedSlots),e._slotsProxy}function rh(e,t){for(var r in t)e[r]=t[r];for(var r in e)r in t||delete e[r]}function Z4(e){e._vnode=null,e._staticTrees=null;var t=e.$options,r=e.$vnode=t._parentVnode,n=r&&r.context;e.$slots=ou(t._renderChildren,n),e.$scopedSlots=r?gi(e.$parent,r.data.scopedSlots,e.$slots):nt,e._c=function(a,s,o,l){return ps(e,a,s,o,l,!1)},e.$createElement=function(a,s,o,l){return ps(e,a,s,o,l,!0)};var i=r&&r.data;Pr(e,"$attrs",i&&i.attrs||nt,null,!0),Pr(e,"$listeners",t._parentListeners||nt,null,!0)}var Fl=null;function Q4(e){th(e.prototype),e.prototype.$nextTick=function(t){return lu(t,this)},e.prototype._render=function(){var t=this,r=t.$options,n=r.render,i=r._parentVnode;i&&t._isMounted&&(t.$scopedSlots=gi(t.$parent,i.data.scopedSlots,t.$slots,t.$scopedSlots),t._slotsProxy&&rh(t._slotsProxy,t.$scopedSlots)),t.$vnode=i;var a;try{ur(t),Fl=t,a=n.call(t._renderProxy,t.$createElement)}catch(s){if($r(s,t,"render"),!1)try{}catch(o){}else a=t._vnode}finally{Fl=null,ur()}return le(a)&&a.length===1&&(a=a[0]),a instanceof at||(a=Lr()),a.parent=i,a}}function Rl(e,t){return(e.__esModule||Ni&&e[Symbol.toStringTag]==="Module")&&(e=e.default),ze(e)?t.extend(e):e}function e7(e,t,r,n,i){var a=Lr();return a.asyncFactory=e,a.asyncMeta={data:t,context:r,children:n,tag:i},a}function t7(e,t){if(Oe(e.error)&&O(e.errorComp))return e.errorComp;if(O(e.resolved))return e.resolved;var r=Fl;if(r&&O(e.owners)&&e.owners.indexOf(r)===-1&&e.owners.push(r),Oe(e.loading)&&O(e.loadingComp))return e.loadingComp;if(r&&!O(e.owners)){var n=e.owners=[r],i=!0,a=null,s=null;r.$on("hook:destroyed",function(){return pr(n,r)});var o=function(h){for(var E=0,y=n.length;E<y;E++)n[E].$forceUpdate();h&&(n.length=0,a!==null&&(clearTimeout(a),a=null),s!==null&&(clearTimeout(s),s=null))},l=us(function(h){e.resolved=Rl(h,t),i?n.length=0:o(!0)}),u=us(function(h){O(e.errorComp)&&(e.error=!0,o(!0))}),d=e(l,u);return ze(d)&&(Dl(d)?ee(e.resolved)&&d.then(l,u):Dl(d.component)&&(d.component.then(l,u),O(d.error)&&(e.errorComp=Rl(d.error,t)),O(d.loading)&&(e.loadingComp=Rl(d.loading,t),d.delay===0?e.loading=!0:a=setTimeout(function(){a=null,ee(e.resolved)&&ee(e.error)&&(e.loading=!0,o(!1))},d.delay||200)),O(d.timeout)&&(s=setTimeout(function(){s=null,ee(e.resolved)&&u(null)},d.timeout)))),i=!1,e.loading?e.loadingComp:e.resolved}}function nh(e){if(le(e))for(var t=0;t<e.length;t++){var r=e[t];if(O(r)&&(O(r.componentOptions)||yi(r)))return r}}var r7=1,ih=2;function ps(e,t,r,n,i,a){return(le(r)||xi(r))&&(i=n,n=r,r=void 0),Oe(a)&&(i=ih),n7(e,t,r,n,i)}function n7(e,t,r,n,i){if(O(r)&&O(r.__ob__)||(O(r)&&O(r.is)&&(t=r.is),!t))return Lr();le(n)&&Ne(n[0])&&(r=r||{},r.scopedSlots={default:n[0]},n.length=0),i===ih?n=su(n):i===r7&&(n=k4(n));var a,s;if(typeof t=="string"){var o=void 0;s=e.$vnode&&e.$vnode.ns||Ye.getTagNamespace(t),Ye.isReservedTag(t)?a=new at(Ye.parsePlatformTagName(t),r,n,void 0,void 0,e):(!r||!r.pre)&&O(o=gs(e.$options,"components",t))?a=sp(o,r,e,n,t):a=new at(t,r,n,void 0,void 0,e)}else a=sp(t,r,e,n);return le(a)?a:O(a)?(O(s)&&ah(a,s),O(r)&&i7(r),a):Lr()}function ah(e,t,r){if(e.ns=t,e.tag==="foreignObject"&&(t=void 0,r=!0),O(e.children))for(var n=0,i=e.children.length;n<i;n++){var a=e.children[n];O(a.tag)&&(ee(a.ns)||Oe(r)&&a.tag!=="svg")&&ah(a,t,r)}}function i7(e){ze(e.style)&&hs(e.style),ze(e.class)&&hs(e.class)}function $r(e,t,r){Nn();try{if(t)for(var n=t;n=n.$parent;){var i=n.$options.errorCaptured;if(i)for(var a=0;a<i.length;a++)try{var s=i[a].call(n,e,t,r)===!1;if(s)return}catch(o){Zf(o,n,"errorCaptured hook")}}Zf(e,t,r)}finally{On()}}function fr(e,t,r,n,i){var a;try{a=r?e.apply(t,r):e.call(t),a&&!a._isVue&&Dl(a)&&!a._handled&&(a.catch(function(s){return $r(s,n,i+" (Promise/async)")}),a._handled=!0)}catch(s){$r(s,n,i)}return a}function Zf(e,t,r){if(Ye.errorHandler)try{return Ye.errorHandler.call(null,e,t,r)}catch(n){n!==e&&Qf(n,null,"config.errorHandler")}Qf(e,t,r)}function Qf(e,t,r){if(st&&typeof console<"u")console.error(e);else throw e}var Ul=!1,ql=[],jl=!1;function Qa(){jl=!1;var e=ql.slice(0);ql.length=0;for(var t=0;t<e.length;t++)e[t]()}var vi;typeof Promise<"u"&&Tn(Promise)?(ep=Promise.resolve(),vi=function(){ep.then(Qa),x4&&setTimeout($e)},Ul=!0):!Rn&&typeof MutationObserver<"u"&&(Tn(MutationObserver)||MutationObserver.toString()==="[object MutationObserverConstructor]")?(pi=1,tp=new MutationObserver(Qa),Cl=document.createTextNode(String(pi)),tp.observe(Cl,{characterData:!0}),vi=function(){pi=(pi+1)%2,Cl.data=String(pi)},Ul=!0):typeof setImmediate<"u"&&Tn(setImmediate)?vi=function(){setImmediate(Qa)}:vi=function(){setTimeout(Qa,0)};var ep,pi,tp,Cl;function lu(e,t){var r;if(ql.push(function(){if(e)try{e.call(t)}catch(n){$r(n,t,"nextTick")}else r&&r(t)}),jl||(jl=!0,vi()),!e&&typeof Promise<"u")return new Promise(function(n){r=n})}function pt(e){return function(t,r){if(r===void 0&&(r=xn),!!r)return a7(r,e,t)}}function a7(e,t,r){var n=e.$options;n[t]=ph(n[t],r)}var bQ=pt("beforeMount"),yQ=pt("mounted"),_Q=pt("beforeUpdate"),AQ=pt("updated"),TQ=pt("beforeDestroy"),xQ=pt("destroyed"),RQ=pt("activated"),CQ=pt("deactivated"),NQ=pt("serverPrefetch"),OQ=pt("renderTracked"),wQ=pt("renderTriggered"),IQ=pt("errorCaptured");var s7="2.7.14";var rp=new bi;function hs(e){return os(e,rp),rp.clear(),e}function os(e,t){var r,n,i=le(e);if(!(!i&&!ze(e)||e.__v_skip||Object.isFrozen(e)||e instanceof at)){if(e.__ob__){var a=e.__ob__.dep.id;if(t.has(a))return;t.add(a)}if(i)for(r=e.length;r--;)os(e[r],t);else if(Lt(e))os(e.value,t);else for(n=Object.keys(e),r=n.length;r--;)os(e[n[r]],t)}}var o7=0,uu=function(){function e(t,r,n,i,a){S4(this,rt&&!rt._vm?rt:t?t._scope:void 0),(this.vm=t)&&a&&(t._watcher=this),i?(this.deep=!!i.deep,this.user=!!i.user,this.lazy=!!i.lazy,this.sync=!!i.sync,this.before=i.before):this.deep=this.user=this.lazy=this.sync=!1,this.cb=n,this.id=++o7,this.active=!0,this.post=!1,this.dirty=this.lazy,this.deps=[],this.newDeps=[],this.depIds=new bi,this.newDepIds=new bi,this.expression="",Ne(r)?this.getter=r:(this.getter=A4(r),this.getter||(this.getter=$e)),this.value=this.lazy?void 0:this.get()}return e.prototype.get=function(){Nn(this);var t,r=this.vm;try{t=this.getter.call(r,r)}catch(n){if(this.user)$r(n,r,'getter for watcher "'.concat(this.expression,'"'));else throw n}finally{this.deep&&hs(t),On(),this.cleanupDeps()}return t},e.prototype.addDep=function(t){var r=t.id;this.newDepIds.has(r)||(this.newDepIds.add(r),this.newDeps.push(t),this.depIds.has(r)||t.addSub(this))},e.prototype.cleanupDeps=function(){for(var t=this.deps.length;t--;){var r=this.deps[t];this.newDepIds.has(r.id)||r.removeSub(this)}var n=this.depIds;this.depIds=this.newDepIds,this.newDepIds=n,this.newDepIds.clear(),n=this.deps,this.deps=this.newDeps,this.newDeps=n,this.newDeps.length=0},e.prototype.update=function(){this.lazy?this.dirty=!0:this.sync?this.run():T7(this)},e.prototype.run=function(){if(this.active){var t=this.get();if(t!==this.value||ze(t)||this.deep){var r=this.value;if(this.value=t,this.user){var n='callback for watcher "'.concat(this.expression,'"');fr(this.cb,this.vm,[t,r],this.vm,n)}else this.cb.call(this.vm,t,r)}}},e.prototype.evaluate=function(){this.value=this.get(),this.dirty=!1},e.prototype.depend=function(){for(var t=this.deps.length;t--;)this.deps[t].depend()},e.prototype.teardown=function(){if(this.vm&&!this.vm._isBeingDestroyed&&pr(this.vm._scope.effects,this),this.active){for(var t=this.deps.length;t--;)this.deps[t].removeSub(this);this.active=!1,this.onStop&&this.onStop()}},e}();function l7(e){e._events=Object.create(null),e._hasHookEvent=!1;var t=e.$options._parentListeners;t&&sh(e,t)}var _i;function u7(e,t){_i.$on(e,t)}function c7(e,t){_i.$off(e,t)}function d7(e,t){var r=_i;return function n(){var i=t.apply(null,arguments);i!==null&&r.$off(e,n)}}function sh(e,t,r){_i=e,Jp(t,r||{},u7,c7,d7,e),_i=void 0}function f7(e){var t=/^hook:/;e.prototype.$on=function(r,n){var i=this;if(le(r))for(var a=0,s=r.length;a<s;a++)i.$on(r[a],n);else(i._events[r]||(i._events[r]=[])).push(n),t.test(r)&&(i._hasHookEvent=!0);return i},e.prototype.$once=function(r,n){var i=this;function a(){i.$off(r,a),n.apply(i,arguments)}return a.fn=n,i.$on(r,a),i},e.prototype.$off=function(r,n){var i=this;if(!arguments.length)return i._events=Object.create(null),i;if(le(r)){for(var a=0,s=r.length;a<s;a++)i.$off(r[a],n);return i}var o=i._events[r];if(!o)return i;if(!n)return i._events[r]=null,i;for(var l,u=o.length;u--;)if(l=o[u],l===n||l.fn===n){o.splice(u,1);break}return i},e.prototype.$emit=function(r){var n=this;if(!1)var i;var a=n._events[r];if(a){a=a.length>1?kl(a):a;for(var s=kl(arguments,1),o='event handler for "'.concat(r,'"'),l=0,u=a.length;l<u;l++)fr(a[l],n,s,n,o)}return n}}var Dr=null;function oh(e){var t=Dr;return Dr=e,function(){Dr=t}}function p7(e){var t=e.$options,r=t.parent;if(r&&!t.abstract){for(;r.$options.abstract&&r.$parent;)r=r.$parent;r.$children.push(e)}e.$parent=r,e.$root=r?r.$root:e,e.$children=[],e.$refs={},e._provided=r?r._provided:Object.create(null),e._watcher=null,e._inactive=null,e._directInactive=!1,e._isMounted=!1,e._isDestroyed=!1,e._isBeingDestroyed=!1}function h7(e){e.prototype._update=function(t,r){var n=this,i=n.$el,a=n._vnode,s=oh(n);n._vnode=t,a?n.$el=n.__patch__(a,t):n.$el=n.__patch__(n.$el,t,r,!1),s(),i&&(i.__vue__=null),n.$el&&(n.$el.__vue__=n);for(var o=n;o&&o.$vnode&&o.$parent&&o.$vnode===o.$parent._vnode;)o.$parent.$el=o.$el,o=o.$parent},e.prototype.$forceUpdate=function(){var t=this;t._watcher&&t._watcher.update()},e.prototype.$destroy=function(){var t=this;if(!t._isBeingDestroyed){yt(t,"beforeDestroy"),t._isBeingDestroyed=!0;var r=t.$parent;r&&!r._isBeingDestroyed&&!t.$options.abstract&&pr(r.$children,t),t._scope.stop(),t._data.__ob__&&t._data.__ob__.vmCount--,t._isDestroyed=!0,t.__patch__(t._vnode,null),yt(t,"destroyed"),t.$off(),t.$el&&(t.$el.__vue__=null),t.$vnode&&(t.$vnode.parent=null)}}}function m7(e,t,r){e.$el=t,e.$options.render||(e.$options.render=Lr),yt(e,"beforeMount");var n;n=function(){e._update(e._render(),r)};var i={before:function(){e._isMounted&&!e._isDestroyed&&yt(e,"beforeUpdate")}};new uu(e,n,$e,i,!0),r=!1;var a=e._preWatchers;if(a)for(var s=0;s<a.length;s++)a[s].run();return e.$vnode==null&&(e._isMounted=!0,yt(e,"mounted")),e}function v7(e,t,r,n,i){var a=n.data.scopedSlots,s=e.$scopedSlots,o=!!(a&&!a.$stable||s!==nt&&!s.$stable||a&&e.$scopedSlots.$key!==a.$key||!a&&e.$scopedSlots.$key),l=!!(i||e.$options._renderChildren||o),u=e.$vnode;e.$options._parentVnode=n,e.$vnode=n,e._vnode&&(e._vnode.parent=n),e.$options._renderChildren=i;var d=n.data.attrs||nt;e._attrsProxy&&fs(e._attrsProxy,d,u.data&&u.data.attrs||nt,e,"$attrs")&&(l=!0),e.$attrs=d,r=r||nt;var h=e.$options._parentListeners;if(e._listenersProxy&&fs(e._listenersProxy,r,h||nt,e,"$listeners"),e.$listeners=e.$options._parentListeners=r,sh(e,r,h),t&&e.$options.props){dr(!1);for(var E=e._props,y=e.$options._propKeys||[],T=0;T<y.length;T++){var _=y[T],I=e.$options.props;E[_]=mu(_,I,t,e)}dr(!0),e.$options.propsData=t}l&&(e.$slots=ou(i,n.context),e.$forceUpdate())}function lh(e){for(;e&&(e=e.$parent);)if(e._inactive)return!0;return!1}function cu(e,t){if(t){if(e._directInactive=!1,lh(e))return}else if(e._directInactive)return;if(e._inactive||e._inactive===null){e._inactive=!1;for(var r=0;r<e.$children.length;r++)cu(e.$children[r]);yt(e,"activated")}}function uh(e,t){if(!(t&&(e._directInactive=!0,lh(e)))&&!e._inactive){e._inactive=!0;for(var r=0;r<e.$children.length;r++)uh(e.$children[r]);yt(e,"deactivated")}}function yt(e,t,r,n){n===void 0&&(n=!0),Nn();var i=xn;n&&ur(e);var a=e.$options[t],s="".concat(t," hook");if(a)for(var o=0,l=a.length;o<l;o++)fr(a[o],e,r||null,e,s);e._hasHookEvent&&e.$emit("hook:"+t),n&&ur(i),On()}var Wt=[],du=[],ms={};var zl=!1,fu=!1,_n=0;function g7(){_n=Wt.length=du.length=0,ms={},zl=fu=!1}var ch=0,Vl=Date.now;st&&!Rn&&(es=window.performance,es&&typeof es.now=="function"&&Vl()>document.createEvent("Event").timeStamp&&(Vl=function(){return es.now()}));var es,E7=function(e,t){if(e.post){if(!t.post)return 1}else if(t.post)return-1;return e.id-t.id};function b7(){ch=Vl(),fu=!0;var e,t;for(Wt.sort(E7),_n=0;_n<Wt.length;_n++)e=Wt[_n],e.before&&e.before(),t=e.id,ms[t]=null,e.run();var r=du.slice(),n=Wt.slice();g7(),A7(r),y7(n),C4(),cs&&Ye.devtools&&cs.emit("flush")}function y7(e){for(var t=e.length;t--;){var r=e[t],n=r.vm;n&&n._watcher===r&&n._isMounted&&!n._isDestroyed&&yt(n,"updated")}}function _7(e){e._inactive=!1,du.push(e)}function A7(e){for(var t=0;t<e.length;t++)e[t]._inactive=!0,cu(e[t],!0)}function T7(e){var t=e.id;if(ms[t]==null&&!(e===cr.target&&e.noRecurse)){if(ms[t]=!0,!fu)Wt.push(e);else{for(var r=Wt.length-1;r>_n&&Wt[r].id>e.id;)r--;Wt.splice(r+1,0,e)}zl||(zl=!0,lu(b7))}}function x7(e){var t=e.$options.provide;if(t){var r=Ne(t)?t.call(e):t;if(!ze(r))return;for(var n=L4(e),i=Ni?Reflect.ownKeys(r):Object.keys(r),a=0;a<i.length;a++){var s=i[a];Object.defineProperty(n,s,Object.getOwnPropertyDescriptor(r,s))}}}function R7(e){var t=dh(e.$options.inject,e);t&&(dr(!1),Object.keys(t).forEach(function(r){Pr(e,r,t[r])}),dr(!0))}function dh(e,t){if(e){for(var r=Object.create(null),n=Ni?Reflect.ownKeys(e):Object.keys(e),i=0;i<n.length;i++){var a=n[i];if(a!=="__ob__"){var s=e[a].from;if(s in t._provided)r[a]=t._provided[s];else if("default"in e[a]){var o=e[a].default;r[a]=Ne(o)?o.call(t):o}}}return r}}function pu(e,t,r,n,i){var a=this,s=i.options,o;We(n,"_uid")?(o=Object.create(n),o._original=n):(o=n,n=n._original);var l=Oe(s._compiled),u=!l;this.data=e,this.props=t,this.children=r,this.parent=n,this.listeners=e.on||nt,this.injections=dh(s.inject,n),this.slots=function(){return a.$slots||gi(n,e.scopedSlots,a.$slots=ou(r,n)),a.$slots},Object.defineProperty(this,"scopedSlots",{enumerable:!0,get:function(){return gi(n,e.scopedSlots,this.slots())}}),l&&(this.$options=s,this.$slots=this.slots(),this.$scopedSlots=gi(n,e.scopedSlots,this.$slots)),s._scopeId?this._c=function(d,h,E,y){var T=ps(o,d,h,E,y,u);return T&&!le(T)&&(T.fnScopeId=s._scopeId,T.fnContext=n),T}:this._c=function(d,h,E,y){return ps(o,d,h,E,y,u)}}th(pu.prototype);function C7(e,t,r,n,i){var a=e.options,s={},o=a.props;if(O(o))for(var l in o)s[l]=mu(l,o,t||nt);else O(r.attrs)&&ip(s,r.attrs),O(r.props)&&ip(s,r.props);var u=new pu(r,s,i,n,e),d=a.render.call(null,u._c,u);if(d instanceof at)return np(d,r,u.parent,a,u);if(le(d)){for(var h=su(d)||[],E=new Array(h.length),y=0;y<h.length;y++)E[y]=np(h[y],r,u.parent,a,u);return E}}function np(e,t,r,n,i){var a=Ml(e);return a.fnContext=r,a.fnOptions=n,t.slot&&((a.data||(a.data={})).slot=t.slot),a}function ip(e,t){for(var r in t)e[Br(r)]=t[r]}function vs(e){return e.name||e.__name||e._componentTag}var hu={init:function(e,t){if(e.componentInstance&&!e.componentInstance._isDestroyed&&e.data.keepAlive){var r=e;hu.prepatch(r,r)}else{var n=e.componentInstance=N7(e,Dr);n.$mount(t?e.elm:void 0,t)}},prepatch:function(e,t){var r=t.componentOptions,n=t.componentInstance=e.componentInstance;v7(n,r.propsData,r.listeners,t,r.children)},insert:function(e){var t=e.context,r=e.componentInstance;r._isMounted||(r._isMounted=!0,yt(r,"mounted")),e.data.keepAlive&&(t._isMounted?_7(r):cu(r,!0))},destroy:function(e){var t=e.componentInstance;t._isDestroyed||(e.data.keepAlive?uh(t,!0):t.$destroy())}},ap=Object.keys(hu);function sp(e,t,r,n,i){if(!ee(e)){var a=r.$options._base;if(ze(e)&&(e=a.extend(e)),typeof e=="function"){var s;if(ee(e.cid)&&(s=e,e=t7(s,a),e===void 0))return e7(s,t,r,n,i);t=t||{},gu(e),O(t.model)&&I7(e.options,t);var o=D4(t,e,i);if(Oe(e.options.functional))return C7(e,o,t,r,n);var l=t.on;if(t.on=t.nativeOn,Oe(e.options.abstract)){var u=t.slot;t={},u&&(t.slot=u)}O7(t);var d=vs(e.options)||i,h=new at("vue-component-".concat(e.cid).concat(d?"-".concat(d):""),t,void 0,void 0,void 0,r,{Ctor:e,propsData:o,listeners:l,tag:i,children:n},s);return h}}}function N7(e,t){var r={_isComponent:!0,_parentVnode:e,parent:t},n=e.data.inlineTemplate;return O(n)&&(r.render=n.render,r.staticRenderFns=n.staticRenderFns),new e.componentOptions.Ctor(r)}function O7(e){for(var t=e.hook||(e.hook={}),r=0;r<ap.length;r++){var n=ap[r],i=t[n],a=hu[n];i!==a&&!(i&&i._merged)&&(t[n]=i?w7(a,i):a)}}function w7(e,t){var r=function(n,i){e(n,i),t(n,i)};return r._merged=!0,r}function I7(e,t){var r=e.model&&e.model.prop||"value",n=e.model&&e.model.event||"input";(t.attrs||(t.attrs={}))[r]=t.model.value;var i=t.on||(t.on={}),a=i[n],s=t.model.callback;O(a)?(le(a)?a.indexOf(s)===-1:a!==s)&&(i[n]=[s].concat(a)):i[n]=s}var fh=$e;var St=Ye.optionMergeStrategies;function Ai(e,t,r){if(r===void 0&&(r=!0),!t)return e;for(var n,i,a,s=Ni?Reflect.ownKeys(t):Object.keys(t),o=0;o<s.length;o++)n=s[o],n!=="__ob__"&&(i=e[n],a=t[n],!r||!We(e,n)?nu(e,n,a):i!==a&&it(i)&&it(a)&&Ai(i,a));return e}function op(e,t,r){return r?function(){var i=Ne(t)?t.call(r,r):t,a=Ne(e)?e.call(r,r):e;return i?Ai(i,a):a}:t?e?function(){return Ai(Ne(t)?t.call(this,this):t,Ne(e)?e.call(this,this):e)}:t:e}St.data=function(e,t,r){return r?op(e,t,r):t&&typeof t!="function"?e:op(e,t)};function ph(e,t){var r=t?e?e.concat(t):le(t)?t:[t]:e;return r&&S7(r)}function S7(e){for(var t=[],r=0;r<e.length;r++)t.indexOf(e[r])===-1&&t.push(e[r]);return t}zp.forEach(function(e){St[e]=ph});function L7(e,t,r,n){var i=Object.create(e||null);return t?Ee(i,t):i}_s.forEach(function(e){St[e+"s"]=L7});St.watch=function(e,t,r,n){if(e===Bl&&(e=void 0),t===Bl&&(t=void 0),!t)return Object.create(e||null);if(!e)return t;var i={};Ee(i,e);for(var a in t){var s=i[a],o=t[a];s&&!le(s)&&(s=[s]),i[a]=s?s.concat(o):le(o)?o:[o]}return i};St.props=St.methods=St.inject=St.computed=function(e,t,r,n){if(!e)return t;var i=Object.create(null);return Ee(i,e),t&&Ee(i,t),i};St.provide=function(e,t){return e?function(){var r=Object.create(null);return Ai(r,Ne(e)?e.call(this):e),t&&Ai(r,Ne(t)?t.call(this):t,!1),r}:t};var D7=function(e,t){return t===void 0?e:t};function k7(e,t){var r=e.props;if(!!r){var n={},i,a,s;if(le(r))for(i=r.length;i--;)a=r[i],typeof a=="string"&&(s=Br(a),n[s]={type:null});else if(it(r))for(var o in r)a=r[o],s=Br(o),n[s]=it(a)?a:{type:a};e.props=n}}function B7(e,t){var r=e.inject;if(!!r){var n=e.inject={};if(le(r))for(var i=0;i<r.length;i++)n[r[i]]={from:r[i]};else if(it(r))for(var a in r){var s=r[a];n[a]=it(s)?Ee({from:a},s):{from:s}}}}function M7(e){var t=e.directives;if(t)for(var r in t){var n=t[r];Ne(n)&&(t[r]={bind:n,update:n})}}function Fr(e,t,r){if(Ne(t)&&(t=t.options),k7(t,r),B7(t,r),M7(t),!t._base&&(t.extends&&(e=Fr(e,t.extends,r)),t.mixins))for(var n=0,i=t.mixins.length;n<i;n++)e=Fr(e,t.mixins[n],r);var a={},s;for(s in e)o(s);for(s in t)We(e,s)||o(s);function o(l){var u=St[l]||D7;a[l]=u(e[l],t[l],r,l)}return a}function gs(e,t,r,n){if(typeof r=="string"){var i=e[t];if(We(i,r))return i[r];var a=Br(r);if(We(i,a))return i[a];var s=m4(a);if(We(i,s))return i[s];var o=i[r]||i[a]||i[s];return o}}function mu(e,t,r,n){var i=t[e],a=!We(r,e),s=r[e],o=up(Boolean,i.type);if(o>-1){if(a&&!We(i,"default"))s=!1;else if(s===""||s===Ri(e)){var l=up(String,i.type);(l<0||o<l)&&(s=!0)}}if(s===void 0){s=P7(n,i,e);var u=ru;dr(!0),Kt(s),dr(u)}return s}function P7(e,t,r){if(!!We(t,"default")){var n=t.default;return e&&e.$options.propsData&&e.$options.propsData[r]===void 0&&e._props[r]!==void 0?e._props[r]:Ne(n)&&Hl(t.type)!=="Function"?n.call(e):n}}var $7=/^\s*function (\w+)/;function Hl(e){var t=e&&e.toString().match($7);return t?t[1]:""}function lp(e,t){return Hl(e)===Hl(t)}function up(e,t){if(!le(t))return lp(t,e)?0:-1;for(var r=0,n=t.length;r<n;r++)if(lp(t[r],e))return r;return-1}var ar={enumerable:!0,configurable:!0,get:$e,set:$e};function vu(e,t,r){ar.get=function(){return this[t][r]},ar.set=function(i){this[t][r]=i},Object.defineProperty(e,r,ar)}function F7(e){var t=e.$options;if(t.props&&U7(e,t.props),Y4(e),t.methods&&H7(e,t.methods),t.data)q7(e);else{var r=Kt(e._data={});r&&r.vmCount++}t.computed&&V7(e,t.computed),t.watch&&t.watch!==Bl&&G7(e,t.watch)}function U7(e,t){var r=e.$options.propsData||{},n=e._props=Xp({}),i=e.$options._propKeys=[],a=!e.$parent;a||dr(!1);var s=function(l){i.push(l);var u=mu(l,t,r,e);if(!1)var d;else Pr(n,l,u);l in e||vu(e,"_props",l)};for(var o in t)s(o);dr(!0)}function q7(e){var t=e.$options.data;t=e._data=Ne(t)?j7(t,e):t||{},it(t)||(t={});for(var r=Object.keys(t),n=e.$options.props,i=e.$options.methods,a=r.length;a--;){var s=r[a];n&&We(n,s)||Vp(s)||vu(e,"_data",s)}var o=Kt(t);o&&o.vmCount++}function j7(e,t){Nn();try{return e.call(t,t)}catch(r){return $r(r,t,"data()"),{}}finally{On()}}var z7={lazy:!0};function V7(e,t){var r=e._computedWatchers=Object.create(null),n=Ci();for(var i in t){var a=t[i],s=Ne(a)?a:a.get;n||(r[i]=new uu(e,s||$e,$e,z7)),i in e||hh(e,i,a)}}function hh(e,t,r){var n=!Ci();Ne(r)?(ar.get=n?cp(t):dp(r),ar.set=$e):(ar.get=r.get?n&&r.cache!==!1?cp(t):dp(r.get):$e,ar.set=r.set||$e),Object.defineProperty(e,t,ar)}function cp(e){return function(){var r=this._computedWatchers&&this._computedWatchers[e];if(r)return r.dirty&&r.evaluate(),cr.target&&r.depend(),r.value}}function dp(e){return function(){return e.call(this,this)}}function H7(e,t){var r=e.$options.props;for(var n in t)e[n]=typeof t[n]!="function"?$e:Fp(t[n],e)}function G7(e,t){for(var r in t){var n=t[r];if(le(n))for(var i=0;i<n.length;i++)Gl(e,r,n[i]);else Gl(e,r,n)}}function Gl(e,t,r,n){return it(r)&&(n=r,r=r.handler),typeof r=="string"&&(r=e[r]),e.$watch(t,r,n)}function W7(e){var t={};t.get=function(){return this._data};var r={};r.get=function(){return this._props},Object.defineProperty(e.prototype,"$data",t),Object.defineProperty(e.prototype,"$props",r),e.prototype.$set=nu,e.prototype.$delete=Yp,e.prototype.$watch=function(n,i,a){var s=this;if(it(i))return Gl(s,n,i,a);a=a||{},a.user=!0;var o=new uu(s,n,i,a);if(a.immediate){var l='callback for immediate watcher "'.concat(o.expression,'"');Nn(),fr(i,s,[o.value],s,l),On()}return function(){o.teardown()}}}var Y7=0;function K7(e){e.prototype._init=function(t){var r=this;r._uid=Y7++;var n,i;r._isVue=!0,r.__v_skip=!0,r._scope=new I4(!0),r._scope._vm=!0,t&&t._isComponent?X7(r,t):r.$options=Fr(gu(r.constructor),t||{},r),r._renderProxy=r,r._self=r,p7(r),l7(r),Z4(r),yt(r,"beforeCreate",void 0,!1),R7(r),F7(r),x7(r),yt(r,"created"),r.$options.el&&r.$mount(r.$options.el)}}function X7(e,t){var r=e.$options=Object.create(e.constructor.options),n=t._parentVnode;r.parent=t.parent,r._parentVnode=n;var i=n.componentOptions;r.propsData=i.propsData,r._parentListeners=i.listeners,r._renderChildren=i.children,r._componentTag=i.tag,t.render&&(r.render=t.render,r.staticRenderFns=t.staticRenderFns)}function gu(e){var t=e.options;if(e.super){var r=gu(e.super),n=e.superOptions;if(r!==n){e.superOptions=r;var i=J7(e);i&&Ee(e.extendOptions,i),t=e.options=Fr(r,e.extendOptions),t.name&&(t.components[t.name]=e)}}return t}function J7(e){var t,r=e.options,n=e.sealedOptions;for(var i in r)r[i]!==n[i]&&(t||(t={}),t[i]=r[i]);return t}function be(e){this._init(e)}K7(be);W7(be);f7(be);h7(be);Q4(be);function Z7(e){e.use=function(t){var r=this._installedPlugins||(this._installedPlugins=[]);if(r.indexOf(t)>-1)return this;var n=kl(arguments,1);return n.unshift(this),Ne(t.install)?t.install.apply(t,n):Ne(t)&&t.apply(null,n),r.push(t),this}}function Q7(e){e.mixin=function(t){return this.options=Fr(this.options,t),this}}function ex(e){e.cid=0;var t=1;e.extend=function(r){r=r||{};var n=this,i=n.cid,a=r._Ctor||(r._Ctor={});if(a[i])return a[i];var s=vs(r)||vs(n.options),o=function(u){this._init(u)};return o.prototype=Object.create(n.prototype),o.prototype.constructor=o,o.cid=t++,o.options=Fr(n.options,r),o.super=n,o.options.props&&tx(o),o.options.computed&&rx(o),o.extend=n.extend,o.mixin=n.mixin,o.use=n.use,_s.forEach(function(l){o[l]=n[l]}),s&&(o.options.components[s]=o),o.superOptions=n.options,o.extendOptions=r,o.sealedOptions=Ee({},o.options),a[i]=o,o}}function tx(e){var t=e.options.props;for(var r in t)vu(e.prototype,"_props",r)}function rx(e){var t=e.options.computed;for(var r in t)hh(e.prototype,r,t[r])}function nx(e){_s.forEach(function(t){e[t]=function(r,n){return n?(t==="component"&&it(n)&&(n.name=n.name||r,n=this.options._base.extend(n)),t==="directive"&&Ne(n)&&(n={bind:n,update:n}),this.options[t+"s"][r]=n,n):this.options[t+"s"][r]}})}function fp(e){return e&&(vs(e.Ctor.options)||e.tag)}function ts(e,t){return le(e)?e.indexOf(t)>-1:typeof e=="string"?e.split(",").indexOf(t)>-1:Pp(e)?e.test(t):!1}function pp(e,t){var r=e.cache,n=e.keys,i=e._vnode;for(var a in r){var s=r[a];if(s){var o=s.name;o&&!t(o)&&Wl(r,a,n,i)}}}function Wl(e,t,r,n){var i=e[t];i&&(!n||i.tag!==n.tag)&&i.componentInstance.$destroy(),e[t]=null,pr(r,t)}var hp=[String,RegExp,Array],ix={name:"keep-alive",abstract:!0,props:{include:hp,exclude:hp,max:[String,Number]},methods:{cacheVNode:function(){var e=this,t=e.cache,r=e.keys,n=e.vnodeToCache,i=e.keyToCache;if(n){var a=n.tag,s=n.componentInstance,o=n.componentOptions;t[i]={name:fp(o),tag:a,componentInstance:s},r.push(i),this.max&&r.length>parseInt(this.max)&&Wl(t,r[0],r,this._vnode),this.vnodeToCache=null}}},created:function(){this.cache=Object.create(null),this.keys=[]},destroyed:function(){for(var e in this.cache)Wl(this.cache,e,this.keys)},mounted:function(){var e=this;this.cacheVNode(),this.$watch("include",function(t){pp(e,function(r){return ts(t,r)})}),this.$watch("exclude",function(t){pp(e,function(r){return!ts(t,r)})})},updated:function(){this.cacheVNode()},render:function(){var e=this.$slots.default,t=nh(e),r=t&&t.componentOptions;if(r){var n=fp(r),i=this,a=i.include,s=i.exclude;if(a&&(!n||!ts(a,n))||s&&n&&ts(s,n))return t;var o=this,l=o.cache,u=o.keys,d=t.key==null?r.Ctor.cid+(r.tag?"::".concat(r.tag):""):t.key;l[d]?(t.componentInstance=l[d].componentInstance,pr(u,d),u.push(d)):(this.vnodeToCache=t,this.keyToCache=d),t.data.keepAlive=!0}return t||e&&e[0]}},ax={KeepAlive:ix};function sx(e){var t={};t.get=function(){return Ye},Object.defineProperty(e,"config",t),e.util={warn:fh,extend:Ee,mergeOptions:Fr,defineReactive:Pr},e.set=nu,e.delete=Yp,e.nextTick=lu,e.observable=function(r){return Kt(r),r},e.options=Object.create(null),_s.forEach(function(r){e.options[r+"s"]=Object.create(null)}),e.options._base=e,Ee(e.options.components,ax),Z7(e),Q7(e),ex(e),nx(e)}sx(be);Object.defineProperty(be.prototype,"$isServer",{get:Ci});Object.defineProperty(be.prototype,"$ssrContext",{get:function(){return this.$vnode&&this.$vnode.ssrContext}});Object.defineProperty(be,"FunctionalRenderContext",{value:pu});be.version=s7;var ox=_t("style,class"),lx=_t("input,textarea,option,select,progress"),ux=function(e,t,r){return r==="value"&&lx(e)&&t!=="button"||r==="selected"&&e==="option"||r==="checked"&&e==="input"||r==="muted"&&e==="video"},mh=_t("contenteditable,draggable,spellcheck"),cx=_t("events,caret,typing,plaintext-only"),dx=function(e,t){return Es(t)||t==="false"?"false":e==="contenteditable"&&cx(t)?t:"true"},fx=_t("allowfullscreen,async,autofocus,autoplay,checked,compact,controls,declare,default,defaultchecked,defaultmuted,defaultselected,defer,disabled,enabled,formnovalidate,hidden,indeterminate,inert,ismap,itemscope,loop,multiple,muted,nohref,noresize,noshade,novalidate,nowrap,open,pauseonexit,readonly,required,reversed,scoped,seamless,selected,sortable,truespeed,typemustmatch,visible"),Yl="http://www.w3.org/1999/xlink",Eu=function(e){return e.charAt(5)===":"&&e.slice(0,5)==="xlink"},vh=function(e){return Eu(e)?e.slice(6,e.length):""},Es=function(e){return e==null||e===!1};function px(e){for(var t=e.data,r=e,n=e;O(n.componentInstance);)n=n.componentInstance._vnode,n&&n.data&&(t=mp(n.data,t));for(;O(r=r.parent);)r&&r.data&&(t=mp(t,r.data));return hx(t.staticClass,t.class)}function mp(e,t){return{staticClass:bu(e.staticClass,t.staticClass),class:O(e.class)?[e.class,t.class]:t.class}}function hx(e,t){return O(e)||O(t)?bu(e,yu(t)):""}function bu(e,t){return e?t?e+" "+t:e:t||""}function yu(e){return Array.isArray(e)?mx(e):ze(e)?vx(e):typeof e=="string"?e:""}function mx(e){for(var t="",r,n=0,i=e.length;n<i;n++)O(r=yu(e[n]))&&r!==""&&(t&&(t+=" "),t+=r);return t}function vx(e){var t="";for(var r in e)e[r]&&(t&&(t+=" "),t+=r);return t}var gx={svg:"http://www.w3.org/2000/svg",math:"http://www.w3.org/1998/Math/MathML"},Ex=_t("html,body,base,head,link,meta,style,title,address,article,aside,footer,header,h1,h2,h3,h4,h5,h6,hgroup,nav,section,div,dd,dl,dt,figcaption,figure,picture,hr,img,li,main,ol,p,pre,ul,a,b,abbr,bdi,bdo,br,cite,code,data,dfn,em,i,kbd,mark,q,rp,rt,rtc,ruby,s,samp,small,span,strong,sub,sup,time,u,var,wbr,area,audio,map,track,video,embed,object,param,source,canvas,script,noscript,del,ins,caption,col,colgroup,table,thead,tbody,td,th,tr,button,datalist,fieldset,form,input,label,legend,meter,optgroup,option,output,progress,select,textarea,details,dialog,menu,menuitem,summary,content,element,shadow,template,blockquote,iframe,tfoot"),_u=_t("svg,animate,circle,clippath,cursor,defs,desc,ellipse,filter,font-face,foreignobject,g,glyph,image,line,marker,mask,missing-glyph,path,pattern,polygon,polyline,rect,switch,symbol,text,textpath,tspan,use,view",!0),gh=function(e){return Ex(e)||_u(e)};function bx(e){if(_u(e))return"svg";if(e==="math")return"math"}var rs=Object.create(null);function yx(e){if(!st)return!0;if(gh(e))return!1;if(e=e.toLowerCase(),rs[e]!=null)return rs[e];var t=document.createElement(e);return e.indexOf("-")>-1?rs[e]=t.constructor===window.HTMLUnknownElement||t.constructor===window.HTMLElement:rs[e]=/HTMLUnknownElement/.test(t.toString())}var Kl=_t("text,number,password,search,email,tel,url");function _x(e){if(typeof e=="string"){var t=document.querySelector(e);return t||document.createElement("div")}else return e}function Ax(e,t){var r=document.createElement(e);return e!=="select"||t.data&&t.data.attrs&&t.data.attrs.multiple!==void 0&&r.setAttribute("multiple","multiple"),r}function Tx(e,t){return document.createElementNS(gx[e],t)}function xx(e){return document.createTextNode(e)}function Rx(e){return document.createComment(e)}function Cx(e,t,r){e.insertBefore(t,r)}function Nx(e,t){e.removeChild(t)}function Ox(e,t){e.appendChild(t)}function wx(e){return e.parentNode}function Ix(e){return e.nextSibling}function Sx(e){return e.tagName}function Lx(e,t){e.textContent=t}function Dx(e,t){e.setAttribute(t,"")}var kx=Object.freeze({__proto__:null,createElement:Ax,createElementNS:Tx,createTextNode:xx,createComment:Rx,insertBefore:Cx,removeChild:Nx,appendChild:Ox,parentNode:wx,nextSibling:Ix,tagName:Sx,setTextContent:Lx,setStyleScope:Dx}),Bx={create:function(e,t){An(t)},update:function(e,t){e.data.ref!==t.data.ref&&(An(e,!0),An(t))},destroy:function(e){An(e,!0)}};function An(e,t){var r=e.data.ref;if(!!O(r)){var n=e.context,i=e.componentInstance||e.elm,a=t?null:i,s=t?void 0:i;if(Ne(r)){fr(r,n,[a],n,"template ref function");return}var o=e.data.refInFor,l=typeof r=="string"||typeof r=="number",u=Lt(r),d=n.$refs;if(l||u){if(o){var h=l?d[r]:r.value;t?le(h)&&pr(h,i):le(h)?h.includes(i)||h.push(i):l?(d[r]=[i],vp(n,r,d[r])):r.value=[i]}else if(l){if(t&&d[r]!==i)return;d[r]=s,vp(n,r,a)}else if(u){if(t&&r.value!==i)return;r.value=a}}}}function vp(e,t,r){var n=e._setupState;n&&We(n,t)&&(Lt(n[t])?n[t].value=r:n[t]=r)}var or=new at("",{},[]),hi=["create","activate","update","remove","destroy"];function Sr(e,t){return e.key===t.key&&e.asyncFactory===t.asyncFactory&&(e.tag===t.tag&&e.isComment===t.isComment&&O(e.data)===O(t.data)&&Mx(e,t)||Oe(e.isAsyncPlaceholder)&&ee(t.asyncFactory.error))}function Mx(e,t){if(e.tag!=="input")return!0;var r,n=O(r=e.data)&&O(r=r.attrs)&&r.type,i=O(r=t.data)&&O(r=r.attrs)&&r.type;return n===i||Kl(n)&&Kl(i)}function Px(e,t,r){var n,i,a={};for(n=t;n<=r;++n)i=e[n].key,O(i)&&(a[i]=n);return a}function $x(e){var t,r,n={},i=e.modules,a=e.nodeOps;for(t=0;t<hi.length;++t)for(n[hi[t]]=[],r=0;r<i.length;++r)O(i[r][hi[t]])&&n[hi[t]].push(i[r][hi[t]]);function s(R){return new at(a.tagName(R).toLowerCase(),{},[],void 0,R)}function o(R,A){function v(){--v.listeners===0&&l(R)}return v.listeners=A,v}function l(R){var A=a.parentNode(R);O(A)&&a.removeChild(A,R)}function u(R,A){return!A&&!R.ns&&!(Ye.ignoredElements.length&&Ye.ignoredElements.some(function(v){return Pp(v)?v.test(R.tag):v===R.tag}))&&Ye.isUnknownElement(R.tag)}var d=0;function h(R,A,v,k,K,te,m){if(O(R.elm)&&O(te)&&(R=te[m]=Ml(R)),R.isRootInsert=!K,!E(R,A,v,k)){var S=R.data,P=R.children,G=R.tag;O(G)?(R.elm=R.ns?a.createElementNS(R.ns,G):a.createElement(G,R),M(R),I(R,P,A),O(S)&&N(R,A),_(v,R.elm,k)):Oe(R.isComment)?(R.elm=a.createComment(R.text),_(v,R.elm,k)):(R.elm=a.createTextNode(R.text),_(v,R.elm,k))}}function E(R,A,v,k){var K=R.data;if(O(K)){var te=O(R.componentInstance)&&K.keepAlive;if(O(K=K.hook)&&O(K=K.init)&&K(R,!1),O(R.componentInstance))return y(R,A),_(v,R.elm,k),Oe(te)&&T(R,A,v,k),!0}}function y(R,A){O(R.data.pendingInsert)&&(A.push.apply(A,R.data.pendingInsert),R.data.pendingInsert=null),R.elm=R.componentInstance.$el,C(R)?(N(R,A),M(R)):(An(R),A.push(R))}function T(R,A,v,k){for(var K,te=R;te.componentInstance;)if(te=te.componentInstance._vnode,O(K=te.data)&&O(K=K.transition)){for(K=0;K<n.activate.length;++K)n.activate[K](or,te);A.push(te);break}_(v,R.elm,k)}function _(R,A,v){O(R)&&(O(v)?a.parentNode(v)===R&&a.insertBefore(R,A,v):a.appendChild(R,A))}function I(R,A,v){if(le(A))for(var k=0;k<A.length;++k)h(A[k],v,R.elm,null,!0,A,k);else xi(R.text)&&a.appendChild(R.elm,a.createTextNode(String(R.text)))}function C(R){for(;R.componentInstance;)R=R.componentInstance._vnode;return O(R.tag)}function N(R,A){for(var v=0;v<n.create.length;++v)n.create[v](or,R);t=R.data.hook,O(t)&&(O(t.create)&&t.create(or,R),O(t.insert)&&A.push(R))}function M(R){var A;if(O(A=R.fnScopeId))a.setStyleScope(R.elm,A);else for(var v=R;v;)O(A=v.context)&&O(A=A.$options._scopeId)&&a.setStyleScope(R.elm,A),v=v.parent;O(A=Dr)&&A!==R.context&&A!==R.fnContext&&O(A=A.$options._scopeId)&&a.setStyleScope(R.elm,A)}function L(R,A,v,k,K,te){for(;k<=K;++k)h(v[k],te,R,A,!1,v,k)}function H(R){var A,v,k=R.data;if(O(k))for(O(A=k.hook)&&O(A=A.destroy)&&A(R),A=0;A<n.destroy.length;++A)n.destroy[A](R);if(O(A=R.children))for(v=0;v<R.children.length;++v)H(R.children[v])}function B(R,A,v){for(;A<=v;++A){var k=R[A];O(k)&&(O(k.tag)?(j(k),H(k)):l(k.elm))}}function j(R,A){if(O(A)||O(R.data)){var v,k=n.remove.length+1;for(O(A)?A.listeners+=k:A=o(R.elm,k),O(v=R.componentInstance)&&O(v=v._vnode)&&O(v.data)&&j(v,A),v=0;v<n.remove.length;++v)n.remove[v](R,A);O(v=R.data.hook)&&O(v=v.remove)?v(R,A):A()}else l(R.elm)}function ce(R,A,v,k,K){for(var te=0,m=0,S=A.length-1,P=A[0],G=A[S],Z=v.length-1,he=v[0],f=v[Z],Se,me,Be,Te,ir=!K;te<=S&&m<=Z;)ee(P)?P=A[++te]:ee(G)?G=A[--S]:Sr(P,he)?(Ae(P,he,k,v,m),P=A[++te],he=v[++m]):Sr(G,f)?(Ae(G,f,k,v,Z),G=A[--S],f=v[--Z]):Sr(P,f)?(Ae(P,f,k,v,Z),ir&&a.insertBefore(R,P.elm,a.nextSibling(G.elm)),P=A[++te],f=v[--Z]):Sr(G,he)?(Ae(G,he,k,v,m),ir&&a.insertBefore(R,G.elm,P.elm),G=A[--S],he=v[++m]):(ee(Se)&&(Se=Px(A,te,S)),me=O(he.key)?Se[he.key]:je(he,A,te,S),ee(me)?h(he,k,R,P.elm,!1,v,m):(Be=A[me],Sr(Be,he)?(Ae(Be,he,k,v,m),A[me]=void 0,ir&&a.insertBefore(R,Be.elm,P.elm)):h(he,k,R,P.elm,!1,v,m)),he=v[++m]);te>S?(Te=ee(v[Z+1])?null:v[Z+1].elm,L(R,Te,v,m,Z,k)):m>Z&&B(A,te,S)}function de(R){for(var A={},v=0;v<R.length;v++){var k=R[v],K=k.key;O(K)&&(A[K]?fh("Duplicate keys detected: '".concat(K,"'. This may cause an update error."),k.context):A[K]=!0)}}function je(R,A,v,k){for(var K=v;K<k;K++){var te=A[K];if(O(te)&&Sr(R,te))return K}}function Ae(R,A,v,k,K,te){if(R!==A){O(A.elm)&&O(k)&&(A=k[K]=Ml(A));var m=A.elm=R.elm;if(Oe(R.isAsyncPlaceholder)){O(A.asyncFactory.resolved)?V(R.elm,A,v):A.isAsyncPlaceholder=!0;return}if(Oe(A.isStatic)&&Oe(R.isStatic)&&A.key===R.key&&(Oe(A.isCloned)||Oe(A.isOnce))){A.componentInstance=R.componentInstance;return}var S,P=A.data;O(P)&&O(S=P.hook)&&O(S=S.prepatch)&&S(R,A);var G=R.children,Z=A.children;if(O(P)&&C(A)){for(S=0;S<n.update.length;++S)n.update[S](R,A);O(S=P.hook)&&O(S=S.update)&&S(R,A)}ee(A.text)?O(G)&&O(Z)?G!==Z&&ce(m,G,Z,v,te):O(Z)?(O(R.text)&&a.setTextContent(m,""),L(m,null,Z,0,Z.length-1,v)):O(G)?B(G,0,G.length-1):O(R.text)&&a.setTextContent(m,""):R.text!==A.text&&a.setTextContent(m,A.text),O(P)&&O(S=P.hook)&&O(S=S.postpatch)&&S(R,A)}}function x(R,A,v){if(Oe(v)&&O(R.parent))R.parent.data.pendingInsert=A;else for(var k=0;k<A.length;++k)A[k].data.hook.insert(A[k])}var $=!1,Y=_t("attrs,class,staticClass,staticStyle,key");function V(R,A,v,k){var K,te=A.tag,m=A.data,S=A.children;if(k=k||m&&m.pre,A.elm=R,Oe(A.isComment)&&O(A.asyncFactory))return A.isAsyncPlaceholder=!0,!0;if(O(m)&&(O(K=m.hook)&&O(K=K.init)&&K(A,!0),O(K=A.componentInstance)))return y(A,v),!0;if(O(te)){if(O(S))if(!R.hasChildNodes())I(A,S,v);else if(O(K=m)&&O(K=K.domProps)&&O(K=K.innerHTML)){if(K!==R.innerHTML)return!1}else{for(var P=!0,G=R.firstChild,Z=0;Z<S.length;Z++){if(!G||!V(G,S[Z],v,k)){P=!1;break}G=G.nextSibling}if(!P||G)return!1}if(O(m)){var he=!1;for(var f in m)if(!Y(f)){he=!0,N(A,v);break}!he&&m.class&&hs(m.class)}}else R.data!==A.text&&(R.data=A.text);return!0}function J(R,A,v){return O(A.tag)?A.tag.indexOf("vue-component")===0||!u(A,v)&&A.tag.toLowerCase()===(R.tagName&&R.tagName.toLowerCase()):R.nodeType===(A.isComment?8:3)}return function(A,v,k,K){if(ee(v)){O(A)&&H(A);return}var te=!1,m=[];if(ee(A))te=!0,h(v,m);else{var S=O(A.nodeType);if(!S&&Sr(A,v))Ae(A,v,m,null,null,K);else{if(S){if(A.nodeType===1&&A.hasAttribute(Vf)&&(A.removeAttribute(Vf),k=!0),Oe(k)&&V(A,v,m))return x(v,m,!0),A;A=s(A)}var P=A.elm,G=a.parentNode(P);if(h(v,m,P._leaveCb?null:G,a.nextSibling(P)),O(v.parent))for(var Z=v.parent,he=C(v);Z;){for(var f=0;f<n.destroy.length;++f)n.destroy[f](Z);if(Z.elm=v.elm,he){for(var Se=0;Se<n.create.length;++Se)n.create[Se](or,Z);var me=Z.data.hook.insert;if(me.merged)for(var Be=1;Be<me.fns.length;Be++)me.fns[Be]()}else An(Z);Z=Z.parent}O(G)?B([A],0,0):O(A.tag)&&H(A)}}return x(v,m,te),v.elm}}var Fx={create:Nl,update:Nl,destroy:function(t){Nl(t,or)}};function Nl(e,t){(e.data.directives||t.data.directives)&&Ux(e,t)}function Ux(e,t){var r=e===or,n=t===or,i=gp(e.data.directives,e.context),a=gp(t.data.directives,t.context),s=[],o=[],l,u,d;for(l in a)u=i[l],d=a[l],u?(d.oldValue=u.value,d.oldArg=u.arg,mi(d,"update",t,e),d.def&&d.def.componentUpdated&&o.push(d)):(mi(d,"bind",t,e),d.def&&d.def.inserted&&s.push(d));if(s.length){var h=function(){for(var E=0;E<s.length;E++)mi(s[E],"inserted",t,e)};r?sr(t,"insert",h):h()}if(o.length&&sr(t,"postpatch",function(){for(var E=0;E<o.length;E++)mi(o[E],"componentUpdated",t,e)}),!r)for(l in i)a[l]||mi(i[l],"unbind",e,e,n)}var qx=Object.create(null);function gp(e,t){var r=Object.create(null);if(!e)return r;var n,i;for(n=0;n<e.length;n++){if(i=e[n],i.modifiers||(i.modifiers=qx),r[jx(i)]=i,t._setupState&&t._setupState.__sfc){var a=i.def||gs(t,"_setupState","v-"+i.name);typeof a=="function"?i.def={bind:a,update:a}:i.def=a}i.def=i.def||gs(t.$options,"directives",i.name,!0)}return r}function jx(e){return e.rawName||"".concat(e.name,".").concat(Object.keys(e.modifiers||{}).join("."))}function mi(e,t,r,n,i){var a=e.def&&e.def[t];if(a)try{a(r.elm,e,r,n,i)}catch(s){$r(s,r.context,"directive ".concat(e.name," ").concat(t," hook"))}}var zx=[Bx,Fx];function Ep(e,t){var r=t.componentOptions;if(!(O(r)&&r.Ctor.options.inheritAttrs===!1)&&!(ee(e.data.attrs)&&ee(t.data.attrs))){var n,i,a,s=t.elm,o=e.data.attrs||{},l=t.data.attrs||{};(O(l.__ob__)||Oe(l._v_attr_proxy))&&(l=t.data.attrs=Ee({},l));for(n in l)i=l[n],a=o[n],a!==i&&bp(s,n,i,t.data.pre);(Rn||tu)&&l.value!==o.value&&bp(s,"value",l.value);for(n in o)ee(l[n])&&(Eu(n)?s.removeAttributeNS(Yl,vh(n)):mh(n)||s.removeAttribute(n))}}function bp(e,t,r,n){n||e.tagName.indexOf("-")>-1?yp(e,t,r):fx(t)?Es(r)?e.removeAttribute(t):(r=t==="allowfullscreen"&&e.tagName==="EMBED"?"true":t,e.setAttribute(t,r)):mh(t)?e.setAttribute(t,dx(t,r)):Eu(t)?Es(r)?e.removeAttributeNS(Yl,vh(t)):e.setAttributeNS(Yl,t,r):yp(e,t,r)}function yp(e,t,r){if(Es(r))e.removeAttribute(t);else{if(Rn&&!Cn&&e.tagName==="TEXTAREA"&&t==="placeholder"&&r!==""&&!e.__ieph){var n=function(i){i.stopImmediatePropagation(),e.removeEventListener("input",n)};e.addEventListener("input",n),e.__ieph=!0}e.setAttribute(t,r)}}var Vx={create:Ep,update:Ep};function _p(e,t){var r=t.elm,n=t.data,i=e.data;if(!(ee(n.staticClass)&&ee(n.class)&&(ee(i)||ee(i.staticClass)&&ee(i.class)))){var a=px(t),s=r._transitionClasses;O(s)&&(a=bu(a,yu(s))),a!==r._prevClass&&(r.setAttribute("class",a),r._prevClass=a)}}var Hx={create:_p,update:_p},Ol="__r",wl="__c";function Gx(e){if(O(e[Ol])){var t=Rn?"change":"input";e[t]=[].concat(e[Ol],e[t]||[]),delete e[Ol]}O(e[wl])&&(e.change=[].concat(e[wl],e.change||[]),delete e[wl])}var Ti;function Wx(e,t,r){var n=Ti;return function i(){var a=t.apply(null,arguments);a!==null&&Eh(e,i,r,n)}}var Yx=Ul&&!(Hf&&Number(Hf[1])<=53);function Kx(e,t,r,n){if(Yx){var i=ch,a=t;t=a._wrapper=function(s){if(s.target===s.currentTarget||s.timeStamp>=i||s.timeStamp<=0||s.target.ownerDocument!==document)return a.apply(this,arguments)}}Ti.addEventListener(e,t,Hp?{capture:r,passive:n}:r)}function Eh(e,t,r,n){(n||Ti).removeEventListener(e,t._wrapper||t,r)}function Il(e,t){if(!(ee(e.data.on)&&ee(t.data.on))){var r=t.data.on||{},n=e.data.on||{};Ti=t.elm||e.elm,Gx(r),Jp(r,n,Kx,Eh,Wx,t.context),Ti=void 0}}var Xx={create:Il,update:Il,destroy:function(e){return Il(e,or)}},ns;function Ap(e,t){if(!(ee(e.data.domProps)&&ee(t.data.domProps))){var r,n,i=t.elm,a=e.data.domProps||{},s=t.data.domProps||{};(O(s.__ob__)||Oe(s._v_attr_proxy))&&(s=t.data.domProps=Ee({},s));for(r in a)r in s||(i[r]="");for(r in s){if(n=s[r],r==="textContent"||r==="innerHTML"){if(t.children&&(t.children.length=0),n===a[r])continue;i.childNodes.length===1&&i.removeChild(i.childNodes[0])}if(r==="value"&&i.tagName!=="PROGRESS"){i._value=n;var o=ee(n)?"":String(n);Jx(i,o)&&(i.value=o)}else if(r==="innerHTML"&&_u(i.tagName)&&ee(i.innerHTML)){ns=ns||document.createElement("div"),ns.innerHTML="<svg>".concat(n,"</svg>");for(var l=ns.firstChild;i.firstChild;)i.removeChild(i.firstChild);for(;l.firstChild;)i.appendChild(l.firstChild)}else if(n!==a[r])try{i[r]=n}catch{}}}}function Jx(e,t){return!e.composing&&(e.tagName==="OPTION"||Zx(e,t)||Qx(e,t))}function Zx(e,t){var r=!0;try{r=document.activeElement!==e}catch{}return r&&e.value!==t}function Qx(e,t){var r=e.value,n=e._vModifiers;if(O(n)){if(n.number)return Ei(r)!==Ei(t);if(n.trim)return r.trim()!==t.trim()}return r!==t}var eR={create:Ap,update:Ap},tR=Ur(function(e){var t={},r=/;(?![^(]*\))/g,n=/:(.+)/;return e.split(r).forEach(function(i){if(i){var a=i.split(n);a.length>1&&(t[a[0].trim()]=a[1].trim())}}),t});function Sl(e){var t=bh(e.style);return e.staticStyle?Ee(e.staticStyle,t):t}function bh(e){return Array.isArray(e)?Up(e):typeof e=="string"?tR(e):e}function rR(e,t){var r={},n;if(t)for(var i=e;i.componentInstance;)i=i.componentInstance._vnode,i&&i.data&&(n=Sl(i.data))&&Ee(r,n);(n=Sl(e.data))&&Ee(r,n);for(var a=e;a=a.parent;)a.data&&(n=Sl(a.data))&&Ee(r,n);return r}var nR=/^--/,Tp=/\s*!important$/,xp=function(e,t,r){if(nR.test(t))e.style.setProperty(t,r);else if(Tp.test(r))e.style.setProperty(Ri(t),r.replace(Tp,""),"important");else{var n=iR(t);if(Array.isArray(r))for(var i=0,a=r.length;i<a;i++)e.style[n]=r[i];else e.style[n]=r}},Rp=["Webkit","Moz","ms"],is,iR=Ur(function(e){if(is=is||document.createElement("div").style,e=Br(e),e!=="filter"&&e in is)return e;for(var t=e.charAt(0).toUpperCase()+e.slice(1),r=0;r<Rp.length;r++){var n=Rp[r]+t;if(n in is)return n}});function Cp(e,t){var r=t.data,n=e.data;if(!(ee(r.staticStyle)&&ee(r.style)&&ee(n.staticStyle)&&ee(n.style))){var i,a,s=t.elm,o=n.staticStyle,l=n.normalizedStyle||n.style||{},u=o||l,d=bh(t.data.style)||{};t.data.normalizedStyle=O(d.__ob__)?Ee({},d):d;var h=rR(t,!0);for(a in u)ee(h[a])&&xp(s,a,"");for(a in h)i=h[a],i!==u[a]&&xp(s,a,i??"")}}var aR={create:Cp,update:Cp},yh=/\s+/;function _h(e,t){if(!(!t||!(t=t.trim())))if(e.classList)t.indexOf(" ")>-1?t.split(yh).forEach(function(n){return e.classList.add(n)}):e.classList.add(t);else{var r=" ".concat(e.getAttribute("class")||""," ");r.indexOf(" "+t+" ")<0&&e.setAttribute("class",(r+t).trim())}}function Ah(e,t){if(!(!t||!(t=t.trim())))if(e.classList)t.indexOf(" ")>-1?t.split(yh).forEach(function(i){return e.classList.remove(i)}):e.classList.remove(t),e.classList.length||e.removeAttribute("class");else{for(var r=" ".concat(e.getAttribute("class")||""," "),n=" "+t+" ";r.indexOf(n)>=0;)r=r.replace(n," ");r=r.trim(),r?e.setAttribute("class",r):e.removeAttribute("class")}}function Th(e){if(!!e){if(typeof e=="object"){var t={};return e.css!==!1&&Ee(t,Np(e.name||"v")),Ee(t,e),t}else if(typeof e=="string")return Np(e)}}var Np=Ur(function(e){return{enterClass:"".concat(e,"-enter"),enterToClass:"".concat(e,"-enter-to"),enterActiveClass:"".concat(e,"-enter-active"),leaveClass:"".concat(e,"-leave"),leaveToClass:"".concat(e,"-leave-to"),leaveActiveClass:"".concat(e,"-leave-active")}}),xh=st&&!Cn,bn="transition",Ll="animation",ls="transition",bs="transitionend",Xl="animation",Rh="animationend";xh&&(window.ontransitionend===void 0&&window.onwebkittransitionend!==void 0&&(ls="WebkitTransition",bs="webkitTransitionEnd"),window.onanimationend===void 0&&window.onwebkitanimationend!==void 0&&(Xl="WebkitAnimation",Rh="webkitAnimationEnd"));var Op=st?window.requestAnimationFrame?window.requestAnimationFrame.bind(window):setTimeout:function(e){return e()};function Ch(e){Op(function(){Op(e)})}function kr(e,t){var r=e._transitionClasses||(e._transitionClasses=[]);r.indexOf(t)<0&&(r.push(t),_h(e,t))}function Yt(e,t){e._transitionClasses&&pr(e._transitionClasses,t),Ah(e,t)}function Nh(e,t,r){var n=Oh(e,t),i=n.type,a=n.timeout,s=n.propCount;if(!i)return r();var o=i===bn?bs:Rh,l=0,u=function(){e.removeEventListener(o,d),r()},d=function(h){h.target===e&&++l>=s&&u()};setTimeout(function(){l<s&&u()},a+1),e.addEventListener(o,d)}var sR=/\b(transform|all)(,|$)/;function Oh(e,t){var r=window.getComputedStyle(e),n=(r[ls+"Delay"]||"").split(", "),i=(r[ls+"Duration"]||"").split(", "),a=wp(n,i),s=(r[Xl+"Delay"]||"").split(", "),o=(r[Xl+"Duration"]||"").split(", "),l=wp(s,o),u,d=0,h=0;t===bn?a>0&&(u=bn,d=a,h=i.length):t===Ll?l>0&&(u=Ll,d=l,h=o.length):(d=Math.max(a,l),u=d>0?a>l?bn:Ll:null,h=u?u===bn?i.length:o.length:0);var E=u===bn&&sR.test(r[ls+"Property"]);return{type:u,timeout:d,propCount:h,hasTransform:E}}function wp(e,t){for(;e.length<t.length;)e=e.concat(e);return Math.max.apply(null,t.map(function(r,n){return Ip(r)+Ip(e[n])}))}function Ip(e){return Number(e.slice(0,-1).replace(",","."))*1e3}function Jl(e,t){var r=e.elm;O(r._leaveCb)&&(r._leaveCb.cancelled=!0,r._leaveCb());var n=Th(e.data.transition);if(!ee(n)&&!(O(r._enterCb)||r.nodeType!==1)){for(var i=n.css,a=n.type,s=n.enterClass,o=n.enterToClass,l=n.enterActiveClass,u=n.appearClass,d=n.appearToClass,h=n.appearActiveClass,E=n.beforeEnter,y=n.enter,T=n.afterEnter,_=n.enterCancelled,I=n.beforeAppear,C=n.appear,N=n.afterAppear,M=n.appearCancelled,L=n.duration,H=Dr,B=Dr.$vnode;B&&B.parent;)H=B.context,B=B.parent;var j=!H._isMounted||!e.isRootInsert;if(!(j&&!C&&C!=="")){var ce=j&&u?u:s,de=j&&h?h:l,je=j&&d?d:o,Ae=j&&I||E,x=j&&Ne(C)?C:y,$=j&&N||T,Y=j&&M||_,V=Ei(ze(L)?L.enter:L),J=i!==!1&&!Cn,R=Au(x),A=r._enterCb=us(function(){J&&(Yt(r,je),Yt(r,de)),A.cancelled?(J&&Yt(r,ce),Y&&Y(r)):$&&$(r),r._enterCb=null});e.data.show||sr(e,"insert",function(){var v=r.parentNode,k=v&&v._pending&&v._pending[e.key];k&&k.tag===e.tag&&k.elm._leaveCb&&k.elm._leaveCb(),x&&x(r,A)}),Ae&&Ae(r),J&&(kr(r,ce),kr(r,de),Ch(function(){Yt(r,ce),A.cancelled||(kr(r,je),R||(Ih(V)?setTimeout(A,V):Nh(r,a,A)))})),e.data.show&&(t&&t(),x&&x(r,A)),!J&&!R&&A()}}}function wh(e,t){var r=e.elm;O(r._enterCb)&&(r._enterCb.cancelled=!0,r._enterCb());var n=Th(e.data.transition);if(ee(n)||r.nodeType!==1)return t();if(O(r._leaveCb))return;var i=n.css,a=n.type,s=n.leaveClass,o=n.leaveToClass,l=n.leaveActiveClass,u=n.beforeLeave,d=n.leave,h=n.afterLeave,E=n.leaveCancelled,y=n.delayLeave,T=n.duration,_=i!==!1&&!Cn,I=Au(d),C=Ei(ze(T)?T.leave:T),N=r._leaveCb=us(function(){r.parentNode&&r.parentNode._pending&&(r.parentNode._pending[e.key]=null),_&&(Yt(r,o),Yt(r,l)),N.cancelled?(_&&Yt(r,s),E&&E(r)):(t(),h&&h(r)),r._leaveCb=null});y?y(M):M();function M(){N.cancelled||(!e.data.show&&r.parentNode&&((r.parentNode._pending||(r.parentNode._pending={}))[e.key]=e),u&&u(r),_&&(kr(r,s),kr(r,l),Ch(function(){Yt(r,s),N.cancelled||(kr(r,o),I||(Ih(C)?setTimeout(N,C):Nh(r,a,N)))})),d&&d(r,N),!_&&!I&&N())}}function Ih(e){return typeof e=="number"&&!isNaN(e)}function Au(e){if(ee(e))return!1;var t=e.fns;return O(t)?Au(Array.isArray(t)?t[0]:t):(e._length||e.length)>1}function Sp(e,t){t.data.show!==!0&&Jl(t)}var oR=st?{create:Sp,activate:Sp,remove:function(e,t){e.data.show!==!0?wh(e,t):t()}}:{},lR=[Vx,Hx,Xx,eR,aR,oR],uR=lR.concat(zx),cR=$x({nodeOps:kx,modules:uR});Cn&&document.addEventListener("selectionchange",function(){var e=document.activeElement;e&&e.vmodel&&Tu(e,"input")});var Sh={inserted:function(e,t,r,n){r.tag==="select"?(n.elm&&!n.elm._vOptions?sr(r,"postpatch",function(){Sh.componentUpdated(e,t,r)}):Lp(e,t,r.context),e._vOptions=[].map.call(e.options,ys)):(r.tag==="textarea"||Kl(e.type))&&(e._vModifiers=t.modifiers,t.modifiers.lazy||(e.addEventListener("compositionstart",dR),e.addEventListener("compositionend",Bp),e.addEventListener("change",Bp),Cn&&(e.vmodel=!0)))},componentUpdated:function(e,t,r){if(r.tag==="select"){Lp(e,t,r.context);var n=e._vOptions,i=e._vOptions=[].map.call(e.options,ys);if(i.some(function(s,o){return!Mr(s,n[o])})){var a=e.multiple?t.value.some(function(s){return kp(s,i)}):t.value!==t.oldValue&&kp(t.value,i);a&&Tu(e,"change")}}}};function Lp(e,t,r){Dp(e,t,r),(Rn||tu)&&setTimeout(function(){Dp(e,t,r)},0)}function Dp(e,t,r){var n=t.value,i=e.multiple;if(!(i&&!Array.isArray(n))){for(var a,s,o=0,l=e.options.length;o<l;o++)if(s=e.options[o],i)a=jp(n,ys(s))>-1,s.selected!==a&&(s.selected=a);else if(Mr(ys(s),n)){e.selectedIndex!==o&&(e.selectedIndex=o);return}i||(e.selectedIndex=-1)}}function kp(e,t){return t.every(function(r){return!Mr(r,e)})}function ys(e){return"_value"in e?e._value:e.value}function dR(e){e.target.composing=!0}function Bp(e){!e.target.composing||(e.target.composing=!1,Tu(e.target,"input"))}function Tu(e,t){var r=document.createEvent("HTMLEvents");r.initEvent(t,!0,!0),e.dispatchEvent(r)}function Zl(e){return e.componentInstance&&(!e.data||!e.data.transition)?Zl(e.componentInstance._vnode):e}var fR={bind:function(e,t,r){var n=t.value;r=Zl(r);var i=r.data&&r.data.transition,a=e.__vOriginalDisplay=e.style.display==="none"?"":e.style.display;n&&i?(r.data.show=!0,Jl(r,function(){e.style.display=a})):e.style.display=n?a:"none"},update:function(e,t,r){var n=t.value,i=t.oldValue;if(!n!=!i){r=Zl(r);var a=r.data&&r.data.transition;a?(r.data.show=!0,n?Jl(r,function(){e.style.display=e.__vOriginalDisplay}):wh(r,function(){e.style.display="none"})):e.style.display=n?e.__vOriginalDisplay:"none"}},unbind:function(e,t,r,n,i){i||(e.style.display=e.__vOriginalDisplay)}},pR={model:Sh,show:fR},Lh={name:String,appear:Boolean,css:Boolean,mode:String,type:String,enterClass:String,leaveClass:String,enterToClass:String,leaveToClass:String,enterActiveClass:String,leaveActiveClass:String,appearClass:String,appearActiveClass:String,appearToClass:String,duration:[Number,String,Object]};function Ql(e){var t=e&&e.componentOptions;return t&&t.Ctor.options.abstract?Ql(nh(t.children)):e}function Dh(e){var t={},r=e.$options;for(var n in r.propsData)t[n]=e[n];var i=r._parentListeners;for(var n in i)t[Br(n)]=i[n];return t}function Mp(e,t){if(/\d-keep-alive$/.test(t.tag))return e("keep-alive",{props:t.componentOptions.propsData})}function hR(e){for(;e=e.parent;)if(e.data.transition)return!0}function mR(e,t){return t.key===e.key&&t.tag===e.tag}var vR=function(e){return e.tag||yi(e)},gR=function(e){return e.name==="show"},ER={name:"transition",props:Lh,abstract:!0,render:function(e){var t=this,r=this.$slots.default;if(!!r&&(r=r.filter(vR),!!r.length)){var n=this.mode,i=r[0];if(hR(this.$vnode))return i;var a=Ql(i);if(!a)return i;if(this._leaving)return Mp(e,i);var s="__transition-".concat(this._uid,"-");a.key=a.key==null?a.isComment?s+"comment":s+a.tag:xi(a.key)?String(a.key).indexOf(s)===0?a.key:s+a.key:a.key;var o=(a.data||(a.data={})).transition=Dh(this),l=this._vnode,u=Ql(l);if(a.data.directives&&a.data.directives.some(gR)&&(a.data.show=!0),u&&u.data&&!mR(a,u)&&!yi(u)&&!(u.componentInstance&&u.componentInstance._vnode.isComment)){var d=u.data.transition=Ee({},o);if(n==="out-in")return this._leaving=!0,sr(d,"afterLeave",function(){t._leaving=!1,t.$forceUpdate()}),Mp(e,i);if(n==="in-out"){if(yi(a))return l;var h,E=function(){h()};sr(o,"afterEnter",E),sr(o,"enterCancelled",E),sr(d,"delayLeave",function(y){h=y})}}return i}}},kh=Ee({tag:String,moveClass:String},Lh);delete kh.mode;var bR={props:kh,beforeMount:function(){var e=this,t=this._update;this._update=function(r,n){var i=oh(e);e.__patch__(e._vnode,e.kept,!1,!0),e._vnode=e.kept,i(),t.call(e,r,n)}},render:function(e){for(var t=this.tag||this.$vnode.data.tag||"span",r=Object.create(null),n=this.prevChildren=this.children,i=this.$slots.default||[],a=this.children=[],s=Dh(this),o=0;o<i.length;o++){var l=i[o];if(l.tag){if(l.key!=null&&String(l.key).indexOf("__vlist")!==0)a.push(l),r[l.key]=l,(l.data||(l.data={})).transition=s;else if(!1)var u,d}}if(n){for(var h=[],E=[],o=0;o<n.length;o++){var l=n[o];l.data.transition=s,l.data.pos=l.elm.getBoundingClientRect(),r[l.key]?h.push(l):E.push(l)}this.kept=e(t,null,h),this.removed=E}return e(t,null,a)},updated:function(){var e=this.prevChildren,t=this.moveClass||(this.name||"v")+"-move";!e.length||!this.hasMove(e[0].elm,t)||(e.forEach(yR),e.forEach(_R),e.forEach(AR),this._reflow=document.body.offsetHeight,e.forEach(function(r){if(r.data.moved){var n=r.elm,i=n.style;kr(n,t),i.transform=i.WebkitTransform=i.transitionDuration="",n.addEventListener(bs,n._moveCb=function a(s){s&&s.target!==n||(!s||/transform$/.test(s.propertyName))&&(n.removeEventListener(bs,a),n._moveCb=null,Yt(n,t))})}}))},methods:{hasMove:function(e,t){if(!xh)return!1;if(this._hasMove)return this._hasMove;var r=e.cloneNode();e._transitionClasses&&e._transitionClasses.forEach(function(i){Ah(r,i)}),_h(r,t),r.style.display="none",this.$el.appendChild(r);var n=Oh(r);return this.$el.removeChild(r),this._hasMove=n.hasTransform}}};function yR(e){e.elm._moveCb&&e.elm._moveCb(),e.elm._enterCb&&e.elm._enterCb()}function _R(e){e.data.newPos=e.elm.getBoundingClientRect()}function AR(e){var t=e.data.pos,r=e.data.newPos,n=t.left-r.left,i=t.top-r.top;if(n||i){e.data.moved=!0;var a=e.elm.style;a.transform=a.WebkitTransform="translate(".concat(n,"px,").concat(i,"px)"),a.transitionDuration="0s"}}var TR={Transition:ER,TransitionGroup:bR};be.config.mustUseProp=ux;be.config.isReservedTag=gh;be.config.isReservedAttr=ox;be.config.getTagNamespace=bx;be.config.isUnknownElement=yx;Ee(be.options.directives,pR);Ee(be.options.components,TR);be.prototype.__patch__=st?cR:$e;be.prototype.$mount=function(e,t){return e=e&&st?_x(e):void 0,m7(this,e,t)};st&&setTimeout(function(){Ye.devtools&&cs&&cs.emit("init",be)},0);var jr=It(Kh(),1),{Store:DQ,install:kQ,version:BQ,mapState:MQ,mapMutations:PQ,mapGetters:$Q,mapActions:FQ,createNamespacedHelpers:UQ,createLogger:qQ}=jr.default;var qR=It(Ou(),1),c0=It(t0(),1),v0=It(Ou(),1),z={ANALYSIS_FINDING:"analysis-finding",DATABASE:"database",QUERY:"query",HTTP:"http",EXTERNAL_ROUTE:"external-route",EXTERNAL_SERVICE:"external-service",ROUTE:"route",PACKAGE:"package",CLASS:"class",FUNCTION:"function"};function o0(e,t=[]){if(e.parent){o0(e.parent,t);let r;switch(e.parent.type){case z.PACKAGE:r="/";break;case z.CLASS:r="::";break;default:r="->"}e.type===z.FUNCTION&&(r="static"in e&&e.static?".":"#"),t.push(r)}return t.push(e.name),t}var jR=/(?:(?:#|--).*?(?=\r|\n|$))|(?:\/\*(?:[^/]|\/[^*])*?(?:\*\/|\/\*.*))/gi,l0={single_quotes:/'(?:[^']|'')*?(?:'(?!'))/g,double_quotes:/"(?:[^"]|"")*?(?:\\".*|"(?!"))/g,dollar_quotes:/(\$(?!\d)[^$]*?\$).*?(?:\1|$)/g,uuids:/\{?(?:[0-9a-fA-F]-*){32}\}?/g,numeric_literals:/-?\b(?:[0-9]+\.)?[0-9]+([eE][+-]?[0-9]+)?\b/g,boolean_literals:/\b(?:true|false|null)\b/gi,hexadecimal_literals:/0x[0-9a-fA-F]+/g,oracle_quoted_strings:/q'\[.*?(?:\]'|$)|q'\{.*?(?:\}'|$)|q'<.*?(?:>'|$)|q'\(.*?(?:\)'|$)/g},Iu={mysql:/'|"|\/\*|\*\//,mysql2:/'|"|\/\*|\*\//,postgres:/'|\/\*|\*\/|\$(?!\?)/,sqlite:/'|\/\*|\*\//,cassandra:/'|\/\*|\*\//,oracle:/'|\/\*|\*\//,oracle_enhanced:/'|\/\*|\*\//},zR={fallback:Object.keys(l0),mysql:["single_quotes","double_quotes","numeric_literals","boolean_literals","hexadecimal_literals"],postgres:["single_quotes","dollar_quotes","uuids","numeric_literals","boolean_literals"],sqlite:["single_quotes","numeric_literals","boolean_literals","hexadecimal_literals"],oracle:["single_quotes","oracle_quoted_strings","numeric_literals"],cassandra:["single_quotes","uuids","numeric_literals","boolean_literals","hexadecimal_literals"]},VR="?";function Sn(e){let t=`(?:${zR[e].map(r=>l0[r].source).flat().join(")|(?:")})`;return new RegExp(t,"gi")}var HR=Sn("mysql"),GR=Sn("postgres"),WR=Sn("sqlite"),YR=Sn("oracle"),KR=Sn("cassandra"),XR=Sn("fallback");function JR(e,t){return Iu[t]?Iu[t].test(e):Iu.mysql.test(e)}function u0(e,t){let r;switch(t){case"mysql":case"mysql2":r=HR;break;case"postgres":r=GR;break;case"sqlite":r=WR;break;case"oracle":case"oracle_enhanced":r=YR;break;case"cassandra":r=KR;break;default:r=XR}let n=e.replace(r,VR).replace(jR,"");return JR(n,t)&&(n=e),n}var ZR=class extends Error{constructor(e,t){super(e),this.sql=t}toString(){return`${this.message}: ${this.sql}`}};function d0(e,t=()=>{}){let r=e.replace(/\s+returning\s+\*/i,"");try{return(0,c0.default)(r)}catch(n){return t(new ZR(n.message,r)),null}}function QR(e,t=()=>{}){let r=d0(e,t);if(!r)return null;let n=[],i=[],a=[],s=0;function o(_){let I=["type","variant"].map(N=>_[N]).filter(N=>N).join("."),C=y[I];C||(C=l),(Array.isArray(C)?C:[C]).forEach(N=>N(_))}function l(_){let I=["type","variant","name","value"];Object.keys(_).filter(C=>!I.includes(C)).map(C=>_[C]).forEach(C=>{Array.isArray(C)?C.forEach(o):typeof C=="object"?o(C):typeof C=="string"||typeof C=="boolean"||console.warn(`Unrecognized subexpression: ${typeof C} ${C}`)})}function u(_,I){_.forEach(C=>{let N=I[C];Array.isArray(N)?N.forEach(o):typeof N=="object"?o(N):console.warn(`Unrecognized subexpression: ${N}`)})}let d=()=>{};function h(_){_.format==="table"&&a.push(_.name),u(["columns"],_)}function E(_){return()=>{n.push(_)}}let y={"literal.text":d,"literal.decimal":d,"identifier.star":_=>i.push(_.name),"identifier.column":_=>i.push(_.name),"identifier.table":_=>a.push(_.name),"identifier.expression":h,"statement.select":[E("select"),l],"statement.insert":[E("insert"),l],"statement.update":[E("update"),l],"statement.delete":[E("delete"),l],"statement.pragma":d,"map.join":[_=>{s+=_.map.length},l]};o(r);function T(_){return[...new Set(_)]}return{actions:T(n).sort(),tables:T(a).sort(),columns:T(i).sort(),joinCount:s}}function eC(e,t){let r=d0(e);return r?JSON.stringify(r,(n,i)=>{if(i===null)return null;switch(i.type){case"variable":case"literal":return{type:"variable"};default:return i}}):u0(e,t)}var zr=(e,t)=>Object.prototype.hasOwnProperty.call(e,t);function tC(e){return typeof e!="string"?"":e.slice(0,1).toUpperCase()+e.slice(1).toLowerCase()}function rC(e){if(zr(e,"http_server_request")===!1)return null;let t=e.http_server_request.request_method,r=e.http_server_request.path_info,n;try{let i=new URL(r,"http://hostname");n=`${t} ${i.pathname}`}catch{n="HTTP Request"}return n}var nC=new Set(["insert","update","select","delete","alter","create","drop","rename","truncate","replace","savepoint","release","rollback","lock","unlock","set","start","call","delete","do","perform","handler","load","purge","reset","prepare","execute","deallocate","xa"]);function Ss(e){let t=[...e.trimLeft()];t.length>0&&t[0]==="("&&t.shift();let r=0,n=t.reduce((a,s)=>(s==="("&&(r+=1),r===0&&a.push(s),s===")"&&(r-=1),a),[]).join(""),i=null;return n.search(/\s/)===-1?i=n:i=n.replace(/[^\w]+/g," ").toLowerCase().split(" ").find(a=>nC.has(a)),["SQL",tC(i)||null].join(" ")}function ku(e){return zr(e,"sql_query")===!1?null:Ss(e.sql_query.normalized_sql||e.sql_query.sql||"")}function iC(e){let t=rC(e);return t||(t=ku(e)),t}function f0(e){return iC(e)||e.toString()}function qe(e,t,r){Object.hasOwnProperty.call(e,"$hidden")||Object.defineProperty(e,"$hidden",{enumerable:!1,writable:!1,value:{}}),Object.defineProperty(e.$hidden,t,{enumerable:!1,writable:!0,...r})}function aC(e,t){let r={};function n(i,a,s,o){a[i]||(a[i]={}),a[i][s]||(a[i][s]=[]),a[i][s].push(o)}return e.codeObjects.filter(i=>i.labels.size).forEach(i=>{Array.from(i.labels).forEach(a=>{n(a,r,i.type,i)})}),t.filter(i=>i.isCall()&&i.labels.size).forEach(i=>{Array.from(i.labels).forEach(a=>{n(a,r,"event",i)})}),r}var Lu=e=>JSON.stringify(e).length;function r0(e,t){let r=0,n=0;for(;;){let i=e[r],a=t[n];if(!i&&!a)return;if(typeof i>"u"){e.push(null),r+=1,n+=1;continue}if(typeof a>"u"){t.push(null),r+=1,n+=1;continue}let s=i.identityHash,o=a.identityHash;if(s!==o){let l=0;for(let d=r+1;d<e.length;d+=1)l+=e[d].identityHash===s?1:0;let u=0;for(let d=n+1;d<t.length;d+=1)u+=t[d].identityHash===s?1:0;l>=u?t.splice(n,0,null):l<u&&e.splice(r,0,null)}r+=1,n+=1}}function Ls(e){return e.filter(t=>t.isCall()&&!t.parent)}function p0(e){return e==null?!0:Array.isArray(e)||typeof e=="string"?e.length===0:e instanceof Set||e instanceof Map?e.size===0:typeof e=="object"?Object.values(e).every(p0):!1}function h0(e,t){return e.reduce((r,n)=>{let i=t[n];return p0(i)||(i instanceof Set?r[n]=[...i]:r[n]=i),r},{})}var hr=class{constructor(e,t){this.data={...e},this.dataKeys=Object.keys(e).filter(r=>!["dynamic","static","location","database_type"].includes(r)),this.dataKeys.push("children"),e.type===z.FUNCTION&&(this.dataKeys.push("static"),this.dataKeys.push("location")),e.type===z.QUERY&&this.dataKeys.push("database_type"),this.data.labels instanceof Set||(this.data.labels=new Set(this.data.labels)),this.children=[],t&&t.children.push(this),qe(this,"parent",{value:t}),qe(this,"events",{writable:!1,value:[]})}get id(){return this.buildId().join("")}get name(){return this.data.name}get type(){return this.data.type}get static(){return this.data.static}get location(){return this.data.location}get labels(){return this.data.labels}get events(){return this.$hidden.events}get parent(){return this.$hidden.parent}set parent(e){this.$hidden.parent=e}get locations(){switch(this.type){case z.CLASS:return Array.from(this.classLocations()).sort();case z.FUNCTION:return[this.location];default:return[]}}get packageOf(){return[this,...this.ancestors()].filter(e=>e.type===z.PACKAGE).map(e=>e.name).reverse().join("/")}get classOf(){return[this,...this.ancestors()].filter(e=>e.type===z.CLASS).map(e=>e.name).reverse().join("::")}get classObject(){return[this,...this.ancestors()].find(e=>e.type===z.CLASS)}get packageObject(){return[this,...this.ancestors()].find(e=>e.type===z.PACKAGE)}get functions(){return this.type===z.CLASS?this.children.filter(e=>e.type===z.FUNCTION):this.descendants().filter(e=>e.type===z.FUNCTION)}get classes(){return[this,...this.descendants()].filter(e=>e.type===z.CLASS&&e.functions.length)}get allEvents(){return[this,...this.descendants()].map(e=>e.events).flat()}descendants(){let e=[...this.children],t=[];for(;e.length;){let r=e.pop();t.push(r),e.push(...r.children)}return t}ancestors(){let e=this.parent,t=[];for(;e;)t.push(e),e=e.parent;return t}leafs(){let{type:e}=this,t=[this],r=[];for(;t.length;){let n=t.pop(),i=n.children.filter(a=>a.type===e);i.length&&t.push(...i),(!n.children.length&&n.type===e||i.length!==n.children.length)&&r.push(n)}return r}childLeafs(){return this.children.map(e=>e.leafs()).flat()}visit(e,t=[]){t.push(this),e(this,t),this.children.forEach(r=>r.visit(e,t)),t.pop()}buildId(e=[]){return o0(this,e)}classLocations(e=new Set){if(this.children.forEach(t=>t.classLocations(e)),this.type===z.FUNCTION&&this.location){let t=this.location.split(":",2);e.add(t[0])}return e}toJSON(){return h0(this.dataKeys,this)}static constructDataChainFromEvent(e){let t;if(e.httpServerRequest)t=[{type:z.HTTP,name:"HTTP server requests"},{type:z.ROUTE,name:e.route}];else if(e.httpClientRequest){let n;try{n=new URL(e.httpClientRequest.url).host}catch{n="External service"}t=[{type:z.EXTERNAL_SERVICE,name:n},{type:z.EXTERNAL_ROUTE,name:e.route}]}else e.sqlQuery?t=[{type:z.DATABASE,name:"Database"},{type:z.QUERY,name:e.sqlQuery,database_type:e.sql.database_type}]:t=[{type:z.CLASS,name:e.definedClass},{type:z.FUNCTION,name:e.methodId,static:e.isStatic,location:""}];let r=[...t];for(;r.length;){let n=r.pop();n.dynamic=!0,n.children&&n.children.forEach(i=>r.push(i))}return t}get inboundConnections(){return this.allEvents.filter(e=>e.parent).map(e=>e.parent.codeObject)}get outboundConnections(){return this.allEvents.map(e=>e.children).flat().map(e=>e.codeObject)}get sqlQueries(){return this.allEvents.map(e=>e.children).flat().filter(e=>e.sql).map(e=>e.codeObject)}get prettyName(){switch(this.type){case z.FUNCTION:return`${this.classOf}${this.static?".":"#"}${this.name}`;case z.CLASS:return this.classOf;case z.PACKAGE:return this.packageOf;case z.QUERY:return Ss(this.name);default:return this.name}}get fqid(){return`${this.type}:${this.id}`}};function n0(e,t,r){t.push(e),r[e.id]=e}var Ds=class{constructor(e){this.codeObjectsByLocation={},this.codeObjects=[],this.codeObjectsById={};let t=(r,n=null)=>{let i=new hr(r,n);return n0(i,this.codeObjects,this.codeObjectsById),(r.children||[]).forEach(a=>{t(a,i)}),i.type!=="package"&&i.locations.forEach(a=>{let s=this.codeObjectsByLocation[a];s||(s=[],this.codeObjectsByLocation[a]=s),s.push(i)}),i};this.roots=e.map(r=>t(r))}visit(e){this.roots.forEach(t=>t.visit(e))}search(e){let t=e.toLowerCase();return this.codeObjects.filter(r=>r.id.toLowerCase().indexOf(t)!==-1)}codeObjectFromId(e){return this.codeObjectsById[e]}codeObjectsAtLocation(e){return this.codeObjectsByLocation[e]||[]}codeObjectFromEvent(e){let t;if(!(e.httpServerRequest||e.httpClientRequest||e.sql)){let{path:r,lineno:n}=e,i=[r,n].filter(a=>a).join(":");if(i!==""&&(t=this.codeObjectsAtLocation(i).find(a=>a.name===e.methodId),t))return t}return null}root(e){return this.roots.find(t=>t.type===e)}get httpObject(){return this.root(z.HTTP)}get sqlObject(){return this.root(z.DATABASE)}bindEvents(e){if(!e||!Array.isArray(e)||!e.length)return;let t=new Set;e.filter(n=>n.isCall()).forEach(n=>{let i=this.codeObjectFromEvent(n);if(!i){let s=(u,d,h)=>{let E=d.find(y=>y.type===u.type&&y.name===u.name);return E||(E=new hr(u,h),h||this.roots.push(E),n0(E,this.codeObjects,this.codeObjectsById)),E},o=hr.constructDataChainFromEvent(n),l=null;o.forEach(u=>{l=s(u,l?l.children:this.roots,l)}),i=l}n.codeObject=i,i.events.push(n);let a=i.ancestors();t.add(i),a.forEach(s=>t.add(s))}),this.codeObjects=this.codeObjects.filter(n=>t.has(n));function r(n,i){return n.filter(a=>i.has(a)?(a.children=r(a.children,i),!0):!1)}this.roots=r(this.roots,t),Object.keys(this.codeObjectsByLocation).forEach(n=>{t.has(n)||delete this.codeObjectsByLocation[n]}),Object.entries(this.codeObjectsById).forEach(([n,i])=>{t.has(i)||delete this.codeObjectsById[n]})}toJSON(){return this.roots}},m0=class{constructor(e={},t={},r=null,n=[]){this.input=e,this.output=t,this.children=[],this.labels=n,qe(this,"caller",{value:r})}get caller(){return this.$hidden.caller}set caller(e){this.$hidden.$hiddencaller=e}clone(){let e={...this.input},t={...this.output},r=[...this.labels],n=new m0(e,t,null,r);return this.displayName&&(n.displayName=this.displayName),this.children.forEach(i=>{let a=i.clone();n.addChild(a),a.caller=n}),n}addChild(e){this.children.push(e)}replaceChild(e,t){let r=this.children.indexOf(e);if(r===-1)throw new Error(`${e} not found in call tree`);this.children.splice(r,1,...t),t.forEach(n=>{n.caller=this}),e.caller=null}removeChild(e){let t=this.children.indexOf(e);if(t<0)throw new Error(`${e} found orphaned by ${this} !`);this.children.splice(t,1)}postOrderForEach(e,t=[]){t.push(this),[...this.children].forEach(r=>r.postOrderForEach(e,t)),e(this,t),t.pop(this)}preOrderForEach(e,t=[]){t.push(this),e(this,t),[...this.children].forEach(r=>r.preOrderForEach(e,t)),t.pop(this)}forEach(e){this.postOrderForEach(e)}filter(e){let t=this.clone();return t.forEach((r,n)=>{r.isRoot()||e(r,n)||r.caller.replaceChild(r,r.children)}),t}include(e){let t=this.clone();return t.postOrderForEach((r,n)=>{if(!r.isRoot()){if(r.marked_include&&r.caller){r.caller.marked_include=!0;return}if(r.marked_include=e(r,n),r.marked_include){r.caller&&(r.caller.marked_include=!0);return}r.caller&&r.caller.removeChild(r)}}),t.postOrderForEach(r=>{delete r.marked_include}),t}exclude(e){let t=this.clone();return t.forEach((r,n)=>{r.isRoot()||e(r,n)&&r.caller.removeChild(r)}),t}toArray(){let e=this.children.map(t=>t.toArray()).flat();return this.isRoot()?e:[this,...e]}find(e){if(e(this))return this;for(let t=0;t<this.children.length;t+=1){let r=this.children[t].find(e);if(r)return r}return null}depth(){return this.ancestors().length}ancestors(){let e=[],t=this.caller;for(;t;)e.push(t),t=t.caller;return e}hasAncestor(e){let t=this;for(;t;){if(t===e)return!0;t=t.caller}return!1}descendants(){return[this,...this.children.map(e=>e.descendants()).flat()]}next(){if(this.children.length>0)return this.children[0];let e=this,t=this.caller,r=n=>n===e;for(;t;){let n=t.children.findIndex(r);if(n<0)throw new Error(`${this} found orphaned by ${t}!`);if(n<t.children.length-1)return t.children[n+1];e=t,t=t.caller}return null}previous(){let e=this.caller;if(!e)return null;if(e.children.length===1)return e;let t=e.children.findIndex(r=>r===this);if(t<0)throw new Error(`${this.input.id} found orphaned by ${e.input.id}!`);if(t>0){let r=e.children[t-1];for(;r.children.length>0;)r=r.children[r.children.length-1];return r}return e}left(e){let t=e||this.depth(),r=this;for(;;){let n=r.caller;if(!n)return this;let i=n.children.indexOf(r);if(i!==0){r=n.children[i-1];break}else r=n}for(;r.depth()!==t;){let{children:n}=r;if(n.length===0)break;r=n[n.length-1]}return r}right(e){let t=e||this.depth(),r=this;for(;;){let n=r.caller;if(!n)return this;let i=n.children,a=i.indexOf(r);if(a!==i.length-1){r=n.children[a+1];break}else r=n}for(;r.depth()!==t;){let{children:n}=r;if(n.length===0)break;[r]=n}return r}isRoot(){return this.caller===null}count(){let e=0;return this.forEach(()=>{e+=1}),e}get id(){return this.input&&this.input.id?this.input.id:null}},i0=m0;function a0(e,t){let r=e.listeners[t];return r||(r=[],e.listeners[t]=r),r}var mr=class{constructor(){this.listeners={},this.anyListeners=[]}once(e,t){return a0(this,e).push({fn:t,once:!0}),this}on(e,t){return a0(this,e).push({fn:t}),this}off(e,t){let r=this.listeners[e];if(r){let n=r.filter(i=>i.fn&&i.fn!==t);n.length===0?delete this.listeners[e]:n.length!==r.length&&(this.listeners[e]=n)}return this}emit(e,t=void 0){let r=this.listeners[e];if(r){let n=!1;r.forEach(i=>{i.once&&(n=!0);try{i.fn(t)}catch(a){console.error(`error occurred while executing event ${e}`),console.error(a)}}),n&&(this.listeners[e]=this.listeners[e].filter(i=>!i.once))}return this.anyListeners.forEach(n=>n.emit(e,t)),this}pipe(e,...t){return t.length?(t.forEach(r=>e.on(r,n=>this.emit(n))),this):(e.any(this),this)}any(e){return this.anyListeners.push(e),this}},sC=class extends mr{constructor(e,t=()=>[]){super(),this.dataStore={rootEvent:this.rootNode,selectedEvent:this.rootNode},this.rootEvent=new i0;let r=[this.rootEvent];return e.forEach(n=>{if(n.event!=="call"){r.length>1&&r.pop();return}let i=r[r.length-1],a=new i0(n,n.returnEvent,i,t(n));i.addChild(a),r.push(a)}),this}get rootEvent(){return this.dataStore.rootEvent}set rootEvent(e){this.dataStore.rootEvent=e,this.emit("rootEvent",e)}get selectedEvent(){return this.dataStore.selectedEvent}set selectedEvent(e){this.dataStore.selectedEvent=e,this.emit("selectedEvent",e)}};function s0(e){let t=new Set(e),r=new Set,n=[];return e.forEach(i=>{if(r.has(i))return;r.add(i);let a=[i],s=i;for(;;){let{nextSibling:o}=s;if(o&&t.has(o))a.push(o),r.add(o),s=o;else break}n.push(a)}),n}var Dt=class{constructor(e){this.data={events:[],classMap:[],...e},this.classMap=new Ds(this.data.classMap),this.callTree=new sC(this.events),this.classMap.bindEvents(this.events),this.labels=aC(this.classMap,this.events);let t;this.events.forEach(r=>{t&&(r.previous=t,t.next=r),t=r}),this.eventsById=this.events.reduce((r,n)=>(r[n.id]=n,r),{}),delete this.data.classMap}get version(){return this.data.version}get metadata(){return this.data.metadata||{}}get name(){return this.metadata.name}get rootEvent(){return this.callTree.rootEvent}get events(){return this.data.events}getEvent(e){return this.eventsById[e]}shallowCopy(){let e=new Dt({});return e.data.events=this.data.events,e.data.metadata=this.data.metadata,e.classMap=this.classMap,e.callTree=this.callTree,e}rootEvents(){return Ls(this.events)}static*multiTreeIterator(e,t){let r,n,i=e.rootEvents(),a=t.rootEvents();for(r0(i,a);;){if(r=i.shift(),n=a.shift(),!r&&!n)return;if(r&&n){let s=r?[...r.children]:[],o=n?[...n.children]:[];r0(s,o),s.forEach(l=>i.push(l)),o.forEach(l=>a.push(l))}yield[r,n]}}static getDiff(e,t){let r={changed:[],added:[],removed:[]},n=Dt.multiTreeIterator(e,t),i=n.next();for(;!i.done;){let[a,s]=i.value;a?s?a.hash!==s.hash&&r.changed.push([a,s]):r.removed.push(a):r.added.push(s),i=n.next()}return r.added=s0(r.added),r.removed=s0(r.removed),r}toJSON(){return{...this.data,classMap:this.classMap}}},Du=class{constructor(e){this.hashEntries=[["algorithmVersion",e]]}addProperty(e,t){this.hashEntries.push([e,t])}get canonicalString(){return this.hashEntries.map(e=>e.join("=")).join(`
14
+ `)}digest(){return(0,v0.default)(this.hashEntries.map(e=>e.join("=")).join("")).toString()}static buildHash(e,t){let r=new Du(e);return Object.keys(t).sort().forEach(n=>r.addProperty(n,t[n])),r}};function Is(e,t,r){!e||typeof e[t]>"u"||typeof e[r]<"u"||Object.defineProperty(e,r,{get(){return this[t]},enumerable:!1})}var we=class{static contentType(...e){let t=e.find(r=>(r?.headers||{})["Content-Type"]);return t?t.headers["Content-Type"]:null}constructor(e){let t=e;e instanceof we&&(t={...e},e.$hidden.parameters&&(t.parameters=e.$hidden.parameters.map(r=>({...r}))),Array.isArray(e.$hidden.message)&&(t.message=e.$hidden.message.map(r=>({...r}))),e.$hidden.labels&&(t.labels=[...e.$hidden.labels]),e.$hidden.exceptions&&(t.exceptions=[...e.$hidden.exceptions])),this.dataKeys=Object.keys(t),t.event==="call"&&(qe(this,"parent"),qe(this,"children",{writable:!1,value:[]}),qe(this,"dataReferences",{writable:!1,value:[]}),qe(this,"codeObject"),qe(this,"parameters"),qe(this,"message")),qe(this,"linkedEvent"),qe(this,"labels"),qe(this,"exceptions"),qe(this,"next"),qe(this,"previous"),qe(this,"hash"),qe(this,"identityHash"),qe(this,"depth"),Is(t.http_server_response,"status_code","status"),Is(t.http_server_response,"status","status_code"),Is(t.http_client_response,"status_code","status"),Is(t.http_client_response,"status","status_code"),Object.assign(this,t)}get depth(){if(this.$hidden.depth===void 0){let e=0,{parent:t}=this;for(;t;)e+=1,t=t.parent;this.$hidden.depth=e}return this.$hidden.depth}get methodId(){return this.method_id}get isFunction(){return this.definedClass&&this.methodId}get isStatic(){return this.static}get sql(){return this.callEvent.sql_query}get returnValue(){return this.returnEvent?this.returnEvent.return_value:void 0}get elapsedTime(){return this.returnEvent?this.returnEvent.elapsed:void 0}get elapsedInstrumentationTime(){return this.returnEvent?this.returnEvent.elapsed_instrumentation:void 0}get linkedEvent(){return this.$hidden.linkedEvent}get next(){return this.$hidden.next}get previous(){return this.$hidden.previous}get parent(){return this.$hidden.parent}get children(){return this.$hidden.children||[]}get codeObject(){return this.callEvent.$hidden.codeObject}get parameters(){return this.callEvent.$hidden.parameters}get labels(){let e=this.callEvent.$hidden.labels||[];return new Set([...e,...this.callEvent.codeObject.labels])}get exceptions(){return this.returnEvent?this.returnEvent.$hidden.exceptions||[]:[]}get message(){return this.callEvent.$hidden.message}get httpServerRequest(){return this.callEvent.http_server_request}get httpServerResponse(){return this.returnEvent?this.returnEvent.http_server_response:void 0}get httpClientRequest(){return this.callEvent.http_client_request}get httpClientResponse(){return this.returnEvent?this.returnEvent.http_client_response:void 0}get definedClass(){return this.defined_class?this.defined_class.replace(/\./g,"/"):null}get requestPath(){return this.httpServerRequest?this.httpServerRequest.normalized_path_info||this.httpServerRequest.path_info:this.httpClientRequest?this.httpClientRequest.url:null}get requestMethod(){return this.httpServerRequest?this.httpServerRequest.request_method:this.httpClientRequest?this.httpClientRequest.request_method:null}get requestContentType(){return we.contentType(this.httpServerRequest,this.httpClientRequest)}get responseContentType(){return we.contentType(this.httpServerResponse,this.httpClientResponse)}get route(){let{requestMethod:e,requestPath:t}=this;return!e||!t?null:`${e} ${t}`}get sqlQuery(){let{sql:e}=this;return e?e.normalized_sql||e.sql:null}get fqid(){return`event:${this.id}`}get previousSibling(){let{parent:e}=this;if(!e)return null;let t=e.children.findIndex(r=>r===this);return console.assert(t!==-1,"attempted to locate index of an orphaned event"),t===0?null:e.children[t-1]}get nextSibling(){let{parent:e}=this;if(!e){let r=this.next;for(;r;){if(r.isCall()&&!r.parent)return r;r=r.next}return null}let t=this.parent.children.findIndex(r=>r===this);return console.assert(t!==-1,"attempted to locate index of an orphaned event"),t===e.children.length-1?null:e.children[t+1]}set codeObject(e){zr(this.$hidden,"codeObject")&&(this.$hidden.codeObject=e)}set parameters(e){zr(this.$hidden,"parameters")&&(this.$hidden.parameters=e)}set labels(e){zr(this.$hidden,"labels")&&(this.$hidden.labels=e)}set exceptions(e){zr(this.$hidden,"exceptions")&&(this.$hidden.exceptions=e)}set message(e){zr(this.$hidden,"message")&&(this.$hidden.message=e)}set linkedEvent(e){this.$hidden.linkedEvent=e}set next(e){this.$hidden.next=e}set previous(e){this.$hidden.previous=e}set parent(e){this.$hidden.parent=e}link(e){e.linkedEvent||this.linkedEvent||(e.linkedEvent=this,this.linkedEvent=e)}isCall(){return this.event==="call"}isReturn(){return this.event==="return"}get threadId(){return this.thread_id}get parentId(){return this.returnEvent?this.returnEvent.parent_id:void 0}get callEvent(){return this.isCall()?this:this.$hidden.linkedEvent}get returnEvent(){return this.isReturn()?this:this.$hidden.linkedEvent}get identityHash(){return this.$hidden.identityHash||(this.$hidden.identityHash=this.buildIdentityHash(this).digest()),this.$hidden.identityHash}get hash(){return this.$hidden.hash||(this.$hidden.hash=this.buildStableHash(this).digest()),this.$hidden.hash}get stableProperties(){return this.$hidden.stableProperties||(this.$hidden.stableProperties=this.gatherStableProperties()),this.$hidden.stableProperties}callStack(){let e=this.ancestors().reverse();return e.push(this.callEvent),e}ancestors(){let e=[],t=this.callEvent.parent;for(;t;)e.push(t),t=t.parent;return e}descendants(){let e=[],t=[...this.children];for(;t.length;){let r=t.pop();r.children.forEach(n=>t.push(n)),e.push(r)}return e}traverse(e){let t=this,r=this.nextSibling,{onEnter:n}=e,{onExit:i}=e;for(typeof e=="function"&&(n=e,i=e);t&&(t.isCall()&&n?n(t):t.isReturn()&&i&&i(t),t=t.next,!(!t||t===r)););}dataObjects(){return[this.parameters,this.message,this.returnValue].flat().filter(Boolean)}get qualifiedMethodId(){let{definedClass:e,isStatic:t,methodId:r}=this;if(e)return`${e}${t?".":"#"}${r}`}toJSON(){return h0(this.dataKeys,this)}toString(){let{sqlQuery:e}=this;if(e)return e;let{route:t}=this;return t||this.qualifiedMethodId}gatherIdentityProperties(){if(this.httpServerRequest)return{event_type:"http_server_request",route:this.route};if(this.httpClientRequest)return{event_type:"http_client_request",route:this.route};let{sqlQuery:e}=this;if(e){let t=QR(e);return t?{event_type:"sql",actions:[...new Set(t.actions)].sort(),tables:[...new Set(t.tables)].sort()}:{event_type:"sql",sql_normalized:u0(e,this.sql.database_type)}}return{event_type:"function",id:this.codeObject.id}}gatherStableProperties(){let{sqlQuery:e}=this,t=i=>Object.fromEntries(Object.entries(i).map(([a,s])=>[a,s??""])),r=i=>Object.assign(i,{route:this.route,status_code:this.httpServerResponse?.status||this.httpServerResponse?.status_code||this.httpClientResponse?.status||this.httpServerResponse?.status_code}),n;return e?n={event_type:"sql",sql_normalized:eC(e,this.sql.database_type).split(/{"type":"variable"}(?:,{"type":"variable"})*/g).join('{"type":"variable"}')}:this.httpServerRequest?n=r({event_type:"http_server_request"}):this.httpClientRequest?n=r({event_type:"http_client_request"}):n={event_type:"function",id:this.codeObject.id,raises_exception:this.exceptions.length>0},t(n)}buildIdentityHash(){return Du.buildHash("event-identity-v2",this.gatherIdentityProperties())}buildStableHash(){return Du.buildHash("event-stable-properties-v2",this.gatherStableProperties())}},oC=class{constructor(e){this.events=[],this.stack=[],this.id=e,this.eventMap={}}add(e){if(!(e.isReturn()&&this.events.length===0)){if(e.isCall())this.stack.push(e),this.eventMap[e.id]=e;else{if(typeof e.parent_id>"u"){let r=this.stack[this.stack.length-1];if(r&&r.defined_class===e.defined_class&&r.method_id===e.method_id&&r.path===e.path&&r.static===e.static)e.parent_id=r.id;else return}let t=this.eventMap[e.parent_id];if(t){t.link(e),this.stack.pop();let r=this.stack[this.stack.length-1];r&&(r.children.push(t),t.parent=r)}else throw new Error(`return #${e.id} is missing call #${e.parent_id}`)}this.events.push(e)}}unwound(){return this.events.length>0&&this.stack.length===0}};function lC(e){return Object.keys(e.activeStacks).length+e.finalizedStacks.length}var uC=class{constructor(){this.activeStacks={},this.finalizedStacks=[]}add(e){let t=this.activeStacks[e.thread_id];if(!t){let r=lC(this);t=new oC(r),this.activeStacks[e.thread_id]=t}t.add(e),t.unwound()&&(this.finalizedStacks.splice(t.id,0,t.events),delete this.activeStacks[e.thread_id])}size(){let e=Lu(Object.values(this.activeStacks));return e+=Lu(this.finalizedStacks),e}collect(){let e=[...this.finalizedStacks];return Object.values(this.activeStacks).forEach(t=>e.splice(t.id,0,t.events)),e.reduce((t,r)=>{if(r.length===0)return t;if(t.length===0)return t.push([r]),t;if(r[0].http_server_request)return t.push([r]),t;if(r[0].http_client_request)return t.push([r]),t;let n=t[t.length-1],i=n[n.length-1];return i[0].http_server_request||i[0].http_client_request?t.push([r]):n.push(r),t},[])}};function cC(e,t){let{callEvent:r}=t,n=e.codeObjectFromEvent(r);return n?n.id:`${r.defined_class}${r.static?".":"#"}${r.method_id}`}var Su=(e,t,...r)=>e.reduce((n,i)=>i(n,...r),t),dC=class extends mr{constructor(e){super(),this.sorter=new uC,this.transforms={event:[],stack:[],chunk:[]},e&&this.source(e)}source(e){let t=typeof e;if(t==="object")this.data={...e};else if(t==="string")this.data=JSON.parse(e);else throw new Error(`got invalid type ${t}, expected object or string`);return(this.data.events||[]).forEach(r=>{this.data.eventUpdates&&this.data.eventUpdates[r.id]&&(r=this.data.eventUpdates[r.id]),this.sorter.add(new we(r))}),delete this.data.events,delete this.data.eventUpdates,this}event(e){return console.assert(typeof e=="function"),this.transforms.event.push(e),this}stack(e){return console.assert(typeof e=="function"),this.transforms.stack.push(e),this}chunk(e){return console.assert(typeof e=="function"),this.transforms.chunk.push(e),this}normalize(){if(/^https?/.test(this.data.metadata?.git?.repository)){let t=new URL(this.data.metadata.git.repository);t.username="",t.password="",this.data.metadata.git.repository=t.toString()}let e=1;return this.event(t=>{t.id=e,e+=1,t.isCall()&&t.returnEvent&&(t.returnEvent.parent_id=t.id);let{httpServerRequest:r}=t;return r&&r.normalized_path_info&&(r.normalized_path_info=r.normalized_path_info.toString()),r&&r.path_info&&(r.path_info=r.path_info.toString()),t}),this.stack(t=>(t.filter(r=>r.isCall()&&!r.returnEvent).reverse().map(r=>{let n=new we({event:"return",thread_id:r.thread_id,parent_id:r.id});return n.link(r),n}).forEach(r=>t.push(r)),t))}prune(e){console.assert(typeof e=="number");let t,r=0;return this.on("preprocess",n=>{t=new Ds(n.data.classMap),r=Math.min(e/n.size,1)}).chunk(n=>{t.visit(o=>{o.size=0,o.count=0}),n.flat(2).forEach(o=>{if(o.event!=="call"||o.sql_query||o.http_server_request||o.http_client_request)return;let l=t.codeObjectFromEvent(o);if(l){let u=Lu(o);l.size=l.size+u||u,l.count=l.count+1||1}});let i=0,a=t.codeObjects.filter(o=>o.size).sort((o,l)=>o.size-l.size).map(o=>(i+=o.size,{id:o.id,count:o.count,size:o.size,totalBytes:i})).reverse(),s=new Set;for(let o=0;o<a.length;o+=1){let l=a[o];if(l.totalBytes<=i*r)break;s.add(l.id)}return n.map(o=>o.filter(l=>{let{callEvent:u}=l;if(!u)return!1;if(u.http_server_request||u.http_client_request||u.sql_query)return!0;let d=cC(t,l);return!s.has(d)}))})}removeNoise(){return this.data.events?Boolean(this.data.events.find(e=>e.httpServerRequest||e.httpClientRequest))?this.chunk(e=>e.filter(t=>t.length?Boolean(t[0].httpServerRequest)||Boolean(t[0].httpClientRequest):!1)):this:this}collectEvents(){return this.sorter.collect().map(e=>Su(this.transforms.chunk,e).map(t=>Su(this.transforms.stack,t).map(r=>Su(this.transforms.event,r)))).flat(2)}build(){let e=this.sorter.size();return this.emit("preprocess",{size:e,data:this.data}),new Dt({...this.data,events:this.collectEvents()})}};function Vr(e=null){return new dC(e)}var kT=It(x1()),Uf=It(F1()),BT=It(j1()),Mf=It(um());var fo="http://www.w3.org/1999/xhtml",vc={svg:"http://www.w3.org/2000/svg",xhtml:fo,xlink:"http://www.w3.org/1999/xlink",xml:"http://www.w3.org/XML/1998/namespace",xmlns:"http://www.w3.org/2000/xmlns/"};function Jt(e){var t=e+="",r=t.indexOf(":");return r>=0&&(t=e.slice(0,r))!=="xmlns"&&(e=e.slice(r+1)),vc.hasOwnProperty(t)?{space:vc[t],local:e}:e}function RS(e){return function(){var t=this.ownerDocument,r=this.namespaceURI;return r===fo&&t.documentElement.namespaceURI===fo?t.createElement(e):t.createElementNS(r,e)}}function CS(e){return function(){return this.ownerDocument.createElementNS(e.space,e.local)}}function po(e){var t=Jt(e);return(t.local?CS:RS)(t)}function NS(){}function Jr(e){return e==null?NS:function(){return this.querySelector(e)}}function cm(e){typeof e!="function"&&(e=Jr(e));for(var t=this._groups,r=t.length,n=new Array(r),i=0;i<r;++i)for(var a=t[i],s=a.length,o=n[i]=new Array(s),l,u,d=0;d<s;++d)(l=a[d])&&(u=e.call(l,l.__data__,d,a))&&("__data__"in l&&(u.__data__=l.__data__),o[d]=u);return new Ie(n,this._parents)}function OS(){return[]}function Ki(e){return e==null?OS:function(){return this.querySelectorAll(e)}}function dm(e){typeof e!="function"&&(e=Ki(e));for(var t=this._groups,r=t.length,n=[],i=[],a=0;a<r;++a)for(var s=t[a],o=s.length,l,u=0;u<o;++u)(l=s[u])&&(n.push(e.call(l,l.__data__,u,s)),i.push(l));return new Ie(n,i)}function Xi(e){return function(){return this.matches(e)}}function fm(e){typeof e!="function"&&(e=Xi(e));for(var t=this._groups,r=t.length,n=new Array(r),i=0;i<r;++i)for(var a=t[i],s=a.length,o=n[i]=[],l,u=0;u<s;++u)(l=a[u])&&e.call(l,l.__data__,u,a)&&o.push(l);return new Ie(n,this._parents)}function ho(e){return new Array(e.length)}function pm(){return new Ie(this._enter||this._groups.map(ho),this._parents)}function Ji(e,t){this.ownerDocument=e.ownerDocument,this.namespaceURI=e.namespaceURI,this._next=null,this._parent=e,this.__data__=t}Ji.prototype={constructor:Ji,appendChild:function(e){return this._parent.insertBefore(e,this._next)},insertBefore:function(e,t){return this._parent.insertBefore(e,t)},querySelector:function(e){return this._parent.querySelector(e)},querySelectorAll:function(e){return this._parent.querySelectorAll(e)}};function hm(e){return function(){return e}}var mm="$";function wS(e,t,r,n,i,a){for(var s=0,o,l=t.length,u=a.length;s<u;++s)(o=t[s])?(o.__data__=a[s],n[s]=o):r[s]=new Ji(e,a[s]);for(;s<l;++s)(o=t[s])&&(i[s]=o)}function IS(e,t,r,n,i,a,s){var o,l,u={},d=t.length,h=a.length,E=new Array(d),y;for(o=0;o<d;++o)(l=t[o])&&(E[o]=y=mm+s.call(l,l.__data__,o,t),y in u?i[o]=l:u[y]=l);for(o=0;o<h;++o)y=mm+s.call(e,a[o],o,a),(l=u[y])?(n[o]=l,l.__data__=a[o],u[y]=null):r[o]=new Ji(e,a[o]);for(o=0;o<d;++o)(l=t[o])&&u[E[o]]===l&&(i[o]=l)}function vm(e,t){if(!e)return y=new Array(this.size()),u=-1,this.each(function(B){y[++u]=B}),y;var r=t?IS:wS,n=this._parents,i=this._groups;typeof e!="function"&&(e=hm(e));for(var a=i.length,s=new Array(a),o=new Array(a),l=new Array(a),u=0;u<a;++u){var d=n[u],h=i[u],E=h.length,y=e.call(d,d&&d.__data__,u,n),T=y.length,_=o[u]=new Array(T),I=s[u]=new Array(T),C=l[u]=new Array(E);r(d,h,_,I,C,y,t);for(var N=0,M=0,L,H;N<T;++N)if(L=_[N]){for(N>=M&&(M=N+1);!(H=I[M])&&++M<T;);L._next=H||null}}return s=new Ie(s,n),s._enter=o,s._exit=l,s}function gm(){return new Ie(this._exit||this._groups.map(ho),this._parents)}function Em(e,t,r){var n=this.enter(),i=this,a=this.exit();return n=typeof e=="function"?e(n):n.append(e+""),t!=null&&(i=t(i)),r==null?a.remove():r(a),n&&i?n.merge(i).order():i}function bm(e){for(var t=this._groups,r=e._groups,n=t.length,i=r.length,a=Math.min(n,i),s=new Array(n),o=0;o<a;++o)for(var l=t[o],u=r[o],d=l.length,h=s[o]=new Array(d),E,y=0;y<d;++y)(E=l[y]||u[y])&&(h[y]=E);for(;o<n;++o)s[o]=t[o];return new Ie(s,this._parents)}function ym(){for(var e=this._groups,t=-1,r=e.length;++t<r;)for(var n=e[t],i=n.length-1,a=n[i],s;--i>=0;)(s=n[i])&&(a&&s.compareDocumentPosition(a)^4&&a.parentNode.insertBefore(s,a),a=s);return this}function _m(e){e||(e=SS);function t(h,E){return h&&E?e(h.__data__,E.__data__):!h-!E}for(var r=this._groups,n=r.length,i=new Array(n),a=0;a<n;++a){for(var s=r[a],o=s.length,l=i[a]=new Array(o),u,d=0;d<o;++d)(u=s[d])&&(l[d]=u);l.sort(t)}return new Ie(i,this._parents).order()}function SS(e,t){return e<t?-1:e>t?1:e>=t?0:NaN}function Am(){var e=arguments[0];return arguments[0]=this,e.apply(null,arguments),this}function Tm(){var e=new Array(this.size()),t=-1;return this.each(function(){e[++t]=this}),e}function xm(){for(var e=this._groups,t=0,r=e.length;t<r;++t)for(var n=e[t],i=0,a=n.length;i<a;++i){var s=n[i];if(s)return s}return null}function Rm(){var e=0;return this.each(function(){++e}),e}function Cm(){return!this.node()}function Nm(e){for(var t=this._groups,r=0,n=t.length;r<n;++r)for(var i=t[r],a=0,s=i.length,o;a<s;++a)(o=i[a])&&e.call(o,o.__data__,a,i);return this}function LS(e){return function(){this.removeAttribute(e)}}function DS(e){return function(){this.removeAttributeNS(e.space,e.local)}}function kS(e,t){return function(){this.setAttribute(e,t)}}function BS(e,t){return function(){this.setAttributeNS(e.space,e.local,t)}}function MS(e,t){return function(){var r=t.apply(this,arguments);r==null?this.removeAttribute(e):this.setAttribute(e,r)}}function PS(e,t){return function(){var r=t.apply(this,arguments);r==null?this.removeAttributeNS(e.space,e.local):this.setAttributeNS(e.space,e.local,r)}}function Om(e,t){var r=Jt(e);if(arguments.length<2){var n=this.node();return r.local?n.getAttributeNS(r.space,r.local):n.getAttribute(r)}return this.each((t==null?r.local?DS:LS:typeof t=="function"?r.local?PS:MS:r.local?BS:kS)(r,t))}function mo(e){return e.ownerDocument&&e.ownerDocument.defaultView||e.document&&e||e.defaultView}function $S(e){return function(){this.style.removeProperty(e)}}function FS(e,t,r){return function(){this.style.setProperty(e,t,r)}}function US(e,t,r){return function(){var n=t.apply(this,arguments);n==null?this.style.removeProperty(e):this.style.setProperty(e,n,r)}}function wm(e,t,r){return arguments.length>1?this.each((t==null?$S:typeof t=="function"?US:FS)(e,t,r??"")):Er(this.node(),e)}function Er(e,t){return e.style.getPropertyValue(t)||mo(e).getComputedStyle(e,null).getPropertyValue(t)}function qS(e){return function(){delete this[e]}}function jS(e,t){return function(){this[e]=t}}function zS(e,t){return function(){var r=t.apply(this,arguments);r==null?delete this[e]:this[e]=r}}function Im(e,t){return arguments.length>1?this.each((t==null?qS:typeof t=="function"?zS:jS)(e,t)):this.node()[e]}function Sm(e){return e.trim().split(/^|\s+/)}function gc(e){return e.classList||new Lm(e)}function Lm(e){this._node=e,this._names=Sm(e.getAttribute("class")||"")}Lm.prototype={add:function(e){var t=this._names.indexOf(e);t<0&&(this._names.push(e),this._node.setAttribute("class",this._names.join(" ")))},remove:function(e){var t=this._names.indexOf(e);t>=0&&(this._names.splice(t,1),this._node.setAttribute("class",this._names.join(" ")))},contains:function(e){return this._names.indexOf(e)>=0}};function Dm(e,t){for(var r=gc(e),n=-1,i=t.length;++n<i;)r.add(t[n])}function km(e,t){for(var r=gc(e),n=-1,i=t.length;++n<i;)r.remove(t[n])}function VS(e){return function(){Dm(this,e)}}function HS(e){return function(){km(this,e)}}function GS(e,t){return function(){(t.apply(this,arguments)?Dm:km)(this,e)}}function Bm(e,t){var r=Sm(e+"");if(arguments.length<2){for(var n=gc(this.node()),i=-1,a=r.length;++i<a;)if(!n.contains(r[i]))return!1;return!0}return this.each((typeof t=="function"?GS:t?VS:HS)(r,t))}function WS(){this.textContent=""}function YS(e){return function(){this.textContent=e}}function KS(e){return function(){var t=e.apply(this,arguments);this.textContent=t??""}}function Mm(e){return arguments.length?this.each(e==null?WS:(typeof e=="function"?KS:YS)(e)):this.node().textContent}function XS(){this.innerHTML=""}function JS(e){return function(){this.innerHTML=e}}function ZS(e){return function(){var t=e.apply(this,arguments);this.innerHTML=t??""}}function Pm(e){return arguments.length?this.each(e==null?XS:(typeof e=="function"?ZS:JS)(e)):this.node().innerHTML}function QS(){this.nextSibling&&this.parentNode.appendChild(this)}function $m(){return this.each(QS)}function e9(){this.previousSibling&&this.parentNode.insertBefore(this,this.parentNode.firstChild)}function Fm(){return this.each(e9)}function Um(e){var t=typeof e=="function"?e:po(e);return this.select(function(){return this.appendChild(t.apply(this,arguments))})}function t9(){return null}function qm(e,t){var r=typeof e=="function"?e:po(e),n=t==null?t9:typeof t=="function"?t:Jr(t);return this.select(function(){return this.insertBefore(r.apply(this,arguments),n.apply(this,arguments)||null)})}function r9(){var e=this.parentNode;e&&e.removeChild(this)}function jm(){return this.each(r9)}function n9(){var e=this.cloneNode(!1),t=this.parentNode;return t?t.insertBefore(e,this.nextSibling):e}function i9(){var e=this.cloneNode(!0),t=this.parentNode;return t?t.insertBefore(e,this.nextSibling):e}function zm(e){return this.select(e?i9:n9)}function Vm(e){return arguments.length?this.property("__data__",e):this.node().__data__}var Gm={},se=null;typeof document<"u"&&(Hm=document.documentElement,"onmouseenter"in Hm||(Gm={mouseenter:"mouseover",mouseleave:"mouseout"}));var Hm;function a9(e,t,r){return e=Wm(e,t,r),function(n){var i=n.relatedTarget;(!i||i!==this&&!(i.compareDocumentPosition(this)&8))&&e.call(this,n)}}function Wm(e,t,r){return function(n){var i=se;se=n;try{e.call(this,this.__data__,t,r)}finally{se=i}}}function s9(e){return e.trim().split(/^|\s+/).map(function(t){var r="",n=t.indexOf(".");return n>=0&&(r=t.slice(n+1),t=t.slice(0,n)),{type:t,name:r}})}function o9(e){return function(){var t=this.__on;if(!!t){for(var r=0,n=-1,i=t.length,a;r<i;++r)a=t[r],(!e.type||a.type===e.type)&&a.name===e.name?this.removeEventListener(a.type,a.listener,a.capture):t[++n]=a;++n?t.length=n:delete this.__on}}}function l9(e,t,r){var n=Gm.hasOwnProperty(e.type)?a9:Wm;return function(i,a,s){var o=this.__on,l,u=n(t,a,s);if(o){for(var d=0,h=o.length;d<h;++d)if((l=o[d]).type===e.type&&l.name===e.name){this.removeEventListener(l.type,l.listener,l.capture),this.addEventListener(l.type,l.listener=u,l.capture=r),l.value=t;return}}this.addEventListener(e.type,u,r),l={type:e.type,name:e.name,value:t,listener:u,capture:r},o?o.push(l):this.__on=[l]}}function Ym(e,t,r){var n=s9(e+""),i,a=n.length,s;if(arguments.length<2){var o=this.node().__on;if(o){for(var l=0,u=o.length,d;l<u;++l)for(i=0,d=o[l];i<a;++i)if((s=n[i]).type===d.type&&s.name===d.name)return d.value}return}for(o=t?l9:o9,r==null&&(r=!1),i=0;i<a;++i)this.each(o(n[i],t,r));return this}function Ec(e,t,r,n){var i=se;e.sourceEvent=se,se=e;try{return t.apply(r,n)}finally{se=i}}function Km(e,t,r){var n=mo(e),i=n.CustomEvent;typeof i=="function"?i=new i(t,r):(i=n.document.createEvent("Event"),r?(i.initEvent(t,r.bubbles,r.cancelable),i.detail=r.detail):i.initEvent(t,!1,!1)),e.dispatchEvent(i)}function u9(e,t){return function(){return Km(this,e,t)}}function c9(e,t){return function(){return Km(this,e,t.apply(this,arguments))}}function Xm(e,t){return this.each((typeof t=="function"?c9:u9)(e,t))}var bc=[null];function Ie(e,t){this._groups=e,this._parents=t}function Jm(){return new Ie([[document.documentElement]],bc)}Ie.prototype=Jm.prototype={constructor:Ie,select:cm,selectAll:dm,filter:fm,data:vm,enter:pm,exit:gm,join:Em,merge:bm,order:ym,sort:_m,call:Am,nodes:Tm,node:xm,size:Rm,empty:Cm,each:Nm,attr:Om,style:wm,property:Im,classed:Bm,text:Mm,html:Pm,raise:$m,lower:Fm,append:Um,insert:qm,remove:jm,clone:zm,datum:Vm,on:Ym,dispatch:Xm};var Zt=Jm;function ke(e){return typeof e=="string"?new Ie([[document.querySelector(e)]],[document.documentElement]):new Ie([[e]],bc)}function vo(){for(var e=se,t;t=e.sourceEvent;)e=t;return e}function go(e,t){var r=e.ownerSVGElement||e;if(r.createSVGPoint){var n=r.createSVGPoint();return n.x=t.clientX,n.y=t.clientY,n=n.matrixTransform(e.getScreenCTM().inverse()),[n.x,n.y]}var i=e.getBoundingClientRect();return[t.clientX-i.left-e.clientLeft,t.clientY-i.top-e.clientTop]}function Un(e){var t=vo();return t.changedTouches&&(t=t.changedTouches[0]),go(e,t)}function Eo(e,t,r){arguments.length<3&&(r=t,t=vo().changedTouches);for(var n=0,i=t?t.length:0,a;n<i;++n)if((a=t[n]).identifier===r)return go(e,a);return null}var Al=It(tv(),1);var x9={value:function(){}};function nv(){for(var e=0,t=arguments.length,r={},n;e<t;++e){if(!(n=arguments[e]+"")||n in r||/[\s.]/.test(n))throw new Error("illegal type: "+n);r[n]=[]}return new bo(r)}function bo(e){this._=e}function R9(e,t){return e.trim().split(/^|\s+/).map(function(r){var n="",i=r.indexOf(".");if(i>=0&&(n=r.slice(i+1),r=r.slice(0,i)),r&&!t.hasOwnProperty(r))throw new Error("unknown type: "+r);return{type:r,name:n}})}bo.prototype=nv.prototype={constructor:bo,on:function(e,t){var r=this._,n=R9(e+"",r),i,a=-1,s=n.length;if(arguments.length<2){for(;++a<s;)if((i=(e=n[a]).type)&&(i=C9(r[i],e.name)))return i;return}if(t!=null&&typeof t!="function")throw new Error("invalid callback: "+t);for(;++a<s;)if(i=(e=n[a]).type)r[i]=rv(r[i],e.name,t);else if(t==null)for(i in r)r[i]=rv(r[i],e.name,null);return this},copy:function(){var e={},t=this._;for(var r in t)e[r]=t[r].slice();return new bo(e)},call:function(e,t){if((i=arguments.length-2)>0)for(var r=new Array(i),n=0,i,a;n<i;++n)r[n]=arguments[n+2];if(!this._.hasOwnProperty(e))throw new Error("unknown type: "+e);for(a=this._[e],n=0,i=a.length;n<i;++n)a[n].value.apply(t,r)},apply:function(e,t,r){if(!this._.hasOwnProperty(e))throw new Error("unknown type: "+e);for(var n=this._[e],i=0,a=n.length;i<a;++i)n[i].value.apply(t,r)}};function C9(e,t){for(var r=0,n=e.length,i;r<n;++r)if((i=e[r]).name===t)return i.value}function rv(e,t,r){for(var n=0,i=e.length;n<i;++n)if(e[n].name===t){e[n]=x9,e=e.slice(0,n).concat(e.slice(n+1));break}return r!=null&&e.push({name:t,value:r}),e}var Qi=nv;function yo(){se.preventDefault(),se.stopImmediatePropagation()}function yc(e){var t=e.document.documentElement,r=ke(e).on("dragstart.drag",yo,!0);"onselectstart"in t?r.on("selectstart.drag",yo,!0):(t.__noselect=t.style.MozUserSelect,t.style.MozUserSelect="none")}function _c(e,t){var r=e.document.documentElement,n=ke(e).on("dragstart.drag",null);t&&(n.on("click.drag",yo,!0),setTimeout(function(){n.on("click.drag",null)},0)),"onselectstart"in r?n.on("selectstart.drag",null):(r.style.MozUserSelect=r.__noselect,delete r.__noselect)}function _o(e,t,r){e.prototype=t.prototype=r,r.constructor=e}function Ac(e,t){var r=Object.create(e.prototype);for(var n in t)r[n]=t[n];return r}function ra(){}var ea=.7,To=1/ea,jn="\\s*([+-]?\\d+)\\s*",ta="\\s*([+-]?\\d*\\.?\\d+(?:[eE][+-]?\\d+)?)\\s*",Ft="\\s*([+-]?\\d*\\.?\\d+(?:[eE][+-]?\\d+)?)%\\s*",N9=/^#([0-9a-f]{3,8})$/,O9=new RegExp("^rgb\\("+[jn,jn,jn]+"\\)$"),w9=new RegExp("^rgb\\("+[Ft,Ft,Ft]+"\\)$"),I9=new RegExp("^rgba\\("+[jn,jn,jn,ta]+"\\)$"),S9=new RegExp("^rgba\\("+[Ft,Ft,Ft,ta]+"\\)$"),L9=new RegExp("^hsl\\("+[ta,Ft,Ft]+"\\)$"),D9=new RegExp("^hsla\\("+[ta,Ft,Ft,ta]+"\\)$"),iv={aliceblue:15792383,antiquewhite:16444375,aqua:65535,aquamarine:8388564,azure:15794175,beige:16119260,bisque:16770244,black:0,blanchedalmond:16772045,blue:255,blueviolet:9055202,brown:10824234,burlywood:14596231,cadetblue:6266528,chartreuse:8388352,chocolate:13789470,coral:16744272,cornflowerblue:6591981,cornsilk:16775388,crimson:14423100,cyan:65535,darkblue:139,darkcyan:35723,darkgoldenrod:12092939,darkgray:11119017,darkgreen:25600,darkgrey:11119017,darkkhaki:12433259,darkmagenta:9109643,darkolivegreen:5597999,darkorange:16747520,darkorchid:10040012,darkred:9109504,darksalmon:15308410,darkseagreen:9419919,darkslateblue:4734347,darkslategray:3100495,darkslategrey:3100495,darkturquoise:52945,darkviolet:9699539,deeppink:16716947,deepskyblue:49151,dimgray:6908265,dimgrey:6908265,dodgerblue:2003199,firebrick:11674146,floralwhite:16775920,forestgreen:2263842,fuchsia:16711935,gainsboro:14474460,ghostwhite:16316671,gold:16766720,goldenrod:14329120,gray:8421504,green:32768,greenyellow:11403055,grey:8421504,honeydew:15794160,hotpink:16738740,indianred:13458524,indigo:4915330,ivory:16777200,khaki:15787660,lavender:15132410,lavenderblush:16773365,lawngreen:8190976,lemonchiffon:16775885,lightblue:11393254,lightcoral:15761536,lightcyan:14745599,lightgoldenrodyellow:16448210,lightgray:13882323,lightgreen:9498256,lightgrey:13882323,lightpink:16758465,lightsalmon:16752762,lightseagreen:2142890,lightskyblue:8900346,lightslategray:7833753,lightslategrey:7833753,lightsteelblue:11584734,lightyellow:16777184,lime:65280,limegreen:3329330,linen:16445670,magenta:16711935,maroon:8388608,mediumaquamarine:6737322,mediumblue:205,mediumorchid:12211667,mediumpurple:9662683,mediumseagreen:3978097,mediumslateblue:8087790,mediumspringgreen:64154,mediumturquoise:4772300,mediumvioletred:13047173,midnightblue:1644912,mintcream:16121850,mistyrose:16770273,moccasin:16770229,navajowhite:16768685,navy:128,oldlace:16643558,olive:8421376,olivedrab:7048739,orange:16753920,orangered:16729344,orchid:14315734,palegoldenrod:15657130,palegreen:10025880,paleturquoise:11529966,palevioletred:14381203,papayawhip:16773077,peachpuff:16767673,peru:13468991,pink:16761035,plum:14524637,powderblue:11591910,purple:8388736,rebeccapurple:6697881,red:16711680,rosybrown:12357519,royalblue:4286945,saddlebrown:9127187,salmon:16416882,sandybrown:16032864,seagreen:3050327,seashell:16774638,sienna:10506797,silver:12632256,skyblue:8900331,slateblue:6970061,slategray:7372944,slategrey:7372944,snow:16775930,springgreen:65407,steelblue:4620980,tan:13808780,teal:32896,thistle:14204888,tomato:16737095,turquoise:4251856,violet:15631086,wheat:16113331,white:16777215,whitesmoke:16119285,yellow:16776960,yellowgreen:10145074};_o(ra,Rt,{copy:function(e){return Object.assign(new this.constructor,this,e)},displayable:function(){return this.rgb().displayable()},hex:av,formatHex:av,formatHsl:k9,formatRgb:sv,toString:sv});function av(){return this.rgb().formatHex()}function k9(){return dv(this).formatHsl()}function sv(){return this.rgb().formatRgb()}function Rt(e){var t,r;return e=(e+"").trim().toLowerCase(),(t=N9.exec(e))?(r=t[1].length,t=parseInt(t[1],16),r===6?ov(t):r===3?new ut(t>>8&15|t>>4&240,t>>4&15|t&240,(t&15)<<4|t&15,1):r===8?Ao(t>>24&255,t>>16&255,t>>8&255,(t&255)/255):r===4?Ao(t>>12&15|t>>8&240,t>>8&15|t>>4&240,t>>4&15|t&240,((t&15)<<4|t&15)/255):null):(t=O9.exec(e))?new ut(t[1],t[2],t[3],1):(t=w9.exec(e))?new ut(t[1]*255/100,t[2]*255/100,t[3]*255/100,1):(t=I9.exec(e))?Ao(t[1],t[2],t[3],t[4]):(t=S9.exec(e))?Ao(t[1]*255/100,t[2]*255/100,t[3]*255/100,t[4]):(t=L9.exec(e))?cv(t[1],t[2]/100,t[3]/100,1):(t=D9.exec(e))?cv(t[1],t[2]/100,t[3]/100,t[4]):iv.hasOwnProperty(e)?ov(iv[e]):e==="transparent"?new ut(NaN,NaN,NaN,0):null}function ov(e){return new ut(e>>16&255,e>>8&255,e&255,1)}function Ao(e,t,r,n){return n<=0&&(e=t=r=NaN),new ut(e,t,r,n)}function B9(e){return e instanceof ra||(e=Rt(e)),e?(e=e.rgb(),new ut(e.r,e.g,e.b,e.opacity)):new ut}function zn(e,t,r,n){return arguments.length===1?B9(e):new ut(e,t,r,n??1)}function ut(e,t,r,n){this.r=+e,this.g=+t,this.b=+r,this.opacity=+n}_o(ut,zn,Ac(ra,{brighter:function(e){return e=e==null?To:Math.pow(To,e),new ut(this.r*e,this.g*e,this.b*e,this.opacity)},darker:function(e){return e=e==null?ea:Math.pow(ea,e),new ut(this.r*e,this.g*e,this.b*e,this.opacity)},rgb:function(){return this},displayable:function(){return-.5<=this.r&&this.r<255.5&&-.5<=this.g&&this.g<255.5&&-.5<=this.b&&this.b<255.5&&0<=this.opacity&&this.opacity<=1},hex:lv,formatHex:lv,formatRgb:uv,toString:uv}));function lv(){return"#"+Tc(this.r)+Tc(this.g)+Tc(this.b)}function uv(){var e=this.opacity;return e=isNaN(e)?1:Math.max(0,Math.min(1,e)),(e===1?"rgb(":"rgba(")+Math.max(0,Math.min(255,Math.round(this.r)||0))+", "+Math.max(0,Math.min(255,Math.round(this.g)||0))+", "+Math.max(0,Math.min(255,Math.round(this.b)||0))+(e===1?")":", "+e+")")}function Tc(e){return e=Math.max(0,Math.min(255,Math.round(e)||0)),(e<16?"0":"")+e.toString(16)}function cv(e,t,r,n){return n<=0?e=t=r=NaN:r<=0||r>=1?e=t=NaN:t<=0&&(e=NaN),new $t(e,t,r,n)}function dv(e){if(e instanceof $t)return new $t(e.h,e.s,e.l,e.opacity);if(e instanceof ra||(e=Rt(e)),!e)return new $t;if(e instanceof $t)return e;e=e.rgb();var t=e.r/255,r=e.g/255,n=e.b/255,i=Math.min(t,r,n),a=Math.max(t,r,n),s=NaN,o=a-i,l=(a+i)/2;return o?(t===a?s=(r-n)/o+(r<n)*6:r===a?s=(n-t)/o+2:s=(t-r)/o+4,o/=l<.5?a+i:2-a-i,s*=60):o=l>0&&l<1?0:s,new $t(s,o,l,e.opacity)}function fv(e,t,r,n){return arguments.length===1?dv(e):new $t(e,t,r,n??1)}function $t(e,t,r,n){this.h=+e,this.s=+t,this.l=+r,this.opacity=+n}_o($t,fv,Ac(ra,{brighter:function(e){return e=e==null?To:Math.pow(To,e),new $t(this.h,this.s,this.l*e,this.opacity)},darker:function(e){return e=e==null?ea:Math.pow(ea,e),new $t(this.h,this.s,this.l*e,this.opacity)},rgb:function(){var e=this.h%360+(this.h<0)*360,t=isNaN(e)||isNaN(this.s)?0:this.s,r=this.l,n=r+(r<.5?r:1-r)*t,i=2*r-n;return new ut(xc(e>=240?e-240:e+120,i,n),xc(e,i,n),xc(e<120?e+240:e-120,i,n),this.opacity)},displayable:function(){return(0<=this.s&&this.s<=1||isNaN(this.s))&&0<=this.l&&this.l<=1&&0<=this.opacity&&this.opacity<=1},formatHsl:function(){var e=this.opacity;return e=isNaN(e)?1:Math.max(0,Math.min(1,e)),(e===1?"hsl(":"hsla(")+(this.h||0)+", "+(this.s||0)*100+"%, "+(this.l||0)*100+"%"+(e===1?")":", "+e+")")}}));function xc(e,t,r){return(e<60?t+(r-t)*e/60:e<180?r:e<240?t+(r-t)*(240-e)/60:t)*255}function Rc(e,t,r,n,i){var a=e*e,s=a*e;return((1-3*e+3*a-s)*t+(4-6*a+3*s)*r+(1+3*e+3*a-3*s)*n+s*i)/6}function pv(e){var t=e.length-1;return function(r){var n=r<=0?r=0:r>=1?(r=1,t-1):Math.floor(r*t),i=e[n],a=e[n+1],s=n>0?e[n-1]:2*i-a,o=n<t-1?e[n+2]:2*a-i;return Rc((r-n/t)*t,s,i,a,o)}}function hv(e){var t=e.length;return function(r){var n=Math.floor(((r%=1)<0?++r:r)*t),i=e[(n+t-1)%t],a=e[n%t],s=e[(n+1)%t],o=e[(n+2)%t];return Rc((r-n/t)*t,i,a,s,o)}}function na(e){return function(){return e}}function M9(e,t){return function(r){return e+r*t}}function P9(e,t,r){return e=Math.pow(e,r),t=Math.pow(t,r)-e,r=1/r,function(n){return Math.pow(e+n*t,r)}}function mv(e){return(e=+e)==1?xo:function(t,r){return r-t?P9(t,r,e):na(isNaN(t)?r:t)}}function xo(e,t){var r=t-e;return r?M9(e,r):na(isNaN(e)?t:e)}var Zr=function e(t){var r=mv(t);function n(i,a){var s=r((i=zn(i)).r,(a=zn(a)).r),o=r(i.g,a.g),l=r(i.b,a.b),u=xo(i.opacity,a.opacity);return function(d){return i.r=s(d),i.g=o(d),i.b=l(d),i.opacity=u(d),i+""}}return n.gamma=e,n}(1);function vv(e){return function(t){var r=t.length,n=new Array(r),i=new Array(r),a=new Array(r),s,o;for(s=0;s<r;++s)o=zn(t[s]),n[s]=o.r||0,i[s]=o.g||0,a[s]=o.b||0;return n=e(n),i=e(i),a=e(a),o.opacity=1,function(l){return o.r=n(l),o.g=i(l),o.b=a(l),o+""}}}var $9=vv(pv),F9=vv(hv);function gv(e,t){t||(t=[]);var r=e?Math.min(t.length,e.length):0,n=t.slice(),i;return function(a){for(i=0;i<r;++i)n[i]=e[i]*(1-a)+t[i]*a;return n}}function Ev(e){return ArrayBuffer.isView(e)&&!(e instanceof DataView)}function bv(e,t){var r=t?t.length:0,n=e?Math.min(r,e.length):0,i=new Array(n),a=new Array(r),s;for(s=0;s<n;++s)i[s]=Qr(e[s],t[s]);for(;s<r;++s)a[s]=t[s];return function(o){for(s=0;s<n;++s)a[s]=i[s](o);return a}}function yv(e,t){var r=new Date;return e=+e,t=+t,function(n){return r.setTime(e*(1-n)+t*n),r}}function Ke(e,t){return e=+e,t=+t,function(r){return e*(1-r)+t*r}}function _v(e,t){var r={},n={},i;(e===null||typeof e!="object")&&(e={}),(t===null||typeof t!="object")&&(t={});for(i in t)i in e?r[i]=Qr(e[i],t[i]):n[i]=t[i];return function(a){for(i in r)n[i]=r[i](a);return n}}var Nc=/[-+]?(?:\d+\.?\d*|\.?\d+)(?:[eE][-+]?\d+)?/g,Cc=new RegExp(Nc.source,"g");function U9(e){return function(){return e}}function q9(e){return function(t){return e(t)+""}}function ia(e,t){var r=Nc.lastIndex=Cc.lastIndex=0,n,i,a,s=-1,o=[],l=[];for(e=e+"",t=t+"";(n=Nc.exec(e))&&(i=Cc.exec(t));)(a=i.index)>r&&(a=t.slice(r,a),o[s]?o[s]+=a:o[++s]=a),(n=n[0])===(i=i[0])?o[s]?o[s]+=i:o[++s]=i:(o[++s]=null,l.push({i:s,x:Ke(n,i)})),r=Cc.lastIndex;return r<t.length&&(a=t.slice(r),o[s]?o[s]+=a:o[++s]=a),o.length<2?l[0]?q9(l[0].x):U9(t):(t=l.length,function(u){for(var d=0,h;d<t;++d)o[(h=l[d]).i]=h.x(u);return o.join("")})}function Qr(e,t){var r=typeof t,n;return t==null||r==="boolean"?na(t):(r==="number"?Ke:r==="string"?(n=Rt(t))?(t=n,Zr):ia:t instanceof Rt?Zr:t instanceof Date?yv:Ev(t)?gv:Array.isArray(t)?bv:typeof t.valueOf!="function"&&typeof t.toString!="function"||isNaN(t)?_v:Ke)(e,t)}var Av=180/Math.PI,Ro={translateX:0,translateY:0,rotate:0,skewX:0,scaleX:1,scaleY:1};function Oc(e,t,r,n,i,a){var s,o,l;return(s=Math.sqrt(e*e+t*t))&&(e/=s,t/=s),(l=e*r+t*n)&&(r-=e*l,n-=t*l),(o=Math.sqrt(r*r+n*n))&&(r/=o,n/=o,l/=o),e*n<t*r&&(e=-e,t=-t,l=-l,s=-s),{translateX:i,translateY:a,rotate:Math.atan2(t,e)*Av,skewX:Math.atan(l)*Av,scaleX:s,scaleY:o}}var aa,wc,Tv,Co;function xv(e){return e==="none"?Ro:(aa||(aa=document.createElement("DIV"),wc=document.documentElement,Tv=document.defaultView),aa.style.transform=e,e=Tv.getComputedStyle(wc.appendChild(aa),null).getPropertyValue("transform"),wc.removeChild(aa),e=e.slice(7,-1).split(","),Oc(+e[0],+e[1],+e[2],+e[3],+e[4],+e[5]))}function Rv(e){return e==null?Ro:(Co||(Co=document.createElementNS("http://www.w3.org/2000/svg","g")),Co.setAttribute("transform",e),(e=Co.transform.baseVal.consolidate())?(e=e.matrix,Oc(e.a,e.b,e.c,e.d,e.e,e.f)):Ro)}function Cv(e,t,r,n){function i(u){return u.length?u.pop()+" ":""}function a(u,d,h,E,y,T){if(u!==h||d!==E){var _=y.push("translate(",null,t,null,r);T.push({i:_-4,x:Ke(u,h)},{i:_-2,x:Ke(d,E)})}else(h||E)&&y.push("translate("+h+t+E+r)}function s(u,d,h,E){u!==d?(u-d>180?d+=360:d-u>180&&(u+=360),E.push({i:h.push(i(h)+"rotate(",null,n)-2,x:Ke(u,d)})):d&&h.push(i(h)+"rotate("+d+n)}function o(u,d,h,E){u!==d?E.push({i:h.push(i(h)+"skewX(",null,n)-2,x:Ke(u,d)}):d&&h.push(i(h)+"skewX("+d+n)}function l(u,d,h,E,y,T){if(u!==h||d!==E){var _=y.push(i(y)+"scale(",null,",",null,")");T.push({i:_-4,x:Ke(u,h)},{i:_-2,x:Ke(d,E)})}else(h!==1||E!==1)&&y.push(i(y)+"scale("+h+","+E+")")}return function(u,d){var h=[],E=[];return u=e(u),d=e(d),a(u.translateX,u.translateY,d.translateX,d.translateY,h,E),s(u.rotate,d.rotate,h,E),o(u.skewX,d.skewX,h,E),l(u.scaleX,u.scaleY,d.scaleX,d.scaleY,h,E),u=d=null,function(y){for(var T=-1,_=E.length,I;++T<_;)h[(I=E[T]).i]=I.x(y);return h.join("")}}}var Ic=Cv(xv,"px, ","px)","deg)"),Sc=Cv(Rv,", ",")",")");var sa=Math.SQRT2,Lc=2,Nv=4,j9=1e-12;function Ov(e){return((e=Math.exp(e))+1/e)/2}function z9(e){return((e=Math.exp(e))-1/e)/2}function V9(e){return((e=Math.exp(2*e))-1)/(e+1)}function Dc(e,t){var r=e[0],n=e[1],i=e[2],a=t[0],s=t[1],o=t[2],l=a-r,u=s-n,d=l*l+u*u,h,E;if(d<j9)E=Math.log(o/i)/sa,h=function(N){return[r+N*l,n+N*u,i*Math.exp(sa*N*E)]};else{var y=Math.sqrt(d),T=(o*o-i*i+Nv*d)/(2*i*Lc*y),_=(o*o-i*i-Nv*d)/(2*o*Lc*y),I=Math.log(Math.sqrt(T*T+1)-T),C=Math.log(Math.sqrt(_*_+1)-_);E=(C-I)/sa,h=function(N){var M=N*E,L=Ov(I),H=i/(Lc*y)*(L*V9(sa*M+I)-z9(I));return[r+H*l,n+H*u,i*L/Ov(sa*M+I)]}}return h.duration=E*1e3,h}var Vn=0,la=0,oa=0,Iv=1e3,No,ua,Oo=0,en=0,wo=0,ca=typeof performance=="object"&&performance.now?performance:Date,Sv=typeof window=="object"&&window.requestAnimationFrame?window.requestAnimationFrame.bind(window):function(e){setTimeout(e,17)};function Hn(){return en||(Sv(H9),en=ca.now()+wo)}function H9(){en=0}function da(){this._call=this._time=this._next=null}da.prototype=Io.prototype={constructor:da,restart:function(e,t,r){if(typeof e!="function")throw new TypeError("callback is not a function");r=(r==null?Hn():+r)+(t==null?0:+t),!this._next&&ua!==this&&(ua?ua._next=this:No=this,ua=this),this._call=e,this._time=r,kc()},stop:function(){this._call&&(this._call=null,this._time=1/0,kc())}};function Io(e,t,r){var n=new da;return n.restart(e,t,r),n}function Lv(){Hn(),++Vn;for(var e=No,t;e;)(t=en-e._time)>=0&&e._call.call(null,t),e=e._next;--Vn}function wv(){en=(Oo=ca.now())+wo,Vn=la=0;try{Lv()}finally{Vn=0,W9(),en=0}}function G9(){var e=ca.now(),t=e-Oo;t>Iv&&(wo-=t,Oo=e)}function W9(){for(var e,t=No,r,n=1/0;t;)t._call?(n>t._time&&(n=t._time),e=t,t=t._next):(r=t._next,t._next=null,t=e?e._next=r:No=r);ua=e,kc(n)}function kc(e){if(!Vn){la&&(la=clearTimeout(la));var t=e-en;t>24?(e<1/0&&(la=setTimeout(wv,e-ca.now()-wo)),oa&&(oa=clearInterval(oa))):(oa||(Oo=ca.now(),oa=setInterval(G9,Iv)),Vn=1,Sv(wv))}}function So(e,t,r){var n=new da;return t=t==null?0:+t,n.restart(function(i){n.stop(),e(i+t)},t,r),n}var Y9=Qi("start","end","cancel","interrupt"),K9=[],kv=0,Bc=1,Do=2,Lo=3,Dv=4,ko=5,fa=6;function br(e,t,r,n,i,a){var s=e.__transition;if(!s)e.__transition={};else if(r in s)return;X9(e,r,{name:t,index:n,group:i,on:Y9,tween:K9,time:a.time,delay:a.delay,duration:a.duration,ease:a.ease,timer:null,state:kv})}function pa(e,t){var r=Pe(e,t);if(r.state>kv)throw new Error("too late; already scheduled");return r}function Xe(e,t){var r=Pe(e,t);if(r.state>Lo)throw new Error("too late; already running");return r}function Pe(e,t){var r=e.__transition;if(!r||!(r=r[t]))throw new Error("transition not found");return r}function X9(e,t,r){var n=e.__transition,i;n[t]=r,r.timer=Io(a,0,r.time);function a(u){r.state=Bc,r.timer.restart(s,r.delay,r.time),r.delay<=u&&s(u-r.delay)}function s(u){var d,h,E,y;if(r.state!==Bc)return l();for(d in n)if(y=n[d],y.name===r.name){if(y.state===Lo)return So(s);y.state===Dv?(y.state=fa,y.timer.stop(),y.on.call("interrupt",e,e.__data__,y.index,y.group),delete n[d]):+d<t&&(y.state=fa,y.timer.stop(),y.on.call("cancel",e,e.__data__,y.index,y.group),delete n[d])}if(So(function(){r.state===Lo&&(r.state=Dv,r.timer.restart(o,r.delay,r.time),o(u))}),r.state=Do,r.on.call("start",e,e.__data__,r.index,r.group),r.state===Do){for(r.state=Lo,i=new Array(E=r.tween.length),d=0,h=-1;d<E;++d)(y=r.tween[d].value.call(e,e.__data__,r.index,r.group))&&(i[++h]=y);i.length=h+1}}function o(u){for(var d=u<r.duration?r.ease.call(null,u/r.duration):(r.timer.restart(l),r.state=ko,1),h=-1,E=i.length;++h<E;)i[h].call(e,d);r.state===ko&&(r.on.call("end",e,e.__data__,r.index,r.group),l())}function l(){r.state=fa,r.timer.stop(),delete n[t];for(var u in n)return;delete e.__transition}}function tn(e,t){var r=e.__transition,n,i,a=!0,s;if(!!r){t=t==null?null:t+"";for(s in r){if((n=r[s]).name!==t){a=!1;continue}i=n.state>Do&&n.state<ko,n.state=fa,n.timer.stop(),n.on.call(i?"interrupt":"cancel",e,e.__data__,n.index,n.group),delete r[s]}a&&delete e.__transition}}function Bv(e){return this.each(function(){tn(this,e)})}function J9(e,t){var r,n;return function(){var i=Xe(this,e),a=i.tween;if(a!==r){n=r=a;for(var s=0,o=n.length;s<o;++s)if(n[s].name===t){n=n.slice(),n.splice(s,1);break}}i.tween=n}}function Z9(e,t,r){var n,i;if(typeof r!="function")throw new Error;return function(){var a=Xe(this,e),s=a.tween;if(s!==n){i=(n=s).slice();for(var o={name:t,value:r},l=0,u=i.length;l<u;++l)if(i[l].name===t){i[l]=o;break}l===u&&i.push(o)}a.tween=i}}function Mv(e,t){var r=this._id;if(e+="",arguments.length<2){for(var n=Pe(this.node(),r).tween,i=0,a=n.length,s;i<a;++i)if((s=n[i]).name===e)return s.value;return null}return this.each((t==null?J9:Z9)(r,e,t))}function Gn(e,t,r){var n=e._id;return e.each(function(){var i=Xe(this,n);(i.value||(i.value={}))[t]=r.apply(this,arguments)}),function(i){return Pe(i,n).value[t]}}function Bo(e,t){var r;return(typeof t=="number"?Ke:t instanceof Rt?Zr:(r=Rt(t))?(t=r,Zr):ia)(e,t)}function Q9(e){return function(){this.removeAttribute(e)}}function eL(e){return function(){this.removeAttributeNS(e.space,e.local)}}function tL(e,t,r){var n,i=r+"",a;return function(){var s=this.getAttribute(e);return s===i?null:s===n?a:a=t(n=s,r)}}function rL(e,t,r){var n,i=r+"",a;return function(){var s=this.getAttributeNS(e.space,e.local);return s===i?null:s===n?a:a=t(n=s,r)}}function nL(e,t,r){var n,i,a;return function(){var s,o=r(this),l;return o==null?void this.removeAttribute(e):(s=this.getAttribute(e),l=o+"",s===l?null:s===n&&l===i?a:(i=l,a=t(n=s,o)))}}function iL(e,t,r){var n,i,a;return function(){var s,o=r(this),l;return o==null?void this.removeAttributeNS(e.space,e.local):(s=this.getAttributeNS(e.space,e.local),l=o+"",s===l?null:s===n&&l===i?a:(i=l,a=t(n=s,o)))}}function Pv(e,t){var r=Jt(e),n=r==="transform"?Sc:Bo;return this.attrTween(e,typeof t=="function"?(r.local?iL:nL)(r,n,Gn(this,"attr."+e,t)):t==null?(r.local?eL:Q9)(r):(r.local?rL:tL)(r,n,t))}function aL(e,t){return function(r){this.setAttribute(e,t.call(this,r))}}function sL(e,t){return function(r){this.setAttributeNS(e.space,e.local,t.call(this,r))}}function oL(e,t){var r,n;function i(){var a=t.apply(this,arguments);return a!==n&&(r=(n=a)&&sL(e,a)),r}return i._value=t,i}function lL(e,t){var r,n;function i(){var a=t.apply(this,arguments);return a!==n&&(r=(n=a)&&aL(e,a)),r}return i._value=t,i}function $v(e,t){var r="attr."+e;if(arguments.length<2)return(r=this.tween(r))&&r._value;if(t==null)return this.tween(r,null);if(typeof t!="function")throw new Error;var n=Jt(e);return this.tween(r,(n.local?oL:lL)(n,t))}function uL(e,t){return function(){pa(this,e).delay=+t.apply(this,arguments)}}function cL(e,t){return t=+t,function(){pa(this,e).delay=t}}function Fv(e){var t=this._id;return arguments.length?this.each((typeof e=="function"?uL:cL)(t,e)):Pe(this.node(),t).delay}function dL(e,t){return function(){Xe(this,e).duration=+t.apply(this,arguments)}}function fL(e,t){return t=+t,function(){Xe(this,e).duration=t}}function Uv(e){var t=this._id;return arguments.length?this.each((typeof e=="function"?dL:fL)(t,e)):Pe(this.node(),t).duration}function pL(e,t){if(typeof t!="function")throw new Error;return function(){Xe(this,e).ease=t}}function qv(e){var t=this._id;return arguments.length?this.each(pL(t,e)):Pe(this.node(),t).ease}function jv(e){typeof e!="function"&&(e=Xi(e));for(var t=this._groups,r=t.length,n=new Array(r),i=0;i<r;++i)for(var a=t[i],s=a.length,o=n[i]=[],l,u=0;u<s;++u)(l=a[u])&&e.call(l,l.__data__,u,a)&&o.push(l);return new Ge(n,this._parents,this._name,this._id)}function zv(e){if(e._id!==this._id)throw new Error;for(var t=this._groups,r=e._groups,n=t.length,i=r.length,a=Math.min(n,i),s=new Array(n),o=0;o<a;++o)for(var l=t[o],u=r[o],d=l.length,h=s[o]=new Array(d),E,y=0;y<d;++y)(E=l[y]||u[y])&&(h[y]=E);for(;o<n;++o)s[o]=t[o];return new Ge(s,this._parents,this._name,this._id)}function hL(e){return(e+"").trim().split(/^|\s+/).every(function(t){var r=t.indexOf(".");return r>=0&&(t=t.slice(0,r)),!t||t==="start"})}function mL(e,t,r){var n,i,a=hL(t)?pa:Xe;return function(){var s=a(this,e),o=s.on;o!==n&&(i=(n=o).copy()).on(t,r),s.on=i}}function Vv(e,t){var r=this._id;return arguments.length<2?Pe(this.node(),r).on.on(e):this.each(mL(r,e,t))}function vL(e){return function(){var t=this.parentNode;for(var r in this.__transition)if(+r!==e)return;t&&t.removeChild(this)}}function Hv(){return this.on("end.remove",vL(this._id))}function Gv(e){var t=this._name,r=this._id;typeof e!="function"&&(e=Jr(e));for(var n=this._groups,i=n.length,a=new Array(i),s=0;s<i;++s)for(var o=n[s],l=o.length,u=a[s]=new Array(l),d,h,E=0;E<l;++E)(d=o[E])&&(h=e.call(d,d.__data__,E,o))&&("__data__"in d&&(h.__data__=d.__data__),u[E]=h,br(u[E],t,r,E,u,Pe(d,r)));return new Ge(a,this._parents,t,r)}function Wv(e){var t=this._name,r=this._id;typeof e!="function"&&(e=Ki(e));for(var n=this._groups,i=n.length,a=[],s=[],o=0;o<i;++o)for(var l=n[o],u=l.length,d,h=0;h<u;++h)if(d=l[h]){for(var E=e.call(d,d.__data__,h,l),y,T=Pe(d,r),_=0,I=E.length;_<I;++_)(y=E[_])&&br(y,t,r,_,E,T);a.push(E),s.push(d)}return new Ge(a,s,t,r)}var gL=Zt.prototype.constructor;function Yv(){return new gL(this._groups,this._parents)}function EL(e,t){var r,n,i;return function(){var a=Er(this,e),s=(this.style.removeProperty(e),Er(this,e));return a===s?null:a===r&&s===n?i:i=t(r=a,n=s)}}function Kv(e){return function(){this.style.removeProperty(e)}}function bL(e,t,r){var n,i=r+"",a;return function(){var s=Er(this,e);return s===i?null:s===n?a:a=t(n=s,r)}}function yL(e,t,r){var n,i,a;return function(){var s=Er(this,e),o=r(this),l=o+"";return o==null&&(l=o=(this.style.removeProperty(e),Er(this,e))),s===l?null:s===n&&l===i?a:(i=l,a=t(n=s,o))}}function _L(e,t){var r,n,i,a="style."+t,s="end."+a,o;return function(){var l=Xe(this,e),u=l.on,d=l.value[a]==null?o||(o=Kv(t)):void 0;(u!==r||i!==d)&&(n=(r=u).copy()).on(s,i=d),l.on=n}}function Xv(e,t,r){var n=(e+="")=="transform"?Ic:Bo;return t==null?this.styleTween(e,EL(e,n)).on("end.style."+e,Kv(e)):typeof t=="function"?this.styleTween(e,yL(e,n,Gn(this,"style."+e,t))).each(_L(this._id,e)):this.styleTween(e,bL(e,n,t),r).on("end.style."+e,null)}function AL(e,t,r){return function(n){this.style.setProperty(e,t.call(this,n),r)}}function TL(e,t,r){var n,i;function a(){var s=t.apply(this,arguments);return s!==i&&(n=(i=s)&&AL(e,s,r)),n}return a._value=t,a}function Jv(e,t,r){var n="style."+(e+="");if(arguments.length<2)return(n=this.tween(n))&&n._value;if(t==null)return this.tween(n,null);if(typeof t!="function")throw new Error;return this.tween(n,TL(e,t,r??""))}function xL(e){return function(){this.textContent=e}}function RL(e){return function(){var t=e(this);this.textContent=t??""}}function Zv(e){return this.tween("text",typeof e=="function"?RL(Gn(this,"text",e)):xL(e==null?"":e+""))}function CL(e){return function(t){this.textContent=e.call(this,t)}}function NL(e){var t,r;function n(){var i=e.apply(this,arguments);return i!==r&&(t=(r=i)&&CL(i)),t}return n._value=e,n}function Qv(e){var t="text";if(arguments.length<1)return(t=this.tween(t))&&t._value;if(e==null)return this.tween(t,null);if(typeof e!="function")throw new Error;return this.tween(t,NL(e))}function eg(){for(var e=this._name,t=this._id,r=Mo(),n=this._groups,i=n.length,a=0;a<i;++a)for(var s=n[a],o=s.length,l,u=0;u<o;++u)if(l=s[u]){var d=Pe(l,t);br(l,e,r,u,s,{time:d.time+d.delay+d.duration,delay:0,duration:d.duration,ease:d.ease})}return new Ge(n,this._parents,e,r)}function tg(){var e,t,r=this,n=r._id,i=r.size();return new Promise(function(a,s){var o={value:s},l={value:function(){--i===0&&a()}};r.each(function(){var u=Xe(this,n),d=u.on;d!==e&&(t=(e=d).copy(),t._.cancel.push(o),t._.interrupt.push(o),t._.end.push(l)),u.on=t})})}var OL=0;function Ge(e,t,r,n){this._groups=e,this._parents=t,this._name=r,this._id=n}function Mc(e){return Zt().transition(e)}function Mo(){return++OL}var Wn=Zt.prototype;Ge.prototype=Mc.prototype={constructor:Ge,select:Gv,selectAll:Wv,filter:jv,merge:zv,selection:Yv,transition:eg,call:Wn.call,nodes:Wn.nodes,node:Wn.node,size:Wn.size,empty:Wn.empty,each:Wn.each,on:Vv,attr:Pv,attrTween:$v,style:Xv,styleTween:Jv,text:Zv,textTween:Qv,remove:Hv,tween:Mv,delay:Fv,duration:Uv,ease:qv,end:tg};function Po(e){return((e*=2)<=1?e*e*e:(e-=2)*e*e+2)/2}var Pc={time:null,delay:0,duration:250,ease:Po};function wL(e,t){for(var r;!(r=e.__transition)||!(r=r[t]);)if(!(e=e.parentNode))return Pc.time=Hn(),Pc;return r}function rg(e){var t,r;e instanceof Ge?(t=e._id,e=e._name):(t=Mo(),(r=Pc).time=Hn(),e=e==null?null:e+"");for(var n=this._groups,i=n.length,a=0;a<i;++a)for(var s=n[a],o=s.length,l,u=0;u<o;++u)(l=s[u])&&br(l,e,t,u,s,r||wL(l,t));return new Ge(n,this._parents,e,t)}Zt.prototype.interrupt=Bv;Zt.prototype.transition=rg;function ha(e){return function(){return e}}function $c(e,t,r){this.target=e,this.type=t,this.transform=r}function Ut(e,t,r){this.k=e,this.x=t,this.y=r}Ut.prototype={constructor:Ut,scale:function(e){return e===1?this:new Ut(this.k*e,this.x,this.y)},translate:function(e,t){return e===0&t===0?this:new Ut(this.k,this.x+this.k*e,this.y+this.k*t)},apply:function(e){return[e[0]*this.k+this.x,e[1]*this.k+this.y]},applyX:function(e){return e*this.k+this.x},applyY:function(e){return e*this.k+this.y},invert:function(e){return[(e[0]-this.x)/this.k,(e[1]-this.y)/this.k]},invertX:function(e){return(e-this.x)/this.k},invertY:function(e){return(e-this.y)/this.k},rescaleX:function(e){return e.copy().domain(e.range().map(this.invertX,this).map(e.invert,e))},rescaleY:function(e){return e.copy().domain(e.range().map(this.invertY,this).map(e.invert,e))},toString:function(){return"translate("+this.x+","+this.y+") scale("+this.k+")"}};var yr=new Ut(1,0,0);ma.prototype=Ut.prototype;function ma(e){for(;!e.__zoom;)if(!(e=e.parentNode))return yr;return e.__zoom}function $o(){se.stopImmediatePropagation()}function Yn(){se.preventDefault(),se.stopImmediatePropagation()}function IL(){return!se.ctrlKey&&!se.button}function SL(){var e=this;return e instanceof SVGElement?(e=e.ownerSVGElement||e,e.hasAttribute("viewBox")?(e=e.viewBox.baseVal,[[e.x,e.y],[e.x+e.width,e.y+e.height]]):[[0,0],[e.width.baseVal.value,e.height.baseVal.value]]):[[0,0],[e.clientWidth,e.clientHeight]]}function ng(){return this.__zoom||yr}function LL(){return-se.deltaY*(se.deltaMode===1?.05:se.deltaMode?1:.002)}function DL(){return navigator.maxTouchPoints||"ontouchstart"in this}function kL(e,t,r){var n=e.invertX(t[0][0])-r[0][0],i=e.invertX(t[1][0])-r[1][0],a=e.invertY(t[0][1])-r[0][1],s=e.invertY(t[1][1])-r[1][1];return e.translate(i>n?(n+i)/2:Math.min(0,n)||Math.max(0,i),s>a?(a+s)/2:Math.min(0,a)||Math.max(0,s))}function Fc(){var e=IL,t=SL,r=kL,n=LL,i=DL,a=[0,1/0],s=[[-1/0,-1/0],[1/0,1/0]],o=250,l=Dc,u=Qi("start","zoom","end"),d,h,E=500,y=150,T=0;function _(x){x.property("__zoom",ng).on("wheel.zoom",B).on("mousedown.zoom",j).on("dblclick.zoom",ce).filter(i).on("touchstart.zoom",de).on("touchmove.zoom",je).on("touchend.zoom touchcancel.zoom",Ae).style("touch-action","none").style("-webkit-tap-highlight-color","rgba(0,0,0,0)")}_.transform=function(x,$,Y){var V=x.selection?x.selection():x;V.property("__zoom",ng),x!==V?M(x,$,Y):V.interrupt().each(function(){L(this,arguments).start().zoom(null,typeof $=="function"?$.apply(this,arguments):$).end()})},_.scaleBy=function(x,$,Y){_.scaleTo(x,function(){var V=this.__zoom.k,J=typeof $=="function"?$.apply(this,arguments):$;return V*J},Y)},_.scaleTo=function(x,$,Y){_.transform(x,function(){var V=t.apply(this,arguments),J=this.__zoom,R=Y==null?N(V):typeof Y=="function"?Y.apply(this,arguments):Y,A=J.invert(R),v=typeof $=="function"?$.apply(this,arguments):$;return r(C(I(J,v),R,A),V,s)},Y)},_.translateBy=function(x,$,Y){_.transform(x,function(){return r(this.__zoom.translate(typeof $=="function"?$.apply(this,arguments):$,typeof Y=="function"?Y.apply(this,arguments):Y),t.apply(this,arguments),s)})},_.translateTo=function(x,$,Y,V){_.transform(x,function(){var J=t.apply(this,arguments),R=this.__zoom,A=V==null?N(J):typeof V=="function"?V.apply(this,arguments):V;return r(yr.translate(A[0],A[1]).scale(R.k).translate(typeof $=="function"?-$.apply(this,arguments):-$,typeof Y=="function"?-Y.apply(this,arguments):-Y),J,s)},V)};function I(x,$){return $=Math.max(a[0],Math.min(a[1],$)),$===x.k?x:new Ut($,x.x,x.y)}function C(x,$,Y){var V=$[0]-Y[0]*x.k,J=$[1]-Y[1]*x.k;return V===x.x&&J===x.y?x:new Ut(x.k,V,J)}function N(x){return[(+x[0][0]+ +x[1][0])/2,(+x[0][1]+ +x[1][1])/2]}function M(x,$,Y){x.on("start.zoom",function(){L(this,arguments).start()}).on("interrupt.zoom end.zoom",function(){L(this,arguments).end()}).tween("zoom",function(){var V=this,J=arguments,R=L(V,J),A=t.apply(V,J),v=Y==null?N(A):typeof Y=="function"?Y.apply(V,J):Y,k=Math.max(A[1][0]-A[0][0],A[1][1]-A[0][1]),K=V.__zoom,te=typeof $=="function"?$.apply(V,J):$,m=l(K.invert(v).concat(k/K.k),te.invert(v).concat(k/te.k));return function(S){if(S===1)S=te;else{var P=m(S),G=k/P[2];S=new Ut(G,v[0]-P[0]*G,v[1]-P[1]*G)}R.zoom(null,S)}})}function L(x,$,Y){return!Y&&x.__zooming||new H(x,$)}function H(x,$){this.that=x,this.args=$,this.active=0,this.extent=t.apply(x,$),this.taps=0}H.prototype={start:function(){return++this.active===1&&(this.that.__zooming=this,this.emit("start")),this},zoom:function(x,$){return this.mouse&&x!=="mouse"&&(this.mouse[1]=$.invert(this.mouse[0])),this.touch0&&x!=="touch"&&(this.touch0[1]=$.invert(this.touch0[0])),this.touch1&&x!=="touch"&&(this.touch1[1]=$.invert(this.touch1[0])),this.that.__zoom=$,this.emit("zoom"),this},end:function(){return--this.active===0&&(delete this.that.__zooming,this.emit("end")),this},emit:function(x){Ec(new $c(_,x,this.that.__zoom),u.apply,u,[x,this.that,this.args])}};function B(){if(!e.apply(this,arguments))return;var x=L(this,arguments),$=this.__zoom,Y=Math.max(a[0],Math.min(a[1],$.k*Math.pow(2,n.apply(this,arguments)))),V=Un(this);if(x.wheel)(x.mouse[0][0]!==V[0]||x.mouse[0][1]!==V[1])&&(x.mouse[1]=$.invert(x.mouse[0]=V)),clearTimeout(x.wheel);else{if($.k===Y)return;x.mouse=[V,$.invert(V)],tn(this),x.start()}Yn(),x.wheel=setTimeout(J,y),x.zoom("mouse",r(C(I($,Y),x.mouse[0],x.mouse[1]),x.extent,s));function J(){x.wheel=null,x.end()}}function j(){if(h||!e.apply(this,arguments))return;var x=L(this,arguments,!0),$=ke(se.view).on("mousemove.zoom",R,!0).on("mouseup.zoom",A,!0),Y=Un(this),V=se.clientX,J=se.clientY;yc(se.view),$o(),x.mouse=[Y,this.__zoom.invert(Y)],tn(this),x.start();function R(){if(Yn(),!x.moved){var v=se.clientX-V,k=se.clientY-J;x.moved=v*v+k*k>T}x.zoom("mouse",r(C(x.that.__zoom,x.mouse[0]=Un(x.that),x.mouse[1]),x.extent,s))}function A(){$.on("mousemove.zoom mouseup.zoom",null),_c(se.view,x.moved),Yn(),x.end()}}function ce(){if(!!e.apply(this,arguments)){var x=this.__zoom,$=Un(this),Y=x.invert($),V=x.k*(se.shiftKey?.5:2),J=r(C(I(x,V),$,Y),t.apply(this,arguments),s);Yn(),o>0?ke(this).transition().duration(o).call(M,J,$):ke(this).call(_.transform,J)}}function de(){if(!!e.apply(this,arguments)){var x=se.touches,$=x.length,Y=L(this,arguments,se.changedTouches.length===$),V,J,R,A;for($o(),J=0;J<$;++J)R=x[J],A=Eo(this,x,R.identifier),A=[A,this.__zoom.invert(A),R.identifier],Y.touch0?!Y.touch1&&Y.touch0[2]!==A[2]&&(Y.touch1=A,Y.taps=0):(Y.touch0=A,V=!0,Y.taps=1+!!d);d&&(d=clearTimeout(d)),V&&(Y.taps<2&&(d=setTimeout(function(){d=null},E)),tn(this),Y.start())}}function je(){if(!!this.__zooming){var x=L(this,arguments),$=se.changedTouches,Y=$.length,V,J,R,A;for(Yn(),d&&(d=clearTimeout(d)),x.taps=0,V=0;V<Y;++V)J=$[V],R=Eo(this,$,J.identifier),x.touch0&&x.touch0[2]===J.identifier?x.touch0[0]=R:x.touch1&&x.touch1[2]===J.identifier&&(x.touch1[0]=R);if(J=x.that.__zoom,x.touch1){var v=x.touch0[0],k=x.touch0[1],K=x.touch1[0],te=x.touch1[1],m=(m=K[0]-v[0])*m+(m=K[1]-v[1])*m,S=(S=te[0]-k[0])*S+(S=te[1]-k[1])*S;J=I(J,Math.sqrt(m/S)),R=[(v[0]+K[0])/2,(v[1]+K[1])/2],A=[(k[0]+te[0])/2,(k[1]+te[1])/2]}else if(x.touch0)R=x.touch0[0],A=x.touch0[1];else return;x.zoom("touch",r(C(J,R,A),x.extent,s))}}function Ae(){if(!!this.__zooming){var x=L(this,arguments),$=se.changedTouches,Y=$.length,V,J;for($o(),h&&clearTimeout(h),h=setTimeout(function(){h=null},E),V=0;V<Y;++V)J=$[V],x.touch0&&x.touch0[2]===J.identifier?delete x.touch0:x.touch1&&x.touch1[2]===J.identifier&&delete x.touch1;if(x.touch1&&!x.touch0&&(x.touch0=x.touch1,delete x.touch1),x.touch0)x.touch0[1]=this.__zoom.invert(x.touch0[0]);else if(x.end(),x.taps===2){var R=ke(this).on("dblclick.zoom");R&&R.apply(this,arguments)}}}return _.wheelDelta=function(x){return arguments.length?(n=typeof x=="function"?x:ha(+x),_):n},_.filter=function(x){return arguments.length?(e=typeof x=="function"?x:ha(!!x),_):e},_.touchable=function(x){return arguments.length?(i=typeof x=="function"?x:ha(!!x),_):i},_.extent=function(x){return arguments.length?(t=typeof x=="function"?x:ha([[+x[0][0],+x[0][1]],[+x[1][0],+x[1][1]]]),_):t},_.scaleExtent=function(x){return arguments.length?(a[0]=+x[0],a[1]=+x[1],_):[a[0],a[1]]},_.translateExtent=function(x){return arguments.length?(s[0][0]=+x[0][0],s[1][0]=+x[1][0],s[0][1]=+x[0][1],s[1][1]=+x[1][1],_):[[s[0][0],s[0][1]],[s[1][0],s[1][1]]]},_.constrain=function(x){return arguments.length?(r=x,_):r},_.duration=function(x){return arguments.length?(o=+x,_):o},_.interpolate=function(x){return arguments.length?(l=x,_):l},_.on=function(){var x=u.on.apply(u,arguments);return x===u?_:x},_.clickDistance=function(x){return arguments.length?(T=(x=+x)*x,_):Math.sqrt(T)},_}var _f=It(eT(),1);var hf=Math.PI,mf=2*hf,pn=1e-6,YJ=mf-pn;function vf(){this._x0=this._y0=this._x1=this._y1=null,this._=""}function tT(){return new vf}vf.prototype=tT.prototype={constructor:vf,moveTo:function(e,t){this._+="M"+(this._x0=this._x1=+e)+","+(this._y0=this._y1=+t)},closePath:function(){this._x1!==null&&(this._x1=this._x0,this._y1=this._y0,this._+="Z")},lineTo:function(e,t){this._+="L"+(this._x1=+e)+","+(this._y1=+t)},quadraticCurveTo:function(e,t,r,n){this._+="Q"+ +e+","+ +t+","+(this._x1=+r)+","+(this._y1=+n)},bezierCurveTo:function(e,t,r,n,i,a){this._+="C"+ +e+","+ +t+","+ +r+","+ +n+","+(this._x1=+i)+","+(this._y1=+a)},arcTo:function(e,t,r,n,i){e=+e,t=+t,r=+r,n=+n,i=+i;var a=this._x1,s=this._y1,o=r-e,l=n-t,u=a-e,d=s-t,h=u*u+d*d;if(i<0)throw new Error("negative radius: "+i);if(this._x1===null)this._+="M"+(this._x1=e)+","+(this._y1=t);else if(h>pn)if(!(Math.abs(d*o-l*u)>pn)||!i)this._+="L"+(this._x1=e)+","+(this._y1=t);else{var E=r-a,y=n-s,T=o*o+l*l,_=E*E+y*y,I=Math.sqrt(T),C=Math.sqrt(h),N=i*Math.tan((hf-Math.acos((T+h-_)/(2*I*C)))/2),M=N/C,L=N/I;Math.abs(M-1)>pn&&(this._+="L"+(e+M*u)+","+(t+M*d)),this._+="A"+i+","+i+",0,0,"+ +(d*E>u*y)+","+(this._x1=e+L*o)+","+(this._y1=t+L*l)}},arc:function(e,t,r,n,i,a){e=+e,t=+t,r=+r,a=!!a;var s=r*Math.cos(n),o=r*Math.sin(n),l=e+s,u=t+o,d=1^a,h=a?n-i:i-n;if(r<0)throw new Error("negative radius: "+r);this._x1===null?this._+="M"+l+","+u:(Math.abs(this._x1-l)>pn||Math.abs(this._y1-u)>pn)&&(this._+="L"+l+","+u),r&&(h<0&&(h=h%mf+mf),h>YJ?this._+="A"+r+","+r+",0,1,"+d+","+(e-s)+","+(t-o)+"A"+r+","+r+",0,1,"+d+","+(this._x1=l)+","+(this._y1=u):h>pn&&(this._+="A"+r+","+r+",0,"+ +(h>=hf)+","+d+","+(this._x1=e+r*Math.cos(i))+","+(this._y1=t+r*Math.sin(i))))},rect:function(e,t,r,n){this._+="M"+(this._x0=this._x1=+e)+","+(this._y0=this._y1=+t)+"h"+ +r+"v"+ +n+"h"+-r+"Z"},toString:function(){return this._}};var gf=tT;function Va(e){return function(){return e}}function rT(e){this._context=e}rT.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._point=0},lineEnd:function(){(this._line||this._line!==0&&this._point===1)&&this._context.closePath(),this._line=1-this._line},point:function(e,t){switch(e=+e,t=+t,this._point){case 0:this._point=1,this._line?this._context.lineTo(e,t):this._context.moveTo(e,t);break;case 1:this._point=2;default:this._context.lineTo(e,t);break}}};function nT(e){return new rT(e)}function iT(e){return e[0]}function aT(e){return e[1]}function Ef(){var e=iT,t=aT,r=Va(!0),n=null,i=nT,a=null;function s(o){var l,u=o.length,d,h=!1,E;for(n==null&&(a=i(E=gf())),l=0;l<=u;++l)!(l<u&&r(d=o[l],l,o))===h&&((h=!h)?a.lineStart():a.lineEnd()),h&&a.point(+e(d,l,o),+t(d,l,o));if(E)return a=null,E+""||null}return s.x=function(o){return arguments.length?(e=typeof o=="function"?o:Va(+o),s):e},s.y=function(o){return arguments.length?(t=typeof o=="function"?o:Va(+o),s):t},s.defined=function(o){return arguments.length?(r=typeof o=="function"?o:Va(!!o),s):r},s.curve=function(o){return arguments.length?(i=o,n!=null&&(a=i(n)),s):i},s.context=function(o){return arguments.length?(o==null?n=a=null:a=i(n=o),s):n},s}function sT(e,t,r){e._context.bezierCurveTo((2*e._x0+e._x1)/3,(2*e._y0+e._y1)/3,(e._x0+2*e._x1)/3,(e._y0+2*e._y1)/3,(e._x0+4*e._x1+t)/6,(e._y0+4*e._y1+r)/6)}function oT(e){this._context=e}oT.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x0=this._x1=this._y0=this._y1=NaN,this._point=0},lineEnd:function(){switch(this._point){case 3:sT(this,this._x1,this._y1);case 2:this._context.lineTo(this._x1,this._y1);break}(this._line||this._line!==0&&this._point===1)&&this._context.closePath(),this._line=1-this._line},point:function(e,t){switch(e=+e,t=+t,this._point){case 0:this._point=1,this._line?this._context.lineTo(e,t):this._context.moveTo(e,t);break;case 1:this._point=2;break;case 2:this._point=3,this._context.lineTo((5*this._x0+this._x1)/6,(5*this._y0+this._y1)/6);default:sT(this,e,t);break}this._x0=this._x1,this._x1=e,this._y0=this._y1,this._y1=t}};function bf(e){return new oT(e)}var bl=class{constructor(t=0,r=0,n=1){this.x=t,this.y=r,this.k=n}toString(){return[this.x!==0?`translateX(${this.x}px)`:null,this.y!==0?`translateY(${this.y}px)`:null,this.k!==1?`scale(${this.k}`:null].join(" ")}},Lf={contains(e,t){return e.top<=t.top&&e.bottom>=t.bottom&&e.left<=t.left&&e.right>=t.right},inContainer(e,t){let r=t.x-e.x,n=t.y-e.y;return r>0&&n>0&&r+t.width<e.width&&n+t.height<e.height},delta(e,t){let r=0,n=0;return e.left>=t.left?r=e.left-t.left:e.right<=t.right&&(r=e.right-t.right),e.top>=t.top?n=e.top-t.top:e.bottom<=t.bottom&&(n=e.bottom-t.bottom),{x:r,y:n}},shift(e,t){return new bl(e.x-t.x,e.y-t.y)},Transform:bl};function Ht(e,t=document,r=!1){let n=e,i;for(r?i=Array.from(t.querySelectorAll(r)):i=[t];n&&!i.includes(n);)n=n.parentNode;return n}function bT(e,t,r=0){if(!t)return;let{x:n,y:i}=Lf.delta(e.element.getBoundingClientRect(),t.getBoundingClientRect());n+=Math.sign(n)*r,i+=Math.sign(i)*r;let{k:a}=e.transform;n/=a,i/=a,e.translateBy(n,i)}function yT(e,t){return t?Lf.inContainer(e.getBoundingClientRect(),t.getBoundingClientRect()):!1}function _T(e,t){let r={left:0,top:0},n=e;for(;n&&n!==t;)r.left+=n.offsetLeft,r.top+=n.offsetTop,n=n.offsetParent;return r}function AT(e){return{x:e.offsetLeft+e.clientWidth*.5,y:e.offsetTop+e.clientHeight*.5}}var KJ=.63;function lT(e){let t=Date.now();for(let r=e.values.length-1;r>=0;r-=1){let n=e.values[r];if((t-n.time)/60>e.staleTime){e.values.splice(0,e.values.length);break}t=n.time}}var yl=class{constructor(t,r=KJ){this.maxSamples=t,this.staleTime=r,this.reset()}add(t){lT(this),this.values.length>=this.maxSamples&&this.values.splice(0,this.values.length-this.maxSamples+1),this.values.push({value:t,time:Date.now()})}reset(){this.values=[]}get length(){return this.values.length}get value(){lT(this);let t=this.values.length-1;return t!==0?this.values.reduce((r,n)=>r+=n.value,0)/t:0}},uT=2.5,XJ=1,JJ=.2,cT=8,Af=class{constructor(t,r){this.vX=new yl(cT),this.vY=new yl(cT),this.transform={x:0,y:0,k:0},this.velocity={x:0,y:0},this.selection=r,this.node=r.node(),this.zoom=t,this.active=!1,this.ticking=!1}cancel(){this.lastTick&&delete this.lastTick,this.active=!1,this.ticking=!1}hold(){this.active=!1,this.holding=!0,this.vX.reset(),this.vY.reset()}release(){!this.holding||(this.holding=!1,this.impulse(this.vX.value,this.vY.value))}impulse(t,r,n=XJ){Math.abs(t)+Math.abs(r)<n||(this.velocity.x=t/this.transform.k,this.velocity.y=r/this.transform.k,!this.ticking&&(this.active=!0,this.tick()))}tick(){if(!this.moving||!this.active){this.cancel();return}this.ticking=!0,requestAnimationFrame(t=>{if(!this.active){this.cancel();return}this.lastTick||(this.lastTick=t-1);let r=(t-this.lastTick)/1e3;this.zoom.translateBy(this.selection,this.velocity.x,this.velocity.y),this.velocity.x-=this.velocity.x*uT*r,this.velocity.y-=this.velocity.y*uT*r,this.lastTick=t,this.tick()})}updateTransform(t){!this.active&&t.k===this.transform.k&&(this.vX.add(t.x-this.transform.x),this.vY.add(t.y-this.transform.y)),this.transform.x=t.x,this.transform.y=t.y,this.transform.k=t.k}get moving(){return Math.abs(this.velocity.x)+Math.abs(this.velocity.y)>JJ}};function ZJ(e,t){let r=new Af(e,t),n=e.on("zoom"),i=window.onblur;t.on("mousedown",()=>r.hold()).on("mouseup",()=>r.release()).on("pointerdown",()=>r.hold()).on("pointerup",()=>r.release()).on("touchstart",()=>r.hold()).on("touchend",()=>r.release()).on("touchcancel",()=>r.release()),window.addEventListener("mouseup",()=>r.release()),window.addEventListener("pointerup",()=>r.release()),window.onblur=()=>{i&&i(),r.cancel()},e.on("zoom",()=>{!se||(r.updateTransform(se.transform),n&&n())});let{translateTo:a}=e;e.translateTo=(...o)=>(r.cancel(),a(...o));let{translate:s}=e;return e.translate=(...o)=>(r.cancel(),s(...o)),e}function dT(e,t){let{controls:r}=e;if(!e.maxZoomBarValue){let a=r.zoomBar.getBoundingClientRect().height,s=r.zoomGrab.getBoundingClientRect().height;e.maxZoomBarValue=a-s}let{maxZoomBarValue:n}=e,i=n-n*t;e.zoomScale=t,r.zoomGrab.style.top=`${i}px`}function QJ(e){let t=document.createElement("div");t.className="appmap__zoom";let{controls:r}=e;r.buttonZoomIn=document.createElement("button"),r.buttonZoomIn.setAttribute("type","button"),r.buttonZoomIn.className="appmap__zoom-button",r.buttonZoomIn.innerHTML="&plus;",t.appendChild(r.buttonZoomIn),r.zoomBar=document.createElement("div"),r.zoomBar.className="appmap__zoom-bar",r.zoomGrab=document.createElement("div"),r.zoomGrab.className="appmap__zoom-grab",r.zoomBar.appendChild(r.zoomGrab),t.appendChild(r.zoomBar),r.buttonZoomOut=document.createElement("button"),r.buttonZoomOut.setAttribute("type","button"),r.buttonZoomOut.className="appmap__zoom-button",r.buttonZoomOut.innerHTML="&minus;",t.appendChild(r.buttonZoomOut),e.container.appendChild(t),e.element=t,r.buttonZoomIn.addEventListener("click",n=>{n.stopPropagation(),e.zoomScale=Math.min(1,e.zoomScale+e.step),e.emit("zoom",e.zoomScale)}),r.buttonZoomOut.addEventListener("click",n=>{n.stopPropagation(),e.zoomScale=Math.max(0,e.zoomScale-e.step),e.emit("zoom",e.zoomScale)}),r.zoomBar.addEventListener("click",n=>{if(n.stopPropagation(),n.target!==r.zoomBar)return!1;let i=r.zoomBar.getBoundingClientRect().height,a=n.clientY-Math.round(r.zoomBar.getBoundingClientRect().top);return e.emit("zoom",1-a/i),!0}),r.zoomBar.addEventListener("mousedown",n=>{document.body.style.cursor="grabbing",e.zoomGrabPosition=r.zoomGrab.offsetTop,e.dragStart=n.clientY,e.isDragging=!0,n.stopPropagation()}),document.body.addEventListener("mousemove",n=>{if(e.isDragging){let i=r.zoomBar.getBoundingClientRect().height,a=e.zoomGrabPosition+(n.clientY-e.dragStart);e.emit("zoom",1-a/i),n.preventDefault()}}),document.body.addEventListener("mouseup",()=>{document.body.style.cursor=null,e.isDragging=!1})}var Tf=class extends mr{constructor(t,r){super(),this.container=t.element,this.step=r.step,this.controls={},this.maxZoomBarValue=null,this.dragStart=null,this.zoomGrabPosition=null,this.isDragging=!1,this.zoomGrabTimeout=null,QJ(this),dT(this,t.transform.k),t.on("move",n=>dT(this,(n.k-r.minRatio)/(r.maxRatio-r.minRatio)))}};function eZ(e,t){return typeof e.data.transform=="function"?e.data.transform(t):t}var xf=class extends mr{constructor(){super(),this.data={text:"Untitled item",selector:null,condition:null,transform:null}}text(t){return this.data.text=t,this}selector(t){return this.data.selector=t,this}condition(t){return this.data.condition=t,this}transform(t){return this.data.transform=t,this}match(t){if(!(!this.data.selector||t.matches(this.data.selector)))return!1;let n=eZ(this,t);return n?!this.data.condition||this.data.condition(n):!1}};function tZ(e){let t=document.createElement("div");t.classList.add("appmap__context-menu"),t.style.display="none";let r=document.createElement("div");r.classList.add("dropdown-menu"),t.appendChild(r),t.addEventListener("mousedown",i=>i.stopPropagation()),t.addEventListener("pointerdown",i=>i.stopPropagation()),t.addEventListener("touchstart",i=>i.stopPropagation());let n=document.createElement("p");return n.innerText="No actions available",n.style.display="none",r.appendChild(n),e.appendChild(t),{dropdown:t,menu:r,emptyMessage:n}}function rZ(e,t){let r=document.createElement("a");return r.classList.add("dropdown-item"),r.innerText=t.data.text,e.elements.menu.appendChild(r),t.element=r,r}function nZ(e){let t=document.createElement("div");t.classList.add("dropdown-divider"),e.elements.menu.appendChild(t)}function iZ(e,t){return typeof e.data.transform=="function"?e.data.transform(t):t}function aZ(e,t){let r=0,n=t.composedPath().findIndex(o=>o===e.activeArea);if(n===-1)return;let i=t.composedPath().slice(0,n+1);e.items.forEach(o=>{let l=i.find(u=>o.match(u));if(!l){o.element.style.display="none";return}o.element.listener&&o.element.removeEventListener("click",o.element.listener),o.element.listener=()=>o.emit("execute",iZ(o,l)),o.element.addEventListener("click",o.element.listener),o.element.style.display="",o.emit("show"),r+=1}),e.elements.emptyMessage.style.display=r>0?"none":"";let{x:a,y:s}=e.parent.getBoundingClientRect();e.elements.menu.style.transform=`translate(${t.x-a}px, ${t.y-s}px)`,e.elements.dropdown.style.display="block"}var Rf=class extends mr{constructor(t,r=null){super(),this.parent=t,this.activeArea=r||t,this.elements=tZ(t),this.activeArea.addEventListener("contextmenu",n=>{aZ(this,n),n.preventDefault(),this.emit("show")}),this.selectors={},this.items=[]}divider(){return nZ(this),this}add(t){let r=t(new xf);return r?(rZ(this,r),this.items.push(r),this):this}get visible(){return!this.elements||!this.elements.menu?!1:this.elements.menu.offsetWidth>0}close(){let t=this.visible;return t&&(this.elements.dropdown.style.display="none"),t}isEventSource(t){if(!t)return!1;let r=t.composedPath();return!r||!this.elements?!1:r.includes(this.elements.menu)}},sZ=["light","dark"],TT="light",oZ={contextMenu:!1,pan:{momentum:!0,boundary:{contain:null,overlap:300},tweenTime:250},theme:TT,zoom:{controls:!1,step:.1,minRatio:.1,maxRatio:1,requireActive:!1}},fT=(e,t,r)=>Math.min(Math.max(e,t),r),Ga=class extends mr{constructor(t,r={},n=null,i=null){super(),this.options=(0,Al.default)(oZ,r),this.scaleTarget=!1;let{theme:a}=this.options;sZ.indexOf(a)===-1&&(a=TT),this.element=n,n||(this.element=document.createElement("div"),this.element.className=`appmap appmap--theme-${a}`),this.contentElement=i||document.createElement("div"),this.contentElement.className="appmap__content",this.contentElement.containerController=this,this.contentElement.parentElement||this.element.appendChild(this.contentElement);let s=n;t&&(s=ke(t).node(),s.appendChild(this.element)),this.options.zoom&&(this.options.zoom.controls&&(this.zoomController=new Tf(this,this.options.zoom).on("zoom",o=>{let{minRatio:l,maxRatio:u}=this.options.zoom,d=(u-l)*o+l;this.scaleTarget&&this.scaleTarget.x&&this.scaleTarget.y?this.scaleToAndTranslate(d,this.scaleTarget.x,this.scaleTarget.y):this.scaleTo(d),this.active=!0})),this.zoom=Fc().scaleExtent([this.options.zoom.minRatio,this.options.zoom.maxRatio]).interpolate(Qr).filter(()=>se.type==="wheel"?this.active||!this.options.zoom.requireActive:(this.active=!0,!0)).on("zoom",()=>{let{transform:o}=se,{offsetHeight:l,offsetWidth:u}=s;o.x=fT(o.x,(this.options.pan.boundary.overlap-this.contentElement.offsetWidth)*o.k,u-this.options.pan.boundary.overlap*o.k),o.y=fT(o.y,(this.options.pan.boundary.overlap-this.contentElement.offsetHeight)*o.k,l-this.options.pan.boundary.overlap*o.k),this.contentElement.style.transform=`translate(${o.x}px, ${o.y}px) scale(${o.k})`,this.contentElement.style.transformOrigin="0 0",this.emit("move",o)}),this.options.pan.momentum&&ZJ(this.zoom,ke(this.element)),ke(this.element).call(this.zoom).on("dblclick.zoom",null))}setContextMenu(t){if(this.options.contextMenu===!1||typeof this.options.contextMenu!="function")return;this.contextMenu=new Rf(this.element),this.options.contextMenu(t).forEach(n=>this.contextMenu.add(n))}fitViewport(t){let r=t.offsetHeight,n=t.offsetWidth,{clientWidth:i,clientHeight:a}=this.element.parentNode,{minRatio:s,maxRatio:o}=this.options.zoom,l=Math.min(a/r,i/n),u=Math.max(Math.min(Math.max(l,s),o),.8),d=yr.translate((i-n*u)*.5,(a-r*u)*.5).scale(u);this.transform=d}centerX(t=0){if(!this.element||!this.element.parentNode||!this.contentElement)return;let{offsetWidth:r}=this.contentElement,{clientWidth:n}=this.element.parentNode,i=yr.translate(n*.5-r*.5,t);this.transform=i}translateTo(t,r,n=null){ke(this.element).transition().duration(this.options.pan.tweenTime).call(this.zoom.translateTo,t,r,n)}translateBy(t,r){ke(this.element).transition().duration(this.options.pan.tweenTime).call(this.zoom.translateBy,t,r)}scaleTo(t){ke(this.element).transition().duration(100).call(this.zoom.scaleTo,t)}scaleToAndTranslate(t,r,n){ke(this.element).transition().duration(100).call(this.zoom.scaleTo,t).transition().duration(this.options.pan.tweenTime).call(this.zoom.translateTo,r,n,null)}get transform(){return ma(this.element)}set transform(t){ke(this.element).call(this.zoom.transform,t)}};function lZ(){return Math.random().toString(16).slice(2,10)}function li(e,t,r){return r<1?e+(t-e)*r:t}function _e(e,t=null){let r=document.createElementNS("http://www.w3.org/2000/svg",e);return t&&r.setAttribute("class",t),r}function pT(e){let t=[];return e.forEach(r=>{t.push([r.x,r.y])}),t}function uZ(e,t){if(e.length===t.length)return;let r=e.length<t.length?e:t,n=t===r?e:t;for(let i=0,a=n.length-r.length;i<a;i+=1)r.splice(0,0,r[0])}function cZ(e,t){let r=new Set,n=new Set,i=[t];for(;i.length>0;){let a=i.pop();r.has(a)||(e.inEdges(a).forEach(s=>{n.add(s),i.push(s.v)}),r.add(a))}for(i.push(t),r.delete(t);i.length>0;){let a=i.pop();r.has(a)||(e.outEdges(a).forEach(s=>{n.add(s),i.push(s.w)}),r.add(a))}return[r,n]}function xT(e,t){let r=_e("rect");return r.setAttribute("rx",0),r.setAttribute("ry",0),r.setAttribute("x",-(e/2)),r.setAttribute("y",-(t/2)),r.setAttribute("width",e),r.setAttribute("height",t),r}var Cf=14;function dZ(e){let t=_e("svg",`label__icon label__icon--${e}`);t.setAttribute("viewBox","0 0 512 512"),t.setAttribute("width",`${Cf}px`),t.setAttribute("height",`${Cf}px`);let r=_e("rect");switch(r.setAttribute("x",0),r.setAttribute("y",0),r.setAttribute("width","100%"),r.setAttribute("height","100%"),r.setAttribute("fill","transparent"),t.appendChild(r),e){case"expand":{let n=_e("path");n.setAttribute("d","m453.332031 512h-394.664062c-32.363281 0-58.667969-26.304688-58.667969-58.667969v-394.664062c0-32.363281 26.304688-58.667969 58.667969-58.667969h394.664062c32.363281 0 58.667969 26.304688 58.667969 58.667969v394.664062c0 32.363281-26.304688 58.667969-58.667969 58.667969zm-394.664062-480c-14.699219 0-26.667969 11.96875-26.667969 26.667969v394.664062c0 14.699219 11.96875 26.667969 26.667969 26.667969h394.664062c14.699219 0 26.667969-11.96875 26.667969-26.667969v-394.664062c0-14.699219-11.96875-26.667969-26.667969-26.667969zm0 0"),t.appendChild(n);let i=_e("path");i.setAttribute("d","m368 272h-224c-8.832031 0-16-7.167969-16-16s7.167969-16 16-16h224c8.832031 0 16 7.167969 16 16s-7.167969 16-16 16zm0 0"),t.appendChild(i);let a=_e("path");a.setAttribute("d","m256 384c-8.832031 0-16-7.167969-16-16v-224c0-8.832031 7.167969-16 16-16s16 7.167969 16 16v224c0 8.832031-7.167969 16-16 16zm0 0"),t.appendChild(a);break}case"collapse":{let n=_e("path");n.setAttribute("d","m453.332031 512h-394.664062c-32.363281 0-58.667969-26.304688-58.667969-58.667969v-394.664062c0-32.363281 26.304688-58.667969 58.667969-58.667969h394.664062c32.363281 0 58.667969 26.304688 58.667969 58.667969v394.664062c0 32.363281-26.304688 58.667969-58.667969 58.667969zm-394.664062-480c-14.699219 0-26.667969 11.96875-26.667969 26.667969v394.664062c0 14.699219 11.96875 26.667969 26.667969 26.667969h394.664062c14.699219 0 26.667969-11.96875 26.667969-26.667969v-394.664062c0-14.699219-11.96875-26.667969-26.667969-26.667969zm0 0"),t.appendChild(n);let i=_e("path");i.setAttribute("d","m368 272h-224c-8.832031 0-16-7.167969-16-16s7.167969-16 16-16h224c8.832031 0 16 7.167969 16 16s-7.167969 16-16 16zm0 0"),t.appendChild(i),t.setAttribute("y","5px");break}}return t}var Wa=class{constructor(t,r=!1,n=!1){if(this.element=_e("g","label"),r){let i=dZ(r);this.element.appendChild(i)}n&&this.element.setAttribute("opacity",0),this.textElement=_e("text"),this.tspanElement=_e("tspan"),this.tspanElement.setAttribute("space","preserve"),this.tspanElement.setAttribute("dy","1em"),this.tspanElement.setAttribute("x",1+(r?Cf+6:0)),this.tspanElement.textContent=t,this.textElement.appendChild(this.tspanElement),this.element.appendChild(this.textElement)}getBBox(){return this.element.getBBox()}show(){return this.element.setAttribute("opacity",1),this}hide(){return this.element.setAttribute("opacity",0),this}cutToWidth(t){let r=this.textElement,n=this.tspanElement,i=r.textContent,a=_e("title");for(a.textContent=i,this.textElement.appendChild(a);r.getComputedTextLength()>=t&&i.length>0;)if(i.includes("/")){let s=i.split("/");s.shift(),i=s.join("/"),n.textContent=`.../${i}`}else i=i.slice(0,-1),n.textContent=`${i}...`;return this}},RT=4,hT=RT*2+30;function vl(e,t,r){e.element.setAttribute("transform",`translate(${t},${r})`),e.position={x:t,y:r}}var Nf=class{constructor(t){let r=["cluster"];t.children>1&&r.push(`cluster--${t.class}`,"cluster--bordered"),this.element=_e("g",r.join(" ")),this.element.dataset.id=t.id,this.element.dataset.type=t.class,vl(this,t.x,t.y);let n=xT(t.width,t.height);this.element.appendChild(n),this.label=new Wa(t.label,"collapse"),this.label.hide(),this.moveLabel(t.width,t.height),this.element.appendChild(this.label.element),requestAnimationFrame(()=>{this.label.cutToWidth(t.width-hT),this.label.show()})}move(t,r){if(this.animationOptions&&this.animationOptions.enable){let n=this.position.x,i=this.position.y,a=+new Date,{duration:s}=this.animationOptions,o=()=>{let u=(+new Date-a)/s,d=li(n,t,u),h=li(i,r,u);vl(this,d,h),u<1?window.requestAnimationFrame(o):vl(this,t,r)};o()}else vl(this,t,r)}resize(t,r){let n=this.element.querySelector("rect");n.setAttribute("x",-(t/2)),n.setAttribute("y",-(r/2)),n.setAttribute("width",t),n.setAttribute("height",r),this.moveLabel(t,r),this.label.hide().cutToWidth(t-hT).show()}moveLabel(t,r){let n=-t*.5+RT,i=-r*.5;this.label.element.style.transform=`translate(${n}px, ${i}px)`}remove(){let{element:t}=this;t.parentNode.removeChild(t)}};function fZ(e,t){let r=_e("path"),n=e/2,i=n/(2.5+e/50),a=`M 0,${i} a ${n},${i} 0,0,0 ${e} 0 a ${n},${i} 0,0,0 ${-e} 0 l 0,${t} a ${n},${i} 0,0,0 ${e} 0 l 0, ${-t}`;return r.setAttribute("d",a),r.setAttribute("transform",`translate(${-e/2}, ${-(t/2+i)})`),r}function pZ(e,t){let r=_e("polygon"),n=e,i=t,a=[{x:-2*i/6,y:0},{x:n-i/6,y:0},{x:n+2*i/6,y:-i},{x:i/6,y:-i}];return r.setAttribute("points",a.map(s=>`${s.x},${s.y}`).join()),r.setAttribute("transform",`translate(${-n*.5}, ${i*.5})`),r}function gl(e,t,r){e.element.setAttribute("transform",`translate(${t},${r})`),e.position={x:t,y:r}}var Of=class{constructor(t,r={}){this.element=_e("g",`node ${t.class}`),this.element.dataset.id=t.id,this.element.dataset.type=t.codeObject.type,this.element.setAttribute("opacity",0),gl(this,t.x,t.y),this.animationOptions=r;let n;switch(t.shape){case"http":n=pZ(t.width,t.height);break;case"database":n=fZ(t.width,t.height);break;default:n=xT(t.width,t.height);break}this.element.appendChild(n);let i=new Wa(t.label,["http","package"].includes(t.class)?"expand":!1);i.element.setAttribute("transform",`translate(-${t.labelWidth/2},-${t.labelHeight/2})`),this.element.appendChild(i.element)}show(){if(this.animationOptions&&this.animationOptions.enable){let t=+new Date,{duration:r}=this.animationOptions,n=()=>{let a=(+new Date-t)/r;this.element.setAttribute("opacity",a),a<1?window.requestAnimationFrame(n):this.element.setAttribute("opacity",1)};n()}else this.element.setAttribute("opacity",1)}move(t,r){if(this.animationOptions&&this.animationOptions.enable){let n=this.position.x,i=this.position.y,a=+new Date,{duration:s}=this.animationOptions,o=()=>{let u=(+new Date-a)/s,d=li(n,t,u),h=li(i,r,u);gl(this,d,h),u<1?window.requestAnimationFrame(o):gl(this,t,r)};o()}else gl(this,t,r)}remove(){let{element:t}=this;t.parentNode.removeChild(t)}},mT=Ef().curve(bf),wf=class{constructor(t){this.element=_e("path"),this.element.setAttribute("d",mT(t))}setPoints(t){this.element.setAttribute("d",mT(t))}};function hZ(){let e=_e("marker");e.setAttribute("viewBox","0 0 10 10"),e.setAttribute("refX","10"),e.setAttribute("refY","5"),e.setAttribute("markerUnits","strokeWidth"),e.setAttribute("markerWidth","4"),e.setAttribute("markerHeight","4"),e.setAttribute("orient","auto");let t=_e("path");return t.setAttribute("d","M 0 0 L 10 5 L 0 10 z"),e.appendChild(t),e}function yf(e,t){e.points=t,e.path.setPoints(t)}var If=class{constructor(t,r={}){this.animationOptions=r,this.points=pT(t),this.element=_e("g","edgePath"),this.element.setAttribute("opacity",0),this.path=new wf(this.points);let n=_e("defs"),i=hZ(),a=`arrowhead${lZ()}`;i.setAttribute("id",a),this.path.element.setAttribute("marker-end",`url(#${a})`),n.appendChild(i),this.element.appendChild(this.path.element),this.element.appendChild(n)}show(){if(this.animationOptions&&this.animationOptions.enable){let t=+new Date,{duration:r}=this.animationOptions,n=()=>{let a=(+new Date-t)/r;this.element.setAttribute("opacity",a),a<1?window.requestAnimationFrame(n):this.element.setAttribute("opacity",1)};n()}else this.element.setAttribute("opacity",1)}move(t){if(this.animationOptions&&this.animationOptions.enable){let r=Array.from(this.points),n=pT(t);uZ(r,n);let i=+new Date,{duration:a}=this.animationOptions,s=()=>{let l=(+new Date-i)/a,u=[];r.forEach((d,h)=>{u.push([li(d[0],n[h][0],l),li(d[1],n[h][1],l)])}),yf(this,u),l<1?window.requestAnimationFrame(s):yf(this,n)};s()}else yf(this,t)}remove(){let{element:t}=this;t.parentNode.removeChild(t)}},mZ=15,vZ=10,gZ={animation:{enable:!0,duration:300}},Sf=class{constructor(t,r={}){this.element=t,this.options=(0,Al.default)(gZ,r),this.outputGroup=_e("g","output"),this.edgesGroup=_e("g","edgePaths"),this.clustersGroup=_e("g","clusters"),this.nodesGroup=_e("g","nodes"),this.outputGroup.appendChild(this.clustersGroup),this.outputGroup.appendChild(this.edgesGroup),this.outputGroup.appendChild(this.nodesGroup),this.element.innerHTML="",this.element.appendChild(this.outputGroup),this.graph=new _f.default.graphlib.Graph({compound:!0}).setGraph({rankdir:"LR"}).setDefaultEdgeLabel(()=>({}))}setNodeFromCodeObject(t,r=null){let n=t.prettyName;if(t.type===z.PACKAGE||t.type===z.HTTP){let a=t.childLeafs().length;n+=` (${a})`}let i={codeObject:t,label:n,id:t.id,class:t.type,shape:t.type};this.setNode(i,r)}setNode(t,r=null){let n={...t};if(!this.graph.node(n.id)){if(n.type!=="cluster"){let i=_e("g","node"),a=new Wa(n.label,["http","package"].includes(n.class)?"expand":!1,!0);i.appendChild(a.element),this.nodesGroup.appendChild(i);let s=a.getBBox();this.nodesGroup.removeChild(i),n.labelWidth=s.width,n.labelHeight=s.height,n.width=s.width+mZ*2,n.height=s.height+vZ*2}this.graph.setNode(n.id,n),r&&this.graph.setParent(n.id,r)}}removeNode(t){let r=this.graph.nodeEdges(t),n=this.graph.node(t);r&&r.forEach(({v:i,w:a})=>{let s=this.graph.edge(i,a);s.group&&s.group.remove(),this.graph.removeEdge(i,a)}),n.group.remove(),this.graph.removeNode(t)}setEdge(t,r){let n=t.id,i=r.id;t===r||this.graph.edge(n,i)||!this.graph.node(i)||this.graph.children(i).length||!this.graph.node(n)||this.graph.children(n).length||this.graph.setEdge(n,i,{codeObjectTo:r,codeObjectFrom:t})}render(){_f.default.layout(this.graph),this.graph.nodes().forEach(t=>{let r=this.graph.node(t);if(r.group){r.group.move(r.x,r.y),r.type==="cluster"&&r.group.resize(r.width,r.height);return}if(r.type==="cluster"){let n=new Nf(r);r.group=n,r.element=n.element,this.clustersGroup.appendChild(n.element)}else{let n=new Of(r,this.options.animation);r.group=n,r.element=n.element,this.nodesGroup.appendChild(n.element),n.show()}}),this.graph.edges().forEach(({v:t,w:r})=>{let n=this.graph.edge(t,r);if(n.group)n.group.move(n.points);else{let i=new If(n.points,this.options.animation),a=this.graph.node(t),s=this.graph.node(r);i.element.dataset.from=t,i.element.dataset.fromType=a.codeObject.type,i.element.dataset.to=r,i.element.dataset.toType=s.codeObject.type,n.group=i,n.element=i.element,this.edgesGroup.appendChild(i.element),i.show()}}),this.element.setAttribute("width",this.graph.graph().width),this.element.setAttribute("height",this.graph.graph().height)}clearHighlights(){this.outputGroup.querySelectorAll(".highlight,.highlight--inbound").forEach(t=>{t.classList.remove("highlight"),t.classList.remove("highlight--inbound")})}highlightNode(t){let r=this.graph.node(t);if(!r)return null;let n=this.graph.children(t);return r.type==="cluster"&&n.forEach(i=>this.highlightNode(i)),r.element.classList.contains("dim")?null:(r.element.classList.add("highlight"),this.graph.nodeEdges(t).forEach(i=>{let a=this.graph.edge(i).element;if(a.classList.add("highlight"),t===i.w&&a.classList.add("highlight--inbound"),!a.classList.contains("dim")){let s=a.parentNode;s.removeChild(a),s.appendChild(a)}}),r.codeObject)}clearFocus(){this.outputGroup.querySelectorAll(".dim").forEach(t=>{t.classList.remove("dim")})}focus(t){let[r,n]=cZ(this.graph,t);this.graph.nodes().forEach(i=>{if(r.has(i))return;let a=this.graph.node(i);a.type!=="cluster"&&a.element.classList.add("dim")}),this.graph.edges().forEach(i=>{if(n.has(i))return;let a=this.graph.edge(i).element;a.classList.add("dim");let s=a.parentNode;s.removeChild(a),s.insertAdjacentElement("afterbegin",a)})}expand(t,r){let{id:n}=t;this.graph.edges().forEach(({v:a,w:s})=>{if(a===n||s===n){let o=this.graph.edge(a,s);o.group&&(o.group.remove(),this.graph.removeEdge(a,s))}}),this.removeNode(n);let i={id:n,type:"cluster",label:t.id,children:r.length,class:t.type,codeObject:t};this.setNode(i),r.forEach(a=>this.setNodeFromCodeObject(a,n))}collapse(){this.render()}getNodesBox(t){let r={top:[],left:[],right:[],bottom:[],x:[],y:[]};return t.forEach(n=>{let i=this.graph.node(n);if(!i)return;let a=i.element.getBoundingClientRect()||i.element.getBBox();r.top.push(a.top),r.left.push(a.left),r.right.push(a.right),r.bottom.push(a.bottom),r.x.push(i.x-a.width/2),r.y.push(i.y-a.height/2)}),r.top=Math.min(...r.top),r.left=Math.min(...r.left),r.right=Math.max(...r.right),r.bottom=Math.max(...r.bottom),r.offsetTop=Math.min(...r.y),r.offsetLeft=Math.min(...r.x),r.width=r.right-r.left,r.height=r.bottom-r.top,r}scrollToNodes(t,r){let n=this.getNodesBox(r),i=t.getBoundingClientRect();if(Lf.contains(i,n))return!1;let a=i.width/n.width,s=i.height/n.height;return{scale:a>1&&s>1?1:Math.min(a,s)-.01,x:n.width/2+n.offsetLeft,y:n.height/2+n.offsetTop}}edge(t,r){return this.graph.edge(t,r)}node(t){return this.graph.node(t)}},EZ=1,bZ=[z.DATABASE,z.HTTP,z.EXTERNAL_SERVICE,z.ROUTE,z.PACKAGE,z.CLASS];function Ha(e,t){let{id:r,type:n}=e.dataset;return t.codeObjects.find(i=>i.id===r&&i.type===n)}function yZ(e,t){let r=e.element.node();r.addEventListener("click",n=>{let i=Ht(n.target,r,"g.label .label__icon--expand");if(!i)return;n.stopImmediatePropagation();let a=Ha(i.closest(".node"),t);e.expand(a)}),r.addEventListener("click",n=>{let i=Ht(n.target,r,"g.label .label__icon--collapse");if(!i)return;n.stopImmediatePropagation();let a=Ha(i.closest(".cluster"),t);e.collapse(a)}),r.addEventListener("click",n=>{let i=Ht(n.target,r,"g.nodes g.node");if(!i)return;n.stopPropagation();let a=Ha(i,t);e.highlight(a),e.emit("click",a)}),r.addEventListener("dblclick",n=>{let i=Ht(n.target,r,"g.nodes g.node");!i||(n.stopPropagation(),e.focus(Ha(i,t)))}),r.addEventListener("click",n=>{let i=Ht(n.target,r,".edgePath > path");if(!i)return;n.stopPropagation(),e.clearHighlights(!0),i.parentNode.classList.add("highlight"),ke(r).selectAll(".edgePath.highlight").raise();let{to:a,from:s}=i.parentElement.dataset,{codeObjectTo:o,codeObjectFrom:l}=e.graph.edge(s,a);e.emit("edge",{to:o,from:l})}),r.addEventListener("click",n=>{let i=Ht(n.target,r,"g.cluster");if(!i)return;n.stopPropagation();let a=Ha(i,t);e.highlight(a),e.emit("click",a)})}var vT=[z.PACKAGE,z.HTTP],_Z={contextMenu(e){return[t=>t.text("Set as root").selector(".nodes .node").transform(r=>e.graph.node(r.dataset.id).codeObject).on("execute",r=>e.emit("makeRoot",r)),t=>t.text("Expand").selector("g.node").transform(r=>e.graph.node(r.dataset.id).codeObject).condition(r=>vT.includes(r.type)).on("execute",r=>e.expand(r)),t=>t.text("Collapse").selector("g.node").transform(r=>e.graph.node(r.dataset.id).codeObject).condition(r=>!vT.includes(r.type)&&r.type!==z.DATABASE).on("execute",r=>e.collapse(r)),t=>t.text("Collapse").selector("g.cluster").transform(r=>e.graph.node(r.dataset.id).codeObject).on("execute",r=>e.collapse(r)),t=>t.text("Reset view").on("execute",()=>{e.render(e.classMap)})]}};function AZ(...e){return e.map(t=>t.inboundConnections.map(r=>[r,...r.ancestors()]).flat().map(r=>({from:r,to:t}))).flat().filter(t=>t.to!==t.from)}function CT(...e){return e.map(t=>t.outboundConnections.map(r=>[r,...r.ancestors()]).flat().map(r=>({from:t,to:r}))).flat().filter(t=>t.to!==t.from)}function gT(...e){return[...CT(...e),...AZ(...e)]}var _l=class extends mr{constructor(t,r={}){super();let n=(0,Al.default)(_Z,r);this.container=new Ga(t,n),this.container.setContextMenu(this),this.targetCount=EZ,this.element=ke(this.container.contentElement).append("svg").attr("class","appmap__component-diagram"),this.on("postrender",()=>{this.container.fitViewport(this.container.contentElement)}),this.container.element.addEventListener("click",i=>{i.target.classList.contains("dropdown-item")||(this.emit("click",null),this.clearHighlights()),this.container.contextMenu&&this.container.contextMenu.close()}),this.container.element.addEventListener("move",()=>{this.container.contextMenu&&this.container.contextMenu.close()}),this.container.element.addEventListener("dblclick",()=>{this.clearFocus()})}render(t){if(!t)return;this.classMap=t,this.graph=new Sf(this.element.node(),{animation:{duration:600}});let r=t.roots.map(i=>i.leafs()).flat().reduce((i,a)=>{let s=a.childLeafs();return s.length===1&&bZ.includes(s[0].type)?a.allEvents.length>0&&i.push(s[0]):i.push(a),i},[]),n=CT(...r);r.forEach(i=>this.graph.setNodeFromCodeObject(i)),n.forEach(i=>this.graph.setEdge(i.from,i.to)),this.graph.render(),yZ(this,t),this.emit("postrender")}clearHighlights(t=!1){this.graph.clearHighlights(),this.container.scaleTarget=!1,t||this.emit("highlight",null)}highlight(...t){this.clearHighlights(!0);let r=t.filter(Boolean).map(i=>this.graph.highlightNode(i.id??i.name)).filter(Boolean);r.length&&this.scrollTo(r);let n=this.graph.getNodesBox(r.map(i=>i.id??i.name));return this.container.scaleTarget={x:n.width/2+n.offsetLeft,y:n.height/2+n.offsetTop},this.emit("highlight",r),r.length>0}clearFocus(){this.graph.clearFocus(),this.emit("focus",null)}focus(t){this.graph.clearFocus(),this.graph.focus(t.id),this.scrollTo(t),this.emit("focus",t)}scrollTo(...t){let r=this.graph.scrollToNodes(this.container.element,t.map(n=>n.id));r&&(this.container.scaleTo(r.scale),setTimeout(()=>{this.container.translateTo(r.x,r.y)},200),this.emit("scrollTo",t))}expand(t,r=!0){let n=this.isHighlighted(t),i=t.children.map(a=>a.leafs()).flat();this.graph.expand(t,i),gT(...i).forEach(({from:a,to:s})=>this.graph.setEdge(a,s)),this.graph.render(),r&&this.scrollTo(i),n&&this.graph.highlightNode(t.id),this.emit("expand",t)}collapse(t,r=!0){let n=t.packageObject||t.parent||t,i=this.isHighlighted(n),{id:a}=n;this.graph.removeNode(a),n.childLeafs().forEach(s=>this.graph.removeNode(s.id)),this.graph.setNodeFromCodeObject(n),gT(n).forEach(({to:s,from:o})=>this.graph.setEdge(o,s)),this.graph.collapse(),r&&this.scrollTo(n),i&&this.graph.highlightNode(a),this.emit("collapse",n)}hasPackage(t){return this.currentDiagramModel.packages.has(t)}hasObject(t){return Boolean(this.graph.node(t.id))}isHighlighted(t){let{id:r}=t,n=this.element.node().querySelector(`[data-id="${r}"]`);return n&&n.classList.contains("highlight")}};function ET(e){let t=[],r=e.match(/^#([a-fA-F0-9]{3,6})/);if(r){let i=r[1],a=Math.ceil(i.length/3),s=i.length/a;for(let o=0;o<s;o+=a){let l=i.slice(o,o+a),u=parseInt(l,16);a===1&&(u*=u),t.push(u)}}let n=t.length;for(let i=0;i<3-n;i+=1)t.push(0);return t}function hn(e){let t=e.shift();return typeof t!="number"?0:t}function El(e,t,r){return Math.min(Math.max(t,e),r)}var Gt=class{constructor(...t){switch(Object.defineProperty(this,"$data",{writable:!1,enumerable:!1,value:{r:0,g:0,b:0,a:0}}),t.length){case 1:{let r=t[0],n=typeof r;if(n==="string"){let[i,a,s]=ET(r);this.r=i,this.g=a,this.b=s}else n==="number"?(this.r=r,this.g=r,this.b=r):r instanceof Gt&&(this.r=r.r,this.g=r.g,this.b=r.b,this.a=r.a)}break;case 2:{let r=t[0],n=typeof r;if(n==="string"){let[a,s,o]=ET(r);this.r=a,this.g=s,this.b=o}else n==="number"?(this.r=r,this.g=r,this.b=r):r instanceof Gt&&(this.r=r.r,this.g=r.g,this.b=r.b);let i=t[1];typeof i=="number"&&(this.a=i)}break;case 3:this.r=hn(t),this.g=hn(t),this.b=hn(t);break;case 4:this.r=hn(t),this.g=hn(t),this.b=hn(t),this.a=hn(t);break}this.a>1&&(this.a/=255)}set r(t){this.$data.r=Math.floor(El(t,0,255))}set g(t){this.$data.g=Math.floor(El(t,0,255))}set b(t){this.$data.b=Math.floor(El(t,0,255))}set a(t){this.$data.a=El(t,0,1)}get r(){return this.$data.r}get g(){return this.$data.g}get b(){return this.$data.b}get a(){return this.$data.a}get rgb(){return`rgb(${this.r}, ${this.g}, ${this.b})`}get hex(){let t=this.r.toString(16).padStart(2,"0"),r=this.g.toString(16).padStart(2,"0"),n=this.b.toString(16).padStart(2,"0");return`#${t}${r}${n}`}get rgba(){return`rgba(${this.r}, ${this.g}, ${this.b}, ${this.a})`}static hex(...t){return new Gt(...t).hex}static rgb(...t){return new Gt(...t).rgb}static rgba(...t){return new Gt(...t).rgba}darken(t){this.r*=t,this.g*=t,this.b*=t}toString(){return this.hex}};var MT={functional:!0,render(e,t){let{_c:r,_v:n,data:i,children:a=[]}=t,{class:s,staticClass:o,style:l,staticStyle:u,attrs:d={},...h}=i;return r("svg",{class:[s,o],style:[l,u],attrs:Object.assign({viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},d),...h},a.concat([r("path",{attrs:{d:"M12 2a1 1 0 00-1 1v2a1 1 0 002 0V3a1 1 0 00-1-1zm9 9h-2a1 1 0 000 2h2a1 1 0 000-2zM6 12a1 1 0 00-1-1H3a1 1 0 000 2h2a1 1 0 001-1zm.22-7a1.012 1.012 0 10-1.39 1.47l1.44 1.39a1 1 0 00.73.28 1 1 0 00.72-.31 1 1 0 000-1.41L6.22 5zM17 8.14a1 1 0 00.69-.28l1.44-1.39A1 1 0 0017.78 5l-1.44 1.42a1 1 0 000 1.41 1 1 0 00.66.31zM12 18a1 1 0 00-1 1v2a1 1 0 002 0v-2a1 1 0 00-1-1zm5.73-1.86a1.001 1.001 0 00-1.39 1.44L17.78 19a1 1 0 001.41-.02 1.002 1.002 0 000-1.42l-1.46-1.42zm-11.46 0l-1.44 1.39a1 1 0 000 1.42 1 1 0 00.72.3 1 1 0 00.67-.25l1.44-1.39a1 1 0 10-1.39-1.44v-.03z"}})]))}},TZ={name:"v-button",components:{VLoaderIcon:MT},props:{label:{type:String,required:!1},kind:{type:String,default:"primary",validator:e=>["primary","secondary","ghost"].indexOf(e)!==-1},size:{type:String,default:"medium",validator:e=>["small","medium","large"].indexOf(e)!==-1},disabled:{type:Boolean,default:!1},timeout:{type:Number,default:0}},data(){return{currentlyDisabled:this.disabled}},computed:{isTimedOut(){return!this.disabled&&this.currentlyDisabled},classes(){return{btn:!0,["btn--"+this.size]:!0,["btn--"+this.kind]:!0,"btn--timeout":this.isTimedOut}}},methods:{onClick(){this.disabled||this.timeout&&(this.currentlyDisabled=!0,setTimeout(()=>{this.currentlyDisabled=!1},this.timeout))}}};function U(e,t,r,n,i,a,s,o,l,u){typeof s!="boolean"&&(l=o,o=s,s=!1);let d=typeof r=="function"?r.options:r,h;if(e&&e.render&&(d.render=e.render,d.staticRenderFns=e.staticRenderFns,d._compiled=!0,i&&(d.functional=!0)),n&&(d._scopeId=n),a?(h=function(E){(E=E||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext)||typeof __VUE_SSR_CONTEXT__>"u"||(E=__VUE_SSR_CONTEXT__),t&&t.call(this,l(E)),E&&E._registeredComponents&&E._registeredComponents.add(a)},d._ssrRegister=h):t&&(h=s?function(E){t.call(this,u(E,this.$root.$options.shadowRoot))}:function(E){t.call(this,o(E))}),h)if(d.functional){let E=d.render;d.render=function(y,T){return h.call(T),E(y,T)}}else{let E=d.beforeCreate;d.beforeCreate=E?[].concat(E,h):[h]}return r}var xZ=typeof navigator<"u"&&/msie [6-9]\\b/.test(navigator.userAgent.toLowerCase());function X(e){return(t,r)=>function(n,i){let a=xZ?i.media||"default":n,s=NT[a]||(NT[a]={ids:new Set,styles:[]});if(!s.ids.has(n)){s.ids.add(n);let o=i.source;if(i.map&&(o+=`
15
15
  /*# sourceURL=`+i.map.sources[0]+" */",o+=`
16
16
  /*# sourceMappingURL=data:application/json;base64,`+btoa(unescape(encodeURIComponent(JSON.stringify(i.map))))+" */"),s.element||(s.element=document.createElement("style"),s.element.type="text/css",i.media&&s.element.setAttribute("media",i.media),Df===void 0&&(Df=document.head||document.getElementsByTagName("head")[0]),Df.appendChild(s.element)),"styleSheet"in s.element)s.styles.push(o),s.element.styleSheet.cssText=s.styles.filter(Boolean).join(`
17
- `);else{let l=s.ids.size-1,u=document.createTextNode(o),d=s.element.childNodes;d[l]&&s.element.removeChild(d[l]),d.length?s.element.insertBefore(u,d[l]):s.element.appendChild(u)}}}(t,r)}var Df,N4={},ci=U({render:function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("button",{class:e.classes,attrs:{type:"button",disabled:e.currentlyDisabled},on:{click:e.onClick}},[e.isTimedOut?r("v-loader-icon"):e._e(),e._v(" "),r("div",{staticClass:"btn__content"},[e._v(`
17
+ `);else{let l=s.ids.size-1,u=document.createTextNode(o),d=s.element.childNodes;d[l]&&s.element.removeChild(d[l]),d.length?s.element.insertBefore(u,d[l]):s.element.appendChild(u)}}}(t,r)}var Df,NT={},ci=U({render:function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("button",{class:e.classes,attrs:{type:"button",disabled:e.currentlyDisabled},on:{click:e.onClick}},[e.isTimedOut?r("v-loader-icon"):e._e(),e._v(" "),r("div",{staticClass:"btn__content"},[e._v(`
18
18
  `+e._s(e.label)+`
19
- `),e._v(" "),e._t("default")],2)],1)},staticRenderFns:[]},function(e){e&&e("data-v-1141f70d_0",{source:"@keyframes spin-data-v-1141f70d{from{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}.btn[data-v-1141f70d]{border-radius:8px;border-style:none;color:#1e1e1e;font-weight:700;padding:.75em 1.5em;text-align:center;cursor:pointer;transition:all .3s ease;user-select:none}.btn[data-v-1141f70d]:disabled{background-color:#242c41;border-color:#242c41}.btn[data-v-1141f70d]:disabled:hover{background-color:#242c41;border-color:#242c41}.btn--timeout[data-v-1141f70d]{position:relative}.btn--timeout svg[data-v-1141f70d]{width:2em;position:absolute;fill:#071223;top:50%;transform:translate(-50%,-50%);animation:spin-data-v-1141f70d 2s linear infinite}.btn--timeout .btn__content[data-v-1141f70d]{color:transparent}.btn--primary[data-v-1141f70d]{border:1px solid #3794ff;color:#e3e5e8;background:0 0}.btn--primary[data-v-1141f70d]:hover{background-color:#3794ff}.btn--primary[data-v-1141f70d]:active{background-color:rgba(255,255,255,.65)}.btn--secondary[data-v-1141f70d]{background-color:#4362b1}.btn--ghost[data-v-1141f70d]{background-color:inherit;border:1px solid #808b98;border-style:solid;color:#e3e5e8}.btn--ghost[data-v-1141f70d]:disabled{background-color:inherit;border-color:#eaeaea;color:#eaeaea}.btn--ghost[data-v-1141f70d]:hover{border-color:#e3e5e8;background-color:#010306}.btn--ghost[data-v-1141f70d]:active{color:#e3e5e8;border-color:#e3e5e8}.btn--large[data-v-1141f70d]{font-size:18px}.btn--medium[data-v-1141f70d]{font-size:14px}.btn--small[data-v-1141f70d]{font-size:12px}",map:void 0,media:void 0})},TZ,"data-v-1141f70d",!1,void 0,!1,X,void 0,void 0),P4={functional:!0,render(e,t){let{_c:r,_v:n,data:i,children:a=[]}=t,{class:s,staticClass:o,style:l,staticStyle:u,attrs:d={},...h}=i;return r("svg",{class:[s,o],style:[l,u],attrs:Object.assign({width:"106",height:"25",fill:"none",xmlns:"http://www.w3.org/2000/svg"},d),...h},a.concat([r("circle",{attrs:{cx:"12.5",cy:"12.5",r:"12.5",fill:"#FF07AA"}}),r("path",{attrs:{d:"M16.931 14.303l-3.779-7.986-.655-1.296-.623 1.296L6.28 18.078h1.446l.697-1.549.707-1.538 1.858-4.211 1.51-3.147 3.325 7.358.347.75 1.089 2.337h1.456l-1.784-3.775z",fill:"#fff"}}),r("path",{attrs:{d:"M16.931 14.303l-3.779-7.986-.655-1.296-.623 1.296L6.28 18.078h1.446l.697-1.549.707-1.538 1.858-4.211 1.51-3.147 3.325 7.358.347.75 1.089 2.337h1.456l-1.784-3.775z",stroke:"#fff"}}),r("path",{attrs:{d:"M36.724 5.256h1.422L43.564 18H41.8l-1.296-3.132h-6.372L32.818 18h-1.71l5.616-12.744zm.684 1.944h-.036l-2.646 6.264h5.202L37.408 7.2zm7.526 2.376h1.404V10.8h.036c.384-.456.828-.81 1.332-1.062a3.803 3.803 0 011.692-.378c.66 0 1.26.114 1.8.342a3.91 3.91 0 011.404.918c.384.396.684.864.9 1.404.216.54.324 1.128.324 1.764 0 .636-.108 1.224-.324 1.764a4.27 4.27 0 01-.9 1.404 4.052 4.052 0 01-1.332.936 4.245 4.245 0 01-1.656.324c-.756 0-1.422-.162-1.998-.486-.564-.336-.978-.744-1.242-1.224h-.036v5.598h-1.404V9.576zm1.404 4.212c0 .444.066.858.198 1.242.144.372.348.702.612.99.264.276.576.498.936.666.372.156.786.234 1.242.234a3.05 3.05 0 001.224-.234c.372-.168.69-.39.954-.666a2.87 2.87 0 00.594-.99c.144-.384.216-.798.216-1.242 0-.444-.072-.852-.216-1.224a2.664 2.664 0 00-.594-.99 2.685 2.685 0 00-.954-.666 2.861 2.861 0 00-1.224-.252c-.456 0-.87.084-1.242.252-.36.156-.672.378-.936.666a2.871 2.871 0 00-.612.99c-.132.372-.198.78-.198 1.224zm9.6-4.212h1.404V10.8h.036c.384-.456.828-.81 1.332-1.062a3.803 3.803 0 011.692-.378c.66 0 1.26.114 1.8.342a3.91 3.91 0 011.404.918c.384.396.684.864.9 1.404.216.54.324 1.128.324 1.764 0 .636-.108 1.224-.324 1.764a4.27 4.27 0 01-.9 1.404 4.052 4.052 0 01-1.332.936 4.245 4.245 0 01-1.656.324c-.756 0-1.422-.162-1.998-.486-.564-.336-.978-.744-1.242-1.224h-.036v5.598h-1.404V9.576zm1.404 4.212c0 .444.066.858.198 1.242.144.372.348.702.612.99.264.276.576.498.936.666.372.156.786.234 1.242.234a3.05 3.05 0 001.224-.234c.372-.168.69-.39.954-.666a2.87 2.87 0 00.594-.99c.144-.384.216-.798.216-1.242 0-.444-.072-.852-.216-1.224a2.664 2.664 0 00-.594-.99 2.685 2.685 0 00-.954-.666 2.861 2.861 0 00-1.224-.252c-.456 0-.87.084-1.242.252-.36.156-.672.378-.936.666a2.871 2.871 0 00-.612.99c-.132.372-.198.78-.198 1.224zm9.924-8.532h2.25l4.32 9.99h.036l4.356-9.99h2.196V18h-1.512V7.308h-.036L74.304 18h-.918L68.814 7.308h-.036V18h-1.512V5.256zm15.97 5.4a3.88 3.88 0 011.53-.972 5.333 5.333 0 011.818-.324c1.248 0 2.148.294 2.7.882.552.588.828 1.482.828 2.682v3.618c0 .24.012.492.036.756.024.252.054.486.09.702h-1.35a3.318 3.318 0 01-.09-.63v-.63h-.036a3.27 3.27 0 01-1.116 1.062c-.456.276-1.008.414-1.656.414-.432 0-.84-.054-1.224-.162a3.279 3.279 0 01-.99-.468 2.498 2.498 0 01-.666-.792 2.243 2.243 0 01-.252-1.08c0-.696.18-1.242.54-1.638.36-.396.804-.69 1.332-.882a6.699 6.699 0 011.728-.36 22.447 22.447 0 011.71-.072h.54v-.252c0-.612-.186-1.074-.558-1.386-.36-.312-.87-.468-1.53-.468-.456 0-.906.078-1.35.234a3.129 3.129 0 00-1.152.684l-.882-.918zm4.068 3.294c-.9 0-1.614.126-2.142.378-.528.252-.792.666-.792 1.242 0 .528.174.906.522 1.134.36.216.804.324 1.332.324.408 0 .762-.066 1.062-.198.312-.144.57-.33.774-.558.204-.228.36-.492.468-.792.108-.312.168-.642.18-.99v-.54h-1.404zm5.302-4.374h1.404V10.8h.036c.384-.456.828-.81 1.332-1.062a3.803 3.803 0 011.692-.378c.66 0 1.26.114 1.8.342.552.216 1.02.522 1.404.918.384.396.684.864.9 1.404.216.54.324 1.128.324 1.764 0 .636-.108 1.224-.324 1.764a4.27 4.27 0 01-.9 1.404 4.056 4.056 0 01-1.332.936 4.245 4.245 0 01-1.656.324c-.756 0-1.422-.162-1.998-.486-.564-.336-.978-.744-1.242-1.224h-.036v5.598h-1.404V9.576zm1.404 4.212c0 .444.066.858.198 1.242.144.372.348.702.612.99.264.276.576.498.936.666.372.156.786.234 1.242.234a3.05 3.05 0 001.224-.234c.372-.168.69-.39.954-.666a2.87 2.87 0 00.594-.99c.144-.384.216-.798.216-1.242 0-.444-.072-.852-.216-1.224a2.664 2.664 0 00-.594-.99 2.685 2.685 0 00-.954-.666 2.861 2.861 0 00-1.224-.252c-.456 0-.87.084-1.242.252-.36.156-.672.378-.936.666a2.871 2.871 0 00-.612.99c-.132.372-.198.78-.198 1.224z",fill:"#fff"}})]))}},RZ={functional:!0,render(e,t){let{_c:r,_v:n,data:i,children:a=[]}=t,{class:s,staticClass:o,style:l,staticStyle:u,attrs:d={},...h}=i;return r("svg",{class:[s,o],style:[l,u],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 461.312 461.312"},d),...h},a.concat([r("path",{attrs:{d:"M230.656 156.416c-40.96 0-74.24 33.28-74.24 74.24s33.28 74.24 74.24 74.24 74.24-33.28 74.24-74.24-33.28-74.24-74.24-74.24zm-5.632 52.224c-9.216 0-16.896 7.68-16.896 16.896h-24.576c.512-23.04 18.944-41.472 41.472-41.472v24.576z"}}),r("path",{attrs:{d:"M455.936 215.296c-25.088-31.232-114.688-133.12-225.28-133.12S30.464 184.064 5.376 215.296c-7.168 8.704-7.168 21.504 0 30.72 25.088 31.232 114.688 133.12 225.28 133.12s200.192-101.888 225.28-133.12c7.168-8.704 7.168-21.504 0-30.72zm-225.28 122.88c-59.392 0-107.52-48.128-107.52-107.52s48.128-107.52 107.52-107.52 107.52 48.128 107.52 107.52-48.128 107.52-107.52 107.52z"}})]))}},Tl=U({render:function(){var e=this.$createElement;return(this._self._c||e)("h5",{staticClass:"details-panel-list-header"},[this._t("default")],2)},staticRenderFns:[]},function(e){e&&e("data-v-2c66932e_0",{source:"h5.details-panel-list-header{border-bottom:1px solid #242c41;color:#808b98;font-size:.9rem;font-weight:800;line-height:1.4;margin:0 0 8px 0;padding-bottom:8px;text-transform:uppercase}",map:void 0,media:void 0})},{name:"v-details-panel-list-header"},void 0,!1,void 0,!1,X,void 0,void 0);be.use(jr.default);var CZ=new jr.default.Store({state:{appMap:new Dt,selectionStack:[],currentView:"viewComponent",selectedLabel:null,focusedEvent:null,filteredAppMap:new Dt},getters:{selectedObject:e=>e.selectionStack[e.selectionStack.length-1],canPopStack:e=>e.selectionStack.length>1,prevSelectedObject:e=>e.selectionStack.length>1?e.selectionStack[e.selectionStack.length-2]:null,selectedLabel:e=>e.selectedLabel,focusedEvent:e=>e.focusedEvent},mutations:{setAppMapData(e,t){e.selectionStack=[],e.appMap=Vr().source(t).normalize().build(),e.appMap.callTree.rootEvent.forEach(r=>{r.displayName=f0(r.input)})},selectObject(e,t){Array.isArray(t)?e.selectionStack.push(...t):e.selectionStack.push(t),e.selectedLabel=null,e.focusedEvent=null},popObjectStack(e){e.selectionStack.pop()},clearObjectStack(e){e.selectionStack=[],e.selectedLabel=null,e.focusedEvent=null},selectLabel(e,t){e.selectionStack=[],e.selectedLabel=t,e.focusedEvent=null},setView(e,t){e.currentView=t},setFocusedEvent(e,t){e.focusedEvent=t},setFilteredMap(e,t){e.filteredAppMap=t}}}),Nt=U({render:function(){var e=this,t=e.$createElement,r=e._self._c||t;return e.items&&e.items.length>0?r("div",{staticClass:"v-details-panel-list"},[r("v-details-panel-list-header",[e._v(e._s(e.title))]),e._v(" "),r("ul",e._l(e.filteredItems,function(n,i){return r("li",{key:i,staticClass:"list-item",on:{click:function(a){return e.selectItem(n)}}},[e._v(`
19
+ `),e._v(" "),e._t("default")],2)],1)},staticRenderFns:[]},function(e){e&&e("data-v-1141f70d_0",{source:"@keyframes spin-data-v-1141f70d{from{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}.btn[data-v-1141f70d]{border-radius:8px;border-style:none;color:#1e1e1e;font-weight:700;padding:.75em 1.5em;text-align:center;cursor:pointer;transition:all .3s ease;user-select:none}.btn[data-v-1141f70d]:disabled{background-color:#242c41;border-color:#242c41}.btn[data-v-1141f70d]:disabled:hover{background-color:#242c41;border-color:#242c41}.btn--timeout[data-v-1141f70d]{position:relative}.btn--timeout svg[data-v-1141f70d]{width:2em;position:absolute;fill:#071223;top:50%;transform:translate(-50%,-50%);animation:spin-data-v-1141f70d 2s linear infinite}.btn--timeout .btn__content[data-v-1141f70d]{color:transparent}.btn--primary[data-v-1141f70d]{border:1px solid #3794ff;color:#e3e5e8;background:0 0}.btn--primary[data-v-1141f70d]:hover{background-color:#3794ff}.btn--primary[data-v-1141f70d]:active{background-color:rgba(255,255,255,.65)}.btn--secondary[data-v-1141f70d]{background-color:#4362b1}.btn--ghost[data-v-1141f70d]{background-color:inherit;border:1px solid #808b98;border-style:solid;color:#e3e5e8}.btn--ghost[data-v-1141f70d]:disabled{background-color:inherit;border-color:#eaeaea;color:#eaeaea}.btn--ghost[data-v-1141f70d]:hover{border-color:#e3e5e8;background-color:#010306}.btn--ghost[data-v-1141f70d]:active{color:#e3e5e8;border-color:#e3e5e8}.btn--large[data-v-1141f70d]{font-size:18px}.btn--medium[data-v-1141f70d]{font-size:14px}.btn--small[data-v-1141f70d]{font-size:12px}",map:void 0,media:void 0})},TZ,"data-v-1141f70d",!1,void 0,!1,X,void 0,void 0),PT={functional:!0,render(e,t){let{_c:r,_v:n,data:i,children:a=[]}=t,{class:s,staticClass:o,style:l,staticStyle:u,attrs:d={},...h}=i;return r("svg",{class:[s,o],style:[l,u],attrs:Object.assign({width:"106",height:"25",fill:"none",xmlns:"http://www.w3.org/2000/svg"},d),...h},a.concat([r("circle",{attrs:{cx:"12.5",cy:"12.5",r:"12.5",fill:"#FF07AA"}}),r("path",{attrs:{d:"M16.931 14.303l-3.779-7.986-.655-1.296-.623 1.296L6.28 18.078h1.446l.697-1.549.707-1.538 1.858-4.211 1.51-3.147 3.325 7.358.347.75 1.089 2.337h1.456l-1.784-3.775z",fill:"#fff"}}),r("path",{attrs:{d:"M16.931 14.303l-3.779-7.986-.655-1.296-.623 1.296L6.28 18.078h1.446l.697-1.549.707-1.538 1.858-4.211 1.51-3.147 3.325 7.358.347.75 1.089 2.337h1.456l-1.784-3.775z",stroke:"#fff"}}),r("path",{attrs:{d:"M36.724 5.256h1.422L43.564 18H41.8l-1.296-3.132h-6.372L32.818 18h-1.71l5.616-12.744zm.684 1.944h-.036l-2.646 6.264h5.202L37.408 7.2zm7.526 2.376h1.404V10.8h.036c.384-.456.828-.81 1.332-1.062a3.803 3.803 0 011.692-.378c.66 0 1.26.114 1.8.342a3.91 3.91 0 011.404.918c.384.396.684.864.9 1.404.216.54.324 1.128.324 1.764 0 .636-.108 1.224-.324 1.764a4.27 4.27 0 01-.9 1.404 4.052 4.052 0 01-1.332.936 4.245 4.245 0 01-1.656.324c-.756 0-1.422-.162-1.998-.486-.564-.336-.978-.744-1.242-1.224h-.036v5.598h-1.404V9.576zm1.404 4.212c0 .444.066.858.198 1.242.144.372.348.702.612.99.264.276.576.498.936.666.372.156.786.234 1.242.234a3.05 3.05 0 001.224-.234c.372-.168.69-.39.954-.666a2.87 2.87 0 00.594-.99c.144-.384.216-.798.216-1.242 0-.444-.072-.852-.216-1.224a2.664 2.664 0 00-.594-.99 2.685 2.685 0 00-.954-.666 2.861 2.861 0 00-1.224-.252c-.456 0-.87.084-1.242.252-.36.156-.672.378-.936.666a2.871 2.871 0 00-.612.99c-.132.372-.198.78-.198 1.224zm9.6-4.212h1.404V10.8h.036c.384-.456.828-.81 1.332-1.062a3.803 3.803 0 011.692-.378c.66 0 1.26.114 1.8.342a3.91 3.91 0 011.404.918c.384.396.684.864.9 1.404.216.54.324 1.128.324 1.764 0 .636-.108 1.224-.324 1.764a4.27 4.27 0 01-.9 1.404 4.052 4.052 0 01-1.332.936 4.245 4.245 0 01-1.656.324c-.756 0-1.422-.162-1.998-.486-.564-.336-.978-.744-1.242-1.224h-.036v5.598h-1.404V9.576zm1.404 4.212c0 .444.066.858.198 1.242.144.372.348.702.612.99.264.276.576.498.936.666.372.156.786.234 1.242.234a3.05 3.05 0 001.224-.234c.372-.168.69-.39.954-.666a2.87 2.87 0 00.594-.99c.144-.384.216-.798.216-1.242 0-.444-.072-.852-.216-1.224a2.664 2.664 0 00-.594-.99 2.685 2.685 0 00-.954-.666 2.861 2.861 0 00-1.224-.252c-.456 0-.87.084-1.242.252-.36.156-.672.378-.936.666a2.871 2.871 0 00-.612.99c-.132.372-.198.78-.198 1.224zm9.924-8.532h2.25l4.32 9.99h.036l4.356-9.99h2.196V18h-1.512V7.308h-.036L74.304 18h-.918L68.814 7.308h-.036V18h-1.512V5.256zm15.97 5.4a3.88 3.88 0 011.53-.972 5.333 5.333 0 011.818-.324c1.248 0 2.148.294 2.7.882.552.588.828 1.482.828 2.682v3.618c0 .24.012.492.036.756.024.252.054.486.09.702h-1.35a3.318 3.318 0 01-.09-.63v-.63h-.036a3.27 3.27 0 01-1.116 1.062c-.456.276-1.008.414-1.656.414-.432 0-.84-.054-1.224-.162a3.279 3.279 0 01-.99-.468 2.498 2.498 0 01-.666-.792 2.243 2.243 0 01-.252-1.08c0-.696.18-1.242.54-1.638.36-.396.804-.69 1.332-.882a6.699 6.699 0 011.728-.36 22.447 22.447 0 011.71-.072h.54v-.252c0-.612-.186-1.074-.558-1.386-.36-.312-.87-.468-1.53-.468-.456 0-.906.078-1.35.234a3.129 3.129 0 00-1.152.684l-.882-.918zm4.068 3.294c-.9 0-1.614.126-2.142.378-.528.252-.792.666-.792 1.242 0 .528.174.906.522 1.134.36.216.804.324 1.332.324.408 0 .762-.066 1.062-.198.312-.144.57-.33.774-.558.204-.228.36-.492.468-.792.108-.312.168-.642.18-.99v-.54h-1.404zm5.302-4.374h1.404V10.8h.036c.384-.456.828-.81 1.332-1.062a3.803 3.803 0 011.692-.378c.66 0 1.26.114 1.8.342.552.216 1.02.522 1.404.918.384.396.684.864.9 1.404.216.54.324 1.128.324 1.764 0 .636-.108 1.224-.324 1.764a4.27 4.27 0 01-.9 1.404 4.056 4.056 0 01-1.332.936 4.245 4.245 0 01-1.656.324c-.756 0-1.422-.162-1.998-.486-.564-.336-.978-.744-1.242-1.224h-.036v5.598h-1.404V9.576zm1.404 4.212c0 .444.066.858.198 1.242.144.372.348.702.612.99.264.276.576.498.936.666.372.156.786.234 1.242.234a3.05 3.05 0 001.224-.234c.372-.168.69-.39.954-.666a2.87 2.87 0 00.594-.99c.144-.384.216-.798.216-1.242 0-.444-.072-.852-.216-1.224a2.664 2.664 0 00-.594-.99 2.685 2.685 0 00-.954-.666 2.861 2.861 0 00-1.224-.252c-.456 0-.87.084-1.242.252-.36.156-.672.378-.936.666a2.871 2.871 0 00-.612.99c-.132.372-.198.78-.198 1.224z",fill:"#fff"}})]))}},RZ={functional:!0,render(e,t){let{_c:r,_v:n,data:i,children:a=[]}=t,{class:s,staticClass:o,style:l,staticStyle:u,attrs:d={},...h}=i;return r("svg",{class:[s,o],style:[l,u],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 461.312 461.312"},d),...h},a.concat([r("path",{attrs:{d:"M230.656 156.416c-40.96 0-74.24 33.28-74.24 74.24s33.28 74.24 74.24 74.24 74.24-33.28 74.24-74.24-33.28-74.24-74.24-74.24zm-5.632 52.224c-9.216 0-16.896 7.68-16.896 16.896h-24.576c.512-23.04 18.944-41.472 41.472-41.472v24.576z"}}),r("path",{attrs:{d:"M455.936 215.296c-25.088-31.232-114.688-133.12-225.28-133.12S30.464 184.064 5.376 215.296c-7.168 8.704-7.168 21.504 0 30.72 25.088 31.232 114.688 133.12 225.28 133.12s200.192-101.888 225.28-133.12c7.168-8.704 7.168-21.504 0-30.72zm-225.28 122.88c-59.392 0-107.52-48.128-107.52-107.52s48.128-107.52 107.52-107.52 107.52 48.128 107.52 107.52-48.128 107.52-107.52 107.52z"}})]))}},Tl=U({render:function(){var e=this.$createElement;return(this._self._c||e)("h5",{staticClass:"details-panel-list-header"},[this._t("default")],2)},staticRenderFns:[]},function(e){e&&e("data-v-2c66932e_0",{source:"h5.details-panel-list-header{border-bottom:1px solid #242c41;color:#808b98;font-size:.9rem;font-weight:800;line-height:1.4;margin:0 0 8px 0;padding-bottom:8px;text-transform:uppercase}",map:void 0,media:void 0})},{name:"v-details-panel-list-header"},void 0,!1,void 0,!1,X,void 0,void 0);be.use(jr.default);var CZ=new jr.default.Store({state:{appMap:new Dt,selectionStack:[],currentView:"viewComponent",selectedLabel:null,focusedEvent:null,filteredAppMap:new Dt},getters:{selectedObject:e=>e.selectionStack[e.selectionStack.length-1],canPopStack:e=>e.selectionStack.length>1,prevSelectedObject:e=>e.selectionStack.length>1?e.selectionStack[e.selectionStack.length-2]:null,selectedLabel:e=>e.selectedLabel,focusedEvent:e=>e.focusedEvent},mutations:{setAppMapData(e,t){e.selectionStack=[],e.appMap=Vr().source(t).normalize().build(),e.appMap.callTree.rootEvent.forEach(r=>{r.displayName=f0(r.input)})},selectObject(e,t){Array.isArray(t)?e.selectionStack.push(...t):e.selectionStack.push(t),e.selectedLabel=null,e.focusedEvent=null},popObjectStack(e){e.selectionStack.pop()},clearObjectStack(e){e.selectionStack=[],e.selectedLabel=null,e.focusedEvent=null},selectLabel(e,t){e.selectionStack=[],e.selectedLabel=t,e.focusedEvent=null},setView(e,t){e.currentView=t},setFocusedEvent(e,t){e.focusedEvent=t},setFilteredMap(e,t){e.filteredAppMap=t}}}),Nt=U({render:function(){var e=this,t=e.$createElement,r=e._self._c||t;return e.items&&e.items.length>0?r("div",{staticClass:"v-details-panel-list"},[r("v-details-panel-list-header",[e._v(e._s(e.title))]),e._v(" "),r("ul",e._l(e.filteredItems,function(n,i){return r("li",{key:i,staticClass:"list-item",on:{click:function(a){return e.selectItem(n)}}},[e._v(`
20
20
  `+e._s(e.nameOf(n.object))+`
21
21
  `),e.uniqueItems&&n.count>1?r("span",{staticClass:"list-item__count"},[e._v(`
22
22
  `+e._s(n.count)+`
23
- `)]):e._e(),e._v(" "),e.eventQuickview?r("span",{staticClass:"list-item__event-quickview",attrs:{title:"View event in Trace view"},on:{click:function(a){return a.stopPropagation(),e.focusEvent(n)}}},[r("EyeIcon")],1):e._e()])}),0)],1):e._e()},staticRenderFns:[]},function(e){e&&e("data-v-71518a1e_0",{source:".v-details-panel-list[data-v-71518a1e]{list-style-type:none;padding:0;margin:0}.v-details-panel-list ul[data-v-71518a1e]{list-style-type:none;padding:0;margin-bottom:1.5rem;margin-top:0}.v-details-panel-list ul .list-item[data-v-71518a1e]{position:relative;border-bottom:1px solid #242c41;display:flex;justify-content:space-between;align-items:center;padding:8px .5rem;font-size:.9em;cursor:pointer;overflow:hidden;z-index:0}.v-details-panel-list ul .list-item[data-v-71518a1e]:first-child{padding-top:0}.v-details-panel-list ul .list-item[data-v-71518a1e]:active,.v-details-panel-list ul .list-item[data-v-71518a1e]:hover{color:#4362b1;text-decoration:underline}.v-details-panel-list ul .list-item__count[data-v-71518a1e]{margin-left:1rem;border-radius:.5rem;display:inline-block;padding:.25rem .5rem;font-size:.8rem;line-height:1;color:currentColor;background-color:rgba(0,0,0,.2);white-space:nowrap}.v-details-panel-list ul .list-item__event-quickview[data-v-71518a1e]{margin-left:1rem;padding:.25rem;color:#808b98;line-height:0;cursor:pointer}.v-details-panel-list ul .list-item__event-quickview[data-v-71518a1e]:active,.v-details-panel-list ul .list-item__event-quickview[data-v-71518a1e]:hover{color:#e1e2e2}.v-details-panel-list ul .list-item__event-quickview svg[data-v-71518a1e]{width:1rem;height:1rem;fill:currentColor}.v-details-panel-list ul li[data-v-71518a1e]{border-bottom:1px solid #424750;transition:all .3s ease}.v-details-panel-list ul li[data-v-71518a1e]:active,.v-details-panel-list ul li[data-v-71518a1e]:hover{color:#ccc}.v-details-panel-list ul li[data-v-71518a1e]:last-of-type{border-bottom:0}",map:void 0,media:void 0})},{name:"v-details-panel-list",components:{EyeIcon:RZ,VDetailsPanelListHeader:Tl},props:{title:String,items:{type:Array,default:()=>[]},uniqueItems:{type:Boolean,default:!0},nameKey:{type:String},eventQuickview:{type:Boolean,default:!1}},methods:{nameOf(e){return this.nameKey?e[this.nameKey]:e.prettyName||e.name||e.toString()},selectItem(e){this.$store&&this.$store.commit("selectObject",e.object)},focusEvent(e){this.$store&&this.$store.commit("setFocusedEvent",e.object)}},computed:{filteredItems(){return this.uniqueItems?Object.values(this.items.reduce((e,t)=>{let{id:r}=t,n=e[r];return n||(n={object:t,count:0},e[r]=n),n.count+=1,e},{})):this.items.map(e=>({object:e}))}}},"data-v-71518a1e",!1,void 0,!1,X,void 0,void 0),NZ=U({render:function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("div",{staticClass:"details-label"},[r("div",{staticClass:"details-label__header"},[r("span",{staticClass:"details-label__header-type"},[e._v("Label")]),e._v(" "),r("h2",{staticClass:"details-label__header-title"},[e._v(e._s(e.label))])]),e._v(" "),r("v-details-panel-list",{attrs:{title:"Routes",items:e.labelInfo.route}}),e._v(" "),r("v-details-panel-list",{attrs:{title:"Packages",items:e.labelInfo.package}}),e._v(" "),r("v-details-panel-list",{attrs:{title:"Classes",items:e.labelInfo.class}}),e._v(" "),r("v-details-panel-list",{attrs:{title:"Functions",items:e.labelInfo.function}}),e._v(" "),r("v-details-panel-list",{attrs:{title:"Database",items:e.labelInfo.database}}),e._v(" "),r("v-details-panel-list",{attrs:{title:"Events",items:e.labelInfo.event,"event-quickview":!0}})],1)},staticRenderFns:[]},function(e){e&&e("data-v-87d79568_0",{source:".details-label[data-v-87d79568]{margin-bottom:1rem}.details-label__header[data-v-87d79568]{margin:0 0 1rem;display:flex;flex-direction:column}.details-label__header-type[data-v-87d79568]{margin:0 0 .2rem;text-transform:uppercase;font-size:.75rem;line-height:1;font-weight:700;color:#7f7f7f}.details-label__header-title[data-v-87d79568]{color:#eaeaea;font-size:1.25rem;font-weight:600;margin-top:0;margin-bottom:.8rem}",map:void 0,media:void 0})},{name:"v-details-label",components:{VDetailsPanelList:Nt},props:{label:{type:String,required:!0},appMap:Dt},computed:{labelInfo(){return this.appMap.labels[this.label]||{}}}},"data-v-87d79568",!1,void 0,!1,X,void 0,void 0),OZ={functional:!0,render(e,t){let{_c:r,_v:n,data:i,children:a=[]}=t,{class:s,staticClass:o,style:l,staticStyle:u,attrs:d={},...h}=i;return r("svg",{class:[s,o],style:[l,u],attrs:Object.assign({viewBox:"0 0 512 512",xmlns:"http://www.w3.org/2000/svg"},d),...h},a.concat([r("path",{attrs:{d:"M511.9 126.269a15.996 15.996 0 00-9.135-12.768l-240-112a16.002 16.002 0 00-13.532 0l-240 112a15.999 15.999 0 00-9.135 12.768A89.234 89.234 0 000 128v272a15.998 15.998 0 0010.058 14.855l240 96a15.996 15.996 0 0011.884 0l240-96A15.998 15.998 0 00512 400V128c0-.084-.087-1.617-.1-1.731zM256 33.656l199.744 93.214-76.914 30.766-203.503-86.332zM136.31 89.512l200.346 84.993L256 206.767 56.256 126.87zM32 151.632l208 83.2v237.535l-208-83.2zm240 320.736V234.832l208-83.2v237.535z"}})]))}},wZ={functional:!0,render(e,t){let{_c:r,_v:n,data:i,children:a=[]}=t,{class:s,staticClass:o,style:l,staticStyle:u,attrs:d={},...h}=i;return r("svg",{class:[s,o],style:[l,u],attrs:Object.assign({viewBox:"-32 0 384 384",xmlns:"http://www.w3.org/2000/svg"},d),...h},a.concat([r("path",{attrs:{d:"M304 384c8.832 0 16-7.168 16-16V96c0-4.238-1.688-8.313-4.688-11.313l-80-80c-3-3-7.074-4.687-11.312-4.687H16C7.168 0 0 7.168 0 16v352c0 8.832 7.168 16 16 16zM32 32h185.375L288 102.625V352H32zm0 0"}}),r("path",{attrs:{d:"M240 112H80c-8.832 0-16 7.168-16 16v64c0 8.832 7.168 16 16 16h160c8.832 0 16-7.168 16-16v-64c0-8.832-7.168-16-16-16zm-16 64H96v-32h128zM80 264h96c8.832 0 16-7.168 16-16s-7.168-16-16-16H80c-8.832 0-16 7.168-16 16s7.168 16 16 16zm144 24H80c-8.832 0-16 7.168-16 16s7.168 16 16 16h144c8.832 0 16-7.168 16-16s-7.168-16-16-16zm0 0"}})]))}},IZ={functional:!0,render(e,t){let{_c:r,_v:n,data:i,children:a=[]}=t,{class:s,staticClass:o,style:l,staticStyle:u,attrs:d={},...h}=i;return r("svg",{class:[s,o],style:[l,u],attrs:Object.assign({viewBox:"0 0 512 512",xmlns:"http://www.w3.org/2000/svg"},d),...h},a.concat([r("path",{attrs:{d:"M448 182.059V84c0-46.317-37.682-84-84-84h-44c-13.255 0-24 10.745-24 24s10.745 24 24 24h44c19.851 0 36 16.149 36 36v108c0 6.365 2.529 12.47 7.029 16.971L454.059 256l-47.029 47.029A24.002 24.002 0 00400 320v108c0 19.851-16.149 36-36 36h-44c-13.255 0-24 10.745-24 24s10.745 24 24 24h44c46.318 0 84-37.683 84-84v-98.059l56.971-56.971c9.373-9.373 9.373-24.568 0-33.941zM64 428c0 46.317 37.682 84 84 84h44c13.255 0 24-10.745 24-24s-10.745-24-24-24h-44c-19.851 0-36-16.149-36-36V320c0-6.365-2.529-12.47-7.029-16.971L57.941 256l47.029-47.029A24.002 24.002 0 00112 192V84c0-19.851 16.149-36 36-36h44c13.255 0 24-10.745 24-24S205.255 0 192 0h-44c-46.318 0-84 37.683-84 84v98.059l-56.971 56.97c-9.373 9.373-9.373 24.568 0 33.941L64 329.941z"}})]))}},SZ={functional:!0,render(e,t){let{_c:r,_v:n,data:i,children:a=[]}=t,{class:s,staticClass:o,style:l,staticStyle:u,attrs:d={},...h}=i;return r("svg",{class:[s,o],style:[l,u],attrs:Object.assign({viewBox:"0 0 512 512",xmlns:"http://www.w3.org/2000/svg"},d),...h},a.concat([r("path",{attrs:{d:"M437.02 74.98C388.667 26.629 324.38 0 256 0S123.333 26.629 74.98 74.98C26.629 123.333 0 187.62 0 256s26.629 132.667 74.98 181.02C123.333 485.371 187.62 512 256 512s132.667-26.629 181.02-74.98C485.371 388.667 512 324.38 512 256s-26.629-132.667-74.98-181.02zm25.883 89.804h-44.077c-6.411-22.048-26.569-38.29-50.541-38.791-13.791-35.82-32.88-65.835-56.459-89.078 39.01 9.868 74.786 30.084 103.98 59.279 20.106 20.106 35.953 43.335 47.097 68.59zM482 256c0 20.99-2.849 41.54-8.351 61.216h-87.032c4.659-28.928 6.016-59.049 3.89-88.95 13.611-6.584 24.033-18.74 28.319-33.482h54.823C479.151 214.46 482 235.01 482 256zM78.512 317.216H38.351C32.849 297.54 30 276.99 30 256s2.849-41.54 8.351-61.216h87.063c-3.952 24.52-5.548 49.922-4.646 75.291-20.877 7.593-36.933 25.287-42.256 47.141zm288.636-113.612c-13.134 0-23.82-10.686-23.82-23.82s10.686-23.819 23.82-23.819c13.135 0 23.82 10.686 23.82 23.819.001 13.135-10.685 23.82-23.82 23.82zm-51.676-38.82H271V41.559c34.766 25.017 55.72 61.168 68.134 92.291-11.319 6.928-19.879 17.924-23.662 30.934zM241 41.604v123.18h-78.474c3.34-12.164 7.356-23.907 12.027-35.069C190.43 91.766 213.147 61.755 241 41.604zm0 153.18v122.432h-32.297c-6.601-27.101-29.715-47.803-58.043-50.781-.692-24.238 1.078-48.435 5.157-71.651zm-97.393 101.278c20.406 0 37.007 16.602 37.007 37.007s-16.601 37.007-37.007 37.007c-20.405 0-37.006-16.602-37.006-37.007s16.601-37.007 37.006-37.007zm65.491 51.154H241v123.366c-26.495-18.789-47.591-45.599-62.979-80.045 15.624-9.392 27.116-24.97 31.077-43.321zM271 470.417V347.216h78.485c-2.789 10.14-6.046 20.005-9.777 29.503-15.961 40.633-39.461 72.566-68.708 93.698zm0-153.201V194.784h44.471c5.938 20.424 23.67 35.865 45.305 38.43 1.795 28.352.213 56.824-4.564 84.001H271zM96.194 96.194c29.229-29.23 65.057-49.462 104.121-59.316-21.827 21.541-39.913 48.933-53.437 81.258-6.171 14.749-11.295 30.401-15.34 46.648H49.097c11.144-25.255 26.991-48.484 47.097-68.59zM49.097 347.216h29.02c6.513 30.174 33.396 52.859 65.49 52.859 1.929 0 3.833-.101 5.721-.261 12.953 29.919 29.75 55.012 50.228 75.108-38.769-9.924-74.323-30.077-103.363-59.117-20.105-20.105-35.952-43.334-47.096-68.589zm366.709 68.59c-29.221 29.221-65.036 49.45-104.088 59.307 23.202-22.891 42.145-52.375 55.913-87.426 5.086-12.947 9.38-26.497 12.864-40.472h82.408c-11.144 25.256-26.991 48.485-47.097 68.591z"}})]))}},LZ={functional:!0,render(e,t){let{_c:r,_v:n,data:i,children:a=[]}=t,{class:s,staticClass:o,style:l,staticStyle:u,attrs:d={},...h}=i;return r("svg",{class:[s,o],style:[l,u],attrs:Object.assign({viewBox:"0 0 512 512",xmlns:"http://www.w3.org/2000/svg"},d),...h},a.concat([r("path",{attrs:{d:"M437.02 74.98C388.667 26.629 324.38 0 256 0S123.333 26.629 74.98 74.98C26.629 123.333 0 187.62 0 256s26.629 132.667 74.98 181.02C123.333 485.371 187.62 512 256 512s132.667-26.629 181.02-74.98C485.371 388.667 512 324.38 512 256s-26.629-132.667-74.98-181.02zm25.883 89.804h-44.077c-6.411-22.048-26.569-38.29-50.541-38.791-13.791-35.82-32.88-65.835-56.459-89.078 39.01 9.868 74.786 30.084 103.98 59.279 20.106 20.106 35.953 43.335 47.097 68.59zM482 256c0 20.99-2.849 41.54-8.351 61.216h-87.032c4.659-28.928 6.016-59.049 3.89-88.95 13.611-6.584 24.033-18.74 28.319-33.482h54.823C479.151 214.46 482 235.01 482 256zM78.512 317.216H38.351C32.849 297.54 30 276.99 30 256s2.849-41.54 8.351-61.216h87.063c-3.952 24.52-5.548 49.922-4.646 75.291-20.877 7.593-36.933 25.287-42.256 47.141zm288.636-113.612c-13.134 0-23.82-10.686-23.82-23.82s10.686-23.819 23.82-23.819c13.135 0 23.82 10.686 23.82 23.819.001 13.135-10.685 23.82-23.82 23.82zm-51.676-38.82H271V41.559c34.766 25.017 55.72 61.168 68.134 92.291-11.319 6.928-19.879 17.924-23.662 30.934zM241 41.604v123.18h-78.474c3.34-12.164 7.356-23.907 12.027-35.069C190.43 91.766 213.147 61.755 241 41.604zm0 153.18v122.432h-32.297c-6.601-27.101-29.715-47.803-58.043-50.781-.692-24.238 1.078-48.435 5.157-71.651zm-97.393 101.278c20.406 0 37.007 16.602 37.007 37.007s-16.601 37.007-37.007 37.007c-20.405 0-37.006-16.602-37.006-37.007s16.601-37.007 37.006-37.007zm65.491 51.154H241v123.366c-26.495-18.789-47.591-45.599-62.979-80.045 15.624-9.392 27.116-24.97 31.077-43.321zM271 470.417V347.216h78.485c-2.789 10.14-6.046 20.005-9.777 29.503-15.961 40.633-39.461 72.566-68.708 93.698zm0-153.201V194.784h44.471c5.938 20.424 23.67 35.865 45.305 38.43 1.795 28.352.213 56.824-4.564 84.001H271zM96.194 96.194c29.229-29.23 65.057-49.462 104.121-59.316-21.827 21.541-39.913 48.933-53.437 81.258-6.171 14.749-11.295 30.401-15.34 46.648H49.097c11.144-25.255 26.991-48.484 47.097-68.59zM49.097 347.216h29.02c6.513 30.174 33.396 52.859 65.49 52.859 1.929 0 3.833-.101 5.721-.261 12.953 29.919 29.75 55.012 50.228 75.108-38.769-9.924-74.323-30.077-103.363-59.117-20.105-20.105-35.952-43.334-47.096-68.589zm366.709 68.59c-29.221 29.221-65.036 49.45-104.088 59.307 23.202-22.891 42.145-52.375 55.913-87.426 5.086-12.947 9.38-26.497 12.864-40.472h82.408c-11.144 25.256-26.991 48.485-47.097 68.591z"}})]))}},DZ={functional:!0,render(e,t){let{_c:r,_v:n,data:i,children:a=[]}=t,{class:s,staticClass:o,style:l,staticStyle:u,attrs:d={},...h}=i;return r("svg",{class:[s,o],style:[l,u],attrs:Object.assign({viewBox:"0 0 95.103 95.103",xmlns:"http://www.w3.org/2000/svg"},d),...h},a.concat([r("path",{attrs:{d:"M47.561 0C25.928 0 8.39 6.393 8.39 14.283v11.72c0 7.891 17.538 14.282 39.171 14.282 21.632 0 39.17-6.392 39.17-14.282v-11.72C86.731 6.393 69.193 0 47.561 0z"}}),r("path",{attrs:{d:"M47.561 47.115c-20.654 0-37.682-5.832-39.171-13.227-.071.353 0 19.355 0 19.355 0 7.892 17.538 14.283 39.171 14.283 21.632 0 39.17-6.393 39.17-14.283 0 0 .044-19.003-.026-19.355-1.491 7.396-18.491 13.227-39.144 13.227z"}}),r("path",{attrs:{d:"M86.694 61.464C85.206 68.855 68.215 74.69 47.561 74.69S9.875 68.854 8.386 61.464L8.39 80.82c0 7.891 17.538 14.282 39.171 14.282 21.632 0 39.17-6.393 39.17-14.282l-.037-19.356z"}})]))}},kZ={functional:!0,render(e,t){let{_c:r,_v:n,data:i,children:a=[]}=t,{class:s,staticClass:o,style:l,staticStyle:u,attrs:d={},...h}=i;return r("svg",{class:[s,o],style:[l,u],attrs:Object.assign({viewBox:"0 0 95.103 95.103",xmlns:"http://www.w3.org/2000/svg"},d),...h},a.concat([r("path",{attrs:{d:"M47.561 0C25.928 0 8.39 6.393 8.39 14.283v11.72c0 7.891 17.538 14.282 39.171 14.282 21.632 0 39.17-6.392 39.17-14.282v-11.72C86.731 6.393 69.193 0 47.561 0z"}}),r("path",{attrs:{d:"M47.561 47.115c-20.654 0-37.682-5.832-39.171-13.227-.071.353 0 19.355 0 19.355 0 7.892 17.538 14.283 39.171 14.283 21.632 0 39.17-6.393 39.17-14.283 0 0 .044-19.003-.026-19.355-1.491 7.396-18.491 13.227-39.144 13.227z"}}),r("path",{attrs:{d:"M86.694 61.464C85.206 68.855 68.215 74.69 47.561 74.69S9.875 68.854 8.386 61.464L8.39 80.82c0 7.891 17.538 14.282 39.171 14.282 21.632 0 39.17-6.393 39.17-14.282l-.037-19.356z"}})]))}},BZ={functional:!0,render(e,t){let{_c:r,_v:n,data:i,children:a=[]}=t,{class:s,staticClass:o,style:l,staticStyle:u,attrs:d={},...h}=i;return r("svg",{class:["svg-inline--fa fa-server fa-w-16",s,o],style:[l,u],attrs:Object.assign({"aria-hidden":"true","data-prefix":"fas","data-icon":"server",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 512"},d),...h},a.concat([r("path",{attrs:{fill:"currentColor",d:"M480 160H32c-17.673 0-32-14.327-32-32V64c0-17.673 14.327-32 32-32h448c17.673 0 32 14.327 32 32v64c0 17.673-14.327 32-32 32zm-48-88c-13.255 0-24 10.745-24 24s10.745 24 24 24 24-10.745 24-24-10.745-24-24-24zm-64 0c-13.255 0-24 10.745-24 24s10.745 24 24 24 24-10.745 24-24-10.745-24-24-24zm112 248H32c-17.673 0-32-14.327-32-32v-64c0-17.673 14.327-32 32-32h448c17.673 0 32 14.327 32 32v64c0 17.673-14.327 32-32 32zm-48-88c-13.255 0-24 10.745-24 24s10.745 24 24 24 24-10.745 24-24-10.745-24-24-24zm-64 0c-13.255 0-24 10.745-24 24s10.745 24 24 24 24-10.745 24-24-10.745-24-24-24zm112 248H32c-17.673 0-32-14.327-32-32v-64c0-17.673 14.327-32 32-32h448c17.673 0 32 14.327 32 32v64c0 17.673-14.327 32-32 32zm-48-88c-13.255 0-24 10.745-24 24s10.745 24 24 24 24-10.745 24-24-10.745-24-24-24zm-64 0c-13.255 0-24 10.745-24 24s10.745 24 24 24 24-10.745 24-24-10.745-24-24-24z"}})]))}},$4=U({render:function(){var e=this,t=e.$createElement,r=e._self._c||t;return e.sourceLocation?r("div",{class:e.classes,on:{click:e.viewSource}},[r("div",{staticClass:"source-code-link__path",attrs:{"data-cy":"source-location"}},[e._v(`
23
+ `)]):e._e(),e._v(" "),e.eventQuickview?r("span",{staticClass:"list-item__event-quickview",attrs:{title:"View event in Trace view"},on:{click:function(a){return a.stopPropagation(),e.focusEvent(n)}}},[r("EyeIcon")],1):e._e()])}),0)],1):e._e()},staticRenderFns:[]},function(e){e&&e("data-v-71518a1e_0",{source:".v-details-panel-list[data-v-71518a1e]{list-style-type:none;padding:0;margin:0}.v-details-panel-list ul[data-v-71518a1e]{list-style-type:none;padding:0;margin-bottom:1.5rem;margin-top:0}.v-details-panel-list ul .list-item[data-v-71518a1e]{position:relative;border-bottom:1px solid #242c41;display:flex;justify-content:space-between;align-items:center;padding:8px .5rem;font-size:.9em;cursor:pointer;overflow:hidden;z-index:0}.v-details-panel-list ul .list-item[data-v-71518a1e]:first-child{padding-top:0}.v-details-panel-list ul .list-item[data-v-71518a1e]:active,.v-details-panel-list ul .list-item[data-v-71518a1e]:hover{color:#4362b1;text-decoration:underline}.v-details-panel-list ul .list-item__count[data-v-71518a1e]{margin-left:1rem;border-radius:.5rem;display:inline-block;padding:.25rem .5rem;font-size:.8rem;line-height:1;color:currentColor;background-color:rgba(0,0,0,.2);white-space:nowrap}.v-details-panel-list ul .list-item__event-quickview[data-v-71518a1e]{margin-left:1rem;padding:.25rem;color:#808b98;line-height:0;cursor:pointer}.v-details-panel-list ul .list-item__event-quickview[data-v-71518a1e]:active,.v-details-panel-list ul .list-item__event-quickview[data-v-71518a1e]:hover{color:#e1e2e2}.v-details-panel-list ul .list-item__event-quickview svg[data-v-71518a1e]{width:1rem;height:1rem;fill:currentColor}.v-details-panel-list ul li[data-v-71518a1e]{border-bottom:1px solid #424750;transition:all .3s ease}.v-details-panel-list ul li[data-v-71518a1e]:active,.v-details-panel-list ul li[data-v-71518a1e]:hover{color:#ccc}.v-details-panel-list ul li[data-v-71518a1e]:last-of-type{border-bottom:0}",map:void 0,media:void 0})},{name:"v-details-panel-list",components:{EyeIcon:RZ,VDetailsPanelListHeader:Tl},props:{title:String,items:{type:Array,default:()=>[]},uniqueItems:{type:Boolean,default:!0},nameKey:{type:String},eventQuickview:{type:Boolean,default:!1}},methods:{nameOf(e){return this.nameKey?e[this.nameKey]:e.prettyName||e.name||e.toString()},selectItem(e){this.$store&&this.$store.commit("selectObject",e.object)},focusEvent(e){this.$store&&this.$store.commit("setFocusedEvent",e.object)}},computed:{filteredItems(){return this.uniqueItems?Object.values(this.items.reduce((e,t)=>{let{id:r}=t,n=e[r];return n||(n={object:t,count:0},e[r]=n),n.count+=1,e},{})):this.items.map(e=>({object:e}))}}},"data-v-71518a1e",!1,void 0,!1,X,void 0,void 0),NZ=U({render:function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("div",{staticClass:"details-label"},[r("div",{staticClass:"details-label__header"},[r("span",{staticClass:"details-label__header-type"},[e._v("Label")]),e._v(" "),r("h2",{staticClass:"details-label__header-title"},[e._v(e._s(e.label))])]),e._v(" "),r("v-details-panel-list",{attrs:{title:"Routes",items:e.labelInfo.route}}),e._v(" "),r("v-details-panel-list",{attrs:{title:"Packages",items:e.labelInfo.package}}),e._v(" "),r("v-details-panel-list",{attrs:{title:"Classes",items:e.labelInfo.class}}),e._v(" "),r("v-details-panel-list",{attrs:{title:"Functions",items:e.labelInfo.function}}),e._v(" "),r("v-details-panel-list",{attrs:{title:"Database",items:e.labelInfo.database}}),e._v(" "),r("v-details-panel-list",{attrs:{title:"Events",items:e.labelInfo.event,"event-quickview":!0}})],1)},staticRenderFns:[]},function(e){e&&e("data-v-87d79568_0",{source:".details-label[data-v-87d79568]{margin-bottom:1rem}.details-label__header[data-v-87d79568]{margin:0 0 1rem;display:flex;flex-direction:column}.details-label__header-type[data-v-87d79568]{margin:0 0 .2rem;text-transform:uppercase;font-size:.75rem;line-height:1;font-weight:700;color:#7f7f7f}.details-label__header-title[data-v-87d79568]{color:#eaeaea;font-size:1.25rem;font-weight:600;margin-top:0;margin-bottom:.8rem}",map:void 0,media:void 0})},{name:"v-details-label",components:{VDetailsPanelList:Nt},props:{label:{type:String,required:!0},appMap:Dt},computed:{labelInfo(){return this.appMap.labels[this.label]||{}}}},"data-v-87d79568",!1,void 0,!1,X,void 0,void 0),OZ={functional:!0,render(e,t){let{_c:r,_v:n,data:i,children:a=[]}=t,{class:s,staticClass:o,style:l,staticStyle:u,attrs:d={},...h}=i;return r("svg",{class:[s,o],style:[l,u],attrs:Object.assign({viewBox:"0 0 512 512",xmlns:"http://www.w3.org/2000/svg"},d),...h},a.concat([r("path",{attrs:{d:"M511.9 126.269a15.996 15.996 0 00-9.135-12.768l-240-112a16.002 16.002 0 00-13.532 0l-240 112a15.999 15.999 0 00-9.135 12.768A89.234 89.234 0 000 128v272a15.998 15.998 0 0010.058 14.855l240 96a15.996 15.996 0 0011.884 0l240-96A15.998 15.998 0 00512 400V128c0-.084-.087-1.617-.1-1.731zM256 33.656l199.744 93.214-76.914 30.766-203.503-86.332zM136.31 89.512l200.346 84.993L256 206.767 56.256 126.87zM32 151.632l208 83.2v237.535l-208-83.2zm240 320.736V234.832l208-83.2v237.535z"}})]))}},wZ={functional:!0,render(e,t){let{_c:r,_v:n,data:i,children:a=[]}=t,{class:s,staticClass:o,style:l,staticStyle:u,attrs:d={},...h}=i;return r("svg",{class:[s,o],style:[l,u],attrs:Object.assign({viewBox:"-32 0 384 384",xmlns:"http://www.w3.org/2000/svg"},d),...h},a.concat([r("path",{attrs:{d:"M304 384c8.832 0 16-7.168 16-16V96c0-4.238-1.688-8.313-4.688-11.313l-80-80c-3-3-7.074-4.687-11.312-4.687H16C7.168 0 0 7.168 0 16v352c0 8.832 7.168 16 16 16zM32 32h185.375L288 102.625V352H32zm0 0"}}),r("path",{attrs:{d:"M240 112H80c-8.832 0-16 7.168-16 16v64c0 8.832 7.168 16 16 16h160c8.832 0 16-7.168 16-16v-64c0-8.832-7.168-16-16-16zm-16 64H96v-32h128zM80 264h96c8.832 0 16-7.168 16-16s-7.168-16-16-16H80c-8.832 0-16 7.168-16 16s7.168 16 16 16zm144 24H80c-8.832 0-16 7.168-16 16s7.168 16 16 16h144c8.832 0 16-7.168 16-16s-7.168-16-16-16zm0 0"}})]))}},IZ={functional:!0,render(e,t){let{_c:r,_v:n,data:i,children:a=[]}=t,{class:s,staticClass:o,style:l,staticStyle:u,attrs:d={},...h}=i;return r("svg",{class:[s,o],style:[l,u],attrs:Object.assign({viewBox:"0 0 512 512",xmlns:"http://www.w3.org/2000/svg"},d),...h},a.concat([r("path",{attrs:{d:"M448 182.059V84c0-46.317-37.682-84-84-84h-44c-13.255 0-24 10.745-24 24s10.745 24 24 24h44c19.851 0 36 16.149 36 36v108c0 6.365 2.529 12.47 7.029 16.971L454.059 256l-47.029 47.029A24.002 24.002 0 00400 320v108c0 19.851-16.149 36-36 36h-44c-13.255 0-24 10.745-24 24s10.745 24 24 24h44c46.318 0 84-37.683 84-84v-98.059l56.971-56.971c9.373-9.373 9.373-24.568 0-33.941zM64 428c0 46.317 37.682 84 84 84h44c13.255 0 24-10.745 24-24s-10.745-24-24-24h-44c-19.851 0-36-16.149-36-36V320c0-6.365-2.529-12.47-7.029-16.971L57.941 256l47.029-47.029A24.002 24.002 0 00112 192V84c0-19.851 16.149-36 36-36h44c13.255 0 24-10.745 24-24S205.255 0 192 0h-44c-46.318 0-84 37.683-84 84v98.059l-56.971 56.97c-9.373 9.373-9.373 24.568 0 33.941L64 329.941z"}})]))}},SZ={functional:!0,render(e,t){let{_c:r,_v:n,data:i,children:a=[]}=t,{class:s,staticClass:o,style:l,staticStyle:u,attrs:d={},...h}=i;return r("svg",{class:[s,o],style:[l,u],attrs:Object.assign({viewBox:"0 0 512 512",xmlns:"http://www.w3.org/2000/svg"},d),...h},a.concat([r("path",{attrs:{d:"M437.02 74.98C388.667 26.629 324.38 0 256 0S123.333 26.629 74.98 74.98C26.629 123.333 0 187.62 0 256s26.629 132.667 74.98 181.02C123.333 485.371 187.62 512 256 512s132.667-26.629 181.02-74.98C485.371 388.667 512 324.38 512 256s-26.629-132.667-74.98-181.02zm25.883 89.804h-44.077c-6.411-22.048-26.569-38.29-50.541-38.791-13.791-35.82-32.88-65.835-56.459-89.078 39.01 9.868 74.786 30.084 103.98 59.279 20.106 20.106 35.953 43.335 47.097 68.59zM482 256c0 20.99-2.849 41.54-8.351 61.216h-87.032c4.659-28.928 6.016-59.049 3.89-88.95 13.611-6.584 24.033-18.74 28.319-33.482h54.823C479.151 214.46 482 235.01 482 256zM78.512 317.216H38.351C32.849 297.54 30 276.99 30 256s2.849-41.54 8.351-61.216h87.063c-3.952 24.52-5.548 49.922-4.646 75.291-20.877 7.593-36.933 25.287-42.256 47.141zm288.636-113.612c-13.134 0-23.82-10.686-23.82-23.82s10.686-23.819 23.82-23.819c13.135 0 23.82 10.686 23.82 23.819.001 13.135-10.685 23.82-23.82 23.82zm-51.676-38.82H271V41.559c34.766 25.017 55.72 61.168 68.134 92.291-11.319 6.928-19.879 17.924-23.662 30.934zM241 41.604v123.18h-78.474c3.34-12.164 7.356-23.907 12.027-35.069C190.43 91.766 213.147 61.755 241 41.604zm0 153.18v122.432h-32.297c-6.601-27.101-29.715-47.803-58.043-50.781-.692-24.238 1.078-48.435 5.157-71.651zm-97.393 101.278c20.406 0 37.007 16.602 37.007 37.007s-16.601 37.007-37.007 37.007c-20.405 0-37.006-16.602-37.006-37.007s16.601-37.007 37.006-37.007zm65.491 51.154H241v123.366c-26.495-18.789-47.591-45.599-62.979-80.045 15.624-9.392 27.116-24.97 31.077-43.321zM271 470.417V347.216h78.485c-2.789 10.14-6.046 20.005-9.777 29.503-15.961 40.633-39.461 72.566-68.708 93.698zm0-153.201V194.784h44.471c5.938 20.424 23.67 35.865 45.305 38.43 1.795 28.352.213 56.824-4.564 84.001H271zM96.194 96.194c29.229-29.23 65.057-49.462 104.121-59.316-21.827 21.541-39.913 48.933-53.437 81.258-6.171 14.749-11.295 30.401-15.34 46.648H49.097c11.144-25.255 26.991-48.484 47.097-68.59zM49.097 347.216h29.02c6.513 30.174 33.396 52.859 65.49 52.859 1.929 0 3.833-.101 5.721-.261 12.953 29.919 29.75 55.012 50.228 75.108-38.769-9.924-74.323-30.077-103.363-59.117-20.105-20.105-35.952-43.334-47.096-68.589zm366.709 68.59c-29.221 29.221-65.036 49.45-104.088 59.307 23.202-22.891 42.145-52.375 55.913-87.426 5.086-12.947 9.38-26.497 12.864-40.472h82.408c-11.144 25.256-26.991 48.485-47.097 68.591z"}})]))}},LZ={functional:!0,render(e,t){let{_c:r,_v:n,data:i,children:a=[]}=t,{class:s,staticClass:o,style:l,staticStyle:u,attrs:d={},...h}=i;return r("svg",{class:[s,o],style:[l,u],attrs:Object.assign({viewBox:"0 0 512 512",xmlns:"http://www.w3.org/2000/svg"},d),...h},a.concat([r("path",{attrs:{d:"M437.02 74.98C388.667 26.629 324.38 0 256 0S123.333 26.629 74.98 74.98C26.629 123.333 0 187.62 0 256s26.629 132.667 74.98 181.02C123.333 485.371 187.62 512 256 512s132.667-26.629 181.02-74.98C485.371 388.667 512 324.38 512 256s-26.629-132.667-74.98-181.02zm25.883 89.804h-44.077c-6.411-22.048-26.569-38.29-50.541-38.791-13.791-35.82-32.88-65.835-56.459-89.078 39.01 9.868 74.786 30.084 103.98 59.279 20.106 20.106 35.953 43.335 47.097 68.59zM482 256c0 20.99-2.849 41.54-8.351 61.216h-87.032c4.659-28.928 6.016-59.049 3.89-88.95 13.611-6.584 24.033-18.74 28.319-33.482h54.823C479.151 214.46 482 235.01 482 256zM78.512 317.216H38.351C32.849 297.54 30 276.99 30 256s2.849-41.54 8.351-61.216h87.063c-3.952 24.52-5.548 49.922-4.646 75.291-20.877 7.593-36.933 25.287-42.256 47.141zm288.636-113.612c-13.134 0-23.82-10.686-23.82-23.82s10.686-23.819 23.82-23.819c13.135 0 23.82 10.686 23.82 23.819.001 13.135-10.685 23.82-23.82 23.82zm-51.676-38.82H271V41.559c34.766 25.017 55.72 61.168 68.134 92.291-11.319 6.928-19.879 17.924-23.662 30.934zM241 41.604v123.18h-78.474c3.34-12.164 7.356-23.907 12.027-35.069C190.43 91.766 213.147 61.755 241 41.604zm0 153.18v122.432h-32.297c-6.601-27.101-29.715-47.803-58.043-50.781-.692-24.238 1.078-48.435 5.157-71.651zm-97.393 101.278c20.406 0 37.007 16.602 37.007 37.007s-16.601 37.007-37.007 37.007c-20.405 0-37.006-16.602-37.006-37.007s16.601-37.007 37.006-37.007zm65.491 51.154H241v123.366c-26.495-18.789-47.591-45.599-62.979-80.045 15.624-9.392 27.116-24.97 31.077-43.321zM271 470.417V347.216h78.485c-2.789 10.14-6.046 20.005-9.777 29.503-15.961 40.633-39.461 72.566-68.708 93.698zm0-153.201V194.784h44.471c5.938 20.424 23.67 35.865 45.305 38.43 1.795 28.352.213 56.824-4.564 84.001H271zM96.194 96.194c29.229-29.23 65.057-49.462 104.121-59.316-21.827 21.541-39.913 48.933-53.437 81.258-6.171 14.749-11.295 30.401-15.34 46.648H49.097c11.144-25.255 26.991-48.484 47.097-68.59zM49.097 347.216h29.02c6.513 30.174 33.396 52.859 65.49 52.859 1.929 0 3.833-.101 5.721-.261 12.953 29.919 29.75 55.012 50.228 75.108-38.769-9.924-74.323-30.077-103.363-59.117-20.105-20.105-35.952-43.334-47.096-68.589zm366.709 68.59c-29.221 29.221-65.036 49.45-104.088 59.307 23.202-22.891 42.145-52.375 55.913-87.426 5.086-12.947 9.38-26.497 12.864-40.472h82.408c-11.144 25.256-26.991 48.485-47.097 68.591z"}})]))}},DZ={functional:!0,render(e,t){let{_c:r,_v:n,data:i,children:a=[]}=t,{class:s,staticClass:o,style:l,staticStyle:u,attrs:d={},...h}=i;return r("svg",{class:[s,o],style:[l,u],attrs:Object.assign({viewBox:"0 0 95.103 95.103",xmlns:"http://www.w3.org/2000/svg"},d),...h},a.concat([r("path",{attrs:{d:"M47.561 0C25.928 0 8.39 6.393 8.39 14.283v11.72c0 7.891 17.538 14.282 39.171 14.282 21.632 0 39.17-6.392 39.17-14.282v-11.72C86.731 6.393 69.193 0 47.561 0z"}}),r("path",{attrs:{d:"M47.561 47.115c-20.654 0-37.682-5.832-39.171-13.227-.071.353 0 19.355 0 19.355 0 7.892 17.538 14.283 39.171 14.283 21.632 0 39.17-6.393 39.17-14.283 0 0 .044-19.003-.026-19.355-1.491 7.396-18.491 13.227-39.144 13.227z"}}),r("path",{attrs:{d:"M86.694 61.464C85.206 68.855 68.215 74.69 47.561 74.69S9.875 68.854 8.386 61.464L8.39 80.82c0 7.891 17.538 14.282 39.171 14.282 21.632 0 39.17-6.393 39.17-14.282l-.037-19.356z"}})]))}},kZ={functional:!0,render(e,t){let{_c:r,_v:n,data:i,children:a=[]}=t,{class:s,staticClass:o,style:l,staticStyle:u,attrs:d={},...h}=i;return r("svg",{class:[s,o],style:[l,u],attrs:Object.assign({viewBox:"0 0 95.103 95.103",xmlns:"http://www.w3.org/2000/svg"},d),...h},a.concat([r("path",{attrs:{d:"M47.561 0C25.928 0 8.39 6.393 8.39 14.283v11.72c0 7.891 17.538 14.282 39.171 14.282 21.632 0 39.17-6.392 39.17-14.282v-11.72C86.731 6.393 69.193 0 47.561 0z"}}),r("path",{attrs:{d:"M47.561 47.115c-20.654 0-37.682-5.832-39.171-13.227-.071.353 0 19.355 0 19.355 0 7.892 17.538 14.283 39.171 14.283 21.632 0 39.17-6.393 39.17-14.283 0 0 .044-19.003-.026-19.355-1.491 7.396-18.491 13.227-39.144 13.227z"}}),r("path",{attrs:{d:"M86.694 61.464C85.206 68.855 68.215 74.69 47.561 74.69S9.875 68.854 8.386 61.464L8.39 80.82c0 7.891 17.538 14.282 39.171 14.282 21.632 0 39.17-6.393 39.17-14.282l-.037-19.356z"}})]))}},BZ={functional:!0,render(e,t){let{_c:r,_v:n,data:i,children:a=[]}=t,{class:s,staticClass:o,style:l,staticStyle:u,attrs:d={},...h}=i;return r("svg",{class:["svg-inline--fa fa-server fa-w-16",s,o],style:[l,u],attrs:Object.assign({"aria-hidden":"true","data-prefix":"fas","data-icon":"server",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 512"},d),...h},a.concat([r("path",{attrs:{fill:"currentColor",d:"M480 160H32c-17.673 0-32-14.327-32-32V64c0-17.673 14.327-32 32-32h448c17.673 0 32 14.327 32 32v64c0 17.673-14.327 32-32 32zm-48-88c-13.255 0-24 10.745-24 24s10.745 24 24 24 24-10.745 24-24-10.745-24-24-24zm-64 0c-13.255 0-24 10.745-24 24s10.745 24 24 24 24-10.745 24-24-10.745-24-24-24zm112 248H32c-17.673 0-32-14.327-32-32v-64c0-17.673 14.327-32 32-32h448c17.673 0 32 14.327 32 32v64c0 17.673-14.327 32-32 32zm-48-88c-13.255 0-24 10.745-24 24s10.745 24 24 24 24-10.745 24-24-10.745-24-24-24zm-64 0c-13.255 0-24 10.745-24 24s10.745 24 24 24 24-10.745 24-24-10.745-24-24-24zm112 248H32c-17.673 0-32-14.327-32-32v-64c0-17.673 14.327-32 32-32h448c17.673 0 32 14.327 32 32v64c0 17.673-14.327 32-32 32zm-48-88c-13.255 0-24 10.745-24 24s10.745 24 24 24 24-10.745 24-24-10.745-24-24-24zm-64 0c-13.255 0-24 10.745-24 24s10.745 24 24 24 24-10.745 24-24-10.745-24-24-24z"}})]))}},$T=U({render:function(){var e=this,t=e.$createElement,r=e._self._c||t;return e.sourceLocation?r("div",{class:e.classes,on:{click:e.viewSource}},[r("div",{staticClass:"source-code-link__path",attrs:{"data-cy":"source-location"}},[e._v(`
24
24
  `+e._s(e.sourceLocation)+`
25
25
  `),e.externalUrl?r("v-external-link-icon",{staticClass:"source-code-link__extern-link",attrs:{"data-cy":"external-link"}}):e._e()],1),e._v(" "),e.sourceLocationError?r("div",{staticClass:"source-code-link__warning",attrs:{"data-cy":"source-location-error"}},[r("v-warning-icon"),e._v(`
26
26
  `+e._s(e.sourceLocationError)+`
@@ -28,22 +28,22 @@ https://github.com/highlightjs/highlight.js/issues/2277`),he=m,Z=S);let f={code:
28
28
  `+e._s(n.name)+`
29
29
  `)])}),0):e._e(),e._v(" "),r("h4",{staticClass:"details-panel-header__details-type",attrs:{"data-type":e.objectType.toLowerCase()}},[e._v(`
30
30
  `+e._s(e.objectType)+`
31
- `),e.objectId?r("span",[e._v(e._s(e.objectId))]):e._e()]),e._v(" "),r("h4",{staticClass:"details-panel-header__details-name",attrs:{if:e.title}},[e._v(e._s(e.title))]),e._v(" "),r("v-source-code-link",{attrs:{object:e.object}}),e._v(" "),r("div",{staticClass:"details-panel-header__ghost-link"},[e._t("links")],2)],1)},staticRenderFns:[]},function(e){e&&e("data-v-a2aa5834_0",{source:'@charset "UTF-8";.details-panel-header[data-v-a2aa5834]{margin:0 0 24px}.details-panel-header__parents[data-v-a2aa5834]{margin-bottom:1rem;display:flex;justify-content:flex-start;align-items:flex-start;flex-wrap:wrap}.details-panel-header__parent[data-v-a2aa5834]{position:relative;margin:0 1rem .5rem 0;border-radius:.5rem;padding:.3rem .5rem;display:inline-flex;align-items:center;background:#4362b1;cursor:pointer;font-size:.85rem}.details-panel-header__parent[data-v-a2aa5834]:active,.details-panel-header__parent[data-v-a2aa5834]:hover{background:#768ecb}.details-panel-header__parent[data-v-a2aa5834]::after{content:"\u276F";position:absolute;top:50%;left:100%;margin-left:.3rem;transform:translateY(-50%);font-size:.6rem;pointer-events:none}.details-panel-header__parent-icon[data-v-a2aa5834]{margin-right:.5rem;width:1rem;height:1rem;min-width:1rem;min-height:1rem}.details-panel-header__parent-icon[data-v-a2aa5834]:empty{display:none}.details-panel-header__parent-icon svg[data-v-a2aa5834]{fill:currentColor}.details-panel-header__details-type[data-v-a2aa5834]{color:#808b98;text-transform:uppercase;line-height:1;font-weight:700;margin:0 0 .2rem}.details-panel-header__details-type[data-type=http][data-v-a2aa5834],.details-panel-header__details-type[data-type=route][data-v-a2aa5834]{color:#542168}.details-panel-header__details-type[data-type="external service"][data-v-a2aa5834]{color:#ebdf90}.details-panel-header__details-type[data-type=package][data-v-a2aa5834]{color:#6fddd6}.details-panel-header__details-type[data-type=class][data-v-a2aa5834],.details-panel-header__details-type[data-type=function][data-v-a2aa5834]{color:#4362b1}.details-panel-header__details-type[data-type="sql query"][data-v-a2aa5834]{color:#9c2fba}.details-panel-header__details-name[data-v-a2aa5834]{color:#eaeaea;font-size:1.25rem;font-weight:600;margin-top:0;margin-bottom:.8rem}.details-panel-header__ghost-link[data-v-a2aa5834]{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;flex-wrap:wrap;gap:.5rem}',map:void 0,media:void 0})},{name:"v-details-panel-header",components:{VNodeTypePackageIcon:OZ,VNodeTypeClassIcon:wZ,VNodeTypeFunctionIcon:IZ,VNodeTypeHttpIcon:SZ,VNodeTypeRouteIcon:LZ,VNodeTypeDatabaseIcon:DZ,VNodeTypeQueryIcon:kZ,VNodeTypeExternalServiceIcon:BZ,VSourceCodeLink:$4},props:{objectType:{type:String,required:!0},object:{type:Object},objectId:{type:String,required:!1},title:{type:String}},computed:{parents(){let e;e=this.object instanceof we?this.object.codeObject:this.object;let t=[];return e&&(e.type!==z.QUERY&&t.push(e.packageObject,e.classObject,e),e.type!==z.ROUTE&&e.type!==z.QUERY||t.unshift(e.parent)),t.filter(r=>r&&r!==this.object)}},methods:{selectObject(e){this.$store&&this.$store.commit("selectObject",e)}}},"data-v-a2aa5834",!1,void 0,!1,X,void 0,void 0),vn=U({render:function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("div",{staticClass:"popper",on:{mouseover:function(n){e.hover=!0},mouseleave:function(n){e.hover=!1}}},[r("transition",{attrs:{name:"fade"}},[e.isVisible?r("span",{class:"popper__text popper__text--"+e.placement+" popper__text--"+e.flashStyle+" popper__text--align-"+e.textAlign,domProps:{innerHTML:e._s(e.textValue)}}):e._e()]),e._v(" "),e._t("default")],2)},staticRenderFns:[]},function(e){e&&e("data-v-f83afdda_0",{source:'.popper[data-v-f83afdda]{position:relative}.popper__text[data-v-f83afdda]{position:absolute;display:block;background:#071223;color:#e3e5e8;padding:1em;border-radius:4px;max-width:24em;transition:opacity .3s cubic-bezier(.25,.46,.45,.94);border:1px solid #010306;pointer-events:none;top:0;z-index:2147483647;transform:translateY(-20%);font-size:.75rem;word-wrap:break-word;word-break:normal;width:max-content}.popper__text--align-left[data-v-f83afdda]{text-align:left}.popper__text--align-right[data-v-f83afdda]{text-align:right}.popper__text--align-center[data-v-f83afdda]{text-align:center}.popper__text--left[data-v-f83afdda]{right:100%;margin-right:1em;top:50%;transform:translateY(-50%)}.popper__text--left[data-v-f83afdda]::before{content:"";position:absolute;bottom:-1px;right:-1px;top:50%;width:1em;height:1em;transform:translate(50%,-50%) rotateZ(45deg);background:#071223;z-index:-1;border:1px solid #010306;border-left:none;border-bottom:none}.popper__text--right[data-v-f83afdda]{left:100%;margin-left:1em;top:50%;transform:translateY(-50%)}.popper__text--right[data-v-f83afdda]::before{content:"";position:absolute;bottom:-1px;left:-1px;top:50%;width:1em;height:1em;transform:translate(-50%,-50%) rotateZ(45deg);background:#071223;z-index:-1;border:1px solid #010306;border-right:none;border-top:none}.popper__text--top[data-v-f83afdda]{transform:translate(-50%,-100%);left:50%;margin-top:-1em}.popper__text--top[data-v-f83afdda]::before{content:"";position:absolute;bottom:-1px;left:50%;width:1em;height:1em;transform:translate(-50%,.5em) rotateZ(45deg);background:#071223;z-index:-1;border:1px solid #010306;border-left:none;border-top:none}.popper__text--bottom[data-v-f83afdda]{top:100%;transform:translateY(0)}.popper__text--success[data-v-f83afdda]{border-color:#3794ff}.popper__text--success[data-v-f83afdda]::before{border-color:inherit}.fade-enter[data-v-f83afdda]{opacity:0;pointer-events:none}.fade-enter-active[data-v-f83afdda]{transition:opacity 1 ease;transition-delay:.1s;pointer-events:auto}.fade-leave-to[data-v-f83afdda]{opacity:0;pointer-events:none}.fade-leave-active[data-v-f83afdda]{transition:opacity 0 ease;transition-delay:.25s;pointer-events:none}',map:void 0,media:void 0})},{name:"v-popper",props:{placement:{type:String,required:!0,validator:e=>["left","right","top","bottom"].indexOf(e)!==-1},text:{type:String},flashTime:{type:Number,default:1500},textAlign:{type:String,default:"center",validator:e=>["left","right","center"].indexOf(e)!==-1}},data:()=>({displayFlash:!1,hover:!1,flashText:"",flashTimer:null,flashStyle:"default"}),watch:{isVisible(e){e||(this.flashText="")}},computed:{isVisible(){return this.displayFlash&&this.flashText||this.hover&&this.textValue},textValue(){return this.flashText||this.text}},methods:{flash(e,t="default"){this.displayFlash=!0,this.flashText=e,this.flashStyle=t,this.flashTimer&&clearTimeout(this.flashTimer),this.flashTimer=setTimeout(()=>{this.displayFlash=!1,this.flashTimer=null},this.flashTime)}}},"data-v-f83afdda",!1,void 0,!1,X,void 0,void 0),MZ=U({render:function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("div",{staticClass:"details-panel-analysis-finding"},[r("v-details-panel-header",{attrs:{"object-type":"Analysis finding",object:e.object,title:e.resolvedFinding.rule.title}}),e._v(" "),r("section",[r("p",{attrs:{"data-cy":"rule-description"}},[e._v(e._s(e.resolvedFinding.rule.description))]),e._v(" "),r("a",{attrs:{href:e.resolvedFinding.rule.url}},[e._v("Learn more")])]),e._v(" "),r("section",[r("v-details-panel-list-header",[e._v("Overview")]),e._v(" "),r("ul",[r("li",[e._v("Impact category: "+e._s(e.finding.impactDomain))]),e._v(" "),e._l(e.resolvedFinding.rule.references,function(n,i){return r("li",{key:i},[e._v(`
31
+ `),e.objectId?r("span",[e._v(e._s(e.objectId))]):e._e()]),e._v(" "),r("h4",{staticClass:"details-panel-header__details-name",attrs:{if:e.title}},[e._v(e._s(e.title))]),e._v(" "),r("v-source-code-link",{attrs:{object:e.object}}),e._v(" "),r("div",{staticClass:"details-panel-header__ghost-link"},[e._t("links")],2)],1)},staticRenderFns:[]},function(e){e&&e("data-v-a2aa5834_0",{source:'@charset "UTF-8";.details-panel-header[data-v-a2aa5834]{margin:0 0 24px}.details-panel-header__parents[data-v-a2aa5834]{margin-bottom:1rem;display:flex;justify-content:flex-start;align-items:flex-start;flex-wrap:wrap}.details-panel-header__parent[data-v-a2aa5834]{position:relative;margin:0 1rem .5rem 0;border-radius:.5rem;padding:.3rem .5rem;display:inline-flex;align-items:center;background:#4362b1;cursor:pointer;font-size:.85rem}.details-panel-header__parent[data-v-a2aa5834]:active,.details-panel-header__parent[data-v-a2aa5834]:hover{background:#768ecb}.details-panel-header__parent[data-v-a2aa5834]::after{content:"\u276F";position:absolute;top:50%;left:100%;margin-left:.3rem;transform:translateY(-50%);font-size:.6rem;pointer-events:none}.details-panel-header__parent-icon[data-v-a2aa5834]{margin-right:.5rem;width:1rem;height:1rem;min-width:1rem;min-height:1rem}.details-panel-header__parent-icon[data-v-a2aa5834]:empty{display:none}.details-panel-header__parent-icon svg[data-v-a2aa5834]{fill:currentColor}.details-panel-header__details-type[data-v-a2aa5834]{color:#808b98;text-transform:uppercase;line-height:1;font-weight:700;margin:0 0 .2rem}.details-panel-header__details-type[data-type=http][data-v-a2aa5834],.details-panel-header__details-type[data-type=route][data-v-a2aa5834]{color:#542168}.details-panel-header__details-type[data-type="external service"][data-v-a2aa5834]{color:#ebdf90}.details-panel-header__details-type[data-type=package][data-v-a2aa5834]{color:#6fddd6}.details-panel-header__details-type[data-type=class][data-v-a2aa5834],.details-panel-header__details-type[data-type=function][data-v-a2aa5834]{color:#4362b1}.details-panel-header__details-type[data-type="sql query"][data-v-a2aa5834]{color:#9c2fba}.details-panel-header__details-name[data-v-a2aa5834]{color:#eaeaea;font-size:1.25rem;font-weight:600;margin-top:0;margin-bottom:.8rem}.details-panel-header__ghost-link[data-v-a2aa5834]{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;flex-wrap:wrap;gap:.5rem}',map:void 0,media:void 0})},{name:"v-details-panel-header",components:{VNodeTypePackageIcon:OZ,VNodeTypeClassIcon:wZ,VNodeTypeFunctionIcon:IZ,VNodeTypeHttpIcon:SZ,VNodeTypeRouteIcon:LZ,VNodeTypeDatabaseIcon:DZ,VNodeTypeQueryIcon:kZ,VNodeTypeExternalServiceIcon:BZ,VSourceCodeLink:$T},props:{objectType:{type:String,required:!0},object:{type:Object},objectId:{type:String,required:!1},title:{type:String}},computed:{parents(){let e;e=this.object instanceof we?this.object.codeObject:this.object;let t=[];return e&&(e.type!==z.QUERY&&t.push(e.packageObject,e.classObject,e),e.type!==z.ROUTE&&e.type!==z.QUERY||t.unshift(e.parent)),t.filter(r=>r&&r!==this.object)}},methods:{selectObject(e){this.$store&&this.$store.commit("selectObject",e)}}},"data-v-a2aa5834",!1,void 0,!1,X,void 0,void 0),vn=U({render:function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("div",{staticClass:"popper",on:{mouseover:function(n){e.hover=!0},mouseleave:function(n){e.hover=!1}}},[r("transition",{attrs:{name:"fade"}},[e.isVisible?r("span",{class:"popper__text popper__text--"+e.placement+" popper__text--"+e.flashStyle+" popper__text--align-"+e.textAlign,domProps:{innerHTML:e._s(e.textValue)}}):e._e()]),e._v(" "),e._t("default")],2)},staticRenderFns:[]},function(e){e&&e("data-v-f83afdda_0",{source:'.popper[data-v-f83afdda]{position:relative}.popper__text[data-v-f83afdda]{position:absolute;display:block;background:#071223;color:#e3e5e8;padding:1em;border-radius:4px;max-width:24em;transition:opacity .3s cubic-bezier(.25,.46,.45,.94);border:1px solid #010306;pointer-events:none;top:0;z-index:2147483647;transform:translateY(-20%);font-size:.75rem;word-wrap:break-word;word-break:normal;width:max-content}.popper__text--align-left[data-v-f83afdda]{text-align:left}.popper__text--align-right[data-v-f83afdda]{text-align:right}.popper__text--align-center[data-v-f83afdda]{text-align:center}.popper__text--left[data-v-f83afdda]{right:100%;margin-right:1em;top:50%;transform:translateY(-50%)}.popper__text--left[data-v-f83afdda]::before{content:"";position:absolute;bottom:-1px;right:-1px;top:50%;width:1em;height:1em;transform:translate(50%,-50%) rotateZ(45deg);background:#071223;z-index:-1;border:1px solid #010306;border-left:none;border-bottom:none}.popper__text--right[data-v-f83afdda]{left:100%;margin-left:1em;top:50%;transform:translateY(-50%)}.popper__text--right[data-v-f83afdda]::before{content:"";position:absolute;bottom:-1px;left:-1px;top:50%;width:1em;height:1em;transform:translate(-50%,-50%) rotateZ(45deg);background:#071223;z-index:-1;border:1px solid #010306;border-right:none;border-top:none}.popper__text--top[data-v-f83afdda]{transform:translate(-50%,-100%);left:50%;margin-top:-1em}.popper__text--top[data-v-f83afdda]::before{content:"";position:absolute;bottom:-1px;left:50%;width:1em;height:1em;transform:translate(-50%,.5em) rotateZ(45deg);background:#071223;z-index:-1;border:1px solid #010306;border-left:none;border-top:none}.popper__text--bottom[data-v-f83afdda]{top:100%;transform:translateY(0)}.popper__text--success[data-v-f83afdda]{border-color:#3794ff}.popper__text--success[data-v-f83afdda]::before{border-color:inherit}.fade-enter[data-v-f83afdda]{opacity:0;pointer-events:none}.fade-enter-active[data-v-f83afdda]{transition:opacity 1 ease;transition-delay:.1s;pointer-events:auto}.fade-leave-to[data-v-f83afdda]{opacity:0;pointer-events:none}.fade-leave-active[data-v-f83afdda]{transition:opacity 0 ease;transition-delay:.25s;pointer-events:none}',map:void 0,media:void 0})},{name:"v-popper",props:{placement:{type:String,required:!0,validator:e=>["left","right","top","bottom"].indexOf(e)!==-1},text:{type:String},flashTime:{type:Number,default:1500},textAlign:{type:String,default:"center",validator:e=>["left","right","center"].indexOf(e)!==-1}},data:()=>({displayFlash:!1,hover:!1,flashText:"",flashTimer:null,flashStyle:"default"}),watch:{isVisible(e){e||(this.flashText="")}},computed:{isVisible(){return this.displayFlash&&this.flashText||this.hover&&this.textValue},textValue(){return this.flashText||this.text}},methods:{flash(e,t="default"){this.displayFlash=!0,this.flashText=e,this.flashStyle=t,this.flashTimer&&clearTimeout(this.flashTimer),this.flashTimer=setTimeout(()=>{this.displayFlash=!1,this.flashTimer=null},this.flashTime)}}},"data-v-f83afdda",!1,void 0,!1,X,void 0,void 0),MZ=U({render:function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("div",{staticClass:"details-panel-analysis-finding"},[r("v-details-panel-header",{attrs:{"object-type":"Analysis finding",object:e.object,title:e.resolvedFinding.rule.title}}),e._v(" "),r("section",[r("p",{attrs:{"data-cy":"rule-description"}},[e._v(e._s(e.resolvedFinding.rule.description))]),e._v(" "),r("a",{attrs:{href:e.resolvedFinding.rule.url}},[e._v("Learn more")])]),e._v(" "),r("section",[r("v-details-panel-list-header",[e._v("Overview")]),e._v(" "),r("ul",[r("li",[e._v("Impact category: "+e._s(e.finding.impactDomain))]),e._v(" "),e._l(e.resolvedFinding.rule.references,function(n,i){return r("li",{key:i},[e._v(`
32
32
  Reference: `),r("a",{attrs:{href:n}},[e._v(e._s(i))])])})],2)],1),e._v(" "),r("v-details-panel-text",{attrs:{title:"Event summary"}},[e._v(`
33
33
  `+e._s(e.finding.message||e.finding.groupMessage)+`
34
- `)]),e._v(" "),r("v-details-panel-stack-trace",{attrs:{"stack-locations":e.resolvedFinding.stackLocations}}),e._v(" "),r("v-details-panel-list",{attrs:{title:"Related events",items:e.relatedEvents,"event-quickview":!0}})],1)},staticRenderFns:[]},function(e){e&&e("data-v-48f148ec_0",{source:".details-panel-analysis-finding h3[data-v-48f148ec]{padding:0}.details-panel-analysis-finding ul[data-v-48f148ec]{list-style-type:none;margin-top:0;padding:.25rem .5rem}.details-panel-analysis-finding ul li[data-v-48f148ec]{border-bottom:1px solid #242c41a3;padding:.5rem 0}.details-panel-analysis-finding ul li[data-v-48f148ec]:last-of-type{border:0;padding:.5rem 0 0 0}.details-panel-analysis-finding ul li[data-v-48f148ec]:first-of-type{padding-top:0}.details-panel-analysis-finding a[data-v-48f148ec]{color:#4362b1;text-decoration:none;line-height:1.5rem;width:100%;word-break:break-all;transition:all .3s ease}.details-panel-analysis-finding a[data-v-48f148ec]:hover{text-decoration:underline;color:#889dd2}.details-panel-analysis-finding section[data-v-48f148ec]{margin-bottom:16px}",map:void 0,media:void 0})},{name:"v-details-panel-analysis-finding",components:{VDetailsPanelList:Nt,VDetailsPanelListHeader:Tl,VDetailsPanelHeader:Ot,VDetailsPanelStackTrace:U({render:function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("section",{staticClass:"stack-trace"},[r("v-details-panel-list-header",[e._v("Stack trace")]),e._v(" "),r("ul",e._l(e.stackLocations,function(n){return r("li",{key:n.uri.path,attrs:{"data-cy":"stack-trace"}},[r("v-popper",{staticClass:"hover-text-popper",attrs:{"data-cy":"popper",text:n.uri.path,placement:"top","text-align":"left"}},[r("a",{attrs:{href:"#"},on:{click:function(i){return i.preventDefault(),e.openInSourceCode(n)}}},[e._v(e._s(e.displayLocation(n)))])])],1)}),0)],1)},staticRenderFns:[]},function(e){e&&e("data-v-7585ac2b_0",{source:".stack-trace__header h3{margin:.75rem 0;font-size:.9rem;color:#808b98;font-weight:800;text-transform:uppercase}.stack-trace ul{list-style-type:none;padding:.25rem .5rem;margin-top:0}.stack-trace ul li{border-bottom:1px solid #242c41a3;padding:.5rem 0}.stack-trace ul li:last-of-type{border:0}.stack-trace ul li:first-of-type{padding-top:0}.stack-trace ul a{color:#2a84ef;text-decoration:none;line-height:1.5rem;width:100%;word-break:break-all;transition:all .3s ease}.stack-trace ul a:hover{color:#e3e5e8}",map:void 0,media:void 0})},{name:"v-details-panel-stack-trace",components:{VPopper:vn,VDetailsPanelListHeader:Tl},props:{stackLocations:{type:Array,required:!0}},methods:{displayLocation(e){let t=e.range[0]&&e.range[0].line+1,{truncatedPath:r}=e;return t&&t>1?`${r}:${t}`:""+r},openInSourceCode(e){let t=e.uri.path,r=e.range[0]&&e.range[0].line+1;r&&r!==0&&(t+=":"+r),this.$root.$emit("viewSource",{location:t})}}},void 0,!1,void 0,!1,X,void 0,void 0),VDetailsPanelText:U({render:function(){var e=this.$createElement,t=this._self._c||e;return t("div",{staticClass:"details-panel-text"},[t("v-details-panel-list-header",[this._v(this._s(this.title))]),this._v(" "),t("p",[this._t("default")],2)],1)},staticRenderFns:[]},function(e){e&&e("data-v-04e72acc_0",{source:".details-panel-text p{padding:0 .5rem}",map:void 0,media:void 0})},{name:"v-details-panel-text",components:{VDetailsPanelListHeader:Tl},props:{title:String}},void 0,!1,void 0,!1,X,void 0,void 0)},props:{object:{type:Object,required:!0}},computed:{finding(){return this.resolvedFinding.finding},resolvedFinding(){return this.object.resolvedFinding},relatedEvents(){return(this.finding.relatedEvents||[]).map(e=>this.$store.state.filteredAppMap.getEvent(e.id))}}},"data-v-48f148ec",!1,void 0,!1,X,void 0,void 0),F4={functional:!0,render(e,t){let{_c:r,_v:n,data:i,children:a=[]}=t,{class:s,staticClass:o,style:l,staticStyle:u,attrs:d={},...h}=i;return r("svg",{class:[s,o],style:[l,u],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 971.986 971.986"},d),...h},a.concat([r("path",{attrs:{d:"M370.216 459.3c10.2 11.1 15.8 25.6 15.8 40.6v442c0 26.601 32.1 40.101 51.1 21.4l123.3-141.3c16.5-19.8 25.6-29.601 25.6-49.2V500c0-15 5.7-29.5 15.8-40.601L955.615 75.5c26.5-28.8 6.101-75.5-33.1-75.5h-873c-39.2 0-59.7 46.6-33.1 75.5l353.801 383.8z"}})]))}},U4={functional:!0,render(e,t){let{_c:r,_v:n,data:i,children:a=[]}=t,{class:s,staticClass:o,style:l,staticStyle:u,attrs:d={},...h}=i;return r("svg",{class:[s,o],style:[l,u],attrs:Object.assign({viewBox:"0 0 15 15",xmlns:"http://www.w3.org/2000/svg"},d),...h},a.concat([r("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M3.884 4.517a4.69 4.69 0 018.21 2.046h.953A5.627 5.627 0 003.161 3.92a.469.469 0 10.723.597zM1.953 8.438H.5a.234.234 0 01-.18-.384L2.164 5.84a.234.234 0 01.36 0l1.843 2.213a.234.234 0 01-.18.384h-1.28a4.69 4.69 0 008.209 2.045.468.468 0 11.723.596 5.627 5.627 0 01-9.886-2.641zm12.546-1.875h-3.686a.234.234 0 00-.18.384l1.843 2.213a.234.234 0 00.36 0l1.843-2.213a.234.234 0 00-.18-.384z"}})]))}},mn=U({render:function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("div",{staticClass:"details-panel-filters"},[r("div",{staticClass:"details-panel-filters__head"},[r("FilterIcon",{staticClass:"details-panel-filters__head-icon"}),e._v(" "),r("span",{staticClass:"details-panel-filters__head-text"},[e._v("Filters")]),e._v(" "),r("button",{staticClass:"details-panel-filters__head-reset",on:{click:function(n){return e.resetFilters()}}},[e._v(`
34
+ `)]),e._v(" "),r("v-details-panel-stack-trace",{attrs:{"stack-locations":e.resolvedFinding.stackLocations}}),e._v(" "),r("v-details-panel-list",{attrs:{title:"Related events",items:e.relatedEvents,"event-quickview":!0}})],1)},staticRenderFns:[]},function(e){e&&e("data-v-48f148ec_0",{source:".details-panel-analysis-finding h3[data-v-48f148ec]{padding:0}.details-panel-analysis-finding ul[data-v-48f148ec]{list-style-type:none;margin-top:0;padding:.25rem .5rem}.details-panel-analysis-finding ul li[data-v-48f148ec]{border-bottom:1px solid #242c41a3;padding:.5rem 0}.details-panel-analysis-finding ul li[data-v-48f148ec]:last-of-type{border:0;padding:.5rem 0 0 0}.details-panel-analysis-finding ul li[data-v-48f148ec]:first-of-type{padding-top:0}.details-panel-analysis-finding a[data-v-48f148ec]{color:#4362b1;text-decoration:none;line-height:1.5rem;width:100%;word-break:break-all;transition:all .3s ease}.details-panel-analysis-finding a[data-v-48f148ec]:hover{text-decoration:underline;color:#889dd2}.details-panel-analysis-finding section[data-v-48f148ec]{margin-bottom:16px}",map:void 0,media:void 0})},{name:"v-details-panel-analysis-finding",components:{VDetailsPanelList:Nt,VDetailsPanelListHeader:Tl,VDetailsPanelHeader:Ot,VDetailsPanelStackTrace:U({render:function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("section",{staticClass:"stack-trace"},[r("v-details-panel-list-header",[e._v("Stack trace")]),e._v(" "),r("ul",e._l(e.stackLocations,function(n){return r("li",{key:n.uri.path,attrs:{"data-cy":"stack-trace"}},[r("v-popper",{staticClass:"hover-text-popper",attrs:{"data-cy":"popper",text:n.uri.path,placement:"top","text-align":"left"}},[r("a",{attrs:{href:"#"},on:{click:function(i){return i.preventDefault(),e.openInSourceCode(n)}}},[e._v(e._s(e.displayLocation(n)))])])],1)}),0)],1)},staticRenderFns:[]},function(e){e&&e("data-v-7585ac2b_0",{source:".stack-trace__header h3{margin:.75rem 0;font-size:.9rem;color:#808b98;font-weight:800;text-transform:uppercase}.stack-trace ul{list-style-type:none;padding:.25rem .5rem;margin-top:0}.stack-trace ul li{border-bottom:1px solid #242c41a3;padding:.5rem 0}.stack-trace ul li:last-of-type{border:0}.stack-trace ul li:first-of-type{padding-top:0}.stack-trace ul a{color:#2a84ef;text-decoration:none;line-height:1.5rem;width:100%;word-break:break-all;transition:all .3s ease}.stack-trace ul a:hover{color:#e3e5e8}",map:void 0,media:void 0})},{name:"v-details-panel-stack-trace",components:{VPopper:vn,VDetailsPanelListHeader:Tl},props:{stackLocations:{type:Array,required:!0}},methods:{displayLocation(e){let t=e.range[0]&&e.range[0].line+1,{truncatedPath:r}=e;return t&&t>1?`${r}:${t}`:""+r},openInSourceCode(e){let t=e.uri.path,r=e.range[0]&&e.range[0].line+1;r&&r!==0&&(t+=":"+r),this.$root.$emit("viewSource",{location:t})}}},void 0,!1,void 0,!1,X,void 0,void 0),VDetailsPanelText:U({render:function(){var e=this.$createElement,t=this._self._c||e;return t("div",{staticClass:"details-panel-text"},[t("v-details-panel-list-header",[this._v(this._s(this.title))]),this._v(" "),t("p",[this._t("default")],2)],1)},staticRenderFns:[]},function(e){e&&e("data-v-04e72acc_0",{source:".details-panel-text p{padding:0 .5rem}",map:void 0,media:void 0})},{name:"v-details-panel-text",components:{VDetailsPanelListHeader:Tl},props:{title:String}},void 0,!1,void 0,!1,X,void 0,void 0)},props:{object:{type:Object,required:!0}},computed:{finding(){return this.resolvedFinding.finding},resolvedFinding(){return this.object.resolvedFinding},relatedEvents(){return(this.finding.relatedEvents||[]).map(e=>this.$store.state.filteredAppMap.getEvent(e.id))}}},"data-v-48f148ec",!1,void 0,!1,X,void 0,void 0),FT={functional:!0,render(e,t){let{_c:r,_v:n,data:i,children:a=[]}=t,{class:s,staticClass:o,style:l,staticStyle:u,attrs:d={},...h}=i;return r("svg",{class:[s,o],style:[l,u],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 971.986 971.986"},d),...h},a.concat([r("path",{attrs:{d:"M370.216 459.3c10.2 11.1 15.8 25.6 15.8 40.6v442c0 26.601 32.1 40.101 51.1 21.4l123.3-141.3c16.5-19.8 25.6-29.601 25.6-49.2V500c0-15 5.7-29.5 15.8-40.601L955.615 75.5c26.5-28.8 6.101-75.5-33.1-75.5h-873c-39.2 0-59.7 46.6-33.1 75.5l353.801 383.8z"}})]))}},UT={functional:!0,render(e,t){let{_c:r,_v:n,data:i,children:a=[]}=t,{class:s,staticClass:o,style:l,staticStyle:u,attrs:d={},...h}=i;return r("svg",{class:[s,o],style:[l,u],attrs:Object.assign({viewBox:"0 0 15 15",xmlns:"http://www.w3.org/2000/svg"},d),...h},a.concat([r("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M3.884 4.517a4.69 4.69 0 018.21 2.046h.953A5.627 5.627 0 003.161 3.92a.469.469 0 10.723.597zM1.953 8.438H.5a.234.234 0 01-.18-.384L2.164 5.84a.234.234 0 01.36 0l1.843 2.213a.234.234 0 01-.18.384h-1.28a4.69 4.69 0 008.209 2.045.468.468 0 11.723.596 5.627 5.627 0 01-9.886-2.641zm12.546-1.875h-3.686a.234.234 0 00-.18.384l1.843 2.213a.234.234 0 00.36 0l1.843-2.213a.234.234 0 00-.18-.384z"}})]))}},mn=U({render:function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("div",{staticClass:"details-panel-filters"},[r("div",{staticClass:"details-panel-filters__head"},[r("FilterIcon",{staticClass:"details-panel-filters__head-icon"}),e._v(" "),r("span",{staticClass:"details-panel-filters__head-text"},[e._v("Filters")]),e._v(" "),r("button",{staticClass:"details-panel-filters__head-reset",on:{click:function(n){return e.resetFilters()}}},[e._v(`
35
35
  Reset all
36
36
  `),r("ResetIcon")],1)],1),e._v(" "),e._l(Object.keys(e.filters),function(n){return r("div",{key:n,staticClass:"details-panel-filters__item",class:{"details-panel-filters__item--active":e.filters[n].isActive},on:{click:function(i){return e.toggleFilter(n)}}},[e._v(`
37
37
  `+e._s(e.filters[n].title)+`
38
- `)])})],2)},staticRenderFns:[]},function(e){e&&e("data-v-e6b60a1a_0",{source:'.details-panel-filters[data-v-e6b60a1a]{border-radius:.25rem;font-size:.75rem;font-family:"IBM Plex Sans","Helvetica Neue",Helvetica,Arial,sans-serif;width:100%;margin-bottom:1.5rem}.details-panel-filters__head[data-v-e6b60a1a]{border-bottom:1px solid #242c41;padding:.25rem 1rem;display:flex;justify-content:flex-start;align-items:center}.details-panel-filters__head svg[data-v-e6b60a1a]{width:1em;height:1em;fill:currentColor}.details-panel-filters__head-icon[data-v-e6b60a1a]{margin-right:.75rem;color:#e7e7e7}.details-panel-filters__head-text[data-v-e6b60a1a]{color:#ccc;text-transform:uppercase;font-weight:800;font-size:.9rem;color:#808b98}.details-panel-filters__head-reset[data-v-e6b60a1a]{margin-left:auto;border:none;display:inline-flex;align-items:center;padding:.25rem;background:0 0;color:#808b98;outline:0;line-height:1;appearance:none;cursor:pointer;transition:color .3s ease-in}.details-panel-filters__head-reset[data-v-e6b60a1a]:active,.details-panel-filters__head-reset[data-v-e6b60a1a]:hover{color:#e1e2e2;transition-timing-function:ease-out}.details-panel-filters__head-reset svg[data-v-e6b60a1a]{margin-left:.5rem}.details-panel-filters__item[data-v-e6b60a1a]{display:flex;justify-content:flex-start;align-items:center;padding:.25rem;font-size:.9rem;line-height:1.25rem;color:#808b98;cursor:pointer}.details-panel-filters__item[data-v-e6b60a1a]:active,.details-panel-filters__item[data-v-e6b60a1a]:hover{color:#e1e2e2}.details-panel-filters__item[data-v-e6b60a1a]:not(:last-child){border-bottom:1px solid #242c41}.details-panel-filters__item[data-v-e6b60a1a]::before{content:"";display:inline-block;margin-right:.7rem;width:.75rem;height:.75rem;border-radius:50%;border:1px solid currentColor}.details-panel-filters__item--active[data-v-e6b60a1a]{color:#ccc}.details-panel-filters__item--active[data-v-e6b60a1a]::before{border-color:#7f6be6;background:#7f6be6}',map:void 0,media:void 0})},{name:"v-details-panel-filters",components:{FilterIcon:F4,ResetIcon:U4},props:{object:{type:Object,required:!0},isRootObject:{type:Boolean,required:!1,default:!1}},data:()=>({filterItems:{setAsRoot:{isActive:!1,title:"Set as Root"},hide:{isActive:!1,title:"Hide"}}}),computed:{filters(){let{filterItems:e}=this;return this.isRootObject&&(e.setAsRoot.isActive=!0),e}},methods:{toggleFilter(e){e==="setAsRoot"&&this.$root.$emit("makeRoot",this.object),e==="hide"&&this.$root.$emit("addHiddenName",this.object.fqid)},resetFilters(){this.$root.$emit("removeRoot",this.object.fqid)}}},"data-v-e6b60a1a",!1,void 0,!1,X,void 0,void 0),PZ=U({render:function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("div",{staticClass:"details-panel-class"},[r("v-details-panel-header",{attrs:{"object-type":"Class",object:e.object,title:e.object.name}}),e._v(" "),r("v-details-panel-filters",{attrs:{object:e.object,"is-root-object":e.isRootObject}}),e._v(" "),r("v-details-panel-list",{attrs:{title:"Functions",items:e.object.functions,nameKey:"name"}}),e._v(" "),r("v-details-panel-list",{attrs:{title:"Inbound connections",items:e.object.inboundConnections}}),e._v(" "),r("v-details-panel-list",{attrs:{title:"Outbound connections",items:e.outboundConnections}}),e._v(" "),r("v-details-panel-list",{attrs:{title:"Queries",items:e.queries}})],1)},staticRenderFns:[]},function(e){e&&e("data-v-13288b18_0",{source:".details-panel-class h4[data-v-13288b18]{margin:0;padding:.5rem 2rem;font-size:1.3rem;border-bottom:1px solid #343742}.details-panel-class ul[data-v-13288b18]{list-style-type:none;padding:0;margin:0 0 1rem 0;width:100%}.details-panel-class ul li[data-v-13288b18]{width:100%;border-bottom:1px solid #343742;padding:.5rem 0;transition:all .3s ease}.details-panel-class ul li a[data-v-13288b18]{margin:0 2rem;width:100%}.details-panel-class ul li[data-v-13288b18]:hover{background-color:#4362b1;border-color:#4362b1}.details-panel-class ul li:hover a[data-v-13288b18]{color:#e3e5e8}",map:void 0,media:void 0})},{name:"v-details-panel-class",components:{VDetailsPanelHeader:Ot,VDetailsPanelFilters:mn,VDetailsPanelList:Nt},props:{object:{type:Object,required:!0},isRootObject:{type:Boolean,required:!1,default:!1}},computed:{outboundConnections(){return this.object.outboundConnections.filter(e=>e.type!==z.QUERY)},queries(){return this.object.sqlQueries.map(e=>e.events).flat()}}},"data-v-13288b18",!1,void 0,!1,X,void 0,void 0),$Z=U({render:function(){var e=this.$createElement,t=this._self._c||e;return t("div",[t("v-details-panel-header",{attrs:{"object-type":"Database"}}),this._v(" "),t("v-details-panel-filters",{attrs:{object:this.object,"is-root-object":this.isRootObject}}),this._v(" "),t("v-details-panel-list",{attrs:{title:"Inbound connections",items:this.object.inboundConnections}}),this._v(" "),t("v-details-panel-list",{attrs:{title:"Queries",items:this.queryEvents}})],1)},staticRenderFns:[]},void 0,{name:"v-details-panel-database",components:{VDetailsPanelList:Nt,VDetailsPanelFilters:mn,VDetailsPanelHeader:Ot},props:{object:{type:Object,required:!0},isRootObject:{type:Boolean,required:!1,default:!1}},computed:{queryEvents(){return this.object.children.map(e=>e.events).flat()}}},"data-v-523f0a9e",!1,void 0,!1,void 0,void 0,void 0),FZ=U({render:function(){var e=this.$createElement,t=this._self._c||e;return t("div",{staticClass:"details-panel-edge"},[t("v-details-panel-header",{attrs:{"object-type":"Edge",title:this.title}}),this._v(" "),t("v-details-panel-list-pairs",{attrs:{title:"Events",items:this.events}})],1)},staticRenderFns:[]},function(e){e&&e("data-v-75385437_0",{source:".details-panel-edge[data-v-75385437]{padding:0}.details-panel-edge h5[data-v-75385437]{color:#aab2ba;font-size:1.1rem;font-weight:500;line-height:1.2;padding:0 2rem;margin:0 0 .25rem 0}",map:void 0,media:void 0})},{name:"v-details-panel-edge",components:{VDetailsPanelListPairs:U({render:function(){var e=this,t=e.$createElement,r=e._self._c||t;return e.items&&e.items.length>0?r("div",{staticClass:"v-details-panel-list"},[r("h5",[e._v(e._s(e.title))]),e._v(" "),r("ul",e._l(e.items,function(n,i){return r("li",{key:i,staticClass:"list-pair"},[r("span",{staticClass:"list-pair__object",on:{click:function(a){return a.preventDefault(),e.selectItem(n.from)}}},[e._v(`
38
+ `)])})],2)},staticRenderFns:[]},function(e){e&&e("data-v-e6b60a1a_0",{source:'.details-panel-filters[data-v-e6b60a1a]{border-radius:.25rem;font-size:.75rem;font-family:"IBM Plex Sans","Helvetica Neue",Helvetica,Arial,sans-serif;width:100%;margin-bottom:1.5rem}.details-panel-filters__head[data-v-e6b60a1a]{border-bottom:1px solid #242c41;padding:.25rem 1rem;display:flex;justify-content:flex-start;align-items:center}.details-panel-filters__head svg[data-v-e6b60a1a]{width:1em;height:1em;fill:currentColor}.details-panel-filters__head-icon[data-v-e6b60a1a]{margin-right:.75rem;color:#e7e7e7}.details-panel-filters__head-text[data-v-e6b60a1a]{color:#ccc;text-transform:uppercase;font-weight:800;font-size:.9rem;color:#808b98}.details-panel-filters__head-reset[data-v-e6b60a1a]{margin-left:auto;border:none;display:inline-flex;align-items:center;padding:.25rem;background:0 0;color:#808b98;outline:0;line-height:1;appearance:none;cursor:pointer;transition:color .3s ease-in}.details-panel-filters__head-reset[data-v-e6b60a1a]:active,.details-panel-filters__head-reset[data-v-e6b60a1a]:hover{color:#e1e2e2;transition-timing-function:ease-out}.details-panel-filters__head-reset svg[data-v-e6b60a1a]{margin-left:.5rem}.details-panel-filters__item[data-v-e6b60a1a]{display:flex;justify-content:flex-start;align-items:center;padding:.25rem;font-size:.9rem;line-height:1.25rem;color:#808b98;cursor:pointer}.details-panel-filters__item[data-v-e6b60a1a]:active,.details-panel-filters__item[data-v-e6b60a1a]:hover{color:#e1e2e2}.details-panel-filters__item[data-v-e6b60a1a]:not(:last-child){border-bottom:1px solid #242c41}.details-panel-filters__item[data-v-e6b60a1a]::before{content:"";display:inline-block;margin-right:.7rem;width:.75rem;height:.75rem;border-radius:50%;border:1px solid currentColor}.details-panel-filters__item--active[data-v-e6b60a1a]{color:#ccc}.details-panel-filters__item--active[data-v-e6b60a1a]::before{border-color:#7f6be6;background:#7f6be6}',map:void 0,media:void 0})},{name:"v-details-panel-filters",components:{FilterIcon:FT,ResetIcon:UT},props:{object:{type:Object,required:!0},isRootObject:{type:Boolean,required:!1,default:!1}},data:()=>({filterItems:{setAsRoot:{isActive:!1,title:"Set as Root"},hide:{isActive:!1,title:"Hide"}}}),computed:{filters(){let{filterItems:e}=this;return this.isRootObject&&(e.setAsRoot.isActive=!0),e}},methods:{toggleFilter(e){e==="setAsRoot"&&this.$root.$emit("makeRoot",this.object),e==="hide"&&this.$root.$emit("addHiddenName",this.object.fqid)},resetFilters(){this.$root.$emit("removeRoot",this.object.fqid)}}},"data-v-e6b60a1a",!1,void 0,!1,X,void 0,void 0),PZ=U({render:function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("div",{staticClass:"details-panel-class"},[r("v-details-panel-header",{attrs:{"object-type":"Class",object:e.object,title:e.object.name}}),e._v(" "),r("v-details-panel-filters",{attrs:{object:e.object,"is-root-object":e.isRootObject}}),e._v(" "),r("v-details-panel-list",{attrs:{title:"Functions",items:e.object.functions,nameKey:"name"}}),e._v(" "),r("v-details-panel-list",{attrs:{title:"Inbound connections",items:e.object.inboundConnections}}),e._v(" "),r("v-details-panel-list",{attrs:{title:"Outbound connections",items:e.outboundConnections}}),e._v(" "),r("v-details-panel-list",{attrs:{title:"Queries",items:e.queries}})],1)},staticRenderFns:[]},function(e){e&&e("data-v-13288b18_0",{source:".details-panel-class h4[data-v-13288b18]{margin:0;padding:.5rem 2rem;font-size:1.3rem;border-bottom:1px solid #343742}.details-panel-class ul[data-v-13288b18]{list-style-type:none;padding:0;margin:0 0 1rem 0;width:100%}.details-panel-class ul li[data-v-13288b18]{width:100%;border-bottom:1px solid #343742;padding:.5rem 0;transition:all .3s ease}.details-panel-class ul li a[data-v-13288b18]{margin:0 2rem;width:100%}.details-panel-class ul li[data-v-13288b18]:hover{background-color:#4362b1;border-color:#4362b1}.details-panel-class ul li:hover a[data-v-13288b18]{color:#e3e5e8}",map:void 0,media:void 0})},{name:"v-details-panel-class",components:{VDetailsPanelHeader:Ot,VDetailsPanelFilters:mn,VDetailsPanelList:Nt},props:{object:{type:Object,required:!0},isRootObject:{type:Boolean,required:!1,default:!1}},computed:{outboundConnections(){return this.object.outboundConnections.filter(e=>e.type!==z.QUERY)},queries(){return this.object.sqlQueries.map(e=>e.events).flat()}}},"data-v-13288b18",!1,void 0,!1,X,void 0,void 0),$Z=U({render:function(){var e=this.$createElement,t=this._self._c||e;return t("div",[t("v-details-panel-header",{attrs:{"object-type":"Database"}}),this._v(" "),t("v-details-panel-filters",{attrs:{object:this.object,"is-root-object":this.isRootObject}}),this._v(" "),t("v-details-panel-list",{attrs:{title:"Inbound connections",items:this.object.inboundConnections}}),this._v(" "),t("v-details-panel-list",{attrs:{title:"Queries",items:this.queryEvents}})],1)},staticRenderFns:[]},void 0,{name:"v-details-panel-database",components:{VDetailsPanelList:Nt,VDetailsPanelFilters:mn,VDetailsPanelHeader:Ot},props:{object:{type:Object,required:!0},isRootObject:{type:Boolean,required:!1,default:!1}},computed:{queryEvents(){return this.object.children.map(e=>e.events).flat()}}},"data-v-523f0a9e",!1,void 0,!1,void 0,void 0,void 0),FZ=U({render:function(){var e=this.$createElement,t=this._self._c||e;return t("div",{staticClass:"details-panel-edge"},[t("v-details-panel-header",{attrs:{"object-type":"Edge",title:this.title}}),this._v(" "),t("v-details-panel-list-pairs",{attrs:{title:"Events",items:this.events}})],1)},staticRenderFns:[]},function(e){e&&e("data-v-75385437_0",{source:".details-panel-edge[data-v-75385437]{padding:0}.details-panel-edge h5[data-v-75385437]{color:#aab2ba;font-size:1.1rem;font-weight:500;line-height:1.2;padding:0 2rem;margin:0 0 .25rem 0}",map:void 0,media:void 0})},{name:"v-details-panel-edge",components:{VDetailsPanelListPairs:U({render:function(){var e=this,t=e.$createElement,r=e._self._c||t;return e.items&&e.items.length>0?r("div",{staticClass:"v-details-panel-list"},[r("h5",[e._v(e._s(e.title))]),e._v(" "),r("ul",e._l(e.items,function(n,i){return r("li",{key:i,staticClass:"list-pair"},[r("span",{staticClass:"list-pair__object",on:{click:function(a){return a.preventDefault(),e.selectItem(n.from)}}},[e._v(`
39
39
  `+e._s(e.nameOf(n.from))+`
40
40
  `)]),e._v(`
41
41
  to
42
42
  `),r("span",{staticClass:"list-pair__object",on:{click:function(a){return a.preventDefault(),e.selectItem(n.to)}}},[e._v(`
43
43
  `+e._s(e.nameOf(n.to))+`
44
- `)])])}),0)]):e._e()},staticRenderFns:[]},function(e){e&&e("data-v-511978c3_0",{source:".v-details-panel-list[data-v-511978c3]{list-style-type:none;padding:0;margin-bottom:1.5rem}.v-details-panel-list h5[data-v-511978c3]{color:#e7e7e7;font-size:1.1rem;font-weight:500;line-height:1.2;padding:0 2rem;margin:0 0 1rem 0}.v-details-panel-list ul[data-v-511978c3]{list-style-type:none;padding:0;margin-bottom:1.5rem;margin-top:0}.v-details-panel-list ul li[data-v-511978c3]{border-bottom:1px solid #343742;transition:all .3s ease}.v-details-panel-list ul li[data-v-511978c3]:hover{background-color:#4362b1;border-color:#4362b1}.v-details-panel-list ul li:hover button[data-v-511978c3]{color:#e3e5e8}.v-details-panel-list ul li[data-v-511978c3]:first-of-type{border-top:1px solid #343742}.v-details-panel-list ul li.list-pair[data-v-511978c3]{width:100%;padding:.5rem 2rem;text-align:left;font-size:1rem}.v-details-panel-list ul li.list-pair[data-v-511978c3]:hover{background-color:transparent;border-color:#343742}.v-details-panel-list ul li.list-pair .list-pair__object[data-v-511978c3]{color:#4362b1;cursor:pointer}.v-details-panel-list ul li.list-pair .list-pair__object[data-v-511978c3]:active,.v-details-panel-list ul li.list-pair .list-pair__object[data-v-511978c3]:hover{color:#768ecb}",map:void 0,media:void 0})},{name:"v-details-panel-list-pairs",props:{title:String,items:{type:Array,default:()=>[]}},methods:{nameOf(e){let{codeObject:t}=e;return t.prettyName||t.name||t.toString()},selectItem(e){this.$store&&this.$store.commit("selectObject",e)}}},"data-v-511978c3",!1,void 0,!1,X,void 0,void 0),VDetailsPanelHeader:Ot},props:{object:{type:Object,required:!0}},computed:{title(){return`${this.object.from.name} to ${this.object.to.name}`},events(){let{from:e,to:t}=this.object;return e.allEvents.map(r=>r.children).flat().filter(r=>r.codeObject.ancestors().includes(t)).map(r=>({from:r.parent,to:r}))}}},"data-v-75385437",!1,void 0,!1,X,void 0,void 0),q4=U({render:function(){var e=this.$createElement,t=this._self._c||e;return t("button",{staticClass:"details-btn",attrs:{type:"button"}},[this.icon?t("i",{class:this.iconClass}):this._e(),this._v(" "),t("span",[this._t("default")],2)])},staticRenderFns:[]},function(e){e&&e("data-v-2e4a8121_0",{source:'@charset "UTF-8";.details-btn[data-v-2e4a8121]{display:flex;border:1px solid #808b98;border-radius:.5rem;padding:.25rem .6rem .25rem .5rem;letter-spacing:.5px;color:#808b98;background-color:transparent;font-size:.85rem;cursor:pointer;outline:0;text-align:left;align-items:center;transition:all .3s ease}.details-btn[data-v-2e4a8121]:hover{background-color:#808b98;border-color:#808b98;color:#010306}.details-btn:hover .icon--clear[data-v-2e4a8121]:before{color:#010306}.details-btn:hover .icon--back[data-v-2e4a8121]:before{color:#010306}.icon[data-v-2e4a8121]{margin-right:.5em}.icon--clear[data-v-2e4a8121]:before{content:"x";font-family:"IBM Plex Sans","Helvetica Neue",Helvetica,Arial,sans-serif;font-style:initial;color:#808b98}.icon--back[data-v-2e4a8121]:before{content:"\u25C4 ";font-family:"IBM Plex Sans","Helvetica Neue",Helvetica,Arial,sans-serif;font-style:initial;color:#808b98}',map:void 0,media:void 0})},{name:"v-details-button",props:{icon:{type:String,required:!1}},computed:{iconClass(){return"icon icon--"+this.icon}}},"data-v-2e4a8121",!1,void 0,!1,X,void 0,void 0);Uf.default.registerLanguage("sql",B4.default);var UZ=new Set(["sql","mariadb","mysql","postgresql","db2","plsql","n1ql","redshift","spark","tsql"]),j4=U({render:function(){var e=this.$createElement,t=this._self._c||e;return t("div",{staticClass:"sql-code"},[t("pre",{domProps:{innerHTML:this._s(this.formattedSQL)}},[this._v(this._s(this.formattedSQL))])])},staticRenderFns:[]},function(e){e&&e("data-v-e13150d6_0",{source:".sql-code[data-v-e13150d6]{color:#e90}.sql-code[data-v-e13150d6] .hljs-built_in,.sql-code[data-v-e13150d6] .hljs-keyword,.sql-code[data-v-e13150d6] .hljs-name,.sql-code[data-v-e13150d6] .hljs-selector-tag,.sql-code[data-v-e13150d6] .hljs-tag{color:#07a}.sql-code[data-v-e13150d6] .hljs-number{color:#905}.sql-code[data-v-e13150d6] .hljs-addition,.sql-code[data-v-e13150d6] .hljs-attribute,.sql-code[data-v-e13150d6] .hljs-section,.sql-code[data-v-e13150d6] .hljs-string,.sql-code[data-v-e13150d6] .hljs-template-tag,.sql-code[data-v-e13150d6] .hljs-template-variable,.sql-code[data-v-e13150d6] .hljs-title,.sql-code[data-v-e13150d6] .hljs-type{color:#690}.sql-code[data-v-e13150d6] .hljs-bullet,.sql-code[data-v-e13150d6] .hljs-link,.sql-code[data-v-e13150d6] .hljs-symbol{color:#999}",map:void 0,media:void 0})},{name:"v-sql-code",props:{sql:{type:String,required:!0},database:{type:String}},computed:{sqlDialect(){return this.database&&UZ.has(this.database)?this.database:"sql"},formattedSQL(){let e=this.sql;try{e=(0,k4.format)(this.sql,{language:this.sqlDialect})}catch{console.info(`Failed to format the following ${this.sqlDialect} query`),console.info(this.sql)}return Uf.default.highlight(e,{language:"sql",ignoreIllegals:!0}).value}}},"data-v-e13150d6",!1,void 0,!1,X,void 0,void 0);function O4(e){return{type:z.ANALYSIS_FINDING,id:e.finding.hash_v2||e.finding.hash,resolvedFinding:e,name:`${e.rule.title}: ${e.finding.message}`,shortName:e.rule.title}}var z4={functional:!0,render(e,t){let{_c:r,_v:n,data:i,children:a=[]}=t,{class:s,staticClass:o,style:l,staticStyle:u,attrs:d={},...h}=i;return r("svg",{class:[s,o],style:[l,u],attrs:Object.assign({width:"12",height:"12",xmlns:"http://www.w3.org/2000/svg"},d),...h},a.concat([r("path",{attrs:{d:"M11.836 10.376L9.499 8.039a.562.562 0 00-.398-.164h-.382A4.874 4.874 0 004.875 0 4.874 4.874 0 000 4.875a4.874 4.874 0 007.875 3.844V9.1c0 .15.059.293.164.398l2.337 2.337c.22.22.576.22.794 0l.664-.663c.22-.22.22-.577.002-.797zM4.875 7.875c-1.657 0-3-1.34-3-3 0-1.657 1.34-3 3-3 1.657 0 3 1.34 3 3 0 1.657-1.34 3-3 3z"}})]))}},V4=U({render:function(){var e=this,t=this,r=t.$createElement,n=t._self._c||r;return n("div",{staticClass:"details-panel"},[n("h3",{staticClass:"details-panel__title"},[n("AppMapLogo",{attrs:{width:"70"}})],1),t._v(" "),t.selectedObject||t.selectedLabel||!t.sourceLocationObject?t._e():n("div",{staticClass:"details-panel__source"},[n("v-source-code-link",{attrs:{object:t.sourceLocationObject}})],1),t._v(" "),n("div",{staticClass:"details-panel__content"},[n("div",{staticClass:"details-panel__notification"},[t._t("notification")],2),t._v(" "),n("div",{staticClass:"details-panel__buttons"},[t._t("buttons")],2),t._v(" "),n("keep-alive",[t.selectedObject||t.selectedLabel?t._e():n("v-details-search",{attrs:{appMap:t.appMap,findings:t.findings},on:{onChangeFilter:function(i){return e.$emit("onChangeFilter",i)}}})],1),t._v(" "),t.selectedObject?n(t.detailsType,{tag:"component",attrs:{object:t.selectedObject,"is-root-object":t.isRootObject,"filters-root-objects":t.filtersRootObjects}}):t._e(),t._v(" "),t.selectedObject&&t.selectedObject.labels?n("v-details-panel-labels",{attrs:{items:Array.from(t.selectedObject.labels)}}):t._e(),t._v(" "),t.selectedLabel?n("v-details-label",{attrs:{label:t.selectedLabel,appMap:t.appMap}}):t._e()],1)])},staticRenderFns:[]},function(e){e&&e("data-v-79da91c2_0",{source:'.details-panel[data-v-79da91c2]{display:block;font-family:"IBM Plex Sans","Helvetica Neue",Helvetica,Arial,sans-serif;min-width:280px;width:100%;height:100%;padding:1rem;color:#eaeaea;word-break:break-word;border-right:1px solid #424750;overflow:auto}.details-panel__title[data-v-79da91c2]{margin-bottom:1rem;font-size:0;display:flex;align-items:center}.details-panel__title svg[data-v-79da91c2]{max-width:20rem;width:100%}.details-panel__source[data-v-79da91c2]{margin-bottom:1rem}.details-panel__source-title[data-v-79da91c2]{margin:0 0 .25rem;font-size:.75rem;font-weight:400}.details-panel__header-buttons[data-v-79da91c2]{margin-left:auto;display:inline-flex;align-items:flex-start}.details-panel__subtitle[data-v-79da91c2]{margin-bottom:1rem;color:#e3e5e8}.details-panel__content[data-v-79da91c2]{padding:0}.details-panel__buttons[data-v-79da91c2]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:flex-start;gap:.5rem}.details-panel__buttons button[data-v-79da91c2]{margin-bottom:1rem}.details-panel__notification[data-v-79da91c2]:not(:empty){padding:0 0 1rem}',map:void 0,media:void 0})},{name:"v-details-panel",components:{AppMapLogo:P4,VDetailsLabel:NZ,VDetailsPanelAnalysisFinding:MZ,VDetailsPanelClass:PZ,VDetailsPanelDatabase:$Z,VDetailsPanelEdge:FZ,VDetailsPanelEvent:U({render:function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("div",{staticClass:"details-panel-event"},[r("v-details-panel-header",{attrs:{"object-type":"Event",object:e.object,title:e.title,"object-id":e.object.id.toString()},scopedSlots:e._u([{key:"links",fn:function(){return[e.shouldDisplayViewEvent?r("v-details-button",{nativeOn:{click:function(n){return e.viewEvent.apply(null,arguments)}}},[e._v(`
44
+ `)])])}),0)]):e._e()},staticRenderFns:[]},function(e){e&&e("data-v-511978c3_0",{source:".v-details-panel-list[data-v-511978c3]{list-style-type:none;padding:0;margin-bottom:1.5rem}.v-details-panel-list h5[data-v-511978c3]{color:#e7e7e7;font-size:1.1rem;font-weight:500;line-height:1.2;padding:0 2rem;margin:0 0 1rem 0}.v-details-panel-list ul[data-v-511978c3]{list-style-type:none;padding:0;margin-bottom:1.5rem;margin-top:0}.v-details-panel-list ul li[data-v-511978c3]{border-bottom:1px solid #343742;transition:all .3s ease}.v-details-panel-list ul li[data-v-511978c3]:hover{background-color:#4362b1;border-color:#4362b1}.v-details-panel-list ul li:hover button[data-v-511978c3]{color:#e3e5e8}.v-details-panel-list ul li[data-v-511978c3]:first-of-type{border-top:1px solid #343742}.v-details-panel-list ul li.list-pair[data-v-511978c3]{width:100%;padding:.5rem 2rem;text-align:left;font-size:1rem}.v-details-panel-list ul li.list-pair[data-v-511978c3]:hover{background-color:transparent;border-color:#343742}.v-details-panel-list ul li.list-pair .list-pair__object[data-v-511978c3]{color:#4362b1;cursor:pointer}.v-details-panel-list ul li.list-pair .list-pair__object[data-v-511978c3]:active,.v-details-panel-list ul li.list-pair .list-pair__object[data-v-511978c3]:hover{color:#768ecb}",map:void 0,media:void 0})},{name:"v-details-panel-list-pairs",props:{title:String,items:{type:Array,default:()=>[]}},methods:{nameOf(e){let{codeObject:t}=e;return t.prettyName||t.name||t.toString()},selectItem(e){this.$store&&this.$store.commit("selectObject",e)}}},"data-v-511978c3",!1,void 0,!1,X,void 0,void 0),VDetailsPanelHeader:Ot},props:{object:{type:Object,required:!0}},computed:{title(){return`${this.object.from.name} to ${this.object.to.name}`},events(){let{from:e,to:t}=this.object;return e.allEvents.map(r=>r.children).flat().filter(r=>r.codeObject.ancestors().includes(t)).map(r=>({from:r.parent,to:r}))}}},"data-v-75385437",!1,void 0,!1,X,void 0,void 0),qT=U({render:function(){var e=this.$createElement,t=this._self._c||e;return t("button",{staticClass:"details-btn",attrs:{type:"button"}},[this.icon?t("i",{class:this.iconClass}):this._e(),this._v(" "),t("span",[this._t("default")],2)])},staticRenderFns:[]},function(e){e&&e("data-v-2e4a8121_0",{source:'@charset "UTF-8";.details-btn[data-v-2e4a8121]{display:flex;border:1px solid #808b98;border-radius:.5rem;padding:.25rem .6rem .25rem .5rem;letter-spacing:.5px;color:#808b98;background-color:transparent;font-size:.85rem;cursor:pointer;outline:0;text-align:left;align-items:center;transition:all .3s ease}.details-btn[data-v-2e4a8121]:hover{background-color:#808b98;border-color:#808b98;color:#010306}.details-btn:hover .icon--clear[data-v-2e4a8121]:before{color:#010306}.details-btn:hover .icon--back[data-v-2e4a8121]:before{color:#010306}.icon[data-v-2e4a8121]{margin-right:.5em}.icon--clear[data-v-2e4a8121]:before{content:"x";font-family:"IBM Plex Sans","Helvetica Neue",Helvetica,Arial,sans-serif;font-style:initial;color:#808b98}.icon--back[data-v-2e4a8121]:before{content:"\u25C4 ";font-family:"IBM Plex Sans","Helvetica Neue",Helvetica,Arial,sans-serif;font-style:initial;color:#808b98}',map:void 0,media:void 0})},{name:"v-details-button",props:{icon:{type:String,required:!1}},computed:{iconClass(){return"icon icon--"+this.icon}}},"data-v-2e4a8121",!1,void 0,!1,X,void 0,void 0);Uf.default.registerLanguage("sql",BT.default);var UZ=new Set(["sql","mariadb","mysql","postgresql","db2","plsql","n1ql","redshift","spark","tsql"]),jT=U({render:function(){var e=this.$createElement,t=this._self._c||e;return t("div",{staticClass:"sql-code"},[t("pre",{domProps:{innerHTML:this._s(this.formattedSQL)}},[this._v(this._s(this.formattedSQL))])])},staticRenderFns:[]},function(e){e&&e("data-v-e13150d6_0",{source:".sql-code[data-v-e13150d6]{color:#e90}.sql-code[data-v-e13150d6] .hljs-built_in,.sql-code[data-v-e13150d6] .hljs-keyword,.sql-code[data-v-e13150d6] .hljs-name,.sql-code[data-v-e13150d6] .hljs-selector-tag,.sql-code[data-v-e13150d6] .hljs-tag{color:#07a}.sql-code[data-v-e13150d6] .hljs-number{color:#905}.sql-code[data-v-e13150d6] .hljs-addition,.sql-code[data-v-e13150d6] .hljs-attribute,.sql-code[data-v-e13150d6] .hljs-section,.sql-code[data-v-e13150d6] .hljs-string,.sql-code[data-v-e13150d6] .hljs-template-tag,.sql-code[data-v-e13150d6] .hljs-template-variable,.sql-code[data-v-e13150d6] .hljs-title,.sql-code[data-v-e13150d6] .hljs-type{color:#690}.sql-code[data-v-e13150d6] .hljs-bullet,.sql-code[data-v-e13150d6] .hljs-link,.sql-code[data-v-e13150d6] .hljs-symbol{color:#999}",map:void 0,media:void 0})},{name:"v-sql-code",props:{sql:{type:String,required:!0},database:{type:String}},computed:{sqlDialect(){return this.database&&UZ.has(this.database)?this.database:"sql"},formattedSQL(){let e=this.sql;try{e=(0,kT.format)(this.sql,{language:this.sqlDialect})}catch{console.info(`Failed to format the following ${this.sqlDialect} query`),console.info(this.sql)}return Uf.default.highlight(e,{language:"sql",ignoreIllegals:!0}).value}}},"data-v-e13150d6",!1,void 0,!1,X,void 0,void 0);function OT(e){return{type:z.ANALYSIS_FINDING,id:e.finding.hash_v2||e.finding.hash,resolvedFinding:e,name:`${e.rule.title}: ${e.finding.message}`,shortName:e.rule.title}}var zT={functional:!0,render(e,t){let{_c:r,_v:n,data:i,children:a=[]}=t,{class:s,staticClass:o,style:l,staticStyle:u,attrs:d={},...h}=i;return r("svg",{class:[s,o],style:[l,u],attrs:Object.assign({width:"12",height:"12",xmlns:"http://www.w3.org/2000/svg"},d),...h},a.concat([r("path",{attrs:{d:"M11.836 10.376L9.499 8.039a.562.562 0 00-.398-.164h-.382A4.874 4.874 0 004.875 0 4.874 4.874 0 000 4.875a4.874 4.874 0 007.875 3.844V9.1c0 .15.059.293.164.398l2.337 2.337c.22.22.576.22.794 0l.664-.663c.22-.22.22-.577.002-.797zM4.875 7.875c-1.657 0-3-1.34-3-3 0-1.657 1.34-3 3-3 1.657 0 3 1.34 3 3 0 1.657-1.34 3-3 3z"}})]))}},VT=U({render:function(){var e=this,t=this,r=t.$createElement,n=t._self._c||r;return n("div",{staticClass:"details-panel"},[n("h3",{staticClass:"details-panel__title"},[n("AppMapLogo",{attrs:{width:"70"}})],1),t._v(" "),t.selectedObject||t.selectedLabel||!t.sourceLocationObject?t._e():n("div",{staticClass:"details-panel__source"},[n("v-source-code-link",{attrs:{object:t.sourceLocationObject}})],1),t._v(" "),n("div",{staticClass:"details-panel__content"},[n("div",{staticClass:"details-panel__notification"},[t._t("notification")],2),t._v(" "),n("div",{staticClass:"details-panel__buttons"},[t._t("buttons")],2),t._v(" "),n("keep-alive",[t.selectedObject||t.selectedLabel?t._e():n("v-details-search",{attrs:{appMap:t.appMap,findings:t.findings},on:{onChangeFilter:function(i){return e.$emit("onChangeFilter",i)}}})],1),t._v(" "),t.selectedObject?n(t.detailsType,{tag:"component",attrs:{object:t.selectedObject,"is-root-object":t.isRootObject,"filters-root-objects":t.filtersRootObjects}}):t._e(),t._v(" "),t.selectedObject&&t.selectedObject.labels?n("v-details-panel-labels",{attrs:{items:Array.from(t.selectedObject.labels)}}):t._e(),t._v(" "),t.selectedLabel?n("v-details-label",{attrs:{label:t.selectedLabel,appMap:t.appMap}}):t._e()],1)])},staticRenderFns:[]},function(e){e&&e("data-v-79da91c2_0",{source:'.details-panel[data-v-79da91c2]{display:block;font-family:"IBM Plex Sans","Helvetica Neue",Helvetica,Arial,sans-serif;min-width:280px;width:100%;height:100%;padding:1rem;color:#eaeaea;word-break:break-word;border-right:1px solid #424750;overflow:auto}.details-panel__title[data-v-79da91c2]{margin-bottom:1rem;font-size:0;display:flex;align-items:center}.details-panel__title svg[data-v-79da91c2]{max-width:20rem;width:100%}.details-panel__source[data-v-79da91c2]{margin-bottom:1rem}.details-panel__source-title[data-v-79da91c2]{margin:0 0 .25rem;font-size:.75rem;font-weight:400}.details-panel__header-buttons[data-v-79da91c2]{margin-left:auto;display:inline-flex;align-items:flex-start}.details-panel__subtitle[data-v-79da91c2]{margin-bottom:1rem;color:#e3e5e8}.details-panel__content[data-v-79da91c2]{padding:0}.details-panel__buttons[data-v-79da91c2]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:flex-start;gap:.5rem}.details-panel__buttons button[data-v-79da91c2]{margin-bottom:1rem}.details-panel__notification[data-v-79da91c2]:not(:empty){padding:0 0 1rem}',map:void 0,media:void 0})},{name:"v-details-panel",components:{AppMapLogo:PT,VDetailsLabel:NZ,VDetailsPanelAnalysisFinding:MZ,VDetailsPanelClass:PZ,VDetailsPanelDatabase:$Z,VDetailsPanelEdge:FZ,VDetailsPanelEvent:U({render:function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("div",{staticClass:"details-panel-event"},[r("v-details-panel-header",{attrs:{"object-type":"Event",object:e.object,title:e.title,"object-id":e.object.id.toString()},scopedSlots:e._u([{key:"links",fn:function(){return[e.shouldDisplayViewEvent?r("v-details-button",{nativeOn:{click:function(n){return e.viewEvent.apply(null,arguments)}}},[e._v(`
45
45
  Show in Trace
46
- `)]):e._e()]},proxy:!0}])}),e._v(" "),e.hasSql?r("v-sql-code",{attrs:{sql:e.object.sql.sql,database:e.object.sql.database_type}}):e._e(),e._v(" "),e.hasFindings?r("v-details-panel-list",{staticClass:"findings",attrs:{title:"Associated findings",items:e.findings}}):e._e(),e._v(" "),e.hasParameters?r("div",{staticClass:"event-params"},[r("h5",[e._v("Parameters")]),e._v(" "),r("ul",{staticClass:"table-01"},e._l(e.object.parameters,function(n,i){return r("li",{key:i},[r("strong",[e._v(e._s(n.name))]),e._v(" "),r("code",[e._v(e._s(n.value))])])}),0)]):e._e(),e._v(" "),e.hasMessage?r("div",{staticClass:"event-params"},[r("h5",[e._v("Parameters")]),e._v(" "),r("ul",{staticClass:"table-01"},e._l(e.object.message,function(n,i){return r("li",{key:i},[r("i",[e._v(e._s(n.class))]),e._v(" "),r("strong",[e._v(e._s(n.name))]),e._v(" "),r("code",[e._v(e._s(n.value))])])}),0)]):e._e(),e._v(" "),e.requestHeaders.length?r("div",{staticClass:"event-params"},[r("h5",[e._v("Request headers")]),e._v(" "),r("ul",{staticClass:"table-01"},e._l(e.requestHeaders,function(n){return r("li",{key:n.name},[r("i",[e._v(e._s(n.class))]),e._v(" "),r("strong",[e._v(e._s(n.name))]),e._v(" "),r("code",[e._v(e._s(n.value))])])}),0)]):e._e(),e._v(" "),Object.keys(e.httpServerResponse).length?r("div",{staticClass:"event-params"},[r("h5",[e._v("HTTP response details")]),e._v(" "),r("ul",{staticClass:"table-01"},e._l(e.httpServerResponse,function(n,i){return r("li",{key:i},[r("strong",[e._v(e._s(i))]),e._v(" "),r("code",[e._v(e._s(n))])])}),0)]):e._e(),e._v(" "),e.responseHeaders.length?r("div",{staticClass:"event-params"},[r("h5",[e._v("Response headers")]),e._v(" "),r("ul",{staticClass:"table-01"},e._l(e.responseHeaders,function(n){return r("li",{key:n.name},[r("strong",[e._v(e._s(n.name))]),e._v(" "),r("code",[e._v(e._s(n.value))])])}),0)]):e._e(),e._v(" "),e.object.exceptions.length?r("div",{staticClass:"event-params"},[r("h5",[e._v("Exceptions")]),e._v(" "),r("ul",{staticClass:"table-01"},e._l(e.object.exceptions,function(n){return r("li",{key:n.object_id},[r("strong",[e._v(e._s(n.class))]),e._v(" "),r("code",[e._v(e._s(n.message))])])}),0)]):e._e(),e._v(" "),e.hasReturnValue?r("div",{staticClass:"event-params"},[r("h5",[e._v("Return value")]),e._v(" "),r("ul",{staticClass:"table-01"},[r("li",[r("i",[e._v(e._s(e.object.returnValue.class))]),e._v(" "),r("code",[e._v(e._s(e.object.returnValue.value))])])])]):e._e(),e._v(" "),r("v-details-panel-list",{attrs:{title:"Caller",items:e.caller}}),e._v(" "),r("v-details-panel-list",{attrs:{title:"Children",items:e.object.children}})],1)},staticRenderFns:[]},function(e){e&&(e("data-v-143a17e5_0",{source:".details-panel-event h3[data-v-143a17e5]{padding:0}.details-panel-event .event-params[data-v-143a17e5]{padding:0}.details-panel-event .event-params h5[data-v-143a17e5]{color:#808b98;font-size:.9rem;line-height:1.2;margin:0 0 .25rem 0;padding:0;text-transform:uppercase}.details-panel-event .event-params .table-01[data-v-143a17e5]{font-size:14px;font-family:sans-serif;font-weight:500}.details-panel-event .event-params .table-01 li[data-v-143a17e5]{padding:.5rem}.details-panel-event ul[data-v-143a17e5]{list-style-type:none;padding:0;margin:0 0 1.5rem 0;width:100%}.details-panel-event ul li[data-v-143a17e5]{width:100%;border-bottom:1px solid #343742;padding:.5rem;transition:all .3s ease;display:flex;flex-direction:column;justify-content:space-between;gap:.4rem}.details-panel-event ul li a[data-v-143a17e5]{margin:0;width:100%}",map:void 0,media:void 0}),e("data-v-143a17e5_1",{source:".details-panel-event[data-v-143a17e5] .sql-code{margin-bottom:8px;padding:0}",map:void 0,media:void 0}))},{name:"v-details-panel-event",components:{VDetailsButton:q4,VDetailsPanelList:Nt,VDetailsPanelHeader:Ot,VSqlCode:j4},props:{object:{type:Object,required:!0}},computed:{title(){return this.object.sqlQuery?ku(this.object):this.object.toString()},hasParameters(){return this.object.parameters&&this.object.parameters.length},hasMessage(){return this.object.message&&this.object.message.length},hasFindings(){return Array.isArray(this.object.findings)&&this.object.findings.length},requestHeaders(){let{httpClientRequest:e}=this.object;return e?Object.entries(e.headers||{}).map(([t,r])=>({name:t,value:r})):[]},responseHeaders(){let{httpClientResponse:e}=this.object;return e?Object.entries(e.headers||{}).map(([t,r])=>({name:t,value:r})):[]},httpServerResponse(){let e={...this.object.httpServerResponse||this.object.httpClientResponse||{}};return e.headers&&delete e.headers,e},hasSql(){return Boolean(this.object.sql)},hasReturnValue(){return Boolean(this.object.returnValue)},shouldDisplayViewEvent(){return this.$store.state.currentView!=="viewFlow"},caller(){return this.object.parent?[this.object.parent]:null},findings(){return(this.object.findings||[]).map(O4)}},methods:{viewEvent(){this.$store.commit("setView","viewFlow")}}},"data-v-143a17e5",!1,void 0,!1,X,void 0,void 0),VDetailsPanelFunction:U({render:function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("div",[r("v-details-panel-header",{attrs:{"object-type":"Function",object:e.object,title:e.object.name}}),e._v(" "),r("v-details-panel-filters",{attrs:{object:e.object,"is-root-object":e.isRootObject}}),e._v(" "),r("v-details-panel-list",{attrs:{title:"Events",items:e.object.events,"event-quickview":!0}}),e._v(" "),r("v-details-panel-list",{attrs:{title:"Inbound Calls",items:e.object.inboundConnections}}),e._v(" "),r("v-details-panel-list",{attrs:{title:"Outbound Calls",items:e.outboundCalls}}),e._v(" "),r("v-details-panel-list",{attrs:{title:"Queries",items:e.queryEvents}})],1)},staticRenderFns:[]},void 0,{name:"v-details-panel-function",components:{VDetailsPanelList:Nt,VDetailsPanelFilters:mn,VDetailsPanelHeader:Ot},props:{object:{type:Object,required:!0},isRootObject:{type:Boolean,required:!1,default:!1}},computed:{events(){return this.$store.state.appMap.events.filter(e=>e.isCall()&&e.codeObject&&e.codeObject.id===this.object.id)},eventObjects(){return this.events.map(e=>({kind:"event",text:e.codeObject.id,object:e}))},outboundCalls(){return this.object.outboundConnections.filter(e=>e.type!==z.QUERY)},queryEvents(){return this.object.sqlQueries.map(e=>e.events).flat()}}},"data-v-27b4005c",!1,void 0,!1,void 0,void 0,void 0),VDetailsPanelHttp:U({render:function(){var e=this.$createElement,t=this._self._c||e;return t("div",[t("v-details-panel-header",{attrs:{objectType:this.object.data.name,object:this.object}}),this._v(" "),t("v-details-panel-filters",{attrs:{object:this.object,"is-root-object":this.isRootObject}}),this._v(" "),t("v-details-panel-list",{attrs:{title:"Routes",items:this.object.children}})],1)},staticRenderFns:[]},void 0,{name:"v-details-panel-http",components:{VDetailsPanelList:Nt,VDetailsPanelFilters:mn,VDetailsPanelHeader:Ot},props:{object:{type:Object,required:!0},isRootObject:{type:Boolean,required:!1,default:!1}}},"data-v-d97f0360",!1,void 0,!1,void 0,void 0,void 0),VDetailsPanelPackage:U({render:function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("div",[r("v-details-panel-header",{attrs:{"object-type":"Package",object:e.object,title:e.object.name}}),e._v(" "),r("v-details-panel-filters",{attrs:{object:e.object,"is-root-object":e.isRootObject}}),e._v(" "),r("v-details-panel-list",{attrs:{title:"Classes",items:e.object.classes,nameKey:"name"}}),e._v(" "),r("v-details-panel-list",{attrs:{title:"Inbound connections",items:e.object.inboundConnections}}),e._v(" "),r("v-details-panel-list",{attrs:{title:"Outbound connections",items:e.object.outboundConnections}})],1)},staticRenderFns:[]},void 0,{name:"v-details-panel-package",props:{object:{type:Object,required:!0},isRootObject:{type:Boolean,required:!1,default:!1}},components:{VDetailsPanelList:Nt,VDetailsPanelFilters:mn,VDetailsPanelHeader:Ot}},"data-v-10bc202e",!1,void 0,!1,void 0,void 0,void 0),VDetailsPanelQuery:U({render:function(){var e=this.$createElement,t=this._self._c||e;return t("div",[t("v-details-panel-header",{attrs:{"object-type":"SQL query",title:this.title}}),this._v(" "),t("v-details-panel-list",{attrs:{title:"Events",items:this.object.events,"event-quickview":!0}})],1)},staticRenderFns:[]},void 0,{name:"v-details-panel-query",components:{VDetailsPanelList:Nt,VDetailsPanelHeader:Ot},props:{object:{type:Object,required:!0}},computed:{title(){return Ss(this.object.name)},events(){return this.$store.state.appMap.events.filter(e=>e.isCall()&&e.codeObject&&e.codeObject.id===this.object.id)}},created(){this.object.events.length===1&&(this.$store.commit("popObjectStack"),this.$store.commit("selectObject",this.object.events[0]))}},"data-v-701cbddd",!1,void 0,!1,void 0,void 0,void 0),VDetailsPanelRoute:U({render:function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("div",[r("v-details-panel-header",{attrs:{"object-type":"Route",object:e.object,title:e.object.name}}),e._v(" "),r("v-details-panel-filters",{attrs:{object:e.object,"is-root-object":e.isRootObject}}),e._v(" "),r("v-details-panel-list",{attrs:{title:"Events",items:e.object.events,"event-quickview":!0}}),e._v(" "),r("v-details-panel-list",{attrs:{title:"Outbound connections",items:e.outboundConnections}}),e._v(" "),r("v-details-panel-list",{attrs:{title:"Queries",items:e.queryEvents}})],1)},staticRenderFns:[]},void 0,{name:"v-details-panel-route",components:{VDetailsPanelList:Nt,VDetailsPanelFilters:mn,VDetailsPanelHeader:Ot},props:{object:{type:Object,required:!0},isRootObject:{type:Boolean,required:!1,default:!1}},computed:{outboundConnections(){return this.object.outboundConnections.filter(e=>e.type!==z.QUERY)},queryEvents(){return this.object.sqlQueries.map(e=>e.events).flat()}}},"data-v-c10b2a4a",!1,void 0,!1,void 0,void 0,void 0),VDetailsPanelExternalService:U({render:function(){var e=this.$createElement,t=this._self._c||e;return t("div",[t("v-details-panel-header",{attrs:{"object-type":"External service",object:this.object,title:this.object.name}}),this._v(" "),t("v-details-panel-filters",{attrs:{object:this.object,"is-root-object":this.isRootObject}}),this._v(" "),t("v-details-panel-list",{attrs:{title:"Events",items:this.object.events,"event-quickview":!0}})],1)},staticRenderFns:[]},void 0,{name:"v-details-panel-route",components:{VDetailsPanelList:Nt,VDetailsPanelFilters:mn,VDetailsPanelHeader:Ot},props:{object:{type:Object,required:!0},isRootObject:{type:Boolean,required:!1,default:!1}},computed:{}},"data-v-30ebddab",!1,void 0,!1,void 0,void 0,void 0),VDetailsPanelLabels:U({render:function(){var e=this,t=e.$createElement,r=e._self._c||t;return e.items&&e.items.length>0?r("div",{staticClass:"v-details-panel-labels"},[r("h5",[e._v("Labels")]),e._v(" "),r("ul",{staticClass:"labels"},e._l(e.items,function(n,i){return r("li",{key:i,staticClass:"labels__item",on:{click:function(a){return a.stopPropagation(),e.selectLabel(n)}}},[e._v(`
46
+ `)]):e._e()]},proxy:!0}])}),e._v(" "),e.hasSql?r("v-sql-code",{attrs:{sql:e.object.sql.sql,database:e.object.sql.database_type}}):e._e(),e._v(" "),e.hasFindings?r("v-details-panel-list",{staticClass:"findings",attrs:{title:"Associated findings",items:e.findings}}):e._e(),e._v(" "),e.hasParameters?r("div",{staticClass:"event-params"},[r("h5",[e._v("Parameters")]),e._v(" "),r("ul",{staticClass:"table-01"},e._l(e.object.parameters,function(n,i){return r("li",{key:i},[r("strong",[e._v(e._s(n.name))]),e._v(" "),r("code",[e._v(e._s(n.value))])])}),0)]):e._e(),e._v(" "),e.hasMessage?r("div",{staticClass:"event-params"},[r("h5",[e._v("Parameters")]),e._v(" "),r("ul",{staticClass:"table-01"},e._l(e.object.message,function(n,i){return r("li",{key:i},[r("i",[e._v(e._s(n.class))]),e._v(" "),r("strong",[e._v(e._s(n.name))]),e._v(" "),r("code",[e._v(e._s(n.value))])])}),0)]):e._e(),e._v(" "),e.requestHeaders.length?r("div",{staticClass:"event-params"},[r("h5",[e._v("Request headers")]),e._v(" "),r("ul",{staticClass:"table-01"},e._l(e.requestHeaders,function(n){return r("li",{key:n.name},[r("i",[e._v(e._s(n.class))]),e._v(" "),r("strong",[e._v(e._s(n.name))]),e._v(" "),r("code",[e._v(e._s(n.value))])])}),0)]):e._e(),e._v(" "),Object.keys(e.httpServerResponse).length?r("div",{staticClass:"event-params"},[r("h5",[e._v("HTTP response details")]),e._v(" "),r("ul",{staticClass:"table-01"},e._l(e.httpServerResponse,function(n,i){return r("li",{key:i},[r("strong",[e._v(e._s(i))]),e._v(" "),r("code",[e._v(e._s(n))])])}),0)]):e._e(),e._v(" "),e.responseHeaders.length?r("div",{staticClass:"event-params"},[r("h5",[e._v("Response headers")]),e._v(" "),r("ul",{staticClass:"table-01"},e._l(e.responseHeaders,function(n){return r("li",{key:n.name},[r("strong",[e._v(e._s(n.name))]),e._v(" "),r("code",[e._v(e._s(n.value))])])}),0)]):e._e(),e._v(" "),e.object.exceptions.length?r("div",{staticClass:"event-params"},[r("h5",[e._v("Exceptions")]),e._v(" "),r("ul",{staticClass:"table-01"},e._l(e.object.exceptions,function(n){return r("li",{key:n.object_id},[r("strong",[e._v(e._s(n.class))]),e._v(" "),r("code",[e._v(e._s(n.message))])])}),0)]):e._e(),e._v(" "),e.hasReturnValue?r("div",{staticClass:"event-params"},[r("h5",[e._v("Return value")]),e._v(" "),r("ul",{staticClass:"table-01"},[r("li",[r("i",[e._v(e._s(e.object.returnValue.class))]),e._v(" "),r("code",[e._v(e._s(e.object.returnValue.value))])])])]):e._e(),e._v(" "),r("v-details-panel-list",{attrs:{title:"Caller",items:e.caller}}),e._v(" "),r("v-details-panel-list",{attrs:{title:"Children",items:e.object.children}})],1)},staticRenderFns:[]},function(e){e&&(e("data-v-143a17e5_0",{source:".details-panel-event h3[data-v-143a17e5]{padding:0}.details-panel-event .event-params[data-v-143a17e5]{padding:0}.details-panel-event .event-params h5[data-v-143a17e5]{color:#808b98;font-size:.9rem;line-height:1.2;margin:0 0 .25rem 0;padding:0;text-transform:uppercase}.details-panel-event .event-params .table-01[data-v-143a17e5]{font-size:14px;font-family:sans-serif;font-weight:500}.details-panel-event .event-params .table-01 li[data-v-143a17e5]{padding:.5rem}.details-panel-event ul[data-v-143a17e5]{list-style-type:none;padding:0;margin:0 0 1.5rem 0;width:100%}.details-panel-event ul li[data-v-143a17e5]{width:100%;border-bottom:1px solid #343742;padding:.5rem;transition:all .3s ease;display:flex;flex-direction:column;justify-content:space-between;gap:.4rem}.details-panel-event ul li a[data-v-143a17e5]{margin:0;width:100%}",map:void 0,media:void 0}),e("data-v-143a17e5_1",{source:".details-panel-event[data-v-143a17e5] .sql-code{margin-bottom:8px;padding:0}",map:void 0,media:void 0}))},{name:"v-details-panel-event",components:{VDetailsButton:qT,VDetailsPanelList:Nt,VDetailsPanelHeader:Ot,VSqlCode:jT},props:{object:{type:Object,required:!0}},computed:{title(){return this.object.sqlQuery?ku(this.object):this.object.toString()},hasParameters(){return this.object.parameters&&this.object.parameters.length},hasMessage(){return this.object.message&&this.object.message.length},hasFindings(){return Array.isArray(this.object.findings)&&this.object.findings.length},requestHeaders(){let{httpClientRequest:e}=this.object;return e?Object.entries(e.headers||{}).map(([t,r])=>({name:t,value:r})):[]},responseHeaders(){let{httpClientResponse:e}=this.object;return e?Object.entries(e.headers||{}).map(([t,r])=>({name:t,value:r})):[]},httpServerResponse(){let e={...this.object.httpServerResponse||this.object.httpClientResponse||{}};return e.headers&&delete e.headers,e},hasSql(){return Boolean(this.object.sql)},hasReturnValue(){return Boolean(this.object.returnValue)},shouldDisplayViewEvent(){return this.$store.state.currentView!=="viewFlow"},caller(){return this.object.parent?[this.object.parent]:null},findings(){return(this.object.findings||[]).map(OT)}},methods:{viewEvent(){this.$store.commit("setView","viewFlow")}}},"data-v-143a17e5",!1,void 0,!1,X,void 0,void 0),VDetailsPanelFunction:U({render:function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("div",[r("v-details-panel-header",{attrs:{"object-type":"Function",object:e.object,title:e.object.name}}),e._v(" "),r("v-details-panel-filters",{attrs:{object:e.object,"is-root-object":e.isRootObject}}),e._v(" "),r("v-details-panel-list",{attrs:{title:"Events",items:e.object.events,"event-quickview":!0}}),e._v(" "),r("v-details-panel-list",{attrs:{title:"Inbound Calls",items:e.object.inboundConnections}}),e._v(" "),r("v-details-panel-list",{attrs:{title:"Outbound Calls",items:e.outboundCalls}}),e._v(" "),r("v-details-panel-list",{attrs:{title:"Queries",items:e.queryEvents}})],1)},staticRenderFns:[]},void 0,{name:"v-details-panel-function",components:{VDetailsPanelList:Nt,VDetailsPanelFilters:mn,VDetailsPanelHeader:Ot},props:{object:{type:Object,required:!0},isRootObject:{type:Boolean,required:!1,default:!1}},computed:{events(){return this.$store.state.appMap.events.filter(e=>e.isCall()&&e.codeObject&&e.codeObject.id===this.object.id)},eventObjects(){return this.events.map(e=>({kind:"event",text:e.codeObject.id,object:e}))},outboundCalls(){return this.object.outboundConnections.filter(e=>e.type!==z.QUERY)},queryEvents(){return this.object.sqlQueries.map(e=>e.events).flat()}}},"data-v-27b4005c",!1,void 0,!1,void 0,void 0,void 0),VDetailsPanelHttp:U({render:function(){var e=this.$createElement,t=this._self._c||e;return t("div",[t("v-details-panel-header",{attrs:{objectType:this.object.data.name,object:this.object}}),this._v(" "),t("v-details-panel-filters",{attrs:{object:this.object,"is-root-object":this.isRootObject}}),this._v(" "),t("v-details-panel-list",{attrs:{title:"Routes",items:this.object.children}})],1)},staticRenderFns:[]},void 0,{name:"v-details-panel-http",components:{VDetailsPanelList:Nt,VDetailsPanelFilters:mn,VDetailsPanelHeader:Ot},props:{object:{type:Object,required:!0},isRootObject:{type:Boolean,required:!1,default:!1}}},"data-v-d97f0360",!1,void 0,!1,void 0,void 0,void 0),VDetailsPanelPackage:U({render:function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("div",[r("v-details-panel-header",{attrs:{"object-type":"Package",object:e.object,title:e.object.name}}),e._v(" "),r("v-details-panel-filters",{attrs:{object:e.object,"is-root-object":e.isRootObject}}),e._v(" "),r("v-details-panel-list",{attrs:{title:"Classes",items:e.object.classes,nameKey:"name"}}),e._v(" "),r("v-details-panel-list",{attrs:{title:"Inbound connections",items:e.object.inboundConnections}}),e._v(" "),r("v-details-panel-list",{attrs:{title:"Outbound connections",items:e.object.outboundConnections}})],1)},staticRenderFns:[]},void 0,{name:"v-details-panel-package",props:{object:{type:Object,required:!0},isRootObject:{type:Boolean,required:!1,default:!1}},components:{VDetailsPanelList:Nt,VDetailsPanelFilters:mn,VDetailsPanelHeader:Ot}},"data-v-10bc202e",!1,void 0,!1,void 0,void 0,void 0),VDetailsPanelQuery:U({render:function(){var e=this.$createElement,t=this._self._c||e;return t("div",[t("v-details-panel-header",{attrs:{"object-type":"SQL query",title:this.title}}),this._v(" "),t("v-details-panel-list",{attrs:{title:"Events",items:this.object.events,"event-quickview":!0}})],1)},staticRenderFns:[]},void 0,{name:"v-details-panel-query",components:{VDetailsPanelList:Nt,VDetailsPanelHeader:Ot},props:{object:{type:Object,required:!0}},computed:{title(){return Ss(this.object.name)},events(){return this.$store.state.appMap.events.filter(e=>e.isCall()&&e.codeObject&&e.codeObject.id===this.object.id)}},created(){this.object.events.length===1&&(this.$store.commit("popObjectStack"),this.$store.commit("selectObject",this.object.events[0]))}},"data-v-701cbddd",!1,void 0,!1,void 0,void 0,void 0),VDetailsPanelRoute:U({render:function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("div",[r("v-details-panel-header",{attrs:{"object-type":"Route",object:e.object,title:e.object.name}}),e._v(" "),r("v-details-panel-filters",{attrs:{object:e.object,"is-root-object":e.isRootObject}}),e._v(" "),r("v-details-panel-list",{attrs:{title:"Events",items:e.object.events,"event-quickview":!0}}),e._v(" "),r("v-details-panel-list",{attrs:{title:"Outbound connections",items:e.outboundConnections}}),e._v(" "),r("v-details-panel-list",{attrs:{title:"Queries",items:e.queryEvents}})],1)},staticRenderFns:[]},void 0,{name:"v-details-panel-route",components:{VDetailsPanelList:Nt,VDetailsPanelFilters:mn,VDetailsPanelHeader:Ot},props:{object:{type:Object,required:!0},isRootObject:{type:Boolean,required:!1,default:!1}},computed:{outboundConnections(){return this.object.outboundConnections.filter(e=>e.type!==z.QUERY)},queryEvents(){return this.object.sqlQueries.map(e=>e.events).flat()}}},"data-v-c10b2a4a",!1,void 0,!1,void 0,void 0,void 0),VDetailsPanelExternalService:U({render:function(){var e=this.$createElement,t=this._self._c||e;return t("div",[t("v-details-panel-header",{attrs:{"object-type":"External service",object:this.object,title:this.object.name}}),this._v(" "),t("v-details-panel-filters",{attrs:{object:this.object,"is-root-object":this.isRootObject}}),this._v(" "),t("v-details-panel-list",{attrs:{title:"Events",items:this.object.events,"event-quickview":!0}})],1)},staticRenderFns:[]},void 0,{name:"v-details-panel-route",components:{VDetailsPanelList:Nt,VDetailsPanelFilters:mn,VDetailsPanelHeader:Ot},props:{object:{type:Object,required:!0},isRootObject:{type:Boolean,required:!1,default:!1}},computed:{}},"data-v-30ebddab",!1,void 0,!1,void 0,void 0,void 0),VDetailsPanelLabels:U({render:function(){var e=this,t=e.$createElement,r=e._self._c||t;return e.items&&e.items.length>0?r("div",{staticClass:"v-details-panel-labels"},[r("h5",[e._v("Labels")]),e._v(" "),r("ul",{staticClass:"labels"},e._l(e.items,function(n,i){return r("li",{key:i,staticClass:"labels__item",on:{click:function(a){return a.stopPropagation(),e.selectLabel(n)}}},[e._v(`
47
47
  `+e._s(n)+`
48
48
  `)])}),0)]):e._e()},staticRenderFns:[]},function(e){e&&e("data-v-0957c832_0",{source:".v-details-panel-labels[data-v-0957c832]{list-style-type:none;padding:0;margin-bottom:1.5rem}.v-details-panel-labels h5[data-v-0957c832]{color:#808b98;font-size:.9rem;font-weight:800;line-height:1.2;padding:0;margin:0 0 1rem 0;text-transform:uppercase}.v-details-panel-labels .labels[data-v-0957c832]{list-style-type:none;padding:0 .5rem;margin:0 0 1rem;font-size:.9em;display:flex;flex-wrap:wrap;align-items:flex-start}.v-details-panel-labels .labels__item[data-v-0957c832]{margin:0 .25rem .25rem 0;border-radius:.25rem;padding:.25rem;color:#e7e7e7;border:1px solid #424750;cursor:pointer;transition:.25s ease-out all}.v-details-panel-labels .labels__item[data-v-0957c832]:active,.v-details-panel-labels .labels__item[data-v-0957c832]:hover{background:#e7e7e7;color:#424750;border-color:#e7e7e7}",map:void 0,media:void 0})},{name:"v-details-panel-labels",props:{items:{type:Array,default:()=>[]}},methods:{selectLabel(e){this.$store.commit("selectLabel",e)}}},"data-v-0957c832",!1,void 0,!1,X,void 0,void 0),VDetailsSearch:U({render:function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("div",{staticClass:"details-search"},[r("form",{staticClass:"details-search__form",on:{submit:function(n){n.preventDefault()}}},[r("div",{staticClass:"details-search__input-wrap"},[r("span",{staticClass:"details-search__input-prefix"},[r("SearchIcon")],1),e._v(" "),r("input",{directives:[{name:"model",rawName:"v-model",value:e.filter,expression:"filter"}],ref:"searchInput",staticClass:"details-search__input-element",attrs:{type:"text",autocomplete:"off",placeholder:"search code objects..."},domProps:{value:e.filter},on:{focus:e.searchFocused,input:function(n){n.target.composing||(e.filter=n.target.value)}}})])]),e._v(" "),e._l(Object.keys(e.listItems),function(n){return r("section",{key:n,class:"details-search__block details-search__block--"+n},[r("h2",{staticClass:"details-search__block-title"},[e._v(`
49
49
  `+e._s(e.listItems[n].title)+`
@@ -51,19 +51,19 @@ https://github.com/highlightjs/highlight.js/issues/2277`),he=m,Z=S);let f={code:
51
51
  `+e._s(n!=="query"&&i.object.prettyName?i.object.prettyName:i.object.name||i.object)+`
52
52
  `),i.childrenCount>1?r("span",{staticClass:"details-search__block-item-count"},[e._v(`
53
53
  `+e._s(i.childrenCount)+`
54
- `)]):e._e()])}),0)])})],2)},staticRenderFns:[]},function(e){e&&e("data-v-9beab8e8_0",{source:".details-search[data-v-9beab8e8]{margin-bottom:2rem;padding:0}.details-search__form[data-v-9beab8e8]{margin-bottom:24px;padding:0}.details-search__input-wrap[data-v-9beab8e8]{position:relative;border-radius:.5rem;border:1px solid #808b98;display:flex;align-content:center;gap:1rem;padding:.3rem}.details-search--empty .details-search__input-wrap[data-v-9beab8e8]{border-radius:#343742;pointer-events:none}.details-search__input-prefix[data-v-9beab8e8]{color:#ccc;display:flex;align-items:center}.details-search__input-prefix svg[data-v-9beab8e8]{position:relative;left:3px;fill:#716e85}.details-search__input-element[data-v-9beab8e8]{border:none;width:100%;font:inherit;font-size:.9rem;color:#e7e7e7;background:0 0;outline:0}.details-search__input-element[data-v-9beab8e8]::-moz-placeholder,.details-search__input-element[data-v-9beab8e8]::-webkit-placeholder,.details-search__input-element[data-v-9beab8e8]::placeholder{color:#808b98}.details-search__block[data-v-9beab8e8]{padding:0 .5rem;margin-bottom:16px;border-bottom:1px solid #242c41}.details-search__block[data-v-9beab8e8]:last-of-type{border-bottom:0}.details-search__block-title[data-v-9beab8e8]{margin:0 0 .25rem;border-radius:4px;display:inline-block;padding:.25rem 0;color:#fff;font-size:.9rem;font-weight:700;text-transform:uppercase}.details-search__block--http .details-search__block-title[data-v-9beab8e8]{color:#8e45aa}.details-search__block--external-service .details-search__block-title[data-v-9beab8e8]{color:#ebdf90}.details-search__block--labels .details-search__block-title[data-v-9beab8e8]{color:#7f7f7f}.details-search__block--package .details-search__block-title[data-v-9beab8e8]{color:#6fddd6}.details-search__block--class .details-search__block-title[data-v-9beab8e8],.details-search__block--function .details-search__block-title[data-v-9beab8e8]{color:#4362b1}.details-search__block--query .details-search__block-title[data-v-9beab8e8]{color:#9c2fba}.details-search__block--empty .details-search__block-title[data-v-9beab8e8]{color:#343742}.details-search__block--analysis-finding .details-search__block-title[data-v-9beab8e8]{color:#ff07aa}.details-search__block-list[data-v-9beab8e8]{margin:0;padding:.5rem;list-style:none}.details-search__block-list li[data-v-9beab8e8]:last-of-type{border-bottom:0}.details-search__block--labels .details-search__block-list[data-v-9beab8e8]{margin:0 -.25rem -.25rem}.details-search__block-list.analysis[data-v-9beab8e8]{padding:0 0 1rem 0}.details-search__block-list.analysis li[data-v-9beab8e8]{border-bottom:0;padding:.2rem 0;min-height:unset;justify-content:flex-start;gap:.5rem}.details-search__block-list.analysis li span[data-v-9beab8e8]{color:#808b98}.details-search__block-list.analysis li svg[data-v-9beab8e8]{margin-right:.25rem}.details-search__block-item[data-v-9beab8e8]{position:relative;border-bottom:1px solid #242c41;display:flex;justify-content:space-between;align-items:center;padding:.25rem 0;min-height:2rem;font-size:.9em;color:#e7e7e7;cursor:pointer;overflow:hidden;z-index:0}.details-search__block-item[data-v-9beab8e8]:active,.details-search__block-item[data-v-9beab8e8]:hover{color:#4362b1}.details-search__block-item-count[data-v-9beab8e8]{margin-left:1rem;border-radius:.5rem;display:inline-block;padding:.25rem .5rem;font-size:.8rem;color:currentColor;white-space:nowrap}.details-search__block--labels .details-search__block-item[data-v-9beab8e8]{margin:.25rem;border:1px solid #424750!important;border-radius:4px;display:inline-flex;padding:.25rem .5rem;transition:.25s ease-out all}.details-search__block--labels .details-search__block-item[data-v-9beab8e8]:active,.details-search__block--labels .details-search__block-item[data-v-9beab8e8]:hover{background:#e7e7e7;color:#010306;border-color:#e7e7e7!important}.details-search__block--labels .details-search__block-item-count[data-v-9beab8e8]{margin-left:.5rem}",map:void 0,media:void 0})},{name:"v-details-search",components:{SearchIcon:z4},props:{appMap:Dt,findings:{type:Array,default:()=>[]}},data:()=>({filter:""}),computed:{listItems(){let e={[z.ANALYSIS_FINDING]:{title:"Analysis Findings",data:[]},[z.HTTP]:{title:"HTTP server requests",data:[]},[z.EXTERNAL_SERVICE]:{title:"External services",data:[]},labels:{title:"Labels",data:[]},[z.PACKAGE]:{title:"Packages",data:[]},[z.CLASS]:{title:"Classes",data:[]},[z.FUNCTION]:{title:"Functions",data:[]},[z.QUERY]:{title:"SQL queries",data:[]}};return this.appMap.classMap.codeObjects.forEach(t=>{if(!this.passesFilter(t))return;let r={object:t,childrenCount:t.events?t.events.length:0};switch(t.type){case z.PACKAGE:t.childLeafs().length>1&&e[t.type].data.push(r);break;case z.CLASS:t.functions.length&&e[t.type].data.push(r);break;case z.FUNCTION:case z.QUERY:case z.EXTERNAL_SERVICE:e[t.type].data.push(r);break;case z.ROUTE:{let{type:n}=t.parent;e[n].data.push(r)}}}),Object.entries(this.appMap.labels).forEach(([t,r])=>{this.passesFilter(t)&&e.labels.data.push({object:t,childrenCount:r.function.length+(r.event?r.event.length:0)})}),e[z.ANALYSIS_FINDING].data=this.findings.map(t=>({object:O4(t)})),Object.entries(e).forEach(([t,r])=>{r.data.length?r.data=r.data.sort((n,i)=>{let a=n.object instanceof hr?n.object.prettyName:String(n.object),s=i.object instanceof hr?i.object.prettyName:String(i.object);return a.localeCompare(s)}):delete e[t]}),e},filterRegex(){let e=this.filter.trim();return e===""?null:new RegExp(e,"i")}},methods:{selectObject(e,t){this.$root.$emit("selectObjectInSidebar",e),e==="labels"?this.$store.commit("selectLabel",t):this.$store.commit("selectObject",t)},passesFilter(e){if(!this.filterRegex)return!0;if(e instanceof hr){let t=e.type===z.QUERY?e.name:e.prettyName;return this.filterRegex.test(t)}return typeof e=="string"&&this.filterRegex.test(e)},searchFocused(){this.$root.$emit("sidebarSearchFocused")}}},"data-v-9beab8e8",!1,void 0,!1,X,void 0,void 0),VPopper:vn,VSourceCodeLink:$4},props:{subtitle:String,appMap:Dt,selectedObject:{type:Object},selectedLabel:{type:String},filtersRootObjects:{type:Array,default:()=>[]},findings:{type:Array,default:()=>[]}},data:()=>({sourceLocation:null,sourceLocationError:null}),computed:{detailsType(){let e="null";return window.e=we,this.selectedObject&&this.selectedObject.type?e=this.selectedObject.type:this.selectedObject instanceof we&&(e="event"),"v-details-panel-"+e},isRootObject(){return Array.isArray(this.filtersRootObjects)&&this.filtersRootObjects.includes(this.selectedObject.fqid)},sourceLocationObject(){let e;return this.appMap&&this.appMap.metadata&&(e=this.appMap.metadata.source_location),e}}},"data-v-79da91c2",!1,void 0,!1,X,void 0,void 0),H4=U({render:function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("div",{staticClass:"tabs"},[r("div",{staticClass:"tabs__header"},[e._l(e.tabs,function(n){return r("v-tab-button",{key:n.name,attrs:{label:n.name,"is-active":e.activeTab===n,reference:n.reference},nativeOn:{click:function(i){return e.activateTab(n)}}})}),e._v(" "),r("div",{staticClass:"tabs__notification"},[e._t("notification")],2),e._v(" "),r("div",{staticClass:"tabs__controls"},[e._t("controls")],2)],2),e._v(" "),r("div",{staticClass:"tabs__content"},[e._t("default")],2)])},staticRenderFns:[]},function(e){e&&e("data-v-610214e0_0",{source:".tabs[data-v-610214e0]{width:100%;height:100%}.tabs__header[data-v-610214e0]{position:relative;border-bottom:1px solid #242c41;height:44px;display:flex;justify-content:flex-start;align-items:center;padding-left:1.25rem;padding-right:1.25rem;z-index:1}.tabs__notification[data-v-610214e0]{align-self:flex-end;margin:0 1rem .25rem 1rem;flex:1}.tabs__controls[data-v-610214e0]{position:relative;z-index:1}.tabs__controls[data-v-610214e0]>:not(:last-child){margin-right:.5rem}.tabs__content[data-v-610214e0]{width:100%;height:100%}",map:void 0,media:void 0})},{name:"v-tabs",components:{VTabButton:U({render:function(){var e=this.$createElement;return(this._self._c||e)("button",{class:this.classes,on:{click:this.clickTab}},[this._v(`
54
+ `)]):e._e()])}),0)])})],2)},staticRenderFns:[]},function(e){e&&e("data-v-9beab8e8_0",{source:".details-search[data-v-9beab8e8]{margin-bottom:2rem;padding:0}.details-search__form[data-v-9beab8e8]{margin-bottom:24px;padding:0}.details-search__input-wrap[data-v-9beab8e8]{position:relative;border-radius:.5rem;border:1px solid #808b98;display:flex;align-content:center;gap:1rem;padding:.3rem}.details-search--empty .details-search__input-wrap[data-v-9beab8e8]{border-radius:#343742;pointer-events:none}.details-search__input-prefix[data-v-9beab8e8]{color:#ccc;display:flex;align-items:center}.details-search__input-prefix svg[data-v-9beab8e8]{position:relative;left:3px;fill:#716e85}.details-search__input-element[data-v-9beab8e8]{border:none;width:100%;font:inherit;font-size:.9rem;color:#e7e7e7;background:0 0;outline:0}.details-search__input-element[data-v-9beab8e8]::-moz-placeholder,.details-search__input-element[data-v-9beab8e8]::-webkit-placeholder,.details-search__input-element[data-v-9beab8e8]::placeholder{color:#808b98}.details-search__block[data-v-9beab8e8]{padding:0 .5rem;margin-bottom:16px;border-bottom:1px solid #242c41}.details-search__block[data-v-9beab8e8]:last-of-type{border-bottom:0}.details-search__block-title[data-v-9beab8e8]{margin:0 0 .25rem;border-radius:4px;display:inline-block;padding:.25rem 0;color:#fff;font-size:.9rem;font-weight:700;text-transform:uppercase}.details-search__block--http .details-search__block-title[data-v-9beab8e8]{color:#8e45aa}.details-search__block--external-service .details-search__block-title[data-v-9beab8e8]{color:#ebdf90}.details-search__block--labels .details-search__block-title[data-v-9beab8e8]{color:#7f7f7f}.details-search__block--package .details-search__block-title[data-v-9beab8e8]{color:#6fddd6}.details-search__block--class .details-search__block-title[data-v-9beab8e8],.details-search__block--function .details-search__block-title[data-v-9beab8e8]{color:#4362b1}.details-search__block--query .details-search__block-title[data-v-9beab8e8]{color:#9c2fba}.details-search__block--empty .details-search__block-title[data-v-9beab8e8]{color:#343742}.details-search__block--analysis-finding .details-search__block-title[data-v-9beab8e8]{color:#ff07aa}.details-search__block-list[data-v-9beab8e8]{margin:0;padding:.5rem;list-style:none}.details-search__block-list li[data-v-9beab8e8]:last-of-type{border-bottom:0}.details-search__block--labels .details-search__block-list[data-v-9beab8e8]{margin:0 -.25rem -.25rem}.details-search__block-list.analysis[data-v-9beab8e8]{padding:0 0 1rem 0}.details-search__block-list.analysis li[data-v-9beab8e8]{border-bottom:0;padding:.2rem 0;min-height:unset;justify-content:flex-start;gap:.5rem}.details-search__block-list.analysis li span[data-v-9beab8e8]{color:#808b98}.details-search__block-list.analysis li svg[data-v-9beab8e8]{margin-right:.25rem}.details-search__block-item[data-v-9beab8e8]{position:relative;border-bottom:1px solid #242c41;display:flex;justify-content:space-between;align-items:center;padding:.25rem 0;min-height:2rem;font-size:.9em;color:#e7e7e7;cursor:pointer;overflow:hidden;z-index:0}.details-search__block-item[data-v-9beab8e8]:active,.details-search__block-item[data-v-9beab8e8]:hover{color:#4362b1}.details-search__block-item-count[data-v-9beab8e8]{margin-left:1rem;border-radius:.5rem;display:inline-block;padding:.25rem .5rem;font-size:.8rem;color:currentColor;white-space:nowrap}.details-search__block--labels .details-search__block-item[data-v-9beab8e8]{margin:.25rem;border:1px solid #424750!important;border-radius:4px;display:inline-flex;padding:.25rem .5rem;transition:.25s ease-out all}.details-search__block--labels .details-search__block-item[data-v-9beab8e8]:active,.details-search__block--labels .details-search__block-item[data-v-9beab8e8]:hover{background:#e7e7e7;color:#010306;border-color:#e7e7e7!important}.details-search__block--labels .details-search__block-item-count[data-v-9beab8e8]{margin-left:.5rem}",map:void 0,media:void 0})},{name:"v-details-search",components:{SearchIcon:zT},props:{appMap:Dt,findings:{type:Array,default:()=>[]}},data:()=>({filter:""}),computed:{listItems(){let e={[z.ANALYSIS_FINDING]:{title:"Analysis Findings",data:[]},[z.HTTP]:{title:"HTTP server requests",data:[]},[z.EXTERNAL_SERVICE]:{title:"External services",data:[]},labels:{title:"Labels",data:[]},[z.PACKAGE]:{title:"Packages",data:[]},[z.CLASS]:{title:"Classes",data:[]},[z.FUNCTION]:{title:"Functions",data:[]},[z.QUERY]:{title:"SQL queries",data:[]}};return this.appMap.classMap.codeObjects.forEach(t=>{if(!this.passesFilter(t))return;let r={object:t,childrenCount:t.events?t.events.length:0};switch(t.type){case z.PACKAGE:t.childLeafs().length>1&&e[t.type].data.push(r);break;case z.CLASS:t.functions.length&&e[t.type].data.push(r);break;case z.FUNCTION:case z.QUERY:case z.EXTERNAL_SERVICE:e[t.type].data.push(r);break;case z.ROUTE:{let{type:n}=t.parent;e[n].data.push(r)}}}),Object.entries(this.appMap.labels).forEach(([t,r])=>{this.passesFilter(t)&&e.labels.data.push({object:t,childrenCount:r.function.length+(r.event?r.event.length:0)})}),e[z.ANALYSIS_FINDING].data=this.findings.map(t=>({object:OT(t)})),Object.entries(e).forEach(([t,r])=>{r.data.length?r.data=r.data.sort((n,i)=>{let a=n.object instanceof hr?n.object.prettyName:String(n.object),s=i.object instanceof hr?i.object.prettyName:String(i.object);return a.localeCompare(s)}):delete e[t]}),e},filterRegex(){let e=this.filter.trim();return e===""?null:new RegExp(e,"i")}},methods:{selectObject(e,t){this.$root.$emit("selectObjectInSidebar",e),e==="labels"?this.$store.commit("selectLabel",t):this.$store.commit("selectObject",t)},passesFilter(e){if(!this.filterRegex)return!0;if(e instanceof hr){let t=e.type===z.QUERY?e.name:e.prettyName;return this.filterRegex.test(t)}return typeof e=="string"&&this.filterRegex.test(e)},searchFocused(){this.$root.$emit("sidebarSearchFocused")}}},"data-v-9beab8e8",!1,void 0,!1,X,void 0,void 0),VPopper:vn,VSourceCodeLink:$T},props:{subtitle:String,appMap:Dt,selectedObject:{type:Object},selectedLabel:{type:String},filtersRootObjects:{type:Array,default:()=>[]},findings:{type:Array,default:()=>[]}},data:()=>({sourceLocation:null,sourceLocationError:null}),computed:{detailsType(){let e="null";return window.e=we,this.selectedObject&&this.selectedObject.type?e=this.selectedObject.type:this.selectedObject instanceof we&&(e="event"),"v-details-panel-"+e},isRootObject(){return Array.isArray(this.filtersRootObjects)&&this.filtersRootObjects.includes(this.selectedObject.fqid)},sourceLocationObject(){let e;return this.appMap&&this.appMap.metadata&&(e=this.appMap.metadata.source_location),e}}},"data-v-79da91c2",!1,void 0,!1,X,void 0,void 0),HT=U({render:function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("div",{staticClass:"tabs"},[r("div",{staticClass:"tabs__header"},[e._l(e.tabs,function(n){return r("v-tab-button",{key:n.name,attrs:{label:n.name,"is-active":e.activeTab===n,reference:n.reference},nativeOn:{click:function(i){return e.activateTab(n)}}})}),e._v(" "),r("div",{staticClass:"tabs__notification"},[e._t("notification")],2),e._v(" "),r("div",{staticClass:"tabs__controls"},[e._t("controls")],2)],2),e._v(" "),r("div",{staticClass:"tabs__content"},[e._t("default")],2)])},staticRenderFns:[]},function(e){e&&e("data-v-610214e0_0",{source:".tabs[data-v-610214e0]{width:100%;height:100%}.tabs__header[data-v-610214e0]{position:relative;border-bottom:1px solid #242c41;height:44px;display:flex;justify-content:flex-start;align-items:center;padding-left:1.25rem;padding-right:1.25rem;z-index:1}.tabs__notification[data-v-610214e0]{align-self:flex-end;margin:0 1rem .25rem 1rem;flex:1}.tabs__controls[data-v-610214e0]{position:relative;z-index:1}.tabs__controls[data-v-610214e0]>:not(:last-child){margin-right:.5rem}.tabs__content[data-v-610214e0]{width:100%;height:100%}",map:void 0,media:void 0})},{name:"v-tabs",components:{VTabButton:U({render:function(){var e=this.$createElement;return(this._self._c||e)("button",{class:this.classes,on:{click:this.clickTab}},[this._v(`
55
55
  `+this._s(this.label)+`
56
- `)])},staticRenderFns:[]},function(e){e&&e("data-v-44c489f4_0",{source:'.tab-btn[data-v-44c489f4]{align-self:flex-end;position:relative;bottom:-1px;appearance:none;border:1px solid #242c41;border-radius:.25rem .25rem 0 0;background-color:transparent;cursor:pointer;color:#716e85;font-size:.75rem;font-family:"IBM Plex Sans","Helvetica Neue",Helvetica,Arial,sans-serif;padding:.5rem .5rem;margin:0;transition:all .3s ease;white-space:nowrap}.tab-btn[data-v-44c489f4]:active,.tab-btn[data-v-44c489f4]:hover{color:#e7e7e7}.tab-btn[data-v-44c489f4]:focus{outline:0}.tab-btn+.tab-btn[data-v-44c489f4]{margin-left:1rem}.tab-btn--active[data-v-44c489f4]{border-bottom-color:#010306;cursor:default;color:#e7e7e7}.tab-btn--active[data-v-44c489f4]:active,.tab-btn--active[data-v-44c489f4]:hover{color:#e7e7e7}',map:void 0,media:void 0})},{name:"v-tab-button",computed:{classes(){return{"tab-btn":!0,"tab-btn--active":this.isActive}}},props:{label:{type:String,required:!0},isActive:Boolean,reference:String},methods:{clickTab(){this.$root.$emit("clickTab",this.reference)}}},"data-v-44c489f4",!1,void 0,!1,X,void 0,void 0)},data:()=>({activeTab:null,tabs:[]}),methods:{activateTab(e){e!==this.activeTab&&(this.activeTab&&this.activeTab.setActive(!1),e&&e.setActive(!0),this.activeTab=e,this.$emit("activateTab",e))}},mounted(){this.$nextTick(()=>{this.tabs=this.$children.filter(e=>e.$options.name==="v-tab"),this.activateTab(this.tabs[0])})}},"data-v-610214e0",!1,void 0,!1,X,void 0,void 0),G4={functional:!0,render(e,t){let{_c:r,_v:n,data:i,children:a=[]}=t,{class:s,staticClass:o,style:l,staticStyle:u,attrs:d={},...h}=i;return r("svg",{class:[s,o],style:[l,u],attrs:Object.assign({viewBox:"0 0 8 7",xmlns:"http://www.w3.org/2000/svg"},d),...h},a.concat([r("path",{attrs:{d:"M6.756.546A.718.718 0 017.27.333a.72.72 0 01.51.221.79.79 0 01.22.53.792.792 0 01-.193.541L3.89 6.754a.708.708 0 01-1.06.02L.234 4.054a.802.802 0 01-.019-1.109.707.707 0 011.059.02L3.33 5.116 6.738.57a.269.269 0 01.02-.023h-.002z"}})]))}},qZ={functional:!0,render(e,t){let{_c:r,_v:n,data:i,children:a=[]}=t,{class:s,staticClass:o,style:l,staticStyle:u,attrs:d={},...h}=i;return r("svg",{class:[s,o],style:[l,u],attrs:Object.assign({width:"16",height:"16",xmlns:"http://www.w3.org/2000/svg"},d),...h},a.concat([r("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M2 1h9.177a1 1 0 011 1v9.177a1 1 0 01-1 1H2a1 1 0 01-1-1V2a1 1 0 011-1zM0 2a2 2 0 012-2h9.177a2 2 0 012 2v.824H14a2 2 0 012 2V14a2 2 0 01-2 2H4.824a2 2 0 01-2-2v-.823h1V14a1 1 0 001 1H14a1 1 0 001-1V4.824a1 1 0 00-1-1h-.823v7.353a2 2 0 01-2 2H2a2 2 0 01-2-2V2z"}})]))}},Pf={functional:!0,render(e,t){let{_c:r,_v:n,data:i,children:a=[]}=t,{class:s,staticClass:o,style:l,staticStyle:u,attrs:d={},...h}=i;return r("svg",{class:[s,o],style:[l,u],attrs:Object.assign({viewBox:"0 0 12 12",xmlns:"http://www.w3.org/2000/svg"},d),...h},a.concat([r("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M11.36 11.684a.376.376 0 00.53 0 .37.37 0 000-.526L6.634 5.934 11.757.842a.37.37 0 000-.526.376.376 0 00-.53 0L6.105 5.408.772.109a.376.376 0 00-.53 0 .37.37 0 000 .526l5.333 5.299-5.465 5.43a.37.37 0 000 .527.376.376 0 00.53 0L6.103 6.46l5.257 5.224z"}})]))}},W4={functional:!0,render(e,t){let{_c:r,_v:n,data:i,children:a=[]}=t,{class:s,staticClass:o,style:l,staticStyle:u,attrs:d={},...h}=i;return r("svg",{class:[s,o],style:[l,u],attrs:Object.assign({width:"12",height:"12",xmlns:"http://www.w3.org/2000/svg"},d),...h},a.concat([r("path",{attrs:{d:"M8.275 6l3.411-3.411a1.072 1.072 0 000-1.517l-.758-.758a1.072 1.072 0 00-1.517 0L6 3.725 2.589.314a1.072 1.072 0 00-1.517 0l-.758.758a1.072 1.072 0 000 1.517L3.725 6 .314 9.411a1.072 1.072 0 000 1.517l.758.758a1.072 1.072 0 001.517 0L6 8.275l3.411 3.411a1.072 1.072 0 001.517 0l.758-.758a1.072 1.072 0 000-1.517L8.275 6z"}})]))}},jZ={functional:!0,render(e,t){let{_c:r,_v:n,data:i,children:a=[]}=t,{class:s,staticClass:o,style:l,staticStyle:u,attrs:d={},...h}=i;return r("svg",{class:[s,o],style:[l,u],attrs:Object.assign({viewBox:"0 0 14 14",xmlns:"http://www.w3.org/2000/svg"},d),...h},a.concat([r("path",{attrs:{d:"M7.013 0c1.87.003 3.569.74 4.822 1.939L12.845.93A.677.677 0 0114 1.41v3.784a.677.677 0 01-.677.677H9.539a.677.677 0 01-.48-1.156l1.18-1.179a4.708 4.708 0 00-3.197-1.278c-2.608-.022-4.806 2.088-4.784 4.783.022 2.556 2.094 4.7 4.742 4.7 1.16 0 2.258-.413 3.123-1.172a.338.338 0 01.462.016l1.12 1.12a.34.34 0 01-.014.491A7 7 0 010 7C-.001 3.14 3.15-.007 7.012 0z"}})]))}},zZ={functional:!0,render(e,t){let{_c:r,_v:n,data:i,children:a=[]}=t,{class:s,staticClass:o,style:l,staticStyle:u,attrs:d={},...h}=i;return r("svg",{class:[s,o],style:[l,u],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 512"},d),...h},a.concat([r("path",{attrs:{d:"M292.57 124.87v206.35c0 20.18-16.36 36.57-36.57 36.57-20.18 0-36.57-16.39-36.57-36.57V124.87l-40.96 41.03c-14.32 14.29-37.5 14.29-51.78 0-14.29-14.32-14.29-37.5.04-51.78L230.14 10.73c14.21-14.25 37.28-14.32 51.57-.14l.14.14 103.46 103.42c14.29 14.32 14.29 37.5 0 51.78-14.32 14.29-37.5 14.29-51.78-.04l-40.96-41.02zm-182.85 94.57c20.21 0 36.57 16.39 36.57 36.57 0 20.21-16.36 36.57-36.57 36.57H73.15v146.28h365.7V292.58h-36.57c-20.18 0-36.57-16.36-36.57-36.57 0-20.18 16.39-36.57 36.57-36.57h36.57c40.43 0 73.14 32.75 73.14 73.14v146.28c0 40.39-32.71 73.14-73.14 73.14H73.15C32.76 512 .01 479.25.01 438.86V292.58c0-40.39 32.75-73.14 73.14-73.14h36.57z"}})]))}},VZ={functional:!0,render(e,t){let{_c:r,_v:n,data:i,children:a=[]}=t,{class:s,staticClass:o,style:l,staticStyle:u,attrs:d={},...h}=i;return r("svg",{class:[s,o],style:[l,u],attrs:Object.assign({width:"687",height:"293",fill:"none",xmlns:"http://www.w3.org/2000/svg"},d),...h},a.concat([r("g",{attrs:{opacity:".3"}},[r("mask",{attrs:{id:"a",fill:"#fff"}},[r("path",{attrs:{d:"M133.744 138.405l9.878 2.552 24.853 31.436"}})]),r("path",{attrs:{d:"M143.622 140.957l.633-.5-.169-.213-.262-.068-.202.781zm-10.08-1.771l9.879 2.551.403-1.561-9.879-2.551-.403 1.561zm9.448 2.271l24.853 31.436 1.265-1-24.853-31.436-1.265 1z",fill:"#808B98",mask:"url(#a)"}}),r("mask",{attrs:{id:"b",fill:"#fff"}},[r("path",{attrs:{d:"M121.35 126.266l22.217-63.74h328.497l17.684 15.63"}})]),r("path",{attrs:{d:"M143.567 62.525v-.806h-.572l-.189.54.761.266zm328.497 0l.534-.604-.229-.202h-.305v.806zm-349.953 64.007l22.218-63.741-1.523-.531L120.589 126l1.522.531zm21.456-63.2h30.895v-1.613h-30.895v1.612zm30.895 0h30.895v-1.613h-30.895v1.612zm30.895 0h35.649v-1.613h-35.649v1.612zm35.649 0h35.649v-1.613h-35.649v1.612zm35.649 0h34.831v-1.613h-34.831v1.612zm34.831 0h34.831v-1.613h-34.831v1.612zm34.831 0h30.818v-1.613h-30.818v1.612zm30.818 0h30.818v-1.613h-30.818v1.612zm30.818 0h32.056v-1.613h-32.056v1.612zm32.056 0h32.055v-1.613h-32.055v1.612zm31.521-.203l17.684 15.631 1.068-1.208-17.684-15.63-1.068 1.207z",fill:"#808B98",mask:"url(#b)"}}),r("mask",{attrs:{id:"c",fill:"#fff"}},[r("path",{attrs:{d:"M175.778 171.771L205.357 0h436.944l14.476 15.925"}})]),r("path",{attrs:{d:"M205.357 0v-.806h-.679l-.115.67.794.136zm436.944 0l.596-.542-.239-.264h-.357V0zM176.573 171.908L206.152.137l-1.589-.274-29.579 171.771 1.589.274zM205.357.806h35.649V-.806h-35.649V.806zm35.649 0h35.649V-.806h-35.649V.806zm35.649 0h34.831V-.806h-34.831V.806zm34.831 0h34.831V-.806h-34.831V.806zm34.831 0h30.818V-.806h-30.818V.806zm30.818 0h30.818V-.806h-30.818V.806zm30.818 0h32.055V-.806h-32.055V.806zm32.055 0h32.056V-.806h-32.056V.806zm32.056 0h26.329V-.806h-26.329V.806zm26.329 0h26.329V-.806h-26.329V.806zm26.329 0h26.311V-.806h-26.311V.806zm26.311 0h26.311V-.806h-26.311V.806zm26.311 0h32.478V-.806h-32.478V.806zm32.478 0h32.479V-.806h-32.479V.806zm31.882-.264l14.476 15.925 1.193-1.084L642.897-.542 641.704.542z",fill:"#808B98",mask:"url(#c)"}}),r("mask",{attrs:{id:"d",fill:"#fff"}},[r("path",{attrs:{d:"M177.73 171.771l27.627-64.61 9.879 2.888"}})]),r("path",{attrs:{d:"M205.357 107.161l.227-.774-.687-.2-.281.657.741.317zm-26.886 64.927l27.628-64.61-1.483-.634-27.627 64.61 1.482.634zm26.66-64.153l9.879 2.888.452-1.548-9.878-2.888-.453 1.548z",fill:"#808B98",mask:"url(#d)"}}),r("mask",{attrs:{id:"e",fill:"#fff"}},[r("path",{attrs:{d:"M182.701 171.771l22.656-21.016h71.298l9.879 1.971"}})]),r("path",{attrs:{d:"M205.357 150.755v-.806h-.316l-.232.215.548.591zm71.298 0l.158-.79-.078-.016h-.08v.806zm-93.406 21.607l22.657-21.016-1.097-1.182-22.656 21.016 1.096 1.182zm22.108-20.801h35.649v-1.612h-35.649v1.612zm35.649 0h35.649v-1.612h-35.649v1.612zm35.492-.015l9.878 1.97.316-1.581-9.879-1.97-.315 1.581z",fill:"#808B98",mask:"url(#e)"}}),r("mask",{attrs:{id:"f",fill:"#fff"}},[r("path",{attrs:{d:"M177.336 171.771l28.021-74.51H407.953L437.7 195.74"}})]),r("path",{attrs:{d:"M205.357 97.261v-.806h-.558l-.196.523.754.283zm202.596 0l.771-.233-.173-.573h-.598v.806zm-229.862 74.793l28.021-74.509-1.509-.567-28.021 74.509 1.509.567zm27.266-73.987h35.649v-1.612h-35.649v1.612zm35.649 0h35.649v-1.612h-35.649v1.612zm35.649 0h34.831v-1.612h-34.831v1.612zm34.831 0h34.831v-1.612h-34.831v1.612zm34.831 0h30.818v-1.612h-30.818v1.612zm30.818 0h30.818v-1.612h-30.818v1.612zm30.046-.572l29.747 98.477 1.544-.467-29.748-98.477-1.543.466z",fill:"#808B98",mask:"url(#f)"}}),r("mask",{attrs:{id:"g",fill:"#fff"}},[r("path",{attrs:{d:"M195.479 178.113l9.878-.611h140.96l13.868 6.253"}})]),r("path",{attrs:{d:"M205.357 177.502v-.806h-.024l-.025.001.049.805zm140.96 0l.332-.735-.158-.071h-.174v.806zm-150.788 1.416l9.878-.611-.099-1.61-9.879.611.1 1.61zm9.828-.61h35.649v-1.612h-35.649v1.612zm35.649 0h35.649v-1.612h-35.649v1.612zm35.649 0h34.831v-1.612h-34.831v1.612zm34.831 0h34.831v-1.612h-34.831v1.612zm34.5-.071l13.868 6.252.663-1.469-13.868-6.253-.663 1.47z",fill:"#808B98",mask:"url(#g)"}}),r("mask",{attrs:{id:"h",fill:"#fff"}},[r("path",{attrs:{d:"M171.226 187.055l-27.659 65.304-23.276-110.809"}})]),r("path",{attrs:{d:"M143.567 252.359l-.788.165.528 2.517 1.003-2.368-.743-.314zm26.917-65.619l-27.659 65.304 1.485.629 27.658-65.304-1.484-.629zm-26.128 65.453L121.08 141.384l-1.578.332 23.277 110.808 1.577-.331z",fill:"#808B98",mask:"url(#h)"}}),r("mask",{attrs:{id:"i",fill:"#fff"}},[r("path",{attrs:{d:"M84.056 116.138l9.749-2.029h111.553l9.878.962"}})]),r("path",{attrs:{d:"M93.805 114.109v-.807h-.083l-.081.017.164.79zm111.553 0l.078-.803-.039-.004h-.039v.807zM84.22 116.927l9.75-2.029-.33-1.579-9.748 2.03.328 1.578zm9.585-2.012h24.881v-1.613H93.805v1.613zm24.881 0h24.882v-1.613h-24.882v1.613zm24.882 0h30.895v-1.613h-30.895v1.613zm30.895 0h30.895v-1.613h-30.895v1.613zm30.816-.004l9.879.962.156-1.604-9.878-.963-.157 1.605z",fill:"#808B98",mask:"url(#i)"}}),r("mask",{attrs:{id:"j",fill:"#fff"}},[r("path",{attrs:{d:"M75.976 130.344l17.829 3.564h9.878"}})]),r("path",{attrs:{d:"M93.805 133.908l-.158.791.078.015h.08v-.806zm-17.987-2.773l17.829 3.564.316-1.581-17.83-3.564-.315 1.581zm17.987 3.579h9.878v-1.612h-9.878v1.612z",fill:"#808B98",mask:"url(#j)"}}),r("mask",{attrs:{id:"k",fill:"#fff"}},[r("path",{attrs:{d:"M49.122 131.303l44.682 63.567H143.567l15.621-7.815"}})]),r("path",{attrs:{d:"M93.804 194.87l-.66.464.242.342h.418v-.806zm49.763 0v.806h.191l.17-.085-.361-.721zm-95.105-63.104l44.683 63.568 1.319-.927-44.683-63.568-1.319.927zm45.342 63.91h24.882v-1.612H93.804v1.612zm24.882 0h24.881v-1.612h-24.881v1.612zm25.242-.085l15.621-7.815-.721-1.442-15.621 7.815.721 1.442z",fill:"#808B98",mask:"url(#k)"}}),r("mask",{attrs:{id:"l",fill:"#fff"}},[r("path",{attrs:{d:"M47.037 116.019L93.805 6.947H642.3l10.224 10.697"}})]),r("path",{attrs:{d:"M93.805 6.947v-.806h-.532l-.21.489.742.317zm548.496 0l.583-.557-.238-.249h-.345v.806zM47.778 116.337L94.546 7.265l-1.482-.635L46.296 115.7l1.482.636zM93.805 7.753h24.881V6.141H93.805v1.612zm24.881 0h24.881V6.141h-24.881v1.612zm24.881 0h30.895V6.141h-30.895v1.612zm30.895 0h30.895V6.141h-30.895v1.612zm30.895 0h35.649V6.141h-35.649v1.612zm35.649 0h35.649V6.141h-35.649v1.612zm35.649 0h34.831V6.141h-34.831v1.612zm34.831 0h34.831V6.141h-34.831v1.612zm34.831 0h30.818V6.141h-30.818v1.612zm30.818 0h30.818V6.141h-30.818v1.612zm30.818 0h32.056V6.141h-32.056v1.612zm32.056 0h32.055V6.141h-32.055v1.612zm32.055 0h26.329V6.141h-26.329v1.612zm26.329 0h26.33V6.141h-26.33v1.612zm26.33 0h26.31V6.141h-26.31v1.612zm26.31 0h26.311V6.141h-26.311v1.612zm26.311 0h32.479V6.141h-32.479v1.612zm32.479 0h32.478V6.141h-32.478v1.612zm31.896-.249l10.223 10.697 1.165-1.114L642.884 6.39l-1.165 1.114z",fill:"#808B98",mask:"url(#l)"}}),r("mask",{attrs:{id:"m",fill:"#fff"}},[r("path",{attrs:{d:"M245.081 125.224l31.575 59.225h69.661l9.879 2.227"}})]),r("path",{attrs:{d:"M276.656 184.449l-.712.38.228.426h.484v-.806zm69.661 0l.178-.786-.088-.02h-.09v.806zm-101.948-58.846l31.575 59.226 1.423-.759-31.575-59.225-1.423.758zm32.287 59.652h34.831v-1.612h-34.831v1.612zm34.831 0h34.83v-1.612h-34.83v1.612zm34.653-.019l9.879 2.227.354-1.573-9.878-2.227-.355 1.573z",fill:"#808B98",mask:"url(#m)"}}),r("mask",{attrs:{id:"n",fill:"#fff"}},[r("path",{attrs:{d:"M243.634 109.94l33.021-96.046H642.301l9.879 5.04"}})]),r("path",{attrs:{d:"M276.655 13.894v-.806h-.575l-.187.544.762.262zm365.646 0l.367-.718-.173-.088h-.194v.806zm-397.905 96.308l33.022-96.046-1.525-.524-33.022 96.046 1.525.524zm32.259-95.501h34.831v-1.613h-34.831v1.613zm34.831 0h34.831v-1.613h-34.831v1.613zm34.831 0h30.818v-1.613h-30.818v1.613zm30.818 0h30.818v-1.613h-30.818v1.613zm30.818 0h32.056v-1.613h-32.056v1.613zm32.056 0h32.055v-1.613h-32.055v1.613zm32.055 0h26.329v-1.613h-26.329v1.613zm26.329 0h26.33v-1.613h-26.33v1.613zm26.33 0h26.31v-1.613h-26.31v1.613zm26.31 0h26.311v-1.613h-26.311v1.613zm26.311 0h32.479v-1.613h-32.479v1.613zm32.479 0h32.478v-1.613h-32.478v1.613zm32.112-.088l9.879 5.04.732-1.437-9.878-5.04-.733 1.437z",fill:"#808B98",mask:"url(#n)"}}),r("mask",{attrs:{id:"o",fill:"#fff"}},[r("path",{attrs:{d:"M229.301 125.224l-23.944 15.631-24.771 30.916"}})]),r("path",{attrs:{d:"M205.357 140.855l-.44-.675-.108.071-.081.1.629.504zm23.503-16.306l-23.943 15.631.881 1.35 23.943-15.631-.881-1.35zm-24.132 15.802l-24.771 30.915 1.258 1.009 24.771-30.916-1.258-1.008z",fill:"#808B98",mask:"url(#o)"}}),r("mask",{attrs:{id:"p",fill:"#fff"}},[r("path",{attrs:{d:"M266.397 117.708h141.539l29.275 78.086"}})]),r("path",{attrs:{d:"M266.397 116.902h-.806v1.612h.806v-1.612zm141.539.806l.754-.283-.196-.523h-.558v.806zm28.52 78.369l.283.754 1.51-.566-.283-.754-1.51.566zm-170.059-77.563h9.904v-1.612h-9.904v1.612zm9.904 0h34.92v-1.612h-34.92v1.612zm34.92 0h34.921v-1.612h-34.921v1.612zm34.921 0h30.897v-1.612h-30.897v1.612zm30.897 0h30.897v-1.612h-30.897v1.612zm30.142-.523l29.275 78.086 1.51-.566-29.276-78.086-1.509.566z",fill:"#808B98",mask:"url(#p)"}}),r("mask",{attrs:{id:"q",fill:"#fff"}},[r("path",{attrs:{d:"M247.797 125.224l28.858 32.478h9.879"}})]),r("path",{attrs:{d:"M276.655 157.702l-.602.536.24.271h.362v-.807zm-29.461-31.942l28.859 32.478 1.205-1.071-28.859-32.478-1.205 1.071zm29.461 32.749h9.879v-1.613h-9.879v1.613z",fill:"#808B98",mask:"url(#q)"}}),r("mask",{attrs:{id:"r",fill:"#fff"}},[r("path",{attrs:{d:"M247.625 109.94l29.03-33.52h195.409l9.879 3.519"}})]),r("path",{attrs:{d:"M276.655 76.42v-.806h-.368l-.241.278.609.528zm195.409 0l.271-.76-.132-.046h-.139v.806zm-223.83 34.048l29.031-33.52-1.219-1.056-29.031 33.52 1.219 1.056zm28.421-33.242h34.831v-1.612h-34.831v1.612zm34.831 0h34.831v-1.612h-34.831v1.612zm34.831 0h30.818v-1.612h-30.818v1.612zm30.818 0h30.818v-1.612h-30.818v1.612zm30.818 0h32.055v-1.612h-32.055v1.612zm32.055 0h32.056v-1.612h-32.056v1.612zm31.786-.047l9.878 3.519.541-1.519-9.878-3.519-.541 1.519z",fill:"#808B98",mask:"url(#r)"}}),r("mask",{attrs:{id:"s",fill:"#fff"}},[r("path",{attrs:{d:"M243.307 125.224l33.349 110.809 13.653 3.88"}})]),r("path",{attrs:{d:"M276.656 236.033l-.772.232.127.422.424.121.221-.775zm-34.121-110.577l33.349 110.809 1.544-.465-33.35-110.808-1.543.464zm33.9 111.352l13.654 3.881.441-1.551-13.654-3.881-.441 1.551z",fill:"#808B98",mask:"url(#s)"}}),r("mask",{attrs:{id:"t",fill:"#fff"}},[r("path",{attrs:{d:"M245.4 109.94l31.255-54.362H577.344l30.253 103.861"}})]),r("path",{attrs:{d:"M276.655 55.578v-.806h-.466l-.233.404.699.402zm300.689 0l.774-.226-.169-.58h-.605v.806zm-331.245 54.764l31.255-54.362-1.398-.804-31.255 54.362 1.398.804zm30.556-53.958h34.831v-1.612h-34.831v1.612zm34.831 0h34.831v-1.612h-34.831v1.612zm34.831 0h30.818v-1.612h-30.818v1.612zm30.818 0h30.818v-1.612h-30.818v1.612zm30.818 0h32.055v-1.612h-32.055v1.612zm32.055 0h32.056v-1.612h-32.056v1.612zm32.056 0h26.329v-1.612h-26.329v1.612zm26.329 0h26.33v-1.612h-26.33v1.612zm26.33 0h26.31v-1.612h-26.31v1.612zm26.31 0h26.311v-1.612h-26.311v1.612zm25.537-.58l30.253 103.861 1.548-.451-30.253-103.862-1.548.451z",fill:"#808B98",mask:"url(#t)"}}),r("mask",{attrs:{id:"u",fill:"#fff"}},[r("path",{attrs:{d:"M429.242 211.023l-21.289 15.11H205.357l-25.841-39.078"}})]),r("path",{attrs:{d:"M407.953 226.133v.806h.257l.21-.149-.467-.657zm-202.596 0l-.672.444.239.362h.433v-.806zm223.418-15.768l-21.289 15.11.934 1.315 21.288-15.11-.933-1.315zm-20.822 14.962h-30.818v1.612h30.818v-1.612zm-30.818 0h-30.818v1.612h30.818v-1.612zm-30.818 0h-34.831v1.612h34.831v-1.612zm-34.831 0h-34.831v1.612h34.831v-1.612zm-34.831 0h-35.649v1.612h35.649v-1.612zm-35.649 0h-35.649v1.612h35.649v-1.612zm-34.976.361l-25.842-39.078-1.345.889 25.842 39.078 1.345-.889z",fill:"#808B98",mask:"url(#u)"}}),r("mask",{attrs:{id:"v",fill:"#fff"}},[r("path",{attrs:{d:"M441.351 195.739l30.713-174.897h170.238l9.878 2.52"}})]),r("path",{attrs:{d:"M472.064 20.842v-.806h-.677l-.117.666.794.14zm170.238 0l.199-.781-.098-.025h-.101v.806zM442.145 195.878l30.713-174.897-1.588-.279L440.557 195.6l1.588.279zm29.919-174.23h26.33v-1.612h-26.33v1.612zm26.33 0h26.329v-1.612h-26.329v1.612zm26.329 0h26.311v-1.612h-26.311v1.612zm26.311 0h26.31v-1.612h-26.31v1.612zm26.31 0h32.479v-1.612h-32.479v1.612zm32.479 0h32.479v-1.612h-32.479v1.612zm32.279-.025l9.879 2.52.398-1.563-9.878-2.52-.399 1.563z",fill:"#808B98",mask:"url(#v)"}}),r("mask",{attrs:{id:"w",fill:"#fff"}},[r("path",{attrs:{d:"M442.05 195.739l30.014-112.372 9.879.912"}})]),r("path",{attrs:{d:"M472.064 83.367l.075-.803-.678-.062-.175.657.778.208zm-29.235 112.58l30.014-112.372-1.557-.416-30.015 112.372 1.558.416zM471.99 84.17l9.879.912.148-1.606-9.878-.912-.149 1.606z",fill:"#808B98",mask:"url(#w)"}}),r("mask",{attrs:{id:"x",fill:"#fff"}},[r("path",{attrs:{d:"M442.972 211.023l29.092 75.03h52.659l9.878 1.304"}})]),r("path",{attrs:{d:"M472.064 286.053l-.751.291.199.515h.552v-.806zm52.659 0l.105-.799-.052-.007h-.053v.806zm-82.503-74.739l29.093 75.03 1.503-.583-29.093-75.03-1.503.583zm29.844 75.545h26.329v-1.612h-26.329v1.612zm26.329 0h26.33v-1.612h-26.33v1.612zm26.224-.007l9.879 1.304.211-1.598-9.879-1.304-.211 1.598z",fill:"#808B98",mask:"url(#x)"}}),r("mask",{attrs:{id:"y",fill:"#fff"}},[r("path",{attrs:{d:"M313.535 150.06l32.782-122.271H652.18"}})]),r("path",{attrs:{d:"M346.317 27.789v-.806h-.618l-.16.597.778.209zm-32.003 122.48l32.782-122.271-1.557-.418-32.782 122.272 1.557.417zm32.003-121.674h30.818v-1.612h-30.818v1.612zm30.818 0h30.818v-1.612h-30.818v1.612zm30.818 0h32.056v-1.612h-32.056v1.612zm32.056 0h32.055v-1.612h-32.055v1.612zm32.055 0h26.33v-1.612h-26.33v1.612zm26.33 0h26.329v-1.612h-26.329v1.612zm26.329 0h26.311v-1.612h-26.311v1.612zm26.311 0h26.31v-1.612h-26.31v1.612zm26.31 0h32.479v-1.612h-32.479v1.612zm32.479 0h32.479v-1.612h-32.479v1.612zm32.479 0h9.878v-1.612h-9.878v1.612z",fill:"#808B98",mask:"url(#y)"}}),r("mask",{attrs:{id:"z",fill:"#fff"}},[r("path",{attrs:{d:"M319.387 165.344l26.931 26.053h9.878"}})]),r("path",{attrs:{d:"M346.318 191.397l-.561.579.235.227h.326v-.806zm-27.492-25.473l26.931 26.052 1.121-1.159-26.931-26.052-1.121 1.159zm27.492 26.279h9.878v-1.613h-9.878v1.613z",fill:"#808B98",mask:"url(#z)"}}),r("mask",{attrs:{id:"A",fill:"#fff"}},[r("path",{attrs:{d:"M316.367 165.344l29.951 46.894H407.953l9.879-2.729"}})]),r("path",{attrs:{d:"M346.318 212.238l-.68.434.238.372h.442v-.806zm61.635 0v.806h.11l.105-.029-.215-.777zm-92.265-46.46l29.95 46.894 1.359-.868-29.95-46.894-1.359.868zm30.63 47.266h30.817v-1.612h-30.817v1.612zm30.817 0h30.818v-1.612h-30.818v1.612zm31.033-.029l9.878-2.729-.429-1.554-9.879 2.729.43 1.554z",fill:"#808B98",mask:"url(#A)"}}),r("mask",{attrs:{id:"B",fill:"#fff"}},[r("path",{attrs:{d:"M360.185 199.039l-13.868 6.252h-140.96l-21.771-18.236"}})]),r("path",{attrs:{d:"M346.317 205.291v.806h.174l.158-.071-.332-.735zm-140.96 0l-.517.618.224.188h.293v-.806zm154.497-6.987l-13.868 6.252.663 1.47 13.868-6.252-.663-1.47zm-13.537 6.181h-34.831v1.612h34.831v-1.612zm-34.831 0h-34.831v1.612h34.831v-1.612zm-34.831 0h-35.649v1.612h35.649v-1.612zm-35.649 0h-35.649v1.612h35.649v-1.612zm-35.131.188l-21.772-18.236-1.035 1.236 21.772 18.236 1.035-1.236z",fill:"#808B98",mask:"url(#B)"}}),r("mask",{attrs:{id:"C",fill:"#fff"}},[r("path",{attrs:{d:"M378.639 183.755l29.314-149.019H642.302l9.878-2.52"}})]),r("path",{attrs:{d:"M407.953 34.736v-.806h-.663l-.128.65.791.156zm234.349 0v.806h.101l.098-.025-.199-.78zM379.43 183.91l29.314-149.018-1.582-.311-29.314 149.018 1.582.311zm28.523-148.368h32.056V33.93h-32.056v1.612zm32.056 0h32.056V33.93h-32.056v1.612zm32.056 0h26.329V33.93h-26.329v1.612zm26.329 0h26.329V33.93h-26.329v1.612zm26.329 0h26.311V33.93h-26.311v1.612zm26.311 0h26.311V33.93h-26.311v1.612zm26.311 0h32.478V33.93h-32.478v1.612zm32.478 0h32.479V33.93h-32.479v1.612zm32.678-.025l9.879-2.52-.399-1.562-9.878 2.52.398 1.562z",fill:"#808B98",mask:"url(#C)"}}),r("mask",{attrs:{id:"D",fill:"#fff"}},[r("path",{attrs:{d:"M496.682 93.44l-24.618 109.941h-9.878"}})]),r("path",{attrs:{d:"M472.064 203.381v.806h.646l.141-.63-.787-.176zm23.832-110.117l-24.618 109.94 1.573.353 24.618-109.94-1.573-.353zm-23.832 109.31h-9.878v1.613h9.878v-1.613z",fill:"#808B98",mask:"url(#D)"}}),r("mask",{attrs:{id:"E",fill:"#fff"}},[r("path",{attrs:{d:"M497.163 93.44l-25.099 155.966H407.953l-26.758-50.367"}})]),r("path",{attrs:{d:"M472.064 249.406v.806h.687l.109-.678-.796-.128zm-64.111 0l-.712.378.227.428h.485v-.806zm88.415-156.094l-25.1 155.966 1.592.256 25.099-155.965-1.591-.257zM472.064 248.6h-32.056v1.612h32.056V248.6zm-32.056 0h-32.055v1.612h32.055V248.6zm-31.344.428l-26.758-50.368-1.423.757 26.758 50.367 1.423-.756z",fill:"#808B98",mask:"url(#E)"}}),r("mask",{attrs:{id:"F",fill:"#fff"}},[r("path",{attrs:{d:"M499.365 93.44L524.723 293l9.879-1.304"}})]),r("path",{attrs:{d:"M524.723 293l-.8.102.102.803.804-.106-.106-.799zM498.565 93.542l25.358 199.56 1.6-.204-25.358-199.56-1.6.204zm26.264 200.257l9.878-1.304-.211-1.598-9.878 1.304.211 1.598z",fill:"#808B98",mask:"url(#F)"}}),r("mask",{attrs:{id:"G",fill:"#fff"}},[r("path",{attrs:{d:"M607.393 174.723l-30.049 94.483H205.358l-28.266-82.151"}})]),r("path",{attrs:{d:"M577.344 269.206v.806h.59l.179-.562-.769-.244zm-371.986 0l-.763.262.187.544h.576v-.806zm401.266-94.727l-30.048 94.482 1.537.489 30.048-94.483-1.537-.488zm-29.28 93.921h-26.31v1.612h26.31V268.4zm-26.31 0h-26.311v1.612h26.311V268.4zm-26.311 0h-26.329v1.612h26.329V268.4zm-26.329 0h-26.33v1.612h26.33V268.4zm-26.33 0h-32.055v1.612h32.055V268.4zm-32.055 0h-32.056v1.612h32.056V268.4zm-32.056 0h-30.818v1.612h30.818V268.4zm-30.818 0h-30.818v1.612h30.818V268.4zm-30.818 0h-34.831v1.612h34.831V268.4zm-34.831 0h-34.83v1.612h34.83V268.4zm-34.83 0h-35.649v1.612h35.649V268.4zm-35.649 0h-35.649v1.612h35.649V268.4zm-34.887.543l-28.266-82.151-1.524.525 28.265 82.151 1.525-.525z",fill:"#808B98",mask:"url(#G)"}}),r("mask",{attrs:{id:"H",fill:"#fff"}},[r("path",{attrs:{d:"M632.423 167.081h9.878L666.99 40.768"}})]),r("path",{attrs:{d:"M642.301 167.081v.806h.664l.128-.651-.792-.155zm-9.878.806h9.878v-1.612h-9.878v1.612zm10.67-.651l24.688-126.313-1.582-.31-24.689 126.314 1.583.309z",fill:"#808B98",mask:"url(#H)"}}),r("mask",{attrs:{id:"I",fill:"#fff"}},[r("path",{attrs:{d:"M558.407 262.822l18.937 16.997h64.957l26.007-239.021"}})]),r("path",{attrs:{d:"M577.344 279.819l-.538.6.229.206h.309v-.806zm64.957 0v.806h.724l.078-.719-.802-.087zm-84.432-16.397l18.937 16.997 1.077-1.2-18.937-16.996-1.077 1.199zm19.475 17.203h32.479v-1.612h-32.479v1.612zm32.479 0h32.478v-1.612h-32.478v1.612zm33.28-.719l26.007-239.02-1.603-.175L641.5 279.732l1.603.174z",fill:"#808B98",mask:"url(#I)"}}),r("mask",{attrs:{id:"J",fill:"#fff"}},[r("path",{attrs:{d:"M552.676 281.884l24.669-114.803h9.878"}})]),r("path",{attrs:{d:"M577.345 167.081v-.806h-.652l-.137.637.789.169zm-23.881 114.973l24.669-114.803-1.577-.339-24.668 114.803 1.576.339zm23.881-114.167h9.878v-1.612h-9.878v1.612z",fill:"#808B98",mask:"url(#J)"}}),r("mask",{attrs:{id:"K",fill:"#fff"}},[r("path",{attrs:{d:"M290.309 245.933h-84.952l-27.345-58.878"}})]),r("path",{attrs:{d:"M205.357 245.933l-.731.339.217.467h.514v-.806zm84.952-.807h-13.654v1.613h13.654v-1.613zm-13.654 0h-35.649v1.613h35.649v-1.613zm-35.649 0h-35.649v1.613h35.649v-1.613zm-34.918.467l-27.345-58.878-1.462.679 27.345 58.878 1.462-.679z",fill:"#808B98",mask:"url(#K)"}}),r("mask",{attrs:{id:"L",fill:"#fff"}},[r("path",{attrs:{d:"M317.08 238.29l29.237-39.946 9.879-2.227"}})]),r("path",{attrs:{d:"M346.317 198.344l-.177-.787-.295.067-.178.244.65.476zm-28.587 40.423l29.238-39.947-1.301-.952-29.238 39.946 1.301.953zm28.765-39.637l9.878-2.227-.354-1.573-9.879 2.227.355 1.573z",fill:"#808B98",mask:"url(#L)"}}),r("path",{attrs:{d:"M104.196 141.622v-14.478h29.199v14.478h-29.199zM153.959 187.126v-14.477h41.227v14.477h-41.227z",fill:"#808B98","fill-opacity":".15",stroke:"#808B98","stroke-width":".806"}}),r("mask",{attrs:{id:"M",fill:"#fff"}},[r("path",{attrs:{d:"M652.289 18.83c0 .95 1.829 1.862 5.084 2.534 3.254.672 7.669 1.05 12.272 1.05 4.603 0 9.017-.378 12.272-1.05 3.255-.672 5.083-1.584 5.083-2.534 0-.95-1.828-1.862-5.083-2.534-3.255-.673-7.669-1.05-12.272-1.05-4.603 0-9.018.377-12.272 1.05-3.255.672-5.084 1.583-5.084 2.534v18.868c0 .95 1.829 1.862 5.084 2.534 3.254.672 7.669 1.05 12.272 1.05 4.603 0 9.017-.378 12.272-1.05 3.255-.672 5.083-1.584 5.083-2.534V18.83"}})]),r("path",{attrs:{d:"M652.289 18.83c0 .95 1.829 1.862 5.084 2.534 3.254.672 7.669 1.05 12.272 1.05 4.603 0 9.017-.378 12.272-1.05 3.255-.672 5.083-1.584 5.083-2.534 0-.95-1.828-1.862-5.083-2.534-3.255-.673-7.669-1.05-12.272-1.05-4.603 0-9.018.377-12.272 1.05-3.255.672-5.084 1.583-5.084 2.534v18.868c0 .95 1.829 1.862 5.084 2.534 3.254.672 7.669 1.05 12.272 1.05 4.603 0 9.017-.378 12.272-1.05 3.255-.672 5.083-1.584 5.083-2.534V18.83",fill:"#808B98","fill-opacity":".2"}}),r("path",{attrs:{d:"M687 18.83h.806H687zm-34.711 0h-.806.806zm0 18.868h-.806.806zm34.711 0h.806H687zM651.483 18.83c0 .515.251.94.564 1.263.31.32.728.593 1.204.83.954.476 2.302.889 3.959 1.23l.326-1.578c-1.599-.33-2.792-.71-3.566-1.095-.388-.194-.63-.37-.765-.508-.132-.137-.109-.182-.109-.142h-1.613zm5.727 3.324c3.324.686 7.796 1.066 12.435 1.066v-1.612c-4.568 0-8.924-.376-12.109-1.033l-.326 1.579zm12.435 1.066c4.638 0 9.11-.38 12.435-1.066l-.326-1.58c-3.185.658-7.542 1.034-12.109 1.034v1.612zm12.435-1.066c1.656-.342 3.005-.756 3.959-1.231.475-.237.894-.51 1.204-.83.312-.323.563-.748.563-1.263h-1.612c0-.04.022.005-.11.142-.134.139-.376.314-.765.508-.774.386-1.967.765-3.565 1.095l.326 1.579zm5.726-3.324c0-.515-.251-.94-.563-1.263-.31-.32-.729-.593-1.204-.83-.954-.476-2.303-.889-3.959-1.23l-.326 1.578c1.598.33 2.791.709 3.565 1.095.389.193.631.369.765.508.132.137.11.181.11.142h1.612zm-5.726-3.324c-3.325-.687-7.797-1.066-12.435-1.066v1.612c4.567 0 8.924.375 12.109 1.033l.326-1.579zm-12.435-1.066c-4.639 0-9.111.38-12.435 1.066l.326 1.579c3.185-.658 7.541-1.033 12.109-1.033V14.44zm-12.435 1.066c-1.657.342-3.005.755-3.959 1.23-.476.238-.894.51-1.204.83-.313.324-.564.749-.564 1.264h1.613c0 .04-.023-.005.109-.142.135-.14.377-.315.765-.508.774-.386 1.967-.765 3.566-1.095l-.326-1.579zm-5.727 3.324v18.868h1.613V18.83h-1.613zm0 18.868c0 .515.251.94.564 1.263.31.32.728.593 1.204.83.954.476 2.302.889 3.959 1.23l.326-1.578c-1.599-.33-2.792-.71-3.566-1.095-.388-.194-.63-.37-.765-.508-.132-.137-.109-.182-.109-.142h-1.613zm5.727 3.324c3.324.686 7.796 1.066 12.435 1.066v-1.612c-4.568 0-8.924-.376-12.109-1.033l-.326 1.579zm12.435 1.066c4.638 0 9.11-.38 12.435-1.066l-.326-1.58c-3.185.658-7.542 1.034-12.109 1.034v1.612zm12.435-1.066c1.656-.343 3.005-.755 3.959-1.231.475-.237.894-.51 1.204-.83.312-.323.563-.748.563-1.263h-1.612c0-.04.022.005-.11.142-.134.139-.376.314-.765.508-.774.386-1.967.765-3.565 1.095l.326 1.579zm5.726-3.324V18.83h-1.612v18.868h1.612z",fill:"#808B98",mask:"url(#M)"}}),r("path",{attrs:{d:"M482.456 93.512V79.034h32.095v14.478h-32.095zM215.749 125.296v-14.478h50.735v14.478h-50.735zM286.899 165.521v-14.478h49.098v14.478h-49.098zM418.344 211.094v-14.477h43.548v14.477h-43.548zM587.735 174.795v-14.478h44.394v14.478h-44.394zM356.709 199.11v-14.477h41.072v14.477h-41.072zM83.343 116.723l-8.235 14.478H3.964l8.234-14.478h71.145zM290.822 253.646v-14.478h41.548v14.478h-41.548z",fill:"#808B98","fill-opacity":".15",stroke:"#808B98","stroke-width":".806"}})])]))}},HZ=U({render:function(){var e=this.$createElement;return(this._self._c||e)("div",{key:this.renderKey,staticClass:"diagram-component"})},staticRenderFns:[]},function(e){e&&e("data-v-551ff9a2_0",{source:".diagram-component{width:100%;height:100%}.diagram-component .appmap.appmap--theme-dark{overflow:hidden}",map:void 0,media:void 0})},{name:"v-diagram-component",props:{theme:{type:String,default:"dark",validator:e=>["dark","light"].indexOf(e)!==-1},zoomButtons:{type:Boolean,default:!0},classMap:Ds},data:()=>({renderKey:0,componentDiagram:null}),watch:{$props:{handler(){this.renderKey+=1},deep:!0},"$store.state.appMap":{handler(){this.renderKey+=1,this.renderDiagram()}},"$store.getters.selectedObject":{handler(){this.highlightSelectedComponent()}}},methods:{highlightSelectedComponent(e=!0){let{selectedObject:t}=this.$store.getters;if(!t)return void this.componentDiagram.highlight(null);let r=t;if(t instanceof we&&(r=t.codeObject),r instanceof hr)if(r.type===z.FUNCTION&&(r=r.classObject),this.componentDiagram.hasObject(r))this.componentDiagram.highlight(r);else{let n=[...r.ancestors()].find(i=>this.componentDiagram.hasObject(i));if(n){let i=[z.PACKAGE,z.HTTP].includes(n.type);e&&i?(this.componentDiagram.expand(n),this.componentDiagram.highlight(r)):this.componentDiagram.highlight(n)}}},renderDiagram(){this.$nextTick(()=>{this.componentDiagram=new _l(this.$el,{theme:this.theme,zoom:{controls:this.zoomButtons}}),this.componentDiagram.render(this.classMap),this.componentDiagram.on("click",e=>this.selectObject(e)).on("edge",e=>this.selectObject({...e,type:"edge"})).on("collapse",()=>this.highlightSelectedComponent(!1)).on("expand",()=>this.highlightSelectedComponent(!1)).on("makeRoot",e=>{this.$root.$emit("makeRoot",e)}),this.highlightSelectedComponent()})},selectObject(e){this.$store&&(this.$store.commit("clearObjectStack"),this.$store.commit("selectObject",e))}},mounted(){this.renderDiagram()},updated(){this.renderDiagram()},activated(){this.componentDiagram&&(this.componentDiagram.render(this.classMap),this.highlightSelectedComponent())}},void 0,!1,void 0,!1,X,void 0,void 0),GZ={functional:!0,render(e,t){let{_c:r,_v:n,data:i,children:a=[]}=t,{class:s,staticClass:o,style:l,staticStyle:u,attrs:d={},...h}=i;return r("svg",{class:[s,o],style:[l,u],attrs:Object.assign({viewBox:"0 0 34 24",xmlns:"http://www.w3.org/2000/svg"},d),...h},a.concat([r("path",{attrs:{d:"M0 4a4 4 0 014-4h15.842a4 4 0 012.764 1.109l10.638 10.168a1 1 0 010 1.446L22.606 22.89A4 4 0 0119.842 24H4a4 4 0 01-4-4V4z"}})]))}},kf=U({render:function(){var e=this.$createElement,t=this._self._c||e;return t("div",{staticClass:"columns"},[t("div",{staticClass:"columns__column columns__column--left"},[this._t("left")],2),this._v(" "),t("div",{staticClass:"columns__column columns__column--right"},[this._t("right")],2)])},staticRenderFns:[]},function(e){e&&e("data-v-7026cb12_0",{source:".columns[data-v-7026cb12]{display:flex;flex-direction:row;width:100%}.columns__column[data-v-7026cb12]{flex:1 0 auto}.columns__column--left[data-v-7026cb12]{text-align:left;margin-right:1em}.columns__column--right[data-v-7026cb12]{text-align:right;margin-left:1em}",map:void 0,media:void 0})},{name:"v-trace-node-columns"},"data-v-7026cb12",!1,void 0,!1,X,void 0,void 0),Bf=U({render:function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("v-popper",{attrs:{placement:e.popperPlacement,text:e.popperText}},[r("div",{staticClass:"port"},[e.type==="input"?r(e.portType,{tag:"component",class:e.iconClass}):e._e(),e._v(" "),r("span",{staticClass:"label"},[e._v(e._s(e.label))]),e._v(" "),e.type==="output"?r(e.portType,{tag:"component",class:e.iconClass}):e._e()],1)])},staticRenderFns:[]},function(e){e&&e("data-v-5a78fa0c_0",{source:".port[data-v-5a78fa0c]{display:block;cursor:pointer;transition:color .3s cubic-bezier(.25,.5,.25,1)}.port[data-v-5a78fa0c]:hover{color:#e3e5e8}.label[data-v-5a78fa0c]{margin:0 .25rem;line-height:1em}.icon[data-v-5a78fa0c]{height:.8rem;vertical-align:middle}.icon--type-int[data-v-5a78fa0c]{fill:#f92672}.icon--type-string[data-v-5a78fa0c]{fill:#a6e22e}.icon--type-bool[data-v-5a78fa0c]{fill:#66d9ef}.icon--type-float[data-v-5a78fa0c]{fill:#fd971f}.icon--type-object[data-v-5a78fa0c]{fill:#ae81ff}",map:void 0,media:void 0})},{name:"v-trace-node-port",components:{PortConnected:{functional:!0,render(e,t){let{_c:r,_v:n,data:i,children:a=[]}=t,{class:s,staticClass:o,style:l,staticStyle:u,attrs:d={},...h}=i;return r("svg",{class:[s,o],style:[l,u],attrs:Object.assign({viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},d),...h},a.concat([r("circle",{attrs:{cx:"12",cy:"12",r:"12"}})]))}},PortDisconnected:{functional:!0,render(e,t){let{_c:r,_v:n,data:i,children:a=[]}=t,{class:s,staticClass:o,style:l,staticStyle:u,attrs:d={},...h}=i;return r("svg",{class:[s,o],style:[l,u],attrs:Object.assign({viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},d),...h},a.concat([r("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12zm0-2c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10z"}})]))}},VPopper:vn},props:{type:{type:String,default:"input",validator:e=>["input","output"].indexOf(e)!==-1},text:{type:String},parameterObject:{required:!1}},data(){return{label:this.text||this.parameterObject.name}},computed:{popperText(){return this.parameterObject&&this.parameterObject.value!==null&&this.parameterObject.value!==void 0?this.parameterObject.value.toString():"null"},iconClass(){return"icon icon--type-"+this.dataType},dataType(){switch(this.parameterObject.class){case"boolean":case"TrueClass":case"FalseClass":case"java.lang.Boolean":return"bool";case"status":case"byte":case"short":case"int":case"long":case"Number":case"Integer":case"java.lang.Byte":case"java.lang.Short":case"java.lang.Integer":case"java.lang.Long":return"int";case"float":case"double":case"BigDecimal":case"Float":case"java.lang.Float":case"java.lang.Double":return"float";case"mime_type":case"char":case"String":case"java.lang.Char":case"java.lang.String":return"string";default:return"object"}},portType(){return this.parameterObject.value?"port-connected":"port-disconnected"},popperPlacement(){return this.type==="input"?"left":"right"}}},"data-v-5a78fa0c",!1,void 0,!1,X,void 0,void 0),Y4=U({render:function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("div",{staticClass:"trace"},e._l(e.events,function(n,i){return r("v-trace-event-block",{key:n.id,ref:"nodes",refInFor:!0,attrs:{event:n,"selected-events":e.selectedEvents,"focused-event":e.focusedEvent,"highlighted-events":e.highlightedEvents,"highlighted-event":e.highlightedEvent,"highlighted-event-index":e.highlightedEventIndex,"highlight-color":e.highlightColor,"highlight-all":e.highlightAll,"highlight-style":e.highlightStyle,"has-parent":Boolean(n.parent),"is-first-child":i==0,"is-last-child":i==e.events.length-1},on:{updated:function(a){return e.$emit("updated")},expand:function(a){return e.$emit("expand",a)},collapse:function(a){return e.$emit("collapse",a)},clickEvent:function(a){return e.$emit("clickEvent",a)}}})}),1)},staticRenderFns:[]},function(e){e&&e("data-v-597009f4_0",{source:'@font-face{font-family:"IBM Plex Mono";src:local("IBM Plex Mono"),url(../../assets/fonts/IBM_Plex_Mono/IBMPlexMono-Regular.ttf) format("truetype")}.trace{width:max-content;display:inline-block;font-family:"IBM Plex Mono",monospace;font-size:.8rem}',map:void 0,media:void 0})},{name:"v-trace",components:{VTraceEventBlock:U({render:function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("div",{class:e.classes,style:e.styles},[e.isLastChild&&!e.isFirstChild?r("div",{staticClass:"event-block__connection",style:e.connectionStyles}):e._e(),e._v(" "),r("v-trace-node",{ref:"node",attrs:{event:e.event,filtered:e.highlightedEvents.has(e.event),highlight:e.selectedEvents.includes(e.event)||e.event===e.highlightedEvent,"highlight-color":e.highlightColor,"highlight-style":e.highlightStyle,"highlight-index":e.event===e.highlightedEvent?e.highlightedEventIndex:0,focused:e.focusedEvent&&e.event&&e.focusedEvent.id===e.event.id},on:{expandChildren:function(n){return e.toggleVisibility()}},nativeOn:{click:function(n){return n.stopPropagation(),e.$emit("clickEvent",e.event)}}}),e._v(" "),e.isExpanded?r("v-trace",{ref:"children",attrs:{events:e.event.children,"selected-events":e.selectedEvents,"focused-event":e.focusedEvent,"highlighted-events":e.highlightedEvents,"highlighted-event":e.highlightedEvent,"highlighted-event-index":e.highlightedEventIndex,"highlight-color":e.highlightColor,"highlight-all":e.highlightAll,"highlight-style":e.highlightStyle},on:{updated:function(n){return e.onUpdate()},expand:function(n){return e.$emit("expand",n)},collapse:function(n){return e.$emit("collapse",n)},clickEvent:function(n){return e.$emit("clickEvent",n)}}}):e._e(),e._v(" "),!e.isExpanded&&e.event.children.length>0?r("v-trace-summary",{ref:"summary",attrs:{event:e.event},nativeOn:{click:function(n){return n.stopPropagation(),e.toggleVisibility()}}}):e._e()],1)},staticRenderFns:[]},function(e){e&&e("data-v-9583ab10_0",{source:'.event-block{display:flex;flex-shrink:0;align-items:flex-start}.event-block:not(:last-child){margin-bottom:1rem}.event-block>*{flex:inherit}.event-block>.trace{margin-left:74px;position:relative}.event-block .trace .event-block--one-child::before{content:"";position:absolute;top:36px;left:-74px;width:74px;height:4px;background-color:#808b98;z-index:-1}.event-block .trace .event-block--first-child::before{content:"";position:absolute;top:36px;left:-74px;width:74px;height:4px;background-color:#808b98;z-index:-1}.event-block .trace .event-block--first-child::after{content:"";position:absolute;top:36px;left:-74px;width:37px;height:37px;border-radius:0 25px 0 0;border:4px solid #808b98;border-bottom:0;border-left:0;z-index:-1}.event-block .trace .event-block:not(.event-block--one-child):not(.event-block--first-child):not(.event-block--last-child){position:relative}.event-block .trace .event-block:not(.event-block--one-child):not(.event-block--first-child):not(.event-block--last-child)::before{content:"";position:absolute;top:0;right:100%;width:33px;height:37px;border-radius:0 0 0 25px;border:4px solid #808b98;border-top:0;border-right:0;z-index:-1}.event-block .trace .event-block--last-child .event-block__connection{position:absolute;top:74px;right:100%;width:37px;border-radius:0 0 0 25px;border:4px solid #808b98;border-top:0;border-right:0;z-index:-1}',map:void 0,media:void 0})},{name:"v-trace-event-block",components:{"v-trace":()=>Promise.resolve().then(function(){return WZ}),VTraceNode:U({render:function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("div",{class:e.classes,style:e.style,attrs:{"data-event-id":e.event.id}},[e.highlightIndex?r("div",{staticClass:"trace-node__index"},[e._v(`
56
+ `)])},staticRenderFns:[]},function(e){e&&e("data-v-44c489f4_0",{source:'.tab-btn[data-v-44c489f4]{align-self:flex-end;position:relative;bottom:-1px;appearance:none;border:1px solid #242c41;border-radius:.25rem .25rem 0 0;background-color:transparent;cursor:pointer;color:#716e85;font-size:.75rem;font-family:"IBM Plex Sans","Helvetica Neue",Helvetica,Arial,sans-serif;padding:.5rem .5rem;margin:0;transition:all .3s ease;white-space:nowrap}.tab-btn[data-v-44c489f4]:active,.tab-btn[data-v-44c489f4]:hover{color:#e7e7e7}.tab-btn[data-v-44c489f4]:focus{outline:0}.tab-btn+.tab-btn[data-v-44c489f4]{margin-left:1rem}.tab-btn--active[data-v-44c489f4]{border-bottom-color:#010306;cursor:default;color:#e7e7e7}.tab-btn--active[data-v-44c489f4]:active,.tab-btn--active[data-v-44c489f4]:hover{color:#e7e7e7}',map:void 0,media:void 0})},{name:"v-tab-button",computed:{classes(){return{"tab-btn":!0,"tab-btn--active":this.isActive}}},props:{label:{type:String,required:!0},isActive:Boolean,reference:String},methods:{clickTab(){this.$root.$emit("clickTab",this.reference)}}},"data-v-44c489f4",!1,void 0,!1,X,void 0,void 0)},data:()=>({activeTab:null,tabs:[]}),methods:{activateTab(e){e!==this.activeTab&&(this.activeTab&&this.activeTab.setActive(!1),e&&e.setActive(!0),this.activeTab=e,this.$emit("activateTab",e))}},mounted(){this.$nextTick(()=>{this.tabs=this.$children.filter(e=>e.$options.name==="v-tab"),this.activateTab(this.tabs[0])})}},"data-v-610214e0",!1,void 0,!1,X,void 0,void 0),GT={functional:!0,render(e,t){let{_c:r,_v:n,data:i,children:a=[]}=t,{class:s,staticClass:o,style:l,staticStyle:u,attrs:d={},...h}=i;return r("svg",{class:[s,o],style:[l,u],attrs:Object.assign({viewBox:"0 0 8 7",xmlns:"http://www.w3.org/2000/svg"},d),...h},a.concat([r("path",{attrs:{d:"M6.756.546A.718.718 0 017.27.333a.72.72 0 01.51.221.79.79 0 01.22.53.792.792 0 01-.193.541L3.89 6.754a.708.708 0 01-1.06.02L.234 4.054a.802.802 0 01-.019-1.109.707.707 0 011.059.02L3.33 5.116 6.738.57a.269.269 0 01.02-.023h-.002z"}})]))}},qZ={functional:!0,render(e,t){let{_c:r,_v:n,data:i,children:a=[]}=t,{class:s,staticClass:o,style:l,staticStyle:u,attrs:d={},...h}=i;return r("svg",{class:[s,o],style:[l,u],attrs:Object.assign({width:"16",height:"16",xmlns:"http://www.w3.org/2000/svg"},d),...h},a.concat([r("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M2 1h9.177a1 1 0 011 1v9.177a1 1 0 01-1 1H2a1 1 0 01-1-1V2a1 1 0 011-1zM0 2a2 2 0 012-2h9.177a2 2 0 012 2v.824H14a2 2 0 012 2V14a2 2 0 01-2 2H4.824a2 2 0 01-2-2v-.823h1V14a1 1 0 001 1H14a1 1 0 001-1V4.824a1 1 0 00-1-1h-.823v7.353a2 2 0 01-2 2H2a2 2 0 01-2-2V2z"}})]))}},Pf={functional:!0,render(e,t){let{_c:r,_v:n,data:i,children:a=[]}=t,{class:s,staticClass:o,style:l,staticStyle:u,attrs:d={},...h}=i;return r("svg",{class:[s,o],style:[l,u],attrs:Object.assign({viewBox:"0 0 12 12",xmlns:"http://www.w3.org/2000/svg"},d),...h},a.concat([r("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M11.36 11.684a.376.376 0 00.53 0 .37.37 0 000-.526L6.634 5.934 11.757.842a.37.37 0 000-.526.376.376 0 00-.53 0L6.105 5.408.772.109a.376.376 0 00-.53 0 .37.37 0 000 .526l5.333 5.299-5.465 5.43a.37.37 0 000 .527.376.376 0 00.53 0L6.103 6.46l5.257 5.224z"}})]))}},WT={functional:!0,render(e,t){let{_c:r,_v:n,data:i,children:a=[]}=t,{class:s,staticClass:o,style:l,staticStyle:u,attrs:d={},...h}=i;return r("svg",{class:[s,o],style:[l,u],attrs:Object.assign({width:"12",height:"12",xmlns:"http://www.w3.org/2000/svg"},d),...h},a.concat([r("path",{attrs:{d:"M8.275 6l3.411-3.411a1.072 1.072 0 000-1.517l-.758-.758a1.072 1.072 0 00-1.517 0L6 3.725 2.589.314a1.072 1.072 0 00-1.517 0l-.758.758a1.072 1.072 0 000 1.517L3.725 6 .314 9.411a1.072 1.072 0 000 1.517l.758.758a1.072 1.072 0 001.517 0L6 8.275l3.411 3.411a1.072 1.072 0 001.517 0l.758-.758a1.072 1.072 0 000-1.517L8.275 6z"}})]))}},jZ={functional:!0,render(e,t){let{_c:r,_v:n,data:i,children:a=[]}=t,{class:s,staticClass:o,style:l,staticStyle:u,attrs:d={},...h}=i;return r("svg",{class:[s,o],style:[l,u],attrs:Object.assign({viewBox:"0 0 14 14",xmlns:"http://www.w3.org/2000/svg"},d),...h},a.concat([r("path",{attrs:{d:"M7.013 0c1.87.003 3.569.74 4.822 1.939L12.845.93A.677.677 0 0114 1.41v3.784a.677.677 0 01-.677.677H9.539a.677.677 0 01-.48-1.156l1.18-1.179a4.708 4.708 0 00-3.197-1.278c-2.608-.022-4.806 2.088-4.784 4.783.022 2.556 2.094 4.7 4.742 4.7 1.16 0 2.258-.413 3.123-1.172a.338.338 0 01.462.016l1.12 1.12a.34.34 0 01-.014.491A7 7 0 010 7C-.001 3.14 3.15-.007 7.012 0z"}})]))}},zZ={functional:!0,render(e,t){let{_c:r,_v:n,data:i,children:a=[]}=t,{class:s,staticClass:o,style:l,staticStyle:u,attrs:d={},...h}=i;return r("svg",{class:[s,o],style:[l,u],attrs:Object.assign({width:"16",height:"14",fill:"none",xmlns:"http://www.w3.org/2000/svg"},d),...h},a.concat([r("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M8.296 8v2.857L16 5.143 8.296 0v3H5.704C2.554 3 0 5.463 0 8.5c0 3.54 2.641 5.122 3.247 5.44a.547.547 0 00.324.057 3.369 3.369 0 01-1.2-2.569C2.37 9.535 3.961 8 5.925 8c.054 0 .107 0 .16.003.046-.002.09-.003.136-.003h2.074z",fill:"#EAEAEA"}})]))}},VZ={functional:!0,render(e,t){let{_c:r,_v:n,data:i,children:a=[]}=t,{class:s,staticClass:o,style:l,staticStyle:u,attrs:d={},...h}=i;return r("svg",{class:[s,o],style:[l,u],attrs:Object.assign({width:"687",height:"293",fill:"none",xmlns:"http://www.w3.org/2000/svg"},d),...h},a.concat([r("g",{attrs:{opacity:".3"}},[r("mask",{attrs:{id:"a",fill:"#fff"}},[r("path",{attrs:{d:"M133.744 138.405l9.878 2.552 24.853 31.436"}})]),r("path",{attrs:{d:"M143.622 140.957l.633-.5-.169-.213-.262-.068-.202.781zm-10.08-1.771l9.879 2.551.403-1.561-9.879-2.551-.403 1.561zm9.448 2.271l24.853 31.436 1.265-1-24.853-31.436-1.265 1z",fill:"#808B98",mask:"url(#a)"}}),r("mask",{attrs:{id:"b",fill:"#fff"}},[r("path",{attrs:{d:"M121.35 126.266l22.217-63.74h328.497l17.684 15.63"}})]),r("path",{attrs:{d:"M143.567 62.525v-.806h-.572l-.189.54.761.266zm328.497 0l.534-.604-.229-.202h-.305v.806zm-349.953 64.007l22.218-63.741-1.523-.531L120.589 126l1.522.531zm21.456-63.2h30.895v-1.613h-30.895v1.612zm30.895 0h30.895v-1.613h-30.895v1.612zm30.895 0h35.649v-1.613h-35.649v1.612zm35.649 0h35.649v-1.613h-35.649v1.612zm35.649 0h34.831v-1.613h-34.831v1.612zm34.831 0h34.831v-1.613h-34.831v1.612zm34.831 0h30.818v-1.613h-30.818v1.612zm30.818 0h30.818v-1.613h-30.818v1.612zm30.818 0h32.056v-1.613h-32.056v1.612zm32.056 0h32.055v-1.613h-32.055v1.612zm31.521-.203l17.684 15.631 1.068-1.208-17.684-15.63-1.068 1.207z",fill:"#808B98",mask:"url(#b)"}}),r("mask",{attrs:{id:"c",fill:"#fff"}},[r("path",{attrs:{d:"M175.778 171.771L205.357 0h436.944l14.476 15.925"}})]),r("path",{attrs:{d:"M205.357 0v-.806h-.679l-.115.67.794.136zm436.944 0l.596-.542-.239-.264h-.357V0zM176.573 171.908L206.152.137l-1.589-.274-29.579 171.771 1.589.274zM205.357.806h35.649V-.806h-35.649V.806zm35.649 0h35.649V-.806h-35.649V.806zm35.649 0h34.831V-.806h-34.831V.806zm34.831 0h34.831V-.806h-34.831V.806zm34.831 0h30.818V-.806h-30.818V.806zm30.818 0h30.818V-.806h-30.818V.806zm30.818 0h32.055V-.806h-32.055V.806zm32.055 0h32.056V-.806h-32.056V.806zm32.056 0h26.329V-.806h-26.329V.806zm26.329 0h26.329V-.806h-26.329V.806zm26.329 0h26.311V-.806h-26.311V.806zm26.311 0h26.311V-.806h-26.311V.806zm26.311 0h32.478V-.806h-32.478V.806zm32.478 0h32.479V-.806h-32.479V.806zm31.882-.264l14.476 15.925 1.193-1.084L642.897-.542 641.704.542z",fill:"#808B98",mask:"url(#c)"}}),r("mask",{attrs:{id:"d",fill:"#fff"}},[r("path",{attrs:{d:"M177.73 171.771l27.627-64.61 9.879 2.888"}})]),r("path",{attrs:{d:"M205.357 107.161l.227-.774-.687-.2-.281.657.741.317zm-26.886 64.927l27.628-64.61-1.483-.634-27.627 64.61 1.482.634zm26.66-64.153l9.879 2.888.452-1.548-9.878-2.888-.453 1.548z",fill:"#808B98",mask:"url(#d)"}}),r("mask",{attrs:{id:"e",fill:"#fff"}},[r("path",{attrs:{d:"M182.701 171.771l22.656-21.016h71.298l9.879 1.971"}})]),r("path",{attrs:{d:"M205.357 150.755v-.806h-.316l-.232.215.548.591zm71.298 0l.158-.79-.078-.016h-.08v.806zm-93.406 21.607l22.657-21.016-1.097-1.182-22.656 21.016 1.096 1.182zm22.108-20.801h35.649v-1.612h-35.649v1.612zm35.649 0h35.649v-1.612h-35.649v1.612zm35.492-.015l9.878 1.97.316-1.581-9.879-1.97-.315 1.581z",fill:"#808B98",mask:"url(#e)"}}),r("mask",{attrs:{id:"f",fill:"#fff"}},[r("path",{attrs:{d:"M177.336 171.771l28.021-74.51H407.953L437.7 195.74"}})]),r("path",{attrs:{d:"M205.357 97.261v-.806h-.558l-.196.523.754.283zm202.596 0l.771-.233-.173-.573h-.598v.806zm-229.862 74.793l28.021-74.509-1.509-.567-28.021 74.509 1.509.567zm27.266-73.987h35.649v-1.612h-35.649v1.612zm35.649 0h35.649v-1.612h-35.649v1.612zm35.649 0h34.831v-1.612h-34.831v1.612zm34.831 0h34.831v-1.612h-34.831v1.612zm34.831 0h30.818v-1.612h-30.818v1.612zm30.818 0h30.818v-1.612h-30.818v1.612zm30.046-.572l29.747 98.477 1.544-.467-29.748-98.477-1.543.466z",fill:"#808B98",mask:"url(#f)"}}),r("mask",{attrs:{id:"g",fill:"#fff"}},[r("path",{attrs:{d:"M195.479 178.113l9.878-.611h140.96l13.868 6.253"}})]),r("path",{attrs:{d:"M205.357 177.502v-.806h-.024l-.025.001.049.805zm140.96 0l.332-.735-.158-.071h-.174v.806zm-150.788 1.416l9.878-.611-.099-1.61-9.879.611.1 1.61zm9.828-.61h35.649v-1.612h-35.649v1.612zm35.649 0h35.649v-1.612h-35.649v1.612zm35.649 0h34.831v-1.612h-34.831v1.612zm34.831 0h34.831v-1.612h-34.831v1.612zm34.5-.071l13.868 6.252.663-1.469-13.868-6.253-.663 1.47z",fill:"#808B98",mask:"url(#g)"}}),r("mask",{attrs:{id:"h",fill:"#fff"}},[r("path",{attrs:{d:"M171.226 187.055l-27.659 65.304-23.276-110.809"}})]),r("path",{attrs:{d:"M143.567 252.359l-.788.165.528 2.517 1.003-2.368-.743-.314zm26.917-65.619l-27.659 65.304 1.485.629 27.658-65.304-1.484-.629zm-26.128 65.453L121.08 141.384l-1.578.332 23.277 110.808 1.577-.331z",fill:"#808B98",mask:"url(#h)"}}),r("mask",{attrs:{id:"i",fill:"#fff"}},[r("path",{attrs:{d:"M84.056 116.138l9.749-2.029h111.553l9.878.962"}})]),r("path",{attrs:{d:"M93.805 114.109v-.807h-.083l-.081.017.164.79zm111.553 0l.078-.803-.039-.004h-.039v.807zM84.22 116.927l9.75-2.029-.33-1.579-9.748 2.03.328 1.578zm9.585-2.012h24.881v-1.613H93.805v1.613zm24.881 0h24.882v-1.613h-24.882v1.613zm24.882 0h30.895v-1.613h-30.895v1.613zm30.895 0h30.895v-1.613h-30.895v1.613zm30.816-.004l9.879.962.156-1.604-9.878-.963-.157 1.605z",fill:"#808B98",mask:"url(#i)"}}),r("mask",{attrs:{id:"j",fill:"#fff"}},[r("path",{attrs:{d:"M75.976 130.344l17.829 3.564h9.878"}})]),r("path",{attrs:{d:"M93.805 133.908l-.158.791.078.015h.08v-.806zm-17.987-2.773l17.829 3.564.316-1.581-17.83-3.564-.315 1.581zm17.987 3.579h9.878v-1.612h-9.878v1.612z",fill:"#808B98",mask:"url(#j)"}}),r("mask",{attrs:{id:"k",fill:"#fff"}},[r("path",{attrs:{d:"M49.122 131.303l44.682 63.567H143.567l15.621-7.815"}})]),r("path",{attrs:{d:"M93.804 194.87l-.66.464.242.342h.418v-.806zm49.763 0v.806h.191l.17-.085-.361-.721zm-95.105-63.104l44.683 63.568 1.319-.927-44.683-63.568-1.319.927zm45.342 63.91h24.882v-1.612H93.804v1.612zm24.882 0h24.881v-1.612h-24.881v1.612zm25.242-.085l15.621-7.815-.721-1.442-15.621 7.815.721 1.442z",fill:"#808B98",mask:"url(#k)"}}),r("mask",{attrs:{id:"l",fill:"#fff"}},[r("path",{attrs:{d:"M47.037 116.019L93.805 6.947H642.3l10.224 10.697"}})]),r("path",{attrs:{d:"M93.805 6.947v-.806h-.532l-.21.489.742.317zm548.496 0l.583-.557-.238-.249h-.345v.806zM47.778 116.337L94.546 7.265l-1.482-.635L46.296 115.7l1.482.636zM93.805 7.753h24.881V6.141H93.805v1.612zm24.881 0h24.881V6.141h-24.881v1.612zm24.881 0h30.895V6.141h-30.895v1.612zm30.895 0h30.895V6.141h-30.895v1.612zm30.895 0h35.649V6.141h-35.649v1.612zm35.649 0h35.649V6.141h-35.649v1.612zm35.649 0h34.831V6.141h-34.831v1.612zm34.831 0h34.831V6.141h-34.831v1.612zm34.831 0h30.818V6.141h-30.818v1.612zm30.818 0h30.818V6.141h-30.818v1.612zm30.818 0h32.056V6.141h-32.056v1.612zm32.056 0h32.055V6.141h-32.055v1.612zm32.055 0h26.329V6.141h-26.329v1.612zm26.329 0h26.33V6.141h-26.33v1.612zm26.33 0h26.31V6.141h-26.31v1.612zm26.31 0h26.311V6.141h-26.311v1.612zm26.311 0h32.479V6.141h-32.479v1.612zm32.479 0h32.478V6.141h-32.478v1.612zm31.896-.249l10.223 10.697 1.165-1.114L642.884 6.39l-1.165 1.114z",fill:"#808B98",mask:"url(#l)"}}),r("mask",{attrs:{id:"m",fill:"#fff"}},[r("path",{attrs:{d:"M245.081 125.224l31.575 59.225h69.661l9.879 2.227"}})]),r("path",{attrs:{d:"M276.656 184.449l-.712.38.228.426h.484v-.806zm69.661 0l.178-.786-.088-.02h-.09v.806zm-101.948-58.846l31.575 59.226 1.423-.759-31.575-59.225-1.423.758zm32.287 59.652h34.831v-1.612h-34.831v1.612zm34.831 0h34.83v-1.612h-34.83v1.612zm34.653-.019l9.879 2.227.354-1.573-9.878-2.227-.355 1.573z",fill:"#808B98",mask:"url(#m)"}}),r("mask",{attrs:{id:"n",fill:"#fff"}},[r("path",{attrs:{d:"M243.634 109.94l33.021-96.046H642.301l9.879 5.04"}})]),r("path",{attrs:{d:"M276.655 13.894v-.806h-.575l-.187.544.762.262zm365.646 0l.367-.718-.173-.088h-.194v.806zm-397.905 96.308l33.022-96.046-1.525-.524-33.022 96.046 1.525.524zm32.259-95.501h34.831v-1.613h-34.831v1.613zm34.831 0h34.831v-1.613h-34.831v1.613zm34.831 0h30.818v-1.613h-30.818v1.613zm30.818 0h30.818v-1.613h-30.818v1.613zm30.818 0h32.056v-1.613h-32.056v1.613zm32.056 0h32.055v-1.613h-32.055v1.613zm32.055 0h26.329v-1.613h-26.329v1.613zm26.329 0h26.33v-1.613h-26.33v1.613zm26.33 0h26.31v-1.613h-26.31v1.613zm26.31 0h26.311v-1.613h-26.311v1.613zm26.311 0h32.479v-1.613h-32.479v1.613zm32.479 0h32.478v-1.613h-32.478v1.613zm32.112-.088l9.879 5.04.732-1.437-9.878-5.04-.733 1.437z",fill:"#808B98",mask:"url(#n)"}}),r("mask",{attrs:{id:"o",fill:"#fff"}},[r("path",{attrs:{d:"M229.301 125.224l-23.944 15.631-24.771 30.916"}})]),r("path",{attrs:{d:"M205.357 140.855l-.44-.675-.108.071-.081.1.629.504zm23.503-16.306l-23.943 15.631.881 1.35 23.943-15.631-.881-1.35zm-24.132 15.802l-24.771 30.915 1.258 1.009 24.771-30.916-1.258-1.008z",fill:"#808B98",mask:"url(#o)"}}),r("mask",{attrs:{id:"p",fill:"#fff"}},[r("path",{attrs:{d:"M266.397 117.708h141.539l29.275 78.086"}})]),r("path",{attrs:{d:"M266.397 116.902h-.806v1.612h.806v-1.612zm141.539.806l.754-.283-.196-.523h-.558v.806zm28.52 78.369l.283.754 1.51-.566-.283-.754-1.51.566zm-170.059-77.563h9.904v-1.612h-9.904v1.612zm9.904 0h34.92v-1.612h-34.92v1.612zm34.92 0h34.921v-1.612h-34.921v1.612zm34.921 0h30.897v-1.612h-30.897v1.612zm30.897 0h30.897v-1.612h-30.897v1.612zm30.142-.523l29.275 78.086 1.51-.566-29.276-78.086-1.509.566z",fill:"#808B98",mask:"url(#p)"}}),r("mask",{attrs:{id:"q",fill:"#fff"}},[r("path",{attrs:{d:"M247.797 125.224l28.858 32.478h9.879"}})]),r("path",{attrs:{d:"M276.655 157.702l-.602.536.24.271h.362v-.807zm-29.461-31.942l28.859 32.478 1.205-1.071-28.859-32.478-1.205 1.071zm29.461 32.749h9.879v-1.613h-9.879v1.613z",fill:"#808B98",mask:"url(#q)"}}),r("mask",{attrs:{id:"r",fill:"#fff"}},[r("path",{attrs:{d:"M247.625 109.94l29.03-33.52h195.409l9.879 3.519"}})]),r("path",{attrs:{d:"M276.655 76.42v-.806h-.368l-.241.278.609.528zm195.409 0l.271-.76-.132-.046h-.139v.806zm-223.83 34.048l29.031-33.52-1.219-1.056-29.031 33.52 1.219 1.056zm28.421-33.242h34.831v-1.612h-34.831v1.612zm34.831 0h34.831v-1.612h-34.831v1.612zm34.831 0h30.818v-1.612h-30.818v1.612zm30.818 0h30.818v-1.612h-30.818v1.612zm30.818 0h32.055v-1.612h-32.055v1.612zm32.055 0h32.056v-1.612h-32.056v1.612zm31.786-.047l9.878 3.519.541-1.519-9.878-3.519-.541 1.519z",fill:"#808B98",mask:"url(#r)"}}),r("mask",{attrs:{id:"s",fill:"#fff"}},[r("path",{attrs:{d:"M243.307 125.224l33.349 110.809 13.653 3.88"}})]),r("path",{attrs:{d:"M276.656 236.033l-.772.232.127.422.424.121.221-.775zm-34.121-110.577l33.349 110.809 1.544-.465-33.35-110.808-1.543.464zm33.9 111.352l13.654 3.881.441-1.551-13.654-3.881-.441 1.551z",fill:"#808B98",mask:"url(#s)"}}),r("mask",{attrs:{id:"t",fill:"#fff"}},[r("path",{attrs:{d:"M245.4 109.94l31.255-54.362H577.344l30.253 103.861"}})]),r("path",{attrs:{d:"M276.655 55.578v-.806h-.466l-.233.404.699.402zm300.689 0l.774-.226-.169-.58h-.605v.806zm-331.245 54.764l31.255-54.362-1.398-.804-31.255 54.362 1.398.804zm30.556-53.958h34.831v-1.612h-34.831v1.612zm34.831 0h34.831v-1.612h-34.831v1.612zm34.831 0h30.818v-1.612h-30.818v1.612zm30.818 0h30.818v-1.612h-30.818v1.612zm30.818 0h32.055v-1.612h-32.055v1.612zm32.055 0h32.056v-1.612h-32.056v1.612zm32.056 0h26.329v-1.612h-26.329v1.612zm26.329 0h26.33v-1.612h-26.33v1.612zm26.33 0h26.31v-1.612h-26.31v1.612zm26.31 0h26.311v-1.612h-26.311v1.612zm25.537-.58l30.253 103.861 1.548-.451-30.253-103.862-1.548.451z",fill:"#808B98",mask:"url(#t)"}}),r("mask",{attrs:{id:"u",fill:"#fff"}},[r("path",{attrs:{d:"M429.242 211.023l-21.289 15.11H205.357l-25.841-39.078"}})]),r("path",{attrs:{d:"M407.953 226.133v.806h.257l.21-.149-.467-.657zm-202.596 0l-.672.444.239.362h.433v-.806zm223.418-15.768l-21.289 15.11.934 1.315 21.288-15.11-.933-1.315zm-20.822 14.962h-30.818v1.612h30.818v-1.612zm-30.818 0h-30.818v1.612h30.818v-1.612zm-30.818 0h-34.831v1.612h34.831v-1.612zm-34.831 0h-34.831v1.612h34.831v-1.612zm-34.831 0h-35.649v1.612h35.649v-1.612zm-35.649 0h-35.649v1.612h35.649v-1.612zm-34.976.361l-25.842-39.078-1.345.889 25.842 39.078 1.345-.889z",fill:"#808B98",mask:"url(#u)"}}),r("mask",{attrs:{id:"v",fill:"#fff"}},[r("path",{attrs:{d:"M441.351 195.739l30.713-174.897h170.238l9.878 2.52"}})]),r("path",{attrs:{d:"M472.064 20.842v-.806h-.677l-.117.666.794.14zm170.238 0l.199-.781-.098-.025h-.101v.806zM442.145 195.878l30.713-174.897-1.588-.279L440.557 195.6l1.588.279zm29.919-174.23h26.33v-1.612h-26.33v1.612zm26.33 0h26.329v-1.612h-26.329v1.612zm26.329 0h26.311v-1.612h-26.311v1.612zm26.311 0h26.31v-1.612h-26.31v1.612zm26.31 0h32.479v-1.612h-32.479v1.612zm32.479 0h32.479v-1.612h-32.479v1.612zm32.279-.025l9.879 2.52.398-1.563-9.878-2.52-.399 1.563z",fill:"#808B98",mask:"url(#v)"}}),r("mask",{attrs:{id:"w",fill:"#fff"}},[r("path",{attrs:{d:"M442.05 195.739l30.014-112.372 9.879.912"}})]),r("path",{attrs:{d:"M472.064 83.367l.075-.803-.678-.062-.175.657.778.208zm-29.235 112.58l30.014-112.372-1.557-.416-30.015 112.372 1.558.416zM471.99 84.17l9.879.912.148-1.606-9.878-.912-.149 1.606z",fill:"#808B98",mask:"url(#w)"}}),r("mask",{attrs:{id:"x",fill:"#fff"}},[r("path",{attrs:{d:"M442.972 211.023l29.092 75.03h52.659l9.878 1.304"}})]),r("path",{attrs:{d:"M472.064 286.053l-.751.291.199.515h.552v-.806zm52.659 0l.105-.799-.052-.007h-.053v.806zm-82.503-74.739l29.093 75.03 1.503-.583-29.093-75.03-1.503.583zm29.844 75.545h26.329v-1.612h-26.329v1.612zm26.329 0h26.33v-1.612h-26.33v1.612zm26.224-.007l9.879 1.304.211-1.598-9.879-1.304-.211 1.598z",fill:"#808B98",mask:"url(#x)"}}),r("mask",{attrs:{id:"y",fill:"#fff"}},[r("path",{attrs:{d:"M313.535 150.06l32.782-122.271H652.18"}})]),r("path",{attrs:{d:"M346.317 27.789v-.806h-.618l-.16.597.778.209zm-32.003 122.48l32.782-122.271-1.557-.418-32.782 122.272 1.557.417zm32.003-121.674h30.818v-1.612h-30.818v1.612zm30.818 0h30.818v-1.612h-30.818v1.612zm30.818 0h32.056v-1.612h-32.056v1.612zm32.056 0h32.055v-1.612h-32.055v1.612zm32.055 0h26.33v-1.612h-26.33v1.612zm26.33 0h26.329v-1.612h-26.329v1.612zm26.329 0h26.311v-1.612h-26.311v1.612zm26.311 0h26.31v-1.612h-26.31v1.612zm26.31 0h32.479v-1.612h-32.479v1.612zm32.479 0h32.479v-1.612h-32.479v1.612zm32.479 0h9.878v-1.612h-9.878v1.612z",fill:"#808B98",mask:"url(#y)"}}),r("mask",{attrs:{id:"z",fill:"#fff"}},[r("path",{attrs:{d:"M319.387 165.344l26.931 26.053h9.878"}})]),r("path",{attrs:{d:"M346.318 191.397l-.561.579.235.227h.326v-.806zm-27.492-25.473l26.931 26.052 1.121-1.159-26.931-26.052-1.121 1.159zm27.492 26.279h9.878v-1.613h-9.878v1.613z",fill:"#808B98",mask:"url(#z)"}}),r("mask",{attrs:{id:"A",fill:"#fff"}},[r("path",{attrs:{d:"M316.367 165.344l29.951 46.894H407.953l9.879-2.729"}})]),r("path",{attrs:{d:"M346.318 212.238l-.68.434.238.372h.442v-.806zm61.635 0v.806h.11l.105-.029-.215-.777zm-92.265-46.46l29.95 46.894 1.359-.868-29.95-46.894-1.359.868zm30.63 47.266h30.817v-1.612h-30.817v1.612zm30.817 0h30.818v-1.612h-30.818v1.612zm31.033-.029l9.878-2.729-.429-1.554-9.879 2.729.43 1.554z",fill:"#808B98",mask:"url(#A)"}}),r("mask",{attrs:{id:"B",fill:"#fff"}},[r("path",{attrs:{d:"M360.185 199.039l-13.868 6.252h-140.96l-21.771-18.236"}})]),r("path",{attrs:{d:"M346.317 205.291v.806h.174l.158-.071-.332-.735zm-140.96 0l-.517.618.224.188h.293v-.806zm154.497-6.987l-13.868 6.252.663 1.47 13.868-6.252-.663-1.47zm-13.537 6.181h-34.831v1.612h34.831v-1.612zm-34.831 0h-34.831v1.612h34.831v-1.612zm-34.831 0h-35.649v1.612h35.649v-1.612zm-35.649 0h-35.649v1.612h35.649v-1.612zm-35.131.188l-21.772-18.236-1.035 1.236 21.772 18.236 1.035-1.236z",fill:"#808B98",mask:"url(#B)"}}),r("mask",{attrs:{id:"C",fill:"#fff"}},[r("path",{attrs:{d:"M378.639 183.755l29.314-149.019H642.302l9.878-2.52"}})]),r("path",{attrs:{d:"M407.953 34.736v-.806h-.663l-.128.65.791.156zm234.349 0v.806h.101l.098-.025-.199-.78zM379.43 183.91l29.314-149.018-1.582-.311-29.314 149.018 1.582.311zm28.523-148.368h32.056V33.93h-32.056v1.612zm32.056 0h32.056V33.93h-32.056v1.612zm32.056 0h26.329V33.93h-26.329v1.612zm26.329 0h26.329V33.93h-26.329v1.612zm26.329 0h26.311V33.93h-26.311v1.612zm26.311 0h26.311V33.93h-26.311v1.612zm26.311 0h32.478V33.93h-32.478v1.612zm32.478 0h32.479V33.93h-32.479v1.612zm32.678-.025l9.879-2.52-.399-1.562-9.878 2.52.398 1.562z",fill:"#808B98",mask:"url(#C)"}}),r("mask",{attrs:{id:"D",fill:"#fff"}},[r("path",{attrs:{d:"M496.682 93.44l-24.618 109.941h-9.878"}})]),r("path",{attrs:{d:"M472.064 203.381v.806h.646l.141-.63-.787-.176zm23.832-110.117l-24.618 109.94 1.573.353 24.618-109.94-1.573-.353zm-23.832 109.31h-9.878v1.613h9.878v-1.613z",fill:"#808B98",mask:"url(#D)"}}),r("mask",{attrs:{id:"E",fill:"#fff"}},[r("path",{attrs:{d:"M497.163 93.44l-25.099 155.966H407.953l-26.758-50.367"}})]),r("path",{attrs:{d:"M472.064 249.406v.806h.687l.109-.678-.796-.128zm-64.111 0l-.712.378.227.428h.485v-.806zm88.415-156.094l-25.1 155.966 1.592.256 25.099-155.965-1.591-.257zM472.064 248.6h-32.056v1.612h32.056V248.6zm-32.056 0h-32.055v1.612h32.055V248.6zm-31.344.428l-26.758-50.368-1.423.757 26.758 50.367 1.423-.756z",fill:"#808B98",mask:"url(#E)"}}),r("mask",{attrs:{id:"F",fill:"#fff"}},[r("path",{attrs:{d:"M499.365 93.44L524.723 293l9.879-1.304"}})]),r("path",{attrs:{d:"M524.723 293l-.8.102.102.803.804-.106-.106-.799zM498.565 93.542l25.358 199.56 1.6-.204-25.358-199.56-1.6.204zm26.264 200.257l9.878-1.304-.211-1.598-9.878 1.304.211 1.598z",fill:"#808B98",mask:"url(#F)"}}),r("mask",{attrs:{id:"G",fill:"#fff"}},[r("path",{attrs:{d:"M607.393 174.723l-30.049 94.483H205.358l-28.266-82.151"}})]),r("path",{attrs:{d:"M577.344 269.206v.806h.59l.179-.562-.769-.244zm-371.986 0l-.763.262.187.544h.576v-.806zm401.266-94.727l-30.048 94.482 1.537.489 30.048-94.483-1.537-.488zm-29.28 93.921h-26.31v1.612h26.31V268.4zm-26.31 0h-26.311v1.612h26.311V268.4zm-26.311 0h-26.329v1.612h26.329V268.4zm-26.329 0h-26.33v1.612h26.33V268.4zm-26.33 0h-32.055v1.612h32.055V268.4zm-32.055 0h-32.056v1.612h32.056V268.4zm-32.056 0h-30.818v1.612h30.818V268.4zm-30.818 0h-30.818v1.612h30.818V268.4zm-30.818 0h-34.831v1.612h34.831V268.4zm-34.831 0h-34.83v1.612h34.83V268.4zm-34.83 0h-35.649v1.612h35.649V268.4zm-35.649 0h-35.649v1.612h35.649V268.4zm-34.887.543l-28.266-82.151-1.524.525 28.265 82.151 1.525-.525z",fill:"#808B98",mask:"url(#G)"}}),r("mask",{attrs:{id:"H",fill:"#fff"}},[r("path",{attrs:{d:"M632.423 167.081h9.878L666.99 40.768"}})]),r("path",{attrs:{d:"M642.301 167.081v.806h.664l.128-.651-.792-.155zm-9.878.806h9.878v-1.612h-9.878v1.612zm10.67-.651l24.688-126.313-1.582-.31-24.689 126.314 1.583.309z",fill:"#808B98",mask:"url(#H)"}}),r("mask",{attrs:{id:"I",fill:"#fff"}},[r("path",{attrs:{d:"M558.407 262.822l18.937 16.997h64.957l26.007-239.021"}})]),r("path",{attrs:{d:"M577.344 279.819l-.538.6.229.206h.309v-.806zm64.957 0v.806h.724l.078-.719-.802-.087zm-84.432-16.397l18.937 16.997 1.077-1.2-18.937-16.996-1.077 1.199zm19.475 17.203h32.479v-1.612h-32.479v1.612zm32.479 0h32.478v-1.612h-32.478v1.612zm33.28-.719l26.007-239.02-1.603-.175L641.5 279.732l1.603.174z",fill:"#808B98",mask:"url(#I)"}}),r("mask",{attrs:{id:"J",fill:"#fff"}},[r("path",{attrs:{d:"M552.676 281.884l24.669-114.803h9.878"}})]),r("path",{attrs:{d:"M577.345 167.081v-.806h-.652l-.137.637.789.169zm-23.881 114.973l24.669-114.803-1.577-.339-24.668 114.803 1.576.339zm23.881-114.167h9.878v-1.612h-9.878v1.612z",fill:"#808B98",mask:"url(#J)"}}),r("mask",{attrs:{id:"K",fill:"#fff"}},[r("path",{attrs:{d:"M290.309 245.933h-84.952l-27.345-58.878"}})]),r("path",{attrs:{d:"M205.357 245.933l-.731.339.217.467h.514v-.806zm84.952-.807h-13.654v1.613h13.654v-1.613zm-13.654 0h-35.649v1.613h35.649v-1.613zm-35.649 0h-35.649v1.613h35.649v-1.613zm-34.918.467l-27.345-58.878-1.462.679 27.345 58.878 1.462-.679z",fill:"#808B98",mask:"url(#K)"}}),r("mask",{attrs:{id:"L",fill:"#fff"}},[r("path",{attrs:{d:"M317.08 238.29l29.237-39.946 9.879-2.227"}})]),r("path",{attrs:{d:"M346.317 198.344l-.177-.787-.295.067-.178.244.65.476zm-28.587 40.423l29.238-39.947-1.301-.952-29.238 39.946 1.301.953zm28.765-39.637l9.878-2.227-.354-1.573-9.879 2.227.355 1.573z",fill:"#808B98",mask:"url(#L)"}}),r("path",{attrs:{d:"M104.196 141.622v-14.478h29.199v14.478h-29.199zM153.959 187.126v-14.477h41.227v14.477h-41.227z",fill:"#808B98","fill-opacity":".15",stroke:"#808B98","stroke-width":".806"}}),r("mask",{attrs:{id:"M",fill:"#fff"}},[r("path",{attrs:{d:"M652.289 18.83c0 .95 1.829 1.862 5.084 2.534 3.254.672 7.669 1.05 12.272 1.05 4.603 0 9.017-.378 12.272-1.05 3.255-.672 5.083-1.584 5.083-2.534 0-.95-1.828-1.862-5.083-2.534-3.255-.673-7.669-1.05-12.272-1.05-4.603 0-9.018.377-12.272 1.05-3.255.672-5.084 1.583-5.084 2.534v18.868c0 .95 1.829 1.862 5.084 2.534 3.254.672 7.669 1.05 12.272 1.05 4.603 0 9.017-.378 12.272-1.05 3.255-.672 5.083-1.584 5.083-2.534V18.83"}})]),r("path",{attrs:{d:"M652.289 18.83c0 .95 1.829 1.862 5.084 2.534 3.254.672 7.669 1.05 12.272 1.05 4.603 0 9.017-.378 12.272-1.05 3.255-.672 5.083-1.584 5.083-2.534 0-.95-1.828-1.862-5.083-2.534-3.255-.673-7.669-1.05-12.272-1.05-4.603 0-9.018.377-12.272 1.05-3.255.672-5.084 1.583-5.084 2.534v18.868c0 .95 1.829 1.862 5.084 2.534 3.254.672 7.669 1.05 12.272 1.05 4.603 0 9.017-.378 12.272-1.05 3.255-.672 5.083-1.584 5.083-2.534V18.83",fill:"#808B98","fill-opacity":".2"}}),r("path",{attrs:{d:"M687 18.83h.806H687zm-34.711 0h-.806.806zm0 18.868h-.806.806zm34.711 0h.806H687zM651.483 18.83c0 .515.251.94.564 1.263.31.32.728.593 1.204.83.954.476 2.302.889 3.959 1.23l.326-1.578c-1.599-.33-2.792-.71-3.566-1.095-.388-.194-.63-.37-.765-.508-.132-.137-.109-.182-.109-.142h-1.613zm5.727 3.324c3.324.686 7.796 1.066 12.435 1.066v-1.612c-4.568 0-8.924-.376-12.109-1.033l-.326 1.579zm12.435 1.066c4.638 0 9.11-.38 12.435-1.066l-.326-1.58c-3.185.658-7.542 1.034-12.109 1.034v1.612zm12.435-1.066c1.656-.342 3.005-.756 3.959-1.231.475-.237.894-.51 1.204-.83.312-.323.563-.748.563-1.263h-1.612c0-.04.022.005-.11.142-.134.139-.376.314-.765.508-.774.386-1.967.765-3.565 1.095l.326 1.579zm5.726-3.324c0-.515-.251-.94-.563-1.263-.31-.32-.729-.593-1.204-.83-.954-.476-2.303-.889-3.959-1.23l-.326 1.578c1.598.33 2.791.709 3.565 1.095.389.193.631.369.765.508.132.137.11.181.11.142h1.612zm-5.726-3.324c-3.325-.687-7.797-1.066-12.435-1.066v1.612c4.567 0 8.924.375 12.109 1.033l.326-1.579zm-12.435-1.066c-4.639 0-9.111.38-12.435 1.066l.326 1.579c3.185-.658 7.541-1.033 12.109-1.033V14.44zm-12.435 1.066c-1.657.342-3.005.755-3.959 1.23-.476.238-.894.51-1.204.83-.313.324-.564.749-.564 1.264h1.613c0 .04-.023-.005.109-.142.135-.14.377-.315.765-.508.774-.386 1.967-.765 3.566-1.095l-.326-1.579zm-5.727 3.324v18.868h1.613V18.83h-1.613zm0 18.868c0 .515.251.94.564 1.263.31.32.728.593 1.204.83.954.476 2.302.889 3.959 1.23l.326-1.578c-1.599-.33-2.792-.71-3.566-1.095-.388-.194-.63-.37-.765-.508-.132-.137-.109-.182-.109-.142h-1.613zm5.727 3.324c3.324.686 7.796 1.066 12.435 1.066v-1.612c-4.568 0-8.924-.376-12.109-1.033l-.326 1.579zm12.435 1.066c4.638 0 9.11-.38 12.435-1.066l-.326-1.58c-3.185.658-7.542 1.034-12.109 1.034v1.612zm12.435-1.066c1.656-.343 3.005-.755 3.959-1.231.475-.237.894-.51 1.204-.83.312-.323.563-.748.563-1.263h-1.612c0-.04.022.005-.11.142-.134.139-.376.314-.765.508-.774.386-1.967.765-3.565 1.095l.326 1.579zm5.726-3.324V18.83h-1.612v18.868h1.612z",fill:"#808B98",mask:"url(#M)"}}),r("path",{attrs:{d:"M482.456 93.512V79.034h32.095v14.478h-32.095zM215.749 125.296v-14.478h50.735v14.478h-50.735zM286.899 165.521v-14.478h49.098v14.478h-49.098zM418.344 211.094v-14.477h43.548v14.477h-43.548zM587.735 174.795v-14.478h44.394v14.478h-44.394zM356.709 199.11v-14.477h41.072v14.477h-41.072zM83.343 116.723l-8.235 14.478H3.964l8.234-14.478h71.145zM290.822 253.646v-14.478h41.548v14.478h-41.548z",fill:"#808B98","fill-opacity":".15",stroke:"#808B98","stroke-width":".806"}})])]))}},HZ=U({render:function(){var e=this.$createElement;return(this._self._c||e)("div",{key:this.renderKey,staticClass:"diagram-component"})},staticRenderFns:[]},function(e){e&&e("data-v-551ff9a2_0",{source:".diagram-component{width:100%;height:100%}.diagram-component .appmap.appmap--theme-dark{overflow:hidden}",map:void 0,media:void 0})},{name:"v-diagram-component",props:{theme:{type:String,default:"dark",validator:e=>["dark","light"].indexOf(e)!==-1},zoomButtons:{type:Boolean,default:!0},classMap:Ds},data:()=>({renderKey:0,componentDiagram:null}),watch:{$props:{handler(){this.renderKey+=1},deep:!0},"$store.state.appMap":{handler(){this.renderKey+=1,this.renderDiagram()}},"$store.getters.selectedObject":{handler(){this.highlightSelectedComponent()}}},methods:{highlightSelectedComponent(e=!0){let{selectedObject:t}=this.$store.getters;if(!t)return void this.componentDiagram.highlight(null);let r=t;if(t instanceof we&&(r=t.codeObject),r instanceof hr)if(r.type===z.FUNCTION&&(r=r.classObject),this.componentDiagram.hasObject(r))this.componentDiagram.highlight(r);else{let n=[...r.ancestors()].find(i=>this.componentDiagram.hasObject(i));if(n){let i=[z.PACKAGE,z.HTTP].includes(n.type);e&&i?(this.componentDiagram.expand(n),this.componentDiagram.highlight(r)):this.componentDiagram.highlight(n)}}},renderDiagram(){this.$nextTick(()=>{this.componentDiagram=new _l(this.$el,{theme:this.theme,zoom:{controls:this.zoomButtons}}),this.componentDiagram.render(this.classMap),this.componentDiagram.on("click",e=>this.selectObject(e)).on("edge",e=>this.selectObject({...e,type:"edge"})).on("collapse",()=>this.highlightSelectedComponent(!1)).on("expand",()=>this.highlightSelectedComponent(!1)).on("makeRoot",e=>{this.$root.$emit("makeRoot",e)}),this.highlightSelectedComponent()})},selectObject(e){this.$store&&(this.$store.commit("clearObjectStack"),this.$store.commit("selectObject",e))}},mounted(){this.renderDiagram()},updated(){this.renderDiagram()},activated(){this.componentDiagram&&(this.componentDiagram.render(this.classMap),this.highlightSelectedComponent())}},void 0,!1,void 0,!1,X,void 0,void 0),GZ={functional:!0,render(e,t){let{_c:r,_v:n,data:i,children:a=[]}=t,{class:s,staticClass:o,style:l,staticStyle:u,attrs:d={},...h}=i;return r("svg",{class:[s,o],style:[l,u],attrs:Object.assign({viewBox:"0 0 34 24",xmlns:"http://www.w3.org/2000/svg"},d),...h},a.concat([r("path",{attrs:{d:"M0 4a4 4 0 014-4h15.842a4 4 0 012.764 1.109l10.638 10.168a1 1 0 010 1.446L22.606 22.89A4 4 0 0119.842 24H4a4 4 0 01-4-4V4z"}})]))}},kf=U({render:function(){var e=this.$createElement,t=this._self._c||e;return t("div",{staticClass:"columns"},[t("div",{staticClass:"columns__column columns__column--left"},[this._t("left")],2),this._v(" "),t("div",{staticClass:"columns__column columns__column--right"},[this._t("right")],2)])},staticRenderFns:[]},function(e){e&&e("data-v-7026cb12_0",{source:".columns[data-v-7026cb12]{display:flex;flex-direction:row;width:100%}.columns__column[data-v-7026cb12]{flex:1 0 auto}.columns__column--left[data-v-7026cb12]{text-align:left;margin-right:1em}.columns__column--right[data-v-7026cb12]{text-align:right;margin-left:1em}",map:void 0,media:void 0})},{name:"v-trace-node-columns"},"data-v-7026cb12",!1,void 0,!1,X,void 0,void 0),Bf=U({render:function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("v-popper",{attrs:{placement:e.popperPlacement,text:e.popperText}},[r("div",{staticClass:"port"},[e.type==="input"?r(e.portType,{tag:"component",class:e.iconClass}):e._e(),e._v(" "),r("span",{staticClass:"label"},[e._v(e._s(e.label))]),e._v(" "),e.type==="output"?r(e.portType,{tag:"component",class:e.iconClass}):e._e()],1)])},staticRenderFns:[]},function(e){e&&e("data-v-5a78fa0c_0",{source:".port[data-v-5a78fa0c]{display:block;cursor:pointer;transition:color .3s cubic-bezier(.25,.5,.25,1)}.port[data-v-5a78fa0c]:hover{color:#e3e5e8}.label[data-v-5a78fa0c]{margin:0 .25rem;line-height:1em}.icon[data-v-5a78fa0c]{height:.8rem;vertical-align:middle}.icon--type-int[data-v-5a78fa0c]{fill:#f92672}.icon--type-string[data-v-5a78fa0c]{fill:#a6e22e}.icon--type-bool[data-v-5a78fa0c]{fill:#66d9ef}.icon--type-float[data-v-5a78fa0c]{fill:#fd971f}.icon--type-object[data-v-5a78fa0c]{fill:#ae81ff}",map:void 0,media:void 0})},{name:"v-trace-node-port",components:{PortConnected:{functional:!0,render(e,t){let{_c:r,_v:n,data:i,children:a=[]}=t,{class:s,staticClass:o,style:l,staticStyle:u,attrs:d={},...h}=i;return r("svg",{class:[s,o],style:[l,u],attrs:Object.assign({viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},d),...h},a.concat([r("circle",{attrs:{cx:"12",cy:"12",r:"12"}})]))}},PortDisconnected:{functional:!0,render(e,t){let{_c:r,_v:n,data:i,children:a=[]}=t,{class:s,staticClass:o,style:l,staticStyle:u,attrs:d={},...h}=i;return r("svg",{class:[s,o],style:[l,u],attrs:Object.assign({viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},d),...h},a.concat([r("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12zm0-2c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10z"}})]))}},VPopper:vn},props:{type:{type:String,default:"input",validator:e=>["input","output"].indexOf(e)!==-1},text:{type:String},parameterObject:{required:!1}},data(){return{label:this.text||this.parameterObject.name}},computed:{popperText(){return this.parameterObject&&this.parameterObject.value!==null&&this.parameterObject.value!==void 0?this.parameterObject.value.toString():"null"},iconClass(){return"icon icon--type-"+this.dataType},dataType(){switch(this.parameterObject.class){case"boolean":case"TrueClass":case"FalseClass":case"java.lang.Boolean":return"bool";case"status":case"byte":case"short":case"int":case"long":case"Number":case"Integer":case"java.lang.Byte":case"java.lang.Short":case"java.lang.Integer":case"java.lang.Long":return"int";case"float":case"double":case"BigDecimal":case"Float":case"java.lang.Float":case"java.lang.Double":return"float";case"mime_type":case"char":case"String":case"java.lang.Char":case"java.lang.String":return"string";default:return"object"}},portType(){return this.parameterObject.value?"port-connected":"port-disconnected"},popperPlacement(){return this.type==="input"?"left":"right"}}},"data-v-5a78fa0c",!1,void 0,!1,X,void 0,void 0),YT=U({render:function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("div",{staticClass:"trace"},e._l(e.events,function(n,i){return r("v-trace-event-block",{key:n.id,ref:"nodes",refInFor:!0,attrs:{event:n,"selected-events":e.selectedEvents,"focused-event":e.focusedEvent,"highlighted-events":e.highlightedEvents,"highlighted-event":e.highlightedEvent,"highlighted-event-index":e.highlightedEventIndex,"highlight-color":e.highlightColor,"highlight-all":e.highlightAll,"highlight-style":e.highlightStyle,"has-parent":Boolean(n.parent),"is-first-child":i==0,"is-last-child":i==e.events.length-1},on:{updated:function(a){return e.$emit("updated")},expand:function(a){return e.$emit("expand",a)},collapse:function(a){return e.$emit("collapse",a)},clickEvent:function(a){return e.$emit("clickEvent",a)}}})}),1)},staticRenderFns:[]},function(e){e&&e("data-v-597009f4_0",{source:'@font-face{font-family:"IBM Plex Mono";src:local("IBM Plex Mono"),url(../../assets/fonts/IBM_Plex_Mono/IBMPlexMono-Regular.ttf) format("truetype")}.trace{width:max-content;display:inline-block;font-family:"IBM Plex Mono",monospace;font-size:.8rem}',map:void 0,media:void 0})},{name:"v-trace",components:{VTraceEventBlock:U({render:function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("div",{class:e.classes,style:e.styles},[e.isLastChild&&!e.isFirstChild?r("div",{staticClass:"event-block__connection",style:e.connectionStyles}):e._e(),e._v(" "),r("v-trace-node",{ref:"node",attrs:{event:e.event,filtered:e.highlightedEvents.has(e.event),highlight:e.selectedEvents.includes(e.event)||e.event===e.highlightedEvent,"highlight-color":e.highlightColor,"highlight-style":e.highlightStyle,"highlight-index":e.event===e.highlightedEvent?e.highlightedEventIndex:0,focused:e.focusedEvent&&e.event&&e.focusedEvent.id===e.event.id},on:{expandChildren:function(n){return e.toggleVisibility()}},nativeOn:{click:function(n){return n.stopPropagation(),e.$emit("clickEvent",e.event)}}}),e._v(" "),e.isExpanded?r("v-trace",{ref:"children",attrs:{events:e.event.children,"selected-events":e.selectedEvents,"focused-event":e.focusedEvent,"highlighted-events":e.highlightedEvents,"highlighted-event":e.highlightedEvent,"highlighted-event-index":e.highlightedEventIndex,"highlight-color":e.highlightColor,"highlight-all":e.highlightAll,"highlight-style":e.highlightStyle},on:{updated:function(n){return e.onUpdate()},expand:function(n){return e.$emit("expand",n)},collapse:function(n){return e.$emit("collapse",n)},clickEvent:function(n){return e.$emit("clickEvent",n)}}}):e._e(),e._v(" "),!e.isExpanded&&e.event.children.length>0?r("v-trace-summary",{ref:"summary",attrs:{event:e.event},nativeOn:{click:function(n){return n.stopPropagation(),e.toggleVisibility()}}}):e._e()],1)},staticRenderFns:[]},function(e){e&&e("data-v-9583ab10_0",{source:'.event-block{display:flex;flex-shrink:0;align-items:flex-start}.event-block:not(:last-child){margin-bottom:1rem}.event-block>*{flex:inherit}.event-block>.trace{margin-left:74px;position:relative}.event-block .trace .event-block--one-child::before{content:"";position:absolute;top:36px;left:-74px;width:74px;height:4px;background-color:#808b98;z-index:-1}.event-block .trace .event-block--first-child::before{content:"";position:absolute;top:36px;left:-74px;width:74px;height:4px;background-color:#808b98;z-index:-1}.event-block .trace .event-block--first-child::after{content:"";position:absolute;top:36px;left:-74px;width:37px;height:37px;border-radius:0 25px 0 0;border:4px solid #808b98;border-bottom:0;border-left:0;z-index:-1}.event-block .trace .event-block:not(.event-block--one-child):not(.event-block--first-child):not(.event-block--last-child){position:relative}.event-block .trace .event-block:not(.event-block--one-child):not(.event-block--first-child):not(.event-block--last-child)::before{content:"";position:absolute;top:0;right:100%;width:33px;height:37px;border-radius:0 0 0 25px;border:4px solid #808b98;border-top:0;border-right:0;z-index:-1}.event-block .trace .event-block--last-child .event-block__connection{position:absolute;top:74px;right:100%;width:37px;border-radius:0 0 0 25px;border:4px solid #808b98;border-top:0;border-right:0;z-index:-1}',map:void 0,media:void 0})},{name:"v-trace-event-block",components:{"v-trace":()=>Promise.resolve().then(function(){return WZ}),VTraceNode:U({render:function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("div",{class:e.classes,style:e.style,attrs:{"data-event-id":e.event.id}},[e.highlightIndex?r("div",{staticClass:"trace-node__index"},[e._v(`
57
57
  `+e._s(e.highlightIndex)+`
58
58
  `)]):e._e(),e._v(" "),r("div",{class:"trace-node__header trace-node__header--"+e.eventType},[e._v(`
59
59
  `+e._s(e.title)+`
60
- `)]),e._v(" "),r("div",{staticClass:"trace-node__body"},[r("node-connection",{ref:"flowIn",staticClass:"connection-icon connection-icon--connected"}),e._v(" "),r("node-connection",{ref:"flowOut",class:e.outboundConnectionClasses,on:{click:function(n){return n.stopPropagation(),e.$emit("expandChildren")}}}),e._v(" "),r("v-trace-node-body-"+e.eventType,{tag:"component",attrs:{event:e.event}}),e._v(" "),e.event.returnEvent.elapsed?r("v-trace-node-elapsed",{attrs:{time:e.event.returnEvent.elapsed}}):e._e(),e._v(" "),e.event.labels.size?r("v-trace-node-labels",{attrs:{labels:Array.from(e.event.labels)}}):e._e()],1)])},staticRenderFns:[]},function(e){e&&e("data-v-39af4dcc_0",{source:`.trace-node[data-v-39af4dcc]{position:relative;background-color:#242c41;display:inline-block;box-shadow:.2em .2em 10px 0 rgba(0,0,0,.6);color:#bababa;user-select:none;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none}.trace-node.filtered[data-v-39af4dcc]{outline:4px solid #7b4669}.trace-node.highlight[data-v-39af4dcc]{outline:4px solid #ff07aa}.trace-node.focused[data-v-39af4dcc]{outline:4px solid transparent;animation:node-focused-data-v-39af4dcc 2s ease-out .3s}.trace-node.exceptions .trace-node__header[data-v-39af4dcc]::before{content:"";position:relative;top:1px;display:inline-block;width:.8em;height:.8em;background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path fill="rgb(235,223,144)" d="M569.517 440.013C587.975 472.007 564.806 512 527.94 512H48.054c-36.937 0-59.999-40.055-41.577-71.987L246.423 23.985c18.467-32.009 64.72-31.951 83.154 0l239.94 416.028zM288 354c-25.405 0-46 20.595-46 46s20.595 46 46 46 46-20.595 46-46-20.595-46-46-46zm-43.673-165.346l7.418 136c.347 6.364 5.609 11.346 11.982 11.346h48.546c6.373 0 11.635-4.982 11.982-11.346l7.418-136c.375-6.874-5.098-12.654-11.982-12.654h-63.383c-6.884 0-12.356 5.78-11.981 12.654z"/></svg>') no-repeat center}.trace-node__index[data-v-39af4dcc]{position:absolute;top:0;left:0;transform:translate(-50%,-50%);display:flex;justify-content:center;align-items:center;border-radius:50%;width:20px;height:20px;font-size:10px;color:#fff;background-color:#ff07aa}.trace-node__header[data-v-39af4dcc]{text-align:center;font-weight:800;padding:0 2em}.trace-node__header--http[data-v-39af4dcc]{background-color:#471554}.trace-node__header--http-client[data-v-39af4dcc]{color:#010306;background-color:#ebdf90}.trace-node__header--sql[data-v-39af4dcc]{background-color:#113d80}.trace-node__header--default[data-v-39af4dcc]{background-color:#525d7b}.trace-node__body[data-v-39af4dcc]{padding:1em}.connection-icon[data-v-39af4dcc]{height:1.25em;margin-bottom:.5em;fill:#161b28}.connection-icon--right[data-v-39af4dcc]{float:right}.connection-icon--connected[data-v-39af4dcc]{fill:#6b7dad}@keyframes node-focused-data-v-39af4dcc{from{outline-color:#ff07aa}to{outline-color:transparent}}`,map:void 0,media:void 0})},{name:"v-trace-node",components:{NodeConnection:GZ,VTraceNodeBodyDefault:U({render:function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("v-trace-node-columns",{scopedSlots:e._u([{key:"left",fn:function(){return e._l(e.inputs,function(n){return r("v-trace-node-port",{key:n.name,attrs:{parameterObject:n}})})},proxy:!0},{key:"right",fn:function(){return e._l(e.outputs,function(n){return r("v-trace-node-port",{key:n.name,attrs:{parameterObject:n,type:"output"}})})},proxy:!0}])})},staticRenderFns:[]},void 0,{name:"v-trace-node-body-default",components:{VTraceNodeColumns:kf,VTraceNodePort:Bf},props:{event:{type:Object,required:!0,validator:e=>e instanceof we}},computed:{inputs(){let e=[],{receiver:t}=this.event;return t&&e.push({...t,name:"self"}),Array.isArray(this.event.parameters)&&e.push(...this.event.parameters),e},outputs(){let e=[],{returnValue:t}=this.event;if(t){let r=t.class.split(/[^\w\d]+/),n=r[r.length-1];n||(n=t.class),e.push({...t,name:n})}return e}}},"data-v-23ce5ac6",!1,void 0,!1,void 0,void 0,void 0),VTraceNodeBodyHttp:U({render:function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("v-trace-node-columns",{scopedSlots:e._u([{key:"left",fn:function(){return e._l(e.inputs,function(n){return r("v-trace-node-port",{key:n.name,attrs:{parameterObject:n}})})},proxy:!0},{key:"right",fn:function(){return e._l(e.outputs,function(n){return r("v-trace-node-port",{key:n.name,attrs:{parameterObject:n,type:"output"}})})},proxy:!0}])})},staticRenderFns:[]},void 0,{name:"v-trace-node-body-http",components:{VTraceNodeColumns:kf,VTraceNodePort:Bf},props:{event:{type:Object,required:!0,validator:e=>e instanceof we}},computed:{inputs(){return this.event.message},outputs(){let e=[],{httpServerResponse:t}=this.event;if(t){let{mime_type:r,status:n}=t;r&&e.push({name:"mime_type",value:t.mime_type}),n&&e.push({name:"status",value:t.status})}return e}}},"data-v-3a3e226d",!1,void 0,!1,void 0,void 0,void 0),VTraceNodeBodyHttpClient:U({render:function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("v-trace-node-columns",{scopedSlots:e._u([{key:"left",fn:function(){return[e.httpParameters.length?[r("h1",{staticClass:"port-header"},[e._v("HTTP")]),e._v(" "),e._l(e.httpParameters,function(n){return r("v-trace-node-port",{key:n.name,attrs:{parameterObject:n}})})]:e._e(),e._v(" "),e.requestHeaders.length?[r("h1",{staticClass:"port-header"},[e._v("Headers")]),e._v(" "),e._l(e.requestHeaders,function(n){return r("v-trace-node-port",{key:n.name,attrs:{parameterObject:n}})})]:e._e(),e._v(" "),e.parameters.length?[r("h1",{staticClass:"port-header"},[e._v("Parameters")]),e._v(" "),e._l(e.parameters,function(n){return r("v-trace-node-port",{key:n.name,attrs:{parameterObject:n}})})]:e._e()]},proxy:!0},{key:"right",fn:function(){return[e.responseHeaders.length?[r("h1",{staticClass:"port-header"},[e._v("Headers")]),e._v(" "),e._l(e.responseHeaders,function(n){return r("v-trace-node-port",{key:n.name,attrs:{parameterObject:n,type:"output"}})})]:e._e(),e._v(" "),e.responseHeaders.length?[r("h1",{staticClass:"port-header"},[e._v("Response")]),e._v(" "),e._l(e.outputs,function(n){return r("v-trace-node-port",{key:n.name,attrs:{parameterObject:n,type:"output"}})})]:e._e()]},proxy:!0}])})},staticRenderFns:[]},function(e){e&&e("data-v-778b7e9c_0",{source:".port-header[data-v-778b7e9c]{margin:.25rem 0;padding-left:0;font-size:.7rem;color:#7b8bb6}.port-header[data-v-778b7e9c]:not(:first-child){margin-top:1rem}",map:void 0,media:void 0})},{name:"v-trace-node-body-http-client",components:{VTraceNodeColumns:kf,VTraceNodePort:Bf},props:{event:{type:Object,required:!0,validator:e=>e instanceof we}},computed:{parameters(){return this.event.message||[]},httpParameters(){let{httpClientRequest:e}=this.event;return[{name:"method",value:e.request_method},{name:"url",value:e.url}]},requestHeaders(){let{httpClientRequest:e}=this.event;return e&&e.headers?Object.entries(e.headers).map(([t,r])=>({name:t,value:r})):[]},responseHeaders(){let{httpClientResponse:e}=this.event;return e&&e.headers?Object.entries(e.headers).map(([t,r])=>({name:t,value:r})):[]},outputs(){let e=[],{httpClientResponse:t}=this.event;if(t){let{mime_type:r,status:n}=t;r&&e.push({name:"mime_type",value:t.mime_type}),n&&e.push({name:"status",value:t.status})}return e}}},"data-v-778b7e9c",!1,void 0,!1,X,void 0,void 0),VTraceNodeBodySql:U({render:function(){var e=this.$createElement,t=this._self._c||e;return t("div",{staticClass:"trace-node__body--sql"},[t("v-sql-code",{attrs:{sql:this.event.sqlQuery,database:this.event.sql.database_type}})],1)},staticRenderFns:[]},function(e){e&&e("data-v-1e33c188_0",{source:".trace-node__body--sql[data-v-1e33c188]{white-space:pre;max-width:100ex;max-height:30em;overflow:auto}",map:void 0,media:void 0})},{name:"v-trace-node-body-sql",components:{VSqlCode:j4},props:{event:{type:Object,required:!0,validator:e=>e instanceof we}}},"data-v-1e33c188",!1,void 0,!1,X,void 0,void 0),VTraceNodeElapsed:U({render:function(){var e=this.$createElement,t=this._self._c||e;return t("div",{staticClass:"trace-node__elapsed"},[t("span",{staticClass:"trace-node__elapsed-time"},[t("Clock",{staticClass:"trace-node__elapsed-icon"}),this._v(`
60
+ `)]),e._v(" "),r("div",{staticClass:"trace-node__body"},[r("node-connection",{ref:"flowIn",staticClass:"connection-icon connection-icon--connected"}),e._v(" "),r("node-connection",{ref:"flowOut",class:e.outboundConnectionClasses,on:{click:function(n){return n.stopPropagation(),e.$emit("expandChildren")}}}),e._v(" "),r("v-trace-node-body-"+e.eventType,{tag:"component",attrs:{event:e.event}}),e._v(" "),e.event.returnEvent.elapsed?r("v-trace-node-elapsed",{attrs:{time:e.event.returnEvent.elapsed}}):e._e(),e._v(" "),e.event.labels.size?r("v-trace-node-labels",{attrs:{labels:Array.from(e.event.labels)}}):e._e()],1)])},staticRenderFns:[]},function(e){e&&e("data-v-39af4dcc_0",{source:`.trace-node[data-v-39af4dcc]{position:relative;background-color:#242c41;display:inline-block;box-shadow:.2em .2em 10px 0 rgba(0,0,0,.6);color:#bababa;user-select:none;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none}.trace-node.filtered[data-v-39af4dcc]{outline:4px solid #7b4669}.trace-node.highlight[data-v-39af4dcc]{outline:4px solid #ff07aa}.trace-node.focused[data-v-39af4dcc]{outline:4px solid transparent;animation:node-focused-data-v-39af4dcc 2s ease-out .3s}.trace-node.exceptions .trace-node__header[data-v-39af4dcc]::before{content:"";position:relative;top:1px;display:inline-block;width:.8em;height:.8em;background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path fill="rgb(235,223,144)" d="M569.517 440.013C587.975 472.007 564.806 512 527.94 512H48.054c-36.937 0-59.999-40.055-41.577-71.987L246.423 23.985c18.467-32.009 64.72-31.951 83.154 0l239.94 416.028zM288 354c-25.405 0-46 20.595-46 46s20.595 46 46 46 46-20.595 46-46-20.595-46-46-46zm-43.673-165.346l7.418 136c.347 6.364 5.609 11.346 11.982 11.346h48.546c6.373 0 11.635-4.982 11.982-11.346l7.418-136c.375-6.874-5.098-12.654-11.982-12.654h-63.383c-6.884 0-12.356 5.78-11.981 12.654z"/></svg>') no-repeat center}.trace-node__index[data-v-39af4dcc]{position:absolute;top:0;left:0;transform:translate(-50%,-50%);display:flex;justify-content:center;align-items:center;border-radius:50%;width:20px;height:20px;font-size:10px;color:#fff;background-color:#ff07aa}.trace-node__header[data-v-39af4dcc]{text-align:center;font-weight:800;padding:0 2em}.trace-node__header--http[data-v-39af4dcc]{background-color:#471554}.trace-node__header--http-client[data-v-39af4dcc]{color:#010306;background-color:#ebdf90}.trace-node__header--sql[data-v-39af4dcc]{background-color:#113d80}.trace-node__header--default[data-v-39af4dcc]{background-color:#525d7b}.trace-node__body[data-v-39af4dcc]{padding:1em}.connection-icon[data-v-39af4dcc]{height:1.25em;margin-bottom:.5em;fill:#161b28}.connection-icon--right[data-v-39af4dcc]{float:right}.connection-icon--connected[data-v-39af4dcc]{fill:#6b7dad}@keyframes node-focused-data-v-39af4dcc{from{outline-color:#ff07aa}to{outline-color:transparent}}`,map:void 0,media:void 0})},{name:"v-trace-node",components:{NodeConnection:GZ,VTraceNodeBodyDefault:U({render:function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("v-trace-node-columns",{scopedSlots:e._u([{key:"left",fn:function(){return e._l(e.inputs,function(n){return r("v-trace-node-port",{key:n.name,attrs:{parameterObject:n}})})},proxy:!0},{key:"right",fn:function(){return e._l(e.outputs,function(n){return r("v-trace-node-port",{key:n.name,attrs:{parameterObject:n,type:"output"}})})},proxy:!0}])})},staticRenderFns:[]},void 0,{name:"v-trace-node-body-default",components:{VTraceNodeColumns:kf,VTraceNodePort:Bf},props:{event:{type:Object,required:!0,validator:e=>e instanceof we}},computed:{inputs(){let e=[],{receiver:t}=this.event;return t&&e.push({...t,name:"self"}),Array.isArray(this.event.parameters)&&e.push(...this.event.parameters),e},outputs(){let e=[],{returnValue:t}=this.event;if(t){let r=t.class.split(/[^\w\d]+/),n=r[r.length-1];n||(n=t.class),e.push({...t,name:n})}return e}}},"data-v-23ce5ac6",!1,void 0,!1,void 0,void 0,void 0),VTraceNodeBodyHttp:U({render:function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("v-trace-node-columns",{scopedSlots:e._u([{key:"left",fn:function(){return e._l(e.inputs,function(n){return r("v-trace-node-port",{key:n.name,attrs:{parameterObject:n}})})},proxy:!0},{key:"right",fn:function(){return e._l(e.outputs,function(n){return r("v-trace-node-port",{key:n.name,attrs:{parameterObject:n,type:"output"}})})},proxy:!0}])})},staticRenderFns:[]},void 0,{name:"v-trace-node-body-http",components:{VTraceNodeColumns:kf,VTraceNodePort:Bf},props:{event:{type:Object,required:!0,validator:e=>e instanceof we}},computed:{inputs(){return this.event.message},outputs(){let e=[],{httpServerResponse:t}=this.event;if(t){let{mime_type:r,status:n}=t;r&&e.push({name:"mime_type",value:t.mime_type}),n&&e.push({name:"status",value:t.status})}return e}}},"data-v-3a3e226d",!1,void 0,!1,void 0,void 0,void 0),VTraceNodeBodyHttpClient:U({render:function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("v-trace-node-columns",{scopedSlots:e._u([{key:"left",fn:function(){return[e.httpParameters.length?[r("h1",{staticClass:"port-header"},[e._v("HTTP")]),e._v(" "),e._l(e.httpParameters,function(n){return r("v-trace-node-port",{key:n.name,attrs:{parameterObject:n}})})]:e._e(),e._v(" "),e.requestHeaders.length?[r("h1",{staticClass:"port-header"},[e._v("Headers")]),e._v(" "),e._l(e.requestHeaders,function(n){return r("v-trace-node-port",{key:n.name,attrs:{parameterObject:n}})})]:e._e(),e._v(" "),e.parameters.length?[r("h1",{staticClass:"port-header"},[e._v("Parameters")]),e._v(" "),e._l(e.parameters,function(n){return r("v-trace-node-port",{key:n.name,attrs:{parameterObject:n}})})]:e._e()]},proxy:!0},{key:"right",fn:function(){return[e.responseHeaders.length?[r("h1",{staticClass:"port-header"},[e._v("Headers")]),e._v(" "),e._l(e.responseHeaders,function(n){return r("v-trace-node-port",{key:n.name,attrs:{parameterObject:n,type:"output"}})})]:e._e(),e._v(" "),e.responseHeaders.length?[r("h1",{staticClass:"port-header"},[e._v("Response")]),e._v(" "),e._l(e.outputs,function(n){return r("v-trace-node-port",{key:n.name,attrs:{parameterObject:n,type:"output"}})})]:e._e()]},proxy:!0}])})},staticRenderFns:[]},function(e){e&&e("data-v-778b7e9c_0",{source:".port-header[data-v-778b7e9c]{margin:.25rem 0;padding-left:0;font-size:.7rem;color:#7b8bb6}.port-header[data-v-778b7e9c]:not(:first-child){margin-top:1rem}",map:void 0,media:void 0})},{name:"v-trace-node-body-http-client",components:{VTraceNodeColumns:kf,VTraceNodePort:Bf},props:{event:{type:Object,required:!0,validator:e=>e instanceof we}},computed:{parameters(){return this.event.message||[]},httpParameters(){let{httpClientRequest:e}=this.event;return[{name:"method",value:e.request_method},{name:"url",value:e.url}]},requestHeaders(){let{httpClientRequest:e}=this.event;return e&&e.headers?Object.entries(e.headers).map(([t,r])=>({name:t,value:r})):[]},responseHeaders(){let{httpClientResponse:e}=this.event;return e&&e.headers?Object.entries(e.headers).map(([t,r])=>({name:t,value:r})):[]},outputs(){let e=[],{httpClientResponse:t}=this.event;if(t){let{mime_type:r,status:n}=t;r&&e.push({name:"mime_type",value:t.mime_type}),n&&e.push({name:"status",value:t.status})}return e}}},"data-v-778b7e9c",!1,void 0,!1,X,void 0,void 0),VTraceNodeBodySql:U({render:function(){var e=this.$createElement,t=this._self._c||e;return t("div",{staticClass:"trace-node__body--sql"},[t("v-sql-code",{attrs:{sql:this.event.sqlQuery,database:this.event.sql.database_type}})],1)},staticRenderFns:[]},function(e){e&&e("data-v-1e33c188_0",{source:".trace-node__body--sql[data-v-1e33c188]{white-space:pre;max-width:100ex;max-height:30em;overflow:auto}",map:void 0,media:void 0})},{name:"v-trace-node-body-sql",components:{VSqlCode:jT},props:{event:{type:Object,required:!0,validator:e=>e instanceof we}}},"data-v-1e33c188",!1,void 0,!1,X,void 0,void 0),VTraceNodeElapsed:U({render:function(){var e=this.$createElement,t=this._self._c||e;return t("div",{staticClass:"trace-node__elapsed"},[t("span",{staticClass:"trace-node__elapsed-time"},[t("Clock",{staticClass:"trace-node__elapsed-icon"}),this._v(`
61
61
  `+this._s(this.elapsedTime)+`
62
62
  `)],1)])},staticRenderFns:[]},function(e){e&&e("data-v-774ea72c_0",{source:".trace-node__elapsed[data-v-774ea72c]{margin-top:.5rem}.trace-node__elapsed-time[data-v-774ea72c]{border-radius:3px;display:inline-flex;align-items:center;padding:.1rem .3rem;color:#eaeaea;background-color:#3e4864;white-space:nowrap}.trace-node__elapsed-icon[data-v-774ea72c]{margin-right:.3rem;width:1em;height:1em;fill:currentColor}",map:void 0,media:void 0})},{name:"v-trace-node-elapsed",components:{Clock:{functional:!0,render(e,t){let{_c:r,_v:n,data:i,children:a=[]}=t,{class:s,staticClass:o,style:l,staticStyle:u,attrs:d={},...h}=i;return r("svg",{class:[s,o],style:[l,u],attrs:Object.assign({viewBox:"0 0 9 9",xmlns:"http://www.w3.org/2000/svg"},d),...h},a.concat([r("path",{attrs:{d:"M4.5.14a4.359 4.359 0 100 8.72 4.359 4.359 0 100-8.72zm1.626 5.503l-.352.439a.281.281 0 01-.395.044L4.2 5.252a.703.703 0 01-.263-.549V1.969a.281.281 0 01.28-.282h.563a.281.281 0 01.282.282V4.5l1.019.747a.281.281 0 01.044.396z"}})]))}}},props:{time:{type:Number,required:!0}},computed:{elapsedTime(){return(1e3*this.time).toFixed(0)+"ms"}}},"data-v-774ea72c",!1,void 0,!1,X,void 0,void 0),VTraceNodeLabels:U({render:function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("ul",{staticClass:"trace-node__labels"},e._l(e.labels,function(n){return r("li",{key:n,staticClass:"trace-node__label",on:{click:function(i){return i.stopPropagation(),e.selectLabel(n)}}},[e._v(`
63
63
  `+e._s(n)+`
64
64
  `)])}),0)},staticRenderFns:[]},function(e){e&&e("data-v-31e472b4_0",{source:".trace-node__labels[data-v-31e472b4]{list-style-type:none;margin:.5rem 0 -.25rem -.25rem;padding:0;display:flex;flex-wrap:wrap}.trace-node__label[data-v-31e472b4]{margin:0 0 .25rem .25rem;border-radius:.25rem;padding:.1rem .3rem;background:#7f7f7f;color:#fff;cursor:pointer}.trace-node__label[data-v-31e472b4]:active,.trace-node__label[data-v-31e472b4]:hover{background:#7f7f7f}",map:void 0,media:void 0})},{name:"v-trace-node-labels",props:{labels:{type:Array,required:!0}},methods:{selectLabel(e){this.$store.commit("selectLabel",e)}}},"data-v-31e472b4",!1,void 0,!1,X,void 0,void 0)},props:{event:{type:Object,required:!0,validator:e=>e instanceof we},filtered:Boolean,highlight:Boolean,highlightColor:{type:String,default:"#ff07aa"},highlightStyle:{type:String,default:"solid",validator:e=>["solid","dashed","dotted"].indexOf(e)!==-1},highlightIndex:{type:Number,default:0},focused:{type:Boolean,default:!1}},computed:{title(){return this.event.httpClientRequest?"External service call to "+this.event.codeObject.name:this.event.codeObject.prettyName},eventType(){return this.event.sql?"sql":this.event.httpClientRequest?"http-client":this.event.httpServerRequest?"http":"default"},classes(){return{"trace-node":!0,filtered:this.filtered,highlight:this.highlight,focused:this.focused,exceptions:this.event.exceptions.length}},style(){return this.highlight?{"outline-color":this.highlightColor,"outline-style":this.highlightStyle}:{}},outboundConnectionClasses(){return{"connection-icon":!0,"connection-icon--right":!0,"connection-icon--connected":this.event.children.length>0}}},methods:{selectNode(){this.$store&&(this.$store.commit("clearObjectStack"),this.$store.commit("selectObject",this.event))}}},"data-v-39af4dcc",!1,void 0,!1,X,void 0,void 0),VTraceSummary:U({render:function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("div",{staticClass:"trace-summary",on:{click:function(n){return e.$emit("click")},mouseover:function(n){e.hover=!0},mouseleave:function(n){e.hover=!1}}},[r("div",{ref:"text",staticClass:"trace-summary__content"},[e._v(`
65
65
  `+e._s(e.text)+`
66
- `)])])},staticRenderFns:[]},function(e){e&&e("data-v-127d0828_0",{source:'.trace-summary{user-select:none;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;cursor:pointer;padding-top:.75em}.trace-summary__content{position:relative;margin:1rem 0 0 1rem;padding:.25em .75em;background:#242c41;color:#bababa;transition-property:color,background;transition-duration:.2s;transition-timing-function:ease-in;box-shadow:.2em .2em 10px 0 rgba(0,0,0,.6);min-width:1.5rem;border-radius:1rem;text-align:center;width:fit-content}.trace-summary__content:hover{color:#e3e5e8;background:#364262}.trace-summary__content::before{content:"";display:block;position:absolute;top:50%;left:-1rem;width:1.1rem;height:4px;transform:translateY(-1px);background-color:#808b98;z-index:-1}',map:void 0,media:void 0})},{name:"v-trace-summary",components:{},props:{event:{type:we,required:!0}},data:()=>({hover:!1}),computed:{text(){let e=this.event.children.length;return`${e} ${e===1?"child":"children"}`}},methods:{getElement(){return new Promise(e=>this.$nextTick(()=>e(this.$refs.text)))}}},void 0,!1,void 0,!1,X,void 0,void 0)},props:{event:{type:we,required:!0},selectedEvents:{type:Array,default:()=>[]},focusedEvent:{type:Object,default:null},highlightedEvents:{type:Set,default:new Set},highlightedEvent:{type:we,default:null},highlightedEventIndex:{type:Number,default:null},highlightColor:String,highlightAll:Boolean,highlightStyle:String,isFirstChild:Boolean,isLastChild:Boolean,hasParent:Boolean},data:()=>({expanded:!1,height:0}),methods:{toggleVisibility(){this.expanded=!this.expanded,this.cacheState&&(this.event.$hidden.expanded=this.expanded),this.$nextTick(()=>{this.expanded?this.$emit("expand",this.$refs.node):this.$emit("collapse",this.$refs.node)})},async collectInputs(){return new Promise(e=>{this.$nextTick(()=>{let{node:t}=this.$refs;e(t.$refs.flowIn)})})},async getOutput(){return new Promise(e=>this.$nextTick(()=>e(this.$refs.node.$refs.flowOut)))},async getRef(e){return new Promise(t=>this.$nextTick(()=>t(this.$refs[e])))},initialize(){(this.hasSelectedEventInTree||this.hasFocusedEventInTree||this.hasHighlightedEventInTree)&&(this.expanded=!0),this.height=this.$el.offsetHeight}},computed:{isExpanded(){return this.expanded||this.hasSelectedEventInTree||this.hasFocusedEventInTree||this.hasHighlightedEventInTree},children(){return this.event.children},classes(){let e=["event-block"];return this.isFirstChild&&this.isLastChild?e.push("event-block--one-child"):this.isFirstChild&&!this.isLastChild?e.push("event-block--first-child"):this.isLastChild&&!this.isFirstChild&&e.push("event-block--last-child"),e},styles(){let e={};if(this.highlightAll&&this.highlightColor&&this.selectedEvents.includes(this.event)){let t=Gt.rgba(this.highlightColor,.4);e={"background-color":t,outline:"0.5rem solid "+t}}return e},connectionStyles(){return{bottom:this.height-36+"px"}},hasSelectedEventInTree(){return this.selectedEvents.length&&(this.selectedEvents.map(e=>e.parent).includes(this.event)||this.selectedEvents.map(e=>e.ancestors()).flat().includes(this.event))},hasFocusedEventInTree(){return this.focusedEvent&&this.focusedEvent.ancestors().map(e=>e.id).includes(this.event.id)},hasHighlightedEventInTree(){return this.highlightedEventId&&this.event.descendants().map(e=>e.id).includes(this.highlightedEventId)}},updated(){this.initialize()},mounted(){this.initialize()}},void 0,!1,void 0,!1,X,void 0,void 0)},props:{events:{type:Array,required:!0},cacheState:{type:Boolean,default:!1},selectedEvents:{type:Array,default:()=>[]},focusedEvent:{type:Object,default:null},highlightedEvents:{type:Set,default:new Set},highlightedEvent:{type:we,default:null},highlightedEventIndex:{type:Number,default:null},highlightColor:String,highlightAll:Boolean,highlightStyle:String},methods:{nodes(){return this.$refs.nodes}}},void 0,!1,void 0,!1,X,void 0,void 0),WZ={__esModule:!0,__proto__:null,default:Y4},K4=U({render:function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("v-container",{ref:"container",attrs:{zoomControls:e.zoomControls},nativeOn:{click:function(n){return e.clearSelection.apply(null,arguments)}}},[r("v-trace",{ref:"trace",attrs:{events:e.events,"selected-events":e.selectedEvents,"focused-event":e.focusedEvent,"highlighted-events":e.highlightedEvents,"highlighted-event":e.highlightedEvent,"highlighted-event-index":e.highlightedEventIndex,"highlight-color":e.highlightColor,"highlight-all":e.highlightAll,"highlight-style":e.highlightStyle},on:{expand:e.focusNodeChildren,collapse:e.focusNode,clickEvent:function(n){return e.$emit("clickEvent",n)}}})],1)},staticRenderFns:[]},void 0,{name:"v-diagram-trace",components:{VTrace:Y4,VContainer:U({render:function(){var e=this.$createElement,t=this._self._c||e;return t("div",{staticClass:"container",attrs:{tabindex:"0"}},[t("div",{ref:"containerContent",staticStyle:{transform:"translate(0px, 0px)"}},[this._t("default")],2)])},staticRenderFns:[]},function(e){e&&e("data-v-7c8609f7_0",{source:".container[data-v-7c8609f7]{overflow:hidden;height:100%;width:100%;max-width:100%;outline:0}",map:void 0,media:void 0})},{name:"v-container",props:{zoomControls:{type:Boolean,default:!0}},data:()=>({container:null}),methods:{translateTo(e,t){this.container.translateTo(e,t)},panToElement(e,t=null){let r=t??this.container.element;if(y4(this.container.element,e))return;let n=_4(e,r),i=this.container.element.getBoundingClientRect(),a=e.getBoundingClientRect();this.container.translateTo(n.left-i.x+.5*a.width,n.top-i.y+.5*a.height)},lazyPanToElement(e){b4(this.container,e,10)},centerContents(){this.container.centerX(10)},clearTransform(){this.container.translateTo(0,0)},setScaleTarget(e){this.container.scaleTarget=A4(e)},clearScaleTarget(){this.container.scaleTarget=!1}},mounted(){this.container=new Ga(null,{pan:{momentum:!0,boundary:{overlap:0}},zoom:{controls:this.zoomControls}},this.$el,this.$refs.containerContent),this.centerContents()}},"data-v-7c8609f7",!1,void 0,!1,X,void 0,void 0)},props:{events:{type:Array},selectedEvents:{type:Array,default:()=>[]},focusedEvent:{type:Object,default:null},highlightedEvents:{type:Set,default:new Set},highlightedEvent:{type:we,default:null},highlightedEventIndex:{type:Number,default:null},zoomControls:Boolean,highlightColor:{type:String,default:null},highlightAll:Boolean,highlightStyle:String},methods:{clearSelection(){this.$store&&this.$store.commit("clearObjectStack"),this.$refs.container.clearScaleTarget()},focusNode(e){let{container:t}=this.$refs;t.lazyPanToElement(e.$el)},focusNodeChildren(e){setTimeout(()=>{let{container:t}=this.$refs,{$el:r}=e.$parent;t.lazyPanToElement(r.querySelector(".trace > *"))},16)},focusHighlighted(){setTimeout(()=>{let{container:e,trace:t}=this.$refs,r=e.$el.querySelector(".trace-node.highlight");r&&(e.setScaleTarget(r),e.panToElement(r,t.$el))},16)},focusFocused(){setTimeout(()=>{let{container:e,trace:t}=this.$refs,r=e.$el.querySelector(".trace-node.focused");r&&(e.setScaleTarget(r),e.panToElement(r,t.$el))},16)},focusSelector(e){let t=this.$el.querySelector(e);if(t){let{container:r,trace:n}=this.$refs;r.panToElement(t,n.$el)}},onClickEvent(e){this.$emit("clickEvent",e)},container(){return this.$refs.container},clearTransform(){this.$refs.container.clearTransform()}},created(){this.bindKeyboardListener=()=>{let e=["ArrowLeft","ArrowRight","ArrowUp","ArrowDown"];this.$refs.container.$el.addEventListener("keyup",t=>{if(!e.includes(t.key))return;let{selectedObject:r}=this.$store.getters;if(this.$store.state.currentView!=="viewFlow")return;let n=null;if(r)switch(t.key){case"ArrowLeft":n=r.parent;break;case"ArrowRight":n=r.children[0];break;case"ArrowUp":case"ArrowDown":{let i=r.parent?r.parent.children:this.events;if(i.length<2)return;let a=i.indexOf(r),s=t.key==="ArrowUp"?a-1:a+1;n=i.slice(s%i.length)[0]}}else n=this.events[0];n&&this.$store.commit("selectObject",n)})}},mounted(){this.focusHighlighted(),this.bindKeyboardListener()},activated(){this.focusHighlighted()},updated(){this.focusHighlighted()}},void 0,!1,void 0,!1,void 0,void 0,void 0),YZ=U({render:function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("form",{class:e.classes,on:{submit:function(n){return n.preventDefault(),e.onFormSubmit.apply(null,arguments)}}},[r("input",{directives:[{name:"model",rawName:"v-model",value:e.inputValue,expression:"inputValue"}],ref:"input",staticClass:"filters__form-input",attrs:{type:"text",placeholder:e.placeholder},domProps:{value:e.inputValue},on:{focus:e.onInputFocus,input:function(n){n.target.composing||(e.inputValue=n.target.value)}}}),e._v(" "),r("PlusIcon",{staticClass:"filters__form-plus",on:{click:e.onFormSubmit}}),e._v(" "),e.suggestionsList.length?r("ul",{ref:"suggestionsList",staticClass:"filters__form-suggestions"},e._l(e.suggestionsList,function(n,i){return r("li",{key:n,class:e.getSuggestionClasses(i),attrs:{"data-index":i},on:{click:function(a){return a.stopPropagation(),e.makeSelection.apply(null,arguments)}}},[e._v(`
66
+ `)])])},staticRenderFns:[]},function(e){e&&e("data-v-127d0828_0",{source:'.trace-summary{user-select:none;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;cursor:pointer;padding-top:.75em}.trace-summary__content{position:relative;margin:1rem 0 0 1rem;padding:.25em .75em;background:#242c41;color:#bababa;transition-property:color,background;transition-duration:.2s;transition-timing-function:ease-in;box-shadow:.2em .2em 10px 0 rgba(0,0,0,.6);min-width:1.5rem;border-radius:1rem;text-align:center;width:fit-content}.trace-summary__content:hover{color:#e3e5e8;background:#364262}.trace-summary__content::before{content:"";display:block;position:absolute;top:50%;left:-1rem;width:1.1rem;height:4px;transform:translateY(-1px);background-color:#808b98;z-index:-1}',map:void 0,media:void 0})},{name:"v-trace-summary",components:{},props:{event:{type:we,required:!0}},data:()=>({hover:!1}),computed:{text(){let e=this.event.children.length;return`${e} ${e===1?"child":"children"}`}},methods:{getElement(){return new Promise(e=>this.$nextTick(()=>e(this.$refs.text)))}}},void 0,!1,void 0,!1,X,void 0,void 0)},props:{event:{type:we,required:!0},selectedEvents:{type:Array,default:()=>[]},focusedEvent:{type:Object,default:null},highlightedEvents:{type:Set,default:new Set},highlightedEvent:{type:we,default:null},highlightedEventIndex:{type:Number,default:null},highlightColor:String,highlightAll:Boolean,highlightStyle:String,isFirstChild:Boolean,isLastChild:Boolean,hasParent:Boolean},data:()=>({expanded:!1,height:0}),methods:{toggleVisibility(){this.expanded=!this.expanded,this.cacheState&&(this.event.$hidden.expanded=this.expanded),this.$nextTick(()=>{this.expanded?this.$emit("expand",this.$refs.node):this.$emit("collapse",this.$refs.node)})},async collectInputs(){return new Promise(e=>{this.$nextTick(()=>{let{node:t}=this.$refs;e(t.$refs.flowIn)})})},async getOutput(){return new Promise(e=>this.$nextTick(()=>e(this.$refs.node.$refs.flowOut)))},async getRef(e){return new Promise(t=>this.$nextTick(()=>t(this.$refs[e])))},initialize(){(this.hasSelectedEventInTree||this.hasFocusedEventInTree||this.hasHighlightedEventInTree)&&(this.expanded=!0),this.height=this.$el.offsetHeight}},computed:{isExpanded(){return this.expanded||this.hasSelectedEventInTree||this.hasFocusedEventInTree||this.hasHighlightedEventInTree},children(){return this.event.children},classes(){let e=["event-block"];return this.isFirstChild&&this.isLastChild?e.push("event-block--one-child"):this.isFirstChild&&!this.isLastChild?e.push("event-block--first-child"):this.isLastChild&&!this.isFirstChild&&e.push("event-block--last-child"),e},styles(){let e={};if(this.highlightAll&&this.highlightColor&&this.selectedEvents.includes(this.event)){let t=Gt.rgba(this.highlightColor,.4);e={"background-color":t,outline:"0.5rem solid "+t}}return e},connectionStyles(){return{bottom:this.height-36+"px"}},hasSelectedEventInTree(){return this.selectedEvents.length&&(this.selectedEvents.map(e=>e.parent).includes(this.event)||this.selectedEvents.map(e=>e.ancestors()).flat().includes(this.event))},hasFocusedEventInTree(){return this.focusedEvent&&this.focusedEvent.ancestors().map(e=>e.id).includes(this.event.id)},hasHighlightedEventInTree(){return this.highlightedEventId&&this.event.descendants().map(e=>e.id).includes(this.highlightedEventId)}},updated(){this.initialize()},mounted(){this.initialize()}},void 0,!1,void 0,!1,X,void 0,void 0)},props:{events:{type:Array,required:!0},cacheState:{type:Boolean,default:!1},selectedEvents:{type:Array,default:()=>[]},focusedEvent:{type:Object,default:null},highlightedEvents:{type:Set,default:new Set},highlightedEvent:{type:we,default:null},highlightedEventIndex:{type:Number,default:null},highlightColor:String,highlightAll:Boolean,highlightStyle:String},methods:{nodes(){return this.$refs.nodes}}},void 0,!1,void 0,!1,X,void 0,void 0),WZ={__esModule:!0,__proto__:null,default:YT},KT=U({render:function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("v-container",{ref:"container",attrs:{zoomControls:e.zoomControls},nativeOn:{click:function(n){return e.clearSelection.apply(null,arguments)}}},[r("v-trace",{ref:"trace",attrs:{events:e.events,"selected-events":e.selectedEvents,"focused-event":e.focusedEvent,"highlighted-events":e.highlightedEvents,"highlighted-event":e.highlightedEvent,"highlighted-event-index":e.highlightedEventIndex,"highlight-color":e.highlightColor,"highlight-all":e.highlightAll,"highlight-style":e.highlightStyle},on:{expand:e.focusNodeChildren,collapse:e.focusNode,clickEvent:function(n){return e.$emit("clickEvent",n)}}})],1)},staticRenderFns:[]},void 0,{name:"v-diagram-trace",components:{VTrace:YT,VContainer:U({render:function(){var e=this.$createElement,t=this._self._c||e;return t("div",{staticClass:"container",attrs:{tabindex:"0"}},[t("div",{ref:"containerContent",staticStyle:{transform:"translate(0px, 0px)"}},[this._t("default")],2)])},staticRenderFns:[]},function(e){e&&e("data-v-7c8609f7_0",{source:".container[data-v-7c8609f7]{overflow:hidden;height:100%;width:100%;max-width:100%;outline:0}",map:void 0,media:void 0})},{name:"v-container",props:{zoomControls:{type:Boolean,default:!0}},data:()=>({container:null}),methods:{translateTo(e,t){this.container.translateTo(e,t)},panToElement(e,t=null){let r=t??this.container.element;if(yT(this.container.element,e))return;let n=_T(e,r),i=this.container.element.getBoundingClientRect(),a=e.getBoundingClientRect();this.container.translateTo(n.left-i.x+.5*a.width,n.top-i.y+.5*a.height)},lazyPanToElement(e){bT(this.container,e,10)},centerContents(){this.container.centerX(10)},clearTransform(){this.container.translateTo(0,0)},setScaleTarget(e){this.container.scaleTarget=AT(e)},clearScaleTarget(){this.container.scaleTarget=!1}},mounted(){this.container=new Ga(null,{pan:{momentum:!0,boundary:{overlap:0}},zoom:{controls:this.zoomControls}},this.$el,this.$refs.containerContent),this.centerContents()}},"data-v-7c8609f7",!1,void 0,!1,X,void 0,void 0)},props:{events:{type:Array},selectedEvents:{type:Array,default:()=>[]},focusedEvent:{type:Object,default:null},highlightedEvents:{type:Set,default:new Set},highlightedEvent:{type:we,default:null},highlightedEventIndex:{type:Number,default:null},zoomControls:Boolean,highlightColor:{type:String,default:null},highlightAll:Boolean,highlightStyle:String},methods:{clearSelection(){this.$store&&this.$store.commit("clearObjectStack"),this.$refs.container.clearScaleTarget()},focusNode(e){let{container:t}=this.$refs;t.lazyPanToElement(e.$el)},focusNodeChildren(e){setTimeout(()=>{let{container:t}=this.$refs,{$el:r}=e.$parent;t.lazyPanToElement(r.querySelector(".trace > *"))},16)},focusHighlighted(){setTimeout(()=>{let{container:e,trace:t}=this.$refs,r=e.$el.querySelector(".trace-node.highlight");r&&(e.setScaleTarget(r),e.panToElement(r,t.$el))},16)},focusFocused(){setTimeout(()=>{let{container:e,trace:t}=this.$refs,r=e.$el.querySelector(".trace-node.focused");r&&(e.setScaleTarget(r),e.panToElement(r,t.$el))},16)},focusSelector(e){let t=this.$el.querySelector(e);if(t){let{container:r,trace:n}=this.$refs;r.panToElement(t,n.$el)}},onClickEvent(e){this.$emit("clickEvent",e)},container(){return this.$refs.container},clearTransform(){this.$refs.container.clearTransform()}},created(){this.bindKeyboardListener=()=>{let e=["ArrowLeft","ArrowRight","ArrowUp","ArrowDown"];this.$refs.container.$el.addEventListener("keyup",t=>{if(!e.includes(t.key))return;let{selectedObject:r}=this.$store.getters;if(this.$store.state.currentView!=="viewFlow")return;let n=null;if(r)switch(t.key){case"ArrowLeft":n=r.parent;break;case"ArrowRight":n=r.children[0];break;case"ArrowUp":case"ArrowDown":{let i=r.parent?r.parent.children:this.events;if(i.length<2)return;let a=i.indexOf(r),s=t.key==="ArrowUp"?a-1:a+1;n=i.slice(s%i.length)[0]}}else n=this.events[0];n&&this.$store.commit("selectObject",n)})}},mounted(){this.focusHighlighted(),this.bindKeyboardListener()},activated(){this.focusHighlighted()},updated(){this.focusHighlighted()}},void 0,!1,void 0,!1,void 0,void 0,void 0),YZ=U({render:function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("form",{class:e.classes,on:{submit:function(n){return n.preventDefault(),e.onFormSubmit.apply(null,arguments)}}},[r("input",{directives:[{name:"model",rawName:"v-model",value:e.inputValue,expression:"inputValue"}],ref:"input",staticClass:"filters__form-input",attrs:{type:"text",placeholder:e.placeholder},domProps:{value:e.inputValue},on:{focus:e.onInputFocus,input:function(n){n.target.composing||(e.inputValue=n.target.value)}}}),e._v(" "),r("PlusIcon",{staticClass:"filters__form-plus",on:{click:e.onFormSubmit}}),e._v(" "),e.suggestionsList.length?r("ul",{ref:"suggestionsList",staticClass:"filters__form-suggestions"},e._l(e.suggestionsList,function(n,i){return r("li",{key:n,class:e.getSuggestionClasses(i),attrs:{"data-index":i},on:{click:function(a){return a.stopPropagation(),e.makeSelection.apply(null,arguments)}}},[e._v(`
67
67
  `+e._s(n)+`
68
68
  `)])}),0):e._e()],1)},staticRenderFns:[]},function(e){e&&e("data-v-f2a3ba80_0",{source:".filters__form[data-v-f2a3ba80]{position:relative;flex:1;margin-left:.5rem;border-radius:.25rem;display:flex;align-items:center;height:22px;padding:0 .5rem;border:1px solid #242c41;background:#010306}.filters__form--show-suggestions[data-v-f2a3ba80]{border-radius:.25rem .25rem 0 0}.filters__form--show-suggestions.filters__form--suggestions-top[data-v-f2a3ba80]{border-radius:0 0 .25rem .25rem}.filters__form-input[data-v-f2a3ba80]{flex:1;display:inline-block;vertical-align:middle;width:100%;border:0;border-radius:0;box-shadow:none;background:0 0;font:inherit;color:inherit;outline:0}.filters__form-plus[data-v-f2a3ba80]{flex-shrink:0;margin-left:1rem;width:1em;height:1em;fill:#606060;cursor:pointer}.filters__form-suggestions[data-v-f2a3ba80]{display:none;position:absolute;top:100%;left:0;right:0;border-radius:0 0 .25rem .25rem;border:1px solid #242c41;margin:0;padding:0;max-height:66px;list-style:none;overflow-x:hidden;overflow-y:auto;z-index:1000;background:#010306}.filters__form--show-suggestions .filters__form-suggestions[data-v-f2a3ba80]{display:block}.filters__form--suggestions-top .filters__form-suggestions[data-v-f2a3ba80]{top:auto;bottom:100%;border-radius:.25rem .25rem 0 0}.filters__form-suggestions-item[data-v-f2a3ba80]{padding:0 .5rem;height:22px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#a0a0a0;cursor:pointer}.filters__form-suggestions-item--selected[data-v-f2a3ba80],.filters__form-suggestions-item[data-v-f2a3ba80]:active,.filters__form-suggestions-item[data-v-f2a3ba80]:hover{color:#eaeaea;background-color:#242c41}",map:void 0,media:void 0})},{name:"v-filters-form",components:{PlusIcon:{functional:!0,render(e,t){let{_c:r,_v:n,data:i,children:a=[]}=t,{class:s,staticClass:o,style:l,staticStyle:u,attrs:d={},...h}=i;return r("svg",{class:[s,o],style:[l,u],attrs:Object.assign({viewBox:"0 0 14 14",xmlns:"http://www.w3.org/2000/svg"},d),...h},a.concat([r("path",{attrs:{d:"M.297 7.071a.714.714 0 01.715-.715l5.345.001V1.011a.715.715 0 111.43 0l-.002 5.346 5.346-.001a.716.716 0 010 1.43H7.785l.001 5.345a.715.715 0 01-1.43 0l.001-5.346-5.345.001a.714.714 0 01-.715-.715z"}})]))}}},props:{onSubmit:{type:Function,required:!0},placeholder:{type:String,default:""},suggestions:{type:Array,default:()=>[]},suggestionsPlacement:{type:String,default:"bottom",validator:e=>["top","bottom"].indexOf(e)!==-1}},data:()=>({showSuggestions:!1,inputValue:"",selectedSuggestion:0}),watch:{selectedSuggestion:{handler(e){let t=this.$refs.suggestionsList.querySelectorAll("li")[e];t.offsetTop<this.$refs.suggestionsList.scrollTop?this.$refs.suggestionsList.scrollTop=t.offsetTop:t.offsetTop>=this.$refs.suggestionsList.scrollTop+this.$refs.suggestionsList.offsetHeight&&(this.$refs.suggestionsList.scrollTop=t.offsetTop-2*t.offsetHeight)}}},computed:{classes(){let e=["filters__form"];return this.showSuggestions&&this.suggestionsList.length&&e.push("filters__form--show-suggestions"),this.suggestionsPlacement==="top"&&e.push("filters__form--suggestions-top"),e},suggestionsList(){return this.inputValue?this.suggestions.filter(e=>e.toLowerCase().includes(this.inputValue.toLowerCase())):this.suggestions}},methods:{getSuggestionClasses(e){let t=["filters__form-suggestions-item"];return e===this.selectedSuggestion&&t.push("filters__form-suggestions-item--selected"),t},onInputFocus(){this.showSuggestions=!0,this.selectedSuggestion=0},onFormSubmit(){this.$refs.input===window.document.activeElement&&this.showSuggestions&&this.suggestionsList.length&&(this.inputValue=this.suggestionsList[this.selectedSuggestion]);let e=this.inputValue.trim();this.showSuggestions=!1,this.inputValue="",e?(this.showSuggestions=!1,this.onSubmit(e)):this.showSuggestions=!0},makeSelection(e){this.inputValue=e.target.textContent,this.onFormSubmit()},onWindowClick(e){Ht(e.target,this.$el)||(this.showSuggestions=!1)},onWindowKeyUp(e){if(this.$refs.input===window.document.activeElement)switch(e.key){case"Escape":this.showSuggestions=!1;break;case"ArrowDown":this.selectedSuggestion!==this.suggestionsList.length-1&&(this.selectedSuggestion+=1);break;case"ArrowUp":this.selectedSuggestion!==0&&(this.selectedSuggestion-=1)}}},created(){window.addEventListener("click",this.onWindowClick),window.addEventListener("keyup",this.onWindowKeyUp,!0)},destroyed(){window.removeEventListener("click",this.onWindowClick),window.removeEventListener("keyup",this.onWindowKeyUp,!0)}},"data-v-f2a3ba80",!1,void 0,!1,X,void 0,void 0),$f={functional:!0,render(e,t){let{_c:r,_v:n,data:i,children:a=[]}=t,{class:s,staticClass:o,style:l,staticStyle:u,attrs:d={},...h}=i;return r("svg",{class:[s,o],style:[l,u],attrs:Object.assign({viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg"},d),...h},a.concat([r("path",{attrs:{d:"M7.75 0a7.751 7.751 0 000 15.5 7.75 7.75 0 100-15.5zm0 3.438a1.313 1.313 0 110 2.625 1.313 1.313 0 010-2.625zm1.75 7.937a.375.375 0 01-.375.375h-2.75A.375.375 0 016 11.375v-.75c0-.207.168-.375.375-.375h.375v-2h-.375A.375.375 0 016 7.875v-.75c0-.207.168-.375.375-.375h2c.207 0 .375.168.375.375v3.125h.375c.207 0 .375.168.375.375v.75z"}})]))}},KZ=U({render:function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("div",{staticClass:"instructions"},[r("button",{staticClass:"instructions__icon",attrs:{type:"button"},on:{click:e.toggle}},[r("InfoIcon")],1),e._v(" "),e.isOpen?r("section",{staticClass:"instructions__container"},[r("div",{staticClass:"instructions__head"},[r("h1",{staticClass:"instructions__title"},[e._v("Welcome to your AppMap!")]),e._v(" "),r("button",{staticClass:"instructions__close",on:{click:e.close}},[r("CloseIcon")],1)]),e._v(" "),e._m(0),e._v(" "),e._m(1)]):e._e()])},staticRenderFns:[function(){var e=this.$createElement,t=this._self._c||e;return t("div",{staticClass:"instructions__content welcome"},[t("div",{staticClass:"intro"},[t("p",[this._v(`
69
69
  These UML-inspired diagrams display your key application components, and how they are
@@ -73,8 +73,8 @@ https://github.com/highlightjs/highlight.js/issues/2277`),he=m,Z=S);let f={code:
73
73
  of labels and events we've identified in your code.
74
74
  `)]),this._v(" "),t("li",[this._v("When a node is selected, we'll show you its details in the sidebar.")]),this._v(" "),t("li",[this._v("Use powerful filters bring focus to a narrow area of interest.")])])])])},function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("section",{staticClass:"instructions-wrap"},[r("div",{staticClass:"dependency-map"},[r("h4",[e._v("Dependency map")]),e._v(" "),r("ul",{staticClass:"feature-list"},[r("li",[e._v(`
75
75
  Right-click nodes to set as root, expand, collapse and reset the diagram elements
76
- `)]),e._v(" "),r("li",[e._v("Clicking an edge between nodes will display associated events")])]),e._v(" "),r("ul",{staticClass:"legend"},[r("h5",[e._v("Legend")]),e._v(" "),r("li",[r("div",{staticClass:"icon class-pkg"}),e._v(" "),r("p",[e._v("Class packages")])]),e._v(" "),r("li",[r("div",{staticClass:"icon class"}),e._v(" "),r("p",[e._v("Class / Function")])]),e._v(" "),r("li",[r("div",{staticClass:"icon dynamic"}),e._v(" "),r("p",[e._v("Dynamic dependencies such as method calls or SQL queries")])]),e._v(" "),r("li",[r("div",{staticClass:"icon web-service"}),e._v(" "),r("p",[e._v("HTTP requests")])]),e._v(" "),r("li",[r("div",{staticClass:"icon database"}),e._v(" "),r("p",[e._v("SQL queries")])])])]),e._v(" "),r("div",{staticClass:"trace"},[r("h4",[e._v("Trace")]),e._v(" "),r("ul",{staticClass:"feature-list"},[r("li",[e._v("\xA0Use arrow keys to navigate between nodes")]),e._v(" "),r("li",[e._v("\xA0Expand nodes to see children")])]),e._v(" "),r("ul",{staticClass:"legend"},[r("h5",[e._v("Legend")]),e._v(" "),r("li",{staticClass:"type-int icon"},[e._v("Integer/Number")]),e._v(" "),r("li",{staticClass:"type-string icon"},[e._v("String")]),e._v(" "),r("li",{staticClass:"type-bool icon"},[e._v("Boolean")]),e._v(" "),r("li",{staticClass:"type-float icon"},[e._v("Float/Decimal")]),e._v(" "),r("li",{staticClass:"type-object icon"},[e._v("Object/Other")])])])])}]},function(e){e&&e("data-v-4d005547_0",{source:`@charset "UTF-8";.instructions[data-v-4d005547]{position:relative;font-family:"IBM Plex Sans","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:0;z-index:1000}.instructions__close[data-v-4d005547],.instructions__icon[data-v-4d005547]{border:none;padding:.2rem;background:0 0;color:#808b98;font:inherit;font-size:.8rem;outline:0;line-height:0;appearance:none;cursor:pointer}.instructions__close[data-v-4d005547]:active,.instructions__close[data-v-4d005547]:hover,.instructions__icon[data-v-4d005547]:active,.instructions__icon[data-v-4d005547]:hover{color:#e1e2e2}.instructions__close svg[data-v-4d005547],.instructions__icon svg[data-v-4d005547]{fill:currentColor;width:16px}.instructions__container[data-v-4d005547]{border-radius:.5rem .5rem 0 .5rem;position:absolute;right:0;bottom:100%;margin:0 .75rem 1rem 0;width:max-content;height:max-content;max-width:50vw;max-height:80vh;padding:1.5rem;color:#eaeaea;background:#010306;overflow-y:auto}.instructions__head[data-v-4d005547]{position:relative;display:flex;align-items:flex-start}.instructions__title[data-v-4d005547]{margin:0;color:#ff07aa;font-size:1.5rem}.instructions__content[data-v-4d005547]{font-size:.9rem;line-height:1.2rem;word-break:break-word;overflow:auto}.instructions__close[data-v-4d005547]{margin-left:auto}ul[data-v-4d005547]{padding-left:1rem;word-break:break-word;list-style-type:"-";list-style-position:inside}ul li[data-v-4d005547]{margin:.3rem 0}ul.feature-list[data-v-4d005547]{border-bottom:1px solid #242c41;padding-left:0;padding-bottom:1rem;line-height:1.3rem}.instructions-wrap[data-v-4d005547]{width:100%;display:grid;grid-template-columns:1fr 1fr;column-gap:2rem;overflow:auto}.instructions-wrap .legend[data-v-4d005547]{margin:0;padding:0;list-style-type:none;word-break:break-word}.instructions-wrap .legend h5[data-v-4d005547]{margin:0 0 .4rem 0;color:#242c41;font-size:1rem;font-weight:400}.instructions-wrap .legend li[data-v-4d005547]{display:flex;flex-direction:row;margin:.5rem 0;line-height:2rem;align-items:flex-start}.instructions-wrap .legend li p[data-v-4d005547]{flex:1;margin:0;line-height:1.5rem}.instructions-wrap .dependency-map[data-v-4d005547],.instructions-wrap .trace[data-v-4d005547]{padding:1rem;border-radius:1rem;border:1px solid #242c41;width:100%;font-size:.9rem}.instructions-wrap .dependency-map h4[data-v-4d005547],.instructions-wrap .trace h4[data-v-4d005547]{margin:0;color:#ff07aa;font-size:1rem}.instructions-wrap .dependency-map .legend ul[data-v-4d005547],.instructions-wrap .trace .legend ul[data-v-4d005547]{margin:0;padding:0;list-style-type:none}.instructions-wrap .dependency-map .legend ul li[data-v-4d005547],.instructions-wrap .trace .legend ul li[data-v-4d005547]{display:flex;flex-direction:row;margin:0;line-height:2rem;align-items:flex-start}.instructions-wrap .dependency-map .legend ul li p[data-v-4d005547],.instructions-wrap .trace .legend ul li p[data-v-4d005547]{flex:1;margin:0}.instructions-wrap .dependency-map[data-v-4d005547]{padding-right:1.5rem}.instructions-wrap .dependency-map .icon[data-v-4d005547]{display:inline-block;height:1rem;width:2rem;margin-right:.5rem}.instructions-wrap .dependency-map .icon.class-pkg[data-v-4d005547]{background-color:#6fddd6}.instructions-wrap .dependency-map .icon.class[data-v-4d005547]{background-color:#4362b1}.instructions-wrap .dependency-map .icon.dynamic[data-v-4d005547]{background-image:url("data:image/svg+xml,%3Csvg width='32' height='12' viewBox='0 0 32 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M32 5.99999L22 0.226492L22 11.7735L32 5.99999ZM2.62268e-07 7L23 6.99999L23 4.99999L-2.62268e-07 5L2.62268e-07 7Z' fill='%23808B98'/%3E%3C/svg%3E%0A");background-repeat:no-repeat;align-self:center}.instructions-wrap .dependency-map .icon.web-service[data-v-4d005547]{background-color:#c61c38}.instructions-wrap .dependency-map .icon.database[data-v-4d005547]{background-color:#9c2fba}.instructions-wrap .trace[data-v-4d005547]{font-family:"IBM Plex Sans","Helvetica Neue",Helvetica,Arial,sans-serif}.instructions-wrap .trace .legend li[data-v-4d005547]{line-height:2rem;margin:0}.instructions-wrap .trace .icon[data-v-4d005547]{height:unset;width:unset}.instructions-wrap .trace .icon.type-bool[data-v-4d005547]:before,.instructions-wrap .trace .icon.type-float[data-v-4d005547]:before,.instructions-wrap .trace .icon.type-int[data-v-4d005547]:before,.instructions-wrap .trace .icon.type-object[data-v-4d005547]:before,.instructions-wrap .trace .icon.type-string[data-v-4d005547]:before{font-size:1.25rem;margin-right:.3rem;font-size:2rem}.instructions-wrap .trace .icon.type-int[data-v-4d005547]:before{content:"\u25CF";color:#f92672}.instructions-wrap .trace .icon.type-string[data-v-4d005547]:before{content:"\u25CF";color:#a6e22e}.instructions-wrap .trace .icon.type-bool[data-v-4d005547]:before{content:"\u25CF";color:#66d9ef}.instructions-wrap .trace .icon.type-float[data-v-4d005547]:before{content:"\u25CF";color:#fd971f}.instructions-wrap .trace .icon.type-object[data-v-4d005547]:before{content:"\u25CF";color:#ae81ff}@media (max-width:1300px){section.instructions-wrap[data-v-4d005547]{grid-template-columns:1fr}section.instructions-wrap .dependency-map[data-v-4d005547]{margin:1rem 0}section.instructions-wrap .legend[data-v-4d005547]{margin-bottom:1rem}section.instructions-wrap .legend[data-v-4d005547]:last-of-type{margin-bottom:0}}`,map:void 0,media:void 0})},{name:"v-instructions",components:{CloseIcon:W4,InfoIcon:$f},data:()=>({isOpen:!1}),methods:{toggle(){this.isOpen=!this.isOpen},open(){this.isOpen=!0},close(){this.isOpen=!1}}},"data-v-4d005547",!1,void 0,!1,X,void 0,void 0),XZ=U({render:function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("div",{class:e.classes},[r("div",{staticClass:"notification__head",on:{click:e.onClick}},[r("ArrowUpIcon",{staticClass:"notification__arrow"}),e._v(" "),r("span",{staticClass:"notification__title"},[e._v(`
77
- You\u2019ve been updated to `),r("b",[e._v(e._s(e.version)+".")]),r("em",[e._v("See details.")])]),e._v(" "),r("CloseThinIcon",{staticClass:"notification__close",on:{click:function(n){return n.stopPropagation(),e.onClose.apply(null,arguments)}}})],1),e._v(" "),r("div",{staticClass:"notification__body-container"},[r("div",{directives:[{name:"show",rawName:"v-show",value:e.isExpanded,expression:"isExpanded"}],staticClass:"notification__body"},[r("div",{staticClass:"notification__body-document"},[r("iframe",{staticClass:"notification__body-document",attrs:{srcdoc:e.body}})])])])])},staticRenderFns:[]},function(e){e&&e("data-v-3271e195_0",{source:'.notification[data-v-3271e195]{border:1px solid transparent;border-radius:.5rem;background-color:#eaeaea;color:#242c41;font-size:.75rem;line-height:1;white-space:nowrap;transition:all .3s ease;box-shadow:0 0 20px 0 rgba(0,0,0,.2)}.notification svg[data-v-3271e195]{width:.75rem;height:.75rem;fill:#242c41}.notification__head[data-v-3271e195]{display:flex;align-items:center;padding:.4rem 1rem;cursor:pointer;user-select:none}.notification svg.notification__arrow[data-v-3271e195]{fill:#7fc14a}.notification__title[data-v-3271e195]{flex:1;margin:0 .5rem;font-family:"IBM Plex Sans","Helvetica Neue",Helvetica,Arial,sans-serif}.notification__title em[data-v-3271e195]{color:#4362b1;margin-left:.5rem}.notification__close[data-v-3271e195]{cursor:pointer}.notification__body-container[data-v-3271e195]{position:relative}.notification__body[data-v-3271e195]{position:absolute;z-index:2147483647;width:100%;box-shadow:.2em .2em 10px 0 rgba(0,0,0,.6);background-color:#e3e5e8;color:#242c41;border-radius:.5rem;max-height:50vh;padding:0;overflow:hidden;margin-top:.5rem}.notification__body-document[data-v-3271e195]{border:none;width:100%;height:100vh;max-height:50vh}.notification--expanded[data-v-3271e195]{border-color:#606060}.notification--expanded svg[data-v-3271e195]{fill:#606060}.notification[data-v-3271e195]:hover{background-color:#c4c4c4}.notification .notification__body[data-v-3271e195] ul{margin:.5rem 0;padding-left:1rem}.notification .notification__body[data-v-3271e195] ul li:not(:last-child){margin-bottom:.5rem}',map:void 0,media:void 0})},{name:"v-notification",components:{ArrowUpIcon:{functional:!0,render(e,t){let{_c:r,_v:n,data:i,children:a=[]}=t,{class:s,staticClass:o,style:l,staticStyle:u,attrs:d={},...h}=i;return r("svg",{class:[s,o],style:[l,u],attrs:Object.assign({viewBox:"0 0 14 16",xmlns:"http://www.w3.org/2000/svg"},d),...h},a.concat([r("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M.278 6.265l6.05-5.99a.957.957 0 011.344 0l6.05 5.99a.935.935 0 010 1.331.957.957 0 01-1.345 0L7.951 3.213V16H6.049V3.213L1.623 7.596a.957.957 0 01-1.345 0 .935.935 0 010-1.33z"}})]))}},CloseThinIcon:Pf},props:{version:{type:String,default:""},body:{type:String,default:""}},data:()=>({isExpanded:!1}),computed:{classes(){let e=["notification"];return this.isExpanded&&e.push("notification--expanded"),e}},methods:{onClick(){this.isExpanded=!this.isExpanded,this.isExpanded&&this.$emit("openEvent")},onClose(){this.$emit("closeEvent")}}},"data-v-3271e195",!1,void 0,!1,X,void 0,void 0),X4=U({render:function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("div",{class:e.classes},[r("div",{staticClass:"popper__button",on:{click:function(n){e.open=!e.open}}},[e._t("icon")],2),e._v(" "),e.open?r("div",{staticClass:"popper__body"},[r("div",{staticClass:"popper__content"},[e._t("body")],2)]):e._e()])},staticRenderFns:[]},function(e){e&&e("data-v-68312fa4_0",{source:'.popper[data-v-68312fa4]{display:inline-block;position:relative;color:#808b98}.popper__button[data-v-68312fa4]{position:relative;padding:.2rem;color:inherit;cursor:pointer;line-height:0;transition:all .3s ease}.popper--highlight .popper__button[data-v-68312fa4]{color:#7f6be6}.popper__button svg[data-v-68312fa4]{width:1rem;height:1rem}.popper.popper--opened[data-v-68312fa4],.popper[data-v-68312fa4]:hover{color:#e1e2e2}.popper__body[data-v-68312fa4]{border-radius:.5rem;border:1px solid #7f6be6;position:absolute;width:max-content;height:max-content;max-width:70vw;max-height:70vh;margin-top:1.5rem;padding:1rem;font-family:"IBM Plex Sans","Helvetica Neue",Helvetica,Arial,sans-serif;color:#eaeaea;background:#010306;overflow:auto}.popper--v-top .popper__body[data-v-68312fa4]{bottom:100%;margin-bottom:.8rem}.popper--v-bottom .popper__body[data-v-68312fa4]{top:100%;margin-top:1.5rem}.popper--h-left .popper__body[data-v-68312fa4]{right:0}.popper--h-right .popper__body[data-v-68312fa4]{left:0}.popper__body h2[data-v-68312fa4]{font-size:1.1rem;margin:0 0 .25rem 0}',map:void 0,media:void 0})},{name:"v-popper-menu",props:{position:{type:String,default:"bottom left",validator:e=>{let[t,r]=e.split(/\s+?/);return["top","bottom"].indexOf(t)!==-1&&["left","right"].indexOf(r)!==-1}},isHighlight:{type:Boolean,default:!1,required:!1}},data(){return{vAlign:this.position.split(/\s+?/)[0],hAlign:this.position.split(/\s+?/)[1],open:!1}},computed:{classes(){let e=["popper","popper--v-"+this.vAlign,"popper--h-"+this.hAlign];return this.isHighlight&&e.push("popper--highlight"),this.open&&e.push("popper--opened"),e}},mounted(){window.addEventListener("click",e=>{Ht(e.target,this.$el)||(this.open=!1)})}},"data-v-68312fa4",!1,void 0,!1,X,void 0,void 0),qf=U({render:function(){var e=this,t=this,r=t.$createElement,n=t._self._c||r;return n("div",{key:t.renderKey,class:t.classes,attrs:{id:"app"},on:{mousemove:t.makeResizing,mouseup:t.stopResizing,mouseleave:t.stopResizing}},[n("div",{staticClass:"loader"}),t._v(" "),n("div",{ref:"mainColumnLeft",staticClass:"main-column main-column--left"},[n("v-details-panel",{attrs:{appMap:t.filteredAppMap,"selected-object":t.selectedObject,"selected-label":t.selectedLabel,"filters-root-objects":t.filters.rootObjects,findings:t.findings},on:{onChangeFilter:function(i){e.traceFilterValue=i}},scopedSlots:t._u([{key:"buttons",fn:function(){return[t.selectedObject||t.selectedLabel?n("v-details-button",{attrs:{icon:"clear"},nativeOn:{click:function(i){return t.clearSelection.apply(null,arguments)}}},[t._v(`
76
+ `)]),e._v(" "),r("li",[e._v("Clicking an edge between nodes will display associated events")])]),e._v(" "),r("ul",{staticClass:"legend"},[r("h5",[e._v("Legend")]),e._v(" "),r("li",[r("div",{staticClass:"icon class-pkg"}),e._v(" "),r("p",[e._v("Class packages")])]),e._v(" "),r("li",[r("div",{staticClass:"icon class"}),e._v(" "),r("p",[e._v("Class / Function")])]),e._v(" "),r("li",[r("div",{staticClass:"icon dynamic"}),e._v(" "),r("p",[e._v("Dynamic dependencies such as method calls or SQL queries")])]),e._v(" "),r("li",[r("div",{staticClass:"icon web-service"}),e._v(" "),r("p",[e._v("HTTP requests")])]),e._v(" "),r("li",[r("div",{staticClass:"icon database"}),e._v(" "),r("p",[e._v("SQL queries")])])])]),e._v(" "),r("div",{staticClass:"trace"},[r("h4",[e._v("Trace")]),e._v(" "),r("ul",{staticClass:"feature-list"},[r("li",[e._v("\xA0Use arrow keys to navigate between nodes")]),e._v(" "),r("li",[e._v("\xA0Expand nodes to see children")])]),e._v(" "),r("ul",{staticClass:"legend"},[r("h5",[e._v("Legend")]),e._v(" "),r("li",{staticClass:"type-int icon"},[e._v("Integer/Number")]),e._v(" "),r("li",{staticClass:"type-string icon"},[e._v("String")]),e._v(" "),r("li",{staticClass:"type-bool icon"},[e._v("Boolean")]),e._v(" "),r("li",{staticClass:"type-float icon"},[e._v("Float/Decimal")]),e._v(" "),r("li",{staticClass:"type-object icon"},[e._v("Object/Other")])])])])}]},function(e){e&&e("data-v-4d005547_0",{source:`@charset "UTF-8";.instructions[data-v-4d005547]{position:relative;font-family:"IBM Plex Sans","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:0;z-index:1000}.instructions__close[data-v-4d005547],.instructions__icon[data-v-4d005547]{border:none;padding:.2rem;background:0 0;color:#808b98;font:inherit;font-size:.8rem;outline:0;line-height:0;appearance:none;cursor:pointer}.instructions__close[data-v-4d005547]:active,.instructions__close[data-v-4d005547]:hover,.instructions__icon[data-v-4d005547]:active,.instructions__icon[data-v-4d005547]:hover{color:#e1e2e2}.instructions__close svg[data-v-4d005547],.instructions__icon svg[data-v-4d005547]{fill:currentColor;width:16px}.instructions__container[data-v-4d005547]{border-radius:.5rem .5rem 0 .5rem;position:absolute;right:0;bottom:100%;margin:0 .75rem 1rem 0;width:max-content;height:max-content;max-width:50vw;max-height:80vh;padding:1.5rem;color:#eaeaea;background:#010306;overflow-y:auto}.instructions__head[data-v-4d005547]{position:relative;display:flex;align-items:flex-start}.instructions__title[data-v-4d005547]{margin:0;color:#ff07aa;font-size:1.5rem}.instructions__content[data-v-4d005547]{font-size:.9rem;line-height:1.2rem;word-break:break-word;overflow:auto}.instructions__close[data-v-4d005547]{margin-left:auto}ul[data-v-4d005547]{padding-left:1rem;word-break:break-word;list-style-type:"-";list-style-position:inside}ul li[data-v-4d005547]{margin:.3rem 0}ul.feature-list[data-v-4d005547]{border-bottom:1px solid #242c41;padding-left:0;padding-bottom:1rem;line-height:1.3rem}.instructions-wrap[data-v-4d005547]{width:100%;display:grid;grid-template-columns:1fr 1fr;column-gap:2rem;overflow:auto}.instructions-wrap .legend[data-v-4d005547]{margin:0;padding:0;list-style-type:none;word-break:break-word}.instructions-wrap .legend h5[data-v-4d005547]{margin:0 0 .4rem 0;color:#242c41;font-size:1rem;font-weight:400}.instructions-wrap .legend li[data-v-4d005547]{display:flex;flex-direction:row;margin:.5rem 0;line-height:2rem;align-items:flex-start}.instructions-wrap .legend li p[data-v-4d005547]{flex:1;margin:0;line-height:1.5rem}.instructions-wrap .dependency-map[data-v-4d005547],.instructions-wrap .trace[data-v-4d005547]{padding:1rem;border-radius:1rem;border:1px solid #242c41;width:100%;font-size:.9rem}.instructions-wrap .dependency-map h4[data-v-4d005547],.instructions-wrap .trace h4[data-v-4d005547]{margin:0;color:#ff07aa;font-size:1rem}.instructions-wrap .dependency-map .legend ul[data-v-4d005547],.instructions-wrap .trace .legend ul[data-v-4d005547]{margin:0;padding:0;list-style-type:none}.instructions-wrap .dependency-map .legend ul li[data-v-4d005547],.instructions-wrap .trace .legend ul li[data-v-4d005547]{display:flex;flex-direction:row;margin:0;line-height:2rem;align-items:flex-start}.instructions-wrap .dependency-map .legend ul li p[data-v-4d005547],.instructions-wrap .trace .legend ul li p[data-v-4d005547]{flex:1;margin:0}.instructions-wrap .dependency-map[data-v-4d005547]{padding-right:1.5rem}.instructions-wrap .dependency-map .icon[data-v-4d005547]{display:inline-block;height:1rem;width:2rem;margin-right:.5rem}.instructions-wrap .dependency-map .icon.class-pkg[data-v-4d005547]{background-color:#6fddd6}.instructions-wrap .dependency-map .icon.class[data-v-4d005547]{background-color:#4362b1}.instructions-wrap .dependency-map .icon.dynamic[data-v-4d005547]{background-image:url("data:image/svg+xml,%3Csvg width='32' height='12' viewBox='0 0 32 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M32 5.99999L22 0.226492L22 11.7735L32 5.99999ZM2.62268e-07 7L23 6.99999L23 4.99999L-2.62268e-07 5L2.62268e-07 7Z' fill='%23808B98'/%3E%3C/svg%3E%0A");background-repeat:no-repeat;align-self:center}.instructions-wrap .dependency-map .icon.web-service[data-v-4d005547]{background-color:#c61c38}.instructions-wrap .dependency-map .icon.database[data-v-4d005547]{background-color:#9c2fba}.instructions-wrap .trace[data-v-4d005547]{font-family:"IBM Plex Sans","Helvetica Neue",Helvetica,Arial,sans-serif}.instructions-wrap .trace .legend li[data-v-4d005547]{line-height:2rem;margin:0}.instructions-wrap .trace .icon[data-v-4d005547]{height:unset;width:unset}.instructions-wrap .trace .icon.type-bool[data-v-4d005547]:before,.instructions-wrap .trace .icon.type-float[data-v-4d005547]:before,.instructions-wrap .trace .icon.type-int[data-v-4d005547]:before,.instructions-wrap .trace .icon.type-object[data-v-4d005547]:before,.instructions-wrap .trace .icon.type-string[data-v-4d005547]:before{font-size:1.25rem;margin-right:.3rem;font-size:2rem}.instructions-wrap .trace .icon.type-int[data-v-4d005547]:before{content:"\u25CF";color:#f92672}.instructions-wrap .trace .icon.type-string[data-v-4d005547]:before{content:"\u25CF";color:#a6e22e}.instructions-wrap .trace .icon.type-bool[data-v-4d005547]:before{content:"\u25CF";color:#66d9ef}.instructions-wrap .trace .icon.type-float[data-v-4d005547]:before{content:"\u25CF";color:#fd971f}.instructions-wrap .trace .icon.type-object[data-v-4d005547]:before{content:"\u25CF";color:#ae81ff}@media (max-width:1300px){section.instructions-wrap[data-v-4d005547]{grid-template-columns:1fr}section.instructions-wrap .dependency-map[data-v-4d005547]{margin:1rem 0}section.instructions-wrap .legend[data-v-4d005547]{margin-bottom:1rem}section.instructions-wrap .legend[data-v-4d005547]:last-of-type{margin-bottom:0}}`,map:void 0,media:void 0})},{name:"v-instructions",components:{CloseIcon:WT,InfoIcon:$f},data:()=>({isOpen:!1}),methods:{toggle(){this.isOpen=!this.isOpen},open(){this.isOpen=!0},close(){this.isOpen=!1}}},"data-v-4d005547",!1,void 0,!1,X,void 0,void 0),XZ=U({render:function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("div",{class:e.classes},[r("div",{staticClass:"notification__head",on:{click:e.onClick}},[r("ArrowUpIcon",{staticClass:"notification__arrow"}),e._v(" "),r("span",{staticClass:"notification__title"},[e._v(`
77
+ You\u2019ve been updated to `),r("b",[e._v(e._s(e.version)+".")]),r("em",[e._v("See details.")])]),e._v(" "),r("CloseThinIcon",{staticClass:"notification__close",on:{click:function(n){return n.stopPropagation(),e.onClose.apply(null,arguments)}}})],1),e._v(" "),r("div",{staticClass:"notification__body-container"},[r("div",{directives:[{name:"show",rawName:"v-show",value:e.isExpanded,expression:"isExpanded"}],staticClass:"notification__body"},[r("div",{staticClass:"notification__body-document"},[r("iframe",{staticClass:"notification__body-document",attrs:{srcdoc:e.body}})])])])])},staticRenderFns:[]},function(e){e&&e("data-v-3271e195_0",{source:'.notification[data-v-3271e195]{border:1px solid transparent;border-radius:.5rem;background-color:#eaeaea;color:#242c41;font-size:.75rem;line-height:1;white-space:nowrap;transition:all .3s ease;box-shadow:0 0 20px 0 rgba(0,0,0,.2)}.notification svg[data-v-3271e195]{width:.75rem;height:.75rem;fill:#242c41}.notification__head[data-v-3271e195]{display:flex;align-items:center;padding:.4rem 1rem;cursor:pointer;user-select:none}.notification svg.notification__arrow[data-v-3271e195]{fill:#7fc14a}.notification__title[data-v-3271e195]{flex:1;margin:0 .5rem;font-family:"IBM Plex Sans","Helvetica Neue",Helvetica,Arial,sans-serif}.notification__title em[data-v-3271e195]{color:#4362b1;margin-left:.5rem}.notification__close[data-v-3271e195]{cursor:pointer}.notification__body-container[data-v-3271e195]{position:relative}.notification__body[data-v-3271e195]{position:absolute;z-index:2147483647;width:100%;box-shadow:.2em .2em 10px 0 rgba(0,0,0,.6);background-color:#e3e5e8;color:#242c41;border-radius:.5rem;max-height:50vh;padding:0;overflow:hidden;margin-top:.5rem}.notification__body-document[data-v-3271e195]{border:none;width:100%;height:100vh;max-height:50vh}.notification--expanded[data-v-3271e195]{border-color:#606060}.notification--expanded svg[data-v-3271e195]{fill:#606060}.notification[data-v-3271e195]:hover{background-color:#c4c4c4}.notification .notification__body[data-v-3271e195] ul{margin:.5rem 0;padding-left:1rem}.notification .notification__body[data-v-3271e195] ul li:not(:last-child){margin-bottom:.5rem}',map:void 0,media:void 0})},{name:"v-notification",components:{ArrowUpIcon:{functional:!0,render(e,t){let{_c:r,_v:n,data:i,children:a=[]}=t,{class:s,staticClass:o,style:l,staticStyle:u,attrs:d={},...h}=i;return r("svg",{class:[s,o],style:[l,u],attrs:Object.assign({viewBox:"0 0 14 16",xmlns:"http://www.w3.org/2000/svg"},d),...h},a.concat([r("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M.278 6.265l6.05-5.99a.957.957 0 011.344 0l6.05 5.99a.935.935 0 010 1.331.957.957 0 01-1.345 0L7.951 3.213V16H6.049V3.213L1.623 7.596a.957.957 0 01-1.345 0 .935.935 0 010-1.33z"}})]))}},CloseThinIcon:Pf},props:{version:{type:String,default:""},body:{type:String,default:""}},data:()=>({isExpanded:!1}),computed:{classes(){let e=["notification"];return this.isExpanded&&e.push("notification--expanded"),e}},methods:{onClick(){this.isExpanded=!this.isExpanded,this.isExpanded&&this.$emit("openEvent")},onClose(){this.$emit("closeEvent")}}},"data-v-3271e195",!1,void 0,!1,X,void 0,void 0),XT=U({render:function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("div",{class:e.classes},[r("div",{staticClass:"popper__button",on:{click:function(n){e.open=!e.open}}},[e._t("icon")],2),e._v(" "),e.open?r("div",{staticClass:"popper__body"},[r("div",{staticClass:"popper__content"},[e._t("body")],2)]):e._e()])},staticRenderFns:[]},function(e){e&&e("data-v-68312fa4_0",{source:'.popper[data-v-68312fa4]{display:inline-block;position:relative;color:#808b98}.popper__button[data-v-68312fa4]{position:relative;padding:.2rem;color:inherit;cursor:pointer;line-height:0;transition:all .3s ease}.popper--highlight .popper__button[data-v-68312fa4]{color:#7f6be6}.popper__button svg[data-v-68312fa4]{width:1rem;height:1rem}.popper.popper--opened[data-v-68312fa4],.popper[data-v-68312fa4]:hover{color:#e1e2e2}.popper__body[data-v-68312fa4]{border-radius:.5rem;border:1px solid #7f6be6;position:absolute;width:max-content;height:max-content;max-width:70vw;max-height:70vh;margin-top:1.5rem;padding:1rem;font-family:"IBM Plex Sans","Helvetica Neue",Helvetica,Arial,sans-serif;color:#eaeaea;background:#010306;overflow:auto}.popper--v-top .popper__body[data-v-68312fa4]{bottom:100%;margin-bottom:.8rem}.popper--v-bottom .popper__body[data-v-68312fa4]{top:100%;margin-top:1.5rem}.popper--h-left .popper__body[data-v-68312fa4]{right:0}.popper--h-right .popper__body[data-v-68312fa4]{left:0}.popper__body h2[data-v-68312fa4]{font-size:1.1rem;margin:0 0 .25rem 0}',map:void 0,media:void 0})},{name:"v-popper-menu",props:{position:{type:String,default:"bottom left",validator:e=>{let[t,r]=e.split(/\s+?/);return["top","bottom"].indexOf(t)!==-1&&["left","right"].indexOf(r)!==-1}},isHighlight:{type:Boolean,default:!1,required:!1}},data(){return{vAlign:this.position.split(/\s+?/)[0],hAlign:this.position.split(/\s+?/)[1],open:!1}},computed:{classes(){let e=["popper","popper--v-"+this.vAlign,"popper--h-"+this.hAlign];return this.isHighlight&&e.push("popper--highlight"),this.open&&e.push("popper--opened"),e}},mounted(){window.addEventListener("click",e=>{Ht(e.target,this.$el)||(this.open=!1)})}},"data-v-68312fa4",!1,void 0,!1,X,void 0,void 0),qf=U({render:function(){var e=this,t=this,r=t.$createElement,n=t._self._c||r;return n("div",{key:t.renderKey,class:t.classes,attrs:{id:"app"},on:{mousemove:t.makeResizing,mouseup:t.stopResizing,mouseleave:t.stopResizing}},[n("div",{staticClass:"loader"}),t._v(" "),n("div",{ref:"mainColumnLeft",staticClass:"main-column main-column--left"},[n("v-details-panel",{attrs:{appMap:t.filteredAppMap,"selected-object":t.selectedObject,"selected-label":t.selectedLabel,"filters-root-objects":t.filters.rootObjects,findings:t.findings},on:{onChangeFilter:function(i){e.traceFilterValue=i}},scopedSlots:t._u([{key:"buttons",fn:function(){return[t.selectedObject||t.selectedLabel?n("v-details-button",{attrs:{icon:"clear"},nativeOn:{click:function(i){return t.clearSelection.apply(null,arguments)}}},[t._v(`
78
78
  Clear selection
79
79
  `)]):t._e(),t._v(" "),t.canGoBack?n("v-details-button",{attrs:{icon:"back"},nativeOn:{click:function(i){return t.goBack.apply(null,arguments)}}},[t._v(`
80
80
  Back to
@@ -105,24 +105,24 @@ https://github.com/highlightjs/highlight.js/issues/2277`),he=m,Z=S);let f={code:
105
105
  documentation`)]),e._v(","),r("br"),e._v(`
106
106
  or ask for help in
107
107
  `),r("a",{attrs:{href:"https://appmap.io/slack",target:"_blank",rel:"noopener noreferrer"}},[e._v(" Slack")]),e._v(`.
108
- `)])])}]},function(e){e&&e("data-v-3e576b1b_0",{source:`body,html{width:100%;height:100%;margin:0}body.sb-show-main.sb-main-padded{padding:0}*{box-sizing:border-box}code{color:#6fddd6}.share-appmap{box-shadow:0 0 20px 0 rgba(0,0,0,.2);font-family:"IBM Plex Sans","Helvetica Neue",Helvetica,Arial,sans-serif;position:absolute;top:5rem;right:2rem;background-color:#242c41;border-radius:.5rem;padding:0 0 2rem 0;width:calc(100% - 4rem);word-break:break-word}.share-appmap h1{color:#e3e5e8;font-weight:800}.share-appmap h3{margin-bottom:.5rem}.share-appmap .heading{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:1rem 2rem;border-bottom:1px solid #808b9869}.share-appmap .content{padding:0 2rem;color:#e3e5e8;line-height:1.5rem}.share-appmap .share-url p{margin-top:.5rem;margin-bottom:0}.share-appmap .share-link{display:flex;flex-direction:row;justify-content:space-between;align-items:center;background-color:#e3e5e8;padding:.6rem 1.25rem;border-radius:.5rem}.share-appmap .share-link .url{color:#4362b1;font-weight:800;transition:all .3s ease}.share-appmap .share-link .url:hover{color:#9c2fba;cursor:pointer}.share-appmap .share-link .icon{color:#4362b1}.share-appmap .share-link .icon:hover{cursor:pointer}.share-appmap .close-me{transition:all .3s ease;font-weight:800;width:16px;height:16px;fill:#fff}.share-appmap .close-me:hover{fill:#4362b1;cursor:pointer}#app{position:relative;display:grid;grid-template-columns:auto 1fr;grid-template-rows:100%;min-width:800px;height:100vh;color:#7f7f7f;background-color:#010306}#app.app--loading .loader{display:block}#app.app--loading .main-column{opacity:0;pointer-events:none}#app .loader{display:none;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:80px;height:80px}#app .loader:after{content:"";display:block;width:64px;height:64px;margin:8px;border-radius:50%;border:6px solid transparent;border-color:#ff07aa transparent #ff07aa transparent;animation:loader-animation 1.2s linear infinite}#app .main-column--left{position:relative;grid-column:1;width:420px}#app .main-column--right{position:relative;grid-column-start:2;grid-column-end:3;width:100%;min-width:400px;word-break:break-all;overflow:hidden}#app .main-column--right .control-button{border:none;display:inline-flex;align-items:center;padding:.25rem;background:0 0;color:#716e85;font:inherit;font-family:"IBM Plex Sans","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:.75rem;outline:0;appearance:none;cursor:pointer;transition:color .3s ease-in}#app .main-column--right .control-button:active,#app .main-column--right .control-button:hover{color:#e1e2e2;transition-timing-function:ease-out}#app .main-column--right .control-button__icon{width:.95rem;height:.95rem;fill:currentColor}#app .main-column--right .diagram-instructions{position:absolute;right:1.3rem;bottom:1.3rem}#app .main-column--right .hover-text-popper{display:inline-block}#app .main-column--right .hover-text-popper .appmap-upload{background-color:#4f3fa1;border-radius:.5rem;color:#e3e5e8;padding:.35rem .8rem;text-transform:uppercase;flex-direction:row-reverse;gap:.5rem}#app .main-column--right .hover-text-popper .appmap-upload span{font-size:.85rem;margin:auto}#app .main-column .main-column--drag{position:absolute;top:0;right:0;bottom:0;width:1px;background:0 0;cursor:col-resize;z-index:100}#app .main-column .main-column--drag:hover{background:#e1e2e2}#app .main-column .main-column--drag::after{content:"";position:absolute;top:0;left:0;right:-8px;bottom:0;background-position:4px 49%;background-repeat:no-repeat;background-image:url("data:image/svg+xml,%3Csvg width='2' height='14' viewBox='0 0 2 14' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23808b98' fill-rule='evenodd'%3E%3Ccircle cx='1' cy='1' r='1'/%3E%3Ccircle cx='1' cy='5' r='1'/%3E%3Ccircle cx='1' cy='9' r='1'/%3E%3Ccircle cx='1' cy='13' r='1'/%3E%3C/g%3E%3C/svg%3E");touch-action:none}#app .trace-view{display:flex;flex-direction:column;width:100%;height:100%}#app .no-data-notice{display:flex;position:absolute;flex-direction:column;justify-content:center;align-items:center;font-family:"IBM Plex Sans","Helvetica Neue",Helvetica,Arial,sans-serif;line-height:1.5;color:#e7e7e7;background-color:#1e1e1e;z-index:2147483647;top:0;left:0;bottom:0;right:0}#app .no-data-notice__text,#app .no-data-notice__title{margin:0}#app .no-data-notice__title{margin-bottom:1rem;font-size:2rem;font-weight:700;background:linear-gradient(to right,#9c2fba,#ff07aa);-webkit-background-clip:text;-webkit-text-fill-color:transparent}#app .no-data-notice__text a{color:#4362b1;text-decoration:none}#app .no-data-notice__text a:active,#app .no-data-notice__text a:hover{color:#768ecb}#app .no-data-notice .empty-state-diagram{margin-top:4rem}#app .no-data-notice .why-me{padding:1rem}#app .no-data-notice .why-me strong{margin-left:-1rem;color:#9c2fba;margin-bottom:.5rem}#app .filters{width:390px;font-size:.75rem}#app .filters__head{margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid #242c41;display:flex;justify-content:flex-start;align-items:center}#app .filters__head svg{width:1em;height:1em;fill:currentColor}#app .filters__head-icon{margin-right:.75rem;color:#7f6be6}#app .filters__head-text{margin-bottom:0;color:#fff;text-transform:uppercase;font-size:.75rem;font-weight:700}#app .filters__head-reset{margin-left:auto;border:none;display:inline-flex;align-items:center;padding:.25rem;background:0 0;color:#716e85;font:inherit;outline:0;line-height:1;appearance:none;cursor:pointer;transition:color .3s ease-in}#app .filters__head-reset:active,#app .filters__head-reset:hover{color:#e1e2e2;transition-timing-function:ease-out}#app .filters__head-reset svg{margin-left:.5rem}#app .filters__block:not(:last-child){margin-bottom:1rem}#app .filters__block-head{border-radius:.25rem .25rem 0 0;margin-bottom:1px;display:flex;padding:.5rem 0;line-height:1.25rem;background:#010306;border-bottom:1px solid #242c41}#app .filters__block-title{margin:0 .5rem 0 0;display:inline-block;font-size:.875rem;font-weight:700;color:#ccc}#app .filters__block-body{border-radius:0 0 .25rem .25rem;padding:1rem .75rem;background:#010306}#app .filters__block-body--flex{display:flex;flex-wrap:wrap;gap:.5rem}#app .filters__block-row{display:flex;justify-content:flex-start;align-items:flex-start}#app .filters__block-row:not(:last-child){margin-bottom:1rem}#app .filters__block-row-content{margin-left:1rem;width:100%;display:flex;flex-wrap:wrap;line-height:22px}#app .filters__root{border-radius:.5rem;display:flex;justify-content:space-between;align-items:center;padding:.5rem;background:#7f6be6;color:#eaeaea;line-height:1}#app .filters__root-icon{flex-shrink:0;margin-left:1rem;width:1em;height:1em;fill:currentColor;cursor:pointer}#app .filters__checkbox{flex-shrink:0;margin:3px 0;border-radius:2px;display:inline-flex;justify-content:center;align-items:center;width:1rem;height:1rem;background:#7f6be6;cursor:pointer}#app .filters__checkbox input{position:absolute;overflow:hidden;clip:rect(1px,1px,1px,1px);height:1px;width:1px;margin:-1px;padding:0;border:0}#app .filters__checkbox input:checked+.filters__checkbox-icon{display:block}#app .filters__checkbox-icon{display:none;width:.5rem;height:.5rem;fill:#e7e7e7}#app .filters__elapsed{margin-left:.5rem;border-radius:.25rem;display:inline-block;vertical-align:middle;height:22px;padding:0 .25rem;border:1px solid #242c41}#app .filters__elapsed-input{display:inline-block;vertical-align:middle;width:2rem;border:0;border-radius:0;box-shadow:none;background:0 0;font:inherit;text-align:right;color:inherit;outline:0}#app .filters__elapsed-ms{color:#716e85}#app .filters__hide{margin-top:.75rem;width:100%;display:flex;flex-wrap:wrap;justify-content:flex-start;align-items:flex-start;gap:.5rem}#app .filters__hide-item{border-radius:.25rem;display:inline-flex;justify-content:flex-start;align-items:center;padding:5px 10px;background:#7f6be6;color:#eaeaea;line-height:1}#app .filters__hide-item-icon{flex-shrink:0;margin-left:1rem;width:1em;height:1em;fill:currentColor;cursor:pointer}@keyframes loader-animation{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-button{width:0;height:0}::-webkit-scrollbar-thumb{background:#242c41;border:0;border-radius:50px}::-webkit-scrollbar-thumb:active,::-webkit-scrollbar-thumb:hover{background:#e1e2e2}::-webkit-scrollbar-track{background:#010306;border:0;border-radius:50px}::-webkit-scrollbar-corner{background:0 0}`,map:void 0,media:void 0})},{name:"VSCodeExtension",components:{CheckIcon:G4,CloseThinIcon:Pf,CloseIcon:W4,CopyIcon:qZ,ReloadIcon:jZ,ResetIcon:U4,UploadIcon:zZ,FilterIcon:F4,VDetailsPanel:V4,VDetailsButton:q4,VDiagramComponent:HZ,VDiagramTrace:K4,VFiltersForm:YZ,VInstructions:KZ,VNotification:XZ,VPopperMenu:X4,VPopper:vn,VTabs:H4,VTab:U({render:function(){var e=this.$createElement,t=this._self._c||e;return t("keep-alive",[this.isActive?t("v-tab-content",[this._t("default")],2):this._e()],1)},staticRenderFns:[]},function(e){e&&e("data-v-c8a446bc_0",{source:".tab-content[data-v-c8a446bc]{height:inherit}",map:void 0,media:void 0})},{name:"v-tab",components:{VTabContent:U({render:function(){var e=this.$createElement;return(this._self._c||e)("div",{staticClass:"tab-content"},[this._t("default")],2)},staticRenderFns:[]},function(e){e&&e("data-v-5f2029a7_0",{source:".tab-content[data-v-5f2029a7]{height:inherit}",map:void 0,media:void 0})},{name:"v-tab-content"},"data-v-5f2029a7",!1,void 0,!1,X,void 0,void 0)},props:{name:{type:String,required:!0},reference:String},data:()=>({isActive:!1}),methods:{setActive(e){this.isActive=e}}},"data-v-c8a446bc",!1,void 0,!1,X,void 0,void 0),VTraceFilter:U({render:function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("div",{staticClass:"trace-filter"},[r("form",{ref:"form",class:e.formClasses,on:{submit:function(n){return n.preventDefault(),e.onFormSubmit.apply(null,arguments)}}},[r("span",{staticClass:"trace-filter__prefix"},[r("SearchIcon")],1),e._v(" "),r("input",{directives:[{name:"model",rawName:"v-model",value:e.filterValue,expression:"filterValue"}],ref:"input",staticClass:"trace-filter__input",attrs:{type:"text",autocomplete:"off",placeholder:"search events..."},domProps:{value:e.filterValue},on:{focus:e.onInputFocus,blur:e.onInputBlur,input:function(n){n.target.composing||(e.filterValue=n.target.value)}}}),e._v(" "),e.filterValue?r("span",{staticClass:"trace-filter__suffix",on:{click:e.clearValue}},[r("CloseThinIcon")],1):e._e(),e._v(" "),e.suggestionsList.length?r("ul",{ref:"suggestionsList",staticClass:"trace-filter__suggestions"},e._l(e.suggestionsList,function(n,i){return r("li",{key:n,class:e.getSuggestionClasses(i),on:{click:function(a){return a.stopPropagation(),e.makeSelection(n)}}},[e._v(`
108
+ `)])])}]},function(e){e&&e("data-v-a837233a_0",{source:`body,html{width:100%;height:100%;margin:0}body.sb-show-main.sb-main-padded{padding:0}*{box-sizing:border-box}code{color:#6fddd6}.share-appmap{box-shadow:0 0 20px 0 rgba(0,0,0,.2);font-family:"IBM Plex Sans","Helvetica Neue",Helvetica,Arial,sans-serif;position:absolute;top:5rem;right:2rem;background-color:#242c41;border-radius:.5rem;padding:0 0 2rem 0;width:calc(100% - 4rem);word-break:break-word}.share-appmap h1{color:#e3e5e8;font-weight:800}.share-appmap h3{margin-bottom:.5rem}.share-appmap .heading{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:1rem 2rem;border-bottom:1px solid #808b9869}.share-appmap .content{padding:0 2rem;color:#e3e5e8;line-height:1.5rem}.share-appmap .share-url p{margin-top:.5rem;margin-bottom:0}.share-appmap .share-link{display:flex;flex-direction:row;justify-content:space-between;align-items:center;background-color:#e3e5e8;padding:.6rem 1.25rem;border-radius:.5rem}.share-appmap .share-link .url{color:#4362b1;font-weight:800;transition:all .3s ease}.share-appmap .share-link .url:hover{color:#9c2fba;cursor:pointer}.share-appmap .share-link .icon{color:#4362b1}.share-appmap .share-link .icon:hover{cursor:pointer}.share-appmap .close-me{transition:all .3s ease;font-weight:800;width:16px;height:16px;fill:#fff}.share-appmap .close-me:hover{fill:#4362b1;cursor:pointer}#app{position:relative;display:grid;grid-template-columns:auto 1fr;grid-template-rows:100%;min-width:800px;height:100vh;color:#7f7f7f;background-color:#010306}#app.app--loading .loader{display:block}#app.app--loading .main-column{opacity:0;pointer-events:none}#app .loader{display:none;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:80px;height:80px}#app .loader:after{content:"";display:block;width:64px;height:64px;margin:8px;border-radius:50%;border:6px solid transparent;border-color:#ff07aa transparent #ff07aa transparent;animation:loader-animation 1.2s linear infinite}#app .main-column--left{position:relative;grid-column:1;width:420px}#app .main-column--right{position:relative;grid-column-start:2;grid-column-end:3;width:100%;min-width:400px;word-break:break-all;overflow:hidden}#app .main-column--right .control-button{border:none;display:inline-flex;align-items:center;padding:.25rem;background:0 0;color:#716e85;font:inherit;font-family:"IBM Plex Sans","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:.75rem;outline:0;appearance:none;cursor:pointer;transition:color .3s ease-in}#app .main-column--right .control-button:active,#app .main-column--right .control-button:hover{color:#e1e2e2;transition-timing-function:ease-out}#app .main-column--right .control-button__icon{width:16px;height:14px;fill:currentColor}#app .main-column--right .diagram-instructions{position:absolute;right:1.3rem;bottom:1.3rem}#app .main-column--right .hover-text-popper{display:inline-block}#app .main-column--right .hover-text-popper .appmap-upload{background-color:#4f3fa1;border-radius:.5rem;color:#e3e5e8;padding:.25rem .65rem;text-transform:uppercase;flex-direction:row-reverse;gap:.5rem}#app .main-column--right .hover-text-popper .appmap-upload span{font-size:.85rem;margin:auto}#app .main-column .main-column--drag{position:absolute;top:0;right:0;bottom:0;width:1px;background:0 0;cursor:col-resize;z-index:100}#app .main-column .main-column--drag:hover{background:#e1e2e2}#app .main-column .main-column--drag::after{content:"";position:absolute;top:0;left:0;right:-8px;bottom:0;background-position:4px 49%;background-repeat:no-repeat;background-image:url("data:image/svg+xml,%3Csvg width='2' height='14' viewBox='0 0 2 14' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23808b98' fill-rule='evenodd'%3E%3Ccircle cx='1' cy='1' r='1'/%3E%3Ccircle cx='1' cy='5' r='1'/%3E%3Ccircle cx='1' cy='9' r='1'/%3E%3Ccircle cx='1' cy='13' r='1'/%3E%3C/g%3E%3C/svg%3E");touch-action:none}#app .trace-view{display:flex;flex-direction:column;width:100%;height:100%}#app .no-data-notice{display:flex;position:absolute;flex-direction:column;justify-content:center;align-items:center;font-family:"IBM Plex Sans","Helvetica Neue",Helvetica,Arial,sans-serif;line-height:1.5;color:#e7e7e7;background-color:#1e1e1e;z-index:2147483647;top:0;left:0;bottom:0;right:0}#app .no-data-notice__text,#app .no-data-notice__title{margin:0}#app .no-data-notice__title{margin-bottom:1rem;font-size:2rem;font-weight:700;background:linear-gradient(to right,#9c2fba,#ff07aa);-webkit-background-clip:text;-webkit-text-fill-color:transparent}#app .no-data-notice__text a{color:#4362b1;text-decoration:none}#app .no-data-notice__text a:active,#app .no-data-notice__text a:hover{color:#768ecb}#app .no-data-notice .empty-state-diagram{margin-top:4rem}#app .no-data-notice .why-me{padding:1rem}#app .no-data-notice .why-me strong{margin-left:-1rem;color:#9c2fba;margin-bottom:.5rem}#app .filters{width:390px;font-size:.75rem}#app .filters__head{margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid #242c41;display:flex;justify-content:flex-start;align-items:center}#app .filters__head svg{width:1em;height:1em;fill:currentColor}#app .filters__head-icon{margin-right:.75rem;color:#7f6be6}#app .filters__head-text{margin-bottom:0;color:#fff;text-transform:uppercase;font-size:.75rem;font-weight:700}#app .filters__head-reset{margin-left:auto;border:none;display:inline-flex;align-items:center;padding:.25rem;background:0 0;color:#716e85;font:inherit;outline:0;line-height:1;appearance:none;cursor:pointer;transition:color .3s ease-in}#app .filters__head-reset:active,#app .filters__head-reset:hover{color:#e1e2e2;transition-timing-function:ease-out}#app .filters__head-reset svg{margin-left:.5rem}#app .filters__block:not(:last-child){margin-bottom:1rem}#app .filters__block-head{border-radius:.25rem .25rem 0 0;margin-bottom:1px;display:flex;padding:.5rem 0;line-height:1.25rem;background:#010306;border-bottom:1px solid #242c41}#app .filters__block-title{margin:0 .5rem 0 0;display:inline-block;font-size:.875rem;font-weight:700;color:#ccc}#app .filters__block-body{border-radius:0 0 .25rem .25rem;padding:1rem .75rem;background:#010306}#app .filters__block-body--flex{display:flex;flex-wrap:wrap;gap:.5rem}#app .filters__block-row{display:flex;justify-content:flex-start;align-items:flex-start}#app .filters__block-row:not(:last-child){margin-bottom:1rem}#app .filters__block-row-content{margin-left:1rem;width:100%;display:flex;flex-wrap:wrap;line-height:22px}#app .filters__root{border-radius:.5rem;display:flex;justify-content:space-between;align-items:center;padding:.5rem;background:#7f6be6;color:#eaeaea;line-height:1}#app .filters__root-icon{flex-shrink:0;margin-left:1rem;width:1em;height:1em;fill:currentColor;cursor:pointer}#app .filters__checkbox{flex-shrink:0;margin:3px 0;border-radius:2px;display:inline-flex;justify-content:center;align-items:center;width:1rem;height:1rem;background:#7f6be6;cursor:pointer}#app .filters__checkbox input{position:absolute;overflow:hidden;clip:rect(1px,1px,1px,1px);height:1px;width:1px;margin:-1px;padding:0;border:0}#app .filters__checkbox input:checked+.filters__checkbox-icon{display:block}#app .filters__checkbox-icon{display:none;width:.5rem;height:.5rem;fill:#e7e7e7}#app .filters__elapsed{margin-left:.5rem;border-radius:.25rem;display:inline-block;vertical-align:middle;height:22px;padding:0 .25rem;border:1px solid #242c41}#app .filters__elapsed-input{display:inline-block;vertical-align:middle;width:2rem;border:0;border-radius:0;box-shadow:none;background:0 0;font:inherit;text-align:right;color:inherit;outline:0}#app .filters__elapsed-ms{color:#716e85}#app .filters__hide{margin-top:.75rem;width:100%;display:flex;flex-wrap:wrap;justify-content:flex-start;align-items:flex-start;gap:.5rem}#app .filters__hide-item{border-radius:.25rem;display:inline-flex;justify-content:flex-start;align-items:center;padding:5px 10px;background:#7f6be6;color:#eaeaea;line-height:1}#app .filters__hide-item-icon{flex-shrink:0;margin-left:1rem;width:1em;height:1em;fill:currentColor;cursor:pointer}@keyframes loader-animation{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-button{width:0;height:0}::-webkit-scrollbar-thumb{background:#242c41;border:0;border-radius:50px}::-webkit-scrollbar-thumb:active,::-webkit-scrollbar-thumb:hover{background:#e1e2e2}::-webkit-scrollbar-track{background:#010306;border:0;border-radius:50px}::-webkit-scrollbar-corner{background:0 0}`,map:void 0,media:void 0})},{name:"VSCodeExtension",components:{CheckIcon:GT,CloseThinIcon:Pf,CloseIcon:WT,CopyIcon:qZ,ReloadIcon:jZ,ResetIcon:UT,UploadIcon:zZ,FilterIcon:FT,VDetailsPanel:VT,VDetailsButton:qT,VDiagramComponent:HZ,VDiagramTrace:KT,VFiltersForm:YZ,VInstructions:KZ,VNotification:XZ,VPopperMenu:XT,VPopper:vn,VTabs:HT,VTab:U({render:function(){var e=this.$createElement,t=this._self._c||e;return t("keep-alive",[this.isActive?t("v-tab-content",[this._t("default")],2):this._e()],1)},staticRenderFns:[]},function(e){e&&e("data-v-c8a446bc_0",{source:".tab-content[data-v-c8a446bc]{height:inherit}",map:void 0,media:void 0})},{name:"v-tab",components:{VTabContent:U({render:function(){var e=this.$createElement;return(this._self._c||e)("div",{staticClass:"tab-content"},[this._t("default")],2)},staticRenderFns:[]},function(e){e&&e("data-v-5f2029a7_0",{source:".tab-content[data-v-5f2029a7]{height:inherit}",map:void 0,media:void 0})},{name:"v-tab-content"},"data-v-5f2029a7",!1,void 0,!1,X,void 0,void 0)},props:{name:{type:String,required:!0},reference:String},data:()=>({isActive:!1}),methods:{setActive(e){this.isActive=e}}},"data-v-c8a446bc",!1,void 0,!1,X,void 0,void 0),VTraceFilter:U({render:function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("div",{staticClass:"trace-filter"},[r("form",{ref:"form",class:e.formClasses,on:{submit:function(n){return n.preventDefault(),e.onFormSubmit.apply(null,arguments)}}},[r("span",{staticClass:"trace-filter__prefix"},[r("SearchIcon")],1),e._v(" "),r("input",{directives:[{name:"model",rawName:"v-model",value:e.filterValue,expression:"filterValue"}],ref:"input",staticClass:"trace-filter__input",attrs:{type:"text",autocomplete:"off",placeholder:"search events..."},domProps:{value:e.filterValue},on:{focus:e.onInputFocus,blur:e.onInputBlur,input:function(n){n.target.composing||(e.filterValue=n.target.value)}}}),e._v(" "),e.filterValue?r("span",{staticClass:"trace-filter__suffix",on:{click:e.clearValue}},[r("CloseThinIcon")],1):e._e(),e._v(" "),e.suggestionsList.length?r("ul",{ref:"suggestionsList",staticClass:"trace-filter__suggestions"},e._l(e.suggestionsList,function(n,i){return r("li",{key:n,class:e.getSuggestionClasses(i),on:{click:function(a){return a.stopPropagation(),e.makeSelection(n)}}},[e._v(`
109
109
  `+e._s(n)+`
110
110
  `)])}),0):e._e()]),e._v(" "),e.nodesLength?r("div",{staticClass:"trace-filter__arrows"},[r("div",{staticClass:"trace-filter__arrow",on:{click:e.onPrevArrow}},[r("ArrowSearchLeftIcon")],1),e._v(" "),r("div",{staticClass:"trace-filter__arrows-text"},[Number.isInteger(e.currentIndex)?r("span",[r("b",[e._v(e._s(e.currentIndex+1))]),e._v(`
111
111
  /
112
112
  `)]):e._e(),e._v(`
113
113
  `+e._s(e.nodesLength)+` results
114
- `)]),e._v(" "),r("div",{staticClass:"trace-filter__arrow",on:{click:e.onNextArrow}},[r("ArrowSearchRightIcon")],1)]):e._e()])},staticRenderFns:[]},function(e){e&&e("data-v-6279328a_0",{source:'.trace-filter{padding:1rem 1.25rem;display:flex;justify-content:flex-start;align-items:center;font-family:"IBM Plex Sans","Helvetica Neue",Helvetica,Arial,sans-serif}.trace-filter__form{flex:1;position:relative;border-radius:.5rem;border:1px solid #808b98}.trace-filter__form--show-suggestions{border-radius:.5rem .5rem 0 0}.trace-filter__prefix{position:absolute;top:50%;left:0;width:2rem;display:flex;justify-content:center;align-items:center;transform:translateY(-50%);text-align:center;color:#ccc}.trace-filter__prefix svg{position:relative;left:3px;width:14px;height:14px;fill:#716e85}.trace-filter__input{border:none;width:100%;padding:.5rem 2rem;font-size:.9rem;color:#e7e7e7;background:0 0;outline:0}.trace-filter__input::-moz-placeholder,.trace-filter__input::-webkit-placeholder,.trace-filter__input::placeholder{color:#808b98}.trace-filter__suffix{position:absolute;top:50%;right:5px;width:1rem;height:1rem;display:flex;justify-content:center;align-items:center;transform:translateY(-50%);text-align:center;color:#716e85;transition:color .3s ease-in;cursor:pointer}.trace-filter__suffix:active,.trace-filter__suffix:hover{color:#e1e2e2;transition-timing-function:ease-out}.trace-filter__suffix svg{width:14px;height:14px;fill:currentColor}.trace-filter__suggestions{display:none;position:absolute;top:100%;left:-2px;right:-2px;border-radius:0 0 .5rem .5rem;border:2px solid #7f6be6;border-top:1px solid #2c2b32;margin:0;padding:0;max-height:112px;list-style:none;overflow-x:hidden;overflow-y:auto;background:#191919;z-index:1}.trace-filter__form--show-suggestions .trace-filter__suggestions{display:block}.trace-filter__suggestions-item{padding:0 .75rem;height:22px;font-size:12px;line-height:22px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#a0a0a0;cursor:pointer}.trace-filter__suggestions-item--selected,.trace-filter__suggestions-item:active,.trace-filter__suggestions-item:hover{color:#eaeaea;background-color:#292929}.trace-filter__arrows{display:flex;align-items:center;padding:0 1.25rem}.trace-filter__arrows-text{margin:0 .5rem;font-size:.75rem;color:#ccc}.trace-filter__arrow{padding:.25rem;font-size:0;cursor:pointer}',map:void 0,media:void 0})},{name:"v-trace-filter",components:{ArrowSearchLeftIcon:{functional:!0,render(e,t){let{_c:r,_v:n,data:i,children:a=[]}=t,{class:s,staticClass:o,style:l,staticStyle:u,attrs:d={},...h}=i;return r("svg",{class:[s,o],style:[l,u],attrs:Object.assign({width:"7",height:"13",fill:"none",xmlns:"http://www.w3.org/2000/svg"},d),...h},a.concat([r("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M6.853.147a.5.5 0 010 .708L1.208 6.5l5.645 5.646a.5.5 0 11-.708.707L.147 6.854a.5.5 0 010-.708l5.998-6a.5.5 0 01.708 0z",fill:"#716E85"}})]))}},ArrowSearchRightIcon:{functional:!0,render(e,t){let{_c:r,_v:n,data:i,children:a=[]}=t,{class:s,staticClass:o,style:l,staticStyle:u,attrs:d={},...h}=i;return r("svg",{class:[s,o],style:[l,u],attrs:Object.assign({width:"7",height:"13",fill:"none",xmlns:"http://www.w3.org/2000/svg"},d),...h},a.concat([r("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M.147 12.853a.5.5 0 010-.708L5.792 6.5.147.855A.5.5 0 01.855.147l5.998 5.999a.5.5 0 010 .708l-5.998 6a.5.5 0 01-.708 0z",fill:"#716E85"}})]))}},CloseThinIcon:Pf,SearchIcon:z4},props:{nodesLength:{type:Number,require:!1,default:0},currentIndex:{type:Number,default:null},suggestions:{type:Array,default:()=>[]},initialFilterValue:{type:String,default:""}},data(){return{filterValue:this.initialFilterValue,showSuggestions:!1,selectedSuggestion:!1}},watch:{filterValue:{handler(e){this.$emit("onChange",e)}},selectedSuggestion:{handler(e){if(e===!1)return;let t=this.$refs.suggestionsList.querySelectorAll("li")[e];t.offsetTop<this.$refs.suggestionsList.scrollTop?this.$refs.suggestionsList.scrollTop=t.offsetTop:t.offsetTop>=this.$refs.suggestionsList.scrollTop+this.$refs.suggestionsList.offsetHeight-2&&(this.$refs.suggestionsList.scrollTop=t.offsetTop-4*t.offsetHeight)}}},computed:{formClasses(){let e=["trace-filter__form"];return this.showSuggestions&&this.suggestionsList.length&&e.push("trace-filter__form--show-suggestions"),e},suggestionsList(){let{suggestions:e}=this,t=this.filterValue.includes('"')?/([^"]*)$/:/([^\s]*)$/,r=this.filterValue.match(t).pop().trim();return!r||/^".+"$/g.test(r)||/^id:.+$/g.test(r)||/^label:.+$/g.test(r)||(e=e.filter(n=>new RegExp(r,"ig").test(n))),e}},methods:{setValue(e){this.filterValue=e},clearValue(){this.filterValue=""},onPrevArrow(){this.$emit("onPrevArrow")},onNextArrow(){this.$emit("onNextArrow")},getSuggestionClasses(e){let t=["trace-filter__suggestions-item"];return e===this.selectedSuggestion&&t.push("trace-filter__suggestions-item--selected"),t},onInputFocus(){this.showSuggestions=!0,this.selectedSuggestion=!1},onInputBlur(){this.filterValue.endsWith(" ")||(this.filterValue+=" ")},onFormSubmit(){this.$refs.input===window.document.activeElement&&this.showSuggestions&&this.suggestionsList.length&&this.selectedSuggestion!==!1&&this.makeSelection(this.suggestionsList[this.selectedSuggestion].toString()),this.$refs.input.blur(),this.showSuggestions=!1},makeSelection(e){let t=this.filterValue.match(/(?:[^\s"]+|"[^"]*")+/g),r=t?t[t.length-1]:null;this.filterValue.endsWith(" ")||!r||/^".+"$/g.test(r)||/^id:.+$/g.test(r)||/^label:.+$/g.test(r)||t.pop(),this.filterValue=`${t?t.join(" ")+" ":""}"${e}" `},onWindowClick(e){Ht(e.target,this.$refs.form)||this.$refs.input===window.document.activeElement||(this.showSuggestions=!1)},onWindowKeyUp(e){if(this.$refs.input===window.document.activeElement)switch(e.key){case"Escape":this.showSuggestions=!1,this.$refs.input.blur();break;case"ArrowDown":this.selectedSuggestion!==!1&&this.selectedSuggestion!==this.suggestionsList.length-1?this.selectedSuggestion+=1:this.selectedSuggestion=0;break;case"ArrowUp":this.selectedSuggestion!==!1&&this.selectedSuggestion!==0?this.selectedSuggestion-=1:this.selectedSuggestion=this.suggestionsList.length-1;break;default:this.selectedSuggestion=!1}}},created(){window.addEventListener("click",this.onWindowClick),window.addEventListener("keyup",this.onWindowKeyUp,!0)},destroyed(){window.removeEventListener("click",this.onWindowClick),window.removeEventListener("keyup",this.onWindowKeyUp,!0)}},void 0,!1,void 0,!1,X,void 0,void 0),DiagramGray:VZ},store:CZ,data:()=>({renderKey:0,isLoading:!0,isPanelResizing:!1,initialPanelWidth:0,initialClientX:0,version:null,versionText:"",VIEW_COMPONENT:"viewComponent",VIEW_FLOW:"viewFlow",filters:{rootObjects:[],declutter:{limitRootEvents:{on:!0,default:!0},hideMediaRequests:{on:!0,default:!0},hideUnlabeled:{on:!1,default:!1},hideElapsedTimeUnder:{on:!1,default:!1,time:100},hideName:{on:!1,default:!1,names:[]}}},traceFilterValue:"",currentTraceFilterIndex:0,showShareModal:!1,shareURL:void 0}),props:{appMapUploadable:{type:Boolean,default:!1}},watch:{"$store.state.currentView":{handler(e){this.onChangeTab(this.$refs[e]),this.$refs.tabs.activateTab(this.$refs[e]),this.$root.$emit("stateChanged","currentView")}},"$store.getters.selectedObject":{handler(e){if(e){if(e instanceof we||this.setView("viewComponent"),e instanceof we){let t=this.highlightedNodes.findIndex(r=>r===e);this.currentTraceFilterIndex=t>=0?t:void 0}}else this.currentTraceFilterIndex=void 0;this.$root.$emit("stateChanged","selectedObject")}},"$store.getters.selectedLabel":{handler(){this.$root.$emit("stateChanged","selectedObject")}},"$store.getters.focusedEvent":{handler(e){e&&(this.setView("viewFlow"),this.$nextTick(()=>{this.$refs.diagramFlow.focusFocused()}))}},highlightedNodes:{handler(){this.currentTraceFilterIndex=0,this.selectCurrentHighlightedEvent()}},currentTraceFilterIndex:{handler(){this.selectCurrentHighlightedEvent()}},filteredAppMap:{handler(){this.selectedObject&&this.setSelectedObject(this.selectedObject.fqid)}}},computed:{classes(){return this.isLoading?"app--loading":""},findings(){let{appMap:e}=this.$store.state,{data:{findings:t}}=e;return this.uniqueFindings(t)},filteredAppMap(){let{appMap:e}=this.$store.state,{classMap:t}=e,r=e.rootEvents();this.filters.declutter.limitRootEvents.on&&(r=r.filter(a=>a.httpServerRequest));let n=r.reduce((a,s)=>(s.traverse(o=>a.push(o)),a),[]);if(this.filters.rootObjects.length){let a=[];t.codeObjects.forEach(s=>{this.filters.rootObjects.forEach(o=>{this.codeObjectIsMatched(s,o)&&(a=a.concat(s.allEvents.map(l=>[l.id,l.linkedEvent.id])))})}),a.length&&(n=n.filter(s=>a.some(o=>s.id>=o[0]&&s.id<=o[1])))}this.filters.declutter.hideMediaRequests.on&&(n=this.filterMediaRequests(n)),this.filters.declutter.hideUnlabeled.on&&(n=n.filter(a=>a.labels.size>0||a.codeObject.type!==z.FUNCTION)),this.filters.declutter.hideElapsedTimeUnder.on&&this.filters.declutter.hideElapsedTimeUnder.time>0&&(n=n.filter(a=>a.returnEvent&&a.returnEvent.elapsedTime&&a.returnEvent.elapsedTime>=this.filters.declutter.hideElapsedTimeUnder.time/1e3)),this.filters.declutter.hideName.on&&this.filters.declutter.hideName.names.length&&t.codeObjects.forEach(a=>{this.filters.declutter.hideName.names.forEach(s=>{this.codeObjectIsMatched(a,s)&&(n=n.filter(o=>!a.allEvents.includes(o)))})});let i=new Set(n.filter(a=>a.isCall()).map(a=>a.id));return this.findings&&this.findings.length>0&&(this.findings.forEach(a=>{a.appMapUri&&a.appMapUri.fragment&&typeof a.appMapUri.fragment=="string"&&(a.appMapUri.fragment=JSON.parse(a.appMapUri.fragment))}),n=this.attachFindingsToEvents(n,this.findings)),Vr({events:n.filter(a=>i.has(a.id)||i.has(a.parent_id)),classMap:t.roots.map(a=>({...a.data})),metadata:e.metadata}).build()},rootObjectsSuggestions(){return this.$store.state.appMap.classMap.codeObjects.map(e=>e.fqid).filter(e=>!this.filters.rootObjects.includes(e))},hideNamesSuggestions(){return this.filteredAppMap.classMap.codeObjects.map(e=>e.fqid).filter(e=>!this.filters.declutter.hideName.names.includes(e))},eventsSuggestions(){let e=new Set(this.highlightedNodes.map(r=>r.id)),t=new Set(this.filteredAppMap.events.filter(r=>r.isCall()&&!e.has(r.id)).map(r=>r.toString()));return Array.from(t)},eventsById(){return this.filteredAppMap.events.reduce((e,t)=>(e[t.id]=t.callEvent,e),{})},eventsByLabel(){return this.filteredAppMap.events.filter(e=>e.isCall()).reduce((e,t)=>(t.labels.forEach(r=>{e[r]=e[r]||[],e[r].push(t.callEvent)}),e),{})},highlightedNodes(){let e=new Set;if(this.traceFilterValue){let t=this.traceFilterValue.match(/(?:[^\s"]+|"[^"]*"|"[^"]*)+/g);t&&(this.traceFilterValue.endsWith(" ")||t.pop(),t.forEach(r=>{if(/^".+"$/g.test(r)){let a=r.slice(1,-1);return void this.filteredAppMap.events.forEach(s=>{s.isCall()&&s.toString()===a&&e.add(s)})}let[n,i]=r.split(":");switch(n){case"id":{let a=parseInt(i,10);if(Number.isNaN(a))break;let s=this.eventsById[a];s?e.add(s):this.filters.declutter.limitRootEvents.on&&this.$store.state.appMap.rootEvents().some(o=>o.id===a)&&this.$nextTick(()=>{this.filters.declutter.limitRootEvents.on=!1});break}case"label":{let a=this.eventsByLabel[i];a&&a.forEach(s=>e.add(s));break}default:if(r.length<3)break;this.filteredAppMap.events.forEach(a=>{a.isCall()&&a.toString().toLowerCase().includes(r.toString().toLowerCase())&&e.add(a)})}}))}return Array.from(e).sort((t,r)=>t.id-r.id)},highlightedEvent(){return this.highlightedNodes[this.currentTraceFilterIndex]},selectedObject(){return this.$store.getters.selectedObject},selectedEvent(){return this.selectedObject instanceof we?[this.selectedObject]:[]},selectedLabel(){return this.$store.getters.selectedLabel},focusedEvent(){return this.$store.getters.focusedEvent},currentView(){return this.$store.state.currentView},isViewingComponent(){return this.currentView==="viewComponent"},isViewingFlow(){return this.currentView==="viewFlow"},prevSelectedObject(){return this.$store.getters.prevSelectedObject},canGoBack(){return this.$store.getters.canPopStack},isEmptyAppMap(){let e=this.filteredAppMap,t=Array.isArray(e.events)&&e.events.length,r=Array.isArray(e.classMap.codeObjects)&&e.classMap.codeObjects.length;return!(this.filtersChanged||this.traceFilterValue||t&&r)},filtersChanged(){return this.filters.rootObjects.length>0||Object.values(this.filters.declutter).some(e=>typeof e.on=="boolean"&&e.on!==e.default||typeof on=="function"&&e.on()!==e.default)},shareURLmessage(){return this.shareURL?this.shareURL:"Retrieving link..."}},methods:{loadData(e){this.$store.commit("setAppMapData",e);let t=this.$store.state.appMap.rootEvents().some(r=>r.httpServerRequest);this.filters.declutter.limitRootEvents.on=t,this.filters.declutter.limitRootEvents.default=t,this.isLoading=!1,this.$store.commit("setFilteredMap",this.filteredAppMap)},showInstructions(){this.$refs.instructions.open(),this.$root.$emit("showInstructions")},showVersionNotification(e,t=""){this.version=e,this.versionText=t},onNotificationOpen(){this.$root.$emit("notificationOpen")},onNotificationClose(){this.version=null,this.versionText="",this.$root.$emit("notificationClose")},onChangeTab(e){let t=Object.values(this.$refs).findIndex(n=>n===e);if(t===-1)return;let r=Object.keys(this.$refs)[t];this.setView(r),this.$root.$emit("changeTab",r)},setView(e){this.currentView!==e&&this.$store.commit("setView",e)},getState(){let e={};this.currentView!=="viewComponent"&&(e.currentView=this.currentView),this.selectedObject&&this.selectedObject.fqid?e.selectedObject=this.selectedObject.fqid:this.selectedLabel&&(e.selectedObject="label:"+this.selectedLabel),this.traceFilterValue&&(e.traceFilter=this.traceFilterValue);let{declutter:t}=this.filters;return e.filters=Object.entries({rootObjects:t.rootObjects,limitRootEvents:t.limitRootEvents.on,hideMediaRequests:t.hideMediaRequests.on,hideUnlabeled:t.hideUnlabeled.on,hideElapsedTimeUnder:!!t.hideElapsedTimeUnder.on&&t.hideElapsedTimeUnder.time,hideName:!!t.hideName.on&&t.hideName.names}).reduce((n,[i,a])=>{let s=this.filters.declutter[i];return(Array.isArray(a)&&a.length!==0||s&&s.default!==a)&&(n[i]=a),n},{}),Object.keys(e.filters).length===0&&delete e.filters,Object.keys(e).length===0?"":(r=JSON.stringify(e),Mf.Buffer.from(r,"utf-8").toString("base64").replace(/=/g,"").replace(/_/g,"/").replace(/-/g,"+"));var r},openFilterModal(){this.$root.$emit("clickFilterButton")},setSelectedObject(e){let[t,r,n]=e.match(/^([a-z]+):(.+)/);if(!t)return;if(r==="label")return void this.$store.commit("selectLabel",n);let{classMap:i,events:a}=this.filteredAppMap,s=null;if(r==="event"){let o=parseInt(n,10);if(Number.isNaN(o))return;s=a.find(l=>l.id===o)}else s=i.codeObjects.find(o=>o.fqid===e);this.$store.commit("selectObject",s)},setState(e){return new Promise(t=>{if(!e)return void t();let r;var n;e.trimLeft().startsWith("{")?r=e:(n=e,r=Mf.Buffer.from(n,"base64").toString("utf-8"));let i=JSON.parse(r);if(i.selectedObject)do{let s=i.selectedObject,[o,l,u]=s.match(/^([a-z]+):(.+)/);if(!o)break;if(l==="label"){this.$store.commit("selectLabel",u);break}let{classMap:d,events:h}=this.filteredAppMap,E=null;if(l==="event"){let y=parseInt(u,10);if(Number.isNaN(y))break;E=h.find(T=>T.id===y),E||(E=this.$store.state.appMap.events.find(T=>T.id===y),E&&Object.keys(this.filters.declutter).forEach(T=>{this.filters.declutter[T].on=!1}))}else E=d.codeObjects.find(y=>y.fqid===s);E&&this.$store.commit("selectObject",E)}while(0);let{filters:a}=i;a&&("rootObjects"in a&&(this.filters.declutter.rootObjects=a.rootObjects),"limitRootEvents"in a&&(this.filters.declutter.limitRootEvents.on=a.limitRootEvents),"hideMediaRequests"in a&&(this.filters.declutter.hideMediaRequests.on=a.hideMediaRequests),"hideUnlabeled"in a&&(this.filters.declutter.hideUnlabeled.on=a.hideUnlabeled),"hideElapsedTimeUnder"in a&&a.hideElapsedTimeUnder!==!1&&(this.filters.declutter.hideElapsedTimeUnder.on=!0,this.filters.declutter.hideElapsedTimeUnder.time=a.hideElapsedTimeUnder),"hideName"in a&&a.hideName!==!1&&(this.filters.declutter.hideName.on=!0,this.filters.declutter.hideName.names=a.hideName)),this.$nextTick(()=>{i.currentView&&this.setView(i.currentView),i.traceFilter?this.$nextTick(()=>{i.traceFilter.endsWith(" ")||(i.traceFilter+=" "),this.$refs.traceFilter.setValue(i.traceFilter),t()}):t()})})},clearSelection(){this.currentTraceFilterIndex=0,this.$store.commit("clearObjectStack"),this.$root.$emit("clearSelection")},goBack(){this.$store.commit("popObjectStack")},resetDiagram(){this.clearSelection(),this.resetFilters(),this.$root.$emit("resetDiagram"),this.renderKey+=1},uploadAppmap(){this.showShareModal=!0,this.$root.$emit("uploadAppmap")},uniqueFindings(e){if(e)return Object.values(e.reduce((t,r)=>(t[r.finding.hash_v2]=r,t),{}))},attachFindingsToEvents(e,t){let r=e.reduce((n,i)=>(n[i.id]=i.callEvent,n),{});return t.forEach(n=>{let i=n.appMapUri&&n.appMapUri.fragment&&n.appMapUri.fragment.traceFilter;i&&i.split(" ").map(a=>Number(a.split(":")[1])).forEach(a=>{let s=r[a];s&&!this.eventAlreadyHasFinding(s,n)&&(s.findings?s.findings.push(n):s.findings=[n])})}),e},eventAlreadyHasFinding:(e,t)=>e.findings&&!!e.findings.find(r=>r.finding.hash_v2===t.finding.hash_v2),closeShareModal(){this.showShareModal=!1},setShareURL(e){this.shareURL=e},copyToClipboard(e){this.$root.$emit("copyToClipboard",e)},onClickTraceEvent(e){this.$store.commit("selectObject",e)},startResizing(e){document.body.style.userSelect="none",this.isPanelResizing=!0,this.initialPanelWidth=this.$refs.mainColumnLeft.offsetWidth,this.initialClientX=e.clientX},makeResizing(e){if(this.isPanelResizing){let r=.75*window.innerWidth,n=this.initialPanelWidth+(e.clientX-this.initialClientX);n=Math.max(280,n),n=Math.min(r,n),this.$refs.mainColumnLeft.style.width=n+"px"}},stopResizing(){document.body.style.userSelect="",this.isPanelResizing=!1},resetFilters(){this.filters.rootObjects=[],Object.keys(this.filters.declutter).forEach(e=>{this.filters.declutter[e].on=this.filters.declutter[e].default}),this.filters.declutter.hideName.names=[]},addHiddenName(e){let t=e.trim();t&&!this.filters.declutter.hideName.names.includes(t)&&(this.filters.declutter.hideName.names.push(t),this.filters.declutter.hideName.on=!0)},removeHiddenName(e){this.filters.declutter.hideName.names.splice(e,1),this.filters.declutter.hideName.names.length===0&&(this.filters.declutter.hideName.on=!1)},addRootObject(e){let t=e.trim();t&&!this.filters.rootObjects.includes(t)&&this.filters.rootObjects.push(t)},removeRootObject(e){this.filters.rootObjects.splice(e,1)},filterMediaRequests(e){let t=[],r=["application/javascript","application/ecmascript","audio/.+","font/.+","image/.+","text/javascript","text/ecmascript","text/css","video/.+"].map(i=>new RegExp(i,"i")),n=new Set(["aac","avi","bmp","css","flv","gif","htm","html","ico","jpeg","jpg","js","json","jsonld","mid","midi","mjs","mov","mp3","mp4","mpeg","oga","ogg","ogv","ogx","opus","otf","png","svg","tif","tiff","ts","ttf","wav","weba","webm","webp","woff","woff2","xhtml","3gp","3g2"]);return e.forEach(i=>{if(i.requestMethod==="GET"&&i.requestPath){let a=i.requestPath.match(/.*\.([\S]*)$/);a&&n.has(a[1])&&t.push(i.id)}else if(i.http_server_response){let a;if(i.http_server_response.headers){let s=Object.keys(i.http_server_response.headers).filter(o=>o.toLowerCase()==="content-type")[0];a=i.http_server_response.headers[s]}else i.http_server_response.mime_type&&(a=i.http_server_response.mime_type);a&&r.some(s=>s.test(a))&&t.push(i.parent_id)}}),e.filter(i=>!t.includes(i.id))},codeObjectIsMatched(e,t){if(t.startsWith("label:")){let r=new RegExp(`^${t.replace("label:","").replace("*",".*")}$`,"ig");return Array.from(e.labels).some(n=>r.test(n))}if(t.includes("*")){if(new RegExp(`^${t.replace("*",".*")}$`,"ig").test(e.fqid))return!0}else if(t===e.fqid)return!0;return!1},prevTraceFilter(){if(this.highlightedNodes.length!==0){if(Number.isFinite(this.currentTraceFilterIndex))this.currentTraceFilterIndex-=1;else{let[e]=this.selectedEvent;if(e){let t=this.highlightedNodes.filter(r=>r.id<e.id).pop();this.currentTraceFilterIndex=this.highlightedNodes.findIndex(r=>r===t)}else this.currentTraceFilterIndex=-1}this.currentTraceFilterIndex<0&&(this.currentTraceFilterIndex=this.highlightedNodes.length-1)}},nextTraceFilter(){if(this.highlightedNodes.length!==0){if(Number.isFinite(this.currentTraceFilterIndex))this.currentTraceFilterIndex+=1;else{let[e]=this.selectedEvent;if(e){let t=this.highlightedNodes.filter(r=>r.id>e.id).shift();this.currentTraceFilterIndex=this.highlightedNodes.findIndex(r=>r===t)}else this.currentTraceFilterIndex=0}(this.currentTraceFilterIndex>=this.highlightedNodes.length||this.currentTraceFilterIndex<0)&&(this.currentTraceFilterIndex=0)}},selectCurrentHighlightedEvent(){this.highlightedEvent&&this.$store.commit("selectObject",this.highlightedEvent)}},mounted(){this.$root.$on("makeRoot",e=>{this.addRootObject(e.fqid)}),this.$root.$on("removeRoot",e=>{this.removeRootObject(this.filters.rootObjects.indexOf(e))}),this.$root.$on("addHiddenName",e=>{this.addHiddenName(e)})}},void 0,!1,void 0,!1,X,void 0,void 0),JZ={added:{color:"#a6e22e",style:"solid"},removed:{color:"#cd1414",style:"solid"},changed:{color:"#ead656",style:"dashed"}},ZZ=U({render:function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("div",{staticClass:"diff"},[r("div",{staticClass:"diff__column"},[r("v-diagram-trace",{ref:"base",attrs:{events:e.eventsBase,selectedEvents:e.selectedEventsBase,highlightColor:e.highlightConfig.color,highlightStyle:e.highlightConfig.style,zoomControls:!1,highlightAll:e.changeType!=="changed"}}),e._v(" "),r("div",{staticClass:"diff__filters"},[r("v-popper-menu",{attrs:{position:"bottom right",showDot:e.filtersChanged},scopedSlots:e._u([{key:"icon",fn:function(){return[r("v-cog")]},proxy:!0},{key:"body",fn:function(){return[r("h2",[e._v("Filters")]),e._v(" "),r("div",[r("input",{directives:[{name:"model",rawName:"v-model",value:e.filters.unlabeled.on,expression:"filters.unlabeled.on"}],attrs:{type:"checkbox",id:"unlabeled-events"},domProps:{checked:Array.isArray(e.filters.unlabeled.on)?e._i(e.filters.unlabeled.on,null)>-1:e.filters.unlabeled.on},on:{change:function(n){var i=e.filters.unlabeled.on,a=n.target,s=!!a.checked;if(Array.isArray(i)){var o=e._i(i,null);a.checked?o<0&&e.$set(e.filters.unlabeled,"on",i.concat([null])):o>-1&&e.$set(e.filters.unlabeled,"on",i.slice(0,o).concat(i.slice(o+1)))}else e.$set(e.filters.unlabeled,"on",s)}}}),e._v(" "),r("label",{attrs:{for:"unlabeled-events"}},[e._v("Unlabeled events")])]),e._v(" "),r("div",[r("input",{directives:[{name:"model",rawName:"v-model",value:e.filters.labeled.on,expression:"filters.labeled.on"}],attrs:{type:"checkbox",id:"labeled-events"},domProps:{checked:Array.isArray(e.filters.labeled.on)?e._i(e.filters.labeled.on,null)>-1:e.filters.labeled.on},on:{change:function(n){var i=e.filters.labeled.on,a=n.target,s=!!a.checked;if(Array.isArray(i)){var o=e._i(i,null);a.checked?o<0&&e.$set(e.filters.labeled,"on",i.concat([null])):o>-1&&e.$set(e.filters.labeled,"on",i.slice(0,o).concat(i.slice(o+1)))}else e.$set(e.filters.labeled,"on",s)}}}),e._v(" "),r("label",{attrs:{for:"labeled-events"}},[e._v("Labeled events")])]),e._v(" "),r("div",[r("input",{directives:[{name:"model",rawName:"v-model",value:e.filters.http.on,expression:"filters.http.on"}],attrs:{type:"checkbox",id:"http-server-requests"},domProps:{checked:Array.isArray(e.filters.http.on)?e._i(e.filters.http.on,null)>-1:e.filters.http.on},on:{change:function(n){var i=e.filters.http.on,a=n.target,s=!!a.checked;if(Array.isArray(i)){var o=e._i(i,null);a.checked?o<0&&e.$set(e.filters.http,"on",i.concat([null])):o>-1&&e.$set(e.filters.http,"on",i.slice(0,o).concat(i.slice(o+1)))}else e.$set(e.filters.http,"on",s)}}}),e._v(" "),r("label",{attrs:{for:"http-server-requests"}},[e._v("HTTP server requests")])]),e._v(" "),r("div",[r("input",{directives:[{name:"model",rawName:"v-model",value:e.filters.sql.on,expression:"filters.sql.on"}],attrs:{type:"checkbox",id:"sql-queries"},domProps:{checked:Array.isArray(e.filters.sql.on)?e._i(e.filters.sql.on,null)>-1:e.filters.sql.on},on:{change:function(n){var i=e.filters.sql.on,a=n.target,s=!!a.checked;if(Array.isArray(i)){var o=e._i(i,null);a.checked?o<0&&e.$set(e.filters.sql,"on",i.concat([null])):o>-1&&e.$set(e.filters.sql,"on",i.slice(0,o).concat(i.slice(o+1)))}else e.$set(e.filters.sql,"on",s)}}}),e._v(" "),r("label",{attrs:{for:"sql-queries"}},[e._v("SQL queries")])])]},proxy:!0}])})],1)],1),e._v(" "),r("div",{staticClass:"diff__column"},[r("v-diagram-trace",{ref:"working",attrs:{events:e.eventsWorking,selectedEvents:e.selectedEventsWorking,highlightColor:e.highlightConfig.color,highlightStyle:e.highlightConfig.style,zoomControls:!1,highlightAll:e.changeType!=="changed"}})],1)])},staticRenderFns:[]},function(e){e&&e("data-v-6500db33_0",{source:"body,html{width:100%;height:100%;margin:0}*{box-sizing:border-box}code{color:#6fddd6}.diff{display:grid;grid-template-columns:50%;grid-template-rows:max(1fr,100%);height:100vh;color:#7f7f7f;background-color:#1e1e1e}.diff__column{position:relative;overflow-y:scroll;width:100%;grid-row:1;border-style:solid;border-color:#010306;border-width:0 2px}.diff__filters{position:absolute;top:.5rem;left:.5rem}",map:void 0,media:void 0})},{name:"v-diff",components:{VDiagramTrace:K4,VPopperMenu:X4,VCog:{functional:!0,render(e,t){let{_c:r,_v:n,data:i,children:a=[]}=t,{class:s,staticClass:o,style:l,staticStyle:u,attrs:d={},...h}=i;return r("svg",{class:["svg-inline--fa fa-cog fa-w-16",s,o],style:[l,u],attrs:Object.assign({"aria-hidden":"true","data-prefix":"fas","data-icon":"cog",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 512"},d),...h},a.concat([r("path",{attrs:{fill:"currentColor",d:"M487.4 315.7l-42.6-24.6c4.3-23.2 4.3-47 0-70.2l42.6-24.6c4.9-2.8 7.1-8.6 5.5-14-11.1-35.6-30-67.8-54.7-94.6-3.8-4.1-10-5.1-14.8-2.3L380.8 110c-17.9-15.4-38.5-27.3-60.8-35.1V25.8c0-5.6-3.9-10.5-9.4-11.7-36.7-8.2-74.3-7.8-109.2 0-5.5 1.2-9.4 6.1-9.4 11.7V75c-22.2 7.9-42.8 19.8-60.8 35.1L88.7 85.5c-4.9-2.8-11-1.9-14.8 2.3-24.7 26.7-43.6 58.9-54.7 94.6-1.7 5.4.6 11.2 5.5 14L67.3 221c-4.3 23.2-4.3 47 0 70.2l-42.6 24.6c-4.9 2.8-7.1 8.6-5.5 14 11.1 35.6 30 67.8 54.7 94.6 3.8 4.1 10 5.1 14.8 2.3l42.6-24.6c17.9 15.4 38.5 27.3 60.8 35.1v49.2c0 5.6 3.9 10.5 9.4 11.7 36.7 8.2 74.3 7.8 109.2 0 5.5-1.2 9.4-6.1 9.4-11.7v-49.2c22.2-7.9 42.8-19.8 60.8-35.1l42.6 24.6c4.9 2.8 11 1.9 14.8-2.3 24.7-26.7 43.6-58.9 54.7-94.6 1.5-5.5-.7-11.3-5.6-14.1zM256 336c-44.1 0-80-35.9-80-80s35.9-80 80-80 80 35.9 80 80-35.9 80-80 80z"}})]))}}},props:{base:[String,Object],working:[String,Object]},watch:{allChanges:{handler(e){let{base:t,working:r}=this.$refs;if(t.clearTransform(),t.focusSelector(".trace-node"),r.clearTransform(),r.focusSelector(".trace-node"),e.length){let[n,i]=e[0];this.highlight(n,i)}}}},data:()=>({changeType:null,hideOverlay:!1,displayUnlabeledEvents:!0,selectedEventsBase:[],selectedEventsWorking:[],renderKey:0,filters:{unlabeled:{on:!0,filter:e=>!e.sql&&!e.httpServerRequest&&e.labels.size===0},labeled:{on:!0,filter:e=>e.labels.size>0},sql:{on:!0,filter:e=>Boolean(e.sql)},http:{on:!0,filter:e=>Boolean(e.httpServerRequest)}}}),computed:{baseAppMap(){return Vr(this.base).normalize().build()},workingAppMap(){return Vr(this.working).normalize().build()},highlightConfig(){return JZ[this.changeType]||{}},filteredBaseAppMap(){return Vr({events:this.baseAppMap.data.events.filter(e=>this.filterEvent(e)),classMap:this.baseAppMap.classMap.codeObjects.map(e=>e.data),metadata:this.baseAppMap.metadata}).build()},filteredWorkingAppMap(){return Vr({events:this.workingAppMap.data.events.filter(e=>this.filterEvent(e)),classMap:this.workingAppMap.classMap.codeObjects.map(e=>e.data),metadata:this.workingAppMap.metadata}).build()},eventsBase(){return Ls(this.filteredBaseAppMap.events)},eventsWorking(){return Ls(this.filteredWorkingAppMap.events)},filterFuncs(){return Object.values(this.filters).filter(e=>{let{on:t}=e;return typeof t=="boolean"?t:typeof t=="function"&&t()}).map(e=>e.filter)},filtersChanged(){return Object.values(this.filters).some(e=>typeof e.on=="boolean"&&e.on===!1||typeof on=="function"&&e.on()===!1)},allChanges(){let e=Dt.getDiff(this.filteredBaseAppMap,this.filteredWorkingAppMap),t=[];return e.added.forEach(r=>t.push(["added",r,r[0].id/this.baseAppMap.events.length])),e.removed.forEach(r=>t.push(["removed",r,r[0].id/this.baseAppMap.events.length])),e.changed.forEach(r=>t.push(["changed",r,r[0].id/this.baseAppMap.events.length])),t.sort((r,n)=>r[2]-n[2])}},methods:{highlight(e,t){if(this.changeType=e,this.hideOverlay=!1,e==="changed"){let[r,n]=t;this.selectedEventsBase=[r],this.selectedEventsWorking=[n]}else e==="removed"?(this.selectedEventsWorking=[],this.selectedEventsBase=t):e==="added"&&(this.selectedEventsWorking=t,this.selectedEventsBase=[])},filterEvent(e){return Boolean(this.filterFuncs.find(t=>t(e)))}},mounted(){let e=0,t=()=>{if(!this.allChanges.length)return;let[r,n]=this.allChanges[e];this.highlight(r,n)};document.addEventListener("keypress",r=>{r.key==="Enter"&&(e=(e+1)%this.allChanges.length,t())}),t()}},void 0,!1,void 0,!1,X,void 0,void 0);function Ya(e){return e&&e.data&&e.data.attrs&&e.data.attrs.id?e.data.attrs.id:""}var QZ=U({},void 0,{name:"multi-page",props:{page:{type:Number,default:0},disabledPages:{type:Set,default:()=>new Set}},data(){return{currentPage:Ya(this.$slots.default.filter(e=>e.tag)[0])}},render(e){return e("div",this.slots().map(t=>{let r=Ya(t);return e("div",{style:{display:r===this.currentPage?"":"none"}},[t])}))},watch:{currentPage:{immediate:!0,handler(e){this.$root.$emit("open-page",e)}}},methods:{slots(){return this.$slots.default.filter(e=>e.tag&&!this.disabledPages.has(Ya(e)))},getPageId(e){let t=this.slots(),r=t.findIndex(i=>Ya(i)===this.currentPage),n=t.length;return Ya(t[Math.max(0,Math.min(r+e,n))])},next(){let e=this.getPageId(1);this.jumpTo(e)},previous(){let e=this.getPageId(-1);this.jumpTo(e)},jumpTo(e){this.$root.$emit("page",e),this.currentPage=e}},mounted(){this.$root.$on("page-next",this.next),this.$root.$on("page-previous",this.previous),this.$root.$on("page-jump-to",this.jumpTo);let e=this.slots();e.forEach(({componentInstance:t},r)=>{t.$set(t,"first",r===0),t.$set(t,"last",r===e.length-1)})}},void 0,void 0,void 0,!1,void 0,void 0,void 0),wr=U({render:function(){var e=this.$createElement,t=this._self._c||e;return t("div",{staticClass:"qs"},[t("div",{staticClass:"qs-container"},[t("div",{staticClass:"appmap-header"},[t("AppMapLogo",{attrs:{width:"120"}})],1),this._v(" "),t("div",{staticClass:"qs-content"},[this._t("default")],2),this._v(" "),this.displayHelp?t("div",{staticClass:"qs-help"},[t("HelpIcon",{staticClass:"qs-help__icon"}),this._v(" "),this._m(0)],1):this._e()])])},staticRenderFns:[function(){var e=this.$createElement,t=this._self._c||e;return t("div",{staticClass:"qs-help__text"},[this._v(`
114
+ `)]),e._v(" "),r("div",{staticClass:"trace-filter__arrow",on:{click:e.onNextArrow}},[r("ArrowSearchRightIcon")],1)]):e._e()])},staticRenderFns:[]},function(e){e&&e("data-v-6279328a_0",{source:'.trace-filter{padding:1rem 1.25rem;display:flex;justify-content:flex-start;align-items:center;font-family:"IBM Plex Sans","Helvetica Neue",Helvetica,Arial,sans-serif}.trace-filter__form{flex:1;position:relative;border-radius:.5rem;border:1px solid #808b98}.trace-filter__form--show-suggestions{border-radius:.5rem .5rem 0 0}.trace-filter__prefix{position:absolute;top:50%;left:0;width:2rem;display:flex;justify-content:center;align-items:center;transform:translateY(-50%);text-align:center;color:#ccc}.trace-filter__prefix svg{position:relative;left:3px;width:14px;height:14px;fill:#716e85}.trace-filter__input{border:none;width:100%;padding:.5rem 2rem;font-size:.9rem;color:#e7e7e7;background:0 0;outline:0}.trace-filter__input::-moz-placeholder,.trace-filter__input::-webkit-placeholder,.trace-filter__input::placeholder{color:#808b98}.trace-filter__suffix{position:absolute;top:50%;right:5px;width:1rem;height:1rem;display:flex;justify-content:center;align-items:center;transform:translateY(-50%);text-align:center;color:#716e85;transition:color .3s ease-in;cursor:pointer}.trace-filter__suffix:active,.trace-filter__suffix:hover{color:#e1e2e2;transition-timing-function:ease-out}.trace-filter__suffix svg{width:14px;height:14px;fill:currentColor}.trace-filter__suggestions{display:none;position:absolute;top:100%;left:-2px;right:-2px;border-radius:0 0 .5rem .5rem;border:2px solid #7f6be6;border-top:1px solid #2c2b32;margin:0;padding:0;max-height:112px;list-style:none;overflow-x:hidden;overflow-y:auto;background:#191919;z-index:1}.trace-filter__form--show-suggestions .trace-filter__suggestions{display:block}.trace-filter__suggestions-item{padding:0 .75rem;height:22px;font-size:12px;line-height:22px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#a0a0a0;cursor:pointer}.trace-filter__suggestions-item--selected,.trace-filter__suggestions-item:active,.trace-filter__suggestions-item:hover{color:#eaeaea;background-color:#292929}.trace-filter__arrows{display:flex;align-items:center;padding:0 1.25rem}.trace-filter__arrows-text{margin:0 .5rem;font-size:.75rem;color:#ccc}.trace-filter__arrow{padding:.25rem;font-size:0;cursor:pointer}',map:void 0,media:void 0})},{name:"v-trace-filter",components:{ArrowSearchLeftIcon:{functional:!0,render(e,t){let{_c:r,_v:n,data:i,children:a=[]}=t,{class:s,staticClass:o,style:l,staticStyle:u,attrs:d={},...h}=i;return r("svg",{class:[s,o],style:[l,u],attrs:Object.assign({width:"7",height:"13",fill:"none",xmlns:"http://www.w3.org/2000/svg"},d),...h},a.concat([r("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M6.853.147a.5.5 0 010 .708L1.208 6.5l5.645 5.646a.5.5 0 11-.708.707L.147 6.854a.5.5 0 010-.708l5.998-6a.5.5 0 01.708 0z",fill:"#716E85"}})]))}},ArrowSearchRightIcon:{functional:!0,render(e,t){let{_c:r,_v:n,data:i,children:a=[]}=t,{class:s,staticClass:o,style:l,staticStyle:u,attrs:d={},...h}=i;return r("svg",{class:[s,o],style:[l,u],attrs:Object.assign({width:"7",height:"13",fill:"none",xmlns:"http://www.w3.org/2000/svg"},d),...h},a.concat([r("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M.147 12.853a.5.5 0 010-.708L5.792 6.5.147.855A.5.5 0 01.855.147l5.998 5.999a.5.5 0 010 .708l-5.998 6a.5.5 0 01-.708 0z",fill:"#716E85"}})]))}},CloseThinIcon:Pf,SearchIcon:zT},props:{nodesLength:{type:Number,require:!1,default:0},currentIndex:{type:Number,default:null},suggestions:{type:Array,default:()=>[]},initialFilterValue:{type:String,default:""}},data(){return{filterValue:this.initialFilterValue,showSuggestions:!1,selectedSuggestion:!1}},watch:{filterValue:{handler(e){this.$emit("onChange",e)}},selectedSuggestion:{handler(e){if(e===!1)return;let t=this.$refs.suggestionsList.querySelectorAll("li")[e];t.offsetTop<this.$refs.suggestionsList.scrollTop?this.$refs.suggestionsList.scrollTop=t.offsetTop:t.offsetTop>=this.$refs.suggestionsList.scrollTop+this.$refs.suggestionsList.offsetHeight-2&&(this.$refs.suggestionsList.scrollTop=t.offsetTop-4*t.offsetHeight)}}},computed:{formClasses(){let e=["trace-filter__form"];return this.showSuggestions&&this.suggestionsList.length&&e.push("trace-filter__form--show-suggestions"),e},suggestionsList(){let{suggestions:e}=this,t=this.filterValue.includes('"')?/([^"]*)$/:/([^\s]*)$/,r=this.filterValue.match(t).pop().trim();return!r||/^".+"$/g.test(r)||/^id:.+$/g.test(r)||/^label:.+$/g.test(r)||(e=e.filter(n=>new RegExp(r,"ig").test(n))),e}},methods:{setValue(e){this.filterValue=e},clearValue(){this.filterValue=""},onPrevArrow(){this.$emit("onPrevArrow")},onNextArrow(){this.$emit("onNextArrow")},getSuggestionClasses(e){let t=["trace-filter__suggestions-item"];return e===this.selectedSuggestion&&t.push("trace-filter__suggestions-item--selected"),t},onInputFocus(){this.showSuggestions=!0,this.selectedSuggestion=!1},onInputBlur(){this.filterValue.endsWith(" ")||(this.filterValue+=" ")},onFormSubmit(){this.$refs.input===window.document.activeElement&&this.showSuggestions&&this.suggestionsList.length&&this.selectedSuggestion!==!1&&this.makeSelection(this.suggestionsList[this.selectedSuggestion].toString()),this.$refs.input.blur(),this.showSuggestions=!1},makeSelection(e){let t=this.filterValue.match(/(?:[^\s"]+|"[^"]*")+/g),r=t?t[t.length-1]:null;this.filterValue.endsWith(" ")||!r||/^".+"$/g.test(r)||/^id:.+$/g.test(r)||/^label:.+$/g.test(r)||t.pop(),this.filterValue=`${t?t.join(" ")+" ":""}"${e}" `},onWindowClick(e){Ht(e.target,this.$refs.form)||this.$refs.input===window.document.activeElement||(this.showSuggestions=!1)},onWindowKeyUp(e){if(this.$refs.input===window.document.activeElement)switch(e.key){case"Escape":this.showSuggestions=!1,this.$refs.input.blur();break;case"ArrowDown":this.selectedSuggestion!==!1&&this.selectedSuggestion!==this.suggestionsList.length-1?this.selectedSuggestion+=1:this.selectedSuggestion=0;break;case"ArrowUp":this.selectedSuggestion!==!1&&this.selectedSuggestion!==0?this.selectedSuggestion-=1:this.selectedSuggestion=this.suggestionsList.length-1;break;default:this.selectedSuggestion=!1}}},created(){window.addEventListener("click",this.onWindowClick),window.addEventListener("keyup",this.onWindowKeyUp,!0)},destroyed(){window.removeEventListener("click",this.onWindowClick),window.removeEventListener("keyup",this.onWindowKeyUp,!0)}},void 0,!1,void 0,!1,X,void 0,void 0),DiagramGray:VZ},store:CZ,data:()=>({renderKey:0,isLoading:!0,isPanelResizing:!1,initialPanelWidth:0,initialClientX:0,version:null,versionText:"",VIEW_COMPONENT:"viewComponent",VIEW_FLOW:"viewFlow",filters:{rootObjects:[],declutter:{limitRootEvents:{on:!0,default:!0},hideMediaRequests:{on:!0,default:!0},hideUnlabeled:{on:!1,default:!1},hideElapsedTimeUnder:{on:!1,default:!1,time:100},hideName:{on:!1,default:!1,names:[]}}},traceFilterValue:"",currentTraceFilterIndex:0,showShareModal:!1,shareURL:void 0}),props:{appMapUploadable:{type:Boolean,default:!1}},watch:{"$store.state.currentView":{handler(e){this.onChangeTab(this.$refs[e]),this.$refs.tabs.activateTab(this.$refs[e]),this.$root.$emit("stateChanged","currentView")}},"$store.getters.selectedObject":{handler(e){if(e){if(e instanceof we||this.setView("viewComponent"),e instanceof we){let t=this.highlightedNodes.findIndex(r=>r===e);this.currentTraceFilterIndex=t>=0?t:void 0}}else this.currentTraceFilterIndex=void 0;this.$root.$emit("stateChanged","selectedObject")}},"$store.getters.selectedLabel":{handler(){this.$root.$emit("stateChanged","selectedObject")}},"$store.getters.focusedEvent":{handler(e){e&&(this.setView("viewFlow"),this.$nextTick(()=>{this.$refs.diagramFlow.focusFocused()}))}},highlightedNodes:{handler(){this.currentTraceFilterIndex=0,this.selectCurrentHighlightedEvent()}},currentTraceFilterIndex:{handler(){this.selectCurrentHighlightedEvent()}},filteredAppMap:{handler(){this.selectedObject&&this.setSelectedObject(this.selectedObject.fqid)}}},computed:{classes(){return this.isLoading?"app--loading":""},findings(){let{appMap:e}=this.$store.state,{data:{findings:t}}=e;return this.uniqueFindings(t)},filteredAppMap(){let{appMap:e}=this.$store.state,{classMap:t}=e,r=e.rootEvents();this.filters.declutter.limitRootEvents.on&&(r=r.filter(a=>a.httpServerRequest));let n=r.reduce((a,s)=>(s.traverse(o=>a.push(o)),a),[]);if(this.filters.rootObjects.length){let a=[];t.codeObjects.forEach(s=>{this.filters.rootObjects.forEach(o=>{this.codeObjectIsMatched(s,o)&&(a=a.concat(s.allEvents.map(l=>[l.id,l.linkedEvent.id])))})}),a.length&&(n=n.filter(s=>a.some(o=>s.id>=o[0]&&s.id<=o[1])))}this.filters.declutter.hideMediaRequests.on&&(n=this.filterMediaRequests(n)),this.filters.declutter.hideUnlabeled.on&&(n=n.filter(a=>a.labels.size>0||a.codeObject.type!==z.FUNCTION)),this.filters.declutter.hideElapsedTimeUnder.on&&this.filters.declutter.hideElapsedTimeUnder.time>0&&(n=n.filter(a=>a.returnEvent&&a.returnEvent.elapsedTime&&a.returnEvent.elapsedTime>=this.filters.declutter.hideElapsedTimeUnder.time/1e3)),this.filters.declutter.hideName.on&&this.filters.declutter.hideName.names.length&&t.codeObjects.forEach(a=>{this.filters.declutter.hideName.names.forEach(s=>{this.codeObjectIsMatched(a,s)&&(n=n.filter(o=>!a.allEvents.includes(o)))})});let i=new Set(n.filter(a=>a.isCall()).map(a=>a.id));return this.findings&&this.findings.length>0&&(this.findings.forEach(a=>{a.appMapUri&&a.appMapUri.fragment&&typeof a.appMapUri.fragment=="string"&&(a.appMapUri.fragment=JSON.parse(a.appMapUri.fragment))}),n=this.attachFindingsToEvents(n,this.findings)),Vr({events:n.filter(a=>i.has(a.id)||i.has(a.parent_id)),classMap:t.roots.map(a=>({...a.data})),metadata:e.metadata}).build()},rootObjectsSuggestions(){return this.$store.state.appMap.classMap.codeObjects.map(e=>e.fqid).filter(e=>!this.filters.rootObjects.includes(e))},hideNamesSuggestions(){return this.filteredAppMap.classMap.codeObjects.map(e=>e.fqid).filter(e=>!this.filters.declutter.hideName.names.includes(e))},eventsSuggestions(){let e=new Set(this.highlightedNodes.map(r=>r.id)),t=new Set(this.filteredAppMap.events.filter(r=>r.isCall()&&!e.has(r.id)).map(r=>r.toString()));return Array.from(t)},eventsById(){return this.filteredAppMap.events.reduce((e,t)=>(e[t.id]=t.callEvent,e),{})},eventsByLabel(){return this.filteredAppMap.events.filter(e=>e.isCall()).reduce((e,t)=>(t.labels.forEach(r=>{e[r]=e[r]||[],e[r].push(t.callEvent)}),e),{})},highlightedNodes(){let e=new Set;if(this.traceFilterValue){let t=this.traceFilterValue.match(/(?:[^\s"]+|"[^"]*"|"[^"]*)+/g);t&&(this.traceFilterValue.endsWith(" ")||t.pop(),t.forEach(r=>{if(/^".+"$/g.test(r)){let a=r.slice(1,-1);return void this.filteredAppMap.events.forEach(s=>{s.isCall()&&s.toString()===a&&e.add(s)})}let[n,i]=r.split(":");switch(n){case"id":{let a=parseInt(i,10);if(Number.isNaN(a))break;let s=this.eventsById[a];s?e.add(s):this.filters.declutter.limitRootEvents.on&&this.$store.state.appMap.rootEvents().some(o=>o.id===a)&&this.$nextTick(()=>{this.filters.declutter.limitRootEvents.on=!1});break}case"label":{let a=this.eventsByLabel[i];a&&a.forEach(s=>e.add(s));break}default:if(r.length<3)break;this.filteredAppMap.events.forEach(a=>{a.isCall()&&a.toString().toLowerCase().includes(r.toString().toLowerCase())&&e.add(a)})}}))}return Array.from(e).sort((t,r)=>t.id-r.id)},highlightedEvent(){return this.highlightedNodes[this.currentTraceFilterIndex]},selectedObject(){return this.$store.getters.selectedObject},selectedEvent(){return this.selectedObject instanceof we?[this.selectedObject]:[]},selectedLabel(){return this.$store.getters.selectedLabel},focusedEvent(){return this.$store.getters.focusedEvent},currentView(){return this.$store.state.currentView},isViewingComponent(){return this.currentView==="viewComponent"},isViewingFlow(){return this.currentView==="viewFlow"},prevSelectedObject(){return this.$store.getters.prevSelectedObject},canGoBack(){return this.$store.getters.canPopStack},isEmptyAppMap(){let e=this.filteredAppMap,t=Array.isArray(e.events)&&e.events.length,r=Array.isArray(e.classMap.codeObjects)&&e.classMap.codeObjects.length;return!(this.filtersChanged||this.traceFilterValue||t&&r)},filtersChanged(){return this.filters.rootObjects.length>0||Object.values(this.filters.declutter).some(e=>typeof e.on=="boolean"&&e.on!==e.default||typeof on=="function"&&e.on()!==e.default)},shareURLmessage(){return this.shareURL?this.shareURL:"Retrieving link..."}},methods:{loadData(e){this.$store.commit("setAppMapData",e);let t=this.$store.state.appMap.rootEvents().some(r=>r.httpServerRequest);this.filters.declutter.limitRootEvents.on=t,this.filters.declutter.limitRootEvents.default=t,this.isLoading=!1,this.$store.commit("setFilteredMap",this.filteredAppMap)},showInstructions(){this.$refs.instructions.open(),this.$root.$emit("showInstructions")},showVersionNotification(e,t=""){this.version=e,this.versionText=t},onNotificationOpen(){this.$root.$emit("notificationOpen")},onNotificationClose(){this.version=null,this.versionText="",this.$root.$emit("notificationClose")},onChangeTab(e){let t=Object.values(this.$refs).findIndex(n=>n===e);if(t===-1)return;let r=Object.keys(this.$refs)[t];this.setView(r),this.$root.$emit("changeTab",r)},setView(e){this.currentView!==e&&this.$store.commit("setView",e)},getState(){let e={};this.currentView!=="viewComponent"&&(e.currentView=this.currentView),this.selectedObject&&this.selectedObject.fqid?e.selectedObject=this.selectedObject.fqid:this.selectedLabel&&(e.selectedObject="label:"+this.selectedLabel),this.traceFilterValue&&(e.traceFilter=this.traceFilterValue);let{declutter:t}=this.filters;return e.filters=Object.entries({rootObjects:t.rootObjects,limitRootEvents:t.limitRootEvents.on,hideMediaRequests:t.hideMediaRequests.on,hideUnlabeled:t.hideUnlabeled.on,hideElapsedTimeUnder:!!t.hideElapsedTimeUnder.on&&t.hideElapsedTimeUnder.time,hideName:!!t.hideName.on&&t.hideName.names}).reduce((n,[i,a])=>{let s=this.filters.declutter[i];return(Array.isArray(a)&&a.length!==0||s&&s.default!==a)&&(n[i]=a),n},{}),Object.keys(e.filters).length===0&&delete e.filters,Object.keys(e).length===0?"":(r=JSON.stringify(e),Mf.Buffer.from(r,"utf-8").toString("base64").replace(/=/g,"").replace(/_/g,"/").replace(/-/g,"+"));var r},openFilterModal(){this.$root.$emit("clickFilterButton")},setSelectedObject(e){let[t,r,n]=e.match(/^([a-z]+):(.+)/);if(!t)return;if(r==="label")return void this.$store.commit("selectLabel",n);let{classMap:i,events:a}=this.filteredAppMap,s=null;if(r==="event"){let o=parseInt(n,10);if(Number.isNaN(o))return;s=a.find(l=>l.id===o)}else s=i.codeObjects.find(o=>o.fqid===e);this.$store.commit("selectObject",s)},setState(e){return new Promise(t=>{if(!e)return void t();let r;var n;e.trimLeft().startsWith("{")?r=e:(n=e,r=Mf.Buffer.from(n,"base64").toString("utf-8"));let i=JSON.parse(r);if(i.selectedObject)do{let s=i.selectedObject,[o,l,u]=s.match(/^([a-z]+):(.+)/);if(!o)break;if(l==="label"){this.$store.commit("selectLabel",u);break}let{classMap:d,events:h}=this.filteredAppMap,E=null;if(l==="event"){let y=parseInt(u,10);if(Number.isNaN(y))break;E=h.find(T=>T.id===y),E||(E=this.$store.state.appMap.events.find(T=>T.id===y),E&&Object.keys(this.filters.declutter).forEach(T=>{this.filters.declutter[T].on=!1}))}else E=d.codeObjects.find(y=>y.fqid===s);E&&this.$store.commit("selectObject",E)}while(0);let{filters:a}=i;a&&("rootObjects"in a&&(this.filters.declutter.rootObjects=a.rootObjects),"limitRootEvents"in a&&(this.filters.declutter.limitRootEvents.on=a.limitRootEvents),"hideMediaRequests"in a&&(this.filters.declutter.hideMediaRequests.on=a.hideMediaRequests),"hideUnlabeled"in a&&(this.filters.declutter.hideUnlabeled.on=a.hideUnlabeled),"hideElapsedTimeUnder"in a&&a.hideElapsedTimeUnder!==!1&&(this.filters.declutter.hideElapsedTimeUnder.on=!0,this.filters.declutter.hideElapsedTimeUnder.time=a.hideElapsedTimeUnder),"hideName"in a&&a.hideName!==!1&&(this.filters.declutter.hideName.on=!0,this.filters.declutter.hideName.names=a.hideName)),this.$nextTick(()=>{i.currentView&&this.setView(i.currentView),i.traceFilter?this.$nextTick(()=>{i.traceFilter.endsWith(" ")||(i.traceFilter+=" "),this.$refs.traceFilter.setValue(i.traceFilter),t()}):t()})})},clearSelection(){this.currentTraceFilterIndex=0,this.$store.commit("clearObjectStack"),this.$root.$emit("clearSelection")},goBack(){this.$store.commit("popObjectStack")},resetDiagram(){this.clearSelection(),this.resetFilters(),this.$root.$emit("resetDiagram"),this.renderKey+=1},uploadAppmap(){this.showShareModal=!0,this.$root.$emit("uploadAppmap")},uniqueFindings(e){if(e)return Object.values(e.reduce((t,r)=>(t[r.finding.hash_v2]=r,t),{}))},attachFindingsToEvents(e,t){let r=e.reduce((n,i)=>(n[i.id]=i.callEvent,n),{});return t.forEach(n=>{let i=n.appMapUri&&n.appMapUri.fragment&&n.appMapUri.fragment.traceFilter;i&&i.split(" ").map(a=>Number(a.split(":")[1])).forEach(a=>{let s=r[a];s&&!this.eventAlreadyHasFinding(s,n)&&(s.findings?s.findings.push(n):s.findings=[n])})}),e},eventAlreadyHasFinding:(e,t)=>e.findings&&!!e.findings.find(r=>r.finding.hash_v2===t.finding.hash_v2),closeShareModal(){this.showShareModal=!1},setShareURL(e){this.shareURL=e},copyToClipboard(e){this.$root.$emit("copyToClipboard",e)},onClickTraceEvent(e){this.$store.commit("selectObject",e)},startResizing(e){document.body.style.userSelect="none",this.isPanelResizing=!0,this.initialPanelWidth=this.$refs.mainColumnLeft.offsetWidth,this.initialClientX=e.clientX},makeResizing(e){if(this.isPanelResizing){let r=.75*window.innerWidth,n=this.initialPanelWidth+(e.clientX-this.initialClientX);n=Math.max(280,n),n=Math.min(r,n),this.$refs.mainColumnLeft.style.width=n+"px"}},stopResizing(){document.body.style.userSelect="",this.isPanelResizing=!1},resetFilters(){this.filters.rootObjects=[],Object.keys(this.filters.declutter).forEach(e=>{this.filters.declutter[e].on=this.filters.declutter[e].default}),this.filters.declutter.hideName.names=[]},addHiddenName(e){let t=e.trim();t&&!this.filters.declutter.hideName.names.includes(t)&&(this.filters.declutter.hideName.names.push(t),this.filters.declutter.hideName.on=!0)},removeHiddenName(e){this.filters.declutter.hideName.names.splice(e,1),this.filters.declutter.hideName.names.length===0&&(this.filters.declutter.hideName.on=!1)},addRootObject(e){let t=e.trim();t&&!this.filters.rootObjects.includes(t)&&this.filters.rootObjects.push(t)},removeRootObject(e){this.filters.rootObjects.splice(e,1)},filterMediaRequests(e){let t=[],r=["application/javascript","application/ecmascript","audio/.+","font/.+","image/.+","text/javascript","text/ecmascript","text/css","video/.+"].map(i=>new RegExp(i,"i")),n=new Set(["aac","avi","bmp","css","flv","gif","htm","html","ico","jpeg","jpg","js","json","jsonld","mid","midi","mjs","mov","mp3","mp4","mpeg","oga","ogg","ogv","ogx","opus","otf","png","svg","tif","tiff","ts","ttf","wav","weba","webm","webp","woff","woff2","xhtml","3gp","3g2"]);return e.forEach(i=>{if(i.requestMethod==="GET"&&i.requestPath){let a=i.requestPath.match(/.*\.([\S]*)$/);a&&n.has(a[1])&&t.push(i.id)}else if(i.http_server_response){let a;if(i.http_server_response.headers){let s=Object.keys(i.http_server_response.headers).filter(o=>o.toLowerCase()==="content-type")[0];a=i.http_server_response.headers[s]}else i.http_server_response.mime_type&&(a=i.http_server_response.mime_type);a&&r.some(s=>s.test(a))&&t.push(i.parent_id)}}),e.filter(i=>!t.includes(i.id))},codeObjectIsMatched(e,t){if(t.startsWith("label:")){let r=new RegExp(`^${t.replace("label:","").replace("*",".*")}$`,"ig");return Array.from(e.labels).some(n=>r.test(n))}if(t.includes("*")){if(new RegExp(`^${t.replace("*",".*")}$`,"ig").test(e.fqid))return!0}else if(t===e.fqid)return!0;return!1},prevTraceFilter(){if(this.highlightedNodes.length!==0){if(Number.isFinite(this.currentTraceFilterIndex))this.currentTraceFilterIndex-=1;else{let[e]=this.selectedEvent;if(e){let t=this.highlightedNodes.filter(r=>r.id<e.id).pop();this.currentTraceFilterIndex=this.highlightedNodes.findIndex(r=>r===t)}else this.currentTraceFilterIndex=-1}this.currentTraceFilterIndex<0&&(this.currentTraceFilterIndex=this.highlightedNodes.length-1)}},nextTraceFilter(){if(this.highlightedNodes.length!==0){if(Number.isFinite(this.currentTraceFilterIndex))this.currentTraceFilterIndex+=1;else{let[e]=this.selectedEvent;if(e){let t=this.highlightedNodes.filter(r=>r.id>e.id).shift();this.currentTraceFilterIndex=this.highlightedNodes.findIndex(r=>r===t)}else this.currentTraceFilterIndex=0}(this.currentTraceFilterIndex>=this.highlightedNodes.length||this.currentTraceFilterIndex<0)&&(this.currentTraceFilterIndex=0)}},selectCurrentHighlightedEvent(){this.highlightedEvent&&this.$store.commit("selectObject",this.highlightedEvent)}},mounted(){this.$root.$on("makeRoot",e=>{this.addRootObject(e.fqid)}),this.$root.$on("removeRoot",e=>{this.removeRootObject(this.filters.rootObjects.indexOf(e))}),this.$root.$on("addHiddenName",e=>{this.addHiddenName(e)})}},void 0,!1,void 0,!1,X,void 0,void 0),JZ={added:{color:"#a6e22e",style:"solid"},removed:{color:"#cd1414",style:"solid"},changed:{color:"#ead656",style:"dashed"}},ZZ=U({render:function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("div",{staticClass:"diff"},[r("div",{staticClass:"diff__column"},[r("v-diagram-trace",{ref:"base",attrs:{events:e.eventsBase,selectedEvents:e.selectedEventsBase,highlightColor:e.highlightConfig.color,highlightStyle:e.highlightConfig.style,zoomControls:!1,highlightAll:e.changeType!=="changed"}}),e._v(" "),r("div",{staticClass:"diff__filters"},[r("v-popper-menu",{attrs:{position:"bottom right",showDot:e.filtersChanged},scopedSlots:e._u([{key:"icon",fn:function(){return[r("v-cog")]},proxy:!0},{key:"body",fn:function(){return[r("h2",[e._v("Filters")]),e._v(" "),r("div",[r("input",{directives:[{name:"model",rawName:"v-model",value:e.filters.unlabeled.on,expression:"filters.unlabeled.on"}],attrs:{type:"checkbox",id:"unlabeled-events"},domProps:{checked:Array.isArray(e.filters.unlabeled.on)?e._i(e.filters.unlabeled.on,null)>-1:e.filters.unlabeled.on},on:{change:function(n){var i=e.filters.unlabeled.on,a=n.target,s=!!a.checked;if(Array.isArray(i)){var o=e._i(i,null);a.checked?o<0&&e.$set(e.filters.unlabeled,"on",i.concat([null])):o>-1&&e.$set(e.filters.unlabeled,"on",i.slice(0,o).concat(i.slice(o+1)))}else e.$set(e.filters.unlabeled,"on",s)}}}),e._v(" "),r("label",{attrs:{for:"unlabeled-events"}},[e._v("Unlabeled events")])]),e._v(" "),r("div",[r("input",{directives:[{name:"model",rawName:"v-model",value:e.filters.labeled.on,expression:"filters.labeled.on"}],attrs:{type:"checkbox",id:"labeled-events"},domProps:{checked:Array.isArray(e.filters.labeled.on)?e._i(e.filters.labeled.on,null)>-1:e.filters.labeled.on},on:{change:function(n){var i=e.filters.labeled.on,a=n.target,s=!!a.checked;if(Array.isArray(i)){var o=e._i(i,null);a.checked?o<0&&e.$set(e.filters.labeled,"on",i.concat([null])):o>-1&&e.$set(e.filters.labeled,"on",i.slice(0,o).concat(i.slice(o+1)))}else e.$set(e.filters.labeled,"on",s)}}}),e._v(" "),r("label",{attrs:{for:"labeled-events"}},[e._v("Labeled events")])]),e._v(" "),r("div",[r("input",{directives:[{name:"model",rawName:"v-model",value:e.filters.http.on,expression:"filters.http.on"}],attrs:{type:"checkbox",id:"http-server-requests"},domProps:{checked:Array.isArray(e.filters.http.on)?e._i(e.filters.http.on,null)>-1:e.filters.http.on},on:{change:function(n){var i=e.filters.http.on,a=n.target,s=!!a.checked;if(Array.isArray(i)){var o=e._i(i,null);a.checked?o<0&&e.$set(e.filters.http,"on",i.concat([null])):o>-1&&e.$set(e.filters.http,"on",i.slice(0,o).concat(i.slice(o+1)))}else e.$set(e.filters.http,"on",s)}}}),e._v(" "),r("label",{attrs:{for:"http-server-requests"}},[e._v("HTTP server requests")])]),e._v(" "),r("div",[r("input",{directives:[{name:"model",rawName:"v-model",value:e.filters.sql.on,expression:"filters.sql.on"}],attrs:{type:"checkbox",id:"sql-queries"},domProps:{checked:Array.isArray(e.filters.sql.on)?e._i(e.filters.sql.on,null)>-1:e.filters.sql.on},on:{change:function(n){var i=e.filters.sql.on,a=n.target,s=!!a.checked;if(Array.isArray(i)){var o=e._i(i,null);a.checked?o<0&&e.$set(e.filters.sql,"on",i.concat([null])):o>-1&&e.$set(e.filters.sql,"on",i.slice(0,o).concat(i.slice(o+1)))}else e.$set(e.filters.sql,"on",s)}}}),e._v(" "),r("label",{attrs:{for:"sql-queries"}},[e._v("SQL queries")])])]},proxy:!0}])})],1)],1),e._v(" "),r("div",{staticClass:"diff__column"},[r("v-diagram-trace",{ref:"working",attrs:{events:e.eventsWorking,selectedEvents:e.selectedEventsWorking,highlightColor:e.highlightConfig.color,highlightStyle:e.highlightConfig.style,zoomControls:!1,highlightAll:e.changeType!=="changed"}})],1)])},staticRenderFns:[]},function(e){e&&e("data-v-6500db33_0",{source:"body,html{width:100%;height:100%;margin:0}*{box-sizing:border-box}code{color:#6fddd6}.diff{display:grid;grid-template-columns:50%;grid-template-rows:max(1fr,100%);height:100vh;color:#7f7f7f;background-color:#1e1e1e}.diff__column{position:relative;overflow-y:scroll;width:100%;grid-row:1;border-style:solid;border-color:#010306;border-width:0 2px}.diff__filters{position:absolute;top:.5rem;left:.5rem}",map:void 0,media:void 0})},{name:"v-diff",components:{VDiagramTrace:KT,VPopperMenu:XT,VCog:{functional:!0,render(e,t){let{_c:r,_v:n,data:i,children:a=[]}=t,{class:s,staticClass:o,style:l,staticStyle:u,attrs:d={},...h}=i;return r("svg",{class:["svg-inline--fa fa-cog fa-w-16",s,o],style:[l,u],attrs:Object.assign({"aria-hidden":"true","data-prefix":"fas","data-icon":"cog",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 512"},d),...h},a.concat([r("path",{attrs:{fill:"currentColor",d:"M487.4 315.7l-42.6-24.6c4.3-23.2 4.3-47 0-70.2l42.6-24.6c4.9-2.8 7.1-8.6 5.5-14-11.1-35.6-30-67.8-54.7-94.6-3.8-4.1-10-5.1-14.8-2.3L380.8 110c-17.9-15.4-38.5-27.3-60.8-35.1V25.8c0-5.6-3.9-10.5-9.4-11.7-36.7-8.2-74.3-7.8-109.2 0-5.5 1.2-9.4 6.1-9.4 11.7V75c-22.2 7.9-42.8 19.8-60.8 35.1L88.7 85.5c-4.9-2.8-11-1.9-14.8 2.3-24.7 26.7-43.6 58.9-54.7 94.6-1.7 5.4.6 11.2 5.5 14L67.3 221c-4.3 23.2-4.3 47 0 70.2l-42.6 24.6c-4.9 2.8-7.1 8.6-5.5 14 11.1 35.6 30 67.8 54.7 94.6 3.8 4.1 10 5.1 14.8 2.3l42.6-24.6c17.9 15.4 38.5 27.3 60.8 35.1v49.2c0 5.6 3.9 10.5 9.4 11.7 36.7 8.2 74.3 7.8 109.2 0 5.5-1.2 9.4-6.1 9.4-11.7v-49.2c22.2-7.9 42.8-19.8 60.8-35.1l42.6 24.6c4.9 2.8 11 1.9 14.8-2.3 24.7-26.7 43.6-58.9 54.7-94.6 1.5-5.5-.7-11.3-5.6-14.1zM256 336c-44.1 0-80-35.9-80-80s35.9-80 80-80 80 35.9 80 80-35.9 80-80 80z"}})]))}}},props:{base:[String,Object],working:[String,Object]},watch:{allChanges:{handler(e){let{base:t,working:r}=this.$refs;if(t.clearTransform(),t.focusSelector(".trace-node"),r.clearTransform(),r.focusSelector(".trace-node"),e.length){let[n,i]=e[0];this.highlight(n,i)}}}},data:()=>({changeType:null,hideOverlay:!1,displayUnlabeledEvents:!0,selectedEventsBase:[],selectedEventsWorking:[],renderKey:0,filters:{unlabeled:{on:!0,filter:e=>!e.sql&&!e.httpServerRequest&&e.labels.size===0},labeled:{on:!0,filter:e=>e.labels.size>0},sql:{on:!0,filter:e=>Boolean(e.sql)},http:{on:!0,filter:e=>Boolean(e.httpServerRequest)}}}),computed:{baseAppMap(){return Vr(this.base).normalize().build()},workingAppMap(){return Vr(this.working).normalize().build()},highlightConfig(){return JZ[this.changeType]||{}},filteredBaseAppMap(){return Vr({events:this.baseAppMap.data.events.filter(e=>this.filterEvent(e)),classMap:this.baseAppMap.classMap.codeObjects.map(e=>e.data),metadata:this.baseAppMap.metadata}).build()},filteredWorkingAppMap(){return Vr({events:this.workingAppMap.data.events.filter(e=>this.filterEvent(e)),classMap:this.workingAppMap.classMap.codeObjects.map(e=>e.data),metadata:this.workingAppMap.metadata}).build()},eventsBase(){return Ls(this.filteredBaseAppMap.events)},eventsWorking(){return Ls(this.filteredWorkingAppMap.events)},filterFuncs(){return Object.values(this.filters).filter(e=>{let{on:t}=e;return typeof t=="boolean"?t:typeof t=="function"&&t()}).map(e=>e.filter)},filtersChanged(){return Object.values(this.filters).some(e=>typeof e.on=="boolean"&&e.on===!1||typeof on=="function"&&e.on()===!1)},allChanges(){let e=Dt.getDiff(this.filteredBaseAppMap,this.filteredWorkingAppMap),t=[];return e.added.forEach(r=>t.push(["added",r,r[0].id/this.baseAppMap.events.length])),e.removed.forEach(r=>t.push(["removed",r,r[0].id/this.baseAppMap.events.length])),e.changed.forEach(r=>t.push(["changed",r,r[0].id/this.baseAppMap.events.length])),t.sort((r,n)=>r[2]-n[2])}},methods:{highlight(e,t){if(this.changeType=e,this.hideOverlay=!1,e==="changed"){let[r,n]=t;this.selectedEventsBase=[r],this.selectedEventsWorking=[n]}else e==="removed"?(this.selectedEventsWorking=[],this.selectedEventsBase=t):e==="added"&&(this.selectedEventsWorking=t,this.selectedEventsBase=[])},filterEvent(e){return Boolean(this.filterFuncs.find(t=>t(e)))}},mounted(){let e=0,t=()=>{if(!this.allChanges.length)return;let[r,n]=this.allChanges[e];this.highlight(r,n)};document.addEventListener("keypress",r=>{r.key==="Enter"&&(e=(e+1)%this.allChanges.length,t())}),t()}},void 0,!1,void 0,!1,X,void 0,void 0);function Ya(e){return e&&e.data&&e.data.attrs&&e.data.attrs.id?e.data.attrs.id:""}var QZ=U({},void 0,{name:"multi-page",props:{page:{type:Number,default:0},disabledPages:{type:Set,default:()=>new Set}},data(){return{currentPage:Ya(this.$slots.default.filter(e=>e.tag)[0])}},render(e){return e("div",this.slots().map(t=>{let r=Ya(t);return e("div",{style:{display:r===this.currentPage?"":"none"}},[t])}))},watch:{currentPage:{immediate:!0,handler(e){this.$root.$emit("open-page",e)}}},methods:{slots(){return this.$slots.default.filter(e=>e.tag&&!this.disabledPages.has(Ya(e)))},getPageId(e){let t=this.slots(),r=t.findIndex(i=>Ya(i)===this.currentPage),n=t.length;return Ya(t[Math.max(0,Math.min(r+e,n))])},next(){let e=this.getPageId(1);this.jumpTo(e)},previous(){let e=this.getPageId(-1);this.jumpTo(e)},jumpTo(e){this.$root.$emit("page",e),this.currentPage=e}},mounted(){this.$root.$on("page-next",this.next),this.$root.$on("page-previous",this.previous),this.$root.$on("page-jump-to",this.jumpTo);let e=this.slots();e.forEach(({componentInstance:t},r)=>{t.$set(t,"first",r===0),t.$set(t,"last",r===e.length-1)})}},void 0,void 0,void 0,!1,void 0,void 0,void 0),wr=U({render:function(){var e=this.$createElement,t=this._self._c||e;return t("div",{staticClass:"qs"},[t("div",{staticClass:"qs-container"},[t("div",{staticClass:"appmap-header"},[t("AppMapLogo",{attrs:{width:"120"}})],1),this._v(" "),t("div",{staticClass:"qs-content"},[this._t("default")],2),this._v(" "),this.displayHelp?t("div",{staticClass:"qs-help"},[t("HelpIcon",{staticClass:"qs-help__icon"}),this._v(" "),this._m(0)],1):this._e()])])},staticRenderFns:[function(){var e=this.$createElement,t=this._self._c||e;return t("div",{staticClass:"qs-help__text"},[this._v(`
115
115
  Stuck?
116
116
  `),t("a",{attrs:{href:"mailto:support@appmap.io",target:"_blank"}},[this._v(`
117
117
  Send us an email at support@appmap.io
118
- `)])])}]},function(e){e&&e("data-v-398ac4ca_0",{source:'body,html{width:100%;height:100%;margin:0}*{box-sizing:border-box}::-moz-selection,::-webkit-selection,::selection{background-color:#3794ff;color:#e3e5e8}.qs{position:relative;width:100%;min-height:100vh;padding:2rem;font-family:var(--vscode-font-family, "IBM Plex Sans", "Helvetica Neue", Helvetica, Arial, sans-serif);font-size:var(--vscode-font-size,14px);font-weight:var(--vscode-font-weight,normal);line-height:1.75;color:#e3e5e8;background-color:#1e1e1e}.qs h1,.qs h2,.qs h3,.qs h4,.qs h5,.qs h6{margin:0}.qs p{margin:0;line-height:1.75}.qs p.mb10{margin-bottom:10px}.qs p.mb20{margin-bottom:20px}.qs a{color:#2a84ef;text-decoration:none;transition:all .3s ease}.qs a:hover{color:#fff}.qs code{margin:20px 0;display:block;border:1px solid #454545;border-radius:8px;max-width:80%;padding:12px 20px;color:#d7ba7d}.qs code.inline{display:inline-block;padding:0 5px;margin:0 5px;border:none;color:#c6c6c6;background-color:rgba(0,0,0,.25)}.qs ul{padding-left:10px}.qs-container{max-width:930px;margin:auto}.qs-content{margin-bottom:12px;background:#242c41;filter:drop-shadow(2px 2px 2px var(--vscode-welcomePage-tileShadow, rgba(0, 0, 0, .36)));border-radius:8px;margin:1em auto;padding:2em;overflow:hidden}.qs-help{margin-bottom:12px;display:flex;justify-content:flex-start;align-items:center}.qs-help__icon{margin:0 15px;width:22px;height:22px}.qs-help__text{line-height:18px}header{margin-block-end:2em}h1{margin-block-start:0;font-size:2em;line-height:2.25rem;margin-bottom:.25rem}article{margin-bottom:1.5em}.center{margin:auto}.fit{width:fit-content}',map:void 0,media:void 0})},{name:"QuickstartLayout",components:{HelpIcon:{functional:!0,render(e,t){let{_c:r,_v:n,data:i,children:a=[]}=t,{class:s,staticClass:o,style:l,staticStyle:u,attrs:d={},...h}=i;return r("svg",{class:[s,o],style:[l,u],attrs:Object.assign({viewBox:"0 0 22 22",xmlns:"http://www.w3.org/2000/svg"},d),...h},a.concat([r("circle",{attrs:{cx:"11",cy:"11",r:"10.5",stroke:"#2A84EF"}}),r("path",{attrs:{d:"M9.933 14.256v-2.952c.984-.048 1.752-.288 2.304-.72.564-.432.846-1.026.846-1.782V8.55c0-.612-.192-1.098-.576-1.458-.384-.372-.9-.558-1.548-.558-.696 0-1.254.198-1.674.594-.408.396-.684.9-.828 1.512l-1.332-.504c.108-.384.264-.75.468-1.098a3.632 3.632 0 011.926-1.584c.432-.156.93-.234 1.494-.234 1.116 0 1.998.306 2.646.918.648.612.972 1.44.972 2.484 0 .576-.102 1.08-.306 1.512-.192.42-.444.78-.756 1.08-.312.3-.666.54-1.062.72-.396.18-.792.306-1.188.378v1.944H9.933zm.702 3.96c-.384 0-.666-.096-.846-.288-.168-.192-.252-.444-.252-.756v-.234c0-.312.084-.564.252-.756.18-.192.462-.288.846-.288.384 0 .66.096.828.288.18.192.27.444.27.756v.234c0 .312-.09.564-.27.756-.168.192-.444.288-.828.288z",fill:"#fff"}})]))}},AppMapLogo:P4},props:{displayHelp:{type:Boolean,default:!0}}},void 0,!1,void 0,!1,X,void 0,void 0),eQ=U({render:function(){var e=this.$createElement,t=this._self._c||e;return t("div",{class:this.classes},[t("div",{staticClass:"accordion__header"},[this._t("header")],2),this._v(" "),t("div",{directives:[{name:"show",rawName:"v-show",value:this.open,expression:"open"}],staticClass:"accordion__body"},[this._t("default")],2)])},staticRenderFns:[]},function(e){e&&e("data-v-550f3569_0",{source:".accordion--open .accordion__header{border-bottom:0}.accordion--disabled .accordion__header{cursor:default;color:#808b98}.accordion__header{cursor:pointer;user-select:none;width:100%;display:block;padding:.2rem 2rem;text-align:left}.accordion__body{padding:0 2rem}",map:void 0,media:void 0})},{name:"Accordion",props:{disabled:{type:Boolean,default:!1},open:{type:Boolean,default:!1}},computed:{classes(){return{accordion:!0,"accordion--open":this.open,"accordion--disabled":this.disabled}}}},void 0,!1,void 0,!1,X,void 0,void 0),w4={functional:!0,render(e,t){let{_c:r,_v:n,data:i,children:a=[]}=t,{class:s,staticClass:o,style:l,staticStyle:u,attrs:d={},...h}=i;return r("svg",{class:[s,o],style:[l,u],attrs:Object.assign({viewBox:"0 0 226 226",xmlns:"http://www.w3.org/2000/svg"},d),...h},a.concat([r("g",{attrs:{"clip-path":"url(#clip0_1_7)"}},[r("path",{attrs:{d:"M220.703 98.875H207.3c-6.141-41.349-38.826-74.034-80.175-80.175V5.297A5.297 5.297 0 00121.828 0h-17.656a5.297 5.297 0 00-5.297 5.297V18.7C57.526 24.84 24.841 57.526 18.7 98.875H5.297A5.297 5.297 0 000 104.172v17.656a5.297 5.297 0 005.297 5.297H18.7c6.14 41.349 38.826 74.034 80.175 80.175v13.403a5.298 5.298 0 005.297 5.297h17.656a5.298 5.298 0 005.297-5.297V207.3c41.349-6.141 74.034-38.826 80.175-80.175h13.403a5.298 5.298 0 005.297-5.297v-17.656a5.298 5.298 0 00-5.297-5.297zm-93.578 79.733v-17.936a5.298 5.298 0 00-5.297-5.297h-17.656a5.298 5.298 0 00-5.297 5.297v17.936c-25.678-5.474-46.002-25.774-51.483-51.483h17.936a5.297 5.297 0 005.297-5.297v-17.656a5.297 5.297 0 00-5.297-5.297H47.392c5.474-25.678 25.774-46.002 51.483-51.483v17.936a5.297 5.297 0 005.297 5.297h17.656a5.297 5.297 0 005.297-5.297V47.392c25.678 5.474 46.002 25.774 51.483 51.483h-17.936a5.298 5.298 0 00-5.297 5.297v17.656a5.298 5.298 0 005.297 5.297h17.936c-5.474 25.678-25.774 46.002-51.483 51.483zm0-65.608c0 7.801-6.324 14.125-14.125 14.125S98.875 120.801 98.875 113 105.199 98.875 113 98.875s14.125 6.324 14.125 14.125z"}})]),r("defs",[r("clipPath",{attrs:{id:"clip0_1_7"}},[r("path",{attrs:{fill:"#fff",d:"M0 0h226v226H0z"}})])])]))}},I4={functional:!0,render(e,t){let{_c:r,_v:n,data:i,children:a=[]}=t,{class:s,staticClass:o,style:l,staticStyle:u,attrs:d={},...h}=i;return r("svg",{class:[s,o],style:[l,u],attrs:Object.assign({viewBox:"0 0 179 188",xmlns:"http://www.w3.org/2000/svg"},d),...h},a.concat([r("path",{attrs:{d:"M0 43.203v127.165c0 4.156 3.552 6.998 6.818 5.456l42.904-23.074v-141L6.252 32.294c-1.845.872-3.427 2.378-4.541 4.322C.596 38.56 0 40.855 0 43.203zM59.667 152.75l59.666 23.5v-141l-59.666-23.5v141zM172.182 12.176L129.278 35.25v141l43.469-20.544c1.846-.872 3.428-2.377 4.543-4.322 1.114-1.944 1.71-4.239 1.71-6.587V17.632c0-4.156-3.552-6.998-6.818-5.456z"}})]))}},S4={functional:!0,render(e,t){let{_c:r,_v:n,data:i,children:a=[]}=t,{class:s,staticClass:o,style:l,staticStyle:u,attrs:d={},...h}=i;return r("svg",{class:[s,o],style:[l,u],attrs:Object.assign({viewBox:"0 0 199 199",xmlns:"http://www.w3.org/2000/svg"},d),...h},a.concat([r("g",{attrs:{"clip-path":"url(#clip0_1_5)"}},[r("path",{attrs:{d:"M.08 114.416l52.498-.001a35.651 35.651 0 003.285 11.726L10.86 153.252C4.956 143.071 1.231 130.121.08 114.416zm51.227 76.491l19.98-48.522a35.535 35.535 0 01-5.806-3.869l-37.106 37.107c7.575 6.824 15.377 11.936 22.932 15.284zm-25.498-17.741l37.034-37.035c-1.918-1.929-3.686-4.217-5.312-6.847l-44.895 27.045c4.078 6.634 8.609 12.378 13.173 16.837zm122.041 2.459l-37.129-37.128c-.406.328-.818.648-1.238.958l27.094 44.978c3.782-2.354 7.537-5.373 11.273-8.808zm-14.279 10.701l-27.038-44.884c-10.092 5.636-20.724 6.823-32.03 2.463l-19.938 48.422c27.284 11.065 55.564 7.895 79.006-6.001zM66.74 82.27L39.647 37.293c-3.951 2.535-7.704 5.483-11.274 8.807L65.5 83.23c.408-.326.821-.645 1.239-.959zM0 110.863l52.378-.001c.113-9.265 3.386-17.755 10.466-25.266L25.81 48.561C8.712 66.678.199 87.473 0 110.863zm88.11-35.734l.002-52.376c-17.385.106-32.65 4.79-45.46 12.647L69.69 80.284c5.083-2.984 11.14-5.045 18.42-5.154zm72.45-14.426l-38.653 38.654a36.434 36.434 0 011.73 7.952h52.506c-.343-15.928-5.598-31.459-15.583-46.606zm15.655 50.159h-52.372c-.182 9.81-3.848 18.751-10.465 25.269l37.037 37.035c17.031-16.761 25.311-37.681 25.8-62.304zm-84.55-88.031l-.003 52.504c2.753.312 5.396.91 7.955 1.732l38.639-38.64c-13.654-9.552-29.749-14.91-46.592-15.596zm75.833-21.822c-15.222 4.453-21.584 21.448-15.073 34.465L99.037 88.862c-12.596-6.28-29.113-.61-34.124 14.005-6.108 17.817 9.423 35.681 27.889 32.079 16.328-3.186 24.218-21.062 17.283-34.985l53.438-53.437c13.471 6.695 30.912-.414 34.746-16.19 4.442-18.282-12.694-34.613-30.771-29.325z"}})]),r("defs",[r("clipPath",{attrs:{id:"clip0_1_5"}},[r("path",{attrs:{fill:"#fff",d:"M0 0h199v199H0z"}})])])]))}},Ka=U({render:function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("div",{class:e.classes},[e.first?e._e():r("v-button",{attrs:{label:"Back",kind:"ghost","data-cy":"back-button"},nativeOn:{click:function(n){return e.$root.$emit("page-previous")}}}),e._v(" "),e.last?e._e():r("v-button",{attrs:{c:"",kind:"ghost",label:"Next","data-cy":"next-button"},nativeOn:{click:function(n){return e.$root.$emit("page-next")}}})],1)},staticRenderFns:[]},function(e){e&&e("data-v-7a9ab51c_0",{source:".buttons[data-v-7a9ab51c]{display:flex;flex-direction:row;justify-content:space-between}.buttons--right[data-v-7a9ab51c]{justify-content:right}",map:void 0,media:void 0})},{name:"navigation-buttons",components:{VButton:ci},props:{first:{type:Boolean,default:!1},last:{type:Boolean,default:!1}},computed:{classes(){return{buttons:!0,"buttons--right":this.first}}}},"data-v-7a9ab51c",!1,void 0,!1,X,void 0,void 0),jf=U({render:function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("div",{staticClass:"code-snippet",attrs:{"data-cy":"code-snippet"}},[r("span",{ref:"input",staticClass:"input code-snippet__input",attrs:{type:"text",role:"textbox"},on:{click:e.onInputFocus,copy:e.onCopy}},e._l(e.textLines,function(n,i){return r("div",{key:i,staticClass:"code-snippet__line"},[e._v(`
118
+ `)])])}]},function(e){e&&e("data-v-398ac4ca_0",{source:'body,html{width:100%;height:100%;margin:0}*{box-sizing:border-box}::-moz-selection,::-webkit-selection,::selection{background-color:#3794ff;color:#e3e5e8}.qs{position:relative;width:100%;min-height:100vh;padding:2rem;font-family:var(--vscode-font-family, "IBM Plex Sans", "Helvetica Neue", Helvetica, Arial, sans-serif);font-size:var(--vscode-font-size,14px);font-weight:var(--vscode-font-weight,normal);line-height:1.75;color:#e3e5e8;background-color:#1e1e1e}.qs h1,.qs h2,.qs h3,.qs h4,.qs h5,.qs h6{margin:0}.qs p{margin:0;line-height:1.75}.qs p.mb10{margin-bottom:10px}.qs p.mb20{margin-bottom:20px}.qs a{color:#2a84ef;text-decoration:none;transition:all .3s ease}.qs a:hover{color:#fff}.qs code{margin:20px 0;display:block;border:1px solid #454545;border-radius:8px;max-width:80%;padding:12px 20px;color:#d7ba7d}.qs code.inline{display:inline-block;padding:0 5px;margin:0 5px;border:none;color:#c6c6c6;background-color:rgba(0,0,0,.25)}.qs ul{padding-left:10px}.qs-container{max-width:930px;margin:auto}.qs-content{margin-bottom:12px;background:#242c41;filter:drop-shadow(2px 2px 2px var(--vscode-welcomePage-tileShadow, rgba(0, 0, 0, .36)));border-radius:8px;margin:1em auto;padding:2em;overflow:hidden}.qs-help{margin-bottom:12px;display:flex;justify-content:flex-start;align-items:center}.qs-help__icon{margin:0 15px;width:22px;height:22px}.qs-help__text{line-height:18px}header{margin-block-end:2em}h1{margin-block-start:0;font-size:2em;line-height:2.25rem;margin-bottom:.25rem}article{margin-bottom:1.5em}.center{margin:auto}.fit{width:fit-content}',map:void 0,media:void 0})},{name:"QuickstartLayout",components:{HelpIcon:{functional:!0,render(e,t){let{_c:r,_v:n,data:i,children:a=[]}=t,{class:s,staticClass:o,style:l,staticStyle:u,attrs:d={},...h}=i;return r("svg",{class:[s,o],style:[l,u],attrs:Object.assign({viewBox:"0 0 22 22",xmlns:"http://www.w3.org/2000/svg"},d),...h},a.concat([r("circle",{attrs:{cx:"11",cy:"11",r:"10.5",stroke:"#2A84EF"}}),r("path",{attrs:{d:"M9.933 14.256v-2.952c.984-.048 1.752-.288 2.304-.72.564-.432.846-1.026.846-1.782V8.55c0-.612-.192-1.098-.576-1.458-.384-.372-.9-.558-1.548-.558-.696 0-1.254.198-1.674.594-.408.396-.684.9-.828 1.512l-1.332-.504c.108-.384.264-.75.468-1.098a3.632 3.632 0 011.926-1.584c.432-.156.93-.234 1.494-.234 1.116 0 1.998.306 2.646.918.648.612.972 1.44.972 2.484 0 .576-.102 1.08-.306 1.512-.192.42-.444.78-.756 1.08-.312.3-.666.54-1.062.72-.396.18-.792.306-1.188.378v1.944H9.933zm.702 3.96c-.384 0-.666-.096-.846-.288-.168-.192-.252-.444-.252-.756v-.234c0-.312.084-.564.252-.756.18-.192.462-.288.846-.288.384 0 .66.096.828.288.18.192.27.444.27.756v.234c0 .312-.09.564-.27.756-.168.192-.444.288-.828.288z",fill:"#fff"}})]))}},AppMapLogo:PT},props:{displayHelp:{type:Boolean,default:!0}}},void 0,!1,void 0,!1,X,void 0,void 0),eQ=U({render:function(){var e=this.$createElement,t=this._self._c||e;return t("div",{class:this.classes},[t("div",{staticClass:"accordion__header"},[this._t("header")],2),this._v(" "),t("div",{directives:[{name:"show",rawName:"v-show",value:this.open,expression:"open"}],staticClass:"accordion__body"},[this._t("default")],2)])},staticRenderFns:[]},function(e){e&&e("data-v-550f3569_0",{source:".accordion--open .accordion__header{border-bottom:0}.accordion--disabled .accordion__header{cursor:default;color:#808b98}.accordion__header{cursor:pointer;user-select:none;width:100%;display:block;padding:.2rem 2rem;text-align:left}.accordion__body{padding:0 2rem}",map:void 0,media:void 0})},{name:"Accordion",props:{disabled:{type:Boolean,default:!1},open:{type:Boolean,default:!1}},computed:{classes(){return{accordion:!0,"accordion--open":this.open,"accordion--disabled":this.disabled}}}},void 0,!1,void 0,!1,X,void 0,void 0),wT={functional:!0,render(e,t){let{_c:r,_v:n,data:i,children:a=[]}=t,{class:s,staticClass:o,style:l,staticStyle:u,attrs:d={},...h}=i;return r("svg",{class:[s,o],style:[l,u],attrs:Object.assign({viewBox:"0 0 226 226",xmlns:"http://www.w3.org/2000/svg"},d),...h},a.concat([r("g",{attrs:{"clip-path":"url(#clip0_1_7)"}},[r("path",{attrs:{d:"M220.703 98.875H207.3c-6.141-41.349-38.826-74.034-80.175-80.175V5.297A5.297 5.297 0 00121.828 0h-17.656a5.297 5.297 0 00-5.297 5.297V18.7C57.526 24.84 24.841 57.526 18.7 98.875H5.297A5.297 5.297 0 000 104.172v17.656a5.297 5.297 0 005.297 5.297H18.7c6.14 41.349 38.826 74.034 80.175 80.175v13.403a5.298 5.298 0 005.297 5.297h17.656a5.298 5.298 0 005.297-5.297V207.3c41.349-6.141 74.034-38.826 80.175-80.175h13.403a5.298 5.298 0 005.297-5.297v-17.656a5.298 5.298 0 00-5.297-5.297zm-93.578 79.733v-17.936a5.298 5.298 0 00-5.297-5.297h-17.656a5.298 5.298 0 00-5.297 5.297v17.936c-25.678-5.474-46.002-25.774-51.483-51.483h17.936a5.297 5.297 0 005.297-5.297v-17.656a5.297 5.297 0 00-5.297-5.297H47.392c5.474-25.678 25.774-46.002 51.483-51.483v17.936a5.297 5.297 0 005.297 5.297h17.656a5.297 5.297 0 005.297-5.297V47.392c25.678 5.474 46.002 25.774 51.483 51.483h-17.936a5.298 5.298 0 00-5.297 5.297v17.656a5.298 5.298 0 005.297 5.297h17.936c-5.474 25.678-25.774 46.002-51.483 51.483zm0-65.608c0 7.801-6.324 14.125-14.125 14.125S98.875 120.801 98.875 113 105.199 98.875 113 98.875s14.125 6.324 14.125 14.125z"}})]),r("defs",[r("clipPath",{attrs:{id:"clip0_1_7"}},[r("path",{attrs:{fill:"#fff",d:"M0 0h226v226H0z"}})])])]))}},IT={functional:!0,render(e,t){let{_c:r,_v:n,data:i,children:a=[]}=t,{class:s,staticClass:o,style:l,staticStyle:u,attrs:d={},...h}=i;return r("svg",{class:[s,o],style:[l,u],attrs:Object.assign({viewBox:"0 0 179 188",xmlns:"http://www.w3.org/2000/svg"},d),...h},a.concat([r("path",{attrs:{d:"M0 43.203v127.165c0 4.156 3.552 6.998 6.818 5.456l42.904-23.074v-141L6.252 32.294c-1.845.872-3.427 2.378-4.541 4.322C.596 38.56 0 40.855 0 43.203zM59.667 152.75l59.666 23.5v-141l-59.666-23.5v141zM172.182 12.176L129.278 35.25v141l43.469-20.544c1.846-.872 3.428-2.377 4.543-4.322 1.114-1.944 1.71-4.239 1.71-6.587V17.632c0-4.156-3.552-6.998-6.818-5.456z"}})]))}},ST={functional:!0,render(e,t){let{_c:r,_v:n,data:i,children:a=[]}=t,{class:s,staticClass:o,style:l,staticStyle:u,attrs:d={},...h}=i;return r("svg",{class:[s,o],style:[l,u],attrs:Object.assign({viewBox:"0 0 199 199",xmlns:"http://www.w3.org/2000/svg"},d),...h},a.concat([r("g",{attrs:{"clip-path":"url(#clip0_1_5)"}},[r("path",{attrs:{d:"M.08 114.416l52.498-.001a35.651 35.651 0 003.285 11.726L10.86 153.252C4.956 143.071 1.231 130.121.08 114.416zm51.227 76.491l19.98-48.522a35.535 35.535 0 01-5.806-3.869l-37.106 37.107c7.575 6.824 15.377 11.936 22.932 15.284zm-25.498-17.741l37.034-37.035c-1.918-1.929-3.686-4.217-5.312-6.847l-44.895 27.045c4.078 6.634 8.609 12.378 13.173 16.837zm122.041 2.459l-37.129-37.128c-.406.328-.818.648-1.238.958l27.094 44.978c3.782-2.354 7.537-5.373 11.273-8.808zm-14.279 10.701l-27.038-44.884c-10.092 5.636-20.724 6.823-32.03 2.463l-19.938 48.422c27.284 11.065 55.564 7.895 79.006-6.001zM66.74 82.27L39.647 37.293c-3.951 2.535-7.704 5.483-11.274 8.807L65.5 83.23c.408-.326.821-.645 1.239-.959zM0 110.863l52.378-.001c.113-9.265 3.386-17.755 10.466-25.266L25.81 48.561C8.712 66.678.199 87.473 0 110.863zm88.11-35.734l.002-52.376c-17.385.106-32.65 4.79-45.46 12.647L69.69 80.284c5.083-2.984 11.14-5.045 18.42-5.154zm72.45-14.426l-38.653 38.654a36.434 36.434 0 011.73 7.952h52.506c-.343-15.928-5.598-31.459-15.583-46.606zm15.655 50.159h-52.372c-.182 9.81-3.848 18.751-10.465 25.269l37.037 37.035c17.031-16.761 25.311-37.681 25.8-62.304zm-84.55-88.031l-.003 52.504c2.753.312 5.396.91 7.955 1.732l38.639-38.64c-13.654-9.552-29.749-14.91-46.592-15.596zm75.833-21.822c-15.222 4.453-21.584 21.448-15.073 34.465L99.037 88.862c-12.596-6.28-29.113-.61-34.124 14.005-6.108 17.817 9.423 35.681 27.889 32.079 16.328-3.186 24.218-21.062 17.283-34.985l53.438-53.437c13.471 6.695 30.912-.414 34.746-16.19 4.442-18.282-12.694-34.613-30.771-29.325z"}})]),r("defs",[r("clipPath",{attrs:{id:"clip0_1_5"}},[r("path",{attrs:{fill:"#fff",d:"M0 0h199v199H0z"}})])])]))}},Ka=U({render:function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("div",{class:e.classes},[e.first?e._e():r("v-button",{attrs:{label:"Back",kind:"ghost","data-cy":"back-button"},nativeOn:{click:function(n){return e.$root.$emit("page-previous")}}}),e._v(" "),e.last?e._e():r("v-button",{attrs:{c:"",kind:"ghost",label:"Next","data-cy":"next-button"},nativeOn:{click:function(n){return e.$root.$emit("page-next")}}})],1)},staticRenderFns:[]},function(e){e&&e("data-v-7a9ab51c_0",{source:".buttons[data-v-7a9ab51c]{display:flex;flex-direction:row;justify-content:space-between}.buttons--right[data-v-7a9ab51c]{justify-content:right}",map:void 0,media:void 0})},{name:"navigation-buttons",components:{VButton:ci},props:{first:{type:Boolean,default:!1},last:{type:Boolean,default:!1}},computed:{classes(){return{buttons:!0,"buttons--right":this.first}}}},"data-v-7a9ab51c",!1,void 0,!1,X,void 0,void 0),jf=U({render:function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("div",{staticClass:"code-snippet",attrs:{"data-cy":"code-snippet"}},[r("span",{ref:"input",staticClass:"input code-snippet__input",attrs:{type:"text",role:"textbox"},on:{click:e.onInputFocus,copy:e.onCopy}},e._l(e.textLines,function(n,i){return r("div",{key:i,staticClass:"code-snippet__line"},[e._v(`
119
119
  `+e._s(n)+`
120
120
  `)])}),0),e._v(" "),r("v-popper",{ref:"popper",attrs:{placement:"top"}},[r("button",{staticClass:"code-snippet__btn",attrs:{type:"button","data-cy":"code-snippet-button",disabled:!e.hasClipboardAPI},on:{click:e.copyToClipboard}},[r("ClipboardIcon",{staticClass:"code-snippet__btn-icon"})],1)])],1)},staticRenderFns:[]},function(e){e&&e("data-v-7bf70f36_0",{source:".code-snippet[data-v-7bf70f36]{margin:1rem 0;border-radius:.5rem;display:flex;align-items:stretch;color:#fff;background-color:#010306;max-width:100%}.code-snippet__line[data-v-7bf70f36]{min-height:1rem}.code-snippet__input[data-v-7bf70f36]{flex:1;font-family:monospace;color:#c6c6c6;padding:.75rem 1.25rem;margin:0;border:none;border-radius:0;background:0 0;outline:0;appearance:none;font-size:.9rem}.code-snippet__btn[data-v-7bf70f36]{height:100%;padding:0 1rem;margin:0;border:none;border-radius:0 6px 6px 0;color:#fff;background-color:#2a84ef;opacity:1;outline:0;appearance:none;cursor:pointer;transition:all .3s ease}.code-snippet__btn[disabled][data-v-7bf70f36]{opacity:.5;pointer-events:none}.code-snippet__btn[data-v-7bf70f36]:hover{opacity:.5}.code-snippet__btn[data-v-7bf70f36]:active{color:rgba(255,255,255,.65)}.code-snippet__btn-icon[data-v-7bf70f36]{width:1.1rem;fill:#e3e5e8}",map:void 0,media:void 0})},{name:"VCodeSnippet",components:{ClipboardIcon:{functional:!0,render(e,t){let{_c:r,_v:n,data:i,children:a=[]}=t,{class:s,staticClass:o,style:l,staticStyle:u,attrs:d={},...h}=i;return r("svg",{class:[s,o],style:[l,u],attrs:Object.assign({viewBox:"0 0 17 20",fill:"none",xmlns:"http://www.w3.org/2000/svg"},d),...h},a.concat([r("path",{attrs:{d:"M5.466 18.633h-4.1V6.334H12.3v2.733h1.367V5.651l-.684-.683h-2.05V3.6H9.566a2.733 2.733 0 00-5.466 0H2.65v1.367H.683L0 5.65v13.666L.683 20h4.783v-1.367zm0-15.305A1.367 1.367 0 016.56 2.235c.266-.052.542-.024.792.082.252.095.467.267.615.492a1.367 1.367 0 01-1.9 1.9 1.285 1.285 0 01-.491-.616 1.367 1.367 0 01-.11-.765zm9.675 12.928l-1.475 1.49v-7.312h-1.367v7.298l-1.476-1.476-.97.97 2.651 2.637h.97l2.638-2.637-.97-.97zm-8.09-5.685h.97l2.638 2.637-.97.97-1.476-1.476V20H6.846v-7.311l-1.475 1.49-.97-.97 2.65-2.638z"}})]))}},VPopper:vn},props:{clipboardText:{type:String,required:!1,default:""},messageSuccess:{type:String,required:!1,default:"Copied to clipboard!"}},data:()=>({hasClipboardAPI:navigator&&navigator.clipboard&&typeof navigator.clipboard.writeText=="function"}),computed:{transformedText(){return this.clipboardText.replace(/\\n/g,`
121
121
  `)},textLines(){return this.transformedText.split(/\n/g)}},methods:{onInputFocus(){window.getSelection().selectAllChildren(this.$refs.input)},copyToClipboard(){let e=this.transformedText.trim();e&&this.hasClipboardAPI&&(navigator.clipboard.writeText(e.replace(/\n/g,`
122
- `)),this.$refs.popper.flash(this.messageSuccess,"success"),this.onCopy())},onCopy(){let e=this.transformedText.trim();this.$root.$emit("clipboard",e)}}},"data-v-7bf70f36",!1,void 0,!1,X,void 0,void 0),J4=U({render:function(){var e=this.$createElement,t=this._self._c||e;return t("section",[t("p",[this._v(`
122
+ `)),this.$refs.popper.flash(this.messageSuccess,"success"),this.onCopy())},onCopy(){let e=this.transformedText.trim();this.$root.$emit("clipboard",e)}}},"data-v-7bf70f36",!1,void 0,!1,X,void 0,void 0),JT=U({render:function(){var e=this.$createElement,t=this._self._c||e;return t("section",[t("p",[this._v(`
123
123
  Add the following line of code to the top of your Gemfile to ensure the gem is loaded first
124
124
  and has a chance to observe other gems as they're loaded.
125
- `)]),this._v(" "),t("v-code-snippet",{attrs:{"clipboard-text":"# This must be the first gem listed\\ngem 'appmap', group: %i[test development]"}})],1)},staticRenderFns:[]},void 0,{name:"Ruby",components:{VCodeSnippet:jf}},void 0,!1,void 0,!1,void 0,void 0,void 0),Z4=U({render:function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("div",[r("section",[e._m(0),e._v(" "),r("v-code-snippet",{attrs:{"clipboard-text":"pip install appmap"}})],1),e._v(" "),r("section",[e._m(1),e._v(" "),r("v-code-snippet",{attrs:{"clipboard-text":"poetry add --dev appmap"}})],1),e._v(" "),r("section",[e._m(2),e._v(" "),r("v-code-snippet",{attrs:{"clipboard-text":"pipenv install --dev appmap"}})],1)])},staticRenderFns:[function(){var e=this.$createElement,t=this._self._c||e;return t("h4",[this._v("Installation via "),t("code",{staticClass:"inline"},[this._v("pip")])])},function(){var e=this.$createElement,t=this._self._c||e;return t("h4",[this._v("Installation via "),t("code",{staticClass:"inline"},[this._v("poetry")])])},function(){var e=this.$createElement,t=this._self._c||e;return t("h4",[this._v("Installation via "),t("code",{staticClass:"inline"},[this._v("pipenv")])])}]},void 0,{name:"Python",components:{VCodeSnippet:jf}},void 0,!1,void 0,!1,void 0,void 0,void 0);function ui(e){return!!(e&&e.score&&Number.isInteger(e.score))&&e.score>0}function Q4(e){return!(!e||!Number.isInteger(e.score))&&(ui(e.webFramework)||ui(e.testFramework))}var tQ={ruby:"https://appmap.io/docs/reference/appmap-ruby.html",python:"https://appmap.io/docs/reference/appmap-python.html",java:"https://appmap.io/docs/reference/appmap-java.html",javascript:"https://appmap.io/docs/reference/appmap-agent-js.html"},rQ={ruby:J4,python:Z4},gn={data:()=>({first:!1,last:!1})},nQ=U({render:function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("QuickstartLayout",[r("section",{staticClass:"project-picker"},[r("header",[r("h1",{attrs:{"data-cy":"title"}},[e._v("Add AppMap to your project")])]),e._v(" "),r("main",[e.projects.length===0?r("article",{staticClass:"empty-state",attrs:{"data-cy":"empty-state-article"}},[r("div",{staticClass:"card"},[r("div",{staticClass:"empty-icon"},[r("EmptyIcon")],1),e._v(" "),r("div",{staticClass:"content",attrs:{"data-cy":"empty-state-content"}},[r("p",[e._v("No projects were found in this workspace.")]),e._v(" "),r("p",[e._v("Open a project to see if it's ready to create AppMaps.")])])])]):e._e(),e._v(" "),e.projects.length===1?r("article",[r("v-project-picker-table",{ref:"projectTable",attrs:{projects:e.projects,editor:e.editor},on:{"select-project":function(n){return e.selectProject(n)}}})],1):e._e(),e._v(" "),e.projects.length>1?r("article",{staticClass:"project-list"},[r("p",{attrs:{"data-cy":"multiple-projects-text"}},[e._v(`
125
+ `)]),this._v(" "),t("v-code-snippet",{attrs:{"clipboard-text":"# This must be the first gem listed\\ngem 'appmap', group: %i[test development]"}})],1)},staticRenderFns:[]},void 0,{name:"Ruby",components:{VCodeSnippet:jf}},void 0,!1,void 0,!1,void 0,void 0,void 0),ZT=U({render:function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("div",[r("section",[e._m(0),e._v(" "),r("v-code-snippet",{attrs:{"clipboard-text":"pip install appmap"}})],1),e._v(" "),r("section",[e._m(1),e._v(" "),r("v-code-snippet",{attrs:{"clipboard-text":"poetry add --dev appmap"}})],1),e._v(" "),r("section",[e._m(2),e._v(" "),r("v-code-snippet",{attrs:{"clipboard-text":"pipenv install --dev appmap"}})],1)])},staticRenderFns:[function(){var e=this.$createElement,t=this._self._c||e;return t("h4",[this._v("Installation via "),t("code",{staticClass:"inline"},[this._v("pip")])])},function(){var e=this.$createElement,t=this._self._c||e;return t("h4",[this._v("Installation via "),t("code",{staticClass:"inline"},[this._v("poetry")])])},function(){var e=this.$createElement,t=this._self._c||e;return t("h4",[this._v("Installation via "),t("code",{staticClass:"inline"},[this._v("pipenv")])])}]},void 0,{name:"Python",components:{VCodeSnippet:jf}},void 0,!1,void 0,!1,void 0,void 0,void 0);function ui(e){return!!(e&&e.score&&Number.isInteger(e.score))&&e.score>0}function QT(e){return!(!e||!Number.isInteger(e.score))&&(ui(e.webFramework)||ui(e.testFramework))}var tQ={ruby:"https://appmap.io/docs/reference/appmap-ruby.html",python:"https://appmap.io/docs/reference/appmap-python.html",java:"https://appmap.io/docs/reference/appmap-java.html",javascript:"https://appmap.io/docs/reference/appmap-agent-js.html"},rQ={ruby:JT,python:ZT},gn={data:()=>({first:!1,last:!1})},nQ=U({render:function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("QuickstartLayout",[r("section",{staticClass:"project-picker"},[r("header",[r("h1",{attrs:{"data-cy":"title"}},[e._v("Add AppMap to your project")])]),e._v(" "),r("main",[e.projects.length===0?r("article",{staticClass:"empty-state",attrs:{"data-cy":"empty-state-article"}},[r("div",{staticClass:"card"},[r("div",{staticClass:"empty-icon"},[r("EmptyIcon")],1),e._v(" "),r("div",{staticClass:"content",attrs:{"data-cy":"empty-state-content"}},[r("p",[e._v("No projects were found in this workspace.")]),e._v(" "),r("p",[e._v("Open a project to see if it's ready to create AppMaps.")])])])]):e._e(),e._v(" "),e.projects.length===1?r("article",[r("v-project-picker-table",{ref:"projectTable",attrs:{projects:e.projects,editor:e.editor},on:{"select-project":function(n){return e.selectProject(n)}}})],1):e._e(),e._v(" "),e.projects.length>1?r("article",{staticClass:"project-list"},[r("p",{attrs:{"data-cy":"multiple-projects-text"}},[e._v(`
126
126
  You have multiple projects in this workspace. We\u2019ve outlined the projects that are ready
127
127
  to start making AppMaps. `),r("br"),e._v(`Select a project to continue.
128
128
  `)]),e._v(" "),r("h3",{},[e._v("Projects")]),e._v(" "),r("div",{staticClass:"table-wrap"},[r("v-project-picker-table",{ref:"projectTable",attrs:{projects:e.projects,editor:e.editor},on:{"select-project":function(n){return e.selectProject(n)}}})],1)]):e._e()]),e._v(" "),r("p",[e._v(`
@@ -145,8 +145,8 @@ https://github.com/highlightjs/highlight.js/issues/2277`),he=m,Z=S);let f={code:
145
145
  `)])]:[r("p",[e._v(`
146
146
  This project does not meet all the requirements to create AppMaps. AppMap currently
147
147
  supports the following languages:
148
- `)]),e._v(" "),r("ul",{staticClass:"support-list"},[r("li",[r("strong",[e._v("Ruby")])]),e._v(" "),r("li",[r("strong",[e._v("Python")])]),e._v(" "),r("li",[r("strong",[e._v("JavaScript")])]),e._v(" "),r("li",[r("strong",[e._v("Java")])])])]]],2)])},staticRenderFns:[]},function(e){e&&e("data-v-0bf5d660_0",{source:'.page-control-wrap[data-v-0bf5d660]{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.project-picker-row[data-v-0bf5d660]{border-bottom:1px solid #3f4d72;padding:0}.project-picker-row.accordion--open[data-v-0bf5d660]{background-color:#171d2d;border-radius:0;border-bottom:1px solid #3f4d72}.project-picker-row__body[data-v-0bf5d660]{padding:1rem 0;border-top:1px solid #3f4d72}.project-picker-row__body .status-message[data-v-0bf5d660]{border-radius:.5rem;background-color:#69ad34;padding:.5rem}.project-picker-row__nav[data-v-0bf5d660]{display:flex;margin-top:1rem}.project-picker-row__nav p[data-v-0bf5d660]{justify-content:left;flex-grow:1;margin:auto 0}.project-picker-row[data-v-0bf5d660]:hover{background-color:#171d2d}.header[data-v-0bf5d660]{display:flex;align-items:center}.header__title[data-v-0bf5d660]{font-size:.9rem;justify-content:left;flex-grow:1;font-weight:800}.header__support[data-v-0bf5d660]{display:flex;gap:1.25rem}.header__feature-tag[data-v-0bf5d660]{color:#808b98;display:flex;padding:.2rem 0;align-items:center;transition:all .3s ease}.header__feature-tag svg[data-v-0bf5d660]{height:16px;width:16px;fill:#808b98;transition:all .3s ease}.header__feature-tag[data-v-0bf5d660]:hover{color:#d4d8dd}.header__feature-tag:hover svg[data-v-0bf5d660]{fill:#d4d8dd}.header__icon-text[data-v-0bf5d660]{display:inline-block;margin-left:.25em;font-size:.9rem}.header__accordion-icons[data-v-0bf5d660]{position:relative;width:14px;height:14px;margin-left:1rem;align-self:center}.header__accordion-icons svg[data-v-0bf5d660]{position:absolute;left:0;top:0;fill:#e3e5e8}.separator[data-v-0bf5d660]{display:flex;justify-content:center;margin:2em auto;color:#516493}.separator[data-v-0bf5d660]::before{content:" ";margin:auto 1em auto 0;width:100%;background-color:#3f4d72;height:1px}.separator[data-v-0bf5d660]::after{content:" ";margin:auto 0 auto 1em;width:100%;background-color:#3f4d72;height:1px}.center-block[data-v-0bf5d660]{display:flex;justify-content:center;margin:1em}.support-list[data-v-0bf5d660]{margin:1rem 0;list-style-position:inside}.support-list ul[data-v-0bf5d660]{margin-left:1rem;margin-top:0}.support-list ul li strong[data-v-0bf5d660]{color:#939fb1}.support-list strong[data-v-0bf5d660]{color:#939fb1}',map:void 0,media:void 0})},{name:"project-picker-row",components:{VButton:ci,VAccordion:eQ,VRuby:J4,VPython:Z4,VAnalysisIcon:w4,VVisualizationIcon:I4,VOpenApiIcon:S4,VUnsupportedIcon:$f,VPopper:vn,VNavigationButtons:Ka,VIconChevron:{functional:!0,render(e,t){let{_c:r,_v:n,data:i,children:a=[]}=t,{class:s,staticClass:o,style:l,staticStyle:u,attrs:d={},...h}=i;return r("svg",{class:[s,o],style:[l,u],attrs:Object.assign({viewBox:"0 0 214 245",xmlns:"http://www.w3.org/2000/svg"},d),...h},a.concat([r("path",{attrs:{d:"M98.893 182.542L6.06 89.546c-4.477-4.486-4.477-11.757 0-16.242l10.827-10.846c4.47-4.478 11.714-4.486 16.194-.02L107 136.14l73.918-73.701c4.481-4.467 11.725-4.459 16.194.019l10.828 10.846c4.477 4.485 4.477 11.757 0 16.242l-92.833 92.996c-4.478 4.485-11.736 4.485-16.214 0z"}})]))}}},props:{selected:Boolean,name:String,score:Number,path:String,language:Object,testFramework:Object,webFramework:Object,editor:String},data(){return{features:[{name:"Map",icon:I4,condition:()=>this.supported,description:`AppMap will generate interactive diagrams of your code.
149
- See exactly how functions, web services, data stores, security, I/O and dependent services all work together when application code runs.`},{name:"Analyze",icon:w4,condition:()=>this.webFrameworkSupported,description:"AppMap will automatically identify software design flaws that impact performance, stability, security and maintainability. This runtime code analysis can find the problems that static code analyzers miss - and that cause 90% of today's most serious production issues."},{name:"Generate OpenAPI",icon:S4,condition:()=>this.webFrameworkSupported,description:"AppMap will use runtime data to generate OpenAPI specifications."},{name:"Unsupported",icon:$f,condition:()=>!this.supported,description:"This project does not meet all the requirements to create AppMaps."}]}},computed:{rows(){return[this.language,this.testFramework,this.webFramework]},supported(){return Q4({name:this.name,score:this.score,webFramework:this.webFramework,testFramework:this.testFramework})},languageSupported(){return ui(this.language)},webFrameworkSupported(){return ui(this.webFramework)},classes(){return{selected:this.selected}},manualInstructions(){let e=(this.language&&this.language.name||"").toLowerCase();return rQ[e]},documentationUrl(){return function(e){if(e&&typeof e=="string")return tQ[e.toLowerCase()]}(this.language&&this.language.name)},isJetBrains(){return this.editor==="jetbrains"},isJava(){return this.language.name.toLowerCase()==="java"}},methods:{performInstall(){this.$root.$emit("perform-install",this.path,this.language&&this.language.name)},featureDescription(e){return typeof e.description=="function"?e.description(this):e.description}},mounted(){let{accordion:e}=this.$refs;this.$root.$on("select-project",t=>{t.path===this.path&&window.scrollTo(250,e.$el.offsetTop)})}},"data-v-0bf5d660",!1,void 0,!1,X,void 0,void 0)},props:{projects:Array,editor:String},data:()=>({selectedProject:void 0}),watch:{projects(e){this.selectedProject&&this.selectedProject.name&&(this.selectedProject=e.find(t=>t.name===this.selectedProject.name))}},computed:{sortedProjects(){return[...this.projects].sort((e,t)=>e.score===t.score?e.name.localeCompare(t.name):e.score>t.score?-1:e.score<t.score?1:0)}},methods:{selectProject(e){this.selectedProject=e,this.$emit("select-project",e)}}},"data-v-cc164b66",!1,void 0,!1,X,void 0,void 0),EmptyIcon:{functional:!0,render(e,t){let{_c:r,_v:n,data:i,children:a=[]}=t,{class:s,staticClass:o,style:l,staticStyle:u,attrs:d={},...h}=i;return r("svg",{class:[s,o],style:[l,u],attrs:Object.assign({width:"32",height:"32",fill:"none",xmlns:"http://www.w3.org/2000/svg"},d),...h},a.concat([r("path",{attrs:{d:"M16.1 19.2c.672 0 1.008-.48 1.108-1.254.08-1.068.396-1.63 1.694-2.52 1.346-.95 2.098-2.18 2.098-3.972C21 8.804 19.16 7 16.476 7c-2.04 0-3.584.984-4.2 2.58-.187.436-.28.906-.276 1.38 0 .786.406 1.28 1.09 1.28.544 0 .91-.294 1.128-1.02.316-1.184 1.05-1.83 2.148-1.83 1.22 0 2.06.892 2.06 2.168 0 1.126-.416 1.77-1.644 2.65-1.238.866-1.852 1.828-1.852 3.28v.222c0 .856.416 1.49 1.17 1.49z",fill:"#808B98"}}),r("path",{attrs:{d:"M20.546 5.026l-1.842-1.888 1.43-1.396 1.244 1.274 1.78-.022a5.78 5.78 0 015.848 5.848l-.02 1.78 1.272 1.244a5.778 5.778 0 010 8.268l-1.274 1.244.022 1.78a5.78 5.78 0 01-5.848 5.848l-1.78-.02-1.244 1.272a5.78 5.78 0 01-8.268 0l-1.244-1.274-1.78.022a5.78 5.78 0 01-5.848-5.848l.02-1.78-1.272-1.244a5.78 5.78 0 010-8.268l1.274-1.244-.022-1.78a5.78 5.78 0 015.848-5.848l1.78.02 1.244-1.272a5.779 5.779 0 018.268 0l-1.43 1.396a3.78 3.78 0 00-5.408 0l-1.84 1.888-2.64-.032a3.78 3.78 0 00-3.822 3.824l.032 2.636-1.888 1.842a3.78 3.78 0 000 5.408l1.888 1.84-.032 2.64a3.78 3.78 0 003.824 3.822l2.636-.032 1.842 1.888a3.78 3.78 0 005.408 0l1.84-1.888 2.64.032a3.78 3.78 0 003.822-3.824l-.032-2.636 1.888-1.842a3.78 3.78 0 000-5.408l-1.888-1.84.032-2.64a3.78 3.78 0 00-3.824-3.822l-2.636.032z",fill:"#808B98"}}),r("path",{attrs:{d:"M14.002 22a2 2 0 114 0 2 2 0 01-4 0z",fill:"#808B98"}})]))}}},mixins:[gn],props:{messageSuccess:{type:String,default:"<b>Copied!</b><br/>Paste this command<br/>into your terminal."},projects:{type:Array,default:()=>[]},editor:{type:String,validator:e=>["vscode","jetbrains"].indexOf(e)!==-1}},mounted(){this.projects.length===1&&this.$refs.projectTable.selectProject(this.projects[0])},methods:{goToRecordAppmaps(e){e.preventDefault(),e.stopImmediatePropagation(),this.$root.$emit("transition","RECORD_APPMAPS")},selectProject(e){this.$nextTick(()=>{this.$root.$emit("select-project",e)})}}},"data-v-5e9c6456",!1,void 0,!1,X,void 0,void 0),iQ={name:"Pending",components:{VLoaderIcon:M4,VCheckIcon:G4},props:{isPending:Boolean,message:String},computed:{classes(){return{pending:!0,"pending--animate":this.isPending}}}},L4={functional:!0,render(e,t){let{_c:r,_v:n,data:i,children:a=[]}=t,{class:s,staticClass:o,style:l,staticStyle:u,attrs:d={},...h}=i;return r("svg",{class:[s,o],style:[l,u],attrs:Object.assign({viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},d),...h},a.concat([r("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M15 8A7 7 0 111 8a7 7 0 0114 0zM7.993 3.301l.207.409.367.726.002.005 2.116 4.472 1 2.114.152.323H10.52l-.06-.13-.61-1.31-.195-.42-.001-.002-1.663-3.679-.634 1.322L6.32 9.486v.003h-.001l-.396.86v.002l-.39.865-.06.134H4.16l.154-.323L7.445 4.44V4.44l.35-.726.198-.413z",fill:"#fff"}})]))}},D4={functional:!0,render(e,t){let{_c:r,_v:n,data:i,children:a=[]}=t,{class:s,staticClass:o,style:l,staticStyle:u,attrs:d={},...h}=i;return r("svg",{class:[s,o],style:[l,u],attrs:Object.assign({viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},d),...h},a.concat([r("g",{attrs:{"clip-path":"url(#clip0_168_1364)"}},[r("path",{attrs:{d:"M8 15A7 7 0 108 1a7 7 0 000 14z",fill:"#E13ECB"}}),r("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M8.2 3.71l-.207-.409-.198.413-.35.726-3.133 6.587-.153.323h1.314l.06-.134.389-.865v-.001l.396-.86.001-.004 1.04-2.355.633-1.322 1.663 3.679v.002l.195.42.61 1.31.06.13h1.317l-.153-.323-.999-2.114L8.57 4.44l-.002-.005L8.2 3.71z",fill:"#fff"}})]),r("defs",[r("clipPath",{attrs:{id:"clip0_168_1364"}},[r("path",{attrs:{fill:"#fff",transform:"translate(1 1)",d:"M0 0h14v14H0z"}})])])]))}};var aQ=U({render:function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("QuickstartLayout",[r("section",[r("header",[r("h1",{attrs:{"data-cy":"title"}},[e._v("Record AppMaps")])]),e._v(" "),r("main",[r("article",[e.isJava&&e.isJetBrains?[r("p",{staticClass:"mb20 bold"},[e._v(`
148
+ `)]),e._v(" "),r("ul",{staticClass:"support-list"},[r("li",[r("strong",[e._v("Ruby")])]),e._v(" "),r("li",[r("strong",[e._v("Python")])]),e._v(" "),r("li",[r("strong",[e._v("JavaScript")])]),e._v(" "),r("li",[r("strong",[e._v("Java")])])])]]],2)])},staticRenderFns:[]},function(e){e&&e("data-v-0bf5d660_0",{source:'.page-control-wrap[data-v-0bf5d660]{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.project-picker-row[data-v-0bf5d660]{border-bottom:1px solid #3f4d72;padding:0}.project-picker-row.accordion--open[data-v-0bf5d660]{background-color:#171d2d;border-radius:0;border-bottom:1px solid #3f4d72}.project-picker-row__body[data-v-0bf5d660]{padding:1rem 0;border-top:1px solid #3f4d72}.project-picker-row__body .status-message[data-v-0bf5d660]{border-radius:.5rem;background-color:#69ad34;padding:.5rem}.project-picker-row__nav[data-v-0bf5d660]{display:flex;margin-top:1rem}.project-picker-row__nav p[data-v-0bf5d660]{justify-content:left;flex-grow:1;margin:auto 0}.project-picker-row[data-v-0bf5d660]:hover{background-color:#171d2d}.header[data-v-0bf5d660]{display:flex;align-items:center}.header__title[data-v-0bf5d660]{font-size:.9rem;justify-content:left;flex-grow:1;font-weight:800}.header__support[data-v-0bf5d660]{display:flex;gap:1.25rem}.header__feature-tag[data-v-0bf5d660]{color:#808b98;display:flex;padding:.2rem 0;align-items:center;transition:all .3s ease}.header__feature-tag svg[data-v-0bf5d660]{height:16px;width:16px;fill:#808b98;transition:all .3s ease}.header__feature-tag[data-v-0bf5d660]:hover{color:#d4d8dd}.header__feature-tag:hover svg[data-v-0bf5d660]{fill:#d4d8dd}.header__icon-text[data-v-0bf5d660]{display:inline-block;margin-left:.25em;font-size:.9rem}.header__accordion-icons[data-v-0bf5d660]{position:relative;width:14px;height:14px;margin-left:1rem;align-self:center}.header__accordion-icons svg[data-v-0bf5d660]{position:absolute;left:0;top:0;fill:#e3e5e8}.separator[data-v-0bf5d660]{display:flex;justify-content:center;margin:2em auto;color:#516493}.separator[data-v-0bf5d660]::before{content:" ";margin:auto 1em auto 0;width:100%;background-color:#3f4d72;height:1px}.separator[data-v-0bf5d660]::after{content:" ";margin:auto 0 auto 1em;width:100%;background-color:#3f4d72;height:1px}.center-block[data-v-0bf5d660]{display:flex;justify-content:center;margin:1em}.support-list[data-v-0bf5d660]{margin:1rem 0;list-style-position:inside}.support-list ul[data-v-0bf5d660]{margin-left:1rem;margin-top:0}.support-list ul li strong[data-v-0bf5d660]{color:#939fb1}.support-list strong[data-v-0bf5d660]{color:#939fb1}',map:void 0,media:void 0})},{name:"project-picker-row",components:{VButton:ci,VAccordion:eQ,VRuby:JT,VPython:ZT,VAnalysisIcon:wT,VVisualizationIcon:IT,VOpenApiIcon:ST,VUnsupportedIcon:$f,VPopper:vn,VNavigationButtons:Ka,VIconChevron:{functional:!0,render(e,t){let{_c:r,_v:n,data:i,children:a=[]}=t,{class:s,staticClass:o,style:l,staticStyle:u,attrs:d={},...h}=i;return r("svg",{class:[s,o],style:[l,u],attrs:Object.assign({viewBox:"0 0 214 245",xmlns:"http://www.w3.org/2000/svg"},d),...h},a.concat([r("path",{attrs:{d:"M98.893 182.542L6.06 89.546c-4.477-4.486-4.477-11.757 0-16.242l10.827-10.846c4.47-4.478 11.714-4.486 16.194-.02L107 136.14l73.918-73.701c4.481-4.467 11.725-4.459 16.194.019l10.828 10.846c4.477 4.485 4.477 11.757 0 16.242l-92.833 92.996c-4.478 4.485-11.736 4.485-16.214 0z"}})]))}}},props:{selected:Boolean,name:String,score:Number,path:String,language:Object,testFramework:Object,webFramework:Object,editor:String},data(){return{features:[{name:"Map",icon:IT,condition:()=>this.supported,description:`AppMap will generate interactive diagrams of your code.
149
+ See exactly how functions, web services, data stores, security, I/O and dependent services all work together when application code runs.`},{name:"Analyze",icon:wT,condition:()=>this.webFrameworkSupported,description:"AppMap will automatically identify software design flaws that impact performance, stability, security and maintainability. This runtime code analysis can find the problems that static code analyzers miss - and that cause 90% of today's most serious production issues."},{name:"Generate OpenAPI",icon:ST,condition:()=>this.webFrameworkSupported,description:"AppMap will use runtime data to generate OpenAPI specifications."},{name:"Unsupported",icon:$f,condition:()=>!this.supported,description:"This project does not meet all the requirements to create AppMaps."}]}},computed:{rows(){return[this.language,this.testFramework,this.webFramework]},supported(){return QT({name:this.name,score:this.score,webFramework:this.webFramework,testFramework:this.testFramework})},languageSupported(){return ui(this.language)},webFrameworkSupported(){return ui(this.webFramework)},classes(){return{selected:this.selected}},manualInstructions(){let e=(this.language&&this.language.name||"").toLowerCase();return rQ[e]},documentationUrl(){return function(e){if(e&&typeof e=="string")return tQ[e.toLowerCase()]}(this.language&&this.language.name)},isJetBrains(){return this.editor==="jetbrains"},isJava(){return this.language.name.toLowerCase()==="java"}},methods:{performInstall(){this.$root.$emit("perform-install",this.path,this.language&&this.language.name)},featureDescription(e){return typeof e.description=="function"?e.description(this):e.description}},mounted(){let{accordion:e}=this.$refs;this.$root.$on("select-project",t=>{t.path===this.path&&window.scrollTo(250,e.$el.offsetTop)})}},"data-v-0bf5d660",!1,void 0,!1,X,void 0,void 0)},props:{projects:Array,editor:String},data:()=>({selectedProject:void 0}),watch:{projects(e){this.selectedProject&&this.selectedProject.name&&(this.selectedProject=e.find(t=>t.name===this.selectedProject.name))}},computed:{sortedProjects(){return[...this.projects].sort((e,t)=>e.score===t.score?e.name.localeCompare(t.name):e.score>t.score?-1:e.score<t.score?1:0)}},methods:{selectProject(e){this.selectedProject=e,this.$emit("select-project",e)}}},"data-v-cc164b66",!1,void 0,!1,X,void 0,void 0),EmptyIcon:{functional:!0,render(e,t){let{_c:r,_v:n,data:i,children:a=[]}=t,{class:s,staticClass:o,style:l,staticStyle:u,attrs:d={},...h}=i;return r("svg",{class:[s,o],style:[l,u],attrs:Object.assign({width:"32",height:"32",fill:"none",xmlns:"http://www.w3.org/2000/svg"},d),...h},a.concat([r("path",{attrs:{d:"M16.1 19.2c.672 0 1.008-.48 1.108-1.254.08-1.068.396-1.63 1.694-2.52 1.346-.95 2.098-2.18 2.098-3.972C21 8.804 19.16 7 16.476 7c-2.04 0-3.584.984-4.2 2.58-.187.436-.28.906-.276 1.38 0 .786.406 1.28 1.09 1.28.544 0 .91-.294 1.128-1.02.316-1.184 1.05-1.83 2.148-1.83 1.22 0 2.06.892 2.06 2.168 0 1.126-.416 1.77-1.644 2.65-1.238.866-1.852 1.828-1.852 3.28v.222c0 .856.416 1.49 1.17 1.49z",fill:"#808B98"}}),r("path",{attrs:{d:"M20.546 5.026l-1.842-1.888 1.43-1.396 1.244 1.274 1.78-.022a5.78 5.78 0 015.848 5.848l-.02 1.78 1.272 1.244a5.778 5.778 0 010 8.268l-1.274 1.244.022 1.78a5.78 5.78 0 01-5.848 5.848l-1.78-.02-1.244 1.272a5.78 5.78 0 01-8.268 0l-1.244-1.274-1.78.022a5.78 5.78 0 01-5.848-5.848l.02-1.78-1.272-1.244a5.78 5.78 0 010-8.268l1.274-1.244-.022-1.78a5.78 5.78 0 015.848-5.848l1.78.02 1.244-1.272a5.779 5.779 0 018.268 0l-1.43 1.396a3.78 3.78 0 00-5.408 0l-1.84 1.888-2.64-.032a3.78 3.78 0 00-3.822 3.824l.032 2.636-1.888 1.842a3.78 3.78 0 000 5.408l1.888 1.84-.032 2.64a3.78 3.78 0 003.824 3.822l2.636-.032 1.842 1.888a3.78 3.78 0 005.408 0l1.84-1.888 2.64.032a3.78 3.78 0 003.822-3.824l-.032-2.636 1.888-1.842a3.78 3.78 0 000-5.408l-1.888-1.84.032-2.64a3.78 3.78 0 00-3.824-3.822l-2.636.032z",fill:"#808B98"}}),r("path",{attrs:{d:"M14.002 22a2 2 0 114 0 2 2 0 01-4 0z",fill:"#808B98"}})]))}}},mixins:[gn],props:{messageSuccess:{type:String,default:"<b>Copied!</b><br/>Paste this command<br/>into your terminal."},projects:{type:Array,default:()=>[]},editor:{type:String,validator:e=>["vscode","jetbrains"].indexOf(e)!==-1}},mounted(){this.projects.length===1&&this.$refs.projectTable.selectProject(this.projects[0])},methods:{goToRecordAppmaps(e){e.preventDefault(),e.stopImmediatePropagation(),this.$root.$emit("transition","RECORD_APPMAPS")},selectProject(e){this.$nextTick(()=>{this.$root.$emit("select-project",e)})}}},"data-v-5e9c6456",!1,void 0,!1,X,void 0,void 0),iQ={name:"Pending",components:{VLoaderIcon:MT,VCheckIcon:GT},props:{isPending:Boolean,message:String},computed:{classes(){return{pending:!0,"pending--animate":this.isPending}}}},LT={functional:!0,render(e,t){let{_c:r,_v:n,data:i,children:a=[]}=t,{class:s,staticClass:o,style:l,staticStyle:u,attrs:d={},...h}=i;return r("svg",{class:[s,o],style:[l,u],attrs:Object.assign({viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},d),...h},a.concat([r("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M15 8A7 7 0 111 8a7 7 0 0114 0zM7.993 3.301l.207.409.367.726.002.005 2.116 4.472 1 2.114.152.323H10.52l-.06-.13-.61-1.31-.195-.42-.001-.002-1.663-3.679-.634 1.322L6.32 9.486v.003h-.001l-.396.86v.002l-.39.865-.06.134H4.16l.154-.323L7.445 4.44V4.44l.35-.726.198-.413z",fill:"#fff"}})]))}},DT={functional:!0,render(e,t){let{_c:r,_v:n,data:i,children:a=[]}=t,{class:s,staticClass:o,style:l,staticStyle:u,attrs:d={},...h}=i;return r("svg",{class:[s,o],style:[l,u],attrs:Object.assign({viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},d),...h},a.concat([r("g",{attrs:{"clip-path":"url(#clip0_168_1364)"}},[r("path",{attrs:{d:"M8 15A7 7 0 108 1a7 7 0 000 14z",fill:"#E13ECB"}}),r("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M8.2 3.71l-.207-.409-.198.413-.35.726-3.133 6.587-.153.323h1.314l.06-.134.389-.865v-.001l.396-.86.001-.004 1.04-2.355.633-1.322 1.663 3.679v.002l.195.42.61 1.31.06.13h1.317l-.153-.323-.999-2.114L8.57 4.44l-.002-.005L8.2 3.71z",fill:"#fff"}})]),r("defs",[r("clipPath",{attrs:{id:"clip0_168_1364"}},[r("path",{attrs:{fill:"#fff",transform:"translate(1 1)",d:"M0 0h14v14H0z"}})])])]))}};var aQ=U({render:function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("QuickstartLayout",[r("section",[r("header",[r("h1",{attrs:{"data-cy":"title"}},[e._v("Record AppMaps")])]),e._v(" "),r("main",[r("article",[e.isJava&&e.isJetBrains?[r("p",{staticClass:"mb20 bold"},[e._v(`
150
150
  Use the `),r(e.runConfigIcon,{tag:"component",staticClass:"run-config-icon"}),e._v(` "Start with AppMap"
151
151
  button to start your run configurations with AppMap enabled.
152
152
  `)],1),e._v(" "),e.remoteRecordingPrompts.length===1?[r("p",{staticClass:"mb20",attrs:{"data-cy":"automatic-recording-single"}},[e._v(`
@@ -181,7 +181,7 @@ See exactly how functions, web services, data stores, security, I/O and dependen
181
181
  For instructions on recording your first AppMaps, refer to our
182
182
  `),r("a",{attrs:{href:"https://appmap.io/docs/recording-methods.html","data-cy":"documentation-link"}},[e._v(`
183
183
  documentation.
184
- `)])])],e._v(" "),e.showPendingState?r("v-pending",{staticClass:"mb20 status-message",attrs:{"is-pending":!e.complete,message:e.pendingMessage,"data-cy":"status-message"}}):e._e()],2)]),e._v(" "),r("v-navigation-buttons",{attrs:{first:e.first,last:e.last}})],1)])},staticRenderFns:[]},function(e){e&&e("data-v-227a9073_0",{source:".status-message{border-radius:.5rem;background-color:#69ad34;padding:.5rem 0}.bold{font-weight:700}.run-config-icon{width:22px;transform:translateY(25%)}",map:void 0,media:void 0})},{name:"RecordAppMaps",components:{QuickstartLayout:wr,VNavigationButtons:Ka,VCodeSnippet:jf,VPending:U({render:function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("div",{class:e.classes},[e.isPending?r("v-loader-icon"):e._e(),e._v(" "),e.isPending?e._e():r("v-check-icon"),e._v(" "),r("p",[e._v(e._s(e.message))])],1)},staticRenderFns:[]},function(e){e&&e("data-v-3c34a78c_0",{source:"@keyframes spin{from{transform:rotate(0)}to{transform:rotate(360deg)}}.pending{display:flex;justify-content:center;align-items:end}.pending p{margin:auto 0;vertical-align:middle}.pending svg{margin:auto 0;margin-right:.5em;width:24px;fill:#e3e5e8}.pending--animate svg{animation:spin 4s linear infinite;fill:#e3e5e8}",map:void 0,media:void 0})},iQ,void 0,!1,void 0,!1,X,void 0,void 0),VRunConfigDark:L4,VRunConfigLight:D4},mixins:[gn],props:{clipboardSuccess:{type:String,default:"<b>Copied!</b><br/>Paste this command<br/>into your terminal."},complete:Boolean,project:Object,editor:{type:String,required:!0,default:"vscode",validator:e=>["vscode","jetbrains"].indexOf(e)!==-1},featureFlags:{type:Set,default:()=>new Set},theme:String},computed:{showPendingState(){return!this.featureFlags.has("disable-record-pending")},command(){return this.project&&this.project.path?"npx @appland/appmap record test -d "+this.escapePath(this.project.path):"npx @appland/appmap record test"},language(){if(this.project&&this.project.language)return this.project.language.name},isJava(){return!!this.language&&this.language.toLowerCase()==="java"},isJetBrains(){return this.editor==="jetbrains"},supported(){return Q4(this.project)},automaticRecordingLanguages(){let e=["ruby"];return this.featureFlags.has("ar-python")&&e.push("python"),e},automaticRecording(){return this.automaticRecordingLanguages.includes((this.language||"").toLowerCase())&&(this.webFrameworkSupported||this.testFrameworkSupported)},webFramework(){return this.project.webFramework||{score:0}},webFrameworkSupported(){return ui(this.webFramework)},applicationName(){return[this.webFramework.name,"application"].filter(e=>Boolean(e)).join(" ")},testFrameworkSupported(){return ui(this.project.testFramework)},automaticRecordingPrompts(){let e=[];return this.webFrameworkSupported&&e.push(`Start your ${this.webFramework.name} server. Inbound requests will be automatically be recorded.`),this.testFrameworkSupported&&e.push(`Run your ${this.project.testFramework.name} tests. Each test case will emit an AppMap.`),e},remoteRecordingPrompts(){let e=[];return this.webFrameworkSupported&&e.push(`Start your ${this.webFramework.name} server. Inbound requests can be captured by starting a remote recording. Click the record button in the top right of the AppMap panel to begin.`),this.testFrameworkSupported&&e.push(`Run your ${this.project.testFramework.name} tests. Each test case will emit an AppMap.`),e},numberOfRecordingMethods(){switch(this.automaticRecordingPrompts.length){case 2:return"two";case 3:return"three";case 4:return"four";case 5:return"five";case 6:return"six";case 7:return"seven";case 8:return"eight";case 9:return"nine";default:return this.automaticRecordingPrompts.length}},pendingMessage(){return this.complete?"Success! AppMaps have been created. Continue to the next step.":"Waiting for AppMaps to be created."},runConfigIcon(){return this.theme==="dark"?L4:D4}},methods:{firstPrompt:e=>e[0].charAt(0).toLowerCase()+e[0].slice(1),isWindowsPath:e=>/^[A-Z]:\\$/i.test(e.slice(0,3)),escapePath(e){if(this.isWindowsPath(e)){let[t,r]=e.split(":");return`${t}:"${r}"`}return e.replace(/([^A-Za-z0-9_\-.,:/@\n])/g,"\\$1")}}},void 0,!1,void 0,!1,X,void 0,void 0),eT=U({render:function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("v-quickstart-layout",[r("section",[r("header",[r("h1",{attrs:{"data-cy":"title"}},[e._v("Explore AppMaps")])]),e._v(" "),r("main",[e.appMaps.length?r("article",[r("p",[e._v(`
184
+ `)])])],e._v(" "),e.showPendingState?r("v-pending",{staticClass:"mb20 status-message",attrs:{"is-pending":!e.complete,message:e.pendingMessage,"data-cy":"status-message"}}):e._e()],2)]),e._v(" "),r("v-navigation-buttons",{attrs:{first:e.first,last:e.last}})],1)])},staticRenderFns:[]},function(e){e&&e("data-v-227a9073_0",{source:".status-message{border-radius:.5rem;background-color:#69ad34;padding:.5rem 0}.bold{font-weight:700}.run-config-icon{width:22px;transform:translateY(25%)}",map:void 0,media:void 0})},{name:"RecordAppMaps",components:{QuickstartLayout:wr,VNavigationButtons:Ka,VCodeSnippet:jf,VPending:U({render:function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("div",{class:e.classes},[e.isPending?r("v-loader-icon"):e._e(),e._v(" "),e.isPending?e._e():r("v-check-icon"),e._v(" "),r("p",[e._v(e._s(e.message))])],1)},staticRenderFns:[]},function(e){e&&e("data-v-3c34a78c_0",{source:"@keyframes spin{from{transform:rotate(0)}to{transform:rotate(360deg)}}.pending{display:flex;justify-content:center;align-items:end}.pending p{margin:auto 0;vertical-align:middle}.pending svg{margin:auto 0;margin-right:.5em;width:24px;fill:#e3e5e8}.pending--animate svg{animation:spin 4s linear infinite;fill:#e3e5e8}",map:void 0,media:void 0})},iQ,void 0,!1,void 0,!1,X,void 0,void 0),VRunConfigDark:LT,VRunConfigLight:DT},mixins:[gn],props:{clipboardSuccess:{type:String,default:"<b>Copied!</b><br/>Paste this command<br/>into your terminal."},complete:Boolean,project:Object,editor:{type:String,required:!0,default:"vscode",validator:e=>["vscode","jetbrains"].indexOf(e)!==-1},featureFlags:{type:Set,default:()=>new Set},theme:String},computed:{showPendingState(){return!this.featureFlags.has("disable-record-pending")},command(){return this.project&&this.project.path?"npx @appland/appmap record test -d "+this.escapePath(this.project.path):"npx @appland/appmap record test"},language(){if(this.project&&this.project.language)return this.project.language.name},isJava(){return!!this.language&&this.language.toLowerCase()==="java"},isJetBrains(){return this.editor==="jetbrains"},supported(){return QT(this.project)},automaticRecordingLanguages(){let e=["ruby"];return this.featureFlags.has("ar-python")&&e.push("python"),e},automaticRecording(){return this.automaticRecordingLanguages.includes((this.language||"").toLowerCase())&&(this.webFrameworkSupported||this.testFrameworkSupported)},webFramework(){return this.project.webFramework||{score:0}},webFrameworkSupported(){return ui(this.webFramework)},applicationName(){return[this.webFramework.name,"application"].filter(e=>Boolean(e)).join(" ")},testFrameworkSupported(){return ui(this.project.testFramework)},automaticRecordingPrompts(){let e=[];return this.webFrameworkSupported&&e.push(`Start your ${this.webFramework.name} server. Inbound requests will be automatically be recorded.`),this.testFrameworkSupported&&e.push(`Run your ${this.project.testFramework.name} tests. Each test case will emit an AppMap.`),e},remoteRecordingPrompts(){let e=[];return this.webFrameworkSupported&&e.push(`Start your ${this.webFramework.name} server. Inbound requests can be captured by starting a remote recording. Click the record button in the top right of the AppMap panel to begin.`),this.testFrameworkSupported&&e.push(`Run your ${this.project.testFramework.name} tests. Each test case will emit an AppMap.`),e},numberOfRecordingMethods(){switch(this.automaticRecordingPrompts.length){case 2:return"two";case 3:return"three";case 4:return"four";case 5:return"five";case 6:return"six";case 7:return"seven";case 8:return"eight";case 9:return"nine";default:return this.automaticRecordingPrompts.length}},pendingMessage(){return this.complete?"Success! AppMaps have been created. Continue to the next step.":"Waiting for AppMaps to be created."},runConfigIcon(){return this.theme==="dark"?LT:DT}},methods:{firstPrompt:e=>e[0].charAt(0).toLowerCase()+e[0].slice(1),isWindowsPath:e=>/^[A-Z]:\\$/i.test(e.slice(0,3)),escapePath(e){if(this.isWindowsPath(e)){let[t,r]=e.split(":");return`${t}:"${r}"`}return e.replace(/([^A-Za-z0-9_\-.,:/@\n])/g,"\\$1")}}},void 0,!1,void 0,!1,X,void 0,void 0),e4=U({render:function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("v-quickstart-layout",[r("section",[r("header",[r("h1",{attrs:{"data-cy":"title"}},[e._v("Explore AppMaps")])]),e._v(" "),r("main",[e.appMaps.length?r("article",[r("p",[e._v(`
185
185
  AppMaps have been recorded for this project! `),r("br"),e._v(`
186
186
  We've identified some interesting AppMaps and Code Objects that you may want to check
187
187
  out.
@@ -203,7 +203,7 @@ See exactly how functions, web services, data stores, security, I/O and dependen
203
203
  definitions.
204
204
  `)]),e._v(" "),r("div",{staticClass:"center"},[r("v-button",{attrs:{label:"Generate OpenAPI definitions","data-cy":"generate-openapi"},nativeOn:{click:function(n){return e.generateOpenApi.apply(null,arguments)}}})],1)]):r("article",[e._v(`
205
205
  AppMap was unable to detect any HTTP request handlers in your application.
206
- `)])]),e._v(" "),r("v-navigation-buttons",{attrs:{first:e.first,last:e.last}})],1)])},staticRenderFns:[]},void 0,{name:"OpenApi",components:{VQuickstartLayout:wr,VNavigationButtons:Ka,VButton:ci},mixins:[gn],props:{numHttpRequests:Number,numAppMaps:Number},methods:{generateOpenApi(){this.$root.$emit("generate-openapi",this.projectPath)}}},void 0,!1,void 0,!1,void 0,void 0,void 0),tT={functional:!0,render(e,t){let{_c:r,_v:n,data:i,children:a=[]}=t,{class:s,staticClass:o,style:l,staticStyle:u,attrs:d={},...h}=i;return r("svg",{class:[s,o],style:[l,u],attrs:Object.assign({viewBox:"0 0 498 498",fill:"none",xmlns:"http://www.w3.org/2000/svg"},d),...h},a.concat([r("circle",{attrs:{cx:"248.959",cy:"248.959",r:"248.959",fill:"#FF07AA"}}),r("path",{attrs:{d:"M337.213 284.858l-75.26-159.04-13.049-25.816-12.411 25.816-111.425 234.239h28.815l13.875-30.854 14.088-30.638 36.991-83.868 30.067-62.684 66.232 146.552 6.924 14.926 21.678 46.566h29.001l-35.526-75.199z",fill:"#fff"}}),r("path",{attrs:{d:"M337.213 284.858l-75.26-159.04-13.049-25.816-12.411 25.816-111.425 234.239h28.815l13.875-30.854 14.088-30.638 36.991-83.868 30.067-62.684 66.232 146.552 6.924 14.926 21.678 46.566h29.001l-35.526-75.199z",stroke:"#fff"}}),r("path",{attrs:{stroke:"#FF07AA",d:"M125.068 100.002h260.054v260.054H125.068z"}})]))}},oQ={name:"InvestigateFindings",components:{VQuickstartLayout:wr,VNavigationButtons:Ka,VButton:ci,VAppmapLogo:tT},mixins:[gn],props:{scanned:Boolean,numFindings:Number,projectPath:String,findingsDomainCounts:{type:Object,default:()=>({security:0,performance:0,reliability:0,maintainability:0})},findingsEnabled:Boolean,analysisEnabled:Boolean,userAuthenticated:Boolean},methods:{viewProblems(){this.$root.$emit("view-problems",this.projectPath)}},computed:{enableButtonLabel(){return this.userAuthenticated?"Enable AppMap Runtime Analysis":"Sign in to enable AppMap Runtime Analysis"}}},lQ=U({render:function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("v-multi-page",{ref:"page",attrs:{"disabled-pages":e.disabledPages}},[r("v-project-picker",{attrs:{id:"project-picker",projects:e.projects,"message-success":e.messageCopiedCommand,editor:e.editor}}),e._v(" "),r("v-record-app-maps",{attrs:{id:"record-appmaps",editor:e.editor,project:e.selectedProject,complete:e.hasRecorded,"feature-flags":e.featureFlags,theme:e.theme}}),e._v(" "),r("v-open-app-maps",{attrs:{id:"open-appmaps","app-maps":e.appMaps,"sample-code-objects":e.sampleCodeObjects}}),e._v(" "),r("v-open-api",{attrs:{id:"openapi","num-http-requests":e.numHttpRequests,"num-app-maps":e.numAppMaps}}),e._v(" "),r("v-investigate-findings",{attrs:{id:"investigate-findings",scanned:e.hasFindings,"num-findings":e.numFindings,"project-path":e.path,findingsDomainCounts:e.findingsDomainCounts,"findings-enabled":e.findingsEnabled,"user-authenticated":e.userAuthenticated,"analysis-enabled":e.analysisEnabled}})],1)},staticRenderFns:[]},void 0,{name:"install-guide",props:{disabledPages:{type:Set,default:()=>new Set},messageCopiedCommand:{type:String,default:"<b>Copied!</b><br/>Paste this command<br/>into your terminal."},projects:{default:()=>[],type:Array},appMapsDir:String,editor:{default:"vscode",type:String,validator:e=>["vscode","jetbrains"].indexOf(e)!==-1},featureFlags:{type:Set,default:()=>new Set},findingsEnabled:{type:Boolean,default:!1},analysisEnabled:{type:Boolean,default:!1},userAuthenticated:{type:Boolean,default:!1},theme:{type:String,default:"dark",validator:e=>["dark","light"].indexOf(e)!==-1}},watch:{projects(e){this.selectedProject&&this.selectedProject.name&&(this.selectedProject=e.find(t=>t.name===this.selectedProject.name))}},data:()=>({selectedProject:null}),computed:{hasFindings(){return this.selectedProject&&this.selectedProject.analysisPerformed},appMaps(){return this.selectedProject&&this.selectedProject.appMaps||[]},numFindings(){return this.selectedProject&&this.selectedProject.numFindings},numAppMaps(){return this.selectedProject&&this.selectedProject.numAppMaps},numHttpRequests(){return this.selectedProject&&this.selectedProject.numHttpRequests},hasRecorded(){return this.selectedProject&&this.selectedProject.numAppMaps>0},path(){return this.selectedProject&&this.selectedProject.path},findingsDomainCounts(){return this.selectedProject&&this.selectedProject.findingsDomainCounts},sampleCodeObjects(){return this.selectedProject&&this.selectedProject.sampleCodeObjects}},components:{VMultiPage:QZ,VProjectPicker:nQ,VRecordAppMaps:aQ,VInvestigateFindings:U({render:function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("v-quickstart-layout",[r("section",[r("header",[r("h1",{attrs:{"data-cy":"title"}},[e._v("AppMap Runtime Analysis")])]),e._v(" "),r("main",[e.analysisEnabled&&e.scanned?e._e():r("article",{staticClass:"subheading"},[e._v(`
206
+ `)])]),e._v(" "),r("v-navigation-buttons",{attrs:{first:e.first,last:e.last}})],1)])},staticRenderFns:[]},void 0,{name:"OpenApi",components:{VQuickstartLayout:wr,VNavigationButtons:Ka,VButton:ci},mixins:[gn],props:{numHttpRequests:Number,numAppMaps:Number},methods:{generateOpenApi(){this.$root.$emit("generate-openapi",this.projectPath)}}},void 0,!1,void 0,!1,void 0,void 0,void 0),t4={functional:!0,render(e,t){let{_c:r,_v:n,data:i,children:a=[]}=t,{class:s,staticClass:o,style:l,staticStyle:u,attrs:d={},...h}=i;return r("svg",{class:[s,o],style:[l,u],attrs:Object.assign({viewBox:"0 0 498 498",fill:"none",xmlns:"http://www.w3.org/2000/svg"},d),...h},a.concat([r("circle",{attrs:{cx:"248.959",cy:"248.959",r:"248.959",fill:"#FF07AA"}}),r("path",{attrs:{d:"M337.213 284.858l-75.26-159.04-13.049-25.816-12.411 25.816-111.425 234.239h28.815l13.875-30.854 14.088-30.638 36.991-83.868 30.067-62.684 66.232 146.552 6.924 14.926 21.678 46.566h29.001l-35.526-75.199z",fill:"#fff"}}),r("path",{attrs:{d:"M337.213 284.858l-75.26-159.04-13.049-25.816-12.411 25.816-111.425 234.239h28.815l13.875-30.854 14.088-30.638 36.991-83.868 30.067-62.684 66.232 146.552 6.924 14.926 21.678 46.566h29.001l-35.526-75.199z",stroke:"#fff"}}),r("path",{attrs:{stroke:"#FF07AA",d:"M125.068 100.002h260.054v260.054H125.068z"}})]))}},oQ={name:"InvestigateFindings",components:{VQuickstartLayout:wr,VNavigationButtons:Ka,VButton:ci,VAppmapLogo:t4},mixins:[gn],props:{scanned:Boolean,numFindings:Number,projectPath:String,findingsDomainCounts:{type:Object,default:()=>({security:0,performance:0,reliability:0,maintainability:0})},findingsEnabled:Boolean,analysisEnabled:Boolean,userAuthenticated:Boolean},methods:{viewProblems(){this.$root.$emit("view-problems",this.projectPath)}},computed:{enableButtonLabel(){return this.userAuthenticated?"Enable AppMap Runtime Analysis":"Sign in to enable AppMap Runtime Analysis"}}},lQ=U({render:function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("v-multi-page",{ref:"page",attrs:{"disabled-pages":e.disabledPages}},[r("v-project-picker",{attrs:{id:"project-picker",projects:e.projects,"message-success":e.messageCopiedCommand,editor:e.editor}}),e._v(" "),r("v-record-app-maps",{attrs:{id:"record-appmaps",editor:e.editor,project:e.selectedProject,complete:e.hasRecorded,"feature-flags":e.featureFlags,theme:e.theme}}),e._v(" "),r("v-open-app-maps",{attrs:{id:"open-appmaps","app-maps":e.appMaps,"sample-code-objects":e.sampleCodeObjects}}),e._v(" "),r("v-open-api",{attrs:{id:"openapi","num-http-requests":e.numHttpRequests,"num-app-maps":e.numAppMaps}}),e._v(" "),r("v-investigate-findings",{attrs:{id:"investigate-findings",scanned:e.hasFindings,"num-findings":e.numFindings,"project-path":e.path,findingsDomainCounts:e.findingsDomainCounts,"findings-enabled":e.findingsEnabled,"user-authenticated":e.userAuthenticated,"analysis-enabled":e.analysisEnabled}})],1)},staticRenderFns:[]},void 0,{name:"install-guide",props:{disabledPages:{type:Set,default:()=>new Set},messageCopiedCommand:{type:String,default:"<b>Copied!</b><br/>Paste this command<br/>into your terminal."},projects:{default:()=>[],type:Array},appMapsDir:String,editor:{default:"vscode",type:String,validator:e=>["vscode","jetbrains"].indexOf(e)!==-1},featureFlags:{type:Set,default:()=>new Set},findingsEnabled:{type:Boolean,default:!1},analysisEnabled:{type:Boolean,default:!1},userAuthenticated:{type:Boolean,default:!1},theme:{type:String,default:"dark",validator:e=>["dark","light"].indexOf(e)!==-1}},watch:{projects(e){this.selectedProject&&this.selectedProject.name&&(this.selectedProject=e.find(t=>t.name===this.selectedProject.name))}},data:()=>({selectedProject:null}),computed:{hasFindings(){return this.selectedProject&&this.selectedProject.analysisPerformed},appMaps(){return this.selectedProject&&this.selectedProject.appMaps||[]},numFindings(){return this.selectedProject&&this.selectedProject.numFindings},numAppMaps(){return this.selectedProject&&this.selectedProject.numAppMaps},numHttpRequests(){return this.selectedProject&&this.selectedProject.numHttpRequests},hasRecorded(){return this.selectedProject&&this.selectedProject.numAppMaps>0},path(){return this.selectedProject&&this.selectedProject.path},findingsDomainCounts(){return this.selectedProject&&this.selectedProject.findingsDomainCounts},sampleCodeObjects(){return this.selectedProject&&this.selectedProject.sampleCodeObjects}},components:{VMultiPage:QZ,VProjectPicker:nQ,VRecordAppMaps:aQ,VInvestigateFindings:U({render:function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("v-quickstart-layout",[r("section",[r("header",[r("h1",{attrs:{"data-cy":"title"}},[e._v("AppMap Runtime Analysis")])]),e._v(" "),r("main",[e.analysisEnabled&&e.scanned?e._e():r("article",{staticClass:"subheading"},[e._v(`
207
207
  Find software design flaws that impact security, performance, stability, and
208
208
  maintainability. Our runtime code analysis can find the problems that static code
209
209
  analyzers miss \u2014 and that cause serious production issues.
@@ -226,7 +226,7 @@ See exactly how functions, web services, data stores, security, I/O and dependen
226
226
  `)]),e._v(" "),r("li",[r("strong",[e._v("Stability: ")]),e._v(`
227
227
  HTTP requests incompatible with an OpenAPI spec, remote calls made without circuit
228
228
  breaker, missing content types.
229
- `)]),e._v(" "),r("li",[r("strong",[e._v("And more!")])])])]),e._v(" "),r("a",{staticClass:"btn-auth center",attrs:{"data-cy":"auth-button"},on:{click:function(n){return n.preventDefault(),e.$root.$emit("perform-auth")}}},[r("v-appmap-logo"),e._v(" "),r("v-button",{staticClass:"cta-button b-0",attrs:{label:e.enableButtonLabel}})],1),e._v(" "),r("h2",{staticClass:"subhead"},[e._v("Watch the demo")]),e._v(" "),r("a",{staticClass:"youtube-video",attrs:{href:"https://appland.com/docs/analysis#demo"}},[r("img",{staticClass:"video-thumbnail",attrs:{alt:"runtime analysis video thumbnail",src:"data:image/png;base64,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1fz7388TFxfHvHlzz1iT2s6dO/Pvfz9/zHXat7/c9//Fg+b27dtp0qTJOSs/80ztOC/3MC9kDyhnqbd614IOtaBtTWhVAzrXPu5+X8juT17u4ZMOUfv37y8Vqs6mHj16lFuNfdNNN53TN1NQUBDdunXzlVNAQADXXXddlbwxfPbZAhYtWsT06a+ectD87rvv6NixQ6mft99+u1Kee2W51s+mceOepFevnvTocR2xsbFs2bKFwMBAHnjgQf2VFBERkZPicDjKDZqesJlIQkJCUSC85owdx6hRowDYvn07SUlJpX7efPONcoPmiBHDz2kZnrGazQvTq1GN8gYEKtZU9rGWMGsrBNjh0UsgMbWccOrZphoB1E93kBJUUOFjiYqKok2bNhQUFDB58nNMmTKVzp2PdO49W7KzswkJCaF37z7Mnft+iWWtW7ehceOLyMzMPGdtqq+99lqCgoL4+eefSUxczfDhI+jTpy+ffPJJlbs5pKWl8fTTT522/blcripx3pXlWj+X9u/fx1tvvcnUqdO47LK2+kspIiIiJyUzM5PBgweRmZlJcnIyDocDp9NZInQmJ+8pCnlnbuaMyEhP89lBgwYeNxwfHTTP9ee/M1az2TW7Au2DW4XDNU544Wd48Wfo4oSYC44KmWXt+8Sqgvv06YNhGGzY8BXr1q0jOTkZf39/evbsVWK95s2bs3HjJubMeY/+/Qfw0UfzWbt2HQsXxnP//fcTEHAkPA8cOIiNGzcxduxYRo4cRULCItauXce8eR9www03lnkcixZ5vvm4+eabS3Xe7d//ZgA+//zzMretW7cuzzzzDAkJi/jyy7W89977XH/99SXWWb06kY0bN3HNNdfw1luz+PLLtSxfvoJnnnnWd5Eeu5w8NWBLlixhyZIlAFx88cU0bty4zHKaO3cePXv29JXT++/PpXXr1id83MUNGTKEjRs38eGHH2GaJS/Pl176Dxs3buKuu+4C4PLL2/PWW7NITFzDF18s5v777ycwMLDEMX788ZGgHBwczMMPP8LChfF8+eVa3nzzLVq3bnNarveYmLbMmDGDFStWsnr1al555VVatmxZZpnFxsby8cefsGjRF6X206ZNGzZu3MT69V+Ves3uvPNONm7cxMsvv3LK1zqAaZrccsstvP/+XL78ci0LFnzGE088WaoPZP369Xn22edYunQZq1at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amoKAAMG3MJdd91FmzaXMmbMaF+4KOs1PXDgAEFBwTz99ER69+7NN998w2OPPcqPP/54zGvIsizy8/NL/RwJOhPp2bMHq1atolmzZlx33XW+2sKyzvO5555lz549FBSUHaK++eYbNm/eTGBgIAMGDPCFbYB33333tFzr3oGgPvzwQ9auXYvb7SYtLY1nnpnEiBEjmD79VaKi6hEdHU1hYSFPP/0UaWlpWJbFqlWrePjhUfTr15dDhw5x3XWeEJWWlkZcXBzDhg3jjjvu4PDhXADatvX0m0xJ8bxmDz88igEDbiEwMJB//etevvjiiwotP96NtkaNGoSHhwOwbNlS7r77Ln777Vfq169P06ZNyc/Pp06dOgwbNoxhw4bRqlUrsrOzCQsLo3Hji8rc77XXer44cbtdDBkyhGHDhtG3b18OHjzoOzfLsrjpphu58cYbyMjIoHXrNvTp09fXhLhu3ToVOr+KPJeIiIicGSNHjioxGFDxprNHBzmn08n06TNwOBwkJCSc8WlPTiZojhw5io0bN/19pz753dxPC3ddypw3s24wDGwE/VaUXjZtC8zpDE9/B7uyy9n3vgodQ2hoqK9PVs+ePenZs2epdXr27MnLL/+nxAf/gwcPlgoC+/Z5njM8PKzE42XVpO3bt5eGDRsSFhZeatlff/3Fhg0b6NixIzfddBPffvstderUISUlmXXr1pV5Hv7+/tx3331cf30swcHBWJbFoUOHfEHxaEcfk/fYyzoegI4dO/qavj7++BNlzi3Zp09fVq9eXeKxrKxsLMsqFj494cJbS3Six31kv1nMmzfPF1qSkjzBKz4+nr179wIQHx9Pq1atuf766xk+fIQv7Dz55BN8/fXXZe533LgnmTTpGa699lpfLdOyZUt56qmnjjkP5/fff8899wwrd3lkZCRjxjzKFVdcgc1mo7Cw0FcWpmkrsW56erovPBzLm2++Qdu2bRkw4BaSkpJo2bIlu3fvZuXKlaflWvc27/399x2lrhXv9VKrluea2Lt3L9nZJd+LxadSqVHD08/6iiuu4Iorrijz2ABefvll6tSpQ6tWrWjRwtNcfuvWrYwZM5qUlJTjLj+Whx56kE2bNvHBBx9Sr149/vzzT9+UJzVq1PBdj0OHlv06Vq8eWubj3vB64403lVPunlYYMTExjBr1sK/2ODc319cv22azVej8K/pcIiIicno5nU7fF/veUWePFeQcDocvaE6c+PQ5O+7x48eXW6PpDZnVqjnOadmesbCZ6LedFnl1yl446mLYdghWlPEBcsEu+DMLRjWHkV+Xu++K6NWrF/7+/sdcp3r16nTq1IkVK44E34iICEJDQ33BCKBx40a+IFrc0YPnmKZJ/foNitY9UOZzfvzxfDp27Ei/fv1o3tzT//STTz7B7XaXuf6dd95J//4D2Lx5M6+++gq//vorl1xyCa++Or3M9Rs3vqjEdB+NGjUu89iLB8nj8QZS73QaFXGix13cvHlziYuLo0OHDrRo0QLLspgzZ7Zvucvl4tlnn+GVV16mTZs2XH11J2JjY3nmmWe5/vpeZe7z22+/5cYbb6Bp06a0bNmS228fyLXXXse3337nq6E9GRMmPEVMTAwfffQhH3zwAX/99RdDhw5jyJAhpdYtrzbzaJ6hrDcTE9OWyZP/D4D33ptT7jVyote6N1A2bNioxDohISE0adKE7777jn379vveDyEhISUCZ4sWLdmz5y/S0tJ818SLL75YYpTlgIAAQkJCfNfd/v37+Oc/76Fu3bq0atWKfv360bp1Gx588EHGjh173OXH43K5eO21GTz77HMMHDiITz75lP379/mOLzMzk+uuu7ZEGUZGRrJ3795yy/XgwQPUrFmLO+4YzNatW0uE0NzcXA4fPkxISAgvvDCFwMBAJk+ezNq1a9m/fx+vvz6TNm2ODEB1vPOryHOJiIjI6eedtiQhIcE30qzT6Sw3yG3bto3u3bud85FeExM93bomTpxYaWcdOGPNaFeEbC32m4FvZNkLAuHuaJh2dNPFouUW8OIWuCvas24ZVoZsq9AxePshvvnmG7Rvf3mpH2+/tqPDlmmajB071jf67NVXX0337p6asLVrS9Y+Nm3alIEDB/m2Gz58OLVr1yYnJ4dvvvmmzONav349ycnJhIWFcfnl7cnPzy93FFqAZs2aA7Bq1Sq2bNlCXl4e3bp1L3f9++67j8hIT5/Z+vXr+0ZvXbdubal1izeRHTFiRKkyuuqqK0lLSyvR1LaiTvS4i8vKyuKDD+YBnpqxtWu/5Pfff/ctv+eef7JkyVLq1avHqlWrmDz5OfLz8wkPD/eNSFtcVFQ93n33XV54YQpbtmzhgw8+8JW5t9nvsdhstlI/3por7xcGn376Kbt27cJms9GpU6dTfg+98cabvpCYlpZGfHz8abvWvXNCDRgwwFcbGRISwmOPPcbrr89kzJhH2b17F99//z12u51x48b5Rma77LLLeOWVV4iPT6B27dosW7YUgEGDBvkGWzJNkwceeICEhEXcequnv+20aS/y2Wefk5aWRkJCgq/Jc506dY+7vML3nRUr+PnnnwkMDGT48H8CsGvXLrZu/QWHw8F9993vq2ls2LAhs2fP4bPPPi/zmgFYunQZAA8++JDv/B0OB1OmTGHZsuW0aNGCevXqERISwqFDh/j888/Yv38fderUoVmzIwOZVeT8KvJcIiIicvp5py3xTmPiDZSDBw8q0XS2eJPUyhDu4uM9o/9X5untzljN5tawg7gPgllsjkzPJ6mmkJ4H7/9x1BbWkdD59g54srVn3fHflQikbtz8EnYAG8euxWnatBnR0dG43W4WLlxY5jqffPIpV1/dyTewipfL5aJr125cddXVZGdn+5q3LV++nKSkzSX24XK5eOCBB7jrrrswTdM32Myrr75CTk5Omc/rdrv59NNPuPfef/k+IKelpZV7LklJm7nqqqu49957adOmDfXqRflqT8tSr149Pv10AQcOHKBmzZoYhsGuXbt8A+8U16uXZ/CfXbt28c03SaWWFxQUkJAQz6BBg+ndu88x+wye6nEfbcGCBb5mj7Nnzy6x7M8/dxIaGsp//vMymzZtwul04u/vz4YNG8os9717U/H3D6BDhw7MmfMef/31F1dccQVut/u4o4e1bt2a9eu/KvX466+/xqxZs9i8OYmrrrqKKVOmsmXLFlq2bFFuk+UTkZS0md27dxEVVY958+aV6Cd6qtf6pk0bmT9/Pv379+ell/5DTk4OgYGBmKZJWlqar5/vM89M4q23ZtGlS9eiAZZyfdf47NmzSU1NJTU1lUWLFnH99dfz/vtz2bVrF6GhoYSHh5OSkszy5cuwLIv9+/fTsWNH5s6dx5YtP9Ky5SWeL49Wrjju8oqyLItXXnmZV1+dTmxsb+bOncdvv/3KU089xdtvv8PAgQPp3bs3aWlp1KtXD5vNxpw5c8qtNXz99dfo2LEjbdu2JT4+gT179uB0OgkKCuKrr77ip59+IiAggIMHD1KjRg3efPMt9u7dW2K0ae9xHe/8KvJcIiIicvp5py3xTmNSPHACvsGAHA5HpajRrErO3ABBQf5MDllc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71QpFenHKh6//PyLCkFEREREqgwLq8qfw1kLm94w9fzzzxMZ6SQzM5OEhHgSExN9o9E2adKEzp07Exvb2zfP5OjRo8+7UBUT05bbbosjOjraNx9lSkoy27ZtY+7ceRXqvyoKmyIiIiKisHnehE3w1HCOHDmqzDk1i0tISGDatKnnRY2mKGyKiIiIiChsnmLY9IqJaUvbtjHExLT1zU25bds2kpI2s3lzkmrvRGFTRERERBQ2z8ew2bhx42POQSlSWeTn57Pjtx0qCBERERFR2DyLzJPdMCcnR1eAVAm6VkVEREREqlDYTE9PV+lJlZCRnqFCEBERERGpKmEzNzdXgVMqvfT0dM3DKSIiIiJSlcImQHJyMtnZ2SpFqZSys7NJSU5RQYiIiIiInAMnPUBQcU6nk7CwMJWmVBrp6ekKmiIiIiJSZZ3Xo9EeLSgoiLCwMIKDgzVKrZwT+fn55OTkkJGeoaazIiIiIqKw+XcJm+f0JDB0NYqIiIiIiMJmJWLqZRQRERERERGFTREREREREVHYFBEREREREYVNEREREREREYVNERERERERUdgUERERERERhU0RERERERERhU0RERERERFR2BQRERERERGFTRERERERERGFTREREREREVHYFBEREREREYVNEREREREREYVNERERERERUdgUERERERERhU0RERERERERhU0RERERERFR2BQRERERERGFTREREREREVHYFBEREREREVHYFBEREREREYVNERERERERUdgUERERERERUdgUERERERERhU0RERERERFR2BQRERERERFR2BQRERERERGFTREREREREVHYFBEREREREVHYFBEREREREYVNERERERERUdgUERERERERUdgUERERERERhU0RERERERFR2BQRERERERGFTRERERERERGFTREREREREVHYFBEREREREYVNEREREREREYVNERERERERUdgUERERERERhU0RERERERERhU0RERERERFR2BQRERERERGFTRERERERERGFTREREREREVHYFBEREREREYVNEREREREREYVNERERERERUdgUERERERERhU0RERERERERhU0RERERERFR2BQRERERERGFTREREREREVHYFBEREREREVHYFBEREREREYVNERERERERUdgUERERERERUdgUERERERERhU0RERERERFR2BQRERERERFR2BQRERERERGFTREREREREVHYFBEREREREVHYFBEREREREYVNERERERERUdgUERERERERUdgUERERERERhU0RERERERFR2BQRERERERGFTRERERERERGFTREREREREVHYFBEREREREYVNEREREREREYVNERERERERqUzsKgIREQDrqN8NFYmIiIiIwqaInA/xzxsBzTLWc1d4r0e2tgHgwu19ruL50rKKfjVKPLdRxnNb5Rwriq8iIiKisCkiUnUD6Ilt7fIlP1epgFn8X8MXba2iBy0sTMA4xaMQERERUdgUEanqDONIgrSKZUir+HKrZOAs2sSy4EidqQWGgbvYcmVOEREREYVNEfkb8eXECq1sldyqqM2rgYkNC7vLhh+exrXFm8O6sCjE8jXRdWNgldiXodApIiIiorApIlXZkUxnlcp2hnepcezQZxh2bDY/qturEWILINQWQA2bP0G2ACIK7IS4bRiYGIaJAeTgIptCDptu0kw3GQU5ZLiyyCjIpLAgFxcWbixcWLiOfmqjjJ6dVvFz8Z6JenGKiIiIwqaIyDljK/rXO5CPWeL/TUws3Ibbs8AFdgxqmMHUcTu4MNhJXb+aNAiKpKZ/OLXzAwm0bNhNE5tlYMMgyDTwt8C0DF+YLTANXIDL8Py4/d0cdrvIpZBsWy7bs/eQUnCQPQUH+KnwDzLI5wCHycMCw8KwigdQ71BDnkGHfAMSlYicCp4iIiLy92L4+flV+QZghj6kifwteYOl6fvd8nWpdBVrwhoA1CKEmjYHjQMjaRQSSaRfOPUKQgi1BeMgmGBXAH6FJiEFNmyW4at8NLz3kKPuhJZheJrOHnWfcQOFpotsez55tgKyzHxS3ekcyD/EjsJ9bM/aw18cZDcHycQiFzw1nRZgFGJYBiambwxcBU0REREp+3NQ1e+no7ApIpX8/V08ilnFAqhBCDZqE0aDgJp0cDShYVAt6rpCCS8MJqDQD0eB4alhLBpd1jRMDKuM+4VR+jF3Udgsfp+xeTtwGkVHZrmxLBeWnw23WUiGPY+D5mGSrQy+yvmFrdl7+YNDJJNDDgUU2nLA5amNdRcNPKSwKSIiIgqbCpsicpaZRTHMhacm0rTAhoGDIKKCatEl9GJa2Zw0KQynYfYFR6YsKdrQjYXbcmMaR2bitCyzKF+aJQNtGTWbVvGwaRXVc1retGnzLqDQcGG3ALcdLBNMizx7Lsl+ufzof5C12b/xw6E/+NnaSX7R1CuW7mMiIiKisKmwKSLnhq2o0WxhUc1jtcAgLjZrc2P1dlxsq8WFuSGE5AfgZ9nxd/vjMg0MXJhFgS7f8ERW0zIxMYoCpVXGPaTsO8uxahwLDe+8mxY2txu36W32a2FYBgUG2HBTaLo55OdijzuL/7m3szj9B34ihXQjzxOnLavEs2lgWxEREVHYVNgUkVN415b+zcLAwMDuqZGkAIBAbDgJ5fJqzWgf0oCm1MLpDiWowEawy4bN8owgi2XgLpoz0ywa/dVleOKfgYFhWad4pyi5tdvwhsSiwYAMzx8Fb2h0eZvdGhZuIN9wk+GXxz5bJr+4U1i6/0e+ZS97yaSAw8WSpr2oLNy6TERERBQ2FTYVNkXkxJhlxDij2PvZwo0LJ9VpY7+Qay5oRivzQqLyqlG9wA/TN6CPcZxweO5ub1bR0x8Z37bomIxCMvwOs8N+iC25+/gi82t+IoX95HhG1MUGllVsaCIRERFR2FTYVNgUkVMIm2bR2DtuqmHQwF6bXhe042rjIhrnBhJSGIBp+uGt9fMM9FNsSNqj9lbZ/lz4foyi3+0mhRTyfcAeFmVvZXnmL+xmP3m4fCPuuotqe0VERERhU2FTYVNETiJsght7UbgKsYfSK/Qy+gRcTMvcWtTKCwLysOxu3JgYRc1MzRKjylpguD2D8/iGFbKoPD0gLSwDXFi4DQvTMrFbJrgtMAtIsx/mG/s+3sv5nq9yfiWTDEwbFLoKdZ8TERFR2FTYVNgUkYrfPI/MnOl9/1bDRitbXQZEtuPKwxfiIJggdxBmvlk004jbV2lp4RmZtkTYLHZHqHTnaxyZIdS0ikbGNVxFvTJNLPzINS1SAw+RWPAbsw8mso29R52Rt2Gtiek748oUqEVERERhsySbzWZ7SmFTRM7qe9YwsRUN5GNgUtsM5aaQdsSFXk5bdx0iDwdjug1My/RMMGJ4R2t1geHZpvQQQwaVeb5KwzCKAnLRcRombkzPf5aJv2UQ6rJRxy+MOoFhmHluUq0s8igsthc74O8JnoYFprvUlC0iIiIilebzj2o2ReTshi6Kui5a+GESZUTQq1YbbjRa0bTwAtwFLizLjRsDGxTVBHoV9Xm07FX+rnUkGLs9P8aRQYRybHlsD8xgXloSX+QlkUY2LsPEskxMAnBjgZEPRiGGW/e/08Xf3x+Hw4HD4SA4OJjg4GACAgLw9/fHz88Pu92OUTQNj2VZFBYWUlBQQH5+Pnl5eeTk5JCTk0NmZiaZmZnk5+erUEVE5KSpGa3CpoicxK3T26uyDtUZWudaehY2pdbhAOzYyTcsLMvC3zKxWWU1EzUo3eezKoZML5enibBvOUXTtrhI9c/hvZxNfJL7P/4iE89YtTYKMT2DJHlip5ykgIAAatasyQUXXEB4eDjVqlU7rfvPysoiLS2NAwcOsH//fvLy8lToIiKisKmwKSJn8oYZhJ12ARcxuE43rjzkxFHg6YPpMgwKitbzt2xF82W6z6OwCVgmLsP0jLZruciwpbPctpP/pm3gG5LBcGOzCnEXxXDd/05MUFAQkZGRREZGUqNGjbP63AcPHiQlJYWUlBRyc3P1YoiIiMKmwqaInO4b5nW2ltxauwOXFkZQ63AIpuXCZRhYmJ5hcCywDBPTsjDPt7CJgauoztIyXJiWm2zTzZfWDt45tJ6NpGKRjXcwXsPS/a8iIiMjiYqKonbt2pXieFJTU9m9ezcpKSl6cURERGFTYVNETvwmaWDD8s0XGYKddsHNuafGNbTIC6d6nolpeaYycRcFMZsvghkYWEf12SwvsFWlsHm04v01fY/gxo3bdGN3G5guPzIDD7PJtovX9n3F9/xKjlGA2yoev82iGUi949aqgS1AgwYNqF+//mlvInu6ZGVlsXPnTv744w+9WCIiorCpsCkiFQ2aYOCHm0IsQrDT2XEJQx1duSS7OkGFfmCA2/BkLb2Li5Wdr9bSAqMQLBtg4DIL+cq1h2nZX/ATe8gyCzzh0g12TCxMCkuEzfM3cDZo0IBGjRoRFBR0wtva7XZPLWhkbWrVqkVYWBghISEEBgbi5+cHQEFBAXl5eWRlZZGens6+fftITfHUVhYWFp7wc+bm5rJjxw6FThERUdhU2BSRioZNcONnQseQptwT3p1rMmqCyw5FdZgKm8cuxSM3Ohu4Xbhshawy/+S19NX8j98pNFzYLQATo+huWODb9vwLm5GRkTRp0oTQ0NAKb1OrVi1aXtKS5s2b06RJE+rXr39Kx7Bz5062b9/Ozz//zI8//Mi+ffsqvO2hQ4fYvn27mteKiIjCpsKmiBzv3Wlip72tDiPq9eCK9HoEFwCmrVSWkmOX45F/DTLshaw1fmdW2go2GDuhqLmxWfRnyV1im/NDUFAQzZo1o06dOhVaPyoqig4dO9CuXTsuuuiiM3psv/76K//73//4av1X7N69u0Lb7Nmzh19++UUDCYmIKGwqbCpsiog3CBlYvpujDYM2AfUYUrszHXPrUTMn1NMstBL2u7SK+k16/jEqZ/laRYMjGS7SA/JYUvAjLx9azO/kAoVHRdPz575Yr149Lr74Yuz248+/ek2Xa+jevTsXX3zxOTnWn376ieXLl7N61erjrltYWMhPP/3Erl27dHsREVHYVNhU2BQ5n2+IniDknfvRjh+1COCROtfRqfAi6uQ6wG2C6S4KTZXnfes2vGfgGcgIy6R4tatllBrD55yUMJaBZZgYhgtcbvaG5vJO+go+PLyVvRzCZbjAOn/uiYZh0LJlSy688MJjrmez2ejdpzd9+vQ569OdlOfgwYMsXLiQ+IXxuFyuY677559/8uOPP2JZagogIqKwqbCpsClyvoZN0wS3G/CjBtW5I/Iq7slrTfXCgKNWtirNUQPkGZ5BdWy4sLCwW4HeGOoLowbnOnB6n/xIEC403Bzwy+O1Q2v4tHAz+8guWvr3DyUOh4NWrVoRFhZ2zPVie8dy0003ER4eXinPIy0tjU8++YSE+IRjrpeens73339PZmambjYiIgqbVYbNZrM9pbApIqfjneipsXQRiJ0eNS7jDr9LicgPxKzEc0FahqdO1lVQgD0sEFuXhuzfvosAw45ZdG+xjMrX8NfXVNmCegGh/HQ4mVQOUVA0aczfWUREBO3atSMkJKTcdWLaxvDI6Efo2rXrSY1Ie7YEBQURExPD5e0vZ//+/SQnJ5e5XmBgIHXq1CEzM5Ps7GzdbkRERGFTYVPkPAubhmf02asCo7k9/AouyayB3V2536GG4RnDNd/PRUDX5jDsMn5ft4nAwwaBlmd6FovKEDZLHoGBgYmFHQi1QrAHBPBH/h72k4NhmJ7zKvbzdxEVFUVMTAw2m63M5QEBAQy7Zxh33XVXpa3NLEt4eDidOnUivEY4P/zwQ5lNa202G3Xr1iU3N5dDhw7pliMiIgqbCpsi51fYdOJgcI0r6JjvJLQgoEQ8qsz3EKt2IPaHekFrO2EFJnuTdhBeEASGWUnCZlk8tbJ2K4ALAgLItwrZXphCjuHyNbwxfEde9Zvi1K9fn1atWpW7vFXrVjzxxBO0adOmyp5j48aNufLKK9m9ezepqallrhMZGUl+fj4ZGRm67YiIiMKmwqbI3zZelgiTNuwMuqAjvWxNiMoN8jQ/NahUUc1tHDl2twGW4cblcuN/TVO4OQorGOx16nJo3VaC97uxYQPL9I1pVMnG0C06GZNqbovqDge/ZafwJ4ewDO9MmwamZVT5fh/169enZcuW5S7vd0M/HnroIRwOR5V/XzkcDq655hoO5x1m6y9by1wnIiJCgVNERBQ2FTZF/n4B0yz61+YNbUWjuLYOasg/w7pwUVYoNpc/hmErtoVZLHSeu+CTbxq+I8k3odB0c7CGC8d9vaCRDcMshCATIxv2fbeDsPwADCsIl+EJbGalC22m93bOBS4HjQOcrMz7mVxcuAw3GCb+lneM4KopKirqmDWa/xz+T26++ea/3XutTZs2hIWHsfnrzeUGTjWpFRGRysxUEYjIibAwcGPgxjOCqzd2OgjkluCWRGX54e82wHThNqyi+SsrT9Dxs4riruHG37IIcrlxdmgFl/odGXLWDtWva0PWBTZcbs8clpXrLIpHf3xHZlhQx786fe1N8McPDE+/RjdVtxFtREQErVu3LvsPmGny2NjH6NGjx9/2/dajRw8eG/sYpln2n+vWrVsTERGhG5OIiFRKqtkUkZMIOAZW0ZyaYBBCIO3sDbkz4DIiCoKxYXiaqBaN52qUakZ77qKPYRUdjeEZHIiQALi3J1xogF9RYjNMCIIIqnHgm60EuuxFZ25B0ei1lbUPqmm5ifQP4vu8vey3DuPCVVSX7K5yV5rD4aBdu3ZlDgbk7+/PuPHjiImJ+du/4+rWrUvzi5uzft36MgcOioiIIDU1lfz8fN2eRESkcn0uURGIyImxiuoyDQqLIlcdgrk+og0X5tfAbtlwGeDGxLTsGJZZuYKZtzMjcNgqhIsbwSUGBHoP004hgD/QpQkH6hrkkYOJC09JCetrAAAgAElEQVRD2spdRxjottOcevTwuxgnIYCJqwp+H2cYBq1atcLPz6/0Hy7T5Iknn+CSSy45b951l1xyCU88+USZNZx+fn7l1v6KiIgobIpI1QoC3r6Lhid0XhIcxcWEY3f7YRRNymHDjoG92G3GKvZzTg8eMLEsi4IgA27oADXAbQO3WexIDQtq2bigS0sKzMNgFWLD8NTVVuapRCwbuIO4qvpFNKQ6dsuEKlir2bJlS8LCwspcNubRMedV0CweOMc8OqbMZWFhYedlmYiIiMKmiPytWLhw47aDaUFdqtOxegsaZV4AphuK5q3EsoACjvQYrCRhEwPLgGxbAY5WEdAZ8DtypFhF/TrdBgRArbgupEf5/3/2zjxMqurO+59z7q2qrt67abqbnWZfhciO4gZRIwJuMaImTpRo8iYZnLwz7xNj5n0zmYwTJ5momWQmGjVjFnGMIQJqgooiKIIostmg7HvTDd1Nb1Vdde857x/3VnX1AjbQDd14Pv3UQ3NvVd1zz73n9Pne30Yl9WihmlyCRcrrvKvn1JcGIgxrLObzwXEMJLvN8i1d2T7br18/+vfv3+a++75+H5MnT/7Mjr7Jkydz39fva3Nf//796du3r5miDAaDwWDEpsFg6J74UhLlOEhgYtYQhuseZBHwJUxTlGaXlDRCIrRGZEi46XLI8poZAmzAkSnNlkBP6H/dFNyQQghN14vVbCk2vfYHlWRcRi+Gk4utvKzAOuUTXZVwOMyoUaPa3DfvhnkXdDKg9nLNNdcw74Z5be4bNWoUaWlpZqIyGAwGgxGbBoOh+5Fqn8wmnc+FB1LUmN4kfbRAaNGlTyAm48gBOXBRVnNJrPxJMVW7WSCuGINblAaW41syRRe+OoCWIBR9rAwm2v0oIIhsIf276uQ/YsQIbNtutf2icRdx1113mQHoc9ddd3HRuNblYAKBACNGjDAdZDAYDAYjNg0GQ3cUm02SZUS4hOGiN/lOuPucgB2gKtBI+IuXQbEvwETTjOjuq6WZz6kFDE8jeHE/KmS97x7c1WMgLRQuubEg48J9KSHTzwvsPxDoonK5uLiY3r17t9oeCoW47777zOBrwX333UcoFGq1vU+fPhQVFZkOMhgMBoMRmwaDoXuRcJANIpmeNZwinUkIu/sUcozVkz2yL0wrJFGKUvjVJCJb97Hn6Re8AM7U8wlAwY1XUJcbSEpuzy21C8o2DSiBVBBQFv2D+YwhH7sblIgaOnRom9u/evdX6dWrlxl8LejVqxdfvfurbe4bNmyY6SCDwWAwGLFpMBi6g8Bs/gphMVgWMZX+5MfT8aIdux5akMxP5AhQQhNLjxG+aRoUNjVbW0ADbPzPN+nxci1scSG1nKENfC6D/MvH0yg9RacAhUAh0Oc1SZBKeWnPzVcCUqKxyVN5XBGYSB7pSARCSgQS18sn3GUYOHAg2dnZrbZfPOFirr76ajMIT8LVV1/NxRNa1xrNzs5mwIABpoMMBoPBYMSmwWDoPkJTAOkEuChnIH1UNmHHbnI77WptT6gprbG1RrqgeqfDhAIIQRztxWQqYGs18sMyetRk4f7+daht8WVByLliLLV5AnD88iiiy+TYbX7iiSRNgpATZES4HwMoIIREKZXSVtFl2j1o0KA2t99xxx1mEH4KJ+ujk/WpwWAwGAxGbBoMhi6F9n8AsggyNr0PWa6N1E0ZULtgo5tEsPJEZ9rcS6EnxBzPPqkE0AgH/rqOwY3p4LhUrv0EdqZaNzWOAC7KomFEBq4V9+pw6qavF13x5LVGaE22CDCMnmRgAeCiulSLBw4cSDjcOu539vWzKSkpMYPvUygpKWH29bNbbU9PTz8j66Y4haVeCGE63GAwGAxGbBoMhs5BICgQ2Yx2e5HhBFKcMS26bJZWAWgFg/rB3AGQCXbAqxMqAT6ppXbNTgqiaRDQZFeH4K+boAEcBWhPnpEH/b88ieNZjWihsBGex6ruoictJGhNurK4NG0Q+aRhCS8vrfCcarvEFUsKIgFSSgKBAMFgkJtuuskMuHZy0003IaVsU8if9mMKrbEsC9u2k9ciGAwm9527xyUa2w4QDASTbQgGg4SCIaSUaDRCiGZJywwGg8HQtbBNFxgMhk9Xap4oc9BIFL0y8uml0pNJZ7yMrgKhdddqt9Be4KaQRG1N2lVTIMfTxZ5ItEA77Pvza2QcrofGHOK2IOSmUb22lNzDF8Nw79uCiQXtpL5kfW4QzqoqAlp42WlF11zsKoGXhVbD4Iwi8qKZaF3jXzPVJZxoi4uLycjMAGDIoCHcfsfthMNhehT0IC8vzwy/dpKXl8ecuXNY8uKSZtszMzMpLi6mrKys3d/105/+lEmTJuO6LlIIhBRorXnssZ+zdOkSXNc9Z+f1uc+N559/+M+E0z3Lt1KaYDDAf/z8P1j0P4tQWpmLbzAYDEZsGgyG7i42fdseGdiMTO9LQWM46UKrPT3jO2l2FXwfWi1wtCLeJ4u0qzMh7OvPxNt2VtGw7gj9Y7kgbYRWICRqbz389RPsgcMghGcZlRaEIXz9WHateolB5CGEpq2yol1BfwoS8aSCHk4ugyhkO0c5IZwuo4/79uuLQGBZFpddfhmDBg8CDVnZWWbonSZz5rQWmwB9+/Ztt9i0LIus7CwGDxnUKhb7nnvu5rXXXqWurq7TR27i4F++88uMuWhMq/fk5uUiEEhpoZRrLr7BYDB0UYwbrcFgaJdsSWiTInIZnNaLsGsnl4Rd3YktFpRkXT3Js1LaEMfxXO9cOLR8E+llipATRAsbS9hoocl106n960bYA2jpC1d/1pxegj28Jw2ysctaNROCV/jXL0Ol0U/2IIegf8HUeXc/DIfDFBUWodEUFhYyevRoAIKhoIkNPAPy8/O54sorWm0vKipqMyb2ZE8o3Ljb9LQihZEjRzJ+3Phz8pAEYPz48Vz7hWvbfI/juv79q40brcFgMBixaTAYujOJpZwU0CuQT0+R4QlQkVjmdWVhoLCK0+D6/uCvty0kGoGzr5aKVz8kLeKfhZQIYSOEQCqNOnQc3t8HcQlKNp1mNgyYfxUNmS7geqJONxd5XUp0CkEATd/0AnIII/0lOuf5QUFxcXHy9/Hjx9OjoAcAgUDADLozZNasWZ/a16cWeqLN4axdTSgtxBdv/aI3F0jZKfcp/r0ZsAPcfNNNpGekt56IDAaDwWDEpsFguHCEpgIQFkpL+gV70LMx1PXbLcBBUWs1ErpqJAwCR3onYyGRETjy8kYKdrtkO8FWqXK0ACsGvPohNCRX4gDUWcDMQuqHhYlajV1+ESy0JuDEGREqpA+5SCx/+pfnNUVQcXExGk1WVhbTpk1LihjLOj8O2YsWLWLBggXcf//9vPHGG91yvI4aNYq+ffuesdhsRqJGbcwBAU7cYdasWVx00UUopTpc/2mtk4IzOzubK664MrnPiTtoIzYNBoPBiE2DwXAhys3EhCEpkBlkO9Ir++G7aQrdFWybGi1U0wuFox3qwwKuGg1BsLVnoATgqMOxVzeQJ7IJyADSki0VGul2kOrNe2D1bq8bHK/ciQTIhoEzx1MVdJt3VVddEEubTCdEET2wkpmDz99VC4VC5OfnIxBMnDCR/gP6+9Vazk8HrlixgkWLFlFeXs7u3bt59NFHefDBB9m9e3e3G7HTpk9rtS0/P59Q6DQfEgnverzx5psIKZBCkpObwy233JJSCkl35AhOtnHOnDkMGuSVvXEdlw0fbDBTscFgMBixaTAYLkypmUgOFKBvOI8Mx/J9RTUCjUQju4DZQacoPoUi5kYp/sI4GAEElGelURocqF25leKyIOmEsIRMyavrn5cl0I5LejREdNkWqIJEJiAb0DZw5VhqBqT5CUoUwn+BatJy4jzrOgEIAcIiT2ZRIHIIYfvnfP6uWc+Cnmg04XCYadOnJ9tqyfNj1Vy7dm2rbVu2bOH+++/nySefpL6+vtuM2UmTJrW5vaCg4AxuH8Ebb6zgyKEjSNtbMsy4dAY98nt0Stsj0Qg98nswf/785JjZvn07Gz78sO0hZKydBoPBYMSmwWDo5nJTeMvOTGx62pmkKbtJmGm6jEWvKVGIRguXzOIsmDMO0iEuoiAhIDUcbmT7n9fQsz4LEVdNQlM3vZQbBwRBHUZ/eBw+jvsJMjUWEAfoA33mTiRiaxzhNn1Hsh1dQG0mm2OT7oYpCuQSxvLdZ8/fhSvo2RPbsuk/oD8lAwd6FmMpm8fonUNOJSaXLl3KwoUL2xSkXZEhQ4bQs2fPVtt79Dh9gaiU4ljFMd55953ktpLBJVxzzTVJMdrRTJs2jTFjxyRdeF988UXKy49itKbBYDAYsWkwGC5YBOmECRLA6qJTh/YtraCJS4UcNwCGBT2RqSUxXASSo6+tJ3SkzlsoK9mmEPTqUAI6QKw2QnT5u9AIcYR39hpUADK/MA4xOJeIcJKivIXK6zLXTwA5oXSCgKvPb7mIvLxcNHDZjMsIhoJoNI3Rxi5795eXl/PQQw/x4IMPUl5e3uVH65ixY9ro89OrW6qVRmmF0orFf1pMfZ0nyG3L5qtfvZvCnoUp7rQdc4dKIZk7d26y7MrR8nJefHEJTtwxKxaDwWAwYtNgMFyQ04S2QdjkyUwySANldcmWCiFACEQggBuUcOd0yMErACokDg5UQdVr2ymJ5GApATrkCU6tmolDS9tIZYGKk6YsalbuglII4DkVS8ARQA9onFFElR2lKWVKjPMdE9mWFLc05GKTwfktGBEIBginh+nXty8XT7g4ee1OnDjR5UfDli1bWLBgAYsWLerSrrUjR45stS0zM5NgMHj6d47SvPvuu6xetRrXcUHAqNEjmTJ5SuLRy1ndT5ZlJS2kQ4YM4ZJLLk0mIFqz5h2OHj2KkMKYMQ0Gg8GITYPBcOHRJJqyg5mEsEGJFu6iXaOdWrso7eLGGskaNxpGB8AGB1BIBC71725D7a8l3BjwzkHIpleqVVL75y01IREgr1rCax96XwbYAmztgoS82ZMI5Idwcfx+EV3zMmpNWFhkE0psOOeSU6PJzspGCMG0adMIp3n1aKqrqgmlhbrNqFi0aBELFy5ky5YtXbJ9Q4cObXN7VlbWGV0z13V5dtGzTSVzlOa62ddh2TJ5g53pXe+4DtKWCCG45557yM3LQVqSmhM1PP/887jK6ZC6qy2tsLqNn+b7DAaDwWDEpsFgOCcSAVzyA2mEtEUiOlKRoqvOu77yxJOrXBrTJVw/GbK9PZ7N0sZ2JHtefI+CxgxsGWhKntPqBFLS6woBwibgWFSu3Q57PEMpgNSW976RQXp9/nPUiEb/s1aXEpyJlEkITZoMkEXaeWlealmL/Lx8xo0bh1bekn7Pnj306dOnW42K8vJyHnzwQR566KEu51o7YMAAbNs+e7Hp3ydKKbZt2872bds9geg4XHH5FQwqGYRMJtg687HrOA4DBgxg3rx5yWdY77//PuvWrUveOx2RqVj4jvZtS2PRTDaLTpupxKdKWSGE9+rSNYwNBoPBiE2DwdARUkUoIE6+skhzvSQ4OtWrrUushxRCa5SE8Of6wXRvoe347RMaKraUk/VhPXn1QZxkvZa26rb4Vk7hWze1Z8kNHqqHNw94X6qT+tZLTzv3c9QXhdDaBd0Vp1ZPcgeFTRjb//+5W8x68bTesdLCaYwfP57i4mLPPRLYtWtXtx0ha9euZeHChSxatKhLtautepvp6WeegKm8/CgvvPACaLAsm+zcbO69994OsDp6M8kXvvAFsrKzQIByFM8991zSnTYhvjriPkxkq257b9M+fcZn0vIbdfIcpJAIKZKC82Q/SqukuDaC02AwdGds0wUGg6E9IgXAliJpzdQkNVjXWAppsLQgkqkJXTcNevg60teKEjj21w/Ij7q+8AGdEJwnPYdUt1oIRlxqX3yDrGvugj7gWGBLv3uGBymYOoT6P5eS6aZ7RT272kMDFFoI5HmY+lOtOYU9C5k5cyZCClxXceDAfmpra7v1KKmvr2fRokWsWLGChQsXMnbs2PPepqLiIvbu3dthYlMKyeLFi/mbu/6GgYMGAjBv7jwef/xxduzcgUSiUGckjsJpYS8xkM+OnTtZt24dtm3jOM5ZCS7tPxmSQqK0IhRMo6ioiMGDB9Onbx+yfWuvZVkcP3aco+VH2fHJDsqOlhGPx5vuYSFQ+tTnJ2gq36PRKKWS933is1prBJJexcX06d2HwYMHk5fvJW/SGiKRCBUVFZSWfsTRo0dxHAfXdVOOYBx8DQaDEZsGg+ECREqZVHBCkMz9ev7FpgalQAjSJ5TApVleJh9fRIYA9sUIrTxARjzQwkJyssVb67MK6gD1e0/Ayv3wlf5YiXBWBfEApN84mR1rdjD0aNe7dgmLDgLkeXBqSVimAlaA6dOm06dPH1zHRQOr31pNdnb2BTFGEq61M2fOZMGCBWRkZJy3trRV/iQUOtO4WIFCUVVVxeI/L+Y73/mOJ14z07n2mmvZsXPHWemgWbNmMXLUSOIxh0DA5rnnFnH8+HGkSPEyEGc3AoqLezFv3g1ce801DBk6hHA4TDAQRFjNv9h1FA2Rej54/wOefvpp3lr5Fo5qErwJ0drWPS6l5Dvf+Q5Tp04FYNu2bfz44R8nH6ZoNFMmTeHOL9/J1KlTyc/LJxAMpsS++q1Vmrq6OkpLS3nppZdYsmQJxyuPI4VAIJPZpI3V02AwGLFpMBguDHTTE/su2ThbEg8ECFwxAfLBkWC7fubYCGx/fjn5ZZAuAme8PFNaEFRp8Hop3NwfEcYzmWqQ0oHRGWRfMoraJXvJUi3al/z33C8Ok+GnWiD9n/NlHIk7cS659BIQniWp8nglWz/aytVXX31BDZcVK1awdu1abr/9dubMmXNe2lBUWNRKAJ5JNtrkXex6X7T8r8tZsGABmZmZSEty9TVX8+RTTxKJRs7o/s7NyeXur96djDHdtXMXy5Yu8xITJUv06E95FHRyCnoUcNtt8/nynXfSt1/fpj45yZdYtiQrK4srrryCSy+9lOeff55HHnmEI0eOeC05WeyohkAgwIQJE5gydYq3yLJtlKuw7QBDBg/m3nvv5brrrvPchU/RBiEFmZmZTJk6hSlTp3DLLbfw22d+y8uvvEwkGkU4KiWO1Vg7DQZD18XEbBoMhvZPGEIgNSlJdc6TsGzrFW8gMKQALukBgaY1nAQ4GuHA8o1kN4awsVtEKuo2F7Ntik0EkgDRrYfgEyBOMlmvpYAwFF03kao8t41v0+e1z4ROpEWRyGa1QM9RC7SXvKl3r96MSJTlEFC6rZTKqkoyMjMuuPFSX1/Pr3/9a+6///7zkrV28uTJ5OTkNNsWCATO4i7y7pddu3ezevVq0BBrjDFm9Bguu+yy0xaBie8bPmw4o8eMAeVZ9N5Y8QZlR8uafZvWusXtKk4t/Py7Oy2Uxq+f+DUPfO+79OnbB600juOABifmUFVZzaEDhzh04BAHDxxK1hIFcB0Xy7K4/Y7bef755+lZ2POUSlejsaSVjDP1+juIlJLpU6fx5JNP8qUvfakpSZP/PZGGCAf2H+TA/oMcPnSY6qpq7/v85FloGDduHP/+yL/z/e9/n7RgyHfHNX+TDAZD18dYNg0GQ/v0HSC0TubUOTcGupa1Kv1FnFBNv3urMghquGEo9AZXgIuLJSwkUPvOQQZWFJGmwt7nkmJZnVZbLGF7oZj1LnW/fpnMf5rt+ehK0Fi4gD0qQMMUhfsSiJiDFQo2JRo6reN1wkXUAqmlL7UV59rKats23/rWt8j2rTr1dfW89dYq4rH4Wbh3dn12797Ngw8+yMKFC5k5c+Y5O25uXi7f+ua3eOaZZzhw8AAC0WaG2nZLQ38eiEQbeOqpp7js8svJysgECV//+tdZs2YNDQ0N7coam/qeG2+6kbS0EEhPAL649EUs2/JEYctnTP600PJhUTIJT8qecFqYH/7wn5g8dbK3TwgaY42sXLmSVatWsXbdWmpO1FBXV088FiMYDFJYWEi/Af2YN3ces2bNIjcvF4CSkhL+7v6/44HvPdDq/FIzy7rKbaoKJUC5LuPHjednj/yMXr17JZtcdriMl15+iVWrVrF7926OHTtGPBYnGAqSkZFB3759ufSSS7lu9nUMGzYsWYv0zjvvJC83j+9+97tUVleetsA3GAyGc42xbBoMhnbJPYGX0dUTm13rkborgCF94LrByVlNonElUAe73niPwpg8K5GcTIgEICQV6z+BnVFQUA8ItFcSpYfFiJuuJZKtkGkyuUputFzUeV0V+tln9blvRGIxPqD/AO64845kzOz2j7eze88uNPqsLG7dhWXLlp3zYw4dNpR77rmHzIzMpgF9lvIkGAiy7r11vLfuPZCgXM2ECRMYPXp0u2MIE/fAkMFDuPbaa7Fsz0V/9erVfLz94+ZCk5SsrknBKVoJvZZEoxH+5Uf/wrbSbQBs2LCBu+66i7vvuZv/fua/2b59O0ePHqW+vo64GycSjbJ7z27eeOMNFt6/kL/927+lvLwi2W9z58xlyKAhpzymZ43UySEXTg/zg3/6QVJo1tfV84c//IFrr72W//eD/8eKN1awb+8+GuobiMai1NbWcaTsCOvfX88jjz3CzTffzM9+9jOvP/yunT17Nv/0wx+SmZ7pl50xctNgMBixaTAYLgBc1/Xi/VzVNRpkeVaaehGH6yZCJmCBhcb2J7jY27th61FydCihFM9ceCe92iwK6oKwvBQaUuWoz8W9iHwun2OyPmVxH6crxFVpfX7K1Ws011xzTdIq5Lou7777Lq7j8lmxzejz9JCmZFAJN998M8FgKFWnnfljC+VlVX3xxRf9/3vupjfffHObiXNOJjZt22b+/PkU9CjwXHKjMf7zP/+TSDTiO3uf/X1RXVPNP/7jP/Lzx37Ovffey5p31njO5EJiW3ZS9GqlUX7GV0tY2JbNypVv8Q9///fUnKgBIDc/lxtvuqnd7dLA4CGDGTFyBGioPF7J9773PX70ox9RcbzC/x4v8VIiNrXl2Kyvq+eXv/wl3/xf3+TIoSPeUJFw0803csedd3gZboURmwaDwYhNg8HQrfEWM9F4HC1EUuSdv1W7b2t1XUCic8MwrQ9YNNXO1ODW1fLJ4rcoqrNBibOSWMLPvevnoyTLzaL+3b2wB8L+OxSaOEAIet4wkYpQI67w3FeDSp9nSZUa43YOYzX9Y+Xl5jF3ztxkG45VHKO0tNQvXE+zEhMXKqmlPc4FjY2NyUt91cyrKBlU4j1s0JzVA4dETOLb76xm37592AEbhJdRdtjwYe0W3lmZ2cy+fraXDVbAps2beHftu94xUB3yUMSSFuvWrePhf3uYI2VHmolhpZTfHzr5ECbxr7dP8fqK11m5cmXyM5dcMv30Mif7pxCPx/n+97/P4sWLqamtaTYqRUoUeer/BQKlNcpVvPyXl/nuA9+lurI6+dmbb7qZgh4FKUmUDAaDwYhNg8HQDYWmRqKxqXMdHAQI6xxZx1omAmounEDgCJecay+DIf5m5eJlGhHUfHKQ6EeHyXQDuMJtMk2eVXu8HkFbRPZVwssfIePedJrsEwlich8yh/emUcS9MFElWhy+rfPqTKFpJVpOHE2KMu/cPzK+BWnmVTMZOnxocvvqt1cTjUb9cjoQjUYv2BE0ZswYHn300XMarwlerKiXIdbjissvR7kafYa1MFOFIniWuqeffBrlezoUFhVy6xdv9YTcSSycCWGHhlmzZtKrV+/kviVLlnb8DKI1Unr3YHI0CNHqXFr+nso7a95J/p6Xl0d6OL1dQ05IsAM2TtzhXx/6V/7yyl9QWif7Xrf6iDjJ4xrvnSvfeovFf16c3DN85HBuvvmW5GeNO63BYDBi02AwdFvBCZJjbpSI1KdYGHWC2BRuykv5glGBdkFrGvtnwFcGU5/peCnPLAm4oC2OLT1Oj4ZCMnUYSyviluiAuEmN1i5IRa4rqXhtA+zx9qjElKqBHtD/5ilUpEfAivntbnFwoc/tNdTQoOJU0njOMgprrcnKyuIrd30lmZym7EgZb775JkopHNdBo6mvr7/gRk16ejoLFizgoYceYtCgQef8+Hv27OHgwYPJZxrDR4wgPT3cYd/vuA4vvPAC+/btTx5j1qxZXsmVNtRUQsxpNLZtc+uttybrSx4tK+fVV5d3+LyitWeldF03KciaWTM/5QVw9EhT4dwePXoQCJ5efPFHH5WyZOkSXKWwLavZrNreh3YCges4PPH4E+zauQvHcZBCJt2QNefHPd5gMBiM2DQYDGcv+FCApkrVU0scJfU5PHbzl0aTyHHjqCgZl46DgibvWRcXsOBgLfVvbyMnZvlhky4B7SL12Vs3hdAgNJaU6ON18FYpeEdtmlQlcO0gwsMK0cKhdWbdc3wFhQAJNbEINcTP6fQ/ZuwYLrroouT/31//vpe1NGVxXF1dfUGNmquuuoqnnnrqnLvOplJZWcn69euTt15ebi7Dhw/vsO+3hEV1TTVvvvlG8tbu168fl1xyif/wRbX1qAaAGZfNYPr06cntf3z+ecrLyztdMJ3997fTguhPWbFojEWLnqW8vByl3GS8a+q3tXcMAxw4dIDlf12ObdtISzJkyBDGjB5jhKbBYOiymNInBoOhnYJPUE4NVUSJSkWaOj8tAeG5wbmCunyL3JmjIAQ2ntVSA0QUnyxdS8/yerJVTvIchNYdZNHzWyIkGXGL6OtbSJszCqu4RXGTAORNG8bhj96iTzTz/F1CAUpotITqeCO1+K7G52BRb0mLm2+6GWlJr8Zh3GH16tWt3CwrKiouiNFSUlLCggULGDt27HlvS0XFMfbs3s3s2bPJyclBSMHo0aOxLRvXdTvkGgsEixcv5rbbbiOcFiYYCjL/9vm88pdXaIg0tCmYgoEgX7rtS0mBeuTQEZ577rlWGWg7Esvy6l8m7jtLWKRnpDQgIVMAACAASURBVBMOhwmHw2RmZBJKS0MIz8028XIch5GJurB4tYbb/cxIwNHyclasWOEft8mV/nQtuKnvXvnWSu655x5C4RBCwsCSgbDqHFakMhgMBiM2DQZDxwo8L/1NAw6VqoGIiBPSXlmPc+RM2yLKSYKdRu51Y2A4EAQbC4T/b1WM6le3MCQeRHayKE53LWIfVcDbB+CGft6smihjGYDA1eM4uvQdeh1IlI4RKWd0Di3EUtEoFeVuLXW4gNNpS9NUK8uAAQO4/PLLk6e8du061r63lpKSkmafKSsr69bjJD09ndtvv/28WjJbUnbkCNVV1dTW1JKTkwNAfn4+wWCQSCRy9tfZv8ylpaW8+upr3HDjPACmTp3K1KlTeePNN1BaI0XSgRUNlJQMYvKkycnvef/999l/YH+njQbLsog7cX/mkIwZO4arrrqKS2fMoLBnT7KyssjOzk66eQshkFIihEAphRRnXjZp7949lFeUtzEyzua6lhGNRgmFvezCAwcObDVTGgwGgxGbBoOh29GAS7Vbh2u5SMdTVZ2+tNHQVBpSoLXy0txkFsD14yHb11IiYavTnFi7haJjLkpYnoXiLEuenEpUCS2w6hUnXllDzqwvoXK9tiTXfQMkY744i8afrSYk8Otc+m/Q8pwJTlcr4kJR5dThnKNjJktb9CxIJoUJh9O4d8G9FBUXNXuvkN03qmPKlCl87Wtfo7CwsEu168DBAziOw9GjR+nbr68nNnvkk5GR0SFiM3HvxmIxnnnmv7n66s+TnpEOAm677TZWr17tizyRlFkCwbx58ygoKADAiTks/vPiTsuSrNE4jkNWZhZf/OIXueWWLzJ0yBDSM9Pb9Xlptbgv2+NBq5M1kti7d28zi23CGnw2HDt+jNraWnJyc0BAYc/CZN8aDAaDEZsGg6Gb0WRTrCNGjRvBDSpAniSnYqfoTaSWKAESCyfeiH1JTxhEMvRQob0WnZDs+vNmLo72II5qEnZIOjpOUfgpJ20rjfQPauDDGPYlQQimHNaC4BdGsG/JGxTsCRNQFkq4WFokW9TZeYKEhlDcpdpqpIzjRIh08h3jiYu+ffp6lr6U85s4aSKTp0wmHG6dqEYplcxO2x0oLCxk4cKFXcJltiX79u1LipyGSANaa4QQBO3gaSe4aQ8bPtzApk2bmDx5MpZtcckll9KzoCeHy474FkLvJujfvz9f+fKXEdKbPd5bv541a9YkBVpbgulM7IEajW3ZOK7D0KFDefTRRxk3flzrhzCOF0d57Nhx6uvrqK+vx3GcpvqbWpOXl0dJSQlC+i78op1iEzh69GiH93U0GsVxmwSsHbRT5moTu2kwGIzYNBgM3VBsIjRaKw7WlBEtclMWhedGbCb+1SicMNjzJnkFLn1tkpC+9W/vQH5SBZECkLZvScSP1RSd0z/Sxm5wiS99m8BFV6F6+EfyK46IQii4dizxx3cSVBIQiTRGXhzpObh8SKhy66mkhjixZn0rOvhaCbySJ1deeSW9e/duU1S2heu63UZszp8/n/nz53fZ9u3YsSP5eygY8sz+Eurr64nH4h08Pj3r4ZIlS5g2fRpoyM3N4W+++jc89K8P4aqm+NBrr72WvPw8AOKxOL/73W+pq6/rcKucJb2srxePv5hHHnmEIcOGJPfFojHWvfcea9a8w8YPN3Lo8CFqa2tpbGzEdV0cx0ErLxmZE3e4bvZ1PP7E4+3vD50MzCQjI7ND+xkgFAph200PDJqupxGaBoPBiE2DwdBd0RpwKVPVlLl1lJBzTg+vlEILqLccMmeOg4vtphkssU5tgLIVm+kVTUMrmbL0El5lQdHxVkQtQAmJQHBsbSm9Nl2MvCwXR3r6VkuwQ5AxczT7/vARwRpJQAUAidTxc3DdfKEtJUdULRXU4OD469KOlZpC+G7OQpKVmcXcuXMR0is1gQuRSNRbMmuNFBIrpQwEvkANBAJdehiMGTOG+++/v8u5zLZk+7btnugSFqFQCCEFjutQW1fb4WIzwfLly7nn7nuS9VRvvOFGfvOb31BRUYHjOljS4uqrr0ErjbAEu3bt4q2Vb6UIzY69F3v16s1PfvoThgwbQjwWJxAMULq1lIcffphVq1cRj8eTFtDEw462rKipNWBFOxKMpT4/ysnJ7vB+DofTCYYCye6KRi7cGrUGg8GITYPBcIEjWuiWg1Ry2KprQ9HQ4QvGlkfXWtOQa5F5wwR0tm+s9PWSA8hNlbDpGD2iYVxpg3D8gE+dLOBidbDg1GhcoZDaIqdSwWubYcJluDlga+8M4oA1MpvCueOp+p+N9I6HwJFo6abEcHaGyvT6UANxrfmodj9HqUt2gOhAwakBncj0adnMmDGjWbmTFW+s4JGfPZJM1DJ8+Ah69S5uduy8vDx+8IP/1yXHQWFhIQsWLGDq1KndYtxu2bIFgKycLIqKikB4LqN79uyhvqG+g+cIiZSCiooK/vjCH3ngge8hJBQXFzP7utk8+fSTAMycOZMJEyYkL/lLL71EQ6TBc7PVHZtszHEd5s6dw4iRI5Iiccmfl/DP//zPlB1tnozqZJl5E+7gwUAwRUie3uQxduxF5ObkUn2i40r79O7di8z0zOTQ3bN3j/lDZTAYuiymzqbBYDgtaoly4ER5CzGoQXRW2leJxPLFpqJw5EAYbeFKUInDK4jE4PBf1pFW6SIIAgqhLa+NWmBp2SmiTiD8+EtJUITZvfYjONIUJWopCCgvaVB43lQa89NAOaA0caHQnRKwmVDhTWVrGpWmjGoixEF0bpyoEIJbv3QroTQvW2Z9XT1PP/00m7duZtv2bWzbvp0P3n+fAwcOcNB/HTiwn82bN7Fz587zcl9nZGScdN/8+fN57LHHuo3Q3LlzJxXHvFIyw4YOo2fPnp4Acxw2bNiQFPwd+mhDa6SUvPjiEsrLjyYfQNx4842khdJIC4X5yle+QiBoI4SgvLycP/1pMXEnjtad87hlxowZyd/Ly8v5yU9/wpGjR5pZ1NvjvltYVNTs3v60z+iUExoxYjiTJzdl3pXizJZdqcP10ktneAmOBChX8fH2j80fJoPBYMSmwWDovoiUyaKOGNvjBzkcqkbhxTUhFGjVSUcGlAblcjwzBnMnQq5nyUwmmVWQ9vExKleUkhcJYmnLX6A1d8+ztegUkSV9G4iFRd5R4H9KSXN8/Z3IAqQFDILc6b2pDtYAcYJKNMWUdka/JTKAasVBt5y9HKMet9k7OmqZL1IW7iNGDGfSpEnJfaXbSlm/fr13DaSNbVkcrzzeZnH799e/f17u8baE5JgxY3j00UeZP3/+KcVoV2P9+vVorQnYASZMnIi0LFzXpaamhnfeeacTjqhRWqG1pqKinBWvrwDAsiUjR4xkxowZjBt3EZdecilaeULs5Zde5vDhQx14BzYnPy+f/v37J///zjtrOHjw4Ke67IqUnwQDSwYkf7cs69NdaVOsn4FggNtuu420UFqTWD2DWr+JT2RlZjFz5lXJ7cePH+eTHZ+YTLQGg8GITYPB0H2FpkgRnHEU++NH2a2OgSVwhZcJtnOSU3jZXoWQCO1QNHEwTM2GAITwEux4YhTKXllPYb1Fumv7JUVEc8GpRbPtHdZC34ghtEYgyWq0cd8qhU8USE8UKwBtQRjyvvA5avJcEHHPNNsZ3aZb/q75JHqIcmppbCY2RQcf1ot/u+2228jKzErUomHZ0mVEG6NYwvIeT2hNY2MjlZWVrb5jzbtrzst9PnPmTObPn09hYSElJSUsXLiQhx56iEGDBnW7Mbv23bVIIenfrz+jR4/yYoe1ZsuWrezYsbOT5gkvNjcWj/H8H5+n5kQNAKG0EHfecSe33norgZAXjxtpiPDyKy/juI7/mKbjsW07WTcT4MiRw7iOF5Ppuc3qUw6fxN7MjEymTZ3WdJ7tEIst4z5nXDqD6dOne/uUPm1X3FS5OWvW5z1XZL+hL7/8Cod80W4wGAxGbBoMhm6Ipqk6nLfgqSbCDreKehVF+fZNOjyrqi9xRQCtQAVd5PWXQI7XJJEaZhWH6OodZMcsvx26hdhMfXWCINZ+NiAkQtpUHTwKb27zgjUTfejlV4KxPcmZOhysWCdmyNUgmkq9OELxCeXUEfOvVdLm2WHHT2SRHTJ4CHPnzEVYAiQcP1bJ6tWrm7pKJw/eKnYO4ODBg5SWlp6XO33+/Pk8+eSTPPbYY8ycObNbjtbS0lIOHDhAenoGt9x6C5mZXjZUx3H40+IXcJXTaVawhMjasGFD0oLqOi5XzbyKm268CeUqhBSUlpay4YMNnZrR2pJWM7GZn5ePtGWbYrD1OTTJzXnz5jF8+PDkJq0/3RU2VUwqVxFMC/KP3/9H+vXp1zRftuOshRC+74hGo+jTuw/f/va3krU/a2pq+M1vnm5Wx9NgMBiM2DQYDN0agaCKGO+pw9RmxFHSQaJ94dTBS1evhgZKxbDG9YcJmRBIWQs6noDb++wKCvZqgk4QpEYL13eXFUlXWy9rbCcWB/DbJIUkWwTh5c1QAbYCF+EX1ATSIef6iezLc5o0dUc3RLrNRPAhp4Z32UcljckktF4/qA5Z6KeKl+tmzyavR17ya//4/PPs3bfXO5pS/rE9607ZkbKUxbRO9uHrr79uBtoZ8vrrrxMOh/nyV+5k1KhRnhVOw6q3VvHq8ldbXa+OnhsAXOXy7LPPEmuMIxBISxJMCyItieM4PP3008RisU560OJRVV1FZWWl57YLTJo8mYL8Am/hI2Sz+67ZPZjC2DFj+eY3v+nFePoPSoSgVRblUy6yLIlt2wwbMYyf/8fPGTZ0WAtRe/LpRKWEJgwYMIBf/OIXDB8xPHlOL7zwArt27eokuW4wGAxGbBoMhvNEHMX2un0cjtViA0KJTplOhNKoSD12SMCcSyCfJoEmoRGg7AQfLv4rISdIo7SJS6/kiUVTuGRyAddpSYyarbiRSGp3H4WV+8H1DJxOwovXBkbl447th3ZinuATyhd+qkMEoEpadgWNArZFjlBGAxHfr1V2wjm7yiUrK4u5c+cAniWt8lglixcvbmZ50U1Kl0gk0mbR+5VvrqSqqsoMtNMVWFVVfLS1lK9/4+tNMajai+t74IEHqKvz6lmqTpQmAoElLTZv3syOHTuS1sQE20q38c477/i+Eh0ncFsSbYxSWroNIb39w0cM49777iUzI+tT3VgFgjGjx/CLX/yCAQMHEI1GcR0XpTThcJhA8NTleaRsEqPl5eVUV3qZaC+eMIFnn32WWVfNarfgt6XNqJGj+O0zv2XyFC/RkJCCfXv38ctf/hLbtgkGgiZi02AwGLFpMBi6J7qNVxzFEepYH9lJQ1DTUVWUtG+BbNqg0dKFkly4pIenIP39rtSEbKh6ZxdDKrIIqRABLM/ZVyQWjRqRFG/as3MKje7klZmlBelxm6o/roL9kO73kEg0JRsG3TCFEzmOF7upUwSnUGeZKlYgtYWLF0x6ItDIWnZTRRzP3ulJ8CY32g5Y8PsdPnHCRHr36g0a7IDNxk0bfctLc3ddz7LpuSQePHCItow8y5YtM4PvNNm7dy/f+d9/x7hx45L92dDQwL//7N85fPhwO+INO+Z+UEpRXV3Ns3/4Q9Mk4vPCC3+isrISS1pndjiROjOlbmydJXbZ0qW4jgvKi5W8Z8E9PPzww0y4eAJZWVnNx4yQZKRnMHHCRL797W/zxK+fYPDQwQC88pdXEEIi/b5LT89IBha0LTabth86eIh/+8m/0RhpxLYsevXuxS9++Qv+67/+i2uvvpaePXuSlpbWyrKal5PLpdMv5Qc/+AHPPvssQ4YOSe7bs3sPCxfeT9nRMuJOHCdu3GgNBkPXxdTZNBgM7RKcqThALY2sieziiqxRZMmQt/DSHXOsVFni2BrrC5OgGAg2rS01LjTYlL26jYE1PbG0jVTaqzHif1Ymv82P3NR0utD0l65YIo3AzlpYVw7FhZ7iTGSntYGpRVgTCom8W07YkW2d/FkgEYArXPY0HmU9h2jA8VsmkhFjHXU4rTXZWdn8/T/8PRlZGTgxByT8/ne/pzEeO8kxvFaUlR2hrq4uGVvYJBSWMXfuXHJzc80AbOc1GDJkCFprXMfFsi3qaut4/PEneOqpp3FdB0tap7TqdZQnvBAC5SpeevllvnLXVxg+YjgoqDhWwapVb3n7fZfqjhlvbW0TvLbiNZ588km+9rV7kZbAljY33DCP66+fzQfvf8DadWuJNEQIBAPk5/dgwsUXM2jwIDLSM8A/h9/97vcsW7aUG264AUtaKKXJTGQmFrR5DgnXZXyX22VLl1FYWMg3vvENQmkhsjKzmDN3DtfPvp69+/by8faP2bp1KwgIBAL0KChg0sSJXqyooJmY3L1rN//nH/4P699/Lyl2tXGiNRgMRmwaDIYLT34qtlJBKRUUBTPJj4VOuvg681WkRuWnwVV90SGISQj5QYcCaFy5C3fbCcIqEyzpWTH94yuhkbqlVNadWl8yuf4UAi1t0iMBYq9tInjV53HTG7FkCC00rhDYuZB1zUUc/nA5wXqF1UIsnvGVEZ6mtRQ02DE21O5mLxEclC8zO7boiUAgpWT69OmMHz/es2oGbT7c8CHvrn23XUlg9u3bx+jRo5ttc12XxYsXc/fdd5vh1g4aGxubki8JwdYtW1n858UsXbo0eQWUUp963VPdnFtub6/rZ0LQHjtewSuvvOKJTQmvvPIKBw4c8LPBdozE9NyCVZttk8LisUcfIyMjg9tvvx1pSZRSSCmZMnUKU6ZN8ZwKZBtP1gT84feL+PGP/5XevXsTb4xjp9so5RIMBVuO+BbHbfpC5Soi0Qg/+elP+PjjT3jgge/Sr28/zw5rCUpKSigZVMK1X7j2pIPSDtg01Ed45ZWX+eUvf8knOz7xHhwobYSmwWAwYtNgMFxYeA5rCo2gkhpeP76B4b0KyXfSQbkddBBvAVcbjJB120wY7sU7WsnFmMCqt9m5aC0D6tKxVQAst6VOPY89BAgLKWxqPjpCwYY6rOsycUXT/piE4NVDif52DdGdMTJUq7XuGR3acxWOgkxjU+wQq9hFtVXv1SrVJOP1OsrAq9E4rsP06ZdQX1ePbdlEo1Gee+45autqk4LgVOzdu5dBgwYRDoebbX9p2UtcddVVDBw40Ay8U+C6LpGGCK5y2bVzF2+//TYbN26i4lg5B/YfwE0Zl6cSjQmx2tDQQHVVdbJMhxDijJMKvfLKK9x5553E43F+/7vfE4lGzui7GhoaqK4+gdYa27ZpbIx6Yu4kQjNxtjW1tfzff/y/fPjhRr72tQUMGTIEO9C09GmZWNZxHXbu3Ml//+a/ef7552mMNRKuCnOk7AgFPQpojMXIzclNqcXZhtwTzcdHIqHP0mVLWLXqLe677z7m3TCP4qJiQmmhNge8E3cQQlBXW8d769/jd7/7HSvfXImrXWPRNBgM3WvdGAgEuv1sZYoZGwznfsRpX7YMJJtv9ZzHPDWO9Fjc91NNTCuSZLHF9ggX3/tMJlRXUTr871tgECAawZK+IcGFHUc58PBf6H08iOUG/Q+pLtFDGoEWnomxQTYQ+lwvAt++HnI0JNwHE8Lz2VIq/vQ2PRPP/qRAYyG0dSaXxusD0UicME/UrOYPvM8+edwTm83WtKrDJKdGU9izkHA4jBASrRWVlZU0NDR4R1Kffl0GDhzYyroJMHHSRL73ve+ZYXcK1q1dx9q1a9m9ezdlR8qIOTEEgq0ffcTevXtO62+lEIIePXqQFkojlBaisbGRI2VHcJzTL5kSCARQStG7V2/i8TgVxyqStTVP9/7Ky80nKysT1/Esi8eOH6e2tsaP0RZtugcn4lMFAoQgNzeHcePHMWXyFIYPH05WVjbp4TBKK6qqqtiyZQvvvfceH330EcePH8dVLtL3MijuVUwgGCDeGCcSiVB1ogqJbBVrmRZM46mnn+KKy68ACR9u+JBbbvki0cZI8j2WsCgqLmL0qNGMGzeOwYMHU1hUmGxzQ0MDu3bt4uPtH/P+B+9z6NAhIg0RVDLBlzRC02D4jHAhjHUjNg0Gw5koGm8CFJo0HeL60ATuzbmc0Q1ZfrkNPwmP9l1bT0NspgqiuKWpDMYoz4hj6RgxCa7QSFzSVYjeVQEynYAnzIRFVykAoD0To291cWiw4lTkWJyw49haY7kahcK2JBk1Nj1iQcJaeBlzhC/StTzDS+PVhNnilPMfkRW8zV5qRRSd8hBA+86HHSU2bdsm7nhlLlL/MNqWjda6XWITYMaMGWRnZ7fa/o3/9Q0+//nPm6HXBq+/9jq/+tWvktbLxDWoqalh9erVza5Je8UmNC+7IYWFaLHtdP42J0SSJaxmlrmOWGwlXFZbik3h17AVgqQYTfSRbdlIIVFaobVOvrxEQc3v4UT8pdIqxWVXolMsqi3F5pNPPcmVV14JAjZ+uJFbbrmFSDSS7BWZ0seWtBGiqf3Cd3Z3ldOiL+XJ7KgGg8GIzS6NcaM1GAynPfWlEgU+aNzPenYy2h6Paoghg3aT6DoNSdPS9TXgCIqcEEUNoZN8wm1KdKq7zoQs/Lg3CwHCItOVZFYK0ME2ekM1V4v6dHqsSaQL3fRVroZVkc18wj7qRQSppR+xmVr0ouMe0iVKm7T8o3i6sXk7duxgwoQJrbb/5unfMHbsWIqLi83wS6GsrIynn34apVRSVCauwY4dO1tdE53ipH1Sx9OUOOeE8NH6zIqltLwfziYlVZNobu68qjWneMikk9OC1jppBVVKJQVwS5Hdqs2p84oAoYUvDk+ez+vUpVWa2iQQqJOEHogW2ZuNzDQYDN0VU/rEYDCcxeThLYjKqWVl+ceUyxpk2AatEVpAp3sd+BZA3YW9G7T4lDaKNl6np/1db7XsqUzl8ol7hLUc4BgujvCswZ25UNWn2H46xy0rK+Pw4cOttkejUR5//HEz6Frw+OOPE4lGWrlyHj58mLKyI2f5wOT0HhS16z7R+oyl5skfkeh2HffsH7A0PQhKWEHbfJcQ7TqUkY4Gg8GITYPBYDjFQkmJRHSlop4IG9jDn+LbKA/UoaQfW6RVJ7u5n6FAO6d8mpAUZyc4RcLzVoAtqQ3HeabxbbZynBM4TXqXznMybqpy2PLn9K/M9u3bk5bSVDZt3MQzzzxjBp/PM888w8aNG1ttj8fjbNu2rYuNAHFW84BoIYDb852p7rFNbrK6ze3teZEU9LrZqG1qly/O5clLQKW2+XT6w4QKGQwGIzYNBsNnSGi2sQwUDnU0sLx2O3tkLXGpUrxDfVc8s17q+GshQAmw/DVwAw5rK3ezmj2cIIoSbS/auzKRSITS0tI29y15cQnLly//zF/35cuX8+KLL7a5r7S0lGg0agbHORfUbaysjPHSYDAYjNg0GAxnqzwTT/1dPuYIfz22mSN2PQgXfAuo8ms/amFEZ0d3vwJQgpiOc8Cu43W2cYh6XJSf1deztIiziJc71xw4cID9+/e3ue/xXz3OunXrPrPXfN26dfzqV79qc9/+/fs5ePBgRwxqwxn0mkix8RsMBoPBiE2DwXAGJJdTWiBwvZcGB0EDDbyktvDXxlIqgvUgFC4K1xdFbkKamrVYx0zgGmwtAUGdbGRJ9WreYgcO4KJRiSwmLZK+dIfu37p1K9XV1W3u+8m//YTNmzd/5q735s2b+cm//aRNh+UT1SfYumXrSdyZW7s3GzphbvQzB7U3btNgMBiM2DQYDIbTmk5ClBPh9bptbLGPo4UmoLw9cQkxP75QGONJh8l+NCgJr9V+xGp2c5RGf7+Xf7arR7SeDK01mzdvJh6Pt9qnlOJffvQvnynBuXnzZn70o39ps4xMPB5n06ZNZkic3zs2ed8myqUYDAaDwYhNg8HQYdJHEMTGweUTyllS8R4fh48Ts72yCVJrbK07NVHNZ29xq1C2y2YOsVxtZi/VxHDQF4hJpba2ts0kOAmB9cN/+uFnwqV23bp1/OAHP2hTeANs3LiRuro6MyQMBoPBYMSmwWC4cKWP68ucehzWsZvnq9/nqO3gSkGalgS1QGrjXdZB6h5HKg6pKhbVrWYTh6kkguew3F3tma0pLy8/qdVOKcXDP374gk4atHz5cn784x+ftHbjpk2bKC8vN+OhC82DzX45g7q5BoPBYMSmwWAwtFz4o2gkikCigEoUS2Pb+CB2kIaQ41dJEZBSoNwkDDpNdYkE4b00gkqrkaW161nFLo4TayYyLyTr8cGDB9m6detJ9z/+q8cvyLIozzzzzEmTAYEX13r2CYEMHTc+gcRDgcR/k34GZqIzGAyfTWzTBQaDoWOWWhpw0Lg4SFzhENNRflH7IoHALK6wh5PhZKBE3BNNKaLIMt3XjoVsYvVqARpHKlbUbOMJ3qWeOPE2r0hqXULVrXtg3759AIwZM6bN/UteXMKePXu477776NWrV7c+1yNHjvD444+fMg5z69atyT4xdA201rjKJR6Po5RCSolWGitgI0w1GoPB8FldwQQCgW7/ANzk1jMYuuCY9JNkBLCZSDH39riSy+KDCLrhZFmU7lOMowuITS18oWnjWLW8Ur+dp9VqPmR/sgSKN5nLNnu1u4vNBH379mXcuHEn3R8Khfjq3V/l6quv7pbn9+Ybb/LEE08QbYye9K/dpk2bjEWzqwlNf9QJIZg+bTqFRYXEYnGqq6pYu24truuaTjIYDGcwt3R/PyUjNg0GQ+eJTUBImwxXcAkl3NXjMibF+5OmfEudEJ6bmckY1I6/ONLPPOvyl/qNPKc/YBPlVFGb7HPPQdnrW32Bik2AwsJCxo8fTyAQOOl7Lp5wMXfccQclJSXd4px2797Ns88+ywcffJD8m9ZykRGPO2zauNHEaHazhaFZoxgMBiM2jdg0GAydIja9GE2FJkeHmcog7u1xCePc3oQdTyi4wrfFGcH5qb0aly7ra0r5OavZyjFOEE2KSJ38vM1IGgAADVxJREFUre3kQBeS2ATIysrioosuIjc395Tvm339bG666Sby8vK65HlUVVWxePFiXn7p5VMuNqqrq9m8eQt1tbVmKBgMBoMRm0ZsGrFpMBix6YkehdASQZB0woyVPXkg5wuMVYXYyrNsopuiC1Nda/UFNb71SXvrlO8ViWhYxXu1u/g5b/I+R4gSx0Yj0EggRiLZUlP9zQtZbHpdIxgzZgz9+/c/5fssy+L6OdczZ84c8vPzu0TbKysrWbZsGcuWLmuzdmYq+/bvY+vWrWiTydlgMBiM2DRi04hNg8HQlqASSAQWghkM5J78y5iq+hOKZ4CM+HGHXibbgAJXetY62Y7xLegOllHdupE61QqZep4KhPcnxnUUTjjAkpq1POWsYDsxXOmAUlgp4ly1kKoyRbIKLuzapv369WPUqFHY9qfnvLviyiuYNWsWo0aNOi9tLS0t5fXXX2flmys/9b2O41BaWsqBAwfMFGIwGAxGbBqxacSmwWD4FLkFQC5ZXExvvpQ7mcv1ILLcIACuUGjA1hCVIBHYun0VmmS3EZspEjApNtt2fXWE5risZnlNKS/qdWziKFEhQGts//0uXoSmPsU8eKGLTYBwOMyIESPo3bt3u97ft29fpk2fxqRJkxgyZEintm3nzp2sX7+ed9e82+7EPocPH2b79u1EIhEzcRgMBoMRm0ZsGrFpMBjaLzgtskhjOD34UtYUZgWGUeCGka7GRaOFwBFgaYHFZ0BsipT6mBqE1sQtzUFq+GvNel7gffZTRwSFRmEDlu8Y6yR71cyDAMXFxQwdOpTs7Ox2f6Znz56MGTuGkSNHMnToUAYMGHBWbdi3bx87duxg27ZtbN2ylYqKinZ/tqamhh3/v717+Y3rOuw4/jt3ZjgkRcp6WjTq1Ixq54EgdQsXSFAEaYsAya5AEARo/8Gii2yy6aIFskgQJIs8DCSOm6iRrVhRSb0VUiTndU8Wc4einrZay5aTz0fQgsN5kdS9xFfn3HMuXMjW1pYfJoDYFJtiE3i64zVp0ss00/TSz5kcz7/mi/n2yS9lsz2ZOptlUuabAJc0TxyxO/qc5RMVm4s9M5ujX8Hh9gjT3jjvlpv5t50f5bt5O9eyO9+MtC3pd5vG97vYnPgn9Uibm5s5f/58VlZWnvqx/X4/L7/8cs5tnMvZs2dz4sSJrK2tZTgcHq6AO5lMcnBwkLt37+b27du5du1atre2c/ny5Uyn06d+zf39/Vy8eDHvvvuuHx4AYlNsAh80LhfTOBcnm1p6SV2sndrkeFby9byRfzn2pbzerGWlLd0De2mPHN9N/SRfhfhAbNbmyNfRbVdSa8bjUX44eyf/3v44P8rvczM7KVlJk5pklJKaaeYjm00WI5s8KTpfeeWVrK2tPZfvb3d3N5cuXRKZAIhNsQl8KCfP0i1fc3j2aXIqw7yaE/nHvJpvvfjlnNhfyWpZTummlc6n1S6WC3q+V1atmc+QLfetHlqP/O1uLb0k42SajEvJf8+u5XujX+X7uZCLuZlbZZRpmabp9thMZmkyv06z1z3ro7eKbx54TTY2NuajlefOPRfvZ3t7PgpquiwAYlNsAh/qQdtkPkhZjxzHbZbTy9kcyz/l8/mHk1/IF5u/yEvjtZR21vXZJ+dYr+XhXxmljrsvtmTWjU1OM8m1Zpw3D67kP0Y/yc/zu1zNXvZLl5HdaO5ihLg5kqv1sdn9qPFkkvlCQhsbG9nY2PjIt0G5efNmtra2srW1ZeEfAMSm2ASezUHbOxKbh5Nru5Qa5IUMspnVfHP5y/nG+t/kxXE/S21zbxGgWpKmuS/GntfYvDfxt6bU/aTMt3g5aJqMm5L/mVzPf+2+le/l13kn1zLJZL5I0iPyMcl9yyU9OSUbsfk+hsNhzpw5k9OnT+fkyZMf+lTb3d3d3Lp1Kzdu3Mj169czGo180wEQm2ITeOaxeXgmnY/T9bqTarsYlGtnWc9a3shm/nnp9Xx1+FrONMP025pSn+9j/nAabY4uXFS7VWfbtEttfrN3NT/ffy/fyZv5Zf43uxmll2SYYcaZZfrABFmx+ewtLS1lfX096+vrWV1dzerqaobDYZaWljIYDNLv91PKYtXgmul0mslkkvF4nNFolL29vezt7WVnZyc7OzsZj8e+qQCITbEJfNyx2U9NSck0Se02POmlZjn9rGaQ1/OX+dqxz+bvB5s5Pz6Z9Hr3Hl/bpDQPnRnuz7KPMTa7UdxpJnknt/P9vQv5z/pWruROrmUvd8s4Ta1ZTckovUzSpn1gguzTxyYAIDbFptiEP7/afCgDe4cfly4759ouqdaylHM5ltdyNn9XzueN06/k5ZzKqfFqlme9R/RlOXJDmyyugUyTD3btZ/3gnyrJrMw/0StlHsBtm6Sm7c1ytd3NpdGd/GDydt7M5VzKH3I1e/MRzNKmLW2aWtKvyTQltfvzqGz++BIaABCbYhP4kznJPtyF/drPi1nLZ3I8f917La8f28yrvVM5N1vOIE2GdZDS9rqtRbqwLNMuOOexeXQDldTFkrEPjhPW1FLvferoG6nl/ruW+dKz01JTS5tZZtnPfnbrft7eu5Kfzd7LW9nOL7OdmxlnmnY+5FmbB+rx0YEJAIhNsSk2gWccm4sb+xlkOcOcznI+l1P5SvNXeW39XD7dnMqZdi1L7VKatp8HV2WtJfPrQhfXibZtSmnnMbo4qZf5iGotNaUmTVvn25QsRi0Xo6Y13f4m8/vuNtNst3dzeXwrPx29nQu5movZye9yNztllNRp9xxJk5K21McOTzqrAYDYFJtiE/ioYvPIwkC9NPMldEpJapPj6Wc5TT6d4/nbfCqfP/ZSNmcbOTU4ltPNSl6og2RakvSTNEnTPVfbhebiqetiIZ/ajT52QdgM5re3bdLWTFMzyix3mv38dnol26Mb+UUu561cyXvZyZ2Ms58m09JL0mRQ20zLQfcavZSUtI/ZJVNsAgBiU2wCzzo2n3Dcl5Ruz8mapsvIQZr00+RYlvNS1rKe5ZzOas7lhZzpn8irKy/mhbKStf5y1tLLchlkqTbp1SalW35nMfrZpmZS24zqLKPMcn16O9vtjezOpvntwXZuZZSt3Mrvcz0HabOXNnuZZJKaNjXTlJRS0qvzZ56l7a5BXUzlffJOmQCA2BSbYhP4yGNzPhW1HN5zfu9ZFrNcmyy3TRefJUvpZTlLOZmlrGclqxlkJSXLGWSYfnqZx+YiYNvUzLpA3M8kB5nmTv6QO9nNKG0OUjJKsp9xdjO+NwpbmzRpDifvzpc7mmsPf22UI7FZhSYAIDbFJvA8xeb94ZknTEr9v51ZHl77tT7mnZX3fVyJ1WMBgD+v2Oz7MQLPqw/630j1Qw/N/28i16cKZwCAP0WNbwEAAABiEwAAgOeeabQAj2XyKwCA2AT4yELTomQAAO/HNFoAAADEJgAAAGITAAAAsQkAAABiEwAAALEJAACA2AQAAACxCQAAgNgEAABAbAIAAIDYBAAAQGwCAAAgNgEAAEBsAgAAIDYBAAAQmwAAACA2AQAAEJsAAACITQAAAMQmAAAAiE0AAADEJgAAAGITAAAAxCYAAABiEwAAALEJAAAAYhMAAACxCQAAgNgEAAAAsQkAAIDYBAAAQGwCAACA2AQAAEBsAgAAIDYBAAAQmwAAACA2AQAAEJsAAACITQAAABCbAAAAiE0AAADEJgAAAIhNAAAAxCYAAABiEwAAAMQmAAAAYhMAAACxCQAAAGITAAAAsQkAAIDYBAAAALEJAACA2AQAAEBsAgAAIDYBAABAbAIAACA2AQAAEJsAAAAgNgEAABCbAAAAiE0AAAAQmwAAAIhNAAAAxCYAAACITQAAAMQmAAAAYhMAAADEJgAAAGITAAAAsQkAAIDYBAAAALEJAACA2AQAAEBsAgAAgNgEAABAbAIAACA2AQAAQGwCAAAgNgEAABCbAAAAIDYBAAAQmwAAAIhNAAAAEJsAAACITQAAAMQmAAAAiE0AAADEJgAAAGITAAAAsQkAAABiEwAAALEJAACA2AQAAACxCQAAgNgEAABAbAIAAIDYBAAAQGwCAAAgNgEAAEBsAgAAIDYBAAAQmwAAACA2AQAAEJsAAACITQAAAMQmAAAAiE0AAADEJgAAAGITAAAAxCYAAABiEwAAALEJAAAAYhMAAACxCQAAgNgEAAAAsQkAAIDYBAAAQGwCAACA2AQAAEBsAgAAIDYBAAAQmwAAACA2AQAAEJsAAACITQAAABCbAAAAiE0AAADEJgAAAIhNAAAAxCYAAABiEwAAAMQmAAAAYhMAAACxCQAAAGITAAAAsQkAAIDYBAAAALEJAACA2AQAAEBsAgAAIDYBAABAbAIAACA2AQAAEJsAAAAgNgEAABCbAAAAiE0AAAAQmwAAAIhNAAAAxCYAAACITQAAAMQmAAAAYhMAAADEJgAAAGITAAAAsQkAAIDYBAAAALEJAACA2AQAAEBsAgAAgNgEAABAbAIAACA2AQAAQGwCAAAgNgEAABCbAAAAIDYBAAAQmwAAAIhNAAAAEJsAAACITQAAAMQmAAAA/BH84yyjGTF4aAAAAABJRU5ErkJggg=="}})])])])]),e._v(" "),r("v-navigation-buttons",{attrs:{first:e.first,last:e.last}})],1)])},staticRenderFns:[]},function(e){e&&e("data-v-3b2557d0_0",{source:".subheading[data-v-3b2557d0]{font-size:1.1rem;color:#939fb1;line-height:1.6rem}.columns[data-v-3b2557d0]{display:flex;flex-direction:column;justify-content:space-between;gap:1rem;margin:-1.75rem;padding:1.75rem 2rem 2rem 2rem;border-bottom:1px solid #939fb140}.columns.hero[data-v-3b2557d0]{background:linear-gradient(180deg,#242c41 33%,#202739 100%)}.columns .feature-wrap.cta[data-v-3b2557d0]{min-width:350px}.feature-wrap.content[data-v-3b2557d0]{padding-top:1rem}.center[data-v-3b2557d0]{margin:auto}.feature[data-v-3b2557d0]{margin:2.5rem 0}.feature ul[data-v-3b2557d0]{margin-left:1rem;margin-top:0}.feature ul li strong[data-v-3b2557d0]{color:#939fb1}.feature strong[data-v-3b2557d0]{color:#939fb1}.feature.cta-slack[data-v-3b2557d0]{border-radius:1rem;background-color:#37445f;padding:.75rem 1rem;margin-bottom:0}.feature.cta-slack h2[data-v-3b2557d0]{border-bottom:1px solid #716e85;padding:0 1rem .35rem 1rem;margin:0 -1rem .25rem -1rem}.feature.cta-slack .support-list[data-v-3b2557d0]{list-style-type:none;margin-top:0;margin-left:0;padding:0}.feature.cta-slack .support-list li[data-v-3b2557d0]{align-items:center;display:flex;flex-direction:row;gap:.25rem;line-height:2.25rem;padding:0}.feature.cta-slack .support-list li strong[data-v-3b2557d0]{color:#e3e5e8}.feature.cta-slack .support-list li[data-v-3b2557d0]:first-of-type{margin-top:.5rem}.feature h2[data-v-3b2557d0]{font-weight:600;line-height:1.8rem;margin-bottom:.5rem}.youtube-video[data-v-3b2557d0]{align-items:center;border:3px solid #37445f;box-shadow:0 0 20px 0 rgba(0,0,0,.2);display:flex;flex-direction:row;justify-content:center;transition:all .3s ease;width:50%;min-width:400px;margin-bottom:50px}.youtube-video[data-v-3b2557d0]:hover{box-shadow:0 0 20px 0 rgba(0,0,0,.2);border-color:#5f729a}.youtube-video .video-thumbnail[data-v-3b2557d0]{width:100%}.cta-logo[data-v-3b2557d0]{width:25px;height:25px;margin:0 .25rem}.btn-auth[data-v-3b2557d0]{align-items:center;background-color:#071223;border:3px solid #37445f;border-radius:1rem;box-shadow:0 0 20px 0 rgba(0,0,0,.2);display:flex;flex-direction:row;justify-content:center;padding:.5rem .8rem;transition:all .3s ease;width:50%;min-width:300px;margin-bottom:40px}.btn-auth .cta-button[data-v-3b2557d0]{padding:.5rem .5rem .5rem 4rem}.btn-auth svg[data-v-3b2557d0]{margin-right:-3rem;margin-left:.5rem;width:32px}.btn-auth[data-v-3b2557d0]:hover{background-color:#010306;box-shadow:0 0 20px 0 rgba(0,0,0,.2);border-color:#5f729a}.btn-auth:hover .cta-button[data-v-3b2557d0]{background:0 0}.b-0[data-v-3b2557d0]{border:none}.security[data-v-3b2557d0]{color:#ff4141;padding:5px;font-weight:700}.performance[data-v-3b2557d0]{color:orange;padding:5px;font-weight:700}.stability[data-v-3b2557d0]{color:#ff0;padding:5px;font-weight:700}.maintainability[data-v-3b2557d0]{color:#fff;padding:5px;font-weight:700}@media (min-width:1000px){.columns .feature-wrap.cta .cta-slack[data-v-3b2557d0]{margin-top:0}.columns .feature-wrap.cta .cta-slack .btn-auth[data-v-3b2557d0]{margin-top:1rem}}@media (max-width:1000px){.feature-wrap.cta[data-v-3b2557d0],header[data-v-3b2557d0]{width:100%}.columns[data-v-3b2557d0]{flex-direction:column;gap:.5rem}.feature-wrap .feature.cta-slack[data-v-3b2557d0]{margin-top:1rem}.feature-wrap .feature.cta-slack .btn-auth[data-v-3b2557d0]{margin-top:1rem}}@media (max-width:625px){.btn-auth[data-v-3b2557d0]{min-width:unset;width:100%}}@media (max-width:420px){.btn-auth .cta-button[data-v-3b2557d0]{text-align:left}.btn-auth svg[data-v-3b2557d0]{width:2rem}}",map:void 0,media:void 0})},oQ,"data-v-3b2557d0",!1,void 0,!1,X,void 0,void 0),VOpenAppMaps:eT,VOpenApi:sQ},methods:{jumpTo(e){this.$refs.page.jumpTo(e)}},mounted(){this.$root.$on("select-project",e=>{this.selectedProject=e})}},void 0,!1,void 0,!1,void 0,void 0,void 0),uQ=U({render:function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("v-quickstart-layout",[r("section",{staticClass:"analysis-findings"},[r("div",{staticClass:"header-wrap"},[r("header",[r("h4",{staticClass:"subhead"},[e._v("Overview")]),e._v(" "),r("h1",{attrs:{"data-cy":"title"}},[e._v("Runtime Analysis")])]),e._v(" "),r("div",{staticClass:"header-controls"},[r("div",{staticClass:"btn",attrs:{"data-cy":"problems-tab-button"},on:{click:function(n){return e.openProblemsTab()}}},[e._v(`
229
+ `)]),e._v(" "),r("li",[r("strong",[e._v("And more!")])])])]),e._v(" "),r("a",{staticClass:"btn-auth center",attrs:{"data-cy":"auth-button"},on:{click:function(n){return n.preventDefault(),e.$root.$emit("perform-auth")}}},[r("v-appmap-logo"),e._v(" "),r("v-button",{staticClass:"cta-button b-0",attrs:{label:e.enableButtonLabel}})],1),e._v(" "),r("h2",{staticClass:"subhead"},[e._v("Watch the demo")]),e._v(" "),r("a",{staticClass:"youtube-video",attrs:{href:"https://appland.com/docs/analysis#demo"}},[r("img",{staticClass:"video-thumbnail",attrs:{alt:"runtime analysis video thumbnail",src:"data:image/png;base64,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1fz7388TFxfHvHlzz1iT2s6dO/Pvfz9/zHXat7/c9//Fg+b27dtp0qTJOSs/80ztOC/3MC9kDyhnqbd614IOtaBtTWhVAzrXPu5+X8juT17u4ZMOUfv37y8Vqs6mHj16lFuNfdNNN53TN1NQUBDdunXzlVNAQADXXXddlbwxfPbZAhYtWsT06a+ectD87rvv6NixQ6mft99+u1Kee2W51s+mceOepFevnvTocR2xsbFs2bKFwMBAHnjgQf2VFBERkZPicDjKDZqesJlIQkJCUSC85owdx6hRowDYvn07SUlJpX7efPONcoPmiBHDz2kZnrGazQvTq1GN8gYEKtZU9rGWMGsrBNjh0UsgMbWccOrZphoB1E93kBJUUOFjiYqKok2bNhQUFDB58nNMmTKVzp2PdO49W7KzswkJCaF37z7Mnft+iWWtW7ehceOLyMzMPGdtqq+99lqCgoL4+eefSUxczfDhI+jTpy+ffPJJlbs5pKWl8fTTT522/blcripx3pXlWj+X9u/fx1tvvcnUqdO47LK2+kspIiIiJyUzM5PBgweRmZlJcnIyDocDp9NZInQmJ+8pCnlnbuaMyEhP89lBgwYeNxwfHTTP9ee/M1az2TW7Au2DW4XDNU544Wd48Wfo4oSYC44KmWXt+8Sqgvv06YNhGGzY8BXr1q0jOTkZf39/evbsVWK95s2bs3HjJubMeY/+/Qfw0UfzWbt2HQsXxnP//fcTEHAkPA8cOIiNGzcxduxYRo4cRULCItauXce8eR9www03lnkcixZ5vvm4+eabS3Xe7d//ZgA+//zzMretW7cuzzzzDAkJi/jyy7W89977XH/99SXWWb06kY0bN3HNNdfw1luz+PLLtSxfvoJnnnnWd5Eeu5w8NWBLlixhyZIlAFx88cU0bty4zHKaO3cePXv29JXT++/PpXXr1id83MUNGTKEjRs38eGHH2GaJS/Pl176Dxs3buKuu+4C4PLL2/PWW7NITFzDF18s5v777ycwMLDEMX788ZGgHBwczMMPP8LChfF8+eVa3nzzLVq3bnNarveYmLbMmDGDFStWsnr1al555VVatmxZZpnFxsby8cefsGjRF6X206ZNGzZu3MT69V+Ves3uvPNONm7cxMsvv3LK1zqAaZrccsstvP/+XL78ci0LFnzGE088WaoPZP369Xn22edYunQZq1at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amoKAAMG3MJdd91FmzaXMmbMaF+4KOs1PXDgAEFBwTz99ER69+7NN998w2OPPcqPP/54zGvIsizy8/NL/RwJOhPp2bMHq1atolmzZlx33XW+2sKyzvO5555lz549FBSUHaK++eYbNm/eTGBgIAMGDPCFbYB33333tFzr3oGgPvzwQ9auXYvb7SYtLY1nnpnEiBEjmD79VaKi6hEdHU1hYSFPP/0UaWlpWJbFqlWrePjhUfTr15dDhw5x3XWeEJWWlkZcXBzDhg3jjjvu4PDhXADatvX0m0xJ8bxmDz88igEDbiEwMJB//etevvjiiwotP96NtkaNGoSHhwOwbNlS7r77Ln777Vfq169P06ZNyc/Pp06dOgwbNoxhw4bRqlUrsrOzCQsLo3Hji8rc77XXer44cbtdDBkyhGHDhtG3b18OHjzoOzfLsrjpphu58cYbyMjIoHXrNvTp09fXhLhu3ToVOr+KPJeIiIicGSNHjioxGFDxprNHBzmn08n06TNwOBwkJCSc8WlPTiZojhw5io0bN/19pz753dxPC3ddypw3s24wDGwE/VaUXjZtC8zpDE9/B7uyy9n3vgodQ2hoqK9PVs+ePenZs2epdXr27MnLL/+nxAf/gwcPlgoC+/Z5njM8PKzE42XVpO3bt5eGDRsSFhZeatlff/3Fhg0b6NixIzfddBPffvstderUISUlmXXr1pV5Hv7+/tx3331cf30swcHBWJbFoUOHfEHxaEcfk/fYyzoegI4dO/qavj7++BNlzi3Zp09fVq9eXeKxrKxsLMsqFj494cJbS3Six31kv1nMmzfPF1qSkjzBKz4+nr179wIQHx9Pq1atuf766xk+fIQv7Dz55BN8/fXXZe533LgnmTTpGa699lpfLdOyZUt56qmnjjkP5/fff8899wwrd3lkZCRjxjzKFVdcgc1mo7Cw0FcWpmkrsW56erovPBzLm2++Qdu2bRkw4BaSkpJo2bIlu3fvZuXKlaflWvc27/399x2lrhXv9VKrluea2Lt3L9nZJd+LxadSqVHD08/6iiuu4Iorrijz2ABefvll6tSpQ6tWrWjRwtNcfuvWrYwZM5qUlJTjLj+Whx56kE2bNvHBBx9Sr149/vzzT9+UJzVq1PBdj0OHlv06Vq8eWubj3vB64403lVPunlYYMTExjBr1sK/2ODc319cv22azVej8K/pcIiIicno5nU7fF/veUWePFeQcDocvaE6c+PQ5O+7x48eXW6PpDZnVqjnOadmesbCZ6LedFnl1yl446mLYdghWlPEBcsEu+DMLRjWHkV+Xu++K6NWrF/7+/sdcp3r16nTq1IkVK44E34iICEJDQ33BCKBx40a+IFrc0YPnmKZJ/foNitY9UOZzfvzxfDp27Ei/fv1o3tzT//STTz7B7XaXuf6dd95J//4D2Lx5M6+++gq//vorl1xyCa++Or3M9Rs3vqjEdB+NGjUu89iLB8nj8QZS73QaFXGix13cvHlziYuLo0OHDrRo0QLLspgzZ7Zvucvl4tlnn+GVV16mTZs2XH11J2JjY3nmmWe5/vpeZe7z22+/5cYbb6Bp06a0bNmS228fyLXXXse3337nq6E9GRMmPEVMTAwfffQhH3zwAX/99RdDhw5jyJAhpdYtrzbzaJ6hrDcTE9OWyZP/D4D33ptT7jVyote6N1A2bNioxDohISE0adKE7777jn379vveDyEhISUCZ4sWLdmz5y/S0tJ818SLL75YYpTlgIAAQkJCfNfd/v37+Oc/76Fu3bq0atWKfv360bp1Gx588EHGjh173OXH43K5eO21GTz77HMMHDiITz75lP379/mOLzMzk+uuu7ZEGUZGRrJ3795yy/XgwQPUrFmLO+4YzNatW0uE0NzcXA4fPkxISAgvvDCFwMBAJk+ezNq1a9m/fx+vvz6TNm2ODEB1vPOryHOJiIjI6eedtiQhIcE30qzT6Sw3yG3bto3u3bud85FeExM93bomTpxYaWcdOGPNaFeEbC32m4FvZNkLAuHuaJh2dNPFouUW8OIWuCvas24ZVoZsq9AxePshvvnmG7Rvf3mpH2+/tqPDlmmajB071jf67NVXX0337p6asLVrS9Y+Nm3alIEDB/m2Gz58OLVr1yYnJ4dvvvmmzONav349ycnJhIWFcfnl7cnPzy93FFqAZs2aA7Bq1Sq2bNlCXl4e3bp1L3f9++67j8hIT5/Z+vXr+0ZvXbdubal1izeRHTFiRKkyuuqqK0lLSyvR1LaiTvS4i8vKyuKDD+YBnpqxtWu/5Pfff/ctv+eef7JkyVLq1avHqlWrmDz5OfLz8wkPD/eNSFtcVFQ93n33XV54YQpbtmzhgw8+8JW5t9nvsdhstlI/3por7xcGn376Kbt27cJms9GpU6dTfg+98cabvpCYlpZGfHz8abvWvXNCDRgwwFcbGRISwmOPPcbrr89kzJhH2b17F99//z12u51x48b5Rma77LLLeOWVV4iPT6B27dosW7YUgEGDBvkGWzJNkwceeICEhEXcequnv+20aS/y2Wefk5aWRkJCgq/Jc506dY+7vML3nRUr+PnnnwkMDGT48H8CsGvXLrZu/QWHw8F9993vq2ls2LAhs2fP4bPPPi/zmgFYunQZAA8++JDv/B0OB1OmTGHZsuW0aNGCevXqERISwqFDh/j888/Yv38fderUoVmzIwOZVeT8KvJcIiIicvp5py3xTmPiDZSDBw8q0XS2eJPUyhDu4uM9o/9X5untzljN5tawg7gPgllsjkzPJ6mmkJ4H7/9x1BbWkdD59g54srVn3fHflQikbtz8EnYAG8euxWnatBnR0dG43W4WLlxY5jqffPIpV1/dyTewipfL5aJr125cddXVZGdn+5q3LV++nKSkzSX24XK5eOCBB7jrrrswTdM32Myrr75CTk5Omc/rdrv59NNPuPfef/k+IKelpZV7LklJm7nqqqu49957adOmDfXqRflqT8tSr149Pv10AQcOHKBmzZoYhsGuXbt8A+8U16uXZ/CfXbt28c03SaWWFxQUkJAQz6BBg+ndu88x+wye6nEfbcGCBb5mj7Nnzy6x7M8/dxIaGsp//vMymzZtwul04u/vz4YNG8os9717U/H3D6BDhw7MmfMef/31F1dccQVut/u4o4e1bt2a9eu/KvX466+/xqxZs9i8OYmrrrqKKVOmsmXLFlq2bFFuk+UTkZS0md27dxEVVY958+aV6Cd6qtf6pk0bmT9/Pv379+ell/5DTk4OgYGBmKZJWlqar5/vM89M4q23ZtGlS9eiAZZyfdf47NmzSU1NJTU1lUWLFnH99dfz/vtz2bVrF6GhoYSHh5OSkszy5cuwLIv9+/fTsWNH5s6dx5YtP9Ky5SWeL49Wrjju8oqyLItXXnmZV1+dTmxsb+bOncdvv/3KU089xdtvv8PAgQPp3bs3aWlp1KtXD5vNxpw5c8qtNXz99dfo2LEjbdu2JT4+gT179uB0OgkKCuKrr77ip59+IiAggIMHD1KjRg3efPMt9u7dW2K0ae9xHe/8KvJcIiIicvp5py3xTmNSPHACvsGAHA5HpajRrErO3ABBQf5MDllc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71QpFenHKh6//PyLCkFEREREqgwLq8qfw1kLm94w9fzzzxMZ6SQzM5OEhHgSExN9o9E2adKEzp07Exvb2zfP5OjRo8+7UBUT05bbbosjOjraNx9lSkoy27ZtY+7ceRXqvyoKmyIiIiKisHnehE3w1HCOHDmqzDk1i0tISGDatKnnRY2mKGyKiIiIiChsnmLY9IqJaUvbtjHExLT1zU25bds2kpI2s3lzkmrvRGFTRERERBQ2z8ew2bhx42POQSlSWeTn57Pjtx0qCBERERFR2DyLzJPdMCcnR1eAVAm6VkVEREREqlDYTE9PV+lJlZCRnqFCEBERERGpKmEzNzdXgVMqvfT0dM3DKSIiIiJSlcImQHJyMtnZ2SpFqZSys7NJSU5RQYiIiIiInAMnPUBQcU6nk7CwMJWmVBrp6ekKmiIiIiJSZZ3Xo9EeLSgoiLCwMIKDgzVKrZwT+fn55OTkkJGeoaazIiIiIqKw+XcJm+f0JDB0NYqIiIiIiMJmJWLqZRQRERERERGFTREREREREVHYFBEREREREYVNEREREREREYVNERERERERUdgUERERERERhU0RERERERERhU0RERERERFR2BQRERERERGFTRERERERERGFTREREREREVHYFBEREREREYVNEREREREREYVNERERERERUdgUERERERERhU0RERERERERhU0RERERERFR2BQRERERERGFTREREREREVHYFBEREREREVHYFBEREREREYVNERERERERUdgUERERERERUdgUERERERERhU0RERERERFR2BQRERERERFR2BQRERERERGFTREREREREVHYFBEREREREVHYFBEREREREYVNERERERERUdgUERERERERUdgUERERERERhU0RERERERFR2BQRERERERGFTRERERERERGFTREREREREVHYFBEREREREYVNEREREREREYVNERERERERUdgUERERERERhU0RERERERERhU0RERERERFR2BQRERERERGFTRERERERERGFTREREREREVHYFBEREREREYVNEREREREREYVNERERERERUdgUERERERERhU0RERERERERhU0RERERERFR2BQRERERERGFTREREREREVHYFBEREREREVHYFBEREREREYVNERERERERUdgUERERERERUdgUERERERERhU0RERERERFR2BQRERERERFR2BQRERERERGFTREREREREVHYFBEREREREVHYFBEREREREYVNERERERERUdgUERERERERUdgUERERERERhU0RERERERFR2BQRERERERGFTRERERERERGFTREREREREVHYFBEREREREYVNEREREREREYVNERERERERqUzsKgIREQDrqN8NFYmIiIiIwqaInA/xzxsBzTLWc1d4r0e2tgHgwu19ruL50rKKfjVKPLdRxnNb5Rwriq8iIiKisCkiUnUD6Ilt7fIlP1epgFn8X8MXba2iBy0sTMA4xaMQERERUdgUEanqDONIgrSKZUir+HKrZOAs2sSy4EidqQWGgbvYcmVOEREREYVNEfkb8eXECq1sldyqqM2rgYkNC7vLhh+exrXFm8O6sCjE8jXRdWNgldiXodApIiIiorApIlXZkUxnlcp2hnepcezQZxh2bDY/qturEWILINQWQA2bP0G2ACIK7IS4bRiYGIaJAeTgIptCDptu0kw3GQU5ZLiyyCjIpLAgFxcWbixcWLiOfmqjjJ6dVvFz8Z6JenGKiIiIwqaIyDljK/rXO5CPWeL/TUws3Ibbs8AFdgxqmMHUcTu4MNhJXb+aNAiKpKZ/OLXzAwm0bNhNE5tlYMMgyDTwt8C0DF+YLTANXIDL8Py4/d0cdrvIpZBsWy7bs/eQUnCQPQUH+KnwDzLI5wCHycMCw8KwigdQ71BDnkGHfAMSlYicCp4iIiLy92L4+flV+QZghj6kifwteYOl6fvd8nWpdBVrwhoA1CKEmjYHjQMjaRQSSaRfOPUKQgi1BeMgmGBXAH6FJiEFNmyW4at8NLz3kKPuhJZheJrOHnWfcQOFpotsez55tgKyzHxS3ekcyD/EjsJ9bM/aw18cZDcHycQiFzw1nRZgFGJYBiambwxcBU0REREp+3NQ1e+no7ApIpX8/V08ilnFAqhBCDZqE0aDgJp0cDShYVAt6rpCCS8MJqDQD0eB4alhLBpd1jRMDKuM+4VR+jF3Udgsfp+xeTtwGkVHZrmxLBeWnw23WUiGPY+D5mGSrQy+yvmFrdl7+YNDJJNDDgUU2nLA5amNdRcNPKSwKSIiIgqbCpsicpaZRTHMhacm0rTAhoGDIKKCatEl9GJa2Zw0KQynYfYFR6YsKdrQjYXbcmMaR2bitCyzKF+aJQNtGTWbVvGw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AACITQAAAMQmAAAAiE0AAADEJgAAAGITAAAAxCYAAABiEwAAALEJAAAAYhMAAACxCQAAgNgEAAAAsQkAAIDYBAAAQGwCAACA2AQAAEBsAgAAIDYBAAAQmwAAACA2AQAAEJsAAACITQAAABCbAAAAiE0AAADEJgAAAIhNAAAAxCYAAABiEwAAAMQmAAAAYhMAAACxCQAAAGITAAAAsQkAAIDYBAAAALEJAACA2AQAAEBsAgAAIDYBAABAbAIAACA2AQAAEJsAAAAgNgEAABCbAAAAiE0AAAAQmwAAAIhNAAAAxCYAAACITQAAAMQmAAAAYhMAAADEJgAAAGITAAAAsQkAAIDYBAAAALEJAACA2AQAAEBsAgAAgNgEAABAbAIAACA2AQAAQGwCAAAgNgEAABCbAAAAIDYBAAAQmwAAAIhNAAAAEJsAAACITQAAAMQmAAAAiE0AAADEJgAAAGITAAAAsQkAAABiEwAAALEJAACA2AQAAACxCQAAgNgEAABAbAIAAIDYBAAAQGwCAAAgNgEAAEBsAgAAIDYBAAAQmwAAACA2AQAAEJsAAACITQAAAMQmAAAAiE0AAADEJgAAAGITAAAAxCYAAABiEwAAALEJAAAAYhMAAACxCQAAgNgEAAAAsQkAAIDYBAAAQGwCAACA2AQAAEBsAgAAIDYBAAAQmwAAACA2AQAAEJsAAACITQAAABCbAAAAiE0AAADEJgAAAIhNAAAAxCYAAABiEwAAAMQmAAAAYhMAAACxCQAAAGITAAAAsQkAAIDYBAAAALEJAACA2AQAAEBsAgAAIDYBAABAbAIAACA2AQAAEJsAAAAgNgEAABCbAAAAiE0AAAAQmwAAAIhNAAAAxCYAAACITQAAAMQmAAAAYhMAAADEJgAAAGITAAAAsQkAAIDYBAAAALEJAACA2AQAAEBsAgAAgNgEAABAbAIAACA2AQAAQGwCAAAgNgEAABCbAAAAIDYBAAAQmwAAAIhNAAAAEJsAAACITQAAAMQmAAAA/BH84yyjGTF4aAAAAABJRU5ErkJggg=="}})])])])]),e._v(" "),r("v-navigation-buttons",{attrs:{first:e.first,last:e.last}})],1)])},staticRenderFns:[]},function(e){e&&e("data-v-3b2557d0_0",{source:".subheading[data-v-3b2557d0]{font-size:1.1rem;color:#939fb1;line-height:1.6rem}.columns[data-v-3b2557d0]{display:flex;flex-direction:column;justify-content:space-between;gap:1rem;margin:-1.75rem;padding:1.75rem 2rem 2rem 2rem;border-bottom:1px solid #939fb140}.columns.hero[data-v-3b2557d0]{background:linear-gradient(180deg,#242c41 33%,#202739 100%)}.columns .feature-wrap.cta[data-v-3b2557d0]{min-width:350px}.feature-wrap.content[data-v-3b2557d0]{padding-top:1rem}.center[data-v-3b2557d0]{margin:auto}.feature[data-v-3b2557d0]{margin:2.5rem 0}.feature ul[data-v-3b2557d0]{margin-left:1rem;margin-top:0}.feature ul li strong[data-v-3b2557d0]{color:#939fb1}.feature strong[data-v-3b2557d0]{color:#939fb1}.feature.cta-slack[data-v-3b2557d0]{border-radius:1rem;background-color:#37445f;padding:.75rem 1rem;margin-bottom:0}.feature.cta-slack h2[data-v-3b2557d0]{border-bottom:1px solid #716e85;padding:0 1rem .35rem 1rem;margin:0 -1rem .25rem -1rem}.feature.cta-slack .support-list[data-v-3b2557d0]{list-style-type:none;margin-top:0;margin-left:0;padding:0}.feature.cta-slack .support-list li[data-v-3b2557d0]{align-items:center;display:flex;flex-direction:row;gap:.25rem;line-height:2.25rem;padding:0}.feature.cta-slack .support-list li strong[data-v-3b2557d0]{color:#e3e5e8}.feature.cta-slack .support-list li[data-v-3b2557d0]:first-of-type{margin-top:.5rem}.feature h2[data-v-3b2557d0]{font-weight:600;line-height:1.8rem;margin-bottom:.5rem}.youtube-video[data-v-3b2557d0]{align-items:center;border:3px solid #37445f;box-shadow:0 0 20px 0 rgba(0,0,0,.2);display:flex;flex-direction:row;justify-content:center;transition:all .3s ease;width:50%;min-width:400px;margin-bottom:50px}.youtube-video[data-v-3b2557d0]:hover{box-shadow:0 0 20px 0 rgba(0,0,0,.2);border-color:#5f729a}.youtube-video .video-thumbnail[data-v-3b2557d0]{width:100%}.cta-logo[data-v-3b2557d0]{width:25px;height:25px;margin:0 .25rem}.btn-auth[data-v-3b2557d0]{align-items:center;background-color:#071223;border:3px solid #37445f;border-radius:1rem;box-shadow:0 0 20px 0 rgba(0,0,0,.2);display:flex;flex-direction:row;justify-content:center;padding:.5rem .8rem;transition:all .3s ease;width:50%;min-width:300px;margin-bottom:40px}.btn-auth .cta-button[data-v-3b2557d0]{padding:.5rem .5rem .5rem 4rem}.btn-auth svg[data-v-3b2557d0]{margin-right:-3rem;margin-left:.5rem;width:32px}.btn-auth[data-v-3b2557d0]:hover{background-color:#010306;box-shadow:0 0 20px 0 rgba(0,0,0,.2);border-color:#5f729a}.btn-auth:hover .cta-button[data-v-3b2557d0]{background:0 0}.b-0[data-v-3b2557d0]{border:none}.security[data-v-3b2557d0]{color:#ff4141;padding:5px;font-weight:700}.performance[data-v-3b2557d0]{color:orange;padding:5px;font-weight:700}.stability[data-v-3b2557d0]{color:#ff0;padding:5px;font-weight:700}.maintainability[data-v-3b2557d0]{color:#fff;padding:5px;font-weight:700}@media (min-width:1000px){.columns .feature-wrap.cta .cta-slack[data-v-3b2557d0]{margin-top:0}.columns .feature-wrap.cta .cta-slack .btn-auth[data-v-3b2557d0]{margin-top:1rem}}@media (max-width:1000px){.feature-wrap.cta[data-v-3b2557d0],header[data-v-3b2557d0]{width:100%}.columns[data-v-3b2557d0]{flex-direction:column;gap:.5rem}.feature-wrap .feature.cta-slack[data-v-3b2557d0]{margin-top:1rem}.feature-wrap .feature.cta-slack .btn-auth[data-v-3b2557d0]{margin-top:1rem}}@media (max-width:625px){.btn-auth[data-v-3b2557d0]{min-width:unset;width:100%}}@media (max-width:420px){.btn-auth .cta-button[data-v-3b2557d0]{text-align:left}.btn-auth svg[data-v-3b2557d0]{width:2rem}}",map:void 0,media:void 0})},oQ,"data-v-3b2557d0",!1,void 0,!1,X,void 0,void 0),VOpenAppMaps:e4,VOpenApi:sQ},methods:{jumpTo(e){this.$refs.page.jumpTo(e)}},mounted(){this.$root.$on("select-project",e=>{this.selectedProject=e})}},void 0,!1,void 0,!1,void 0,void 0,void 0),uQ=U({render:function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("v-quickstart-layout",[r("section",{staticClass:"analysis-findings"},[r("div",{staticClass:"header-wrap"},[r("header",[r("h4",{staticClass:"subhead"},[e._v("Overview")]),e._v(" "),r("h1",{attrs:{"data-cy":"title"}},[e._v("Runtime Analysis")])]),e._v(" "),r("div",{staticClass:"header-controls"},[r("div",{staticClass:"btn",attrs:{"data-cy":"problems-tab-button"},on:{click:function(n){return e.openProblemsTab()}}},[e._v(`
230
230
  Open the `),r("strong",[e._v("Problems tab")])])])]),e._v(" "),r("main",[r("div",{staticClass:"findings-wrap"},[r("div",{staticClass:"findings-overview"},[r("h3",[e._v("Finding Impact Categories")]),e._v(" "),r("ul",[r("li",{staticClass:"total",attrs:{"data-cy":"category-all"},on:{click:function(n){return e.updateFilter("all")}}},[e._v(`
231
231
  All: `+e._s(e.uniqueFindings.length)+`
232
232
  `)]),e._v(" "),e.numSecurityFindings?r("li",{staticClass:"security",attrs:{"data-cy":"category-security"},on:{click:function(n){return e.updateFilter("security")}}},[e._v(`
@@ -246,7 +246,7 @@ See exactly how functions, web services, data stores, security, I/O and dependen
246
246
  Found in `+e._s(e.associatedMaps.length)+" AppMap"+e._s(e.associatedMaps.length===1?void 0:"s")+`
247
247
  `)],1),e._v(" "),r("ul",{staticClass:"appmap-list"},e._l(e.associatedMaps,function(n){return r("li",{key:n.fullPath,attrs:{"data-cy":"associated-map"}},[r("a",{attrs:{href:"#"},on:{click:function(i){return i.preventDefault(),e.openMap(n.fullPath,n.uri)}}},[e._v(e._s(n.appMapName))])])}),0)])])])},staticRenderFns:[]},function(e){e&&e("data-v-c98e740e_0",{source:".qs .header-controls a[data-v-c98e740e]{color:#e3e5e8}.analysis-findings.full-width[data-v-c98e740e]{margin:0 -1.75rem}.analysis-findings.full-width h3[data-v-c98e740e]{display:flex;align-items:center;padding:0 2rem;color:#808b98}.analysis-findings.full-width h3 svg[data-v-c98e740e]{margin-right:.5rem}.analysis-findings.full-width .appmap-list[data-v-c98e740e]{padding:0;border-top:1px solid #3f4d72;margin-top:.25rem}.analysis-findings.full-width .appmap-list li[data-v-c98e740e]{padding:.5rem 2rem;border-bottom:1px solid #3f4d72}.analysis-findings.full-width .appmap-list li a[data-v-c98e740e]{color:#e3e5e8}.analysis-findings.full-width .appmap-list li[data-v-c98e740e]:hover{background-color:#1b2131}.finding-details .header-wrap[data-v-c98e740e]{display:flex;flex-direction:row;justify-content:space-between}.finding-details .header-wrap header[data-v-c98e740e]{display:flex;flex-direction:column;gap:.5rem}.finding-details .header-wrap header p[data-v-c98e740e]{margin:0}.finding-details .header-wrap .header-controls[data-v-c98e740e]{display:flex;flex-direction:row;gap:1rem;align-items:flex-start;justify-content:flex-end;width:100%;position:absolute;right:2rem}.finding-details .header-wrap .header-controls .btn[data-v-c98e740e]{border:1px solid #e3e5e8;border-radius:.5rem;padding:.2rem .5rem;transition:all .3s ease;min-width:200px;text-align:center}.finding-details .header-wrap .header-controls .btn[data-v-c98e740e]:hover{background-color:#010306;border-color:#010306;color:#e3e5e8;cursor:pointer}.finding-details section .code[data-v-c98e740e]{font-family:monospace;font-weight:800}.finding-details .subhead[data-v-c98e740e]{font-size:1.1rem;color:#808b98;line-height:1.6rem;text-transform:uppercase;padding:.2rem 0}.finding-details .findings-sort[data-v-c98e740e]{display:flex;flex-direction:row;align-items:center}.finding-details .findings-sort select[data-v-c98e740e]{border-radius:6px;border:1px solid #8f81d4b3;background-color:transparent;color:#e3e5e8;padding:.4rem .5rem;margin-left:.35rem}.finding-details .finding-details-wrap[data-v-c98e740e]{display:flex;gap:1.25rem;justify-content:space-between}.finding-details .finding-details-wrap.row[data-v-c98e740e]{flex-direction:row}.finding-details .finding-details-wrap.col[data-v-c98e740e]{flex-direction:column;gap:0}.finding-details .finding-details-wrap h3[data-v-c98e740e]{color:#808b98}.finding-details .finding-details-wrap ul[data-v-c98e740e]{list-style-type:none;display:flex;flex-direction:column;gap:1rem;justify-content:flex-start;padding:0;width:100%}.finding-details .finding-details-wrap ul li[data-v-c98e740e]{border-radius:.5rem;background-color:#010306;padding:.25rem 1rem .25rem 1.5rem;transition:all .3s ease}.finding-details .finding-details-wrap ul.card[data-v-c98e740e]{margin-top:.25rem}.finding-details .finding-details-wrap section .code[data-v-c98e740e]{font-weight:800;color:#808b98;font-family:monospace}.finding-details .finding-details-wrap .card[data-v-c98e740e]{border-radius:.5rem;background-color:#010306;padding:.25rem 0;gap:0;margin-top:.15rem}.finding-details .finding-details-wrap .card li[data-v-c98e740e]{border-bottom:1px solid #242c41;border-radius:0;width:100%;word-break:break-word}.finding-details .finding-details-wrap .card li[data-v-c98e740e]:last-of-type{border-bottom:0}.finding-details .finding-details-wrap .cardul.stack[data-v-c98e740e]{display:flex;flex-direction:column}.finding-details .finding-details-wrap .event-summary[data-v-c98e740e],.finding-details .finding-details-wrap .findings-overview[data-v-c98e740e]{width:100%;min-width:48%}.finding-details .findings-list[data-v-c98e740e]{margin:0 -1.75rem}.finding-details .findings-list ul[data-v-c98e740e]{padding:0;list-style-type:none}.finding-details .findings-list ul li[data-v-c98e740e]{padding:.25rem 1rem;width:100%;transition:all .3s ease}.finding-details .findings-list ul li[data-v-c98e740e]:hover{background-color:#1b2131}.finding-details.full-width[data-v-c98e740e]{width:100%;margin:0 -1.75rem}.b-0[data-v-c98e740e]{border:none}@media (max-width:900px){.finding-details .header-wrap[data-v-c98e740e]{flex-direction:column;gap:.5rem;margin-bottom:1.5rem}.finding-details .header-wrap header[data-v-c98e740e]{margin:0}.finding-details .header-wrap header p[data-v-c98e740e]{margin-bottom:0}}@media (max-width:800px){.finding-details .finding-details-wrap.row[data-v-c98e740e]{flex-direction:column;gap:0}}@media (max-width:500px){.finding-details .header-wrap .header-controls[data-v-c98e740e]{position:unset;justify-content:flex-start}.finding-details .header-wrap header h1[data-v-c98e740e]{margin-bottom:.25rem}}",map:void 0,media:void 0})},{name:"FindingDetails",components:{VQuickstartLayout:wr,VAppmapPin:{functional:!0,render(e,t){let{_c:r,_v:n,data:i,children:a=[]}=t,{class:s,staticClass:o,style:l,staticStyle:u,attrs:d={},...h}=i;return r("svg",{class:[s,o],style:[l,u],attrs:Object.assign({width:"10",height:"15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},d),...h},a.concat([r("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M5.8 13.796C7.214 11.618 10 7.062 10 5A5 5 0 000 5c0 2.061 2.787 6.618 4.2 8.796a.949.949 0 001.6 0zM2.978 8H2l3-6 3 6h-.977L5 3.8 2.977 8z",fill:"#FF07AA"}})]))}},VPopper:vn},mixins:[gn],props:{findings:{default:()=>[],type:Array}},methods:{displayLocation(e){let t=e.range[0]&&e.range[0].line+1,{truncatedPath:r}=e;return t&&t>1?`${r}:${t}`:""+r},openInSourceCode(e){this.$root.$emit("open-in-source-code",e)},openMap(e,t){this.$root.$emit("open-map",e,t)},backToOverview(){this.$root.$emit("open-findings-overview")}},computed:{hasNoData(){return this.findings.length===0},representativeFinding(){return this.findings[0]},associatedMaps(){return this.findings.map(e=>{let t=e.appMapUri,r=e.finding.appMapFile,{appMapName:n}=e;return{fullPath:r,appMapName:n,uri:t}})},stackLocations(){return this.representativeFinding.stackLocations},category(){return this.representativeFinding.finding.impactDomain},title(){return this.representativeFinding.finding.ruleTitle},message(){return this.representativeFinding.finding.message},description(){return this.representativeFinding.ruleInfo&&this.representativeFinding.ruleInfo.description},references(){return this.representativeFinding.ruleInfo&&this.representativeFinding.ruleInfo.references||{}},docsLink(){return"https://appmap.io/docs/analysis/rules-reference.html#"+this.representativeFinding.finding.ruleId}}},"data-v-c98e740e",!1,void 0,!1,X,void 0,void 0),dQ=U({render:function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("v-quickstart-layout",{attrs:{"display-help":!1}},[r("section",{staticClass:"appmap-signin"},[r("header",[r("h1",{attrs:{"data-cy":"title"}},[e._v("Welcome to AppMap")])]),e._v(" "),r("main",[r("div",{staticClass:"login"},[r("div",{staticClass:"login-sub"},[r("a",{staticClass:"btn-auth center",attrs:{"data-cy":"auth-button"},on:{click:function(n){return n.preventDefault(),e.$root.$emit("perform-auth")}}},[r("v-appmap-logo"),e._v(" "),r("v-button",{staticClass:"cta-button b-0",attrs:{label:e.enableButtonLabel}})],1),e._v(" "),r("a",{staticClass:"secondary-link",attrs:{href:"#"},on:{click:function(n){return e.$root.$emit("skip-sign-in")}}},[e._v(`
248
248
  Continue without signing in.
249
- `)])])])])])])},staticRenderFns:[]},function(e){e&&e("data-v-169f4d9e_0",{source:"header[data-v-169f4d9e]{display:flex;justify-content:center;margin-bottom:16px}header h1[data-v-169f4d9e]{margin-bottom:0}main[data-v-169f4d9e]{justify-content:center}.qs .appmap-signin h1[data-v-169f4d9e]{margin:0 0 .5rem 0}section.appmap-signin .login[data-v-169f4d9e]{display:flex;flex-direction:column;gap:1rem;justify-content:center}section.appmap-signin .login .login-sub[data-v-169f4d9e]{display:flex;flex-direction:column;justify-content:flex-start;align-items:center}section.appmap-signin .login .login-sub .secondary-link[data-v-169f4d9e]{margin-left:.5rem}section.appmap-signin .login .secondary-link[data-v-169f4d9e]{text-align:center;color:#5c76a5}section.appmap-signin .login .secondary-link[data-v-169f4d9e]:hover{color:#e3e5e8;text-decoration:underline}a.btn.signin[data-v-169f4d9e]{border:1px solid #ff07aa;border-radius:.5rem;color:#e3e5e8;padding:.4rem .8rem;display:flex;align-items:center;width:max-content}a.btn.signin svg[data-v-169f4d9e]{width:1rem;height:1rem;margin:0 .5rem 0 0}a.btn.signin[data-v-169f4d9e]:hover{background-color:#ff07aa}.analysis-feature-list[data-v-169f4d9e]{list-style-type:none;padding:0}.analysis-feature-list h2[data-v-169f4d9e]{display:flex;align-items:center;color:#e3e5e8}.analysis-feature-list h2 svg[data-v-169f4d9e]{margin-right:.5rem}.analysis-feature-list li[data-v-169f4d9e]{color:#808b98;margin-bottom:1rem}.analysis-feature-list li ul[data-v-169f4d9e]{list-style-type:disc;padding:0 2.8rem}.analysis-feature-list li ul li[data-v-169f4d9e]{margin-bottom:unset}.btn-auth[data-v-169f4d9e]{align-items:center;background-color:#071223;border:3px solid #37445f;border-radius:1rem;box-shadow:0 0 20px 0 rgba(0,0,0,.2);display:flex;flex-direction:row;justify-content:center;padding:.7rem 1.2rem;transition:all .3s ease;margin:0;width:max-content;margin-bottom:8px}.btn-auth .cta-button[data-v-169f4d9e]{padding:.5rem .5rem .5rem 4rem}.btn-auth svg[data-v-169f4d9e]{margin-right:-3rem;margin-left:.5rem;width:32px}.btn-auth[data-v-169f4d9e]:hover{background-color:#010306;box-shadow:0 0 20px 0 rgba(0,0,0,.2);border-color:#5f729a}.btn-auth:hover .cta-button[data-v-169f4d9e]{background:0 0}.b-0[data-v-169f4d9e]{border:none!important}",map:void 0,media:void 0})},{name:"SignIn",components:{VQuickstartLayout:wr,VButton:ci,VAppmapLogo:tT},mixins:[gn],props:{},methods:{},computed:{enableButtonLabel(){return this.userAuthenticated?"Enable AppMap Runtime Analysis":"Sign in to continue"}}},"data-v-169f4d9e",!1,void 0,!1,X,void 0,void 0),fQ={__proto__:null,VButton:ci,VDetailsPanel:V4,VTabs:H4,VVsCodeExtension:qf,VDiff:ZZ,VInstallGuide:lQ,VAnalysisFindings:uQ,VFindingDetails:cQ,VOpenAppmaps:eT,VSignIn:dQ},Ff=function(e){Ff.installed||(Ff.installed=!0,Object.entries(fQ).forEach(([t,r])=>{e.component(t,r)}))},rT={install:Ff};be.use(jr.default);be.use(rT);async function pQ(){return new be({el:"#app",render:e=>e(qf,{ref:"ui",props:{appMapUploadable:!0}}),async mounted(){let t=new URL(document.location).searchParams.get("appmap"),r=await fetch(`/appmap?file=${encodeURIComponent(t)}`),{ui:n}=this.$refs;n.loadData(await r.json()||{})}})}pQ();})();
249
+ `)])])])])])])},staticRenderFns:[]},function(e){e&&e("data-v-169f4d9e_0",{source:"header[data-v-169f4d9e]{display:flex;justify-content:center;margin-bottom:16px}header h1[data-v-169f4d9e]{margin-bottom:0}main[data-v-169f4d9e]{justify-content:center}.qs .appmap-signin h1[data-v-169f4d9e]{margin:0 0 .5rem 0}section.appmap-signin .login[data-v-169f4d9e]{display:flex;flex-direction:column;gap:1rem;justify-content:center}section.appmap-signin .login .login-sub[data-v-169f4d9e]{display:flex;flex-direction:column;justify-content:flex-start;align-items:center}section.appmap-signin .login .login-sub .secondary-link[data-v-169f4d9e]{margin-left:.5rem}section.appmap-signin .login .secondary-link[data-v-169f4d9e]{text-align:center;color:#5c76a5}section.appmap-signin .login .secondary-link[data-v-169f4d9e]:hover{color:#e3e5e8;text-decoration:underline}a.btn.signin[data-v-169f4d9e]{border:1px solid #ff07aa;border-radius:.5rem;color:#e3e5e8;padding:.4rem .8rem;display:flex;align-items:center;width:max-content}a.btn.signin svg[data-v-169f4d9e]{width:1rem;height:1rem;margin:0 .5rem 0 0}a.btn.signin[data-v-169f4d9e]:hover{background-color:#ff07aa}.analysis-feature-list[data-v-169f4d9e]{list-style-type:none;padding:0}.analysis-feature-list h2[data-v-169f4d9e]{display:flex;align-items:center;color:#e3e5e8}.analysis-feature-list h2 svg[data-v-169f4d9e]{margin-right:.5rem}.analysis-feature-list li[data-v-169f4d9e]{color:#808b98;margin-bottom:1rem}.analysis-feature-list li ul[data-v-169f4d9e]{list-style-type:disc;padding:0 2.8rem}.analysis-feature-list li ul li[data-v-169f4d9e]{margin-bottom:unset}.btn-auth[data-v-169f4d9e]{align-items:center;background-color:#071223;border:3px solid #37445f;border-radius:1rem;box-shadow:0 0 20px 0 rgba(0,0,0,.2);display:flex;flex-direction:row;justify-content:center;padding:.7rem 1.2rem;transition:all .3s ease;margin:0;width:max-content;margin-bottom:8px}.btn-auth .cta-button[data-v-169f4d9e]{padding:.5rem .5rem .5rem 4rem}.btn-auth svg[data-v-169f4d9e]{margin-right:-3rem;margin-left:.5rem;width:32px}.btn-auth[data-v-169f4d9e]:hover{background-color:#010306;box-shadow:0 0 20px 0 rgba(0,0,0,.2);border-color:#5f729a}.btn-auth:hover .cta-button[data-v-169f4d9e]{background:0 0}.b-0[data-v-169f4d9e]{border:none!important}",map:void 0,media:void 0})},{name:"SignIn",components:{VQuickstartLayout:wr,VButton:ci,VAppmapLogo:t4},mixins:[gn],props:{},methods:{},computed:{enableButtonLabel(){return this.userAuthenticated?"Enable AppMap Runtime Analysis":"Sign in to continue"}}},"data-v-169f4d9e",!1,void 0,!1,X,void 0,void 0),fQ={__proto__:null,VButton:ci,VDetailsPanel:VT,VTabs:HT,VVsCodeExtension:qf,VDiff:ZZ,VInstallGuide:lQ,VAnalysisFindings:uQ,VFindingDetails:cQ,VOpenAppmaps:e4,VSignIn:dQ},Ff=function(e){Ff.installed||(Ff.installed=!0,Object.entries(fQ).forEach(([t,r])=>{e.component(t,r)}))},r4={install:Ff};be.use(jr.default);be.use(r4);async function pQ(){return new be({el:"#app",render:e=>e(qf,{ref:"ui",props:{appMapUploadable:!0}}),async mounted(){let t=new URL(document.location).searchParams.get("appmap"),r=await fetch(`/appmap?file=${encodeURIComponent(t)}`),{ui:n}=this.$refs;n.loadData(await r.json()||{})}})}pQ();})();
250
250
  /*!
251
251
  * @appland/sql-parser - v1.5.0
252
252
  * @copyright 2015-2022 Code School (http://codeschool.com)