pi-weave 0.1.11 → 0.1.13
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.
- package/README.md +148 -132
- package/package.json +1 -2
- package/src/core/cache/workspace.ts +26 -9
- package/src/core/concurrency.ts +3 -6
- package/src/core/frontmatter.ts +0 -53
- package/src/core/graph/build.ts +12 -8
- package/src/core/graph/current.ts +4 -6
- package/src/core/graph/model.ts +1 -1
- package/src/core/graph/wikilinks.ts +3 -3
- package/src/core/index.ts +26 -27
- package/src/core/paths.ts +0 -7
- package/src/core/slug.ts +13 -0
- package/src/core/types.ts +1 -0
- package/src/core/vault.ts +45 -467
- package/src/core/view/detail.ts +1 -1
- package/src/core/view/health.ts +1 -1
- package/src/core/view/tree.ts +15 -3
- package/src/pi/index.ts +6 -85
- package/src/pi/summarize.ts +2 -2
- package/src/pi/viewer/tui/bodyStore.ts +4 -7
- package/src/pi/viewer/tui/branding.ts +7 -148
- package/src/pi/viewer/tui/run.ts +3 -17
- package/src/pi/viewer/tui/surface/base.ts +24 -3
- package/src/pi/viewer/tui/surface/explore.ts +41 -6
- package/src/pi/viewer/tui/workspace.ts +23 -351
- package/src/pi/viewer/tui/workspaceRoot.ts +31 -172
- package/src/pi/viewer/web/run.ts +7 -117
- package/src/web/client/api.dom.ts +2 -2
- package/src/web/client/api.ts +14 -176
- package/src/web/client/bootstrap.ts +5 -14
- package/src/web/client/context/context.model.ts +9 -11
- package/src/web/client/dist/app.js +77 -167
- package/src/web/client/graph/dynamics.ts +5 -65
- package/src/web/client/graph/renderer.dom.ts +7 -8
- package/src/web/client/graph/renderer.ts +9 -35
- package/src/web/client/main.tsx +1 -1
- package/src/web/client/note/Note.tsx +37 -60
- package/src/web/client/note/note.model.ts +23 -0
- package/src/web/client/search/SearchPalette.tsx +45 -36
- package/src/web/client/search/search.model.ts +33 -454
- package/src/web/client/shell/Columns.tsx +13 -81
- package/src/web/client/shell/Header.tsx +2 -10
- package/src/web/client/shell/Shell.tsx +50 -123
- package/src/web/client/shell/StatusBar.tsx +1 -4
- package/src/web/client/shell/icons.model.ts +4 -7
- package/src/web/client/shell/keys.model.ts +5 -42
- package/src/web/client/shell/keys.ts +2 -2
- package/src/web/client/shell/shell.model.ts +10 -133
- package/src/web/client/shell/theme.model.ts +2 -2
- package/src/web/client/shell/theme.ts +33 -121
- package/src/web/client/state.ts +9 -89
- package/src/web/client/tree/Tree.tsx +24 -97
- package/src/web/client/tree/tree.model.ts +8 -56
- package/src/web/client/workspace.ts +72 -242
- package/src/web/server/page.ts +8 -10
- package/src/web/server/routes.ts +30 -415
- package/src/web/server/server.ts +6 -145
- package/src/web/shared/layout.ts +72 -624
- package/src/web/shared/wire.ts +10 -178
- package/src/core/sessions.ts +0 -929
- package/src/pi/sessionScan.ts +0 -104
- package/src/pi/viewer/tui/explorer.ts +0 -586
- package/src/web/client/live.model.ts +0 -275
- package/src/web/client/live.ts +0 -151
- package/src/web/client/note/Editor.tsx +0 -109
- package/src/web/client/note/editor.controller.ts +0 -151
- package/src/web/client/note/editor.model.ts +0 -686
- package/src/web/client/search/search.ts +0 -107
- package/src/web/client/shell/Divider.tsx +0 -44
- package/src/web/client/shell/cssvars.ts +0 -70
- package/src/web/client/shell/drag.model.ts +0 -170
- package/src/web/client/shell/layout.model.ts +0 -500
- package/src/web/client/shell/viewport.ts +0 -29
- package/src/web/server/sse.ts +0 -321
- package/src/web/server/watcher.ts +0 -507
|
@@ -5,8 +5,6 @@
|
|
|
5
5
|
* pi-weave itself is MIT (see LICENSE).
|
|
6
6
|
*
|
|
7
7
|
* Bundled dependencies and their licences:
|
|
8
|
-
* @preact/signals@2.11.1 — MIT
|
|
9
|
-
* @preact/signals-core@1.14.4 — MIT
|
|
10
8
|
* d3-dispatch@3.0.1 — ISC
|
|
11
9
|
* d3-force@3.0.0 — ISC
|
|
12
10
|
* d3-quadtree@3.0.1 — ISC
|
|
@@ -20,11 +18,11 @@
|
|
|
20
18
|
* sigma@3.0.3 — MIT
|
|
21
19
|
*/
|
|
22
20
|
|
|
23
|
-
"use strict";(()=>{var qp=Object.create;var Fs=Object.defineProperty;var Yp=Object.getOwnPropertyDescriptor;var Xp=Object.getOwnPropertyNames;var Zp=Object.getPrototypeOf,Qp=Object.prototype.hasOwnProperty;var zs=(t,e)=>()=>{try{return e||t((e={exports:{}}).exports,e),e.exports}catch(n){throw e=0,n}};var Jp=(t,e,n,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let i of Xp(e))!Qp.call(t,i)&&i!==n&&Fs(t,i,{get:()=>e[i],enumerable:!(r=Yp(e,i))||r.enumerable});return t};var kn=(t,e,n)=>(n=t!=null?qp(Zp(t)):{},Jp(e||!t||!t.__esModule?Fs(n,"default",{value:t,enumerable:!0}):n,t));var Pr=zs((Rk,So)=>{"use strict";var Qt=typeof Reflect=="object"?Reflect:null,Kl=Qt&&typeof Qt.apply=="function"?Qt.apply:function(e,n,r){return Function.prototype.apply.call(e,n,r)},Nr;Qt&&typeof Qt.ownKeys=="function"?Nr=Qt.ownKeys:Object.getOwnPropertySymbols?Nr=function(e){return Object.getOwnPropertyNames(e).concat(Object.getOwnPropertySymbols(e))}:Nr=function(e){return Object.getOwnPropertyNames(e)};function Zg(t){console&&console.warn&&console.warn(t)}var jl=Number.isNaN||function(e){return e!==e};function W(){W.init.call(this)}So.exports=W;So.exports.once=tm;W.EventEmitter=W;W.prototype._events=void 0;W.prototype._eventsCount=0;W.prototype._maxListeners=void 0;var Vl=10;function Lr(t){if(typeof t!="function")throw new TypeError('The "listener" argument must be of type Function. Received type '+typeof t)}Object.defineProperty(W,"defaultMaxListeners",{enumerable:!0,get:function(){return Vl},set:function(t){if(typeof t!="number"||t<0||jl(t))throw new RangeError('The value of "defaultMaxListeners" is out of range. It must be a non-negative number. Received '+t+".");Vl=t}});W.init=function(){(this._events===void 0||this._events===Object.getPrototypeOf(this)._events)&&(this._events=Object.create(null),this._eventsCount=0),this._maxListeners=this._maxListeners||void 0};W.prototype.setMaxListeners=function(e){if(typeof e!="number"||e<0||jl(e))throw new RangeError('The value of "n" is out of range. It must be a non-negative number. Received '+e+".");return this._maxListeners=e,this};function ql(t){return t._maxListeners===void 0?W.defaultMaxListeners:t._maxListeners}W.prototype.getMaxListeners=function(){return ql(this)};W.prototype.emit=function(e){for(var n=[],r=1;r<arguments.length;r++)n.push(arguments[r]);var i=e==="error",o=this._events;if(o!==void 0)i=i&&o.error===void 0;else if(!i)return!1;if(i){var a;if(n.length>0&&(a=n[0]),a instanceof Error)throw a;var s=new Error("Unhandled error."+(a?" ("+a.message+")":""));throw s.context=a,s}var l=o[e];if(l===void 0)return!1;if(typeof l=="function")Kl(l,this,n);else for(var u=l.length,c=Jl(l,u),r=0;r<u;++r)Kl(c[r],this,n);return!0};function Yl(t,e,n,r){var i,o,a;if(Lr(n),o=t._events,o===void 0?(o=t._events=Object.create(null),t._eventsCount=0):(o.newListener!==void 0&&(t.emit("newListener",e,n.listener?n.listener:n),o=t._events),a=o[e]),a===void 0)a=o[e]=n,++t._eventsCount;else if(typeof a=="function"?a=o[e]=r?[n,a]:[a,n]:r?a.unshift(n):a.push(n),i=ql(t),i>0&&a.length>i&&!a.warned){a.warned=!0;var s=new Error("Possible EventEmitter memory leak detected. "+a.length+" "+String(e)+" listeners added. Use emitter.setMaxListeners() to increase limit");s.name="MaxListenersExceededWarning",s.emitter=t,s.type=e,s.count=a.length,Zg(s)}return t}W.prototype.addListener=function(e,n){return Yl(this,e,n,!1)};W.prototype.on=W.prototype.addListener;W.prototype.prependListener=function(e,n){return Yl(this,e,n,!0)};function Qg(){if(!this.fired)return this.target.removeListener(this.type,this.wrapFn),this.fired=!0,arguments.length===0?this.listener.call(this.target):this.listener.apply(this.target,arguments)}function Xl(t,e,n){var r={fired:!1,wrapFn:void 0,target:t,type:e,listener:n},i=Qg.bind(r);return i.listener=n,r.wrapFn=i,i}W.prototype.once=function(e,n){return Lr(n),this.on(e,Xl(this,e,n)),this};W.prototype.prependOnceListener=function(e,n){return Lr(n),this.prependListener(e,Xl(this,e,n)),this};W.prototype.removeListener=function(e,n){var r,i,o,a,s;if(Lr(n),i=this._events,i===void 0)return this;if(r=i[e],r===void 0)return this;if(r===n||r.listener===n)--this._eventsCount===0?this._events=Object.create(null):(delete i[e],i.removeListener&&this.emit("removeListener",e,r.listener||n));else if(typeof r!="function"){for(o=-1,a=r.length-1;a>=0;a--)if(r[a]===n||r[a].listener===n){s=r[a].listener,o=a;break}if(o<0)return this;o===0?r.shift():Jg(r,o),r.length===1&&(i[e]=r[0]),i.removeListener!==void 0&&this.emit("removeListener",e,s||n)}return this};W.prototype.off=W.prototype.removeListener;W.prototype.removeAllListeners=function(e){var n,r,i;if(r=this._events,r===void 0)return this;if(r.removeListener===void 0)return arguments.length===0?(this._events=Object.create(null),this._eventsCount=0):r[e]!==void 0&&(--this._eventsCount===0?this._events=Object.create(null):delete r[e]),this;if(arguments.length===0){var o=Object.keys(r),a;for(i=0;i<o.length;++i)a=o[i],a!=="removeListener"&&this.removeAllListeners(a);return this.removeAllListeners("removeListener"),this._events=Object.create(null),this._eventsCount=0,this}if(n=r[e],typeof n=="function")this.removeListener(e,n);else if(n!==void 0)for(i=n.length-1;i>=0;i--)this.removeListener(e,n[i]);return this};function Zl(t,e,n){var r=t._events;if(r===void 0)return[];var i=r[e];return i===void 0?[]:typeof i=="function"?n?[i.listener||i]:[i]:n?em(i):Jl(i,i.length)}W.prototype.listeners=function(e){return Zl(this,e,!0)};W.prototype.rawListeners=function(e){return Zl(this,e,!1)};W.listenerCount=function(t,e){return typeof t.listenerCount=="function"?t.listenerCount(e):Ql.call(t,e)};W.prototype.listenerCount=Ql;function Ql(t){var e=this._events;if(e!==void 0){var n=e[t];if(typeof n=="function")return 1;if(n!==void 0)return n.length}return 0}W.prototype.eventNames=function(){return this._eventsCount>0?Nr(this._events):[]};function Jl(t,e){for(var n=new Array(e),r=0;r<e;++r)n[r]=t[r];return n}function Jg(t,e){for(;e+1<t.length;e++)t[e]=t[e+1];t.pop()}function em(t){for(var e=new Array(t.length),n=0;n<e.length;++n)e[n]=t[n].listener||t[n];return e}function tm(t,e){return new Promise(function(n,r){function i(a){t.removeListener(e,o),r(a)}function o(){typeof t.removeListener=="function"&&t.removeListener("error",i),n([].slice.call(arguments))}eu(t,e,o,{once:!0}),e!=="error"&&nm(t,i,{once:!0})})}function nm(t,e,n){typeof t.on=="function"&&eu(t,"error",e,n)}function eu(t,e,n,r){if(typeof t.on=="function")r.once?t.once(e,n):t.on(e,n);else if(typeof t.addEventListener=="function")t.addEventListener(e,function i(o){r.once&&t.removeEventListener(e,i),n(o)});else throw new TypeError('The "emitter" argument must be of type EventEmitter. Received type '+typeof t)}});var To=zs((Lk,nu)=>{"use strict";nu.exports=function(e){return e!==null&&typeof e=="object"&&typeof e.addUndirectedEdgeWithKey=="function"&&typeof e.dropNode=="function"&&typeof e.multi=="boolean"}});var kr,H,Ws,no,mt,$s,Ks,Vs,Ji,yr,En,js,ro,eo,to,eg,br={},xr=[],tg=/acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|ine[ch]|zoo|^ord|itera/i,Er=Array.isArray;function ot(t,e){for(var n in e)t[n]=e[n];return t}function io(t){t&&t.parentNode&&t.parentNode.removeChild(t)}function ng(t,e,n){var r,i,o,a={};for(o in e)o=="key"?r=e[o]:o=="ref"?i=e[o]:a[o]=e[o];if(arguments.length>2&&(a.children=arguments.length>3?kr.call(arguments,2):n),typeof t=="function"&&t.defaultProps!=null)for(o in t.defaultProps)a[o]===void 0&&(a[o]=t.defaultProps[o]);return wr(t,a,r,i,null)}function wr(t,e,n,r,i){var o={type:t,props:e,key:n,ref:r,__k:null,__:null,__b:0,__e:null,__c:null,constructor:void 0,__v:i??++Ws,__i:-1,__u:0};return i==null&&H.vnode!=null&&H.vnode(o),o}function Ge(t){return t.children}function qt(t,e){this.props=t,this.context=e}function St(t,e){if(e==null)return t.__?St(t.__,t.__i+1):null;for(var n;e<t.__k.length;e++)if((n=t.__k[e])!=null&&n.__e!=null)return n.__e;return typeof t.type=="function"?St(t):null}function rg(t){if(t.__P&&t.__d){var e=t.__v,n=e.__e,r=[],i=[],o=ot({},e);o.__v=e.__v+1,H.vnode&&H.vnode(o),oo(t.__P,o,e,t.__n,t.__P.namespaceURI,32&e.__u?[n]:null,r,n??St(e),!!(32&e.__u),i),o.__v=e.__v,o.__.__k[o.__i]=o,Qs(r,o,i),e.__e=e.__=null,o.__e!=n&&qs(o)}}function qs(t){if((t=t.__)!=null&&t.__c!=null)return t.__e=t.__c.base=null,t.__k.some(function(e){if(e!=null&&e.__e!=null)return t.__e=t.__c.base=e.__e}),qs(t)}function Us(t){(!t.__d&&(t.__d=!0)&&mt.push(t)&&!_r.__r++||$s!=H.debounceRendering)&&(($s=H.debounceRendering)||Ks)(_r)}function _r(){try{for(var t,e=1;mt.length;)mt.length>e&&mt.sort(Vs),t=mt.shift(),e=mt.length,rg(t)}finally{mt.length=_r.__r=0}}function Ys(t,e,n,r,i,o,a,s,l,u,c){var h,d,f,g,m,v,y=r&&r.__k||xr,b=e.length;for(l=ig(n,e,y,l,b),h=0;h<b;h++)(f=n.__k[h])!=null&&(d=f.__i!=-1&&y[f.__i]||br,f.__i=h,v=oo(t,f,d,i,o,a,s,l,u,c),g=f.__e,f.ref&&d.ref!=f.ref&&(d.ref&&ao(d.ref,null,f),c.push(f.ref,f.__c||g,f)),m==null&&g!=null&&(m=g),4&f.__u?(l=Xs(f,l,t),d.__e&&(d.__e=null)):typeof f.type=="function"&&v!==void 0?l=v:g&&(l=g.nextSibling),f.__u&=-7);return n.__e=m,l}function ig(t,e,n,r,i){var o,a,s,l,u,c=n.length,h=c,d=0;for(t.__k=new Array(i),o=0;o<i;o++)(a=e[o])!=null&&typeof a!="boolean"&&typeof a!="function"?(typeof a=="string"||typeof a=="number"||typeof a=="bigint"||a.constructor==String?a=t.__k[o]=wr(null,a,null,null,null):Er(a)?a=t.__k[o]=wr(Ge,{children:a},null,null,null):a.constructor===void 0&&a.__b>0?a=t.__k[o]=wr(a.type,a.props,a.key,a.ref?a.ref:null,a.__v):t.__k[o]=a,l=o+d,a.__=t,a.__b=t.__b+1,s=null,(u=a.__i=og(a,n,l,h))!=-1&&(h--,(s=n[u])&&(s.__u|=2)),s==null||s.__v==null?(u==-1&&(i>c?d--:i<c&&d++),typeof a.type!="function"&&(a.__u|=4)):u!=l&&(u==l-1?d--:u==l+1?d++:(u>l?d--:d++,a.__u|=4))):t.__k[o]=null;if(h)for(o=0;o<c;o++)(s=n[o])!=null&&(2&s.__u)==0&&(s.__e==r&&(r=St(s)),el(s,s));return r}function Xs(t,e,n){var r,i;if(typeof t.type=="function"){for(r=t.__k,i=0;r&&i<r.length;i++)r[i]&&(r[i].__=t,e=Xs(r[i],e,n));return e}t.__e!=e&&(e&&t.type&&!e.parentNode&&(e=St(t)),e=n.insertBefore(t.__e,e||null));do e=e&&e.nextSibling;while(e!=null&&e.nodeType==8);return e}function og(t,e,n,r){var i,o,a,s=t.key,l=t.type,u=e[n],c=u!=null&&(2&u.__u)==0;if(u===null&&s==null||c&&s==u.key&&l==u.type)return n;if(r>(c?1:0)){for(i=n-1,o=n+1;i>=0||o<e.length;)if((u=e[a=i>=0?i--:o++])!=null&&(2&u.__u)==0&&s==u.key&&l==u.type)return a}return-1}function Hs(t,e,n){e[0]=="-"?t.setProperty(e,n??""):t[e]=n==null?"":typeof n!="number"||tg.test(e)?n:n+"px"}function vr(t,e,n,r,i){var o,a;e:if(e=="style")if(typeof n=="string")t.style.cssText=n;else{if(typeof r=="string"&&(t.style.cssText=r=""),r)for(e in r)n&&e in n||Hs(t.style,e,"");if(n)for(e in n)r&&n[e]==r[e]||Hs(t.style,e,n[e])}else if(e[0]=="o"&&e[1]=="n")o=e!=(e=e.replace(js,"$1")),a=e.toLowerCase(),e=a in t||e=="onFocusOut"||e=="onFocusIn"?a.slice(2):e.slice(2),t.l||(t.l={}),t.l[e+o]=n,n?r?n[En]=r[En]:(n[En]=ro,t.addEventListener(e,o?to:eo,o)):t.removeEventListener(e,o?to:eo,o);else{if(i=="http://www.w3.org/2000/svg")e=e.replace(/xlink(H|:h)/,"h").replace(/sName$/,"s");else if(e!="width"&&e!="height"&&e!="href"&&e!="list"&&e!="form"&&e!="tabIndex"&&e!="download"&&e!="rowSpan"&&e!="colSpan"&&e!="role"&&e!="popover"&&e in t)try{t[e]=n??"";break e}catch{}typeof n=="function"||(n==null||n===!1&&e[4]!="-"?t.removeAttribute(e):t.setAttribute(e,e=="popover"&&n==1?"":n))}}function Bs(t){return function(e){if(this.l){var n=this.l[e.type+t];if(e[yr]==null)e[yr]=ro++;else if(e[yr]<n[En])return;return n(H.event?H.event(e):e)}}}function oo(t,e,n,r,i,o,a,s,l,u){var c,h,d,f,g,m,v,y,b,k,_,L,P,R,O,z,M=e.type;if(e.constructor!==void 0)return null;128&n.__u&&(l=!!(32&n.__u),o=[s=e.__e=n.__e]),(c=H.__b)&&c(e);e:if(typeof M=="function"){h=a.length;try{if(b=e.props,k=M.prototype&&M.prototype.render,_=(c=M.contextType)&&r[c.__c],L=c?_?_.props.value:c.__:r,n.__c?y=(d=e.__c=n.__c).__=d.__E:(k?e.__c=d=new M(b,L):(e.__c=d=new qt(b,L),d.constructor=M,d.render=sg),_&&_.sub(d),d.state||(d.state={}),d.__n=r,f=d.__d=!0,d.__h=[],d._sb=[]),k&&d.__s==null&&(d.__s=d.state),k&&M.getDerivedStateFromProps!=null&&(d.__s==d.state&&(d.__s=ot({},d.__s)),ot(d.__s,M.getDerivedStateFromProps(b,d.__s))),g=d.props,m=d.state,d.__v=e,f)k&&M.getDerivedStateFromProps==null&&d.componentWillMount!=null&&d.componentWillMount(),k&&d.componentDidMount!=null&&d.__h.push(d.componentDidMount);else{if(k&&M.getDerivedStateFromProps==null&&b!==g&&d.componentWillReceiveProps!=null&&d.componentWillReceiveProps(b,L),e.__v==n.__v||!d.__e&&d.shouldComponentUpdate!=null&&d.shouldComponentUpdate(b,d.__s,L)===!1){e.__v!=n.__v&&(d.props=b,d.state=d.__s,d.__d=!1),e.__e=n.__e,e.__k=n.__k,e.__k.some(function(U){U&&(U.__=e)}),xr.push.apply(d.__h,d._sb),d._sb=[],d.__h.length&&a.push(d),s=St(n);break e}d.componentWillUpdate!=null&&d.componentWillUpdate(b,d.__s,L),k&&d.componentDidUpdate!=null&&d.__h.push(function(){d.componentDidUpdate(g,m,v)})}if(d.context=L,d.props=b,d.__P=t,d.__e=!1,P=H.__r,R=0,k)d.state=d.__s,d.__d=!1,P&&P(e),c=d.render(d.props,d.state,d.context),xr.push.apply(d.__h,d._sb),d._sb=[];else do d.__d=!1,P&&P(e),c=d.render(d.props,d.state,d.context),d.state=d.__s;while(d.__d&&++R<25);d.state=d.__s,d.getChildContext!=null&&(r=ot(ot({},r),d.getChildContext())),k&&!f&&d.getSnapshotBeforeUpdate!=null&&(v=d.getSnapshotBeforeUpdate(g,m)),O=c!=null&&c.type===Ge&&c.key==null?Js(c.props.children):c,s=Ys(t,Er(O)?O:[O],e,n,r,i,o,a,s,l,u),d.base=e.__e,e.__u&=-161,d.__h.length&&a.push(d),y&&(d.__E=d.__=null)}catch(U){if(a.length=h,e.__v=null,l||o!=null){if(U.then){for(e.__u|=l?160:128;s&&s.nodeType==8&&s.nextSibling;)s=s.nextSibling;o!=null&&(o[o.indexOf(s)]=null),e.__e=s}else if(o!=null)for(z=o.length;z--;)io(o[z])}else e.__e=n.__e;e.__k==null&&(e.__k=n.__k||[]),U.then||Zs(e),H.__e(U,e,n)}}else o==null&&e.__v==n.__v?(e.__k=n.__k,e.__e=n.__e):s=e.__e=ag(n.__e,e,n,r,i,o,a,l,u);return(c=H.diffed)&&c(e),128&e.__u?void 0:s}function Zs(t){t&&(t.__c&&(t.__c.__e=!0),t.__k&&t.__k.some(Zs))}function Qs(t,e,n){for(var r=0;r<n.length;r++)ao(n[r],n[++r],n[++r]);H.__c&&H.__c(e,t),t.some(function(i){try{t=i.__h,i.__h=[],t.some(function(o){o.call(i)})}catch(o){H.__e(o,i.__v)}})}function Js(t){return typeof t!="object"||t==null||t.__b>0?t:Er(t)?t.map(Js):t.constructor!==void 0?null:ot({},t)}function ag(t,e,n,r,i,o,a,s,l){var u,c,h,d,f,g,m,v=n.props||br,y=e.props,b=e.type;if(b=="svg"?i="http://www.w3.org/2000/svg":b=="math"?i="http://www.w3.org/1998/Math/MathML":i||(i="http://www.w3.org/1999/xhtml"),o!=null){for(u=0;u<o.length;u++)if((f=o[u])&&"setAttribute"in f==!!b&&(b?f.localName==b:f.nodeType==3)){t=f,o[u]=null;break}}if(t==null){if(b==null)return document.createTextNode(y);t=document.createElementNS(i,b,y.is&&y),s&&(H.__m&&H.__m(e,o),s=!1),o=null}if(b==null)v===y||s&&t.data==y||(t.data=y);else{if(o=b=="textarea"&&y.defaultValue!=null?null:o&&kr.call(t.childNodes),!s&&o!=null)for(v={},u=0;u<t.attributes.length;u++)v[(f=t.attributes[u]).name]=f.value;for(u in v)f=v[u],u=="dangerouslySetInnerHTML"?h=f:u=="children"||u in y||u=="value"&&"defaultValue"in y||u=="checked"&&"defaultChecked"in y||vr(t,u,null,f,i);for(u in y)f=y[u],u=="children"?d=f:u=="dangerouslySetInnerHTML"?c=f:u=="value"?g=f:u=="checked"?m=f:s&&typeof f!="function"||v[u]===f||vr(t,u,f,v[u],i);if(c)s||h&&(c.__html==h.__html||c.__html==t.innerHTML)||(t.innerHTML=c.__html),e.__k=[];else if(h&&(t.innerHTML=""),Ys(e.type=="template"?t.content:t,Er(d)?d:[d],e,n,r,b=="foreignObject"?"http://www.w3.org/1999/xhtml":i,o,a,o?o[0]:n.__k&&St(n,0),s,l),o!=null)for(u=o.length;u--;)io(o[u]);s&&b!="textarea"||(u="value",b=="progress"&&g==null?t.removeAttribute("value"):g!=null&&(g!==t[u]||b=="progress"&&!g||b=="option"&&g!=v[u])&&vr(t,u,g,v[u],i),u="checked",m!=null&&m!=t[u]&&vr(t,u,m,v[u],i))}return t}function ao(t,e,n){try{if(typeof t=="function"){var r=typeof t.__u=="function";r&&t.__u(),r&&e==null||(t.__u=t(e))}else t.current=e}catch(i){H.__e(i,n)}}function el(t,e,n){var r,i;if(H.unmount&&H.unmount(t),(r=t.ref)&&(r.current&&r.current!=t.__e||ao(r,null,e)),(r=t.__c)!=null){if(r.componentWillUnmount)try{r.componentWillUnmount()}catch(o){H.__e(o,e)}r.base=r.__P=r.__n=null}if(r=t.__k)for(i=0;i<r.length;i++)r[i]&&el(r[i],e,n||typeof t.type!="function");n||io(t.__e),t.__c=t.__=t.__e=void 0}function sg(t,e,n){return this.constructor(t,n)}function tl(t,e,n){var r,i,o,a;e==document&&(e=document.documentElement),H.__&&H.__(t,e),i=(r=typeof n=="function")?null:n&&n.__k||e.__k,o=[],a=[],oo(e,t=(!r&&n||e).__k=ng(Ge,null,[t]),i||br,br,e.namespaceURI,!r&&n?[n]:i?null:e.firstChild?kr.call(e.childNodes):null,o,!r&&n?n:i?i.__e:e.firstChild,r,a),Qs(o,t,a),t.props.children=null}kr=xr.slice,H={__e:function(t,e,n,r){for(var i,o,a;e=e.__;)if((i=e.__c)&&!i.__)try{if((o=i.constructor)&&o.getDerivedStateFromError!=null&&(i.setState(o.getDerivedStateFromError(t)),a=i.__d),i.componentDidCatch!=null&&(i.componentDidCatch(t,r||{}),a=i.__d),a)return i.__E=i}catch(s){t=s}throw t}},Ws=0,no=function(t){return t!=null&&t.constructor===void 0},qt.prototype.setState=function(t,e){var n;n=this.__s!=null&&this.__s!=this.state?this.__s:this.__s=ot({},this.state),typeof t=="function"&&(t=t(ot({},n),this.props)),t&&ot(n,t),t!=null&&this.__v&&(e&&this._sb.push(e),Us(this))},qt.prototype.forceUpdate=function(t){this.__v&&(this.__e=!0,t&&this.__h.push(t),Us(this))},qt.prototype.render=Ge,mt=[],Ks=typeof Promise=="function"?Promise.prototype.then.bind(Promise.resolve()):setTimeout,Vs=function(t,e){return t.__v.__b-e.__v.__b},_r.__r=0,Ji=Math.random().toString(8),yr="__d"+Ji,En="__a"+Ji,js=/(PointerCapture)$|Capture$/i,ro=0,eo=Bs(!1),to=Bs(!0),eg=0;var lg=["vault","repo","git"],nl="change";function rl(t){if(typeof t!="object"||t===null)return!1;let e=t;return typeof e.stamp!="string"?!1:lg.includes(e.scope)}var il="weave-bootstrap";var so={cwd:"",vaultRoot:"",session:""};function ug(t){if(typeof t!="object"||t===null)return!1;let e=t;return typeof e.cwd=="string"&&typeof e.vaultRoot=="string"&&typeof e.session=="string"}function ol(t){if(t===null||t.trim()==="")return so;let e;try{e=JSON.parse(t)}catch{return so}return ug(e)?e:so}var Yt,ne,lo,al,Sn=0,pl=[],oe=H,sl=oe.__b,ll=oe.__r,ul=oe.diffed,cl=oe.__c,dl=oe.unmount,hl=oe.__;function Tr(t,e){oe.__h&&oe.__h(ne,t,Sn||e),Sn=0;var n=ne.__H||(ne.__H={__:[],__h:[]});return t>=n.__.length&&n.__.push({}),n.__[t]}function ae(t){return Sn=1,cg(ml,t)}function cg(t,e,n){var r=Tr(Yt++,2);if(r.t=t,!r.__c&&(r.__=[n?n(e):ml(void 0,e),function(s){var l=r.__N?r.__N[0]:r.__[0],u=r.t(l,s);l!==u&&(r.__N=[u,r.__[1]],r.__c.setState({}))}],r.__c=ne,!ne.__f)){var i=function(s,l,u){if(!r.__c.__H)return!0;var c=!1,h=r.__c.props!==s;if(r.__c.__H.__.some(function(f){if(f.__N){c=!0;var g=f.__[0];f.__=f.__N,f.__N=void 0,g!==f.__[0]&&(h=!0)}}),o){var d=o.call(this,s,l,u);return c?d||h:d}return!c||h};ne.__f=!0;var o=ne.shouldComponentUpdate,a=ne.componentWillUpdate;ne.componentWillUpdate=function(s,l,u){if(this.__e){var c=o;o=void 0,i(s,l,u),o=c}a&&a.call(this,s,l,u)},ne.shouldComponentUpdate=i}return r.__N||r.__}function te(t,e){var n=Tr(Yt++,3);!oe.__s&&co(n.__H,e)&&(n.__=t,n.u=e,ne.__H.__h.push(n))}function Tn(t,e){var n=Tr(Yt++,4);!oe.__s&&co(n.__H,e)&&(n.__=t,n.u=e,ne.__h.push(n))}function re(t){return Sn=5,be(function(){return{current:t}},[])}function be(t,e){var n=Tr(Yt++,7);return co(n.__H,e)&&(n.__=t(),n.__H=e,n.__h=t),n.__}function gl(t,e){return Sn=8,be(function(){return t},e)}function dg(){for(var t;t=pl.shift();){var e=t.__H;if(t.__P&&e)try{e.__h.some(Sr),e.__h.some(uo),e.__h=[]}catch(n){e.__h=[],oe.__e(n,t.__v)}}}oe.__b=function(t){ne=null,sl&&sl(t)},oe.__=function(t,e){t&&e.__k&&e.__k.__m&&(t.__m=e.__k.__m),hl&&hl(t,e)},oe.__r=function(t){ll&&ll(t),Yt=0;var e=(ne=t.__c).__H;e&&(lo===ne?(e.__h=[],ne.__h=[],e.__.some(function(n){n.__N&&(n.__=n.__N),n.u=n.__N=void 0})):(e.__h.some(Sr),e.__h.some(uo),e.__h=[],Yt=0)),lo=ne},oe.diffed=function(t){ul&&ul(t);var e=t.__c;e&&e.__H&&(e.__H.__h.length&&(pl.push(e)!==1&&al===oe.requestAnimationFrame||((al=oe.requestAnimationFrame)||hg)(dg)),e.__H.__.some(function(n){n.u&&(n.__H=n.u,n.u=void 0)})),lo=ne=null},oe.__c=function(t,e){e.some(function(n){try{n.__h.some(Sr),n.__h=n.__h.filter(function(r){return!r.__||uo(r)})}catch(r){e.some(function(i){i.__h&&(i.__h=[])}),e=[],oe.__e(r,n.__v)}}),cl&&cl(t,e)},oe.unmount=function(t){dl&&dl(t);var e,n=t.__c;n&&n.__H&&(n.__H.__.some(function(r){try{Sr(r)}catch(i){e=i}}),n.__H=void 0,e&&oe.__e(e,n.__v))};var fl=typeof requestAnimationFrame=="function";function hg(t){var e,n=function(){clearTimeout(r),fl&&cancelAnimationFrame(e),setTimeout(t)},r=setTimeout(n,35);fl&&(e=requestAnimationFrame(n))}function Sr(t){var e=ne,n=t.__c;typeof n=="function"&&(t.__c=void 0,n()),ne=e}function uo(t){var e=ne;t.__c=t.__(),ne=e}function co(t,e){return!t||t.length!==e.length||e.some(function(n,r){return n!==t[r]})}function ml(t,e){return typeof e=="function"?e(t):e}var Tt=(t,e)=>fetch(t,{...e?.method===void 0?{}:{method:e.method},...e?.headers===void 0?{}:{headers:e.headers},...e?.body===void 0?{}:{body:e.body},credentials:"same-origin"});var vl="(prefers-color-scheme: light)";function Ar(t){return t==null||typeof t.matchMedia!="function"?"dark":t.matchMedia(vl).matches?"light":"dark"}function yl(t,e){if(typeof t.matchMedia!="function")return()=>{};let n=t.matchMedia(vl);if(typeof n.addEventListener!="function")return()=>{};let r=()=>e(n.matches?"light":"dark");return n.addEventListener("change",r),()=>n.removeEventListener("change",r)}function fg(t,e){if(typeof t!="object"||!t)return t;var n=t[Symbol.toPrimitive];if(n!==void 0){var r=n.call(t,e||"default");if(typeof r!="object")return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return(e==="string"?String:Number)(t)}function Rt(t){var e=fg(t,"string");return typeof e=="symbol"?e:e+""}function ce(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function wl(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,Rt(r.key),r)}}function de(t,e,n){return e&&wl(t.prototype,e),n&&wl(t,n),Object.defineProperty(t,"prototype",{writable:!1}),t}function At(t){return At=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(e){return e.__proto__||Object.getPrototypeOf(e)},At(t)}function bl(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return(bl=function(){return!!t})()}function pg(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function gg(t,e){if(e&&(typeof e=="object"||typeof e=="function"))return e;if(e!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return pg(t)}function Ee(t,e,n){return e=At(e),gg(t,bl()?Reflect.construct(e,n||[],At(t).constructor):e.apply(t,n))}function ho(t,e){return ho=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(n,r){return n.__proto__=r,n},ho(t,e)}function Se(t,e){if(typeof e!="function"&&e!==null)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),Object.defineProperty(t,"prototype",{writable:!1}),e&&ho(t,e)}function mg(t){if(Array.isArray(t))return t}function vg(t,e){var n=t==null?null:typeof Symbol<"u"&&t[Symbol.iterator]||t["@@iterator"];if(n!=null){var r,i,o,a,s=[],l=!0,u=!1;try{if(o=(n=n.call(t)).next,e===0){if(Object(n)!==n)return;l=!1}else for(;!(l=(r=o.call(n)).done)&&(s.push(r.value),s.length!==e);l=!0);}catch(c){u=!0,i=c}finally{try{if(!l&&n.return!=null&&(a=n.return(),Object(a)!==a))return}finally{if(u)throw i}}return s}}function Rr(t,e){(e==null||e>t.length)&&(e=t.length);for(var n=0,r=Array(e);n<e;n++)r[n]=t[n];return r}function mo(t,e){if(t){if(typeof t=="string")return Rr(t,e);var n={}.toString.call(t).slice(8,-1);return n==="Object"&&t.constructor&&(n=t.constructor.name),n==="Map"||n==="Set"?Array.from(t):n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?Rr(t,e):void 0}}function yg(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
24
|
-
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function
|
|
21
|
+
"use strict";(()=>{var Vh=Object.create;var Oa=Object.defineProperty;var jh=Object.getOwnPropertyDescriptor;var qh=Object.getOwnPropertyNames;var Yh=Object.getPrototypeOf,Zh=Object.prototype.hasOwnProperty;var Fa=(t,e)=>()=>{try{return e||t((e={exports:{}}).exports,e),e.exports}catch(n){throw e=0,n}};var Xh=(t,e,n,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let i of qh(e))!Zh.call(t,i)&&i!==n&&Oa(t,i,{get:()=>e[i],enumerable:!(r=jh(e,i))||r.enumerable});return t};var on=(t,e,n)=>(n=t!=null?Vh(Yh(t)):{},Xh(e||!t||!t.__esModule?Oa(n,"default",{value:t,enumerable:!0}):n,t));var sr=Fa((Ab,Hi)=>{"use strict";var $t=typeof Reflect=="object"?Reflect:null,qs=$t&&typeof $t.apply=="function"?$t.apply:function(e,n,r){return Function.prototype.apply.call(e,n,r)},or;$t&&typeof $t.ownKeys=="function"?or=$t.ownKeys:Object.getOwnPropertySymbols?or=function(e){return Object.getOwnPropertyNames(e).concat(Object.getOwnPropertySymbols(e))}:or=function(e){return Object.getOwnPropertyNames(e)};function np(t){console&&console.warn&&console.warn(t)}var Zs=Number.isNaN||function(e){return e!==e};function W(){W.init.call(this)}Hi.exports=W;Hi.exports.once=ap;W.EventEmitter=W;W.prototype._events=void 0;W.prototype._eventsCount=0;W.prototype._maxListeners=void 0;var Ys=10;function ar(t){if(typeof t!="function")throw new TypeError('The "listener" argument must be of type Function. Received type '+typeof t)}Object.defineProperty(W,"defaultMaxListeners",{enumerable:!0,get:function(){return Ys},set:function(t){if(typeof t!="number"||t<0||Zs(t))throw new RangeError('The value of "defaultMaxListeners" is out of range. It must be a non-negative number. Received '+t+".");Ys=t}});W.init=function(){(this._events===void 0||this._events===Object.getPrototypeOf(this)._events)&&(this._events=Object.create(null),this._eventsCount=0),this._maxListeners=this._maxListeners||void 0};W.prototype.setMaxListeners=function(e){if(typeof e!="number"||e<0||Zs(e))throw new RangeError('The value of "n" is out of range. It must be a non-negative number. Received '+e+".");return this._maxListeners=e,this};function Xs(t){return t._maxListeners===void 0?W.defaultMaxListeners:t._maxListeners}W.prototype.getMaxListeners=function(){return Xs(this)};W.prototype.emit=function(e){for(var n=[],r=1;r<arguments.length;r++)n.push(arguments[r]);var i=e==="error",o=this._events;if(o!==void 0)i=i&&o.error===void 0;else if(!i)return!1;if(i){var a;if(n.length>0&&(a=n[0]),a instanceof Error)throw a;var s=new Error("Unhandled error."+(a?" ("+a.message+")":""));throw s.context=a,s}var l=o[e];if(l===void 0)return!1;if(typeof l=="function")qs(l,this,n);else for(var u=l.length,d=nl(l,u),r=0;r<u;++r)qs(d[r],this,n);return!0};function Qs(t,e,n,r){var i,o,a;if(ar(n),o=t._events,o===void 0?(o=t._events=Object.create(null),t._eventsCount=0):(o.newListener!==void 0&&(t.emit("newListener",e,n.listener?n.listener:n),o=t._events),a=o[e]),a===void 0)a=o[e]=n,++t._eventsCount;else if(typeof a=="function"?a=o[e]=r?[n,a]:[a,n]:r?a.unshift(n):a.push(n),i=Xs(t),i>0&&a.length>i&&!a.warned){a.warned=!0;var s=new Error("Possible EventEmitter memory leak detected. "+a.length+" "+String(e)+" listeners added. Use emitter.setMaxListeners() to increase limit");s.name="MaxListenersExceededWarning",s.emitter=t,s.type=e,s.count=a.length,np(s)}return t}W.prototype.addListener=function(e,n){return Qs(this,e,n,!1)};W.prototype.on=W.prototype.addListener;W.prototype.prependListener=function(e,n){return Qs(this,e,n,!0)};function rp(){if(!this.fired)return this.target.removeListener(this.type,this.wrapFn),this.fired=!0,arguments.length===0?this.listener.call(this.target):this.listener.apply(this.target,arguments)}function Js(t,e,n){var r={fired:!1,wrapFn:void 0,target:t,type:e,listener:n},i=rp.bind(r);return i.listener=n,r.wrapFn=i,i}W.prototype.once=function(e,n){return ar(n),this.on(e,Js(this,e,n)),this};W.prototype.prependOnceListener=function(e,n){return ar(n),this.prependListener(e,Js(this,e,n)),this};W.prototype.removeListener=function(e,n){var r,i,o,a,s;if(ar(n),i=this._events,i===void 0)return this;if(r=i[e],r===void 0)return this;if(r===n||r.listener===n)--this._eventsCount===0?this._events=Object.create(null):(delete i[e],i.removeListener&&this.emit("removeListener",e,r.listener||n));else if(typeof r!="function"){for(o=-1,a=r.length-1;a>=0;a--)if(r[a]===n||r[a].listener===n){s=r[a].listener,o=a;break}if(o<0)return this;o===0?r.shift():ip(r,o),r.length===1&&(i[e]=r[0]),i.removeListener!==void 0&&this.emit("removeListener",e,s||n)}return this};W.prototype.off=W.prototype.removeListener;W.prototype.removeAllListeners=function(e){var n,r,i;if(r=this._events,r===void 0)return this;if(r.removeListener===void 0)return arguments.length===0?(this._events=Object.create(null),this._eventsCount=0):r[e]!==void 0&&(--this._eventsCount===0?this._events=Object.create(null):delete r[e]),this;if(arguments.length===0){var o=Object.keys(r),a;for(i=0;i<o.length;++i)a=o[i],a!=="removeListener"&&this.removeAllListeners(a);return this.removeAllListeners("removeListener"),this._events=Object.create(null),this._eventsCount=0,this}if(n=r[e],typeof n=="function")this.removeListener(e,n);else if(n!==void 0)for(i=n.length-1;i>=0;i--)this.removeListener(e,n[i]);return this};function el(t,e,n){var r=t._events;if(r===void 0)return[];var i=r[e];return i===void 0?[]:typeof i=="function"?n?[i.listener||i]:[i]:n?op(i):nl(i,i.length)}W.prototype.listeners=function(e){return el(this,e,!0)};W.prototype.rawListeners=function(e){return el(this,e,!1)};W.listenerCount=function(t,e){return typeof t.listenerCount=="function"?t.listenerCount(e):tl.call(t,e)};W.prototype.listenerCount=tl;function tl(t){var e=this._events;if(e!==void 0){var n=e[t];if(typeof n=="function")return 1;if(n!==void 0)return n.length}return 0}W.prototype.eventNames=function(){return this._eventsCount>0?or(this._events):[]};function nl(t,e){for(var n=new Array(e),r=0;r<e;++r)n[r]=t[r];return n}function ip(t,e){for(;e+1<t.length;e++)t[e]=t[e+1];t.pop()}function op(t){for(var e=new Array(t.length),n=0;n<e.length;++n)e[n]=t[n].listener||t[n];return e}function ap(t,e){return new Promise(function(n,r){function i(a){t.removeListener(e,o),r(a)}function o(){typeof t.removeListener=="function"&&t.removeListener("error",i),n([].slice.call(arguments))}rl(t,e,o,{once:!0}),e!=="error"&&sp(t,i,{once:!0})})}function sp(t,e,n){typeof t.on=="function"&&rl(t,"error",e,n)}function rl(t,e,n,r){if(typeof t.on=="function")r.once?t.once(e,n):t.on(e,n);else if(typeof t.addEventListener=="function")t.addEventListener(e,function i(o){r.once&&t.removeEventListener(e,i),n(o)});else throw new TypeError('The "emitter" argument must be of type EventEmitter. Received type '+typeof t)}});var Bi=Fa((Nb,ol)=>{"use strict";ol.exports=function(e){return e!==null&&typeof e=="object"&&typeof e.addUndirectedEdgeWithKey=="function"&&typeof e.dropNode=="function"&&typeof e.multi=="boolean"}});var Xn,B,Ba,Qh,ot,za,Wa,Ka,gi,Kn,an,Va,yi,mi,vi,Jh,qn={},Yn=[],ef=/acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|ine[ch]|zoo|^ord|itera/i,Qn=Array.isArray;function Ye(t,e){for(var n in e)t[n]=e[n];return t}function wi(t){t&&t.parentNode&&t.parentNode.removeChild(t)}function tf(t,e,n){var r,i,o,a={};for(o in e)o=="key"?r=e[o]:o=="ref"?i=e[o]:a[o]=e[o];if(arguments.length>2&&(a.children=arguments.length>3?Xn.call(arguments,2):n),typeof t=="function"&&t.defaultProps!=null)for(o in t.defaultProps)a[o]===void 0&&(a[o]=t.defaultProps[o]);return Vn(t,a,r,i,null)}function Vn(t,e,n,r,i){var o={type:t,props:e,key:n,ref:r,__k:null,__:null,__b:0,__e:null,__c:null,constructor:void 0,__v:i??++Ba,__i:-1,__u:0};return i==null&&B.vnode!=null&&B.vnode(o),o}function at(t){return t.children}function jn(t,e){this.props=t,this.context=e}function mt(t,e){if(e==null)return t.__?mt(t.__,t.__i+1):null;for(var n;e<t.__k.length;e++)if((n=t.__k[e])!=null&&n.__e!=null)return n.__e;return typeof t.type=="function"?mt(t):null}function nf(t){if(t.__P&&t.__d){var e=t.__v,n=e.__e,r=[],i=[],o=Ye({},e);o.__v=e.__v+1,B.vnode&&B.vnode(o),bi(t.__P,o,e,t.__n,t.__P.namespaceURI,32&e.__u?[n]:null,r,n??mt(e),!!(32&e.__u),i),o.__v=e.__v,o.__.__k[o.__i]=o,Xa(r,o,i),e.__e=e.__=null,o.__e!=n&&ja(o)}}function ja(t){if((t=t.__)!=null&&t.__c!=null)return t.__e=t.__c.base=null,t.__k.some(function(e){if(e!=null&&e.__e!=null)return t.__e=t.__c.base=e.__e}),ja(t)}function $a(t){(!t.__d&&(t.__d=!0)&&ot.push(t)&&!Zn.__r++||za!=B.debounceRendering)&&((za=B.debounceRendering)||Wa)(Zn)}function Zn(){try{for(var t,e=1;ot.length;)ot.length>e&&ot.sort(Ka),t=ot.shift(),e=ot.length,nf(t)}finally{ot.length=Zn.__r=0}}function qa(t,e,n,r,i,o,a,s,l,u,d){var h,c,f,g,v,m,y=r&&r.__k||Yn,b=e.length;for(l=rf(n,e,y,l,b),h=0;h<b;h++)(f=n.__k[h])!=null&&(c=f.__i!=-1&&y[f.__i]||qn,f.__i=h,m=bi(t,f,c,i,o,a,s,l,u,d),g=f.__e,f.ref&&c.ref!=f.ref&&(c.ref&&xi(c.ref,null,f),d.push(f.ref,f.__c||g,f)),v==null&&g!=null&&(v=g),4&f.__u?(l=Ya(f,l,t),c.__e&&(c.__e=null)):typeof f.type=="function"&&m!==void 0?l=m:g&&(l=g.nextSibling),f.__u&=-7);return n.__e=v,l}function rf(t,e,n,r,i){var o,a,s,l,u,d=n.length,h=d,c=0;for(t.__k=new Array(i),o=0;o<i;o++)(a=e[o])!=null&&typeof a!="boolean"&&typeof a!="function"?(typeof a=="string"||typeof a=="number"||typeof a=="bigint"||a.constructor==String?a=t.__k[o]=Vn(null,a,null,null,null):Qn(a)?a=t.__k[o]=Vn(at,{children:a},null,null,null):a.constructor===void 0&&a.__b>0?a=t.__k[o]=Vn(a.type,a.props,a.key,a.ref?a.ref:null,a.__v):t.__k[o]=a,l=o+c,a.__=t,a.__b=t.__b+1,s=null,(u=a.__i=of(a,n,l,h))!=-1&&(h--,(s=n[u])&&(s.__u|=2)),s==null||s.__v==null?(u==-1&&(i>d?c--:i<d&&c++),typeof a.type!="function"&&(a.__u|=4)):u!=l&&(u==l-1?c--:u==l+1?c++:(u>l?c--:c++,a.__u|=4))):t.__k[o]=null;if(h)for(o=0;o<d;o++)(s=n[o])!=null&&(2&s.__u)==0&&(s.__e==r&&(r=mt(s)),Ja(s,s));return r}function Ya(t,e,n){var r,i;if(typeof t.type=="function"){for(r=t.__k,i=0;r&&i<r.length;i++)r[i]&&(r[i].__=t,e=Ya(r[i],e,n));return e}t.__e!=e&&(e&&t.type&&!e.parentNode&&(e=mt(t)),e=n.insertBefore(t.__e,e||null));do e=e&&e.nextSibling;while(e!=null&&e.nodeType==8);return e}function of(t,e,n,r){var i,o,a,s=t.key,l=t.type,u=e[n],d=u!=null&&(2&u.__u)==0;if(u===null&&s==null||d&&s==u.key&&l==u.type)return n;if(r>(d?1:0)){for(i=n-1,o=n+1;i>=0||o<e.length;)if((u=e[a=i>=0?i--:o++])!=null&&(2&u.__u)==0&&s==u.key&&l==u.type)return a}return-1}function Ua(t,e,n){e[0]=="-"?t.setProperty(e,n??""):t[e]=n==null?"":typeof n!="number"||ef.test(e)?n:n+"px"}function Wn(t,e,n,r,i){var o,a;e:if(e=="style")if(typeof n=="string")t.style.cssText=n;else{if(typeof r=="string"&&(t.style.cssText=r=""),r)for(e in r)n&&e in n||Ua(t.style,e,"");if(n)for(e in n)r&&n[e]==r[e]||Ua(t.style,e,n[e])}else if(e[0]=="o"&&e[1]=="n")o=e!=(e=e.replace(Va,"$1")),a=e.toLowerCase(),e=a in t||e=="onFocusOut"||e=="onFocusIn"?a.slice(2):e.slice(2),t.l||(t.l={}),t.l[e+o]=n,n?r?n[an]=r[an]:(n[an]=yi,t.addEventListener(e,o?vi:mi,o)):t.removeEventListener(e,o?vi:mi,o);else{if(i=="http://www.w3.org/2000/svg")e=e.replace(/xlink(H|:h)/,"h").replace(/sName$/,"s");else if(e!="width"&&e!="height"&&e!="href"&&e!="list"&&e!="form"&&e!="tabIndex"&&e!="download"&&e!="rowSpan"&&e!="colSpan"&&e!="role"&&e!="popover"&&e in t)try{t[e]=n??"";break e}catch{}typeof n=="function"||(n==null||n===!1&&e[4]!="-"?t.removeAttribute(e):t.setAttribute(e,e=="popover"&&n==1?"":n))}}function Ha(t){return function(e){if(this.l){var n=this.l[e.type+t];if(e[Kn]==null)e[Kn]=yi++;else if(e[Kn]<n[an])return;return n(B.event?B.event(e):e)}}}function bi(t,e,n,r,i,o,a,s,l,u){var d,h,c,f,g,v,m,y,b,k,_,N,D,I,z,F,G=e.type;if(e.constructor!==void 0)return null;128&n.__u&&(l=!!(32&n.__u),o=[s=e.__e=n.__e]),(d=B.__b)&&d(e);e:if(typeof G=="function"){h=a.length;try{if(b=e.props,k=G.prototype&&G.prototype.render,_=(d=G.contextType)&&r[d.__c],N=d?_?_.props.value:d.__:r,n.__c?y=(c=e.__c=n.__c).__=c.__E:(k?e.__c=c=new G(b,N):(e.__c=c=new jn(b,N),c.constructor=G,c.render=sf),_&&_.sub(c),c.state||(c.state={}),c.__n=r,f=c.__d=!0,c.__h=[],c._sb=[]),k&&c.__s==null&&(c.__s=c.state),k&&G.getDerivedStateFromProps!=null&&(c.__s==c.state&&(c.__s=Ye({},c.__s)),Ye(c.__s,G.getDerivedStateFromProps(b,c.__s))),g=c.props,v=c.state,c.__v=e,f)k&&G.getDerivedStateFromProps==null&&c.componentWillMount!=null&&c.componentWillMount(),k&&c.componentDidMount!=null&&c.__h.push(c.componentDidMount);else{if(k&&G.getDerivedStateFromProps==null&&b!==g&&c.componentWillReceiveProps!=null&&c.componentWillReceiveProps(b,N),e.__v==n.__v||!c.__e&&c.shouldComponentUpdate!=null&&c.shouldComponentUpdate(b,c.__s,N)===!1){e.__v!=n.__v&&(c.props=b,c.state=c.__s,c.__d=!1),e.__e=n.__e,e.__k=n.__k,e.__k.some(function(U){U&&(U.__=e)}),Yn.push.apply(c.__h,c._sb),c._sb=[],c.__h.length&&a.push(c),s=mt(n);break e}c.componentWillUpdate!=null&&c.componentWillUpdate(b,c.__s,N),k&&c.componentDidUpdate!=null&&c.__h.push(function(){c.componentDidUpdate(g,v,m)})}if(c.context=N,c.props=b,c.__P=t,c.__e=!1,D=B.__r,I=0,k)c.state=c.__s,c.__d=!1,D&&D(e),d=c.render(c.props,c.state,c.context),Yn.push.apply(c.__h,c._sb),c._sb=[];else do c.__d=!1,D&&D(e),d=c.render(c.props,c.state,c.context),c.state=c.__s;while(c.__d&&++I<25);c.state=c.__s,c.getChildContext!=null&&(r=Ye(Ye({},r),c.getChildContext())),k&&!f&&c.getSnapshotBeforeUpdate!=null&&(m=c.getSnapshotBeforeUpdate(g,v)),z=d!=null&&d.type===at&&d.key==null?Qa(d.props.children):d,s=qa(t,Qn(z)?z:[z],e,n,r,i,o,a,s,l,u),c.base=e.__e,e.__u&=-161,c.__h.length&&a.push(c),y&&(c.__E=c.__=null)}catch(U){if(a.length=h,e.__v=null,l||o!=null){if(U.then){for(e.__u|=l?160:128;s&&s.nodeType==8&&s.nextSibling;)s=s.nextSibling;o!=null&&(o[o.indexOf(s)]=null),e.__e=s}else if(o!=null)for(F=o.length;F--;)wi(o[F])}else e.__e=n.__e;e.__k==null&&(e.__k=n.__k||[]),U.then||Za(e),B.__e(U,e,n)}}else o==null&&e.__v==n.__v?(e.__k=n.__k,e.__e=n.__e):s=e.__e=af(n.__e,e,n,r,i,o,a,l,u);return(d=B.diffed)&&d(e),128&e.__u?void 0:s}function Za(t){t&&(t.__c&&(t.__c.__e=!0),t.__k&&t.__k.some(Za))}function Xa(t,e,n){for(var r=0;r<n.length;r++)xi(n[r],n[++r],n[++r]);B.__c&&B.__c(e,t),t.some(function(i){try{t=i.__h,i.__h=[],t.some(function(o){o.call(i)})}catch(o){B.__e(o,i.__v)}})}function Qa(t){return typeof t!="object"||t==null||t.__b>0?t:Qn(t)?t.map(Qa):t.constructor!==void 0?null:Ye({},t)}function af(t,e,n,r,i,o,a,s,l){var u,d,h,c,f,g,v,m=n.props||qn,y=e.props,b=e.type;if(b=="svg"?i="http://www.w3.org/2000/svg":b=="math"?i="http://www.w3.org/1998/Math/MathML":i||(i="http://www.w3.org/1999/xhtml"),o!=null){for(u=0;u<o.length;u++)if((f=o[u])&&"setAttribute"in f==!!b&&(b?f.localName==b:f.nodeType==3)){t=f,o[u]=null;break}}if(t==null){if(b==null)return document.createTextNode(y);t=document.createElementNS(i,b,y.is&&y),s&&(B.__m&&B.__m(e,o),s=!1),o=null}if(b==null)m===y||s&&t.data==y||(t.data=y);else{if(o=b=="textarea"&&y.defaultValue!=null?null:o&&Xn.call(t.childNodes),!s&&o!=null)for(m={},u=0;u<t.attributes.length;u++)m[(f=t.attributes[u]).name]=f.value;for(u in m)f=m[u],u=="dangerouslySetInnerHTML"?h=f:u=="children"||u in y||u=="value"&&"defaultValue"in y||u=="checked"&&"defaultChecked"in y||Wn(t,u,null,f,i);for(u in y)f=y[u],u=="children"?c=f:u=="dangerouslySetInnerHTML"?d=f:u=="value"?g=f:u=="checked"?v=f:s&&typeof f!="function"||m[u]===f||Wn(t,u,f,m[u],i);if(d)s||h&&(d.__html==h.__html||d.__html==t.innerHTML)||(t.innerHTML=d.__html),e.__k=[];else if(h&&(t.innerHTML=""),qa(e.type=="template"?t.content:t,Qn(c)?c:[c],e,n,r,b=="foreignObject"?"http://www.w3.org/1999/xhtml":i,o,a,o?o[0]:n.__k&&mt(n,0),s,l),o!=null)for(u=o.length;u--;)wi(o[u]);s&&b!="textarea"||(u="value",b=="progress"&&g==null?t.removeAttribute("value"):g!=null&&(g!==t[u]||b=="progress"&&!g||b=="option"&&g!=m[u])&&Wn(t,u,g,m[u],i),u="checked",v!=null&&v!=t[u]&&Wn(t,u,v,m[u],i))}return t}function xi(t,e,n){try{if(typeof t=="function"){var r=typeof t.__u=="function";r&&t.__u(),r&&e==null||(t.__u=t(e))}else t.current=e}catch(i){B.__e(i,n)}}function Ja(t,e,n){var r,i;if(B.unmount&&B.unmount(t),(r=t.ref)&&(r.current&&r.current!=t.__e||xi(r,null,e)),(r=t.__c)!=null){if(r.componentWillUnmount)try{r.componentWillUnmount()}catch(o){B.__e(o,e)}r.base=r.__P=r.__n=null}if(r=t.__k)for(i=0;i<r.length;i++)r[i]&&Ja(r[i],e,n||typeof t.type!="function");n||wi(t.__e),t.__c=t.__=t.__e=void 0}function sf(t,e,n){return this.constructor(t,n)}function es(t,e,n){var r,i,o,a;e==document&&(e=document.documentElement),B.__&&B.__(t,e),i=(r=typeof n=="function")?null:n&&n.__k||e.__k,o=[],a=[],bi(e,t=(!r&&n||e).__k=tf(at,null,[t]),i||qn,qn,e.namespaceURI,!r&&n?[n]:i?null:e.firstChild?Xn.call(e.childNodes):null,o,!r&&n?n:i?i.__e:e.firstChild,r,a),Xa(o,t,a),t.props.children=null}Xn=Yn.slice,B={__e:function(t,e,n,r){for(var i,o,a;e=e.__;)if((i=e.__c)&&!i.__)try{if((o=i.constructor)&&o.getDerivedStateFromError!=null&&(i.setState(o.getDerivedStateFromError(t)),a=i.__d),i.componentDidCatch!=null&&(i.componentDidCatch(t,r||{}),a=i.__d),a)return i.__E=i}catch(s){t=s}throw t}},Ba=0,Qh=function(t){return t!=null&&t.constructor===void 0},jn.prototype.setState=function(t,e){var n;n=this.__s!=null&&this.__s!=this.state?this.__s:this.__s=Ye({},this.state),typeof t=="function"&&(t=t(Ye({},n),this.props)),t&&Ye(n,t),t!=null&&this.__v&&(e&&this._sb.push(e),$a(this))},jn.prototype.forceUpdate=function(t){this.__v&&(this.__e=!0,t&&this.__h.push(t),$a(this))},jn.prototype.render=at,ot=[],Wa=typeof Promise=="function"?Promise.prototype.then.bind(Promise.resolve()):setTimeout,Ka=function(t,e){return t.__v.__b-e.__v.__b},Zn.__r=0,gi=Math.random().toString(8),Kn="__d"+gi,an="__a"+gi,Va=/(PointerCapture)$|Capture$/i,yi=0,mi=Ha(!1),vi=Ha(!0),Jh=0;var ts="weave-bootstrap";var _i={cwd:""};function lf(t){return typeof t!="object"||t===null?!1:typeof t.cwd=="string"}function ns(t){if(t===null||t.trim()==="")return _i;let e;try{e=JSON.parse(t)}catch{return _i}return lf(e)?e:_i}var Ot,ee,ki,rs,sn=0,ds=[],ne=B,is=ne.__b,os=ne.__r,as=ne.diffed,ss=ne.__c,ls=ne.unmount,us=ne.__;function er(t,e){ne.__h&&ne.__h(ee,t,sn||e),sn=0;var n=ee.__H||(ee.__H={__:[],__h:[]});return t>=n.__.length&&n.__.push({}),n.__[t]}function he(t){return sn=1,uf(fs,t)}function uf(t,e,n){var r=er(Ot++,2);if(r.t=t,!r.__c&&(r.__=[n?n(e):fs(void 0,e),function(s){var l=r.__N?r.__N[0]:r.__[0],u=r.t(l,s);l!==u&&(r.__N=[u,r.__[1]],r.__c.setState({}))}],r.__c=ee,!ee.__f)){var i=function(s,l,u){if(!r.__c.__H)return!0;var d=!1,h=r.__c.props!==s;if(r.__c.__H.__.some(function(f){if(f.__N){d=!0;var g=f.__[0];f.__=f.__N,f.__N=void 0,g!==f.__[0]&&(h=!0)}}),o){var c=o.call(this,s,l,u);return d?c||h:c}return!d||h};ee.__f=!0;var o=ee.shouldComponentUpdate,a=ee.componentWillUpdate;ee.componentWillUpdate=function(s,l,u){if(this.__e){var d=o;o=void 0,i(s,l,u),o=d}a&&a.call(this,s,l,u)},ee.shouldComponentUpdate=i}return r.__N||r.__}function ie(t,e){var n=er(Ot++,3);!ne.__s&&Ti(n.__H,e)&&(n.__=t,n.u=e,ee.__H.__h.push(n))}function Si(t,e){var n=er(Ot++,4);!ne.__s&&Ti(n.__H,e)&&(n.__=t,n.u=e,ee.__h.push(n))}function re(t){return sn=5,vt(function(){return{current:t}},[])}function vt(t,e){var n=er(Ot++,7);return Ti(n.__H,e)&&(n.__=t(),n.__H=e,n.__h=t),n.__}function hs(t,e){return sn=8,vt(function(){return t},e)}function cf(){for(var t;t=ds.shift();){var e=t.__H;if(t.__P&&e)try{e.__h.some(Jn),e.__h.some(Ei),e.__h=[]}catch(n){e.__h=[],ne.__e(n,t.__v)}}}ne.__b=function(t){ee=null,is&&is(t)},ne.__=function(t,e){t&&e.__k&&e.__k.__m&&(t.__m=e.__k.__m),us&&us(t,e)},ne.__r=function(t){os&&os(t),Ot=0;var e=(ee=t.__c).__H;e&&(ki===ee?(e.__h=[],ee.__h=[],e.__.some(function(n){n.__N&&(n.__=n.__N),n.u=n.__N=void 0})):(e.__h.some(Jn),e.__h.some(Ei),e.__h=[],Ot=0)),ki=ee},ne.diffed=function(t){as&&as(t);var e=t.__c;e&&e.__H&&(e.__H.__h.length&&(ds.push(e)!==1&&rs===ne.requestAnimationFrame||((rs=ne.requestAnimationFrame)||df)(cf)),e.__H.__.some(function(n){n.u&&(n.__H=n.u,n.u=void 0)})),ki=ee=null},ne.__c=function(t,e){e.some(function(n){try{n.__h.some(Jn),n.__h=n.__h.filter(function(r){return!r.__||Ei(r)})}catch(r){e.some(function(i){i.__h&&(i.__h=[])}),e=[],ne.__e(r,n.__v)}}),ss&&ss(t,e)},ne.unmount=function(t){ls&&ls(t);var e,n=t.__c;n&&n.__H&&(n.__H.__.some(function(r){try{Jn(r)}catch(i){e=i}}),n.__H=void 0,e&&ne.__e(e,n.__v))};var cs=typeof requestAnimationFrame=="function";function df(t){var e,n=function(){clearTimeout(r),cs&&cancelAnimationFrame(e),setTimeout(t)},r=setTimeout(n,35);cs&&(e=requestAnimationFrame(n))}function Jn(t){var e=ee,n=t.__c;typeof n=="function"&&(t.__c=void 0,n()),ee=e}function Ei(t){var e=ee;t.__c=t.__(),ee=e}function Ti(t,e){return!t||t.length!==e.length||e.some(function(n,r){return n!==t[r]})}function fs(t,e){return typeof e=="function"?e(t):e}var tr=(t,e)=>fetch(t,{...e?.method===void 0?{}:{method:e.method},...e?.headers===void 0?{}:{headers:e.headers},...e?.body===void 0?{}:{body:e.body},...e?.signal===void 0?{}:{signal:e.signal},credentials:"same-origin"});function Ai(t,e=!1){return{ok:!0,data:t,cached:e}}function Ze(t,e,n){return{ok:!1,kind:t,status:e,message:n}}function ps(t){return t===403?"auth":t===404?"missing":"server"}function gs(t){return t===403?"not authorised — this workspace session has ended":t===404?"not found":`server error (${t})`}async function Ri(t,e,n,r){let i;try{i=await t(e,r)}catch(a){return Ze("network",0,a instanceof Error?a.message:"network request failed")}if(!i.ok)return Ze(ps(i.status),i.status,gs(i.status));let o;try{o=await i.json()}catch{return Ze("malformed",i.status,"response was not valid JSON")}return n(o)?Ai(o):Ze("malformed",i.status,"response did not match the expected shape")}function st(t){return typeof t=="object"&&t!==null&&!Array.isArray(t)}function hf(t){return Array.isArray(t)&&t.every(e=>typeof e=="string")}function ff(t){if(!st(t)||typeof t.stamp!="string")return!1;let e=t.model;return!st(e)||!Array.isArray(e.nodes)||!Array.isArray(e.edges)?!1:st(t.tags)&&st(t.dangling)}function pf(t){if(!st(t))return!1;for(let e of["slug","title","body","created","updated","source"])if(typeof t[e]!="string")return!1;return hf(t.tags)}function gf(t){return st(t)&&pf(t.note)}function mf(t){return st(t)&&typeof t.query=="string"&&Array.isArray(t.hits)}function vf(t){return st(t)&&typeof t.opened=="boolean"}async function ms(t,e=null){let n=e===null?void 0:{"if-none-match":`"${e.stamp}"`},r;try{r=await t("/api/graph",n===void 0?{}:{headers:n})}catch(o){return Ze("network",0,o instanceof Error?o.message:"network request failed")}if(r.status===304)return e===null?Ze("malformed",304,"server sent 304 for an unconditional request"):Ai(e,!0);if(!r.ok)return Ze(ps(r.status),r.status,gs(r.status));let i;try{i=await r.json()}catch{return Ze("malformed",r.status,"response was not valid JSON")}return ff(i)?Ai(i):Ze("malformed",r.status,"response did not match the expected shape")}function vs(t,e){return Ri(t,`/api/note/${encodeURIComponent(e)}`,gf)}function ys(t,e,n){return Ri(t,`/api/search?q=${encodeURIComponent(e)}`,mf,n===void 0?void 0:{signal:n})}function ws(t,e){return Ri(t,"/api/open",vf,{method:"POST",headers:{"content-type":"application/json"},body:JSON.stringify({slug:e})})}var bs="(prefers-color-scheme: light)";function nr(t){return t==null||typeof t.matchMedia!="function"?"dark":t.matchMedia(bs).matches?"light":"dark"}function xs(t,e){if(typeof t.matchMedia!="function")return()=>{};let n=t.matchMedia(bs);if(typeof n.addEventListener!="function")return()=>{};let r=()=>e(n.matches?"light":"dark");return n.addEventListener("change",r),()=>n.removeEventListener("change",r)}function yf(t,e){if(typeof t!="object"||!t)return t;var n=t[Symbol.toPrimitive];if(n!==void 0){var r=n.call(t,e||"default");if(typeof r!="object")return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return(e==="string"?String:Number)(t)}function wt(t){var e=yf(t,"string");return typeof e=="symbol"?e:e+""}function se(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function _s(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,wt(r.key),r)}}function le(t,e,n){return e&&_s(t.prototype,e),n&&_s(t,n),Object.defineProperty(t,"prototype",{writable:!1}),t}function yt(t){return yt=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(e){return e.__proto__||Object.getPrototypeOf(e)},yt(t)}function ks(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return(ks=function(){return!!t})()}function wf(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function bf(t,e){if(e&&(typeof e=="object"||typeof e=="function"))return e;if(e!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return wf(t)}function be(t,e,n){return e=yt(e),bf(t,ks()?Reflect.construct(e,n||[],yt(t).constructor):e.apply(t,n))}function Ci(t,e){return Ci=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(n,r){return n.__proto__=r,n},Ci(t,e)}function xe(t,e){if(typeof e!="function"&&e!==null)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),Object.defineProperty(t,"prototype",{writable:!1}),e&&Ci(t,e)}function xf(t){if(Array.isArray(t))return t}function _f(t,e){var n=t==null?null:typeof Symbol<"u"&&t[Symbol.iterator]||t["@@iterator"];if(n!=null){var r,i,o,a,s=[],l=!0,u=!1;try{if(o=(n=n.call(t)).next,e===0){if(Object(n)!==n)return;l=!1}else for(;!(l=(r=o.call(n)).done)&&(s.push(r.value),s.length!==e);l=!0);}catch(d){u=!0,i=d}finally{try{if(!l&&n.return!=null&&(a=n.return(),Object(a)!==a))return}finally{if(u)throw i}}return s}}function rr(t,e){(e==null||e>t.length)&&(e=t.length);for(var n=0,r=Array(e);n<e;n++)r[n]=t[n];return r}function Di(t,e){if(t){if(typeof t=="string")return rr(t,e);var n={}.toString.call(t).slice(8,-1);return n==="Object"&&t.constructor&&(n=t.constructor.name),n==="Map"||n==="Set"?Array.from(t):n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?rr(t,e):void 0}}function kf(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
22
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function lt(t,e){return xf(t)||_f(t,e)||Di(t,e)||kf()}var Ni={black:"#000000",silver:"#C0C0C0",gray:"#808080",grey:"#808080",white:"#FFFFFF",maroon:"#800000",red:"#FF0000",purple:"#800080",fuchsia:"#FF00FF",green:"#008000",lime:"#00FF00",olive:"#808000",yellow:"#FFFF00",navy:"#000080",blue:"#0000FF",teal:"#008080",aqua:"#00FFFF",darkblue:"#00008B",mediumblue:"#0000CD",darkgreen:"#006400",darkcyan:"#008B8B",deepskyblue:"#00BFFF",darkturquoise:"#00CED1",mediumspringgreen:"#00FA9A",springgreen:"#00FF7F",cyan:"#00FFFF",midnightblue:"#191970",dodgerblue:"#1E90FF",lightseagreen:"#20B2AA",forestgreen:"#228B22",seagreen:"#2E8B57",darkslategray:"#2F4F4F",darkslategrey:"#2F4F4F",limegreen:"#32CD32",mediumseagreen:"#3CB371",turquoise:"#40E0D0",royalblue:"#4169E1",steelblue:"#4682B4",darkslateblue:"#483D8B",mediumturquoise:"#48D1CC",indigo:"#4B0082",darkolivegreen:"#556B2F",cadetblue:"#5F9EA0",cornflowerblue:"#6495ED",rebeccapurple:"#663399",mediumaquamarine:"#66CDAA",dimgray:"#696969",dimgrey:"#696969",slateblue:"#6A5ACD",olivedrab:"#6B8E23",slategray:"#708090",slategrey:"#708090",lightslategray:"#778899",lightslategrey:"#778899",mediumslateblue:"#7B68EE",lawngreen:"#7CFC00",chartreuse:"#7FFF00",aquamarine:"#7FFFD4",skyblue:"#87CEEB",lightskyblue:"#87CEFA",blueviolet:"#8A2BE2",darkred:"#8B0000",darkmagenta:"#8B008B",saddlebrown:"#8B4513",darkseagreen:"#8FBC8F",lightgreen:"#90EE90",mediumpurple:"#9370DB",darkviolet:"#9400D3",palegreen:"#98FB98",darkorchid:"#9932CC",yellowgreen:"#9ACD32",sienna:"#A0522D",brown:"#A52A2A",darkgray:"#A9A9A9",darkgrey:"#A9A9A9",lightblue:"#ADD8E6",greenyellow:"#ADFF2F",paleturquoise:"#AFEEEE",lightsteelblue:"#B0C4DE",powderblue:"#B0E0E6",firebrick:"#B22222",darkgoldenrod:"#B8860B",mediumorchid:"#BA55D3",rosybrown:"#BC8F8F",darkkhaki:"#BDB76B",mediumvioletred:"#C71585",indianred:"#CD5C5C",peru:"#CD853F",chocolate:"#D2691E",tan:"#D2B48C",lightgray:"#D3D3D3",lightgrey:"#D3D3D3",thistle:"#D8BFD8",orchid:"#DA70D6",goldenrod:"#DAA520",palevioletred:"#DB7093",crimson:"#DC143C",gainsboro:"#DCDCDC",plum:"#DDA0DD",burlywood:"#DEB887",lightcyan:"#E0FFFF",lavender:"#E6E6FA",darksalmon:"#E9967A",violet:"#EE82EE",palegoldenrod:"#EEE8AA",lightcoral:"#F08080",khaki:"#F0E68C",aliceblue:"#F0F8FF",honeydew:"#F0FFF0",azure:"#F0FFFF",sandybrown:"#F4A460",wheat:"#F5DEB3",beige:"#F5F5DC",whitesmoke:"#F5F5F5",mintcream:"#F5FFFA",ghostwhite:"#F8F8FF",salmon:"#FA8072",antiquewhite:"#FAEBD7",linen:"#FAF0E6",lightgoldenrodyellow:"#FAFAD2",oldlace:"#FDF5E6",magenta:"#FF00FF",deeppink:"#FF1493",orangered:"#FF4500",tomato:"#FF6347",hotpink:"#FF69B4",coral:"#FF7F50",darkorange:"#FF8C00",lightsalmon:"#FFA07A",orange:"#FFA500",lightpink:"#FFB6C1",pink:"#FFC0CB",gold:"#FFD700",peachpuff:"#FFDAB9",navajowhite:"#FFDEAD",moccasin:"#FFE4B5",bisque:"#FFE4C4",mistyrose:"#FFE4E1",blanchedalmond:"#FFEBCD",papayawhip:"#FFEFD5",lavenderblush:"#FFF0F5",seashell:"#FFF5EE",cornsilk:"#FFF8DC",lemonchiffon:"#FFFACD",floralwhite:"#FFFAF0",snow:"#FFFAFA",lightyellow:"#FFFFE0",ivory:"#FFFFF0"};var Es=new Int8Array(4),Li=new Int32Array(Es.buffer,0,1),Ef=new Float32Array(Es.buffer,0,1),Sf=/^\s*rgba?\s*\(/,Tf=/^\s*rgba?\s*\(\s*([0-9]*)\s*,\s*([0-9]*)\s*,\s*([0-9]*)(?:\s*,\s*(.*)?)?\)\s*$/;function Af(t){var e=0,n=0,r=0,i=1;if(t[0]==="#")t.length===4?(e=parseInt(t.charAt(1)+t.charAt(1),16),n=parseInt(t.charAt(2)+t.charAt(2),16),r=parseInt(t.charAt(3)+t.charAt(3),16)):(e=parseInt(t.charAt(1)+t.charAt(2),16),n=parseInt(t.charAt(3)+t.charAt(4),16),r=parseInt(t.charAt(5)+t.charAt(6),16)),t.length===9&&(i=parseInt(t.charAt(7)+t.charAt(8),16)/255);else if(Sf.test(t)){var o=t.match(Tf);o&&(e=+o[1],n=+o[2],r=+o[3],o[4]&&(i=+o[4]))}return{r:e,g:n,b:r,a:i}}var Ft={};for(ln in Ni)Ft[ln]=zt(Ni[ln]),Ft[Ni[ln]]=Ft[ln];var ln;function Ss(t,e,n,r,i){return Li[0]=r<<24|n<<16|e<<8|t,i&&(Li[0]=Li[0]&4278190079),Ef[0]}function zt(t){if(t=t.toLowerCase(),typeof Ft[t]<"u")return Ft[t];var e=Af(t),n=e.r,r=e.g,i=e.b,o=e.a;o=o*255|0;var a=Ss(n,r,i,o,!0);return Ft[t]=a,a}var Pi={};function Ii(t){if(typeof Pi[t]<"u")return Pi[t];var e=(t&16711680)>>>16,n=(t&65280)>>>8,r=t&255,i=255,o=Ss(e,n,r,i,!0);return Pi[t]=o,o}function Gi(t,e,n,r){return n+(e<<8)+(t<<16)}function Mi(t,e,n,r,i,o){var a=Math.floor(n/o*i),s=Math.floor(t.drawingBufferHeight/o-r/o*i),l=new Uint8Array(4);t.bindFramebuffer(t.FRAMEBUFFER,e),t.readPixels(a,s,1,1,t.RGBA,t.UNSIGNED_BYTE,l);var u=lt(l,4),d=u[0],h=u[1],c=u[2],f=u[3];return[d,h,c,f]}function S(t,e,n){return(e=wt(e))in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function Ts(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter(function(i){return Object.getOwnPropertyDescriptor(t,i).enumerable})),n.push.apply(n,r)}return n}function L(t){for(var e=1;e<arguments.length;e++){var n=arguments[e]!=null?arguments[e]:{};e%2?Ts(Object(n),!0).forEach(function(r){S(t,r,n[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):Ts(Object(n)).forEach(function(r){Object.defineProperty(t,r,Object.getOwnPropertyDescriptor(n,r))})}return t}function Rf(t,e){for(;!{}.hasOwnProperty.call(t,e)&&(t=yt(t))!==null;);return t}function zi(){return zi=typeof Reflect<"u"&&Reflect.get?Reflect.get.bind():function(t,e,n){var r=Rf(t,e);if(r){var i=Object.getOwnPropertyDescriptor(r,e);return i.get?i.get.call(arguments.length<3?t:n):i.value}},zi.apply(null,arguments)}function Ds(t,e,n,r){var i=zi(yt(1&r?t.prototype:t),e,n);return 2&r&&typeof i=="function"?function(o){return i.apply(n,o)}:i}function Cf(t){return t.normalized?1:t.size}function Oi(t){var e=0;return t.forEach(function(n){return e+=Cf(n)}),e}function Is(t,e,n){var r=t==="VERTEX"?e.VERTEX_SHADER:e.FRAGMENT_SHADER,i=e.createShader(r);if(i===null)throw new Error("loadShader: error while creating the shader");e.shaderSource(i,n),e.compileShader(i);var o=e.getShaderParameter(i,e.COMPILE_STATUS);if(!o){var a=e.getShaderInfoLog(i);throw e.deleteShader(i),new Error(`loadShader: error while compiling the shader:
|
|
25
23
|
`.concat(a,`
|
|
26
|
-
`).concat(n))}return i}function
|
|
27
|
-
`,
|
|
24
|
+
`).concat(n))}return i}function Nf(t,e){return Is("VERTEX",t,e)}function Lf(t,e){return Is("FRAGMENT",t,e)}function Pf(t,e){var n=t.createProgram();if(n===null)throw new Error("loadProgram: error while creating the program.");var r,i;for(r=0,i=e.length;r<i;r++)t.attachShader(n,e[r]);t.linkProgram(n);var o=t.getProgramParameter(n,t.LINK_STATUS);if(!o){var a=t.getProgramInfoLog(n);throw t.deleteProgram(n),new Error("loadProgram: error while linking the program: ".concat(a))}return n}function As(t){var e=t.gl,n=t.buffer,r=t.program,i=t.vertexShader,o=t.fragmentShader;e.deleteShader(i),e.deleteShader(o),e.deleteProgram(r),e.deleteBuffer(n)}var Rs=`#define PICKING_MODE
|
|
25
|
+
`,Df=S(S(S(S(S(S(S(S({},WebGL2RenderingContext.BOOL,1),WebGL2RenderingContext.BYTE,1),WebGL2RenderingContext.UNSIGNED_BYTE,1),WebGL2RenderingContext.SHORT,2),WebGL2RenderingContext.UNSIGNED_SHORT,2),WebGL2RenderingContext.INT,4),WebGL2RenderingContext.UNSIGNED_INT,4),WebGL2RenderingContext.FLOAT,4);var Gs=(function(){function t(e,n,r){se(this,t),S(this,"array",new Float32Array),S(this,"constantArray",new Float32Array),S(this,"capacity",0),S(this,"verticesCount",0);var i=this.getDefinition();if(this.VERTICES=i.VERTICES,this.VERTEX_SHADER_SOURCE=i.VERTEX_SHADER_SOURCE,this.FRAGMENT_SHADER_SOURCE=i.FRAGMENT_SHADER_SOURCE,this.UNIFORMS=i.UNIFORMS,this.ATTRIBUTES=i.ATTRIBUTES,this.METHOD=i.METHOD,this.CONSTANT_ATTRIBUTES="CONSTANT_ATTRIBUTES"in i?i.CONSTANT_ATTRIBUTES:[],this.CONSTANT_DATA="CONSTANT_DATA"in i?i.CONSTANT_DATA:[],this.isInstanced="CONSTANT_ATTRIBUTES"in i,this.ATTRIBUTES_ITEMS_COUNT=Oi(this.ATTRIBUTES),this.STRIDE=this.VERTICES*this.ATTRIBUTES_ITEMS_COUNT,this.renderer=r,this.normalProgram=this.getProgramInfo("normal",e,i.VERTEX_SHADER_SOURCE,i.FRAGMENT_SHADER_SOURCE,null),this.pickProgram=n?this.getProgramInfo("pick",e,Rs+i.VERTEX_SHADER_SOURCE,Rs+i.FRAGMENT_SHADER_SOURCE,n):null,this.isInstanced){var o=Oi(this.CONSTANT_ATTRIBUTES);if(this.CONSTANT_DATA.length!==this.VERTICES)throw new Error("Program: error while getting constant data (expected ".concat(this.VERTICES," items, received ").concat(this.CONSTANT_DATA.length," instead)"));this.constantArray=new Float32Array(this.CONSTANT_DATA.length*o);for(var a=0;a<this.CONSTANT_DATA.length;a++){var s=this.CONSTANT_DATA[a];if(s.length!==o)throw new Error("Program: error while getting constant data (one vector has ".concat(s.length," items instead of ").concat(o,")"));for(var l=0;l<s.length;l++)this.constantArray[a*o+l]=s[l]}this.STRIDE=this.ATTRIBUTES_ITEMS_COUNT}}return le(t,[{key:"kill",value:function(){As(this.normalProgram),this.pickProgram&&(As(this.pickProgram),this.pickProgram=null)}},{key:"getProgramInfo",value:function(n,r,i,o,a){var s=this.getDefinition(),l=r.createBuffer();if(l===null)throw new Error("Program: error while creating the WebGL buffer.");var u=Nf(r,i),d=Lf(r,o),h=Pf(r,[u,d]),c={};s.UNIFORMS.forEach(function(v){var m=r.getUniformLocation(h,v);m&&(c[v]=m)});var f={};s.ATTRIBUTES.forEach(function(v){f[v.name]=r.getAttribLocation(h,v.name)});var g;if("CONSTANT_ATTRIBUTES"in s&&(s.CONSTANT_ATTRIBUTES.forEach(function(v){f[v.name]=r.getAttribLocation(h,v.name)}),g=r.createBuffer(),g===null))throw new Error("Program: error while creating the WebGL constant buffer.");return{name:n,program:h,gl:r,frameBuffer:a,buffer:l,constantBuffer:g||{},uniformLocations:c,attributeLocations:f,isPicking:n==="pick",vertexShader:u,fragmentShader:d}}},{key:"bindProgram",value:function(n){var r=this,i=0,o=n.gl,a=n.buffer;this.isInstanced?(o.bindBuffer(o.ARRAY_BUFFER,n.constantBuffer),i=0,this.CONSTANT_ATTRIBUTES.forEach(function(s){return i+=r.bindAttribute(s,n,i,!1)}),o.bufferData(o.ARRAY_BUFFER,this.constantArray,o.STATIC_DRAW),o.bindBuffer(o.ARRAY_BUFFER,n.buffer),i=0,this.ATTRIBUTES.forEach(function(s){return i+=r.bindAttribute(s,n,i,!0)}),o.bufferData(o.ARRAY_BUFFER,this.array,o.DYNAMIC_DRAW)):(o.bindBuffer(o.ARRAY_BUFFER,a),i=0,this.ATTRIBUTES.forEach(function(s){return i+=r.bindAttribute(s,n,i)}),o.bufferData(o.ARRAY_BUFFER,this.array,o.DYNAMIC_DRAW)),o.bindBuffer(o.ARRAY_BUFFER,null)}},{key:"unbindProgram",value:function(n){var r=this;this.isInstanced?(this.CONSTANT_ATTRIBUTES.forEach(function(i){return r.unbindAttribute(i,n,!1)}),this.ATTRIBUTES.forEach(function(i){return r.unbindAttribute(i,n,!0)})):this.ATTRIBUTES.forEach(function(i){return r.unbindAttribute(i,n)})}},{key:"bindAttribute",value:function(n,r,i,o){var a=Df[n.type];if(typeof a!="number")throw new Error('Program.bind: yet unsupported attribute type "'.concat(n.type,'"'));var s=r.attributeLocations[n.name],l=r.gl;if(s!==-1){l.enableVertexAttribArray(s);var u=this.isInstanced?(o?this.ATTRIBUTES_ITEMS_COUNT:Oi(this.CONSTANT_ATTRIBUTES))*Float32Array.BYTES_PER_ELEMENT:this.ATTRIBUTES_ITEMS_COUNT*Float32Array.BYTES_PER_ELEMENT;if(l.vertexAttribPointer(s,n.size,n.type,n.normalized||!1,u,i),this.isInstanced&&o)if(l instanceof WebGL2RenderingContext)l.vertexAttribDivisor(s,1);else{var d=l.getExtension("ANGLE_instanced_arrays");d&&d.vertexAttribDivisorANGLE(s,1)}}return n.size*a}},{key:"unbindAttribute",value:function(n,r,i){var o=r.attributeLocations[n.name],a=r.gl;if(o!==-1&&(a.disableVertexAttribArray(o),this.isInstanced&&i))if(a instanceof WebGL2RenderingContext)a.vertexAttribDivisor(o,0);else{var s=a.getExtension("ANGLE_instanced_arrays");s&&s.vertexAttribDivisorANGLE(o,0)}}},{key:"reallocate",value:function(n){n!==this.capacity&&(this.capacity=n,this.verticesCount=this.VERTICES*n,this.array=new Float32Array(this.isInstanced?this.capacity*this.ATTRIBUTES_ITEMS_COUNT:this.verticesCount*this.ATTRIBUTES_ITEMS_COUNT))}},{key:"hasNothingToRender",value:function(){return this.verticesCount===0}},{key:"renderProgram",value:function(n,r){var i=r.gl,o=r.program;i.enable(i.BLEND),i.useProgram(o),this.setUniforms(n,r),this.drawWebGL(this.METHOD,r)}},{key:"render",value:function(n){this.hasNothingToRender()||(this.pickProgram&&(this.pickProgram.gl.viewport(0,0,n.width*n.pixelRatio/n.downSizingRatio,n.height*n.pixelRatio/n.downSizingRatio),this.bindProgram(this.pickProgram),this.renderProgram(L(L({},n),{},{pixelRatio:n.pixelRatio/n.downSizingRatio}),this.pickProgram),this.unbindProgram(this.pickProgram)),this.normalProgram.gl.viewport(0,0,n.width*n.pixelRatio,n.height*n.pixelRatio),this.bindProgram(this.normalProgram),this.renderProgram(n,this.normalProgram),this.unbindProgram(this.normalProgram))}},{key:"drawWebGL",value:function(n,r){var i=r.gl,o=r.frameBuffer;if(i.bindFramebuffer(i.FRAMEBUFFER,o),!this.isInstanced)i.drawArrays(n,0,this.verticesCount);else if(i instanceof WebGL2RenderingContext)i.drawArraysInstanced(n,0,this.VERTICES,this.capacity);else{var a=i.getExtension("ANGLE_instanced_arrays");a&&a.drawArraysInstancedANGLE(n,0,this.VERTICES,this.capacity)}}}])})();var If=(function(t){function e(){return se(this,e),be(this,e,arguments)}return xe(e,t),le(e,[{key:"kill",value:function(){Ds(e,"kill",this,3)([])}},{key:"process",value:function(r,i,o){var a=i*this.STRIDE;if(o.hidden){for(var s=a+this.STRIDE;a<s;a++)this.array[a]=0;return}return this.processVisibleItem(Ii(r),a,o)}}])})(Gs);var $i=(function(t){function e(){var n;se(this,e);for(var r=arguments.length,i=new Array(r),o=0;o<r;o++)i[o]=arguments[o];return n=be(this,e,[].concat(i)),S(n,"drawLabel",void 0),n}return xe(e,t),le(e,[{key:"kill",value:function(){Ds(e,"kill",this,3)([])}},{key:"process",value:function(r,i,o,a,s){var l=i*this.STRIDE;if(s.hidden||o.hidden||a.hidden){for(var u=l+this.STRIDE;l<u;l++)this.array[l]=0;return}return this.processVisibleItem(Ii(r),l,o,a,s)}}])})(Gs);function Gf(t,e){return(function(){function n(r,i,o){se(this,n),S(this,"drawLabel",e),this.programs=t.map(function(a){return new a(r,i,o)})}return le(n,[{key:"reallocate",value:function(i){this.programs.forEach(function(o){return o.reallocate(i)})}},{key:"process",value:function(i,o,a,s,l){this.programs.forEach(function(u){return u.process(i,o,a,s,l)})}},{key:"render",value:function(i){this.programs.forEach(function(o){return o.render(i)})}},{key:"kill",value:function(){this.programs.forEach(function(i){return i.kill()})}}])})()}function Ms(t,e,n,r,i){var o=i.edgeLabelSize,a=i.edgeLabelFont,s=i.edgeLabelWeight,l=i.edgeLabelColor.attribute?e[i.edgeLabelColor.attribute]||i.edgeLabelColor.color||"#000":i.edgeLabelColor.color,u=e.label;if(u){t.fillStyle=l,t.font="".concat(s," ").concat(o,"px ").concat(a);var d=n.size,h=r.size,c=n.x,f=n.y,g=r.x,v=r.y,m=(c+g)/2,y=(f+v)/2,b=g-c,k=v-f,_=Math.sqrt(b*b+k*k);if(!(_<d+h)){c+=b*d/_,f+=k*d/_,g-=b*h/_,v-=k*h/_,m=(c+g)/2,y=(f+v)/2,b=g-c,k=v-f,_=Math.sqrt(b*b+k*k);var N=t.measureText(u).width;if(N>_){var D="…";for(u=u+D,N=t.measureText(u).width;N>_&&u.length>1;)u=u.slice(0,-2)+D,N=t.measureText(u).width;if(u.length<4)return}var I;b>0?k>0?I=Math.acos(b/_):I=Math.asin(k/_):k>0?I=Math.acos(b/_)+Math.PI:I=Math.asin(b/_)+Math.PI/2,t.save(),t.translate(m,y),t.rotate(I),t.fillText(u,-N/2,e.size/2+o),t.restore()}}}function Ui(t,e,n){if(e.label){var r=n.labelSize,i=n.labelFont,o=n.labelWeight,a=n.labelColor.attribute?e[n.labelColor.attribute]||n.labelColor.color||"#000":n.labelColor.color;t.fillStyle=a,t.font="".concat(o," ").concat(r,"px ").concat(i),t.fillText(e.label,e.x+e.size+3,e.y+r/3)}}function Os(t,e,n){var r=n.labelSize,i=n.labelFont,o=n.labelWeight;t.font="".concat(o," ").concat(r,"px ").concat(i),t.fillStyle="#FFF",t.shadowOffsetX=0,t.shadowOffsetY=0,t.shadowBlur=8,t.shadowColor="#000";var a=2;if(typeof e.label=="string"){var s=t.measureText(e.label).width,l=Math.round(s+5),u=Math.round(r+2*a),d=Math.max(e.size,r/2)+a,h=Math.asin(u/2/d),c=Math.sqrt(Math.abs(Math.pow(d,2)-Math.pow(u/2,2)));t.beginPath(),t.moveTo(e.x+c,e.y+u/2),t.lineTo(e.x+d+l,e.y+u/2),t.lineTo(e.x+d+l,e.y-u/2),t.lineTo(e.x+c,e.y-u/2),t.arc(e.x,e.y,d,h,-h),t.closePath(),t.fill()}else t.beginPath(),t.arc(e.x,e.y,e.size+a,0,Math.PI*2),t.closePath(),t.fill();t.shadowOffsetX=0,t.shadowOffsetY=0,t.shadowBlur=0,Ui(t,e,n)}var Mf=`
|
|
28
26
|
precision highp float;
|
|
29
27
|
|
|
30
28
|
varying vec4 v_color;
|
|
@@ -56,7 +54,7 @@ void main(void) {
|
|
|
56
54
|
gl_FragColor = mix(v_color, transparent, t);
|
|
57
55
|
#endif
|
|
58
56
|
}
|
|
59
|
-
`,
|
|
57
|
+
`,Of=Mf,Ff=`
|
|
60
58
|
attribute vec4 a_id;
|
|
61
59
|
attribute vec4 a_color;
|
|
62
60
|
attribute vec2 a_position;
|
|
@@ -97,7 +95,7 @@ void main() {
|
|
|
97
95
|
|
|
98
96
|
v_color.a *= bias;
|
|
99
97
|
}
|
|
100
|
-
`,
|
|
98
|
+
`,zf=Ff,Fs=WebGLRenderingContext,Cs=Fs.UNSIGNED_BYTE,Fi=Fs.FLOAT,$f=["u_sizeRatio","u_correctionRatio","u_matrix"],cn=(function(t){function e(){return se(this,e),be(this,e,arguments)}return xe(e,t),le(e,[{key:"getDefinition",value:function(){return{VERTICES:3,VERTEX_SHADER_SOURCE:zf,FRAGMENT_SHADER_SOURCE:Of,METHOD:WebGLRenderingContext.TRIANGLES,UNIFORMS:$f,ATTRIBUTES:[{name:"a_position",size:2,type:Fi},{name:"a_size",size:1,type:Fi},{name:"a_color",size:4,type:Cs,normalized:!0},{name:"a_id",size:4,type:Cs,normalized:!0}],CONSTANT_ATTRIBUTES:[{name:"a_angle",size:1,type:Fi}],CONSTANT_DATA:[[e.ANGLE_1],[e.ANGLE_2],[e.ANGLE_3]]}}},{key:"processVisibleItem",value:function(r,i,o){var a=this.array,s=zt(o.color);a[i++]=o.x,a[i++]=o.y,a[i++]=o.size,a[i++]=s,a[i++]=r}},{key:"setUniforms",value:function(r,i){var o=i.gl,a=i.uniformLocations,s=a.u_sizeRatio,l=a.u_correctionRatio,u=a.u_matrix;o.uniform1f(l,r.correctionRatio),o.uniform1f(s,r.sizeRatio),o.uniformMatrix3fv(u,!1,r.matrix)}}])})(If);S(cn,"ANGLE_1",0);S(cn,"ANGLE_2",2*Math.PI/3);S(cn,"ANGLE_3",4*Math.PI/3);var Uf=`
|
|
101
99
|
precision mediump float;
|
|
102
100
|
|
|
103
101
|
varying vec4 v_color;
|
|
@@ -105,7 +103,7 @@ varying vec4 v_color;
|
|
|
105
103
|
void main(void) {
|
|
106
104
|
gl_FragColor = v_color;
|
|
107
105
|
}
|
|
108
|
-
`,
|
|
106
|
+
`,Hf=Uf,Bf=`
|
|
109
107
|
attribute vec2 a_position;
|
|
110
108
|
attribute vec2 a_normal;
|
|
111
109
|
attribute float a_radius;
|
|
@@ -171,7 +169,7 @@ void main() {
|
|
|
171
169
|
|
|
172
170
|
v_color.a *= bias;
|
|
173
171
|
}
|
|
174
|
-
`,
|
|
172
|
+
`,Wf=Bf,zs=WebGLRenderingContext,Ns=zs.UNSIGNED_BYTE,ir=zs.FLOAT,Kf=["u_matrix","u_sizeRatio","u_correctionRatio","u_minEdgeThickness","u_lengthToThicknessRatio","u_widenessToThicknessRatio"],$s={extremity:"target",lengthToThicknessRatio:2.5,widenessToThicknessRatio:2};function Us(t){var e=L(L({},$s),t||{});return(function(n){function r(){return se(this,r),be(this,r,arguments)}return xe(r,n),le(r,[{key:"getDefinition",value:function(){return{VERTICES:3,VERTEX_SHADER_SOURCE:Wf,FRAGMENT_SHADER_SOURCE:Hf,METHOD:WebGLRenderingContext.TRIANGLES,UNIFORMS:Kf,ATTRIBUTES:[{name:"a_position",size:2,type:ir},{name:"a_normal",size:2,type:ir},{name:"a_radius",size:1,type:ir},{name:"a_color",size:4,type:Ns,normalized:!0},{name:"a_id",size:4,type:Ns,normalized:!0}],CONSTANT_ATTRIBUTES:[{name:"a_barycentric",size:3,type:ir}],CONSTANT_DATA:[[1,0,0],[0,1,0],[0,0,1]]}}},{key:"processVisibleItem",value:function(o,a,s,l,u){if(e.extremity==="source"){var d=[l,s];s=d[0],l=d[1]}var h=u.size||1,c=l.size||1,f=s.x,g=s.y,v=l.x,m=l.y,y=zt(u.color),b=v-f,k=m-g,_=b*b+k*k,N=0,D=0;_&&(_=1/Math.sqrt(_),N=-k*_*h,D=b*_*h);var I=this.array;I[a++]=v,I[a++]=m,I[a++]=-N,I[a++]=-D,I[a++]=c,I[a++]=y,I[a++]=o}},{key:"setUniforms",value:function(o,a){var s=a.gl,l=a.uniformLocations,u=l.u_matrix,d=l.u_sizeRatio,h=l.u_correctionRatio,c=l.u_minEdgeThickness,f=l.u_lengthToThicknessRatio,g=l.u_widenessToThicknessRatio;s.uniformMatrix3fv(u,!1,o.matrix),s.uniform1f(d,o.sizeRatio),s.uniform1f(h,o.correctionRatio),s.uniform1f(c,o.minEdgeThickness),s.uniform1f(f,e.lengthToThicknessRatio),s.uniform1f(g,e.widenessToThicknessRatio)}}])})($i)}var Eb=Us();var Vf=`
|
|
175
173
|
precision mediump float;
|
|
176
174
|
|
|
177
175
|
varying vec4 v_color;
|
|
@@ -197,7 +195,7 @@ void main(void) {
|
|
|
197
195
|
gl_FragColor = mix(v_color, transparent, t);
|
|
198
196
|
#endif
|
|
199
197
|
}
|
|
200
|
-
`,
|
|
198
|
+
`,Hs=Vf,jf=`
|
|
201
199
|
attribute vec4 a_id;
|
|
202
200
|
attribute vec4 a_color;
|
|
203
201
|
attribute vec2 a_normal;
|
|
@@ -265,7 +263,7 @@ void main() {
|
|
|
265
263
|
|
|
266
264
|
v_color.a *= bias;
|
|
267
265
|
}
|
|
268
|
-
`,
|
|
266
|
+
`,qf=jf,Bs=WebGLRenderingContext,Ls=Bs.UNSIGNED_BYTE,bt=Bs.FLOAT,Yf=["u_matrix","u_zoomRatio","u_sizeRatio","u_correctionRatio","u_pixelRatio","u_feather","u_minEdgeThickness","u_lengthToThicknessRatio"],Zf={lengthToThicknessRatio:$s.lengthToThicknessRatio};function Ws(t){var e=L(L({},Zf),t||{});return(function(n){function r(){return se(this,r),be(this,r,arguments)}return xe(r,n),le(r,[{key:"getDefinition",value:function(){return{VERTICES:6,VERTEX_SHADER_SOURCE:qf,FRAGMENT_SHADER_SOURCE:Hs,METHOD:WebGLRenderingContext.TRIANGLES,UNIFORMS:Yf,ATTRIBUTES:[{name:"a_positionStart",size:2,type:bt},{name:"a_positionEnd",size:2,type:bt},{name:"a_normal",size:2,type:bt},{name:"a_color",size:4,type:Ls,normalized:!0},{name:"a_id",size:4,type:Ls,normalized:!0},{name:"a_radius",size:1,type:bt}],CONSTANT_ATTRIBUTES:[{name:"a_positionCoef",size:1,type:bt},{name:"a_normalCoef",size:1,type:bt},{name:"a_radiusCoef",size:1,type:bt}],CONSTANT_DATA:[[0,1,0],[0,-1,0],[1,1,1],[1,1,1],[0,-1,0],[1,-1,-1]]}}},{key:"processVisibleItem",value:function(o,a,s,l,u){var d=u.size||1,h=s.x,c=s.y,f=l.x,g=l.y,v=zt(u.color),m=f-h,y=g-c,b=l.size||1,k=m*m+y*y,_=0,N=0;k&&(k=1/Math.sqrt(k),_=-y*k*d,N=m*k*d);var D=this.array;D[a++]=h,D[a++]=c,D[a++]=f,D[a++]=g,D[a++]=_,D[a++]=N,D[a++]=v,D[a++]=o,D[a++]=b}},{key:"setUniforms",value:function(o,a){var s=a.gl,l=a.uniformLocations,u=l.u_matrix,d=l.u_zoomRatio,h=l.u_feather,c=l.u_pixelRatio,f=l.u_correctionRatio,g=l.u_sizeRatio,v=l.u_minEdgeThickness,m=l.u_lengthToThicknessRatio;s.uniformMatrix3fv(u,!1,o.matrix),s.uniform1f(d,o.zoomRatio),s.uniform1f(g,o.sizeRatio),s.uniform1f(f,o.correctionRatio),s.uniform1f(c,o.pixelRatio),s.uniform1f(h,o.antiAliasingFeather),s.uniform1f(v,o.minEdgeThickness),s.uniform1f(m,e.lengthToThicknessRatio)}}])})($i)}var Sb=Ws();function Xf(t){return Gf([Ws(t),Us(t)])}var Qf=Xf(),Ks=Qf,Jf=`
|
|
269
267
|
attribute vec4 a_id;
|
|
270
268
|
attribute vec4 a_color;
|
|
271
269
|
attribute vec2 a_normal;
|
|
@@ -330,57 +328,57 @@ void main() {
|
|
|
330
328
|
|
|
331
329
|
v_color.a *= bias;
|
|
332
330
|
}
|
|
333
|
-
`,Yg=qg,Bl=WebGLRenderingContext,Cl=Bl.UNSIGNED_BYTE,Rn=Bl.FLOAT,Xg=["u_matrix","u_zoomRatio","u_sizeRatio","u_correctionRatio","u_pixelRatio","u_feather","u_minEdgeThickness"],Wl=(function(t){function e(){return ce(this,e),Ee(this,e,arguments)}return Se(e,t),de(e,[{key:"getDefinition",value:function(){return{VERTICES:6,VERTEX_SHADER_SOURCE:Yg,FRAGMENT_SHADER_SOURCE:zl,METHOD:WebGLRenderingContext.TRIANGLES,UNIFORMS:Xg,ATTRIBUTES:[{name:"a_positionStart",size:2,type:Rn},{name:"a_positionEnd",size:2,type:Rn},{name:"a_normal",size:2,type:Rn},{name:"a_color",size:4,type:Cl,normalized:!0},{name:"a_id",size:4,type:Cl,normalized:!0}],CONSTANT_ATTRIBUTES:[{name:"a_positionCoef",size:1,type:Rn},{name:"a_normalCoef",size:1,type:Rn}],CONSTANT_DATA:[[0,1],[0,-1],[1,1],[1,1],[0,-1],[1,-1]]}}},{key:"processVisibleItem",value:function(r,i,o,a,s){var l=s.size||1,u=o.x,c=o.y,h=a.x,d=a.y,f=Zt(s.color),g=h-u,m=d-c,v=g*g+m*m,y=0,b=0;v&&(v=1/Math.sqrt(v),y=-m*v*l,b=g*v*l);var k=this.array;k[i++]=u,k[i++]=c,k[i++]=h,k[i++]=d,k[i++]=y,k[i++]=b,k[i++]=f,k[i++]=r}},{key:"setUniforms",value:function(r,i){var o=i.gl,a=i.uniformLocations,s=a.u_matrix,l=a.u_zoomRatio,u=a.u_feather,c=a.u_pixelRatio,h=a.u_correctionRatio,d=a.u_sizeRatio,f=a.u_minEdgeThickness;o.uniformMatrix3fv(s,!1,r.matrix),o.uniform1f(l,r.zoomRatio),o.uniform1f(d,r.sizeRatio),o.uniform1f(h,r.correctionRatio),o.uniform1f(c,r.pixelRatio),o.uniform1f(u,r.antiAliasingFeather),o.uniform1f(f,r.minEdgeThickness)}}])})(ko);var tu=kn(Pr()),Dr=(function(t){function e(){var n;return ce(this,e),n=Ee(this,e),n.rawEmitter=n,n}return Se(e,t),de(e)})(tu.EventEmitter);var ou=kn(To());var rm=function(e){return e},im=function(e){return e*e},om=function(e){return e*(2-e)},am=function(e){return(e*=2)<1?.5*e*e:-.5*(--e*(e-2)-1)},sm=function(e){return e*e*e},lm=function(e){return--e*e*e+1},um=function(e){return(e*=2)<1?.5*e*e*e:.5*((e-=2)*e*e+2)},au={linear:rm,quadraticIn:im,quadraticOut:om,quadraticInOut:am,cubicIn:sm,cubicOut:lm,cubicInOut:um},su={easing:"quadraticInOut",duration:150};function Oe(){return Float32Array.of(1,0,0,0,1,0,0,0,1)}function Ir(t,e,n){return t[0]=e,t[4]=typeof n=="number"?n:e,t}function ru(t,e){var n=Math.sin(e),r=Math.cos(e);return t[0]=r,t[1]=n,t[3]=-n,t[4]=r,t}function iu(t,e,n){return t[6]=e,t[7]=n,t}function yt(t,e){var n=t[0],r=t[1],i=t[2],o=t[3],a=t[4],s=t[5],l=t[6],u=t[7],c=t[8],h=e[0],d=e[1],f=e[2],g=e[3],m=e[4],v=e[5],y=e[6],b=e[7],k=e[8];return t[0]=h*n+d*o+f*l,t[1]=h*r+d*a+f*u,t[2]=h*i+d*s+f*c,t[3]=g*n+m*o+v*l,t[4]=g*r+m*a+v*u,t[5]=g*i+m*s+v*c,t[6]=y*n+b*o+k*l,t[7]=y*r+b*a+k*u,t[8]=y*i+b*s+k*c,t}function Mr(t,e){var n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:1,r=t[0],i=t[1],o=t[3],a=t[4],s=t[6],l=t[7],u=e.x,c=e.y;return{x:u*r+c*o+s*n,y:u*i+c*a+l*n}}function cm(t,e){var n=t.height/t.width,r=e.height/e.width;return n<1&&r>1||n>1&&r<1?1:Math.min(Math.max(r,1/r),Math.max(1/n,n))}function Jt(t,e,n,r,i){var o=t.angle,a=t.ratio,s=t.x,l=t.y,u=e.width,c=e.height,h=Oe(),d=Math.min(u,c)-2*r,f=cm(e,n);return i?(yt(h,iu(Oe(),s,l)),yt(h,Ir(Oe(),a)),yt(h,ru(Oe(),o)),yt(h,Ir(Oe(),u/d/2/f,c/d/2/f))):(yt(h,Ir(Oe(),2*(d/u)*f,2*(d/c)*f)),yt(h,ru(Oe(),-o)),yt(h,Ir(Oe(),1/a)),yt(h,iu(Oe(),-s,-l))),h}function lu(t,e,n){var r=Mr(t,{x:Math.cos(e.angle),y:Math.sin(e.angle)},0),i=r.x,o=r.y;return 1/Math.sqrt(Math.pow(i,2)+Math.pow(o,2))/n.width}function uu(t){if(!t.order)return{x:[0,1],y:[0,1]};var e=1/0,n=-1/0,r=1/0,i=-1/0;return t.forEachNode(function(o,a){var s=a.x,l=a.y;s<e&&(e=s),s>n&&(n=s),l<r&&(r=l),l>i&&(i=l)}),{x:[e,n],y:[r,i]}}function cu(t){if(!(0,ou.default)(t))throw new Error("Sigma: invalid graph instance.");t.forEachNode(function(e,n){if(!Number.isFinite(n.x)||!Number.isFinite(n.y))throw new Error("Sigma: Coordinates of node ".concat(e," are invalid. A node must have a numeric 'x' and 'y' attribute."))})}function du(t,e,n){var r=document.createElement(t);if(e)for(var i in e)r.style[i]=e[i];if(n)for(var o in n)r.setAttribute(o,n[o]);return r}function Ao(){return typeof window.devicePixelRatio<"u"?window.devicePixelRatio:1}function Ro(t,e,n){return n.sort(function(r,i){var o=e(r)||0,a=e(i)||0;return o<a?-1:o>a?1:0})}function Co(t){var e=vt(t.x,2),n=e[0],r=e[1],i=vt(t.y,2),o=i[0],a=i[1],s=Math.max(r-n,a-o),l=(r+n)/2,u=(a+o)/2;(s===0||Math.abs(s)===1/0||isNaN(s))&&(s=1),isNaN(l)&&(l=0),isNaN(u)&&(u=0);var c=function(d){return{x:.5+(d.x-l)/s,y:.5+(d.y-u)/s}};return c.applyTo=function(h){h.x=.5+(h.x-l)/s,h.y=.5+(h.y-u)/s},c.inverse=function(h){return{x:l+s*(h.x-.5),y:u+s*(h.y-.5)}},c.ratio=s,c}function Gr(t){"@babel/helpers - typeof";return Gr=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(e){return typeof e}:function(e){return e&&typeof Symbol=="function"&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},Gr(t)}function No(t,e){var n=e.size;if(n!==0){var r=t.length;t.length+=n;var i=0;e.forEach(function(o){t[r+i]=o,i++})}}function Or(t){t=t||{};for(var e=0,n=arguments.length<=1?0:arguments.length-1;e<n;e++){var r=e+1<1||arguments.length<=e+1?void 0:arguments[e+1];r&&Object.assign(t,r)}return t}var Fr={hideEdgesOnMove:!1,hideLabelsOnMove:!1,renderLabels:!0,renderEdgeLabels:!1,enableEdgeEvents:!1,defaultNodeColor:"#999",defaultNodeType:"circle",defaultEdgeColor:"#ccc",defaultEdgeType:"line",labelFont:"Arial",labelSize:14,labelWeight:"normal",labelColor:{color:"#000"},edgeLabelFont:"Arial",edgeLabelSize:14,edgeLabelWeight:"normal",edgeLabelColor:{attribute:"color"},stagePadding:30,defaultDrawEdgeLabel:Dl,defaultDrawNodeLabel:Eo,defaultDrawNodeHover:Il,minEdgeThickness:1.7,antiAliasingFeather:1,dragTimeout:100,draggedEventsTolerance:3,inertiaDuration:200,inertiaRatio:3,zoomDuration:250,zoomingRatio:1.7,doubleClickTimeout:300,doubleClickZoomingRatio:2.2,doubleClickZoomingDuration:200,tapMoveTolerance:10,zoomToSizeRatioFunction:Math.sqrt,itemSizesReference:"screen",autoRescale:!0,autoCenter:!0,labelDensity:1,labelGridCellSize:100,labelRenderedSizeThreshold:6,nodeReducer:null,edgeReducer:null,zIndex:!1,minCameraRatio:null,maxCameraRatio:null,enableCameraZooming:!0,enableCameraPanning:!0,enableCameraRotation:!0,cameraPanBoundaries:null,allowInvalidContainer:!1,nodeProgramClasses:{},nodeHoverProgramClasses:{},edgeProgramClasses:{}},dm={circle:Cn},hm={arrow:Hl,line:Wl};function zr(t){if(typeof t.labelDensity!="number"||t.labelDensity<0)throw new Error("Settings: invalid `labelDensity`. Expecting a positive number.");var e=t.minCameraRatio,n=t.maxCameraRatio;if(typeof e=="number"&&typeof n=="number"&&n<e)throw new Error("Settings: invalid camera ratio boundaries. Expecting `maxCameraRatio` to be greater than `minCameraRatio`.")}function hu(t){var e=Or({},Fr,t);return e.nodeProgramClasses=Or({},dm,e.nodeProgramClasses),e.edgeProgramClasses=Or({},hm,e.edgeProgramClasses),e}var Kk=kn(Pr()),Vk=kn(To()),$r=1.5,fu=(function(t){function e(){var n;return ce(this,e),n=Ee(this,e),S(n,"x",.5),S(n,"y",.5),S(n,"angle",0),S(n,"ratio",1),S(n,"minRatio",null),S(n,"maxRatio",null),S(n,"enabledZooming",!0),S(n,"enabledPanning",!0),S(n,"enabledRotation",!0),S(n,"clean",null),S(n,"nextFrame",null),S(n,"previousState",null),S(n,"enabled",!0),n.previousState=n.getState(),n}return Se(e,t),de(e,[{key:"enable",value:function(){return this.enabled=!0,this}},{key:"disable",value:function(){return this.enabled=!1,this}},{key:"getState",value:function(){return{x:this.x,y:this.y,angle:this.angle,ratio:this.ratio}}},{key:"hasState",value:function(r){return this.x===r.x&&this.y===r.y&&this.ratio===r.ratio&&this.angle===r.angle}},{key:"getPreviousState",value:function(){var r=this.previousState;return r?{x:r.x,y:r.y,angle:r.angle,ratio:r.ratio}:null}},{key:"getBoundedRatio",value:function(r){var i=r;return typeof this.minRatio=="number"&&(i=Math.max(i,this.minRatio)),typeof this.maxRatio=="number"&&(i=Math.min(i,this.maxRatio)),i}},{key:"validateState",value:function(r){var i={};return this.enabledPanning&&typeof r.x=="number"&&(i.x=r.x),this.enabledPanning&&typeof r.y=="number"&&(i.y=r.y),this.enabledZooming&&typeof r.ratio=="number"&&(i.ratio=this.getBoundedRatio(r.ratio)),this.enabledRotation&&typeof r.angle=="number"&&(i.angle=r.angle),this.clean?this.clean(D(D({},this.getState()),i)):i}},{key:"isAnimated",value:function(){return!!this.nextFrame}},{key:"setState",value:function(r){if(!this.enabled)return this;this.previousState=this.getState();var i=this.validateState(r);return typeof i.x=="number"&&(this.x=i.x),typeof i.y=="number"&&(this.y=i.y),typeof i.ratio=="number"&&(this.ratio=i.ratio),typeof i.angle=="number"&&(this.angle=i.angle),this.hasState(this.previousState)||this.emit("updated",this.getState()),this}},{key:"updateState",value:function(r){return this.setState(r(this.getState())),this}},{key:"animate",value:function(r){var i=this,o=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},a=arguments.length>2?arguments[2]:void 0;if(!a)return new Promise(function(f){return i.animate(r,o,f)});if(this.enabled){var s=D(D({},su),o),l=this.validateState(r),u=typeof s.easing=="function"?s.easing:au[s.easing],c=Date.now(),h=this.getState(),d=function(){var g=(Date.now()-c)/s.duration;if(g>=1){i.nextFrame=null,i.setState(l),i.animationCallback&&(i.animationCallback.call(null),i.animationCallback=void 0);return}var m=u(g),v={};typeof l.x=="number"&&(v.x=h.x+(l.x-h.x)*m),typeof l.y=="number"&&(v.y=h.y+(l.y-h.y)*m),i.enabledRotation&&typeof l.angle=="number"&&(v.angle=h.angle+(l.angle-h.angle)*m),typeof l.ratio=="number"&&(v.ratio=h.ratio+(l.ratio-h.ratio)*m),i.setState(v),i.nextFrame=requestAnimationFrame(d)};this.nextFrame?(cancelAnimationFrame(this.nextFrame),this.animationCallback&&this.animationCallback.call(null),this.nextFrame=requestAnimationFrame(d)):d(),this.animationCallback=a}}},{key:"animatedZoom",value:function(r){return r?typeof r=="number"?this.animate({ratio:this.ratio/r}):this.animate({ratio:this.ratio/(r.factor||$r)},r):this.animate({ratio:this.ratio/$r})}},{key:"animatedUnzoom",value:function(r){return r?typeof r=="number"?this.animate({ratio:this.ratio*r}):this.animate({ratio:this.ratio*(r.factor||$r)},r):this.animate({ratio:this.ratio*$r})}},{key:"animatedReset",value:function(r){return this.animate({x:.5,y:.5,ratio:1,angle:0},r)}},{key:"copy",value:function(){return e.from(this.getState())}}],[{key:"from",value:function(r){var i=new e;return i.setState(r)}}])})(Dr);function Ke(t,e){var n=e.getBoundingClientRect();return{x:t.clientX-n.left,y:t.clientY-n.top}}function at(t,e){var n=D(D({},Ke(t,e)),{},{sigmaDefaultPrevented:!1,preventSigmaDefault:function(){n.sigmaDefaultPrevented=!0},original:t});return n}function Nn(t){var e="x"in t?t:D(D({},t.touches[0]||t.previousTouches[0]),{},{original:t.original,sigmaDefaultPrevented:t.sigmaDefaultPrevented,preventSigmaDefault:function(){t.sigmaDefaultPrevented=!0,e.sigmaDefaultPrevented=!0}});return e}function fm(t,e){return D(D({},at(t,e)),{},{delta:wu(t)})}var pm=2;function Ur(t){for(var e=[],n=0,r=Math.min(t.length,pm);n<r;n++)e.push(t[n]);return e}function Ln(t,e,n){var r={touches:Ur(t.touches).map(function(i){return Ke(i,n)}),previousTouches:e.map(function(i){return Ke(i,n)}),sigmaDefaultPrevented:!1,preventSigmaDefault:function(){r.sigmaDefaultPrevented=!0},original:t};return r}function wu(t){if(typeof t.deltaY<"u")return t.deltaY*-3/360;if(typeof t.detail<"u")return t.detail/-9;throw new Error("Captor: could not extract delta from event.")}var bu=(function(t){function e(n,r){var i;return ce(this,e),i=Ee(this,e),i.container=n,i.renderer=r,i}return Se(e,t),de(e)})(Dr),gm=["doubleClickTimeout","doubleClickZoomingDuration","doubleClickZoomingRatio","dragTimeout","draggedEventsTolerance","inertiaDuration","inertiaRatio","zoomDuration","zoomingRatio"],mm=gm.reduce(function(t,e){return D(D({},t),{},S({},e,Fr[e]))},{}),vm=(function(t){function e(n,r){var i;return ce(this,e),i=Ee(this,e,[n,r]),S(i,"enabled",!0),S(i,"draggedEvents",0),S(i,"downStartTime",null),S(i,"lastMouseX",null),S(i,"lastMouseY",null),S(i,"isMouseDown",!1),S(i,"isMoving",!1),S(i,"movingTimeout",null),S(i,"startCameraState",null),S(i,"clicks",0),S(i,"doubleClickTimeout",null),S(i,"currentWheelDirection",0),S(i,"settings",mm),i.handleClick=i.handleClick.bind(i),i.handleRightClick=i.handleRightClick.bind(i),i.handleDown=i.handleDown.bind(i),i.handleUp=i.handleUp.bind(i),i.handleMove=i.handleMove.bind(i),i.handleWheel=i.handleWheel.bind(i),i.handleLeave=i.handleLeave.bind(i),i.handleEnter=i.handleEnter.bind(i),n.addEventListener("click",i.handleClick,{capture:!1}),n.addEventListener("contextmenu",i.handleRightClick,{capture:!1}),n.addEventListener("mousedown",i.handleDown,{capture:!1}),n.addEventListener("wheel",i.handleWheel,{capture:!1}),n.addEventListener("mouseleave",i.handleLeave,{capture:!1}),n.addEventListener("mouseenter",i.handleEnter,{capture:!1}),document.addEventListener("mousemove",i.handleMove,{capture:!1}),document.addEventListener("mouseup",i.handleUp,{capture:!1}),i}return Se(e,t),de(e,[{key:"kill",value:function(){var r=this.container;r.removeEventListener("click",this.handleClick),r.removeEventListener("contextmenu",this.handleRightClick),r.removeEventListener("mousedown",this.handleDown),r.removeEventListener("wheel",this.handleWheel),r.removeEventListener("mouseleave",this.handleLeave),r.removeEventListener("mouseenter",this.handleEnter),document.removeEventListener("mousemove",this.handleMove),document.removeEventListener("mouseup",this.handleUp)}},{key:"handleClick",value:function(r){var i=this;if(this.enabled){if(this.clicks++,this.clicks===2)return this.clicks=0,typeof this.doubleClickTimeout=="number"&&(clearTimeout(this.doubleClickTimeout),this.doubleClickTimeout=null),this.handleDoubleClick(r);setTimeout(function(){i.clicks=0,i.doubleClickTimeout=null},this.settings.doubleClickTimeout),this.draggedEvents<this.settings.draggedEventsTolerance&&this.emit("click",at(r,this.container))}}},{key:"handleRightClick",value:function(r){this.enabled&&this.emit("rightClick",at(r,this.container))}},{key:"handleDoubleClick",value:function(r){if(this.enabled){r.preventDefault(),r.stopPropagation();var i=at(r,this.container);if(this.emit("doubleClick",i),!i.sigmaDefaultPrevented){var o=this.renderer.getCamera(),a=o.getBoundedRatio(o.getState().ratio/this.settings.doubleClickZoomingRatio);o.animate(this.renderer.getViewportZoomedState(Ke(r,this.container),a),{easing:"quadraticInOut",duration:this.settings.doubleClickZoomingDuration})}}}},{key:"handleDown",value:function(r){if(this.enabled){if(r.button===0){this.startCameraState=this.renderer.getCamera().getState();var i=Ke(r,this.container),o=i.x,a=i.y;this.lastMouseX=o,this.lastMouseY=a,this.draggedEvents=0,this.downStartTime=Date.now(),this.isMouseDown=!0}this.emit("mousedown",at(r,this.container))}}},{key:"handleUp",value:function(r){var i=this;if(!(!this.enabled||!this.isMouseDown)){var o=this.renderer.getCamera();this.isMouseDown=!1,typeof this.movingTimeout=="number"&&(clearTimeout(this.movingTimeout),this.movingTimeout=null);var a=Ke(r,this.container),s=a.x,l=a.y,u=o.getState(),c=o.getPreviousState()||{x:0,y:0};this.isMoving?o.animate({x:u.x+this.settings.inertiaRatio*(u.x-c.x),y:u.y+this.settings.inertiaRatio*(u.y-c.y)},{duration:this.settings.inertiaDuration,easing:"quadraticOut"}):(this.lastMouseX!==s||this.lastMouseY!==l)&&o.setState({x:u.x,y:u.y}),this.isMoving=!1,setTimeout(function(){var h=i.draggedEvents>0;i.draggedEvents=0,h&&i.renderer.getSetting("hideEdgesOnMove")&&i.renderer.refresh()},0),this.emit("mouseup",at(r,this.container))}}},{key:"handleMove",value:function(r){var i=this;if(this.enabled){var o=at(r,this.container);if(this.emit("mousemovebody",o),(r.target===this.container||r.composedPath()[0]===this.container)&&this.emit("mousemove",o),!o.sigmaDefaultPrevented&&this.isMouseDown){this.isMoving=!0,this.draggedEvents++,typeof this.movingTimeout=="number"&&clearTimeout(this.movingTimeout),this.movingTimeout=window.setTimeout(function(){i.movingTimeout=null,i.isMoving=!1},this.settings.dragTimeout);var a=this.renderer.getCamera(),s=Ke(r,this.container),l=s.x,u=s.y,c=this.renderer.viewportToFramedGraph({x:this.lastMouseX,y:this.lastMouseY}),h=this.renderer.viewportToFramedGraph({x:l,y:u}),d=c.x-h.x,f=c.y-h.y,g=a.getState(),m=g.x+d,v=g.y+f;a.setState({x:m,y:v}),this.lastMouseX=l,this.lastMouseY=u,r.preventDefault(),r.stopPropagation()}}}},{key:"handleLeave",value:function(r){this.emit("mouseleave",at(r,this.container))}},{key:"handleEnter",value:function(r){this.emit("mouseenter",at(r,this.container))}},{key:"handleWheel",value:function(r){var i=this,o=this.renderer.getCamera();if(!(!this.enabled||!o.enabledZooming)){var a=wu(r);if(a){var s=fm(r,this.container);if(this.emit("wheel",s),s.sigmaDefaultPrevented){r.preventDefault(),r.stopPropagation();return}var l=o.getState().ratio,u=a>0?1/this.settings.zoomingRatio:this.settings.zoomingRatio,c=o.getBoundedRatio(l*u),h=a>0?1:-1,d=Date.now();l!==c&&(r.preventDefault(),r.stopPropagation(),!(this.currentWheelDirection===h&&this.lastWheelTriggerTime&&d-this.lastWheelTriggerTime<this.settings.zoomDuration/5)&&(o.animate(this.renderer.getViewportZoomedState(Ke(r,this.container),c),{easing:"quadraticOut",duration:this.settings.zoomDuration},function(){i.currentWheelDirection=0}),this.currentWheelDirection=h,this.lastWheelTriggerTime=d))}}}},{key:"setSettings",value:function(r){this.settings=r}}])})(bu),ym=["dragTimeout","inertiaDuration","inertiaRatio","doubleClickTimeout","doubleClickZoomingRatio","doubleClickZoomingDuration","tapMoveTolerance"],wm=ym.reduce(function(t,e){return D(D({},t),{},S({},e,Fr[e]))},{}),bm=(function(t){function e(n,r){var i;return ce(this,e),i=Ee(this,e,[n,r]),S(i,"enabled",!0),S(i,"isMoving",!1),S(i,"hasMoved",!1),S(i,"touchMode",0),S(i,"startTouchesPositions",[]),S(i,"lastTouches",[]),S(i,"lastTap",null),S(i,"settings",wm),i.handleStart=i.handleStart.bind(i),i.handleLeave=i.handleLeave.bind(i),i.handleMove=i.handleMove.bind(i),n.addEventListener("touchstart",i.handleStart,{capture:!1}),n.addEventListener("touchcancel",i.handleLeave,{capture:!1}),document.addEventListener("touchend",i.handleLeave,{capture:!1,passive:!1}),document.addEventListener("touchmove",i.handleMove,{capture:!1,passive:!1}),i}return Se(e,t),de(e,[{key:"kill",value:function(){var r=this.container;r.removeEventListener("touchstart",this.handleStart),r.removeEventListener("touchcancel",this.handleLeave),document.removeEventListener("touchend",this.handleLeave),document.removeEventListener("touchmove",this.handleMove)}},{key:"getDimensions",value:function(){return{width:this.container.offsetWidth,height:this.container.offsetHeight}}},{key:"handleStart",value:function(r){var i=this;if(this.enabled){r.preventDefault();var o=Ur(r.touches);if(this.touchMode=o.length,this.startCameraState=this.renderer.getCamera().getState(),this.startTouchesPositions=o.map(function(f){return Ke(f,i.container)}),this.touchMode===2){var a=vt(this.startTouchesPositions,2),s=a[0],l=s.x,u=s.y,c=a[1],h=c.x,d=c.y;this.startTouchesAngle=Math.atan2(d-u,h-l),this.startTouchesDistance=Math.sqrt(Math.pow(h-l,2)+Math.pow(d-u,2))}this.emit("touchdown",Ln(r,this.lastTouches,this.container)),this.lastTouches=o,this.lastTouchesPositions=this.startTouchesPositions}}},{key:"handleLeave",value:function(r){if(!(!this.enabled||!this.startTouchesPositions.length)){switch(r.cancelable&&r.preventDefault(),this.movingTimeout&&(this.isMoving=!1,clearTimeout(this.movingTimeout)),this.touchMode){case 2:if(r.touches.length===1){this.handleStart(r),r.preventDefault();break}case 1:if(this.isMoving){var i=this.renderer.getCamera(),o=i.getState(),a=i.getPreviousState()||{x:0,y:0};i.animate({x:o.x+this.settings.inertiaRatio*(o.x-a.x),y:o.y+this.settings.inertiaRatio*(o.y-a.y)},{duration:this.settings.inertiaDuration,easing:"quadraticOut"})}this.hasMoved=!1,this.isMoving=!1,this.touchMode=0;break}if(this.emit("touchup",Ln(r,this.lastTouches,this.container)),!r.touches.length){var s=Ke(this.lastTouches[0],this.container),l=this.startTouchesPositions[0],u=Math.pow(s.x-l.x,2)+Math.pow(s.y-l.y,2);if(!r.touches.length&&u<Math.pow(this.settings.tapMoveTolerance,2))if(this.lastTap&&Date.now()-this.lastTap.time<this.settings.doubleClickTimeout){var c=Ln(r,this.lastTouches,this.container);if(this.emit("doubletap",c),this.lastTap=null,!c.sigmaDefaultPrevented){var h=this.renderer.getCamera(),d=h.getBoundedRatio(h.getState().ratio/this.settings.doubleClickZoomingRatio);h.animate(this.renderer.getViewportZoomedState(s,d),{easing:"quadraticInOut",duration:this.settings.doubleClickZoomingDuration})}}else{var f=Ln(r,this.lastTouches,this.container);this.emit("tap",f),this.lastTap={time:Date.now(),position:f.touches[0]||f.previousTouches[0]}}}this.lastTouches=Ur(r.touches),this.startTouchesPositions=[]}}},{key:"handleMove",value:function(r){var i=this;if(!(!this.enabled||!this.startTouchesPositions.length)){r.preventDefault();var o=Ur(r.touches),a=o.map(function(Je){return Ke(Je,i.container)}),s=this.lastTouches;this.lastTouches=o,this.lastTouchesPositions=a;var l=Ln(r,s,this.container);if(this.emit("touchmove",l),!l.sigmaDefaultPrevented&&(this.hasMoved||(this.hasMoved=a.some(function(Je,yn){var Me=i.startTouchesPositions[yn];return Me&&(Je.x!==Me.x||Je.y!==Me.y)})),!!this.hasMoved)){this.isMoving=!0,this.movingTimeout&&clearTimeout(this.movingTimeout),this.movingTimeout=window.setTimeout(function(){i.isMoving=!1},this.settings.dragTimeout);var u=this.renderer.getCamera(),c=this.startCameraState,h=this.renderer.getSetting("stagePadding");switch(this.touchMode){case 1:{var d=this.renderer.viewportToFramedGraph((this.startTouchesPositions||[])[0]),f=d.x,g=d.y,m=this.renderer.viewportToFramedGraph(a[0]),v=m.x,y=m.y;u.setState({x:c.x+f-v,y:c.y+g-y});break}case 2:{var b={x:.5,y:.5,angle:0,ratio:1},k=a[0],_=k.x,L=k.y,P=a[1],R=P.x,O=P.y,z=Math.atan2(O-L,R-_)-this.startTouchesAngle,M=Math.hypot(O-L,R-_)/this.startTouchesDistance,U=u.getBoundedRatio(c.ratio/M);b.ratio=U,b.angle=c.angle+z;var j=this.getDimensions(),J=this.renderer.viewportToFramedGraph((this.startTouchesPositions||[])[0],{cameraState:c}),ye=Math.min(j.width,j.height)-2*h,ge=ye/j.width,Qe=ye/j.height,Ut=U/ye,He=_-ye/2/ge,Be=L-ye/2/Qe,We=[He*Math.cos(-b.angle)-Be*Math.sin(-b.angle),Be*Math.cos(-b.angle)+He*Math.sin(-b.angle)];He=We[0],Be=We[1],b.x=J.x-He*Ut,b.y=J.y+Be*Ut,u.setState(b);break}}}}}},{key:"setSettings",value:function(r){this.settings=r}}])})(bu);function xm(t){if(Array.isArray(t))return Rr(t)}function _m(t){if(typeof Symbol<"u"&&t[Symbol.iterator]!=null||t["@@iterator"]!=null)return Array.from(t)}function km(){throw new TypeError(`Invalid attempt to spread non-iterable instance.
|
|
334
|
-
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function pu(t){return xm(t)||_m(t)||mo(t)||km()}function Em(t,e){if(t==null)return{};var n={};for(var r in t)if({}.hasOwnProperty.call(t,r)){if(e.indexOf(r)!==-1)continue;n[r]=t[r]}return n}function Lo(t,e){if(t==null)return{};var n,r,i=Em(t,e);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);for(r=0;r<o.length;r++)n=o[r],e.indexOf(n)===-1&&{}.propertyIsEnumerable.call(t,n)&&(i[n]=t[n])}return i}var gu=(function(){function t(e,n){ce(this,t),this.key=e,this.size=n}return de(t,null,[{key:"compare",value:function(n,r){return n.size>r.size?-1:n.size<r.size||n.key>r.key?1:-1}}])})(),mu=(function(){function t(){ce(this,t),S(this,"width",0),S(this,"height",0),S(this,"cellSize",0),S(this,"columns",0),S(this,"rows",0),S(this,"cells",{})}return de(t,[{key:"resizeAndClear",value:function(n,r){this.width=n.width,this.height=n.height,this.cellSize=r,this.columns=Math.ceil(n.width/r),this.rows=Math.ceil(n.height/r),this.cells={}}},{key:"getIndex",value:function(n){var r=Math.floor(n.x/this.cellSize),i=Math.floor(n.y/this.cellSize);return i*this.columns+r}},{key:"add",value:function(n,r,i){var o=new gu(n,r),a=this.getIndex(i),s=this.cells[a];s||(s=[],this.cells[a]=s),s.push(o)}},{key:"organize",value:function(){for(var n in this.cells){var r=this.cells[n];r.sort(gu.compare)}}},{key:"getLabelsToDisplay",value:function(n,r){var i=this.cellSize*this.cellSize,o=i/n/n,a=o*r/i,s=Math.ceil(a),l=[];for(var u in this.cells)for(var c=this.cells[u],h=0;h<Math.min(s,c.length);h++)l.push(c[h].key);return l}}])})();function Sm(t){var e=t.graph,n=t.hoveredNode,r=t.highlightedNodes,i=t.displayedNodeLabels,o=[];return e.forEachEdge(function(a,s,l,u){(l===n||u===n||r.has(l)||r.has(u)||i.has(l)&&i.has(u))&&o.push(a)}),o}var vu=150,yu=50,st=Object.prototype.hasOwnProperty;function Tm(t,e,n){if(!st.call(n,"x")||!st.call(n,"y"))throw new Error('Sigma: could not find a valid position (x, y) for node "'.concat(e,'". All your nodes must have a number "x" and "y". Maybe your forgot to apply a layout or your "nodeReducer" is not returning the correct data?'));return n.color||(n.color=t.defaultNodeColor),!n.label&&n.label!==""&&(n.label=null),n.label!==void 0&&n.label!==null?n.label=""+n.label:n.label=null,n.size||(n.size=2),st.call(n,"hidden")||(n.hidden=!1),st.call(n,"highlighted")||(n.highlighted=!1),st.call(n,"forceLabel")||(n.forceLabel=!1),(!n.type||n.type==="")&&(n.type=t.defaultNodeType),n.zIndex||(n.zIndex=0),n}function Am(t,e,n){return n.color||(n.color=t.defaultEdgeColor),n.label||(n.label=""),n.size||(n.size=.5),st.call(n,"hidden")||(n.hidden=!1),st.call(n,"forceLabel")||(n.forceLabel=!1),(!n.type||n.type==="")&&(n.type=t.defaultEdgeType),n.zIndex||(n.zIndex=0),n}var Rm=(function(t){function e(n,r){var i,o=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};if(ce(this,e),i=Ee(this,e),S(i,"elements",{}),S(i,"canvasContexts",{}),S(i,"webGLContexts",{}),S(i,"pickingLayers",new Set),S(i,"textures",{}),S(i,"frameBuffers",{}),S(i,"activeListeners",{}),S(i,"labelGrid",new mu),S(i,"nodeDataCache",{}),S(i,"edgeDataCache",{}),S(i,"nodeProgramIndex",{}),S(i,"edgeProgramIndex",{}),S(i,"nodesWithForcedLabels",new Set),S(i,"edgesWithForcedLabels",new Set),S(i,"nodeExtent",{x:[0,1],y:[0,1]}),S(i,"nodeZExtent",[1/0,-1/0]),S(i,"edgeZExtent",[1/0,-1/0]),S(i,"matrix",Oe()),S(i,"invMatrix",Oe()),S(i,"correctionRatio",1),S(i,"customBBox",null),S(i,"normalizationFunction",Co({x:[0,1],y:[0,1]})),S(i,"graphToViewportRatio",1),S(i,"itemIDsIndex",{}),S(i,"nodeIndices",{}),S(i,"edgeIndices",{}),S(i,"width",0),S(i,"height",0),S(i,"pixelRatio",Ao()),S(i,"pickingDownSizingRatio",2*i.pixelRatio),S(i,"displayedNodeLabels",new Set),S(i,"displayedEdgeLabels",new Set),S(i,"highlightedNodes",new Set),S(i,"hoveredNode",null),S(i,"hoveredEdge",null),S(i,"renderFrame",null),S(i,"renderHighlightedNodesFrame",null),S(i,"needToProcess",!1),S(i,"checkEdgesEventsFrame",null),S(i,"nodePrograms",{}),S(i,"nodeHoverPrograms",{}),S(i,"edgePrograms",{}),i.settings=hu(o),zr(i.settings),cu(n),!(r instanceof HTMLElement))throw new Error("Sigma: container should be an html element.");i.graph=n,i.container=r,i.createWebGLContext("edges",{picking:o.enableEdgeEvents}),i.createCanvasContext("edgeLabels"),i.createWebGLContext("nodes",{picking:!0}),i.createCanvasContext("labels"),i.createCanvasContext("hovers"),i.createWebGLContext("hoverNodes"),i.createCanvasContext("mouse",{style:{touchAction:"none",userSelect:"none"}}),i.resize();for(var a in i.settings.nodeProgramClasses)i.registerNodeProgram(a,i.settings.nodeProgramClasses[a],i.settings.nodeHoverProgramClasses[a]);for(var s in i.settings.edgeProgramClasses)i.registerEdgeProgram(s,i.settings.edgeProgramClasses[s]);return i.camera=new fu,i.bindCameraHandlers(),i.mouseCaptor=new vm(i.elements.mouse,i),i.mouseCaptor.setSettings(i.settings),i.touchCaptor=new bm(i.elements.mouse,i),i.touchCaptor.setSettings(i.settings),i.bindEventHandlers(),i.bindGraphHandlers(),i.handleSettingsUpdate(),i.refresh(),i}return Se(e,t),de(e,[{key:"registerNodeProgram",value:function(r,i,o){return this.nodePrograms[r]&&this.nodePrograms[r].kill(),this.nodeHoverPrograms[r]&&this.nodeHoverPrograms[r].kill(),this.nodePrograms[r]=new i(this.webGLContexts.nodes,this.frameBuffers.nodes,this),this.nodeHoverPrograms[r]=new(o||i)(this.webGLContexts.hoverNodes,null,this),this}},{key:"registerEdgeProgram",value:function(r,i){return this.edgePrograms[r]&&this.edgePrograms[r].kill(),this.edgePrograms[r]=new i(this.webGLContexts.edges,this.frameBuffers.edges,this),this}},{key:"unregisterNodeProgram",value:function(r){if(this.nodePrograms[r]){var i=this.nodePrograms,o=i[r],a=Lo(i,[r].map(Rt));o.kill(),this.nodePrograms=a}if(this.nodeHoverPrograms[r]){var s=this.nodeHoverPrograms,l=s[r],u=Lo(s,[r].map(Rt));l.kill(),this.nodePrograms=u}return this}},{key:"unregisterEdgeProgram",value:function(r){if(this.edgePrograms[r]){var i=this.edgePrograms,o=i[r],a=Lo(i,[r].map(Rt));o.kill(),this.edgePrograms=a}return this}},{key:"resetWebGLTexture",value:function(r){var i=this.webGLContexts[r],o=this.frameBuffers[r],a=this.textures[r];a&&i.deleteTexture(a);var s=i.createTexture();return i.bindFramebuffer(i.FRAMEBUFFER,o),i.bindTexture(i.TEXTURE_2D,s),i.texImage2D(i.TEXTURE_2D,0,i.RGBA,this.width,this.height,0,i.RGBA,i.UNSIGNED_BYTE,null),i.framebufferTexture2D(i.FRAMEBUFFER,i.COLOR_ATTACHMENT0,i.TEXTURE_2D,s,0),this.textures[r]=s,this}},{key:"bindCameraHandlers",value:function(){var r=this;return this.activeListeners.camera=function(){r.scheduleRender()},this.camera.on("updated",this.activeListeners.camera),this}},{key:"unbindCameraHandlers",value:function(){return this.camera.removeListener("updated",this.activeListeners.camera),this}},{key:"getNodeAtPosition",value:function(r){var i=r.x,o=r.y,a=wo(this.webGLContexts.nodes,this.frameBuffers.nodes,i,o,this.pixelRatio,this.pickingDownSizingRatio),s=yo.apply(void 0,pu(a)),l=this.itemIDsIndex[s];return l&&l.type==="node"?l.id:null}},{key:"bindEventHandlers",value:function(){var r=this;this.activeListeners.handleResize=function(){r.scheduleRefresh()},window.addEventListener("resize",this.activeListeners.handleResize),this.activeListeners.handleMove=function(o){var a=Nn(o),s={event:a,preventSigmaDefault:function(){a.preventSigmaDefault()}},l=r.getNodeAtPosition(a);if(l&&r.hoveredNode!==l&&!r.nodeDataCache[l].hidden){r.hoveredNode&&r.emit("leaveNode",D(D({},s),{},{node:r.hoveredNode})),r.hoveredNode=l,r.emit("enterNode",D(D({},s),{},{node:l})),r.scheduleHighlightedNodesRender();return}if(r.hoveredNode&&r.getNodeAtPosition(a)!==r.hoveredNode){var u=r.hoveredNode;r.hoveredNode=null,r.emit("leaveNode",D(D({},s),{},{node:u})),r.scheduleHighlightedNodesRender();return}if(r.settings.enableEdgeEvents){var c=r.hoveredNode?null:r.getEdgeAtPoint(s.event.x,s.event.y);c!==r.hoveredEdge&&(r.hoveredEdge&&r.emit("leaveEdge",D(D({},s),{},{edge:r.hoveredEdge})),c&&r.emit("enterEdge",D(D({},s),{},{edge:c})),r.hoveredEdge=c)}},this.activeListeners.handleMoveBody=function(o){var a=Nn(o);r.emit("moveBody",{event:a,preventSigmaDefault:function(){a.preventSigmaDefault()}})},this.activeListeners.handleLeave=function(o){var a=Nn(o),s={event:a,preventSigmaDefault:function(){a.preventSigmaDefault()}};r.hoveredNode&&(r.emit("leaveNode",D(D({},s),{},{node:r.hoveredNode})),r.scheduleHighlightedNodesRender()),r.settings.enableEdgeEvents&&r.hoveredEdge&&(r.emit("leaveEdge",D(D({},s),{},{edge:r.hoveredEdge})),r.scheduleHighlightedNodesRender()),r.emit("leaveStage",D({},s))},this.activeListeners.handleEnter=function(o){var a=Nn(o),s={event:a,preventSigmaDefault:function(){a.preventSigmaDefault()}};r.emit("enterStage",D({},s))};var i=function(a){return function(s){var l=Nn(s),u={event:l,preventSigmaDefault:function(){l.preventSigmaDefault()}},c=r.getNodeAtPosition(l);if(c)return r.emit("".concat(a,"Node"),D(D({},u),{},{node:c}));if(r.settings.enableEdgeEvents){var h=r.getEdgeAtPoint(l.x,l.y);if(h)return r.emit("".concat(a,"Edge"),D(D({},u),{},{edge:h}))}return r.emit("".concat(a,"Stage"),u)}};return this.activeListeners.handleClick=i("click"),this.activeListeners.handleRightClick=i("rightClick"),this.activeListeners.handleDoubleClick=i("doubleClick"),this.activeListeners.handleWheel=i("wheel"),this.activeListeners.handleDown=i("down"),this.activeListeners.handleUp=i("up"),this.mouseCaptor.on("mousemove",this.activeListeners.handleMove),this.mouseCaptor.on("mousemovebody",this.activeListeners.handleMoveBody),this.mouseCaptor.on("click",this.activeListeners.handleClick),this.mouseCaptor.on("rightClick",this.activeListeners.handleRightClick),this.mouseCaptor.on("doubleClick",this.activeListeners.handleDoubleClick),this.mouseCaptor.on("wheel",this.activeListeners.handleWheel),this.mouseCaptor.on("mousedown",this.activeListeners.handleDown),this.mouseCaptor.on("mouseup",this.activeListeners.handleUp),this.mouseCaptor.on("mouseleave",this.activeListeners.handleLeave),this.mouseCaptor.on("mouseenter",this.activeListeners.handleEnter),this.touchCaptor.on("touchdown",this.activeListeners.handleDown),this.touchCaptor.on("touchdown",this.activeListeners.handleMove),this.touchCaptor.on("touchup",this.activeListeners.handleUp),this.touchCaptor.on("touchmove",this.activeListeners.handleMove),this.touchCaptor.on("tap",this.activeListeners.handleClick),this.touchCaptor.on("doubletap",this.activeListeners.handleDoubleClick),this.touchCaptor.on("touchmove",this.activeListeners.handleMoveBody),this}},{key:"bindGraphHandlers",value:function(){var r=this,i=this.graph,o=new Set(["x","y","zIndex","type"]);return this.activeListeners.eachNodeAttributesUpdatedGraphUpdate=function(a){var s,l=(s=a.hints)===null||s===void 0?void 0:s.attributes;r.graph.forEachNode(function(c){return r.updateNode(c)});var u=!l||l.some(function(c){return o.has(c)});r.refresh({partialGraph:{nodes:i.nodes()},skipIndexation:!u,schedule:!0})},this.activeListeners.eachEdgeAttributesUpdatedGraphUpdate=function(a){var s,l=(s=a.hints)===null||s===void 0?void 0:s.attributes;r.graph.forEachEdge(function(c){return r.updateEdge(c)});var u=l&&["zIndex","type"].some(function(c){return l?.includes(c)});r.refresh({partialGraph:{edges:i.edges()},skipIndexation:!u,schedule:!0})},this.activeListeners.addNodeGraphUpdate=function(a){var s=a.key;r.addNode(s),r.refresh({partialGraph:{nodes:[s]},skipIndexation:!1,schedule:!0})},this.activeListeners.updateNodeGraphUpdate=function(a){var s=a.key;r.refresh({partialGraph:{nodes:[s]},skipIndexation:!1,schedule:!0})},this.activeListeners.dropNodeGraphUpdate=function(a){var s=a.key;r.removeNode(s),r.refresh({schedule:!0})},this.activeListeners.addEdgeGraphUpdate=function(a){var s=a.key;r.addEdge(s),r.refresh({partialGraph:{edges:[s]},schedule:!0})},this.activeListeners.updateEdgeGraphUpdate=function(a){var s=a.key;r.refresh({partialGraph:{edges:[s]},skipIndexation:!1,schedule:!0})},this.activeListeners.dropEdgeGraphUpdate=function(a){var s=a.key;r.removeEdge(s),r.refresh({schedule:!0})},this.activeListeners.clearEdgesGraphUpdate=function(){r.clearEdgeState(),r.clearEdgeIndices(),r.refresh({schedule:!0})},this.activeListeners.clearGraphUpdate=function(){r.clearEdgeState(),r.clearNodeState(),r.clearEdgeIndices(),r.clearNodeIndices(),r.refresh({schedule:!0})},i.on("nodeAdded",this.activeListeners.addNodeGraphUpdate),i.on("nodeDropped",this.activeListeners.dropNodeGraphUpdate),i.on("nodeAttributesUpdated",this.activeListeners.updateNodeGraphUpdate),i.on("eachNodeAttributesUpdated",this.activeListeners.eachNodeAttributesUpdatedGraphUpdate),i.on("edgeAdded",this.activeListeners.addEdgeGraphUpdate),i.on("edgeDropped",this.activeListeners.dropEdgeGraphUpdate),i.on("edgeAttributesUpdated",this.activeListeners.updateEdgeGraphUpdate),i.on("eachEdgeAttributesUpdated",this.activeListeners.eachEdgeAttributesUpdatedGraphUpdate),i.on("edgesCleared",this.activeListeners.clearEdgesGraphUpdate),i.on("cleared",this.activeListeners.clearGraphUpdate),this}},{key:"unbindGraphHandlers",value:function(){var r=this.graph;r.removeListener("nodeAdded",this.activeListeners.addNodeGraphUpdate),r.removeListener("nodeDropped",this.activeListeners.dropNodeGraphUpdate),r.removeListener("nodeAttributesUpdated",this.activeListeners.updateNodeGraphUpdate),r.removeListener("eachNodeAttributesUpdated",this.activeListeners.eachNodeAttributesUpdatedGraphUpdate),r.removeListener("edgeAdded",this.activeListeners.addEdgeGraphUpdate),r.removeListener("edgeDropped",this.activeListeners.dropEdgeGraphUpdate),r.removeListener("edgeAttributesUpdated",this.activeListeners.updateEdgeGraphUpdate),r.removeListener("eachEdgeAttributesUpdated",this.activeListeners.eachEdgeAttributesUpdatedGraphUpdate),r.removeListener("edgesCleared",this.activeListeners.clearEdgesGraphUpdate),r.removeListener("cleared",this.activeListeners.clearGraphUpdate)}},{key:"getEdgeAtPoint",value:function(r,i){var o=wo(this.webGLContexts.edges,this.frameBuffers.edges,r,i,this.pixelRatio,this.pickingDownSizingRatio),a=yo.apply(void 0,pu(o)),s=this.itemIDsIndex[a];return s&&s.type==="edge"?s.id:null}},{key:"process",value:function(){var r=this;this.emit("beforeProcess");var i=this.graph,o=this.settings,a=this.getDimensions();if(this.nodeExtent=uu(this.graph),!this.settings.autoRescale){var s=a.width,l=a.height,u=this.nodeExtent,c=u.x,h=u.y;this.nodeExtent={x:[(c[0]+c[1])/2-s/2,(c[0]+c[1])/2+s/2],y:[(h[0]+h[1])/2-l/2,(h[0]+h[1])/2+l/2]}}this.normalizationFunction=Co(this.customBBox||this.nodeExtent);var d=new fu,f=Jt(d.getState(),a,this.getGraphDimensions(),this.getStagePadding());this.labelGrid.resizeAndClear(a,o.labelGridCellSize);for(var g={},m={},v={},y={},b=1,k=i.nodes(),_=0,L=k.length;_<L;_++){var P=k[_],R=this.nodeDataCache[P],O=i.getNodeAttributes(P);R.x=O.x,R.y=O.y,this.normalizationFunction.applyTo(R),typeof R.label=="string"&&!R.hidden&&this.labelGrid.add(P,R.size,this.framedGraphToViewport(R,{matrix:f})),g[R.type]=(g[R.type]||0)+1}this.labelGrid.organize();for(var z in this.nodePrograms){if(!st.call(this.nodePrograms,z))throw new Error('Sigma: could not find a suitable program for node type "'.concat(z,'"!'));this.nodePrograms[z].reallocate(g[z]||0),g[z]=0}this.settings.zIndex&&this.nodeZExtent[0]!==this.nodeZExtent[1]&&(k=Ro(this.nodeZExtent,function(wn){return r.nodeDataCache[wn].zIndex},k));for(var M=0,U=k.length;M<U;M++){var j=k[M];m[j]=b,y[m[j]]={type:"node",id:j},b++;var J=this.nodeDataCache[j];this.addNodeToProgram(j,m[j],g[J.type]++)}for(var ye={},ge=i.edges(),Qe=0,Ut=ge.length;Qe<Ut;Qe++){var He=ge[Qe],Be=this.edgeDataCache[He];ye[Be.type]=(ye[Be.type]||0)+1}this.settings.zIndex&&this.edgeZExtent[0]!==this.edgeZExtent[1]&&(ge=Ro(this.edgeZExtent,function(wn){return r.edgeDataCache[wn].zIndex},ge));for(var We in this.edgePrograms){if(!st.call(this.edgePrograms,We))throw new Error('Sigma: could not find a suitable program for edge type "'.concat(We,'"!'));this.edgePrograms[We].reallocate(ye[We]||0),ye[We]=0}for(var Je=0,yn=ge.length;Je<yn;Je++){var Me=ge[Je];v[Me]=b,y[v[Me]]={type:"edge",id:Me},b++;var q=this.edgeDataCache[Me];this.addEdgeToProgram(Me,v[Me],ye[q.type]++)}return this.itemIDsIndex=y,this.nodeIndices=m,this.edgeIndices=v,this.emit("afterProcess"),this}},{key:"handleSettingsUpdate",value:function(r){var i=this,o=this.settings;if(this.camera.minRatio=o.minCameraRatio,this.camera.maxRatio=o.maxCameraRatio,this.camera.enabledZooming=o.enableCameraZooming,this.camera.enabledPanning=o.enableCameraPanning,this.camera.enabledRotation=o.enableCameraRotation,o.cameraPanBoundaries?this.camera.clean=function(c){return i.cleanCameraState(c,o.cameraPanBoundaries&&Gr(o.cameraPanBoundaries)==="object"?o.cameraPanBoundaries:{})}:this.camera.clean=null,this.camera.setState(this.camera.validateState(this.camera.getState())),r){if(r.edgeProgramClasses!==o.edgeProgramClasses){for(var a in o.edgeProgramClasses)o.edgeProgramClasses[a]!==r.edgeProgramClasses[a]&&this.registerEdgeProgram(a,o.edgeProgramClasses[a]);for(var s in r.edgeProgramClasses)o.edgeProgramClasses[s]||this.unregisterEdgeProgram(s)}if(r.nodeProgramClasses!==o.nodeProgramClasses||r.nodeHoverProgramClasses!==o.nodeHoverProgramClasses){for(var l in o.nodeProgramClasses)(o.nodeProgramClasses[l]!==r.nodeProgramClasses[l]||o.nodeHoverProgramClasses[l]!==r.nodeHoverProgramClasses[l])&&this.registerNodeProgram(l,o.nodeProgramClasses[l],o.nodeHoverProgramClasses[l]);for(var u in r.nodeProgramClasses)o.nodeProgramClasses[u]||this.unregisterNodeProgram(u)}}return this.mouseCaptor.setSettings(this.settings),this.touchCaptor.setSettings(this.settings),this}},{key:"cleanCameraState",value:function(r){var i=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},o=i.tolerance,a=o===void 0?0:o,s=i.boundaries,l=D({},r),u=s||this.nodeExtent,c=vt(u.x,2),h=c[0],d=c[1],f=vt(u.y,2),g=f[0],m=f[1],v=[this.graphToViewport({x:h,y:g},{cameraState:r}),this.graphToViewport({x:d,y:g},{cameraState:r}),this.graphToViewport({x:h,y:m},{cameraState:r}),this.graphToViewport({x:d,y:m},{cameraState:r})],y=1/0,b=-1/0,k=1/0,_=-1/0;v.forEach(function(ye){var ge=ye.x,Qe=ye.y;y=Math.min(y,ge),b=Math.max(b,ge),k=Math.min(k,Qe),_=Math.max(_,Qe)});var L=b-y,P=_-k,R=this.getDimensions(),O=R.width,z=R.height,M=0,U=0;if(L>=O?b<O-a?M=b-(O-a):y>a&&(M=y-a):b>O+a?M=b-(O+a):y<-a&&(M=y+a),P>=z?_<z-a?U=_-(z-a):k>a&&(U=k-a):_>z+a?U=_-(z+a):k<-a&&(U=k+a),M||U){var j=this.viewportToFramedGraph({x:0,y:0},{cameraState:r}),J=this.viewportToFramedGraph({x:M,y:U},{cameraState:r});M=J.x-j.x,U=J.y-j.y,l.x+=M,l.y+=U}return l}},{key:"renderLabels",value:function(){if(!this.settings.renderLabels)return this;var r=this.camera.getState(),i=this.labelGrid.getLabelsToDisplay(r.ratio,this.settings.labelDensity);No(i,this.nodesWithForcedLabels),this.displayedNodeLabels=new Set;for(var o=this.canvasContexts.labels,a=0,s=i.length;a<s;a++){var l=i[a],u=this.nodeDataCache[l];if(!this.displayedNodeLabels.has(l)&&!u.hidden){var c=this.framedGraphToViewport(u),h=c.x,d=c.y,f=this.scaleSize(u.size);if(!(!u.forceLabel&&f<this.settings.labelRenderedSizeThreshold)&&!(h<-vu||h>this.width+vu||d<-yu||d>this.height+yu)){this.displayedNodeLabels.add(l);var g=this.settings.defaultDrawNodeLabel,m=this.nodePrograms[u.type],v=m?.drawLabel||g;v(o,D(D({key:l},u),{},{size:f,x:h,y:d}),this.settings)}}}return this}},{key:"renderEdgeLabels",value:function(){if(!this.settings.renderEdgeLabels)return this;var r=this.canvasContexts.edgeLabels;r.clearRect(0,0,this.width,this.height);var i=Sm({graph:this.graph,hoveredNode:this.hoveredNode,displayedNodeLabels:this.displayedNodeLabels,highlightedNodes:this.highlightedNodes});No(i,this.edgesWithForcedLabels);for(var o=new Set,a=0,s=i.length;a<s;a++){var l=i[a],u=this.graph.extremities(l),c=this.nodeDataCache[u[0]],h=this.nodeDataCache[u[1]],d=this.edgeDataCache[l];if(!o.has(l)&&!(d.hidden||c.hidden||h.hidden)){var f=this.settings.defaultDrawEdgeLabel,g=this.edgePrograms[d.type],m=g?.drawLabel||f;m(r,D(D({key:l},d),{},{size:this.scaleSize(d.size)}),D(D(D({key:u[0]},c),this.framedGraphToViewport(c)),{},{size:this.scaleSize(c.size)}),D(D(D({key:u[1]},h),this.framedGraphToViewport(h)),{},{size:this.scaleSize(h.size)}),this.settings),o.add(l)}}return this.displayedEdgeLabels=o,this}},{key:"renderHighlightedNodes",value:function(){var r=this,i=this.canvasContexts.hovers;i.clearRect(0,0,this.width,this.height);var o=function(f){var g=r.nodeDataCache[f],m=r.framedGraphToViewport(g),v=m.x,y=m.y,b=r.scaleSize(g.size),k=r.settings.defaultDrawNodeHover,_=r.nodePrograms[g.type],L=_?.drawHover||k;L(i,D(D({key:f},g),{},{size:b,x:v,y}),r.settings)},a=[];this.hoveredNode&&!this.nodeDataCache[this.hoveredNode].hidden&&a.push(this.hoveredNode),this.highlightedNodes.forEach(function(d){d!==r.hoveredNode&&a.push(d)}),a.forEach(function(d){return o(d)});var s={};a.forEach(function(d){var f=r.nodeDataCache[d].type;s[f]=(s[f]||0)+1});for(var l in this.nodeHoverPrograms)this.nodeHoverPrograms[l].reallocate(s[l]||0),s[l]=0;a.forEach(function(d){var f=r.nodeDataCache[d];r.nodeHoverPrograms[f.type].process(0,s[f.type]++,f)}),this.webGLContexts.hoverNodes.clear(this.webGLContexts.hoverNodes.COLOR_BUFFER_BIT);var u=this.getRenderParams();for(var c in this.nodeHoverPrograms){var h=this.nodeHoverPrograms[c];h.render(u)}}},{key:"scheduleHighlightedNodesRender",value:function(){var r=this;this.renderHighlightedNodesFrame||this.renderFrame||(this.renderHighlightedNodesFrame=requestAnimationFrame(function(){r.renderHighlightedNodesFrame=null,r.renderHighlightedNodes(),r.renderEdgeLabels()}))}},{key:"render",value:function(){var r=this;this.emit("beforeRender");var i=function(){return r.emit("afterRender"),r};if(this.renderFrame&&(cancelAnimationFrame(this.renderFrame),this.renderFrame=null),this.resize(),this.needToProcess&&this.process(),this.needToProcess=!1,this.clear(),this.pickingLayers.forEach(function(v){return r.resetWebGLTexture(v)}),!this.graph.order)return i();var o=this.mouseCaptor,a=this.camera.isAnimated()||o.isMoving||o.draggedEvents||o.currentWheelDirection,s=this.camera.getState(),l=this.getDimensions(),u=this.getGraphDimensions(),c=this.getStagePadding();this.matrix=Jt(s,l,u,c),this.invMatrix=Jt(s,l,u,c,!0),this.correctionRatio=lu(this.matrix,s,l),this.graphToViewportRatio=this.getGraphToViewportRatio();var h=this.getRenderParams();for(var d in this.nodePrograms){var f=this.nodePrograms[d];f.render(h)}if(!this.settings.hideEdgesOnMove||!a)for(var g in this.edgePrograms){var m=this.edgePrograms[g];m.render(h)}return this.settings.hideLabelsOnMove&&a||(this.renderLabels(),this.renderEdgeLabels(),this.renderHighlightedNodes()),i()}},{key:"addNode",value:function(r){var i=Object.assign({},this.graph.getNodeAttributes(r));this.settings.nodeReducer&&(i=this.settings.nodeReducer(r,i));var o=Tm(this.settings,r,i);this.nodeDataCache[r]=o,this.nodesWithForcedLabels.delete(r),o.forceLabel&&!o.hidden&&this.nodesWithForcedLabels.add(r),this.highlightedNodes.delete(r),o.highlighted&&!o.hidden&&this.highlightedNodes.add(r),this.settings.zIndex&&(o.zIndex<this.nodeZExtent[0]&&(this.nodeZExtent[0]=o.zIndex),o.zIndex>this.nodeZExtent[1]&&(this.nodeZExtent[1]=o.zIndex))}},{key:"updateNode",value:function(r){this.addNode(r);var i=this.nodeDataCache[r];this.normalizationFunction.applyTo(i)}},{key:"removeNode",value:function(r){delete this.nodeDataCache[r],delete this.nodeProgramIndex[r],this.highlightedNodes.delete(r),this.hoveredNode===r&&(this.hoveredNode=null),this.nodesWithForcedLabels.delete(r)}},{key:"addEdge",value:function(r){var i=Object.assign({},this.graph.getEdgeAttributes(r));this.settings.edgeReducer&&(i=this.settings.edgeReducer(r,i));var o=Am(this.settings,r,i);this.edgeDataCache[r]=o,this.edgesWithForcedLabels.delete(r),o.forceLabel&&!o.hidden&&this.edgesWithForcedLabels.add(r),this.settings.zIndex&&(o.zIndex<this.edgeZExtent[0]&&(this.edgeZExtent[0]=o.zIndex),o.zIndex>this.edgeZExtent[1]&&(this.edgeZExtent[1]=o.zIndex))}},{key:"updateEdge",value:function(r){this.addEdge(r)}},{key:"removeEdge",value:function(r){delete this.edgeDataCache[r],delete this.edgeProgramIndex[r],this.hoveredEdge===r&&(this.hoveredEdge=null),this.edgesWithForcedLabels.delete(r)}},{key:"clearNodeIndices",value:function(){this.labelGrid=new mu,this.nodeExtent={x:[0,1],y:[0,1]},this.nodeDataCache={},this.edgeProgramIndex={},this.nodesWithForcedLabels=new Set,this.nodeZExtent=[1/0,-1/0],this.highlightedNodes=new Set}},{key:"clearEdgeIndices",value:function(){this.edgeDataCache={},this.edgeProgramIndex={},this.edgesWithForcedLabels=new Set,this.edgeZExtent=[1/0,-1/0]}},{key:"clearIndices",value:function(){this.clearEdgeIndices(),this.clearNodeIndices()}},{key:"clearNodeState",value:function(){this.displayedNodeLabels=new Set,this.highlightedNodes=new Set,this.hoveredNode=null}},{key:"clearEdgeState",value:function(){this.displayedEdgeLabels=new Set,this.highlightedNodes=new Set,this.hoveredEdge=null}},{key:"clearState",value:function(){this.clearEdgeState(),this.clearNodeState()}},{key:"addNodeToProgram",value:function(r,i,o){var a=this.nodeDataCache[r],s=this.nodePrograms[a.type];if(!s)throw new Error('Sigma: could not find a suitable program for node type "'.concat(a.type,'"!'));s.process(i,o,a),this.nodeProgramIndex[r]=o}},{key:"addEdgeToProgram",value:function(r,i,o){var a=this.edgeDataCache[r],s=this.edgePrograms[a.type];if(!s)throw new Error('Sigma: could not find a suitable program for edge type "'.concat(a.type,'"!'));var l=this.graph.extremities(r),u=this.nodeDataCache[l[0]],c=this.nodeDataCache[l[1]];s.process(i,o,u,c,a),this.edgeProgramIndex[r]=o}},{key:"getRenderParams",value:function(){return{matrix:this.matrix,invMatrix:this.invMatrix,width:this.width,height:this.height,pixelRatio:this.pixelRatio,zoomRatio:this.camera.ratio,cameraAngle:this.camera.angle,sizeRatio:1/this.scaleSize(),correctionRatio:this.correctionRatio,downSizingRatio:this.pickingDownSizingRatio,minEdgeThickness:this.settings.minEdgeThickness,antiAliasingFeather:this.settings.antiAliasingFeather}}},{key:"getStagePadding",value:function(){var r=this.settings,i=r.stagePadding,o=r.autoRescale;return o&&i||0}},{key:"createLayer",value:function(r,i){var o=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};if(this.elements[r])throw new Error('Sigma: a layer named "'.concat(r,'" already exists'));var a=du(i,{position:"absolute"},{class:"sigma-".concat(r)});return o.style&&Object.assign(a.style,o.style),this.elements[r]=a,"beforeLayer"in o&&o.beforeLayer?this.elements[o.beforeLayer].before(a):"afterLayer"in o&&o.afterLayer?this.elements[o.afterLayer].after(a):this.container.appendChild(a),a}},{key:"createCanvas",value:function(r){var i=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};return this.createLayer(r,"canvas",i)}},{key:"createCanvasContext",value:function(r){var i=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},o=this.createCanvas(r,i),a={preserveDrawingBuffer:!1,antialias:!1};return this.canvasContexts[r]=o.getContext("2d",a),this}},{key:"createWebGLContext",value:function(r){var i=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},o=i?.canvas||this.createCanvas(r,i);i.hidden&&o.remove();var a=D({preserveDrawingBuffer:!1,antialias:!1},i),s;s=o.getContext("webgl2",a),s||(s=o.getContext("webgl",a)),s||(s=o.getContext("experimental-webgl",a));var l=s;if(this.webGLContexts[r]=l,l.blendFunc(l.ONE,l.ONE_MINUS_SRC_ALPHA),i.picking){this.pickingLayers.add(r);var u=l.createFramebuffer();if(!u)throw new Error("Sigma: cannot create a new frame buffer for layer ".concat(r));this.frameBuffers[r]=u}return l}},{key:"killLayer",value:function(r){var i=this.elements[r];if(!i)throw new Error("Sigma: cannot kill layer ".concat(r,", which does not exist"));if(this.webGLContexts[r]){var o,a=this.webGLContexts[r];(o=a.getExtension("WEBGL_lose_context"))===null||o===void 0||o.loseContext(),delete this.webGLContexts[r]}else this.canvasContexts[r]&&delete this.canvasContexts[r];return i.remove(),delete this.elements[r],this}},{key:"getCamera",value:function(){return this.camera}},{key:"setCamera",value:function(r){this.unbindCameraHandlers(),this.camera=r,this.bindCameraHandlers()}},{key:"getContainer",value:function(){return this.container}},{key:"getGraph",value:function(){return this.graph}},{key:"setGraph",value:function(r){r!==this.graph&&(this.hoveredNode&&!r.hasNode(this.hoveredNode)&&(this.hoveredNode=null),this.hoveredEdge&&!r.hasEdge(this.hoveredEdge)&&(this.hoveredEdge=null),this.unbindGraphHandlers(),this.checkEdgesEventsFrame!==null&&(cancelAnimationFrame(this.checkEdgesEventsFrame),this.checkEdgesEventsFrame=null),this.graph=r,this.bindGraphHandlers(),this.refresh())}},{key:"getMouseCaptor",value:function(){return this.mouseCaptor}},{key:"getTouchCaptor",value:function(){return this.touchCaptor}},{key:"getDimensions",value:function(){return{width:this.width,height:this.height}}},{key:"getGraphDimensions",value:function(){var r=this.customBBox||this.nodeExtent;return{width:r.x[1]-r.x[0]||1,height:r.y[1]-r.y[0]||1}}},{key:"getNodeDisplayData",value:function(r){var i=this.nodeDataCache[r];return i?Object.assign({},i):void 0}},{key:"getEdgeDisplayData",value:function(r){var i=this.edgeDataCache[r];return i?Object.assign({},i):void 0}},{key:"getNodeDisplayedLabels",value:function(){return new Set(this.displayedNodeLabels)}},{key:"getEdgeDisplayedLabels",value:function(){return new Set(this.displayedEdgeLabels)}},{key:"getSettings",value:function(){return D({},this.settings)}},{key:"getSetting",value:function(r){return this.settings[r]}},{key:"setSetting",value:function(r,i){var o=D({},this.settings);return this.settings[r]=i,zr(this.settings),this.handleSettingsUpdate(o),this.scheduleRefresh(),this}},{key:"updateSetting",value:function(r,i){return this.setSetting(r,i(this.settings[r])),this}},{key:"setSettings",value:function(r){var i=D({},this.settings);return this.settings=D(D({},this.settings),r),zr(this.settings),this.handleSettingsUpdate(i),this.scheduleRefresh(),this}},{key:"resize",value:function(r){var i=this.width,o=this.height;if(this.width=this.container.offsetWidth,this.height=this.container.offsetHeight,this.pixelRatio=Ao(),this.width===0)if(this.settings.allowInvalidContainer)this.width=1;else throw new Error("Sigma: Container has no width. You can set the allowInvalidContainer setting to true to stop seeing this error.");if(this.height===0)if(this.settings.allowInvalidContainer)this.height=1;else throw new Error("Sigma: Container has no height. You can set the allowInvalidContainer setting to true to stop seeing this error.");if(!r&&i===this.width&&o===this.height)return this;for(var a in this.elements){var s=this.elements[a];s.style.width=this.width+"px",s.style.height=this.height+"px"}for(var l in this.canvasContexts)this.elements[l].setAttribute("width",this.width*this.pixelRatio+"px"),this.elements[l].setAttribute("height",this.height*this.pixelRatio+"px"),this.pixelRatio!==1&&this.canvasContexts[l].scale(this.pixelRatio,this.pixelRatio);for(var u in this.webGLContexts){this.elements[u].setAttribute("width",this.width*this.pixelRatio+"px"),this.elements[u].setAttribute("height",this.height*this.pixelRatio+"px");var c=this.webGLContexts[u];if(c.viewport(0,0,this.width*this.pixelRatio,this.height*this.pixelRatio),this.pickingLayers.has(u)){var h=this.textures[u];h&&c.deleteTexture(h)}}return this.emit("resize"),this}},{key:"clear",value:function(){return this.emit("beforeClear"),this.webGLContexts.nodes.bindFramebuffer(WebGLRenderingContext.FRAMEBUFFER,null),this.webGLContexts.nodes.clear(WebGLRenderingContext.COLOR_BUFFER_BIT),this.webGLContexts.edges.bindFramebuffer(WebGLRenderingContext.FRAMEBUFFER,null),this.webGLContexts.edges.clear(WebGLRenderingContext.COLOR_BUFFER_BIT),this.webGLContexts.hoverNodes.clear(WebGLRenderingContext.COLOR_BUFFER_BIT),this.canvasContexts.labels.clearRect(0,0,this.width,this.height),this.canvasContexts.hovers.clearRect(0,0,this.width,this.height),this.canvasContexts.edgeLabels.clearRect(0,0,this.width,this.height),this.emit("afterClear"),this}},{key:"refresh",value:function(r){var i=this,o=r?.skipIndexation!==void 0?r?.skipIndexation:!1,a=r?.schedule!==void 0?r.schedule:!1,s=!r||!r.partialGraph;if(s)this.clearEdgeIndices(),this.clearNodeIndices(),this.graph.forEachNode(function(_){return i.addNode(_)}),this.graph.forEachEdge(function(_){return i.addEdge(_)});else{for(var l,u,c=((l=r.partialGraph)===null||l===void 0?void 0:l.nodes)||[],h=0,d=c?.length||0;h<d;h++){var f=c[h];if(this.updateNode(f),o){var g=this.nodeProgramIndex[f];if(g===void 0)throw new Error('Sigma: node "'.concat(f,`" can't be repaint`));this.addNodeToProgram(f,this.nodeIndices[f],g)}}for(var m=(r==null||(u=r.partialGraph)===null||u===void 0?void 0:u.edges)||[],v=0,y=m.length;v<y;v++){var b=m[v];if(this.updateEdge(b),o){var k=this.edgeProgramIndex[b];if(k===void 0)throw new Error('Sigma: edge "'.concat(b,`" can't be repaint`));this.addEdgeToProgram(b,this.edgeIndices[b],k)}}}return(s||!o)&&(this.needToProcess=!0),a?this.scheduleRender():this.render(),this}},{key:"scheduleRender",value:function(){var r=this;return this.renderFrame||(this.renderFrame=requestAnimationFrame(function(){r.render()})),this}},{key:"scheduleRefresh",value:function(r){return this.refresh(D(D({},r),{},{schedule:!0}))}},{key:"getViewportZoomedState",value:function(r,i){var o=this.camera.getState(),a=o.ratio,s=o.angle,l=o.x,u=o.y,c=this.settings,h=c.minCameraRatio,d=c.maxCameraRatio;typeof d=="number"&&(i=Math.min(i,d)),typeof h=="number"&&(i=Math.max(i,h));var f=i/a,g={x:this.width/2,y:this.height/2},m=this.viewportToFramedGraph(r),v=this.viewportToFramedGraph(g);return{angle:s,x:(m.x-v.x)*(1-f)+l,y:(m.y-v.y)*(1-f)+u,ratio:i}}},{key:"viewRectangle",value:function(){var r=this.viewportToFramedGraph({x:0,y:0}),i=this.viewportToFramedGraph({x:this.width,y:0}),o=this.viewportToFramedGraph({x:0,y:this.height});return{x1:r.x,y1:r.y,x2:i.x,y2:i.y,height:i.y-o.y}}},{key:"framedGraphToViewport",value:function(r){var i=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},o=!!i.cameraState||!!i.viewportDimensions||!!i.graphDimensions,a=i.matrix?i.matrix:o?Jt(i.cameraState||this.camera.getState(),i.viewportDimensions||this.getDimensions(),i.graphDimensions||this.getGraphDimensions(),i.padding||this.getStagePadding()):this.matrix,s=Mr(a,r);return{x:(1+s.x)*this.width/2,y:(1-s.y)*this.height/2}}},{key:"viewportToFramedGraph",value:function(r){var i=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},o=!!i.cameraState||!!i.viewportDimensions||!i.graphDimensions,a=i.matrix?i.matrix:o?Jt(i.cameraState||this.camera.getState(),i.viewportDimensions||this.getDimensions(),i.graphDimensions||this.getGraphDimensions(),i.padding||this.getStagePadding(),!0):this.invMatrix,s=Mr(a,{x:r.x/this.width*2-1,y:1-r.y/this.height*2});return isNaN(s.x)&&(s.x=0),isNaN(s.y)&&(s.y=0),s}},{key:"viewportToGraph",value:function(r){var i=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};return this.normalizationFunction.inverse(this.viewportToFramedGraph(r,i))}},{key:"graphToViewport",value:function(r){var i=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};return this.framedGraphToViewport(this.normalizationFunction(r),i)}},{key:"getGraphToViewportRatio",value:function(){var r={x:0,y:0},i={x:1,y:1},o=Math.sqrt(Math.pow(r.x-i.x,2)+Math.pow(r.y-i.y,2)),a=this.graphToViewport(r),s=this.graphToViewport(i),l=Math.sqrt(Math.pow(a.x-s.x,2)+Math.pow(a.y-s.y,2));return l/o}},{key:"getBBox",value:function(){return this.nodeExtent}},{key:"getCustomBBox",value:function(){return this.customBBox}},{key:"setCustomBBox",value:function(r){return this.customBBox=r,this.scheduleRender(),this}},{key:"kill",value:function(){this.emit("kill"),this.removeAllListeners(),this.unbindCameraHandlers(),window.removeEventListener("resize",this.activeListeners.handleResize),this.mouseCaptor.kill(),this.touchCaptor.kill(),this.unbindGraphHandlers(),this.clearIndices(),this.clearState(),this.nodeDataCache={},this.edgeDataCache={},this.highlightedNodes.clear(),this.renderFrame&&(cancelAnimationFrame(this.renderFrame),this.renderFrame=null),this.renderHighlightedNodesFrame&&(cancelAnimationFrame(this.renderHighlightedNodesFrame),this.renderHighlightedNodesFrame=null);for(var r=this.container;r.firstChild;)r.removeChild(r.firstChild);for(var i in this.nodePrograms)this.nodePrograms[i].kill();for(var o in this.nodeHoverPrograms)this.nodeHoverPrograms[o].kill();for(var a in this.edgePrograms)this.edgePrograms[a].kill();this.nodePrograms={},this.nodeHoverPrograms={},this.edgePrograms={};for(var s in this.elements)this.killLayer(s);this.canvasContexts={},this.webGLContexts={},this.elements={}}},{key:"scaleSize",value:function(){var r=arguments.length>0&&arguments[0]!==void 0?arguments[0]:1,i=arguments.length>1&&arguments[1]!==void 0?arguments[1]:this.camera.ratio;return r/this.settings.zoomToSizeRatioFunction(i)*(this.getSetting("itemSizesReference")==="positions"?i*this.graphToViewportRatio:1)}},{key:"getCanvases",value:function(){var r={};for(var i in this.elements)this.elements[i]instanceof HTMLCanvasElement&&(r[i]=this.elements[i]);return r}}])})(Dr),xu=Rm;function _u(t){let e=+this._x.call(null,t),n=+this._y.call(null,t);return ku(this.cover(e,n),e,n,t)}function ku(t,e,n,r){if(isNaN(e)||isNaN(n))return t;var i,o=t._root,a={data:r},s=t._x0,l=t._y0,u=t._x1,c=t._y1,h,d,f,g,m,v,y,b;if(!o)return t._root=a,t;for(;o.length;)if((m=e>=(h=(s+u)/2))?s=h:u=h,(v=n>=(d=(l+c)/2))?l=d:c=d,i=o,!(o=o[y=v<<1|m]))return i[y]=a,t;if(f=+t._x.call(null,o.data),g=+t._y.call(null,o.data),e===f&&n===g)return a.next=o,i?i[y]=a:t._root=a,t;do i=i?i[y]=new Array(4):t._root=new Array(4),(m=e>=(h=(s+u)/2))?s=h:u=h,(v=n>=(d=(l+c)/2))?l=d:c=d;while((y=v<<1|m)===(b=(g>=d)<<1|f>=h));return i[b]=o,i[y]=a,t}function Eu(t){var e,n,r=t.length,i,o,a=new Array(r),s=new Array(r),l=1/0,u=1/0,c=-1/0,h=-1/0;for(n=0;n<r;++n)isNaN(i=+this._x.call(null,e=t[n]))||isNaN(o=+this._y.call(null,e))||(a[n]=i,s[n]=o,i<l&&(l=i),i>c&&(c=i),o<u&&(u=o),o>h&&(h=o));if(l>c||u>h)return this;for(this.cover(l,u).cover(c,h),n=0;n<r;++n)ku(this,a[n],s[n],t[n]);return this}function Su(t,e){if(isNaN(t=+t)||isNaN(e=+e))return this;var n=this._x0,r=this._y0,i=this._x1,o=this._y1;if(isNaN(n))i=(n=Math.floor(t))+1,o=(r=Math.floor(e))+1;else{for(var a=i-n||1,s=this._root,l,u;n>t||t>=i||r>e||e>=o;)switch(u=(e<r)<<1|t<n,l=new Array(4),l[u]=s,s=l,a*=2,u){case 0:i=n+a,o=r+a;break;case 1:n=i-a,o=r+a;break;case 2:i=n+a,r=o-a;break;case 3:n=i-a,r=o-a;break}this._root&&this._root.length&&(this._root=s)}return this._x0=n,this._y0=r,this._x1=i,this._y1=o,this}function Tu(){var t=[];return this.visit(function(e){if(!e.length)do t.push(e.data);while(e=e.next)}),t}function Au(t){return arguments.length?this.cover(+t[0][0],+t[0][1]).cover(+t[1][0],+t[1][1]):isNaN(this._x0)?void 0:[[this._x0,this._y0],[this._x1,this._y1]]}function me(t,e,n,r,i){this.node=t,this.x0=e,this.y0=n,this.x1=r,this.y1=i}function Ru(t,e,n){var r,i=this._x0,o=this._y0,a,s,l,u,c=this._x1,h=this._y1,d=[],f=this._root,g,m;for(f&&d.push(new me(f,i,o,c,h)),n==null?n=1/0:(i=t-n,o=e-n,c=t+n,h=e+n,n*=n);g=d.pop();)if(!(!(f=g.node)||(a=g.x0)>c||(s=g.y0)>h||(l=g.x1)<i||(u=g.y1)<o))if(f.length){var v=(a+l)/2,y=(s+u)/2;d.push(new me(f[3],v,y,l,u),new me(f[2],a,y,v,u),new me(f[1],v,s,l,y),new me(f[0],a,s,v,y)),(m=(e>=y)<<1|t>=v)&&(g=d[d.length-1],d[d.length-1]=d[d.length-1-m],d[d.length-1-m]=g)}else{var b=t-+this._x.call(null,f.data),k=e-+this._y.call(null,f.data),_=b*b+k*k;if(_<n){var L=Math.sqrt(n=_);i=t-L,o=e-L,c=t+L,h=e+L,r=f.data}}return r}function Cu(t){if(isNaN(c=+this._x.call(null,t))||isNaN(h=+this._y.call(null,t)))return this;var e,n=this._root,r,i,o,a=this._x0,s=this._y0,l=this._x1,u=this._y1,c,h,d,f,g,m,v,y;if(!n)return this;if(n.length)for(;;){if((g=c>=(d=(a+l)/2))?a=d:l=d,(m=h>=(f=(s+u)/2))?s=f:u=f,e=n,!(n=n[v=m<<1|g]))return this;if(!n.length)break;(e[v+1&3]||e[v+2&3]||e[v+3&3])&&(r=e,y=v)}for(;n.data!==t;)if(i=n,!(n=n.next))return this;return(o=n.next)&&delete n.next,i?(o?i.next=o:delete i.next,this):e?(o?e[v]=o:delete e[v],(n=e[0]||e[1]||e[2]||e[3])&&n===(e[3]||e[2]||e[1]||e[0])&&!n.length&&(r?r[y]=n:this._root=n),this):(this._root=o,this)}function Nu(t){for(var e=0,n=t.length;e<n;++e)this.remove(t[e]);return this}function Lu(){return this._root}function Pu(){var t=0;return this.visit(function(e){if(!e.length)do++t;while(e=e.next)}),t}function Du(t){var e=[],n,r=this._root,i,o,a,s,l;for(r&&e.push(new me(r,this._x0,this._y0,this._x1,this._y1));n=e.pop();)if(!t(r=n.node,o=n.x0,a=n.y0,s=n.x1,l=n.y1)&&r.length){var u=(o+s)/2,c=(a+l)/2;(i=r[3])&&e.push(new me(i,u,c,s,l)),(i=r[2])&&e.push(new me(i,o,c,u,l)),(i=r[1])&&e.push(new me(i,u,a,s,c)),(i=r[0])&&e.push(new me(i,o,a,u,c))}return this}function Iu(t){var e=[],n=[],r;for(this._root&&e.push(new me(this._root,this._x0,this._y0,this._x1,this._y1));r=e.pop();){var i=r.node;if(i.length){var o,a=r.x0,s=r.y0,l=r.x1,u=r.y1,c=(a+l)/2,h=(s+u)/2;(o=i[0])&&e.push(new me(o,a,s,c,h)),(o=i[1])&&e.push(new me(o,c,s,l,h)),(o=i[2])&&e.push(new me(o,a,h,c,u)),(o=i[3])&&e.push(new me(o,c,h,l,u))}n.push(r)}for(;r=n.pop();)t(r.node,r.x0,r.y0,r.x1,r.y1);return this}function Mu(t){return t[0]}function Gu(t){return arguments.length?(this._x=t,this):this._x}function Ou(t){return t[1]}function Fu(t){return arguments.length?(this._y=t,this):this._y}function Nt(t,e,n){var r=new Po(e??Mu,n??Ou,NaN,NaN,NaN,NaN);return t==null?r:r.addAll(t)}function Po(t,e,n,r,i,o){this._x=t,this._y=e,this._x0=n,this._y0=r,this._x1=i,this._y1=o,this._root=void 0}function zu(t){for(var e={data:t.data},n=e;t=t.next;)n=n.next={data:t.data};return e}var Te=Nt.prototype=Po.prototype;Te.copy=function(){var t=new Po(this._x,this._y,this._x0,this._y0,this._x1,this._y1),e=this._root,n,r;if(!e)return t;if(!e.length)return t._root=zu(e),t;for(n=[{source:e,target:t._root=new Array(4)}];e=n.pop();)for(var i=0;i<4;++i)(r=e.source[i])&&(r.length?n.push({source:r,target:e.target[i]=new Array(4)}):e.target[i]=zu(r));return t};Te.add=_u;Te.addAll=Eu;Te.cover=Su;Te.data=Tu;Te.extent=Au;Te.find=Ru;Te.remove=Cu;Te.removeAll=Nu;Te.root=Lu;Te.size=Pu;Te.visit=Du;Te.visitAfter=Iu;Te.x=Gu;Te.y=Fu;function se(t){return function(){return t}}function Ve(t){return(t()-.5)*1e-6}function Cm(t){return t.x+t.vx}function Nm(t){return t.y+t.vy}function Do(t){var e,n,r,i=1,o=1;typeof t!="function"&&(t=se(t==null?1:+t));function a(){for(var u,c=e.length,h,d,f,g,m,v,y=0;y<o;++y)for(h=Nt(e,Cm,Nm).visitAfter(s),u=0;u<c;++u)d=e[u],m=n[d.index],v=m*m,f=d.x+d.vx,g=d.y+d.vy,h.visit(b);function b(k,_,L,P,R){var O=k.data,z=k.r,M=m+z;if(O){if(O.index>d.index){var U=f-O.x-O.vx,j=g-O.y-O.vy,J=U*U+j*j;J<M*M&&(U===0&&(U=Ve(r),J+=U*U),j===0&&(j=Ve(r),J+=j*j),J=(M-(J=Math.sqrt(J)))/J*i,d.vx+=(U*=J)*(M=(z*=z)/(v+z)),d.vy+=(j*=J)*M,O.vx-=U*(M=1-M),O.vy-=j*M)}return}return _>f+M||P<f-M||L>g+M||R<g-M}}function s(u){if(u.data)return u.r=n[u.data.index];for(var c=u.r=0;c<4;++c)u[c]&&u[c].r>u.r&&(u.r=u[c].r)}function l(){if(e){var u,c=e.length,h;for(n=new Array(c),u=0;u<c;++u)h=e[u],n[h.index]=+t(h,u,e)}}return a.initialize=function(u,c){e=u,r=c,l()},a.iterations=function(u){return arguments.length?(o=+u,a):o},a.strength=function(u){return arguments.length?(i=+u,a):i},a.radius=function(u){return arguments.length?(t=typeof u=="function"?u:se(+u),l(),a):t},a}function Lm(t){return t.index}function $u(t,e){var n=t.get(e);if(!n)throw new Error("node not found: "+e);return n}function Io(t){var e=Lm,n=h,r,i=se(30),o,a,s,l,u,c=1;t==null&&(t=[]);function h(v){return 1/Math.min(s[v.source.index],s[v.target.index])}function d(v){for(var y=0,b=t.length;y<c;++y)for(var k=0,_,L,P,R,O,z,M;k<b;++k)_=t[k],L=_.source,P=_.target,R=P.x+P.vx-L.x-L.vx||Ve(u),O=P.y+P.vy-L.y-L.vy||Ve(u),z=Math.sqrt(R*R+O*O),z=(z-o[k])/z*v*r[k],R*=z,O*=z,P.vx-=R*(M=l[k]),P.vy-=O*M,L.vx+=R*(M=1-M),L.vy+=O*M}function f(){if(a){var v,y=a.length,b=t.length,k=new Map(a.map((L,P)=>[e(L,P,a),L])),_;for(v=0,s=new Array(y);v<b;++v)_=t[v],_.index=v,typeof _.source!="object"&&(_.source=$u(k,_.source)),typeof _.target!="object"&&(_.target=$u(k,_.target)),s[_.source.index]=(s[_.source.index]||0)+1,s[_.target.index]=(s[_.target.index]||0)+1;for(v=0,l=new Array(b);v<b;++v)_=t[v],l[v]=s[_.source.index]/(s[_.source.index]+s[_.target.index]);r=new Array(b),g(),o=new Array(b),m()}}function g(){if(a)for(var v=0,y=t.length;v<y;++v)r[v]=+n(t[v],v,t)}function m(){if(a)for(var v=0,y=t.length;v<y;++v)o[v]=+i(t[v],v,t)}return d.initialize=function(v,y){a=v,u=y,f()},d.links=function(v){return arguments.length?(t=v,f(),d):t},d.id=function(v){return arguments.length?(e=v,d):e},d.iterations=function(v){return arguments.length?(c=+v,d):c},d.strength=function(v){return arguments.length?(n=typeof v=="function"?v:se(+v),g(),d):n},d.distance=function(v){return arguments.length?(i=typeof v=="function"?v:se(+v),m(),d):i},d}var Pm={value:()=>{}};function Hu(){for(var t=0,e=arguments.length,n={},r;t<e;++t){if(!(r=arguments[t]+"")||r in n||/[\s.]/.test(r))throw new Error("illegal type: "+r);n[r]=[]}return new Hr(n)}function Hr(t){this._=t}function Dm(t,e){return t.trim().split(/^|\s+/).map(function(n){var r="",i=n.indexOf(".");if(i>=0&&(r=n.slice(i+1),n=n.slice(0,i)),n&&!e.hasOwnProperty(n))throw new Error("unknown type: "+n);return{type:n,name:r}})}Hr.prototype=Hu.prototype={constructor:Hr,on:function(t,e){var n=this._,r=Dm(t+"",n),i,o=-1,a=r.length;if(arguments.length<2){for(;++o<a;)if((i=(t=r[o]).type)&&(i=Im(n[i],t.name)))return i;return}if(e!=null&&typeof e!="function")throw new Error("invalid callback: "+e);for(;++o<a;)if(i=(t=r[o]).type)n[i]=Uu(n[i],t.name,e);else if(e==null)for(i in n)n[i]=Uu(n[i],t.name,null);return this},copy:function(){var t={},e=this._;for(var n in e)t[n]=e[n].slice();return new Hr(t)},call:function(t,e){if((i=arguments.length-2)>0)for(var n=new Array(i),r=0,i,o;r<i;++r)n[r]=arguments[r+2];if(!this._.hasOwnProperty(t))throw new Error("unknown type: "+t);for(o=this._[t],r=0,i=o.length;r<i;++r)o[r].value.apply(e,n)},apply:function(t,e,n){if(!this._.hasOwnProperty(t))throw new Error("unknown type: "+t);for(var r=this._[t],i=0,o=r.length;i<o;++i)r[i].value.apply(e,n)}};function Im(t,e){for(var n=0,r=t.length,i;n<r;++n)if((i=t[n]).name===e)return i.value}function Uu(t,e,n){for(var r=0,i=t.length;r<i;++r)if(t[r].name===e){t[r]=Pm,t=t.slice(0,r).concat(t.slice(r+1));break}return n!=null&&t.push({name:e,value:n}),t}var Mo=Hu;var en=0,Dn=0,Pn=0,Wu=1e3,Br,In,Wr=0,Lt=0,Kr=0,Mn=typeof performance=="object"&&performance.now?performance:Date,Ku=typeof window=="object"&&window.requestAnimationFrame?window.requestAnimationFrame.bind(window):function(t){setTimeout(t,17)};function Fo(){return Lt||(Ku(Mm),Lt=Mn.now()+Kr)}function Mm(){Lt=0}function Go(){this._call=this._time=this._next=null}Go.prototype=Vr.prototype={constructor:Go,restart:function(t,e,n){if(typeof t!="function")throw new TypeError("callback is not a function");n=(n==null?Fo():+n)+(e==null?0:+e),!this._next&&In!==this&&(In?In._next=this:Br=this,In=this),this._call=t,this._time=n,Oo()},stop:function(){this._call&&(this._call=null,this._time=1/0,Oo())}};function Vr(t,e,n){var r=new Go;return r.restart(t,e,n),r}function Vu(){Fo(),++en;for(var t=Br,e;t;)(e=Lt-t._time)>=0&&t._call.call(void 0,e),t=t._next;--en}function Bu(){Lt=(Wr=Mn.now())+Kr,en=Dn=0;try{Vu()}finally{en=0,Om(),Lt=0}}function Gm(){var t=Mn.now(),e=t-Wr;e>Wu&&(Kr-=e,Wr=t)}function Om(){for(var t,e=Br,n,r=1/0;e;)e._call?(r>e._time&&(r=e._time),t=e,e=e._next):(n=e._next,e._next=null,e=t?t._next=n:Br=n);In=t,Oo(r)}function Oo(t){if(!en){Dn&&(Dn=clearTimeout(Dn));var e=t-Lt;e>24?(t<1/0&&(Dn=setTimeout(Bu,t-Mn.now()-Kr)),Pn&&(Pn=clearInterval(Pn))):(Pn||(Wr=Mn.now(),Pn=setInterval(Gm,Wu)),en=1,Ku(Bu))}}function ju(){let t=1;return()=>(t=(1664525*t+1013904223)%4294967296)/4294967296}function qu(t){return t.x}function Yu(t){return t.y}var Fm=10,zm=Math.PI*(3-Math.sqrt(5));function zo(t){var e,n=1,r=.001,i=1-Math.pow(r,1/300),o=0,a=.6,s=new Map,l=Vr(h),u=Mo("tick","end"),c=ju();t==null&&(t=[]);function h(){d(),u.call("tick",e),n<r&&(l.stop(),u.call("end",e))}function d(m){var v,y=t.length,b;m===void 0&&(m=1);for(var k=0;k<m;++k)for(n+=(o-n)*i,s.forEach(function(_){_(n)}),v=0;v<y;++v)b=t[v],b.fx==null?b.x+=b.vx*=a:(b.x=b.fx,b.vx=0),b.fy==null?b.y+=b.vy*=a:(b.y=b.fy,b.vy=0);return e}function f(){for(var m=0,v=t.length,y;m<v;++m){if(y=t[m],y.index=m,y.fx!=null&&(y.x=y.fx),y.fy!=null&&(y.y=y.fy),isNaN(y.x)||isNaN(y.y)){var b=Fm*Math.sqrt(.5+m),k=m*zm;y.x=b*Math.cos(k),y.y=b*Math.sin(k)}(isNaN(y.vx)||isNaN(y.vy))&&(y.vx=y.vy=0)}}function g(m){return m.initialize&&m.initialize(t,c),m}return f(),e={tick:d,restart:function(){return l.restart(h),e},stop:function(){return l.stop(),e},nodes:function(m){return arguments.length?(t=m,f(),s.forEach(g),e):t},alpha:function(m){return arguments.length?(n=+m,e):n},alphaMin:function(m){return arguments.length?(r=+m,e):r},alphaDecay:function(m){return arguments.length?(i=+m,e):+i},alphaTarget:function(m){return arguments.length?(o=+m,e):o},velocityDecay:function(m){return arguments.length?(a=1-m,e):1-a},randomSource:function(m){return arguments.length?(c=m,s.forEach(g),e):c},force:function(m,v){return arguments.length>1?(v==null?s.delete(m):s.set(m,g(v)),e):s.get(m)},find:function(m,v,y){var b=0,k=t.length,_,L,P,R,O;for(y==null?y=1/0:y*=y,b=0;b<k;++b)R=t[b],_=m-R.x,L=v-R.y,P=_*_+L*L,P<y&&(O=R,y=P);return O},on:function(m,v){return arguments.length>1?(u.on(m,v),e):u.on(m)}}}function $o(){var t,e,n,r,i=se(-30),o,a=1,s=1/0,l=.81;function u(f){var g,m=t.length,v=Nt(t,qu,Yu).visitAfter(h);for(r=f,g=0;g<m;++g)e=t[g],v.visit(d)}function c(){if(t){var f,g=t.length,m;for(o=new Array(g),f=0;f<g;++f)m=t[f],o[m.index]=+i(m,f,t)}}function h(f){var g=0,m,v,y=0,b,k,_;if(f.length){for(b=k=_=0;_<4;++_)(m=f[_])&&(v=Math.abs(m.value))&&(g+=m.value,y+=v,b+=v*m.x,k+=v*m.y);f.x=b/y,f.y=k/y}else{m=f,m.x=m.data.x,m.y=m.data.y;do g+=o[m.data.index];while(m=m.next)}f.value=g}function d(f,g,m,v){if(!f.value)return!0;var y=f.x-e.x,b=f.y-e.y,k=v-g,_=y*y+b*b;if(k*k/l<_)return _<s&&(y===0&&(y=Ve(n),_+=y*y),b===0&&(b=Ve(n),_+=b*b),_<a&&(_=Math.sqrt(a*_)),e.vx+=y*f.value*r/_,e.vy+=b*f.value*r/_),!0;if(f.length||_>=s)return;(f.data!==e||f.next)&&(y===0&&(y=Ve(n),_+=y*y),b===0&&(b=Ve(n),_+=b*b),_<a&&(_=Math.sqrt(a*_)));do f.data!==e&&(k=o[f.data.index]*r/_,e.vx+=y*k,e.vy+=b*k);while(f=f.next)}return u.initialize=function(f,g){t=f,n=g,c()},u.strength=function(f){return arguments.length?(i=typeof f=="function"?f:se(+f),c(),u):i},u.distanceMin=function(f){return arguments.length?(a=f*f,u):Math.sqrt(a)},u.distanceMax=function(f){return arguments.length?(s=f*f,u):Math.sqrt(s)},u.theta=function(f){return arguments.length?(l=f*f,u):Math.sqrt(l)},u}function Uo(t){var e=se(.1),n,r,i;typeof t!="function"&&(t=se(t==null?0:+t));function o(s){for(var l=0,u=n.length,c;l<u;++l)c=n[l],c.vx+=(i[l]-c.x)*r[l]*s}function a(){if(n){var s,l=n.length;for(r=new Array(l),i=new Array(l),s=0;s<l;++s)r[s]=isNaN(i[s]=+t(n[s],s,n))?0:+e(n[s],s,n)}}return o.initialize=function(s){n=s,a()},o.strength=function(s){return arguments.length?(e=typeof s=="function"?s:se(+s),a(),o):e},o.x=function(s){return arguments.length?(t=typeof s=="function"?s:se(+s),a(),o):t},o}function Ho(t){var e=se(.1),n,r,i;typeof t!="function"&&(t=se(t==null?0:+t));function o(s){for(var l=0,u=n.length,c;l<u;++l)c=n[l],c.vy+=(i[l]-c.y)*r[l]*s}function a(){if(n){var s,l=n.length;for(r=new Array(l),i=new Array(l),s=0;s<l;++s)r[s]=isNaN(i[s]=+t(n[s],s,n))?0:+e(n[s],s,n)}}return o.initialize=function(s){n=s,a()},o.strength=function(s){return arguments.length?(e=typeof s=="function"?s:se(+s),a(),o):e},o.y=function(s){return arguments.length?(t=typeof s=="function"?s:se(+s),a(),o):t},o}var $m={minX:0,minY:0,maxX:0,maxY:0,w:0,h:0,cx:0,cy:0};function Xu(t){if(t.length===0)return $m;let e=1/0,n=1/0,r=-1/0,i=-1/0;for(let o of t)o.x<e&&(e=o.x),o.x>r&&(r=o.x),o.y<n&&(n=o.y),o.y>i&&(i=o.y);return{minX:e,minY:n,maxX:r,maxY:i,w:r-e,h:i-n,cx:(e+r)/2,cy:(n+i)/2}}var Um=9,jr=6,Gn=18,Hm=32;function Ko(t){let e=Number.isFinite(t)&&t>0?t:0,n=Math.min(1,Math.log2(1+e)/Math.log2(1+Hm));return jr+(Gn-jr)*n}var Bm=9;function qr(t){return t+Bm}var On=Um+9,Wm=170,Km=.05,Vm=-50,jm=90,qm=.02,Ym=8,Zu=2*qr(Gn),Qu=.09,Xm=300,tc=1,Ju=.001;function Wo(t){return t==="contains"||t==="anchored-at"}function Zm(t){let e=Math.trunc(t)>>>0;return()=>(e=(1664525*e+1013904223)%4294967296)/4294967296}function Qm(t){let e=[],n=new Set;for(let o of t.nodes)n.has(o.id)||(n.add(o.id),e.push(o.id));let r=[],i=new Set;for(let o of t.edges){if(o.source===o.target||!n.has(o.source)||!n.has(o.target))continue;let a=`${o.source}\0${o.target}\0${o.kind}`;i.has(a)||(i.add(a),r.push(o))}return{ids:e,edges:r}}function Jm(t){let e=new Set(t.nodes.map(o=>o.id)),n=new Map,r=new Set;for(let o of t.edges){if(!Wo(o.kind)||o.source===o.target||!e.has(o.source)||!e.has(o.target)||r.has(o.target))continue;r.add(o.target);let a=n.get(o.source);a===void 0?n.set(o.source,[o.target]):a.push(o.target)}let i=t.nodes.filter(o=>!r.has(o.id)).map(o=>o.id);return{kids:n,roots:i}}function nc(t){let{kids:e,roots:n}=Jm(t),r=(o,a)=>{if(a.has(o))return[];a.add(o);let s=[o];for(let l of e.get(o)??[])for(let u of r(l,a))s.push(u);return s},i=[];for(let o of n)for(let a of e.get(o)??[]){let s=r(a,new Set);s.length>=Ym&&i.push({id:a,members:s})}return i.sort((o,a)=>o.id<a.id?-1:o.id>a.id?1:0),i}function ev(t){let e=new Map;for(let n of t)n.x!==void 0&&n.y!==void 0&&Number.isFinite(n.x)&&Number.isFinite(n.y)&&e.set(n.id,{x:n.x,y:n.y});return e}function ec(t,e){let n=[];for(let i of t){let o=e.get(i);o!==void 0&&n.push(o)}if(n.length===0)return On;let r=Xu(n);return Math.hypot(r.w,r.h)/2}function Vo(t,e,n){let r=n??nc(t);if(r.length===0)return new Map;let i=new Set;for(let f of r)for(let g of f.members)i.add(g);let o=t.nodes.filter(f=>!i.has(f.id)).map(f=>f.id),a=ec(o,e),s=r.map(f=>ec(f.members,e)),l=s.map(f=>2*f+Zu),u=l.reduce((f,g)=>f+g,0),c=Math.max(u/(2*Math.PI),a+Zu+Math.max(...s)),h=new Map,d=0;for(let f=0;f<r.length;f++){let g=r[f],m=l[f],v=-Math.PI/2+(d+m/2)/u*2*Math.PI;d+=m;let y={x:Math.cos(v)*c,y:Math.sin(v)*c};for(let b of g.members)h.set(b,y)}return h}function tv(t,e,n,r){let i=new Map(t.map(o=>[o.id,o]));for(let o of e){let a=n.get(o.id);if(a===void 0)continue;let s=0,l=0,u=0;for(let d of o.members){let f=r.get(d);f!==void 0&&(s+=f.x,l+=f.y,u++)}if(u===0)continue;let c=a.x-s/u,h=a.y-l/u;for(let d of o.members){let f=i.get(d);f===void 0||f.x===void 0||f.y===void 0||f.fx!=null||f.fy!=null||(f.x+=c,f.y+=h)}}}function rc(t,e={}){let n=Math.max(0,Math.trunc(e.ticks??Xm)),r=e.seed??tc,{ids:i,edges:o}=Qm(t),a=new Map;if(i.length===0)return a;let s=e.initial,l=i.map(c=>{let h=s?.get(c),d={id:c,vx:0,vy:0};return h!==void 0&&Number.isFinite(h.x)&&Number.isFinite(h.y)&&(d.x=h.x,d.y=h.y,e.pinWarm===!0&&(d.fx=h.x,d.fy=h.y)),d}),u=new Map;for(let c of o)u.set(c.source,(u.get(c.source)??0)+1),u.set(c.target,(u.get(c.target)??0)+1);for(let c of l)c.r=qr(Ko(u.get(c.id)??0));if(l.length>1){let c=nc(t);if(c.length===0||n===0)Bo(l,o,{ticks:n,seed:r,warm:s!==void 0});else{let h=Math.ceil(n/2);Bo(l,o,{ticks:h,seed:r,warm:s!==void 0});let d=ev(l),f=Vo(t,d,c);tv(l,c,f,d),Bo(l,o,{ticks:n-h,seed:r,warm:!0,anchors:f})}}if(e.pinWarm===!0)for(let c of l)c.fx=null,c.fy=null;for(let c of l)a.set(c.id,{x:Number.isFinite(c.x)?c.x:0,y:Number.isFinite(c.y)?c.y:0});return a}function jo(t){let e=Io(t.links).id(n=>n.id).distance(n=>Wo(n.kind)?jm:Wm).strength(n=>Wo(n.kind)?qm:Km).iterations(2);return zo(t.nodes).randomSource(Zm(t.seed??tc)).force("charge",$o().strength(Vm)).force("link",e).force("collide",Do(n=>n.r??On).strength(1).iterations(1)).force("x",Uo(n=>t.anchors?.get(n.id)?.x??0).strength(Qu)).force("y",Ho(n=>t.anchors?.get(n.id)?.y??0).strength(Qu)).stop()}function Bo(t,e,n){let r=e.map(o=>({source:o.source,target:o.target,kind:o.kind})),i=jo({nodes:t,links:r,seed:n.seed,anchors:n.anchors});i.alpha(n.warm?.3:1).alphaMin(Ju).alphaDecay(n.ticks>0?1-Math.pow(Ju,1/n.ticks):0);for(let o=0;o<n.ticks;o++)i.tick()}function Pe(t){if(t.kind==="external"&&t.detail.url){let e=t.detail.url.replace(/^[a-z]+:\/\//,"").replace(/^[^@\/]+@/,"").replace(/\.git$/,"").replace(/\/+$/,"");if(e)return e}return t.kind==="package"&&t.detail.manifest?`${t.label} (${t.detail.manifest})`:t.label}function nv(t){let e=new Map;for(let l of t.nodes)e.set(l.id,l);let n=new Map,r=new Map,i=new Set;for(let l of t.edges){if(l.kind==="contains"){let u=n.get(l.source);u?u.push(l.target):n.set(l.source,[l.target])}if(l.kind==="contains"||l.kind==="anchored-at"){let u=r.get(l.source);u?u.push(l.target):r.set(l.source,[l.target]),i.add(l.target)}}let o=l=>{if(!l.detail.path)return null;let u=l.detail.path,c=null,h=0,d=n.get("repository")??[];for(let f of d){let g=e.get(f);if(g&&g.kind==="module"&&g.detail.path){let m=g.detail.path;u.startsWith(m+"/")&&m.length>h&&(c=f,h=m.length)}}return c},a=new Map;for(let l of t.nodes){if(l.kind!=="entryPoint")continue;let u=o(l);if(u){let c=a.get(u);c?c.push(l.id):a.set(u,[l.id])}}let s=t.nodes.filter(l=>!i.has(l.id)).map(l=>l.id);return{byId:e,contains:n,tree:r,incoming:i,moduleEntries:a,roots:s}}function oc(t){let e=new Set;for(let n of t.edges)(n.kind==="contains"||n.kind==="anchored-at")&&e.add(n.target);return t.nodes.filter(n=>!e.has(n.id)).map(n=>n.id)}function rv(t){return t==="gitState"||t==="external"||t==="package"||t==="entryPoint"}function iv(t,e){return t.slice().sort((n,r)=>{let i=Pe(e.get(n)),o=Pe(e.get(r));return i.localeCompare(o)})}function ic(t,e,n){let r=Number(t);return Number.isFinite(r)?{kind:"count",n:r,unit:e,phrasing:n}:{kind:"text",text:n==="attribute"?`${e}=${t}`:`${t} ${e}`}}function ov(t){switch(t.kind){case"note":return t.detail.updated?{kind:"relTime",iso:t.detail.updated}:null;case"module":return t.detail.files?ic(t.detail.files,"files","attribute"):null;case"gitState":return t.detail.commit?{kind:"commit",sha:t.detail.commit}:null;case"repository":return t.detail.files?ic(t.detail.files,"files","prose"):null;case"package":return t.detail.kind?{kind:"text",text:t.detail.kind}:null;case"entryPoint":return t.detail.summary?{kind:"text",text:"summary"}:null;default:return null}}function qo(t,e){let n=nv(t),{byId:r,tree:i,moduleEntries:o,roots:a}=n,s=g=>{let y=(i.get(g)??[]).filter(b=>{let k=r.get(b);if(!k||k.kind!=="entryPoint")return!0;for(let[,_]of o)if(_.includes(b))return!1;return!0}).concat(o.get(g)??[]);return y=y.filter(b=>r.has(b)),e.showInternals||(y=y.filter(b=>{let k=r.get(b);return!(k&&rv(k.kind))})),iv(y,r)},l=e.provFilter!==null||e.query.length>0,u=g=>!(e.provFilter!==null&&g.provenance!==e.provFilter||e.query.length>0&&!Pe(g).toLowerCase().includes(e.query.toLowerCase())),c=new Set,h=g=>{let m=r.get(g),v=!1;for(let b of s(g))h(b)&&(v=!0);let y=u(m)||v;return y&&c.add(g),y};for(let g of a)h(g);let d=[],f=(g,m)=>{if(!c.has(g))return;let v=r.get(g),y=s(g),b=y.filter(_=>c.has(_)),k=l?b.length>0:e.expanded.has(g);if(d.push({id:g,depth:m,hasKids:y.length>0,expanded:k,label:Pe(v),kind:v.kind,provenance:v.provenance,meta:ov(v)}),k)for(let _ of b)f(_,m+1)};for(let g of a)f(g,0);return d}function Yo(t){if(!t.nodes.find(i=>i.kind==="vault"))return null;let n=t.nodes.some(i=>i.kind==="note"),r=t.nodes.some(i=>i.kind==="repository");return!n&&!r?"no notes yet — add one with the weave_note tool":null}function Fn(t,e){if(!t)return"";let n=Date.parse(t);if(Number.isNaN(n))return"";let r=Math.max(0,Math.floor((e-n)/1e3));if(r<60)return"just now";let i=Math.floor(r/60);if(i<60)return`${i}m ago`;let o=Math.floor(i/60);if(o<24)return`${o}h ago`;let a=Math.floor(o/24);if(a<30)return`${a}d ago`;let s=Math.floor(a/30);return s<12?`${s}mo ago`:`${Math.floor(s/12)}y ago`}var av=7;function Xo(t,e){if(t===null)return"";switch(t.kind){case"relTime":return Fn(t.iso,e);case"count":return t.phrasing==="attribute"?`${t.unit}=${t.n}`:`${t.n} ${t.unit}`;case"commit":return t.sha.slice(0,av);case"text":return t.text}}var sv=["path","slug","source","updated","created","tags","files","languages","branch","commit","uncommitted changes","captured","manifest","kind","url","summarized files","summarized by","summarized at","summary","dangling links","warning","stale","preview","root","notes","state"];function Zo(t,e){let n=new Map;for(let s of t.nodes)n.set(s.id,s);let r=n.get(e);if(!r)return null;let i=[];for(let s of sv){let l=r.detail[s];l===void 0||l===""||i.push({id:`meta:${s}`,label:s,value:l})}let o=[];for(let s of t.edges){if(s.source!==e)continue;let l=n.get(s.target);l&&o.push({id:`link:${s.kind}:${s.target}`,target:s.target,label:`${s.kind} → ${Pe(l)}`,kind:l.kind,provenance:l.provenance,direction:"link"})}let a=[];for(let s of t.edges){if(s.kind!=="links-to"||s.target!==e)continue;let l=n.get(s.source);l&&a.push({id:`backlink:${s.source}`,target:s.source,label:`← ${Pe(l)}`,kind:l.kind,provenance:l.provenance,direction:"backlink"})}return{id:e,label:Pe(r),kind:r.kind,provenance:r.provenance,meta:i,links:o,backlinks:a}}function Qo(t,e){let n=new Set([t]);for(let r of e)r.source===t&&n.add(r.target),r.target===t&&n.add(r.source);return n}var lv=["contains","anchored-at"];function uv(t){return lv.includes(t)}function Yr(t,e){let n=new Map;for(let d of t.nodes)n.set(d.id,d);let r=cv(t,n),i=oc(t),o=new Set,a=d=>{if(!o.has(d)&&(o.add(d),!!e.has(d)))for(let f of r.get(d)??[])a(f)};for(let d of i)a(d);let s=new Map;for(let d of r.keys())s.set(d,dv(d,r));let l=new Map;for(let d of t.nodes)if(!(!o.has(d.id)||e.has(d.id)))for(let f of s.get(d.id)??[])!o.has(f)&&!l.has(f)&&l.set(f,d.id);for(let d of t.nodes)!o.has(d.id)&&!l.has(d.id)&&o.add(d.id);let u=new Map;for(let[d,f]of r){let g=s.get(d);u.set(d,{children:f,descendants:g,members:g.filter(m=>l.get(m)===d),provenance:hv(g,n),expanded:e.has(d)})}let c=new Set,h=[];for(let d of t.nodes)o.has(d.id)?h.push(d):c.add(d.id);return{nodes:h,edges:fv(t.edges,o,l),clusters:u,hidden:c,representative:l,roots:i}}function cv(t,e){let n=new Map;for(let r of t.edges){if(!uv(r.kind)||!e.has(r.source)||!e.has(r.target))continue;let i=n.get(r.source);i===void 0?n.set(r.source,[r.target]):i.includes(r.target)||i.push(r.target)}return n}function dv(t,e){let n=[],r=new Set([t]),i=o=>{for(let a of e.get(o)??[])r.has(a)||(r.add(a),n.push(a),i(a))};return i(t),n}function hv(t,e){let n={human:0,agent:0,generated:0,none:0};for(let r of t){let i=e.get(r)?.provenance??null;i===null?n.none++:n[i]++}return n}function fv(t,e,n){let r=a=>e.has(a)?a:n.get(a),i=[],o=new Set;for(let a of t){let s=r(a.source),l=r(a.target);if(s===void 0||l===void 0||s===l)continue;let u=`${s}\0${l}\0${a.kind}`;o.has(u)||(o.add(u),i.push({source:s,target:l,kind:a.kind}))}return i}function Jo(t){let e=new Map;for(let n of t){if(n.kind!=="links-to")continue;let r=e.get(n.target);r?r.push(n.source):e.set(n.target,[n.source])}return e}var tn=[null,"human","agent","generated"];function ac(t=["vault","repository"]){return{expanded:new Set(t),showInternals:!1,provFilter:null,query:""}}function Pt(t){return{...t.model,danglingLinks:t.dangling}}function sc(t,e){return t===null?[]:qo(Pt(t),e)}function lc(t,e){let n=new Set(t.expanded);return n.delete(e)||n.add(e),{...t,expanded:n}}function gv(t,e){if(t.expanded.has(e))return t;let n=new Set(t.expanded);return n.add(e),{...t,expanded:n}}function mv(t,e){if(!t.expanded.has(e))return t;let n=new Set(t.expanded);return n.delete(e),{...t,expanded:n}}function uc(t,e){return t.query===e?t:{...t,query:e}}function cc(t){let e=tn.indexOf(t.provFilter),n=tn[(e+1)%tn.length]??null;return{...t,provFilter:n}}function dc(t){return{...t,showInternals:!t.showInternals}}function Zr(t,e){return e===null?-1:t.findIndex(n=>n.id===e)}function ta(t,e){return t[e]?.id??null}function ea(t,e,n){if(t.length===0)return null;let r=Zr(t,e),i=r===-1?n>0?-1:t.length:r;return ta(t,Math.min(t.length-1,Math.max(0,i+n)))}function vv(t,e){let n=Zr(t,e),r=n<=0?void 0:t[n];if(r===void 0)return null;for(let i of t.slice(0,n).reverse())if(i.depth<r.depth)return i.id;return null}var yv={j:"ArrowDown",k:"ArrowUp"};function wv(t){return yv[t]??t}function hc(t,e,n,r,i=!1){let o={state:e,selectedId:n,handled:!1};if(i)return o;let a=h=>({state:e,selectedId:h,handled:!0}),s=wv(r);if(s==="ArrowDown")return a(ea(t,n,1));if(s==="ArrowUp")return a(ea(t,n,-1));if(s==="Home")return a(ta(t,0));if(s==="End")return a(ta(t,t.length-1));if(s!=="ArrowRight"&&s!=="ArrowLeft")return o;let l=Zr(t,n),u=l===-1?void 0:t[l];if(u===void 0||n===null)return o;if(s==="ArrowRight")return u.hasKids?u.expanded?a(ea(t,n,1)):{state:gv(e,n),selectedId:n,handled:!0}:o;if(u.hasKids&&u.expanded)return{state:mv(e,n),selectedId:n,handled:!0};let c=vv(t,n);return c===null?o:a(c)}var bv={vault:"vault",note:"note",repository:"repository",module:"module",package:"package",entryPoint:"entryPoint",gitState:"gitState",external:"external",file:"file"};function na(t){return bv[t]}var xv="sessions";function ra(t){return t.startsWith(`note:${xv}/`)}function _v(t,e){return t.id!==e&&ra(t.id)}var kv={human:"●",agent:"◐",generated:"○"};function Dt(t){return t===null?"":kv[t]}function nn(t){return t===null?"":`${t}-authored`}function fc(t){return`weave-row-${t.replace(/[^A-Za-z0-9_-]/g,"-")}`}function Ev(t){let e=t.map(()=>({posinset:1,setsize:1})),n=[],r=i=>{for(let o of n.splice(i+1))for(let[a,s]of o.entries())e[s]={posinset:a+1,setsize:o.length}};for(let[i,o]of t.entries()){r(o.depth);let a=n[o.depth];if(a===void 0){for(a=[];n.length<o.depth;)n.push([]);n.push(a)}a.push(i)}return r(-1),e}function Sv(t,e,n,r={posinset:1,setsize:1}){let i=t.hasKids?t.expanded?"open":"closed":"leaf";return{id:t.id,domId:fc(t.id),posinset:r.posinset,setsize:r.setsize,depth:t.depth,label:t.label,kind:t.kind,kindIcon:na(t.kind),provenance:t.provenance,provenanceGlyph:Dt(t.provenance),provenanceTitle:nn(t.provenance),twisty:i,hasKids:t.hasKids,expanded:t.expanded,selected:t.id===e,muted:_v(t,e),meta:Xo(t.meta,n),level:t.depth+1}}function pc(t,e,n){let r=Ev(t);return t.map((i,o)=>Sv(i,e,n,r[o]))}function gc(t,e){return Zr(t,e)===-1?null:fc(e)}function mc(t){return{"--weave-depth":String(Math.max(0,t))}}function Xr(t){return t===null?"all":t}function vc(t){let e=tn.indexOf(t),n=tn[(e+1)%tn.length]??null;return`provenance filter: ${Xr(t)} — click for ${Xr(n)}`}function yc(t){return t?"internals":"knowledge"}function wc(t){return t?"showing git state, packages, externals and entry points — click to hide":"hiding git state, packages, externals and entry points — click to show"}var bc="filter…",xc="Vault and repository",_c="Filter the tree",kc="Filter the tree (/)";function Ec(t,e,n){if(t===null)return"loading…";let r=Yo(Pt(t));return r!==null?r:e.length>0?null:n.query.length>0||n.provFilter!==null?"nothing matches this filter — clear it to see the whole vault":"nothing to show"}function Sc(t){return t.length===1?"1 row":`${t.length} rows`}var Qr={dark:{accent:"#c6a0f6",success:"#a6da95",warning:"#eed49f",dim:"#a5adcb",text:"#cad3f5",muted:"#939ab7",line:"#494d64",ground:"#24273a"},light:{accent:"#7113ec",success:"#28641b",warning:"#7c4f10",dim:"#56586a",text:"#4c4f69",muted:"#606274",line:"#bcc0cc",ground:"#eff1f5"}},Tv={vault:"accent",note:"text",repository:"accent",module:"dim",package:"dim",entryPoint:"dim",gitState:"dim",external:"dim",file:"dim"},Av={contains:"dim","anchored-at":"dim","links-to":"accent",mentions:"accent"};function Rv(t,e){return Qr[e][Tv[t]]}function Tc(t,e){return Qr[e][Av[t]]}function Cv(t,e){return Nv(t)?ia(Tc(t,e),e,Pv):Tc(t,e)}function Nv(t){return t==="contains"||t==="anchored-at"}var Lv=.85,Pv=.3;function Dv(t,e,n){let r=l=>/^#[0-9a-f]{6}$/.test(l)?[Number.parseInt(l.slice(1,3),16),Number.parseInt(l.slice(3,5),16),Number.parseInt(l.slice(5,7),16)]:null,i=r(t),o=r(e);if(i===null||o===null)return t;let a=Math.min(1,Math.max(0,Number.isFinite(n)?n:0)),s=(l,u)=>Math.round(l+(u-l)*a).toString(16).padStart(2,"0");return`#${s(i[0],o[0])}${s(i[1],o[1])}${s(i[2],o[2])}`}function ia(t,e,n=Lv){return Dv(t,Qr[e].ground,n)}var Iv={contains:1,"anchored-at":1,"links-to":1.4,mentions:1},Mv=1.6,Ac=32,Gv=Ac/2;function Ov(t,e=Ac){if(e<=0)return t.length>0?"…":t;if(t.length<=e)return t;let n=e-1,i=t.slice(0,n).lastIndexOf(" "),o=i>=Gv?i:n;return`${t.slice(0,o).trimEnd()}…`}function Fv(t){let e=Dt(t.provenance),n=Pe(t);return Ov(e===""?n:`${e} ${n}`)}function Rc(t){let e=1/0,n=1/0,r=-1/0,i=-1/0,o=0;for(let a of t)!Number.isFinite(a.x)||!Number.isFinite(a.y)||(o++,a.x<e&&(e=a.x),a.x>r&&(r=a.x),a.y<n&&(n=a.y),a.y>i&&(i=a.y));return o===0?null:{x:[e,r],y:[n,i]}}var Cc={nodes:[],edges:[]};function Nc(t){return`${t.source}\0${t.target}\0${t.kind}`}function zv(t,e){let n=new Map,r=new Set;for(let i of t){if(i.source===i.target||!e.has(i.source)||!e.has(i.target))continue;let o=Nc(i);r.has(o)||(r.add(o),n.set(i.source,(n.get(i.source)??0)+1),n.set(i.target,(n.get(i.target)??0)+1))}return n}function Lc(t,e,n,r){let i=new Map;for(let c of t){if(i.has(c.id))continue;let h=n.get(c.id);h===void 0||!Number.isFinite(h.x)||!Number.isFinite(h.y)||i.set(c.id,c)}let o=new Set(i.keys()),a=zv(e,o),s=[];for(let[c,h]of i){let d=n.get(c),f=Ko(a.get(c)??0);s.push({id:c,x:d.x,y:d.y,size:f,label:Fv(h),color:Rv(h.kind,r),kind:h.kind,provenance:h.provenance,zIndex:Math.round(f),type:"circle"})}let l=[],u=new Set;for(let c of e){if(c.source===c.target||!o.has(c.source)||!o.has(c.target))continue;let h=Nc(c);u.has(h)||(u.add(h),l.push({key:h,source:c.source,target:c.target,size:Iv[c.kind],color:Cv(c.kind,r),kind:c.kind,zIndex:0,type:"line"}))}return{nodes:s,edges:l}}function Pc(t){return(e,n,r)=>t===null?{}:t.has(e)?{zIndex:n.zIndex+$v}:{color:ia(n.color,r),label:null,zIndex:0}}var $v=Gn+1;function Dc(t){return(e,n,r)=>t===null?{}:t.has(n.source)&&t.has(n.target)?{zIndex:1,size:n.size*Mv}:{color:ia(n.color,r)}}var Uv=(jr+Gn)/2,Hv=On*4,Bv=1;function Ic(t){let e=Qr[t];return{hideEdgesOnMove:!0,enableCameraPanning:!0,renderEdgeLabels:!1,labelDensity:Bv,labelGridCellSize:Hv,labelRenderedSizeThreshold:Uv,labelFont:"inherit",labelSize:11,labelColor:{color:e.text},defaultNodeColor:e.dim,defaultEdgeColor:e.line,defaultNodeType:"circle",defaultEdgeType:"line",minEdgeThickness:.6,zIndex:!0,itemSizesReference:"positions",zoomToSizeRatioFunction:n=>n,stagePadding:On,allowInvalidContainer:!0}}var Fc=kn(Pr(),1);function Wv(){let t=arguments[0];for(let e=1,n=arguments.length;e<n;e++)if(arguments[e])for(let r in arguments[e])t[r]=arguments[e][r];return t}var he=Wv;typeof Object.assign=="function"&&(he=Object.assign);function ze(t,e,n,r){let i=t._nodes.get(e),o=null;return i&&(r==="mixed"?o=i.out&&i.out[n]||i.undirected&&i.undirected[n]:r==="directed"?o=i.out&&i.out[n]:o=i.undirected&&i.undirected[n]),o}function we(t){return typeof t=="object"&&t!==null}function zc(t){let e;for(e in t)return!1;return!0}function Fe(t,e,n){Object.defineProperty(t,e,{enumerable:!1,configurable:!1,writable:!0,value:n})}function je(t,e,n){let r={enumerable:!0,configurable:!0};typeof n=="function"?r.get=n:(r.value=n,r.writable=!1),Object.defineProperty(t,e,r)}function Mc(t){return!(!we(t)||t.attributes&&!Array.isArray(t.attributes))}function Kv(){let t=Math.floor(Math.random()*256)&255;return()=>t++}function lt(){let t=arguments,e=null,n=-1;return{[Symbol.iterator](){return this},next(){let r=null;do{if(e===null){if(n++,n>=t.length)return{done:!0};e=t[n][Symbol.iterator]()}if(r=e.next(),r.done){e=null;continue}break}while(!0);return r}}}function on(){return{[Symbol.iterator](){return this},next(){return{done:!0}}}}var Un=class extends Error{constructor(e){super(),this.name="GraphError",this.message=e}},N=class t extends Un{constructor(e){super(e),this.name="InvalidArgumentsGraphError",typeof Error.captureStackTrace=="function"&&Error.captureStackTrace(this,t.prototype.constructor)}},A=class t extends Un{constructor(e){super(e),this.name="NotFoundGraphError",typeof Error.captureStackTrace=="function"&&Error.captureStackTrace(this,t.prototype.constructor)}},G=class t extends Un{constructor(e){super(e),this.name="UsageGraphError",typeof Error.captureStackTrace=="function"&&Error.captureStackTrace(this,t.prototype.constructor)}};function $c(t,e){this.key=t,this.attributes=e,this.clear()}$c.prototype.clear=function(){this.inDegree=0,this.outDegree=0,this.undirectedDegree=0,this.undirectedLoops=0,this.directedLoops=0,this.in={},this.out={},this.undirected={}};function Uc(t,e){this.key=t,this.attributes=e,this.clear()}Uc.prototype.clear=function(){this.inDegree=0,this.outDegree=0,this.directedLoops=0,this.in={},this.out={}};function Hc(t,e){this.key=t,this.attributes=e,this.clear()}Hc.prototype.clear=function(){this.undirectedDegree=0,this.undirectedLoops=0,this.undirected={}};function an(t,e,n,r,i){this.key=e,this.attributes=i,this.undirected=t,this.source=n,this.target=r}an.prototype.attach=function(){let t="out",e="in";this.undirected&&(t=e="undirected");let n=this.source.key,r=this.target.key;this.source[t][r]=this,!(this.undirected&&n===r)&&(this.target[e][n]=this)};an.prototype.attachMulti=function(){let t="out",e="in",n=this.source.key,r=this.target.key;this.undirected&&(t=e="undirected");let i=this.source[t],o=i[r];if(typeof o>"u"){i[r]=this,this.undirected&&n===r||(this.target[e][n]=this);return}o.previous=this,this.next=o,i[r]=this,this.target[e][n]=this};an.prototype.detach=function(){let t=this.source.key,e=this.target.key,n="out",r="in";this.undirected&&(n=r="undirected"),delete this.source[n][e],delete this.target[r][t]};an.prototype.detachMulti=function(){let t=this.source.key,e=this.target.key,n="out",r="in";this.undirected&&(n=r="undirected"),this.previous===void 0?this.next===void 0?(delete this.source[n][e],delete this.target[r][t]):(this.next.previous=void 0,this.source[n][e]=this.next,this.target[r][t]=this.next):(this.previous.next=this.next,this.next!==void 0&&(this.next.previous=this.previous))};var Bc=0,Wc=1,Vv=2,Kc=3;function ut(t,e,n,r,i,o,a){let s,l,u,c;if(r=""+r,n===Bc){if(s=t._nodes.get(r),!s)throw new A(`Graph.${e}: could not find the "${r}" node in the graph.`);u=i,c=o}else if(n===Kc){if(i=""+i,l=t._edges.get(i),!l)throw new A(`Graph.${e}: could not find the "${i}" edge in the graph.`);let h=l.source.key,d=l.target.key;if(r===h)s=l.target;else if(r===d)s=l.source;else throw new A(`Graph.${e}: the "${r}" node is not attached to the "${i}" edge (${h}, ${d}).`);u=o,c=a}else{if(l=t._edges.get(r),!l)throw new A(`Graph.${e}: could not find the "${r}" edge in the graph.`);n===Wc?s=l.source:s=l.target,u=i,c=o}return[s,u,c]}function jv(t,e,n){t.prototype[e]=function(r,i,o){let[a,s]=ut(this,e,n,r,i,o);return a.attributes[s]}}function qv(t,e,n){t.prototype[e]=function(r,i){let[o]=ut(this,e,n,r,i);return o.attributes}}function Yv(t,e,n){t.prototype[e]=function(r,i,o){let[a,s]=ut(this,e,n,r,i,o);return a.attributes.hasOwnProperty(s)}}function Xv(t,e,n){t.prototype[e]=function(r,i,o,a){let[s,l,u]=ut(this,e,n,r,i,o,a);return s.attributes[l]=u,this.emit("nodeAttributesUpdated",{key:s.key,type:"set",attributes:s.attributes,name:l}),this}}function Zv(t,e,n){t.prototype[e]=function(r,i,o,a){let[s,l,u]=ut(this,e,n,r,i,o,a);if(typeof u!="function")throw new N(`Graph.${e}: updater should be a function.`);let c=s.attributes,h=u(c[l]);return c[l]=h,this.emit("nodeAttributesUpdated",{key:s.key,type:"set",attributes:s.attributes,name:l}),this}}function Qv(t,e,n){t.prototype[e]=function(r,i,o){let[a,s]=ut(this,e,n,r,i,o);return delete a.attributes[s],this.emit("nodeAttributesUpdated",{key:a.key,type:"remove",attributes:a.attributes,name:s}),this}}function Jv(t,e,n){t.prototype[e]=function(r,i,o){let[a,s]=ut(this,e,n,r,i,o);if(!we(s))throw new N(`Graph.${e}: provided attributes are not a plain object.`);return a.attributes=s,this.emit("nodeAttributesUpdated",{key:a.key,type:"replace",attributes:a.attributes}),this}}function ey(t,e,n){t.prototype[e]=function(r,i,o){let[a,s]=ut(this,e,n,r,i,o);if(!we(s))throw new N(`Graph.${e}: provided attributes are not a plain object.`);return he(a.attributes,s),this.emit("nodeAttributesUpdated",{key:a.key,type:"merge",attributes:a.attributes,data:s}),this}}function ty(t,e,n){t.prototype[e]=function(r,i,o){let[a,s]=ut(this,e,n,r,i,o);if(typeof s!="function")throw new N(`Graph.${e}: provided updater is not a function.`);return a.attributes=s(a.attributes),this.emit("nodeAttributesUpdated",{key:a.key,type:"update",attributes:a.attributes}),this}}var ny=[{name:t=>`get${t}Attribute`,attacher:jv},{name:t=>`get${t}Attributes`,attacher:qv},{name:t=>`has${t}Attribute`,attacher:Yv},{name:t=>`set${t}Attribute`,attacher:Xv},{name:t=>`update${t}Attribute`,attacher:Zv},{name:t=>`remove${t}Attribute`,attacher:Qv},{name:t=>`replace${t}Attributes`,attacher:Jv},{name:t=>`merge${t}Attributes`,attacher:ey},{name:t=>`update${t}Attributes`,attacher:ty}];function ry(t){ny.forEach(function({name:e,attacher:n}){n(t,e("Node"),Bc),n(t,e("Source"),Wc),n(t,e("Target"),Vv),n(t,e("Opposite"),Kc)})}function iy(t,e,n){t.prototype[e]=function(r,i){let o;if(this.type!=="mixed"&&n!=="mixed"&&n!==this.type)throw new G(`Graph.${e}: cannot find this type of edges in your ${this.type} graph.`);if(arguments.length>2){if(this.multi)throw new G(`Graph.${e}: cannot use a {source,target} combo when asking about an edge's attributes in a MultiGraph since we cannot infer the one you want information about.`);let a=""+r,s=""+i;if(i=arguments[2],o=ze(this,a,s,n),!o)throw new A(`Graph.${e}: could not find an edge for the given path ("${a}" - "${s}").`)}else{if(n!=="mixed")throw new G(`Graph.${e}: calling this method with only a key (vs. a source and target) does not make sense since an edge with this key could have the other type.`);if(r=""+r,o=this._edges.get(r),!o)throw new A(`Graph.${e}: could not find the "${r}" edge in the graph.`)}return o.attributes[i]}}function oy(t,e,n){t.prototype[e]=function(r){let i;if(this.type!=="mixed"&&n!=="mixed"&&n!==this.type)throw new G(`Graph.${e}: cannot find this type of edges in your ${this.type} graph.`);if(arguments.length>1){if(this.multi)throw new G(`Graph.${e}: cannot use a {source,target} combo when asking about an edge's attributes in a MultiGraph since we cannot infer the one you want information about.`);let o=""+r,a=""+arguments[1];if(i=ze(this,o,a,n),!i)throw new A(`Graph.${e}: could not find an edge for the given path ("${o}" - "${a}").`)}else{if(n!=="mixed")throw new G(`Graph.${e}: calling this method with only a key (vs. a source and target) does not make sense since an edge with this key could have the other type.`);if(r=""+r,i=this._edges.get(r),!i)throw new A(`Graph.${e}: could not find the "${r}" edge in the graph.`)}return i.attributes}}function ay(t,e,n){t.prototype[e]=function(r,i){let o;if(this.type!=="mixed"&&n!=="mixed"&&n!==this.type)throw new G(`Graph.${e}: cannot find this type of edges in your ${this.type} graph.`);if(arguments.length>2){if(this.multi)throw new G(`Graph.${e}: cannot use a {source,target} combo when asking about an edge's attributes in a MultiGraph since we cannot infer the one you want information about.`);let a=""+r,s=""+i;if(i=arguments[2],o=ze(this,a,s,n),!o)throw new A(`Graph.${e}: could not find an edge for the given path ("${a}" - "${s}").`)}else{if(n!=="mixed")throw new G(`Graph.${e}: calling this method with only a key (vs. a source and target) does not make sense since an edge with this key could have the other type.`);if(r=""+r,o=this._edges.get(r),!o)throw new A(`Graph.${e}: could not find the "${r}" edge in the graph.`)}return o.attributes.hasOwnProperty(i)}}function sy(t,e,n){t.prototype[e]=function(r,i,o){let a;if(this.type!=="mixed"&&n!=="mixed"&&n!==this.type)throw new G(`Graph.${e}: cannot find this type of edges in your ${this.type} graph.`);if(arguments.length>3){if(this.multi)throw new G(`Graph.${e}: cannot use a {source,target} combo when asking about an edge's attributes in a MultiGraph since we cannot infer the one you want information about.`);let s=""+r,l=""+i;if(i=arguments[2],o=arguments[3],a=ze(this,s,l,n),!a)throw new A(`Graph.${e}: could not find an edge for the given path ("${s}" - "${l}").`)}else{if(n!=="mixed")throw new G(`Graph.${e}: calling this method with only a key (vs. a source and target) does not make sense since an edge with this key could have the other type.`);if(r=""+r,a=this._edges.get(r),!a)throw new A(`Graph.${e}: could not find the "${r}" edge in the graph.`)}return a.attributes[i]=o,this.emit("edgeAttributesUpdated",{key:a.key,type:"set",attributes:a.attributes,name:i}),this}}function ly(t,e,n){t.prototype[e]=function(r,i,o){let a;if(this.type!=="mixed"&&n!=="mixed"&&n!==this.type)throw new G(`Graph.${e}: cannot find this type of edges in your ${this.type} graph.`);if(arguments.length>3){if(this.multi)throw new G(`Graph.${e}: cannot use a {source,target} combo when asking about an edge's attributes in a MultiGraph since we cannot infer the one you want information about.`);let s=""+r,l=""+i;if(i=arguments[2],o=arguments[3],a=ze(this,s,l,n),!a)throw new A(`Graph.${e}: could not find an edge for the given path ("${s}" - "${l}").`)}else{if(n!=="mixed")throw new G(`Graph.${e}: calling this method with only a key (vs. a source and target) does not make sense since an edge with this key could have the other type.`);if(r=""+r,a=this._edges.get(r),!a)throw new A(`Graph.${e}: could not find the "${r}" edge in the graph.`)}if(typeof o!="function")throw new N(`Graph.${e}: updater should be a function.`);return a.attributes[i]=o(a.attributes[i]),this.emit("edgeAttributesUpdated",{key:a.key,type:"set",attributes:a.attributes,name:i}),this}}function uy(t,e,n){t.prototype[e]=function(r,i){let o;if(this.type!=="mixed"&&n!=="mixed"&&n!==this.type)throw new G(`Graph.${e}: cannot find this type of edges in your ${this.type} graph.`);if(arguments.length>2){if(this.multi)throw new G(`Graph.${e}: cannot use a {source,target} combo when asking about an edge's attributes in a MultiGraph since we cannot infer the one you want information about.`);let a=""+r,s=""+i;if(i=arguments[2],o=ze(this,a,s,n),!o)throw new A(`Graph.${e}: could not find an edge for the given path ("${a}" - "${s}").`)}else{if(n!=="mixed")throw new G(`Graph.${e}: calling this method with only a key (vs. a source and target) does not make sense since an edge with this key could have the other type.`);if(r=""+r,o=this._edges.get(r),!o)throw new A(`Graph.${e}: could not find the "${r}" edge in the graph.`)}return delete o.attributes[i],this.emit("edgeAttributesUpdated",{key:o.key,type:"remove",attributes:o.attributes,name:i}),this}}function cy(t,e,n){t.prototype[e]=function(r,i){let o;if(this.type!=="mixed"&&n!=="mixed"&&n!==this.type)throw new G(`Graph.${e}: cannot find this type of edges in your ${this.type} graph.`);if(arguments.length>2){if(this.multi)throw new G(`Graph.${e}: cannot use a {source,target} combo when asking about an edge's attributes in a MultiGraph since we cannot infer the one you want information about.`);let a=""+r,s=""+i;if(i=arguments[2],o=ze(this,a,s,n),!o)throw new A(`Graph.${e}: could not find an edge for the given path ("${a}" - "${s}").`)}else{if(n!=="mixed")throw new G(`Graph.${e}: calling this method with only a key (vs. a source and target) does not make sense since an edge with this key could have the other type.`);if(r=""+r,o=this._edges.get(r),!o)throw new A(`Graph.${e}: could not find the "${r}" edge in the graph.`)}if(!we(i))throw new N(`Graph.${e}: provided attributes are not a plain object.`);return o.attributes=i,this.emit("edgeAttributesUpdated",{key:o.key,type:"replace",attributes:o.attributes}),this}}function dy(t,e,n){t.prototype[e]=function(r,i){let o;if(this.type!=="mixed"&&n!=="mixed"&&n!==this.type)throw new G(`Graph.${e}: cannot find this type of edges in your ${this.type} graph.`);if(arguments.length>2){if(this.multi)throw new G(`Graph.${e}: cannot use a {source,target} combo when asking about an edge's attributes in a MultiGraph since we cannot infer the one you want information about.`);let a=""+r,s=""+i;if(i=arguments[2],o=ze(this,a,s,n),!o)throw new A(`Graph.${e}: could not find an edge for the given path ("${a}" - "${s}").`)}else{if(n!=="mixed")throw new G(`Graph.${e}: calling this method with only a key (vs. a source and target) does not make sense since an edge with this key could have the other type.`);if(r=""+r,o=this._edges.get(r),!o)throw new A(`Graph.${e}: could not find the "${r}" edge in the graph.`)}if(!we(i))throw new N(`Graph.${e}: provided attributes are not a plain object.`);return he(o.attributes,i),this.emit("edgeAttributesUpdated",{key:o.key,type:"merge",attributes:o.attributes,data:i}),this}}function hy(t,e,n){t.prototype[e]=function(r,i){let o;if(this.type!=="mixed"&&n!=="mixed"&&n!==this.type)throw new G(`Graph.${e}: cannot find this type of edges in your ${this.type} graph.`);if(arguments.length>2){if(this.multi)throw new G(`Graph.${e}: cannot use a {source,target} combo when asking about an edge's attributes in a MultiGraph since we cannot infer the one you want information about.`);let a=""+r,s=""+i;if(i=arguments[2],o=ze(this,a,s,n),!o)throw new A(`Graph.${e}: could not find an edge for the given path ("${a}" - "${s}").`)}else{if(n!=="mixed")throw new G(`Graph.${e}: calling this method with only a key (vs. a source and target) does not make sense since an edge with this key could have the other type.`);if(r=""+r,o=this._edges.get(r),!o)throw new A(`Graph.${e}: could not find the "${r}" edge in the graph.`)}if(typeof i!="function")throw new N(`Graph.${e}: provided updater is not a function.`);return o.attributes=i(o.attributes),this.emit("edgeAttributesUpdated",{key:o.key,type:"update",attributes:o.attributes}),this}}var fy=[{name:t=>`get${t}Attribute`,attacher:iy},{name:t=>`get${t}Attributes`,attacher:oy},{name:t=>`has${t}Attribute`,attacher:ay},{name:t=>`set${t}Attribute`,attacher:sy},{name:t=>`update${t}Attribute`,attacher:ly},{name:t=>`remove${t}Attribute`,attacher:uy},{name:t=>`replace${t}Attributes`,attacher:cy},{name:t=>`merge${t}Attributes`,attacher:dy},{name:t=>`update${t}Attributes`,attacher:hy}];function py(t){fy.forEach(function({name:e,attacher:n}){n(t,e("Edge"),"mixed"),n(t,e("DirectedEdge"),"directed"),n(t,e("UndirectedEdge"),"undirected")})}var gy=[{name:"edges",type:"mixed"},{name:"inEdges",type:"directed",direction:"in"},{name:"outEdges",type:"directed",direction:"out"},{name:"inboundEdges",type:"mixed",direction:"in"},{name:"outboundEdges",type:"mixed",direction:"out"},{name:"directedEdges",type:"directed"},{name:"undirectedEdges",type:"undirected"}];function my(t,e,n,r){let i=!1;for(let o in e){if(o===r)continue;let a=e[o];if(i=n(a.key,a.attributes,a.source.key,a.target.key,a.source.attributes,a.target.attributes,a.undirected),t&&i)return a.key}}function vy(t,e,n,r){let i,o,a,s=!1;for(let l in e)if(l!==r){i=e[l];do{if(o=i.source,a=i.target,s=n(i.key,i.attributes,o.key,a.key,o.attributes,a.attributes,i.undirected),t&&s)return i.key;i=i.next}while(i!==void 0)}}function oa(t,e){let n=Object.keys(t),r=n.length,i,o=0;return{[Symbol.iterator](){return this},next(){do if(i)i=i.next;else{if(o>=r)return{done:!0};let a=n[o++];if(a===e){i=void 0;continue}i=t[a]}while(!i);return{done:!1,value:{edge:i.key,attributes:i.attributes,source:i.source.key,target:i.target.key,sourceAttributes:i.source.attributes,targetAttributes:i.target.attributes,undirected:i.undirected}}}}}function yy(t,e,n,r){let i=e[n];if(!i)return;let o=i.source,a=i.target;if(r(i.key,i.attributes,o.key,a.key,o.attributes,a.attributes,i.undirected)&&t)return i.key}function wy(t,e,n,r){let i=e[n];if(!i)return;let o=!1;do{if(o=r(i.key,i.attributes,i.source.key,i.target.key,i.source.attributes,i.target.attributes,i.undirected),t&&o)return i.key;i=i.next}while(i!==void 0)}function aa(t,e){let n=t[e];if(n.next!==void 0)return{[Symbol.iterator](){return this},next(){if(!n)return{done:!0};let i={edge:n.key,attributes:n.attributes,source:n.source.key,target:n.target.key,sourceAttributes:n.source.attributes,targetAttributes:n.target.attributes,undirected:n.undirected};return n=n.next,{done:!1,value:i}}};let r=!1;return{[Symbol.iterator](){return this},next(){return r===!0?{done:!0}:(r=!0,{done:!1,value:{edge:n.key,attributes:n.attributes,source:n.source.key,target:n.target.key,sourceAttributes:n.source.attributes,targetAttributes:n.target.attributes,undirected:n.undirected}})}}}function by(t,e){if(t.size===0)return[];if(e==="mixed"||e===t.type)return Array.from(t._edges.keys());let n=e==="undirected"?t.undirectedSize:t.directedSize,r=new Array(n),i=e==="undirected",o=t._edges.values(),a=0,s,l;for(;s=o.next(),s.done!==!0;)l=s.value,l.undirected===i&&(r[a++]=l.key);return r}function Vc(t,e,n,r){if(e.size===0)return;let i=n!=="mixed"&&n!==e.type,o=n==="undirected",a,s,l=!1,u=e._edges.values();for(;a=u.next(),a.done!==!0;){if(s=a.value,i&&s.undirected!==o)continue;let{key:c,attributes:h,source:d,target:f}=s;if(l=r(c,h,d.key,f.key,d.attributes,f.attributes,s.undirected),t&&l)return c}}function xy(t,e){if(t.size===0)return on();let n=e!=="mixed"&&e!==t.type,r=e==="undirected",i=t._edges.values();return{[Symbol.iterator](){return this},next(){let o,a;for(;;){if(o=i.next(),o.done)return o;if(a=o.value,!(n&&a.undirected!==r))break}return{value:{edge:a.key,attributes:a.attributes,source:a.source.key,target:a.target.key,sourceAttributes:a.source.attributes,targetAttributes:a.target.attributes,undirected:a.undirected},done:!1}}}}function sa(t,e,n,r,i,o){let a=e?vy:my,s;if(n!=="undirected"&&(r!=="out"&&(s=a(t,i.in,o),t&&s)||r!=="in"&&(s=a(t,i.out,o,r?void 0:i.key),t&&s))||n!=="directed"&&(s=a(t,i.undirected,o),t&&s))return s}function _y(t,e,n,r){let i=[];return sa(!1,t,e,n,r,function(o){i.push(o)}),i}function ky(t,e,n){let r=on();return t!=="undirected"&&(e!=="out"&&typeof n.in<"u"&&(r=lt(r,oa(n.in))),e!=="in"&&typeof n.out<"u"&&(r=lt(r,oa(n.out,e?void 0:n.key)))),t!=="directed"&&typeof n.undirected<"u"&&(r=lt(r,oa(n.undirected))),r}function la(t,e,n,r,i,o,a){let s=n?wy:yy,l;if(e!=="undirected"&&(typeof i.in<"u"&&r!=="out"&&(l=s(t,i.in,o,a),t&&l)||typeof i.out<"u"&&r!=="in"&&(r||i.key!==o)&&(l=s(t,i.out,o,a),t&&l))||e!=="directed"&&typeof i.undirected<"u"&&(l=s(t,i.undirected,o,a),t&&l))return l}function Ey(t,e,n,r,i){let o=[];return la(!1,t,e,n,r,i,function(a){o.push(a)}),o}function Sy(t,e,n,r){let i=on();return t!=="undirected"&&(typeof n.in<"u"&&e!=="out"&&r in n.in&&(i=lt(i,aa(n.in,r))),typeof n.out<"u"&&e!=="in"&&r in n.out&&(e||n.key!==r)&&(i=lt(i,aa(n.out,r)))),t!=="directed"&&typeof n.undirected<"u"&&r in n.undirected&&(i=lt(i,aa(n.undirected,r))),i}function Ty(t,e){let{name:n,type:r,direction:i}=e;t.prototype[n]=function(o,a){if(r!=="mixed"&&this.type!=="mixed"&&r!==this.type)return[];if(!arguments.length)return by(this,r);if(arguments.length===1){o=""+o;let s=this._nodes.get(o);if(typeof s>"u")throw new A(`Graph.${n}: could not find the "${o}" node in the graph.`);return _y(this.multi,r==="mixed"?this.type:r,i,s)}if(arguments.length===2){o=""+o,a=""+a;let s=this._nodes.get(o);if(!s)throw new A(`Graph.${n}: could not find the "${o}" source node in the graph.`);if(!this._nodes.has(a))throw new A(`Graph.${n}: could not find the "${a}" target node in the graph.`);return Ey(r,this.multi,i,s,a)}throw new N(`Graph.${n}: too many arguments (expecting 0, 1 or 2 and got ${arguments.length}).`)}}function Ay(t,e){let{name:n,type:r,direction:i}=e,o="forEach"+n[0].toUpperCase()+n.slice(1,-1);t.prototype[o]=function(u,c,h){if(!(r!=="mixed"&&this.type!=="mixed"&&r!==this.type)){if(arguments.length===1)return h=u,Vc(!1,this,r,h);if(arguments.length===2){u=""+u,h=c;let d=this._nodes.get(u);if(typeof d>"u")throw new A(`Graph.${o}: could not find the "${u}" node in the graph.`);return sa(!1,this.multi,r==="mixed"?this.type:r,i,d,h)}if(arguments.length===3){u=""+u,c=""+c;let d=this._nodes.get(u);if(!d)throw new A(`Graph.${o}: could not find the "${u}" source node in the graph.`);if(!this._nodes.has(c))throw new A(`Graph.${o}: could not find the "${c}" target node in the graph.`);return la(!1,r,this.multi,i,d,c,h)}throw new N(`Graph.${o}: too many arguments (expecting 1, 2 or 3 and got ${arguments.length}).`)}};let a="map"+n[0].toUpperCase()+n.slice(1);t.prototype[a]=function(){let u=Array.prototype.slice.call(arguments),c=u.pop(),h;if(u.length===0){let d=0;r!=="directed"&&(d+=this.undirectedSize),r!=="undirected"&&(d+=this.directedSize),h=new Array(d);let f=0;u.push((g,m,v,y,b,k,_)=>{h[f++]=c(g,m,v,y,b,k,_)})}else h=[],u.push((d,f,g,m,v,y,b)=>{h.push(c(d,f,g,m,v,y,b))});return this[o].apply(this,u),h};let s="filter"+n[0].toUpperCase()+n.slice(1);t.prototype[s]=function(){let u=Array.prototype.slice.call(arguments),c=u.pop(),h=[];return u.push((d,f,g,m,v,y,b)=>{c(d,f,g,m,v,y,b)&&h.push(d)}),this[o].apply(this,u),h};let l="reduce"+n[0].toUpperCase()+n.slice(1);t.prototype[l]=function(){let u=Array.prototype.slice.call(arguments);if(u.length<2||u.length>4)throw new N(`Graph.${l}: invalid number of arguments (expecting 2, 3 or 4 and got ${u.length}).`);if(typeof u[u.length-1]=="function"&&typeof u[u.length-2]!="function")throw new N(`Graph.${l}: missing initial value. You must provide it because the callback takes more than one argument and we cannot infer the initial value from the first iteration, as you could with a simple array.`);let c,h;u.length===2?(c=u[0],h=u[1],u=[]):u.length===3?(c=u[1],h=u[2],u=[u[0]]):u.length===4&&(c=u[2],h=u[3],u=[u[0],u[1]]);let d=h;return u.push((f,g,m,v,y,b,k)=>{d=c(d,f,g,m,v,y,b,k)}),this[o].apply(this,u),d}}function Ry(t,e){let{name:n,type:r,direction:i}=e,o="find"+n[0].toUpperCase()+n.slice(1,-1);t.prototype[o]=function(l,u,c){if(r!=="mixed"&&this.type!=="mixed"&&r!==this.type)return!1;if(arguments.length===1)return c=l,Vc(!0,this,r,c);if(arguments.length===2){l=""+l,c=u;let h=this._nodes.get(l);if(typeof h>"u")throw new A(`Graph.${o}: could not find the "${l}" node in the graph.`);return sa(!0,this.multi,r==="mixed"?this.type:r,i,h,c)}if(arguments.length===3){l=""+l,u=""+u;let h=this._nodes.get(l);if(!h)throw new A(`Graph.${o}: could not find the "${l}" source node in the graph.`);if(!this._nodes.has(u))throw new A(`Graph.${o}: could not find the "${u}" target node in the graph.`);return la(!0,r,this.multi,i,h,u,c)}throw new N(`Graph.${o}: too many arguments (expecting 1, 2 or 3 and got ${arguments.length}).`)};let a="some"+n[0].toUpperCase()+n.slice(1,-1);t.prototype[a]=function(){let l=Array.prototype.slice.call(arguments),u=l.pop();return l.push((h,d,f,g,m,v,y)=>u(h,d,f,g,m,v,y)),!!this[o].apply(this,l)};let s="every"+n[0].toUpperCase()+n.slice(1,-1);t.prototype[s]=function(){let l=Array.prototype.slice.call(arguments),u=l.pop();return l.push((h,d,f,g,m,v,y)=>!u(h,d,f,g,m,v,y)),!this[o].apply(this,l)}}function Cy(t,e){let{name:n,type:r,direction:i}=e,o=n.slice(0,-1)+"Entries";t.prototype[o]=function(a,s){if(r!=="mixed"&&this.type!=="mixed"&&r!==this.type)return on();if(!arguments.length)return xy(this,r);if(arguments.length===1){a=""+a;let l=this._nodes.get(a);if(!l)throw new A(`Graph.${o}: could not find the "${a}" node in the graph.`);return ky(r,i,l)}if(arguments.length===2){a=""+a,s=""+s;let l=this._nodes.get(a);if(!l)throw new A(`Graph.${o}: could not find the "${a}" source node in the graph.`);if(!this._nodes.has(s))throw new A(`Graph.${o}: could not find the "${s}" target node in the graph.`);return Sy(r,i,l,s)}throw new N(`Graph.${o}: too many arguments (expecting 0, 1 or 2 and got ${arguments.length}).`)}}function Ny(t){gy.forEach(e=>{Ty(t,e),Ay(t,e),Ry(t,e),Cy(t,e)})}var Ly=[{name:"neighbors",type:"mixed"},{name:"inNeighbors",type:"directed",direction:"in"},{name:"outNeighbors",type:"directed",direction:"out"},{name:"inboundNeighbors",type:"mixed",direction:"in"},{name:"outboundNeighbors",type:"mixed",direction:"out"},{name:"directedNeighbors",type:"directed"},{name:"undirectedNeighbors",type:"undirected"}];function oi(){this.A=null,this.B=null}oi.prototype.wrap=function(t){this.A===null?this.A=t:this.B===null&&(this.B=t)};oi.prototype.has=function(t){return this.A!==null&&t in this.A||this.B!==null&&t in this.B};function zn(t,e,n,r,i){for(let o in r){let a=r[o],s=a.source,l=a.target,u=s===n?l:s;if(e&&e.has(u.key))continue;let c=i(u.key,u.attributes);if(t&&c)return u.key}}function ua(t,e,n,r,i){if(e!=="mixed"){if(e==="undirected")return zn(t,null,r,r.undirected,i);if(typeof n=="string")return zn(t,null,r,r[n],i)}let o=new oi,a;if(e!=="undirected"){if(n!=="out"){if(a=zn(t,null,r,r.in,i),t&&a)return a;o.wrap(r.in)}if(n!=="in"){if(a=zn(t,o,r,r.out,i),t&&a)return a;o.wrap(r.out)}}if(e!=="directed"&&(a=zn(t,o,r,r.undirected,i),t&&a))return a}function Py(t,e,n){if(t!=="mixed"){if(t==="undirected")return Object.keys(n.undirected);if(typeof e=="string")return Object.keys(n[e])}let r=[];return ua(!1,t,e,n,function(i){r.push(i)}),r}function $n(t,e,n){let r=Object.keys(n),i=r.length,o=0;return{[Symbol.iterator](){return this},next(){let a=null;do{if(o>=i)return t&&t.wrap(n),{done:!0};let s=n[r[o++]],l=s.source,u=s.target;if(a=l===e?u:l,t&&t.has(a.key)){a=null;continue}}while(a===null);return{done:!1,value:{neighbor:a.key,attributes:a.attributes}}}}}function Dy(t,e,n){if(t!=="mixed"){if(t==="undirected")return $n(null,n,n.undirected);if(typeof e=="string")return $n(null,n,n[e])}let r=on(),i=new oi;return t!=="undirected"&&(e!=="out"&&(r=lt(r,$n(i,n,n.in))),e!=="in"&&(r=lt(r,$n(i,n,n.out)))),t!=="directed"&&(r=lt(r,$n(i,n,n.undirected))),r}function Iy(t,e){let{name:n,type:r,direction:i}=e;t.prototype[n]=function(o){if(r!=="mixed"&&this.type!=="mixed"&&r!==this.type)return[];o=""+o;let a=this._nodes.get(o);if(typeof a>"u")throw new A(`Graph.${n}: could not find the "${o}" node in the graph.`);return Py(r==="mixed"?this.type:r,i,a)}}function My(t,e){let{name:n,type:r,direction:i}=e,o="forEach"+n[0].toUpperCase()+n.slice(1,-1);t.prototype[o]=function(u,c){if(r!=="mixed"&&this.type!=="mixed"&&r!==this.type)return;u=""+u;let h=this._nodes.get(u);if(typeof h>"u")throw new A(`Graph.${o}: could not find the "${u}" node in the graph.`);ua(!1,r==="mixed"?this.type:r,i,h,c)};let a="map"+n[0].toUpperCase()+n.slice(1);t.prototype[a]=function(u,c){let h=[];return this[o](u,(d,f)=>{h.push(c(d,f))}),h};let s="filter"+n[0].toUpperCase()+n.slice(1);t.prototype[s]=function(u,c){let h=[];return this[o](u,(d,f)=>{c(d,f)&&h.push(d)}),h};let l="reduce"+n[0].toUpperCase()+n.slice(1);t.prototype[l]=function(u,c,h){if(arguments.length<3)throw new N(`Graph.${l}: missing initial value. You must provide it because the callback takes more than one argument and we cannot infer the initial value from the first iteration, as you could with a simple array.`);let d=h;return this[o](u,(f,g)=>{d=c(d,f,g)}),d}}function Gy(t,e){let{name:n,type:r,direction:i}=e,o=n[0].toUpperCase()+n.slice(1,-1),a="find"+o;t.prototype[a]=function(u,c){if(r!=="mixed"&&this.type!=="mixed"&&r!==this.type)return;u=""+u;let h=this._nodes.get(u);if(typeof h>"u")throw new A(`Graph.${a}: could not find the "${u}" node in the graph.`);return ua(!0,r==="mixed"?this.type:r,i,h,c)};let s="some"+o;t.prototype[s]=function(u,c){return!!this[a](u,c)};let l="every"+o;t.prototype[l]=function(u,c){return!this[a](u,(d,f)=>!c(d,f))}}function Oy(t,e){let{name:n,type:r,direction:i}=e,o=n.slice(0,-1)+"Entries";t.prototype[o]=function(a){if(r!=="mixed"&&this.type!=="mixed"&&r!==this.type)return on();a=""+a;let s=this._nodes.get(a);if(typeof s>"u")throw new A(`Graph.${o}: could not find the "${a}" node in the graph.`);return Dy(r==="mixed"?this.type:r,i,s)}}function Fy(t){Ly.forEach(e=>{Iy(t,e),My(t,e),Gy(t,e),Oy(t,e)})}function Jr(t,e,n,r,i){let o=r._nodes.values(),a=r.type,s,l,u,c,h,d,f;for(;s=o.next(),s.done!==!0;){let g=!1;if(l=s.value,a!=="undirected"){c=l.out;for(u in c){h=c[u];do{if(d=h.target,g=!0,f=i(l.key,d.key,l.attributes,d.attributes,h.key,h.attributes,h.undirected),t&&f)return h;h=h.next}while(h)}}if(a!=="directed"){c=l.undirected;for(u in c)if(!(e&&l.key>u)){h=c[u];do{if(d=h.target,d.key!==u&&(d=h.source),g=!0,f=i(l.key,d.key,l.attributes,d.attributes,h.key,h.attributes,h.undirected),t&&f)return h;h=h.next}while(h)}}if(n&&!g&&(f=i(l.key,null,l.attributes,null,null,null,null),t&&f))return null}}function zy(t,e){let n={key:t};return zc(e.attributes)||(n.attributes=he({},e.attributes)),n}function $y(t,e,n){let r={key:e,source:n.source.key,target:n.target.key};return zc(n.attributes)||(r.attributes=he({},n.attributes)),t==="mixed"&&n.undirected&&(r.undirected=!0),r}function Uy(t){if(!we(t))throw new N('Graph.import: invalid serialized node. A serialized node should be a plain object with at least a "key" property.');if(!("key"in t))throw new N("Graph.import: serialized node is missing its key.");if("attributes"in t&&(!we(t.attributes)||t.attributes===null))throw new N("Graph.import: invalid attributes. Attributes should be a plain object, null or omitted.")}function Hy(t){if(!we(t))throw new N('Graph.import: invalid serialized edge. A serialized edge should be a plain object with at least a "source" & "target" property.');if(!("source"in t))throw new N("Graph.import: serialized edge is missing its source.");if(!("target"in t))throw new N("Graph.import: serialized edge is missing its target.");if("attributes"in t&&(!we(t.attributes)||t.attributes===null))throw new N("Graph.import: invalid attributes. Attributes should be a plain object, null or omitted.");if("undirected"in t&&typeof t.undirected!="boolean")throw new N("Graph.import: invalid undirectedness information. Undirected should be boolean or omitted.")}var By=Kv(),Wy=new Set(["directed","undirected","mixed"]),Gc=new Set(["domain","_events","_eventsCount","_maxListeners"]),Ky=[{name:t=>`${t}Edge`,generateKey:!0},{name:t=>`${t}DirectedEdge`,generateKey:!0,type:"directed"},{name:t=>`${t}UndirectedEdge`,generateKey:!0,type:"undirected"},{name:t=>`${t}EdgeWithKey`},{name:t=>`${t}DirectedEdgeWithKey`,type:"directed"},{name:t=>`${t}UndirectedEdgeWithKey`,type:"undirected"}],Vy={allowSelfLoops:!0,multi:!1,type:"mixed"};function jy(t,e,n){if(n&&!we(n))throw new N(`Graph.addNode: invalid attributes. Expecting an object but got "${n}"`);if(e=""+e,n=n||{},t._nodes.has(e))throw new G(`Graph.addNode: the "${e}" node already exist in the graph.`);let r=new t.NodeDataClass(e,n);return t._nodes.set(e,r),t.emit("nodeAdded",{key:e,attributes:n}),r}function Oc(t,e,n){let r=new t.NodeDataClass(e,n);return t._nodes.set(e,r),t.emit("nodeAdded",{key:e,attributes:n}),r}function jc(t,e,n,r,i,o,a,s){if(!r&&t.type==="undirected")throw new G(`Graph.${e}: you cannot add a directed edge to an undirected graph. Use the #.addEdge or #.addUndirectedEdge instead.`);if(r&&t.type==="directed")throw new G(`Graph.${e}: you cannot add an undirected edge to a directed graph. Use the #.addEdge or #.addDirectedEdge instead.`);if(s&&!we(s))throw new N(`Graph.${e}: invalid attributes. Expecting an object but got "${s}"`);if(o=""+o,a=""+a,s=s||{},!t.allowSelfLoops&&o===a)throw new G(`Graph.${e}: source & target are the same ("${o}"), thus creating a loop explicitly forbidden by this graph 'allowSelfLoops' option set to false.`);let l=t._nodes.get(o),u=t._nodes.get(a);if(!l)throw new A(`Graph.${e}: source node "${o}" not found.`);if(!u)throw new A(`Graph.${e}: target node "${a}" not found.`);let c={key:null,undirected:r,source:o,target:a,attributes:s};if(n)i=t._edgeKeyGenerator();else if(i=""+i,t._edges.has(i))throw new G(`Graph.${e}: the "${i}" edge already exists in the graph.`);if(!t.multi&&(r?typeof l.undirected[a]<"u":typeof l.out[a]<"u"))throw new G(`Graph.${e}: an edge linking "${o}" to "${a}" already exists. If you really want to add multiple edges linking those nodes, you should create a multi graph by using the 'multi' option.`);let h=new an(r,i,l,u,s);t._edges.set(i,h);let d=o===a;return r?(l.undirectedDegree++,u.undirectedDegree++,d&&(l.undirectedLoops++,t._undirectedSelfLoopCount++)):(l.outDegree++,u.inDegree++,d&&(l.directedLoops++,t._directedSelfLoopCount++)),t.multi?h.attachMulti():h.attach(),r?t._undirectedSize++:t._directedSize++,c.key=i,t.emit("edgeAdded",c),i}function qy(t,e,n,r,i,o,a,s,l){if(!r&&t.type==="undirected")throw new G(`Graph.${e}: you cannot merge/update a directed edge to an undirected graph. Use the #.mergeEdge/#.updateEdge or #.addUndirectedEdge instead.`);if(r&&t.type==="directed")throw new G(`Graph.${e}: you cannot merge/update an undirected edge to a directed graph. Use the #.mergeEdge/#.updateEdge or #.addDirectedEdge instead.`);if(s){if(l){if(typeof s!="function")throw new N(`Graph.${e}: invalid updater function. Expecting a function but got "${s}"`)}else if(!we(s))throw new N(`Graph.${e}: invalid attributes. Expecting an object but got "${s}"`)}o=""+o,a=""+a;let u;if(l&&(u=s,s=void 0),!t.allowSelfLoops&&o===a)throw new G(`Graph.${e}: source & target are the same ("${o}"), thus creating a loop explicitly forbidden by this graph 'allowSelfLoops' option set to false.`);let c=t._nodes.get(o),h=t._nodes.get(a),d,f;if(!n&&(d=t._edges.get(i),d)){if((d.source.key!==o||d.target.key!==a)&&(!r||d.source.key!==a||d.target.key!==o))throw new G(`Graph.${e}: inconsistency detected when attempting to merge the "${i}" edge with "${o}" source & "${a}" target vs. ("${d.source.key}", "${d.target.key}").`);f=d}if(!f&&!t.multi&&c&&(f=r?c.undirected[a]:c.out[a]),f){let b=[f.key,!1,!1,!1];if(l?!u:!s)return b;if(l){let k=f.attributes;f.attributes=u(k),t.emit("edgeAttributesUpdated",{type:"replace",key:f.key,attributes:f.attributes})}else he(f.attributes,s),t.emit("edgeAttributesUpdated",{type:"merge",key:f.key,attributes:f.attributes,data:s});return b}s=s||{},l&&u&&(s=u(s));let g={key:null,undirected:r,source:o,target:a,attributes:s};if(n)i=t._edgeKeyGenerator();else if(i=""+i,t._edges.has(i))throw new G(`Graph.${e}: the "${i}" edge already exists in the graph.`);let m=!1,v=!1;c||(c=Oc(t,o,{}),m=!0,o===a&&(h=c,v=!0)),h||(h=Oc(t,a,{}),v=!0),d=new an(r,i,c,h,s),t._edges.set(i,d);let y=o===a;return r?(c.undirectedDegree++,h.undirectedDegree++,y&&(c.undirectedLoops++,t._undirectedSelfLoopCount++)):(c.outDegree++,h.inDegree++,y&&(c.directedLoops++,t._directedSelfLoopCount++)),t.multi?d.attachMulti():d.attach(),r?t._undirectedSize++:t._directedSize++,g.key=i,t.emit("edgeAdded",g),[i,!0,m,v]}function rn(t,e){t._edges.delete(e.key);let{source:n,target:r,attributes:i}=e,o=e.undirected,a=n===r;o?(n.undirectedDegree--,r.undirectedDegree--,a&&(n.undirectedLoops--,t._undirectedSelfLoopCount--)):(n.outDegree--,r.inDegree--,a&&(n.directedLoops--,t._directedSelfLoopCount--)),t.multi?e.detachMulti():e.detach(),o?t._undirectedSize--:t._directedSize--,t.emit("edgeDropped",{key:e.key,attributes:i,source:n.key,target:r.key,undirected:o})}var K=class t extends Fc.EventEmitter{constructor(e){if(super(),e=he({},Vy,e),typeof e.multi!="boolean")throw new N(`Graph.constructor: invalid 'multi' option. Expecting a boolean but got "${e.multi}".`);if(!Wy.has(e.type))throw new N(`Graph.constructor: invalid 'type' option. Should be one of "mixed", "directed" or "undirected" but got "${e.type}".`);if(typeof e.allowSelfLoops!="boolean")throw new N(`Graph.constructor: invalid 'allowSelfLoops' option. Expecting a boolean but got "${e.allowSelfLoops}".`);let n=e.type==="mixed"?$c:e.type==="directed"?Uc:Hc;Fe(this,"NodeDataClass",n);let r="geid_"+By()+"_",i=0,o=()=>{let a;do a=r+i++;while(this._edges.has(a));return a};Fe(this,"_attributes",{}),Fe(this,"_nodes",new Map),Fe(this,"_edges",new Map),Fe(this,"_directedSize",0),Fe(this,"_undirectedSize",0),Fe(this,"_directedSelfLoopCount",0),Fe(this,"_undirectedSelfLoopCount",0),Fe(this,"_edgeKeyGenerator",o),Fe(this,"_options",e),Gc.forEach(a=>Fe(this,a,this[a])),je(this,"order",()=>this._nodes.size),je(this,"size",()=>this._edges.size),je(this,"directedSize",()=>this._directedSize),je(this,"undirectedSize",()=>this._undirectedSize),je(this,"selfLoopCount",()=>this._directedSelfLoopCount+this._undirectedSelfLoopCount),je(this,"directedSelfLoopCount",()=>this._directedSelfLoopCount),je(this,"undirectedSelfLoopCount",()=>this._undirectedSelfLoopCount),je(this,"multi",this._options.multi),je(this,"type",this._options.type),je(this,"allowSelfLoops",this._options.allowSelfLoops),je(this,"implementation",()=>"graphology")}_resetInstanceCounters(){this._directedSize=0,this._undirectedSize=0,this._directedSelfLoopCount=0,this._undirectedSelfLoopCount=0}hasNode(e){return this._nodes.has(""+e)}hasDirectedEdge(e,n){if(this.type==="undirected")return!1;if(arguments.length===1){let r=""+e,i=this._edges.get(r);return!!i&&!i.undirected}else if(arguments.length===2){e=""+e,n=""+n;let r=this._nodes.get(e);return r?r.out.hasOwnProperty(n):!1}throw new N(`Graph.hasDirectedEdge: invalid arity (${arguments.length}, instead of 1 or 2). You can either ask for an edge id or for the existence of an edge between a source & a target.`)}hasUndirectedEdge(e,n){if(this.type==="directed")return!1;if(arguments.length===1){let r=""+e,i=this._edges.get(r);return!!i&&i.undirected}else if(arguments.length===2){e=""+e,n=""+n;let r=this._nodes.get(e);return r?r.undirected.hasOwnProperty(n):!1}throw new N(`Graph.hasDirectedEdge: invalid arity (${arguments.length}, instead of 1 or 2). You can either ask for an edge id or for the existence of an edge between a source & a target.`)}hasEdge(e,n){if(arguments.length===1){let r=""+e;return this._edges.has(r)}else if(arguments.length===2){e=""+e,n=""+n;let r=this._nodes.get(e);return r?typeof r.out<"u"&&r.out.hasOwnProperty(n)||typeof r.undirected<"u"&&r.undirected.hasOwnProperty(n):!1}throw new N(`Graph.hasEdge: invalid arity (${arguments.length}, instead of 1 or 2). You can either ask for an edge id or for the existence of an edge between a source & a target.`)}directedEdge(e,n){if(this.type==="undirected")return;if(e=""+e,n=""+n,this.multi)throw new G("Graph.directedEdge: this method is irrelevant with multigraphs since there might be multiple edges between source & target. See #.directedEdges instead.");let r=this._nodes.get(e);if(!r)throw new A(`Graph.directedEdge: could not find the "${e}" source node in the graph.`);if(!this._nodes.has(n))throw new A(`Graph.directedEdge: could not find the "${n}" target node in the graph.`);let i=r.out&&r.out[n]||void 0;if(i)return i.key}undirectedEdge(e,n){if(this.type==="directed")return;if(e=""+e,n=""+n,this.multi)throw new G("Graph.undirectedEdge: this method is irrelevant with multigraphs since there might be multiple edges between source & target. See #.undirectedEdges instead.");let r=this._nodes.get(e);if(!r)throw new A(`Graph.undirectedEdge: could not find the "${e}" source node in the graph.`);if(!this._nodes.has(n))throw new A(`Graph.undirectedEdge: could not find the "${n}" target node in the graph.`);let i=r.undirected&&r.undirected[n]||void 0;if(i)return i.key}edge(e,n){if(this.multi)throw new G("Graph.edge: this method is irrelevant with multigraphs since there might be multiple edges between source & target. See #.edges instead.");e=""+e,n=""+n;let r=this._nodes.get(e);if(!r)throw new A(`Graph.edge: could not find the "${e}" source node in the graph.`);if(!this._nodes.has(n))throw new A(`Graph.edge: could not find the "${n}" target node in the graph.`);let i=r.out&&r.out[n]||r.undirected&&r.undirected[n]||void 0;if(i)return i.key}areDirectedNeighbors(e,n){e=""+e,n=""+n;let r=this._nodes.get(e);if(!r)throw new A(`Graph.areDirectedNeighbors: could not find the "${e}" node in the graph.`);return this.type==="undirected"?!1:n in r.in||n in r.out}areOutNeighbors(e,n){e=""+e,n=""+n;let r=this._nodes.get(e);if(!r)throw new A(`Graph.areOutNeighbors: could not find the "${e}" node in the graph.`);return this.type==="undirected"?!1:n in r.out}areInNeighbors(e,n){e=""+e,n=""+n;let r=this._nodes.get(e);if(!r)throw new A(`Graph.areInNeighbors: could not find the "${e}" node in the graph.`);return this.type==="undirected"?!1:n in r.in}areUndirectedNeighbors(e,n){e=""+e,n=""+n;let r=this._nodes.get(e);if(!r)throw new A(`Graph.areUndirectedNeighbors: could not find the "${e}" node in the graph.`);return this.type==="directed"?!1:n in r.undirected}areNeighbors(e,n){e=""+e,n=""+n;let r=this._nodes.get(e);if(!r)throw new A(`Graph.areNeighbors: could not find the "${e}" node in the graph.`);return this.type!=="undirected"&&(n in r.in||n in r.out)||this.type!=="directed"&&n in r.undirected}areInboundNeighbors(e,n){e=""+e,n=""+n;let r=this._nodes.get(e);if(!r)throw new A(`Graph.areInboundNeighbors: could not find the "${e}" node in the graph.`);return this.type!=="undirected"&&n in r.in||this.type!=="directed"&&n in r.undirected}areOutboundNeighbors(e,n){e=""+e,n=""+n;let r=this._nodes.get(e);if(!r)throw new A(`Graph.areOutboundNeighbors: could not find the "${e}" node in the graph.`);return this.type!=="undirected"&&n in r.out||this.type!=="directed"&&n in r.undirected}inDegree(e){e=""+e;let n=this._nodes.get(e);if(!n)throw new A(`Graph.inDegree: could not find the "${e}" node in the graph.`);return this.type==="undirected"?0:n.inDegree}outDegree(e){e=""+e;let n=this._nodes.get(e);if(!n)throw new A(`Graph.outDegree: could not find the "${e}" node in the graph.`);return this.type==="undirected"?0:n.outDegree}directedDegree(e){e=""+e;let n=this._nodes.get(e);if(!n)throw new A(`Graph.directedDegree: could not find the "${e}" node in the graph.`);return this.type==="undirected"?0:n.inDegree+n.outDegree}undirectedDegree(e){e=""+e;let n=this._nodes.get(e);if(!n)throw new A(`Graph.undirectedDegree: could not find the "${e}" node in the graph.`);return this.type==="directed"?0:n.undirectedDegree}inboundDegree(e){e=""+e;let n=this._nodes.get(e);if(!n)throw new A(`Graph.inboundDegree: could not find the "${e}" node in the graph.`);let r=0;return this.type!=="directed"&&(r+=n.undirectedDegree),this.type!=="undirected"&&(r+=n.inDegree),r}outboundDegree(e){e=""+e;let n=this._nodes.get(e);if(!n)throw new A(`Graph.outboundDegree: could not find the "${e}" node in the graph.`);let r=0;return this.type!=="directed"&&(r+=n.undirectedDegree),this.type!=="undirected"&&(r+=n.outDegree),r}degree(e){e=""+e;let n=this._nodes.get(e);if(!n)throw new A(`Graph.degree: could not find the "${e}" node in the graph.`);let r=0;return this.type!=="directed"&&(r+=n.undirectedDegree),this.type!=="undirected"&&(r+=n.inDegree+n.outDegree),r}inDegreeWithoutSelfLoops(e){e=""+e;let n=this._nodes.get(e);if(!n)throw new A(`Graph.inDegreeWithoutSelfLoops: could not find the "${e}" node in the graph.`);return this.type==="undirected"?0:n.inDegree-n.directedLoops}outDegreeWithoutSelfLoops(e){e=""+e;let n=this._nodes.get(e);if(!n)throw new A(`Graph.outDegreeWithoutSelfLoops: could not find the "${e}" node in the graph.`);return this.type==="undirected"?0:n.outDegree-n.directedLoops}directedDegreeWithoutSelfLoops(e){e=""+e;let n=this._nodes.get(e);if(!n)throw new A(`Graph.directedDegreeWithoutSelfLoops: could not find the "${e}" node in the graph.`);return this.type==="undirected"?0:n.inDegree+n.outDegree-n.directedLoops*2}undirectedDegreeWithoutSelfLoops(e){e=""+e;let n=this._nodes.get(e);if(!n)throw new A(`Graph.undirectedDegreeWithoutSelfLoops: could not find the "${e}" node in the graph.`);return this.type==="directed"?0:n.undirectedDegree-n.undirectedLoops*2}inboundDegreeWithoutSelfLoops(e){e=""+e;let n=this._nodes.get(e);if(!n)throw new A(`Graph.inboundDegreeWithoutSelfLoops: could not find the "${e}" node in the graph.`);let r=0,i=0;return this.type!=="directed"&&(r+=n.undirectedDegree,i+=n.undirectedLoops*2),this.type!=="undirected"&&(r+=n.inDegree,i+=n.directedLoops),r-i}outboundDegreeWithoutSelfLoops(e){e=""+e;let n=this._nodes.get(e);if(!n)throw new A(`Graph.outboundDegreeWithoutSelfLoops: could not find the "${e}" node in the graph.`);let r=0,i=0;return this.type!=="directed"&&(r+=n.undirectedDegree,i+=n.undirectedLoops*2),this.type!=="undirected"&&(r+=n.outDegree,i+=n.directedLoops),r-i}degreeWithoutSelfLoops(e){e=""+e;let n=this._nodes.get(e);if(!n)throw new A(`Graph.degreeWithoutSelfLoops: could not find the "${e}" node in the graph.`);let r=0,i=0;return this.type!=="directed"&&(r+=n.undirectedDegree,i+=n.undirectedLoops*2),this.type!=="undirected"&&(r+=n.inDegree+n.outDegree,i+=n.directedLoops*2),r-i}source(e){e=""+e;let n=this._edges.get(e);if(!n)throw new A(`Graph.source: could not find the "${e}" edge in the graph.`);return n.source.key}target(e){e=""+e;let n=this._edges.get(e);if(!n)throw new A(`Graph.target: could not find the "${e}" edge in the graph.`);return n.target.key}extremities(e){e=""+e;let n=this._edges.get(e);if(!n)throw new A(`Graph.extremities: could not find the "${e}" edge in the graph.`);return[n.source.key,n.target.key]}opposite(e,n){e=""+e,n=""+n;let r=this._edges.get(n);if(!r)throw new A(`Graph.opposite: could not find the "${n}" edge in the graph.`);let i=r.source.key,o=r.target.key;if(e===i)return o;if(e===o)return i;throw new A(`Graph.opposite: the "${e}" node is not attached to the "${n}" edge (${i}, ${o}).`)}hasExtremity(e,n){e=""+e,n=""+n;let r=this._edges.get(e);if(!r)throw new A(`Graph.hasExtremity: could not find the "${e}" edge in the graph.`);return r.source.key===n||r.target.key===n}isUndirected(e){e=""+e;let n=this._edges.get(e);if(!n)throw new A(`Graph.isUndirected: could not find the "${e}" edge in the graph.`);return n.undirected}isDirected(e){e=""+e;let n=this._edges.get(e);if(!n)throw new A(`Graph.isDirected: could not find the "${e}" edge in the graph.`);return!n.undirected}isSelfLoop(e){e=""+e;let n=this._edges.get(e);if(!n)throw new A(`Graph.isSelfLoop: could not find the "${e}" edge in the graph.`);return n.source===n.target}addNode(e,n){return jy(this,e,n).key}mergeNode(e,n){if(n&&!we(n))throw new N(`Graph.mergeNode: invalid attributes. Expecting an object but got "${n}"`);e=""+e,n=n||{};let r=this._nodes.get(e);return r?(n&&(he(r.attributes,n),this.emit("nodeAttributesUpdated",{type:"merge",key:e,attributes:r.attributes,data:n})),[e,!1]):(r=new this.NodeDataClass(e,n),this._nodes.set(e,r),this.emit("nodeAdded",{key:e,attributes:n}),[e,!0])}updateNode(e,n){if(n&&typeof n!="function")throw new N(`Graph.updateNode: invalid updater function. Expecting a function but got "${n}"`);e=""+e;let r=this._nodes.get(e);if(r){if(n){let o=r.attributes;r.attributes=n(o),this.emit("nodeAttributesUpdated",{type:"replace",key:e,attributes:r.attributes})}return[e,!1]}let i=n?n({}):{};return r=new this.NodeDataClass(e,i),this._nodes.set(e,r),this.emit("nodeAdded",{key:e,attributes:i}),[e,!0]}dropNode(e){e=""+e;let n=this._nodes.get(e);if(!n)throw new A(`Graph.dropNode: could not find the "${e}" node in the graph.`);let r;if(this.type!=="undirected"){for(let i in n.out){r=n.out[i];do rn(this,r),r=r.next;while(r)}for(let i in n.in){r=n.in[i];do rn(this,r),r=r.next;while(r)}}if(this.type!=="directed")for(let i in n.undirected){r=n.undirected[i];do rn(this,r),r=r.next;while(r)}this._nodes.delete(e),this.emit("nodeDropped",{key:e,attributes:n.attributes})}dropEdge(e){let n;if(arguments.length>1){let r=""+arguments[0],i=""+arguments[1];if(n=ze(this,r,i,this.type),!n)throw new A(`Graph.dropEdge: could not find the "${r}" -> "${i}" edge in the graph.`)}else if(e=""+e,n=this._edges.get(e),!n)throw new A(`Graph.dropEdge: could not find the "${e}" edge in the graph.`);return rn(this,n),this}dropDirectedEdge(e,n){if(arguments.length<2)throw new G("Graph.dropDirectedEdge: it does not make sense to try and drop a directed edge by key. What if the edge with this key is undirected? Use #.dropEdge for this purpose instead.");if(this.multi)throw new G("Graph.dropDirectedEdge: cannot use a {source,target} combo when dropping an edge in a MultiGraph since we cannot infer the one you want to delete as there could be multiple ones.");e=""+e,n=""+n;let r=ze(this,e,n,"directed");if(!r)throw new A(`Graph.dropDirectedEdge: could not find a "${e}" -> "${n}" edge in the graph.`);return rn(this,r),this}dropUndirectedEdge(e,n){if(arguments.length<2)throw new G("Graph.dropUndirectedEdge: it does not make sense to drop a directed edge by key. What if the edge with this key is undirected? Use #.dropEdge for this purpose instead.");if(this.multi)throw new G("Graph.dropUndirectedEdge: cannot use a {source,target} combo when dropping an edge in a MultiGraph since we cannot infer the one you want to delete as there could be multiple ones.");let r=ze(this,e,n,"undirected");if(!r)throw new A(`Graph.dropUndirectedEdge: could not find a "${e}" -> "${n}" edge in the graph.`);return rn(this,r),this}clear(){this._edges.clear(),this._nodes.clear(),this._resetInstanceCounters(),this.emit("cleared")}clearEdges(){let e=this._nodes.values(),n;for(;n=e.next(),n.done!==!0;)n.value.clear();this._edges.clear(),this._resetInstanceCounters(),this.emit("edgesCleared")}getAttribute(e){return this._attributes[e]}getAttributes(){return this._attributes}hasAttribute(e){return this._attributes.hasOwnProperty(e)}setAttribute(e,n){return this._attributes[e]=n,this.emit("attributesUpdated",{type:"set",attributes:this._attributes,name:e}),this}updateAttribute(e,n){if(typeof n!="function")throw new N("Graph.updateAttribute: updater should be a function.");let r=this._attributes[e];return this._attributes[e]=n(r),this.emit("attributesUpdated",{type:"set",attributes:this._attributes,name:e}),this}removeAttribute(e){return delete this._attributes[e],this.emit("attributesUpdated",{type:"remove",attributes:this._attributes,name:e}),this}replaceAttributes(e){if(!we(e))throw new N("Graph.replaceAttributes: provided attributes are not a plain object.");return this._attributes=e,this.emit("attributesUpdated",{type:"replace",attributes:this._attributes}),this}mergeAttributes(e){if(!we(e))throw new N("Graph.mergeAttributes: provided attributes are not a plain object.");return he(this._attributes,e),this.emit("attributesUpdated",{type:"merge",attributes:this._attributes,data:e}),this}updateAttributes(e){if(typeof e!="function")throw new N("Graph.updateAttributes: provided updater is not a function.");return this._attributes=e(this._attributes),this.emit("attributesUpdated",{type:"update",attributes:this._attributes}),this}updateEachNodeAttributes(e,n){if(typeof e!="function")throw new N("Graph.updateEachNodeAttributes: expecting an updater function.");if(n&&!Mc(n))throw new N("Graph.updateEachNodeAttributes: invalid hints. Expecting an object having the following shape: {attributes?: [string]}");let r=this._nodes.values(),i,o;for(;i=r.next(),i.done!==!0;)o=i.value,o.attributes=e(o.key,o.attributes);this.emit("eachNodeAttributesUpdated",{hints:n||null})}updateEachEdgeAttributes(e,n){if(typeof e!="function")throw new N("Graph.updateEachEdgeAttributes: expecting an updater function.");if(n&&!Mc(n))throw new N("Graph.updateEachEdgeAttributes: invalid hints. Expecting an object having the following shape: {attributes?: [string]}");let r=this._edges.values(),i,o,a,s;for(;i=r.next(),i.done!==!0;)o=i.value,a=o.source,s=o.target,o.attributes=e(o.key,o.attributes,a.key,s.key,a.attributes,s.attributes,o.undirected);this.emit("eachEdgeAttributesUpdated",{hints:n||null})}forEachAdjacencyEntry(e){if(typeof e!="function")throw new N("Graph.forEachAdjacencyEntry: expecting a callback.");Jr(!1,!1,!1,this,e)}forEachAdjacencyEntryWithOrphans(e){if(typeof e!="function")throw new N("Graph.forEachAdjacencyEntryWithOrphans: expecting a callback.");Jr(!1,!1,!0,this,e)}forEachAssymetricAdjacencyEntry(e){if(typeof e!="function")throw new N("Graph.forEachAssymetricAdjacencyEntry: expecting a callback.");Jr(!1,!0,!1,this,e)}forEachAssymetricAdjacencyEntryWithOrphans(e){if(typeof e!="function")throw new N("Graph.forEachAssymetricAdjacencyEntryWithOrphans: expecting a callback.");Jr(!1,!0,!0,this,e)}nodes(){return Array.from(this._nodes.keys())}forEachNode(e){if(typeof e!="function")throw new N("Graph.forEachNode: expecting a callback.");let n=this._nodes.values(),r,i;for(;r=n.next(),r.done!==!0;)i=r.value,e(i.key,i.attributes)}findNode(e){if(typeof e!="function")throw new N("Graph.findNode: expecting a callback.");let n=this._nodes.values(),r,i;for(;r=n.next(),r.done!==!0;)if(i=r.value,e(i.key,i.attributes))return i.key}mapNodes(e){if(typeof e!="function")throw new N("Graph.mapNode: expecting a callback.");let n=this._nodes.values(),r,i,o=new Array(this.order),a=0;for(;r=n.next(),r.done!==!0;)i=r.value,o[a++]=e(i.key,i.attributes);return o}someNode(e){if(typeof e!="function")throw new N("Graph.someNode: expecting a callback.");let n=this._nodes.values(),r,i;for(;r=n.next(),r.done!==!0;)if(i=r.value,e(i.key,i.attributes))return!0;return!1}everyNode(e){if(typeof e!="function")throw new N("Graph.everyNode: expecting a callback.");let n=this._nodes.values(),r,i;for(;r=n.next(),r.done!==!0;)if(i=r.value,!e(i.key,i.attributes))return!1;return!0}filterNodes(e){if(typeof e!="function")throw new N("Graph.filterNodes: expecting a callback.");let n=this._nodes.values(),r,i,o=[];for(;r=n.next(),r.done!==!0;)i=r.value,e(i.key,i.attributes)&&o.push(i.key);return o}reduceNodes(e,n){if(typeof e!="function")throw new N("Graph.reduceNodes: expecting a callback.");if(arguments.length<2)throw new N("Graph.reduceNodes: missing initial value. You must provide it because the callback takes more than one argument and we cannot infer the initial value from the first iteration, as you could with a simple array.");let r=n,i=this._nodes.values(),o,a;for(;o=i.next(),o.done!==!0;)a=o.value,r=e(r,a.key,a.attributes);return r}nodeEntries(){let e=this._nodes.values();return{[Symbol.iterator](){return this},next(){let n=e.next();if(n.done)return n;let r=n.value;return{value:{node:r.key,attributes:r.attributes},done:!1}}}}export(){let e=new Array(this._nodes.size),n=0;this._nodes.forEach((i,o)=>{e[n++]=zy(o,i)});let r=new Array(this._edges.size);return n=0,this._edges.forEach((i,o)=>{r[n++]=$y(this.type,o,i)}),{options:{type:this.type,multi:this.multi,allowSelfLoops:this.allowSelfLoops},attributes:this.getAttributes(),nodes:e,edges:r}}import(e,n=!1){if(e instanceof t)return e.forEachNode((l,u)=>{n?this.mergeNode(l,u):this.addNode(l,u)}),e.forEachEdge((l,u,c,h,d,f,g)=>{n?g?this.mergeUndirectedEdgeWithKey(l,c,h,u):this.mergeDirectedEdgeWithKey(l,c,h,u):g?this.addUndirectedEdgeWithKey(l,c,h,u):this.addDirectedEdgeWithKey(l,c,h,u)}),this;if(!we(e))throw new N("Graph.import: invalid argument. Expecting a serialized graph or, alternatively, a Graph instance.");if(e.attributes){if(!we(e.attributes))throw new N("Graph.import: invalid attributes. Expecting a plain object.");n?this.mergeAttributes(e.attributes):this.replaceAttributes(e.attributes)}let r,i,o,a,s;if(e.nodes){if(o=e.nodes,!Array.isArray(o))throw new N("Graph.import: invalid nodes. Expecting an array.");for(r=0,i=o.length;r<i;r++){a=o[r],Uy(a);let{key:l,attributes:u}=a;n?this.mergeNode(l,u):this.addNode(l,u)}}if(e.edges){let l=!1;if(this.type==="undirected"&&(l=!0),o=e.edges,!Array.isArray(o))throw new N("Graph.import: invalid edges. Expecting an array.");for(r=0,i=o.length;r<i;r++){s=o[r],Hy(s);let{source:u,target:c,attributes:h,undirected:d=l}=s,f;"key"in s?(f=n?d?this.mergeUndirectedEdgeWithKey:this.mergeDirectedEdgeWithKey:d?this.addUndirectedEdgeWithKey:this.addDirectedEdgeWithKey,f.call(this,s.key,u,c,h)):(f=n?d?this.mergeUndirectedEdge:this.mergeDirectedEdge:d?this.addUndirectedEdge:this.addDirectedEdge,f.call(this,u,c,h))}}return this}nullCopy(e){let n=new t(he({},this._options,e));return n.replaceAttributes(he({},this.getAttributes())),n}emptyCopy(e){let n=this.nullCopy(e);return this._nodes.forEach((r,i)=>{let o=he({},r.attributes);r=new n.NodeDataClass(i,o),n._nodes.set(i,r)}),n}copy(e){if(e=e||{},typeof e.type=="string"&&e.type!==this.type&&e.type!=="mixed")throw new G(`Graph.copy: cannot create an incompatible copy from "${this.type}" type to "${e.type}" because this would mean losing information about the current graph.`);if(typeof e.multi=="boolean"&&e.multi!==this.multi&&e.multi!==!0)throw new G("Graph.copy: cannot create an incompatible copy by downgrading a multi graph to a simple one because this would mean losing information about the current graph.");if(typeof e.allowSelfLoops=="boolean"&&e.allowSelfLoops!==this.allowSelfLoops&&e.allowSelfLoops!==!0)throw new G("Graph.copy: cannot create an incompatible copy from a graph allowing self loops to one that does not because this would mean losing information about the current graph.");let n=this.emptyCopy(e),r=this._edges.values(),i,o;for(;i=r.next(),i.done!==!0;)o=i.value,jc(n,"copy",!1,o.undirected,o.key,o.source.key,o.target.key,he({},o.attributes));return n}toJSON(){return this.export()}toString(){return"[object Graph]"}inspect(){let e={};this._nodes.forEach((o,a)=>{e[a]=o.attributes});let n={},r={};this._edges.forEach((o,a)=>{let s=o.undirected?"--":"->",l="",u=o.source.key,c=o.target.key,h;o.undirected&&u>c&&(h=u,u=c,c=h);let d=`(${u})${s}(${c})`;a.startsWith("geid_")?this.multi&&(typeof r[d]>"u"?r[d]=0:r[d]++,l+=`${r[d]}. `):l+=`[${a}]: `,l+=d,n[l]=o.attributes});let i={};for(let o in this)this.hasOwnProperty(o)&&!Gc.has(o)&&typeof this[o]!="function"&&typeof o!="symbol"&&(i[o]=this[o]);return i.attributes=this._attributes,i.nodes=e,i.edges=n,Fe(i,"constructor",this.constructor),i}};typeof Symbol<"u"&&(K.prototype[Symbol.for("nodejs.util.inspect.custom")]=K.prototype.inspect);Ky.forEach(t=>{["add","merge","update"].forEach(e=>{let n=t.name(e),r=e==="add"?jc:qy;t.generateKey?K.prototype[n]=function(i,o,a){return r(this,n,!0,(t.type||this.type)==="undirected",null,i,o,a,e==="update")}:K.prototype[n]=function(i,o,a,s){return r(this,n,!1,(t.type||this.type)==="undirected",i,o,a,s,e==="update")}})});ry(K);py(K);Ny(K);Fy(K);var ei=class extends K{constructor(e){let n=he({type:"directed"},e);if("multi"in n&&n.multi!==!1)throw new N("DirectedGraph.from: inconsistent indication that the graph should be multi in given options!");if(n.type!=="directed")throw new N('DirectedGraph.from: inconsistent "'+n.type+'" type in given options!');super(n)}},ti=class extends K{constructor(e){let n=he({type:"undirected"},e);if("multi"in n&&n.multi!==!1)throw new N("UndirectedGraph.from: inconsistent indication that the graph should be multi in given options!");if(n.type!=="undirected")throw new N('UndirectedGraph.from: inconsistent "'+n.type+'" type in given options!');super(n)}},ni=class extends K{constructor(e){let n=he({multi:!0},e);if("multi"in n&&n.multi!==!0)throw new N("MultiGraph.from: inconsistent indication that the graph should be simple in given options!");super(n)}},ri=class extends K{constructor(e){let n=he({type:"directed",multi:!0},e);if("multi"in n&&n.multi!==!0)throw new N("MultiDirectedGraph.from: inconsistent indication that the graph should be simple in given options!");if(n.type!=="directed")throw new N('MultiDirectedGraph.from: inconsistent "'+n.type+'" type in given options!');super(n)}},ii=class extends K{constructor(e){let n=he({type:"undirected",multi:!0},e);if("multi"in n&&n.multi!==!0)throw new N("MultiUndirectedGraph.from: inconsistent indication that the graph should be simple in given options!");if(n.type!=="undirected")throw new N('MultiUndirectedGraph.from: inconsistent "'+n.type+'" type in given options!');super(n)}};function sn(t){t.from=function(e,n){let r=he({},e.options,n),i=new t(r);return i.import(e),i}}sn(K);sn(ei);sn(ti);sn(ni);sn(ri);sn(ii);K.Graph=K;K.DirectedGraph=ei;K.UndirectedGraph=ti;K.MultiGraph=ni;K.MultiDirectedGraph=ri;K.MultiUndirectedGraph=ii;K.InvalidArgumentsGraphError=N;K.NotFoundGraphError=A;K.UsageGraphError=G;function Yy(){return new K({multi:!0,type:"directed"})}function ca(t){let e=Yy();for(let n of t.nodes){let{id:r,...i}=n;e.addNode(r,i)}for(let n of t.edges){let{key:r,source:i,target:o,...a}=n;e.addDirectedEdgeWithKey(r,i,o,{source:i,target:o,...a})}return e}function qc(t,e){let n=0;for(let[r,i]of e)t.hasNode(r)&&(!Number.isFinite(i.x)||!Number.isFinite(i.y)||(t.mergeNodeAttributes(r,{x:i.x,y:i.y}),n++));return n}function da(t){let e=new Map;return t.forEachNode((n,r)=>{e.set(n,{x:r.x,y:r.y})}),e}function Yc(t,e){let n=null,r=ca({nodes:[],edges:[]}),i=null,o=()=>{},a=()=>{},s=()=>{},l=()=>{},u=null,c=f=>{if(u===null)return;let g=u;u=null,n?.setSetting("enableCameraPanning",!0),(f===null||f===g)&&l(g)},h=()=>Rc([...da(r).values()]),d=f=>{let g=Pc(i),m=Dc(i);f.setSetting("nodeReducer",(v,y)=>({...y,...g(v,y,e)})),f.setSetting("edgeReducer",(v,y)=>({...y,...m(v,y,e)}))};return{mount(f){if(n!==null)return;let g=t(r,f,Ic(e));g.on("clickNode",({node:m})=>o(m)),g.on("clickStage",()=>o(null)),g.on("downNode",({node:m})=>{u=m,n?.setSetting("enableCameraPanning",!1),a(m)}),g.on("moveBody",m=>{u!==null&&(m.preventSigmaDefault(),s(u,g.viewportToGraph({x:m.event.x,y:m.event.y})))}),g.on("upNode",()=>c(u)),g.on("upStage",()=>c(null)),d(g),g.setCustomBBox(h()),n=g},setGraph(f){r=ca(f),n?.setGraph(r),n?.setCustomBBox(h())},setPositions(f){qc(r,f),n?.refresh()},setHighlight(f){i=f,n!==null&&d(n)},onSelect(f){o=f},onDragStart(f){a=f},onDragMove(f){s=f},onDragEnd(f){l=f},fit(){n?.setCustomBBox(h()),n?.getCamera().animatedReset()},positions(){return da(r)},destroy(){n?.kill(),n=null}}}var Xy=(t,e,n)=>new xu(t,e,n),Xc=t=>Yc(Xy,t);var Qc="/events";var Zy=2,ai={graph:!1,note:!1};function Jc(t){return!t.graph&&!t.note}function Qy(t,e){return{graph:!0,note:t==="vault"&&e}}function Zc(t){return{graph:!0,note:t}}function ed(){return{connection:"live",stamp:null,opened:!1}}function td(t,e){return t.stamp===e?t:{...t,stamp:e}}function Jy(t){return t===Zy?"offline":"reconnecting"}function nd(t,e,n){switch(e.type){case"open":{let r=t.opened?Zc(n):ai;return{state:{...t,connection:"live",opened:!0},plan:r}}case"error":return{state:{...t,connection:Jy(e.readyState)},plan:ai};case"frame":return e.event.stamp===t.stamp?{state:t,plan:ai}:{state:{...t,connection:"live"},plan:Qy(e.event.scope,n)};case"refresh":return{state:t,plan:Zc(n)};case"closed":return{state:{...t,connection:"offline"},plan:ai}}}function rd(t){let e;try{e=JSON.parse(t)}catch{return null}return rl(e)?e:null}var ew=Symbol.for("preact-signals");function ci(){if(ct>1)ct--;else{var t,e=!1;for((function(){var i=li;for(li=void 0;i!==void 0;){var o=i.S;if(o.v===i.v)for(var a=o.t;a!==void 0;a=a.x)a.i===i.i&&(a.i=o.i);i=i.o}})();Bn!==void 0;){var n=Bn;for(Bn=void 0,si++;n!==void 0;){var r=n.u;if(n.u=void 0,n.f&=-3,!(8&n.f)&&od(n))try{n.c()}catch(i){e||(t=i,e=!0)}n=r}}if(si=0,ct--,e)throw t}}function fa(t){if(ct>0)return t();ha=++tw,ct++;try{return t()}finally{ci()}}var Hn,Q=void 0;function Wn(t){var e=Q,n=Hn;Q=void 0,Hn=void 0;try{return t()}finally{Q=e,Hn=n}}var Bn=void 0,ct=0,si=0,tw=0,ha=0,li=void 0,ui=0;function id(t){if(Q!==void 0){var e=t.n;if(e===void 0||e.t!==Q)return e={i:0,S:t,p:Q.s,n:void 0,t:Q,e:void 0,x:void 0,r:e},Q.s!==void 0&&(Q.s.n=e),Q.s=e,t.n=e,32&Q.f&&t.S(e),e;if(e.i===-1)return e.i=0,e.n!==void 0&&(e.n.p=e.p,e.p!==void 0&&(e.p.n=e.n),e.p=Q.s,e.n=void 0,Q.s.n=e,Q.s=e),e}}function fe(t,e){this.v=t,this.i=0,this.n=void 0,this.t=void 0,this.l=0,this.W=e?.watched,this.Z=e?.unwatched,this.name=e?.name}fe.prototype.brand=ew;fe.prototype.h=function(){return!0};fe.prototype.S=function(t){var e=this,n=this.t;n!==t&&t.e===void 0&&(t.x=n,this.t=t,n!==void 0?n.e=t:Wn(function(){var r;(r=e.W)==null||r.call(e)}))};fe.prototype.U=function(t){var e=this;if(this.t!==void 0){var n=t.e,r=t.x;n!==void 0&&(n.x=r,t.e=void 0),r!==void 0&&(r.e=n,t.x=void 0),t===this.t&&(this.t=r,r===void 0&&Wn(function(){var i;(i=e.Z)==null||i.call(e)}))}};fe.prototype.subscribe=function(t){var e=this;return Mt(function(){var n=e.value;Wn(function(){return t(n)})},{name:"sub"})};fe.prototype.valueOf=function(){return this.value};fe.prototype.toString=function(){return this.value+""};fe.prototype.toJSON=function(){return this.value};fe.prototype.peek=function(){var t=this;return Wn(function(){return t.value})};Object.defineProperty(fe.prototype,"value",{get:function(){var t=id(this);return t!==void 0&&(t.i=this.i),this.v},set:function(t){if(t!==this.v){if(si>100)throw new Error("Cycle detected");(function(n){ct!==0&&si===0&&n.l!==ha&&(n.l=ha,li={S:n,v:n.v,i:n.i,o:li})})(this),this.v=t,this.i++,ui++,ct++;try{for(var e=this.t;e!==void 0;e=e.x)e.t.N()}finally{ci()}}}});function $e(t,e){return new fe(t,e)}function od(t){for(var e=t.s;e!==void 0;e=e.n)if(e.S.i!==e.i||!e.S.h()||e.S.i!==e.i)return!0;return!1}function ad(t){for(var e=t.s;e!==void 0;e=e.n){var n=e.S.n;if(n!==void 0&&(e.r=n),e.S.n=e,e.i=-1,e.n===void 0){t.s=e;break}}}function sd(t){for(var e=t.s,n=void 0;e!==void 0;){var r=e.p;e.i===-1?(e.S.U(e),r!==void 0&&(r.n=e.n),e.n!==void 0&&(e.n.p=r)):n=e,e.S.n=e.r,e.r!==void 0&&(e.r=void 0),e=r}t.s=n}function It(t,e){fe.call(this,void 0,e),this.x=t,this.s=void 0,this.g=ui-1,this.f=4}It.prototype=new fe;It.prototype.h=function(){if(this.f&=-3,1&this.f)return!1;if((36&this.f)==32||(this.f&=-5,this.g===ui))return!0;if(this.g=ui,this.f|=1,this.i>0&&!od(this))return this.f&=-2,!0;var t=Q;try{ad(this),Q=this;var e=this.x();(16&this.f||this.v!==e||this.i===0)&&(this.v=e,this.f&=-17,this.i++)}catch(n){this.v=n,this.f|=16,this.i++}return Q=t,sd(this),this.f&=-2,!0};It.prototype.S=function(t){if(this.t===void 0){this.f|=36;for(var e=this.s;e!==void 0;e=e.n)e.S.S(e)}fe.prototype.S.call(this,t)};It.prototype.U=function(t){if(this.t!==void 0&&(fe.prototype.U.call(this,t),this.t===void 0)){this.f&=-33;for(var e=this.s;e!==void 0;e=e.n)e.S.U(e)}};It.prototype.N=function(){if(!(2&this.f)){this.f|=6;for(var t=this.t;t!==void 0;t=t.x)t.t.N()}};Object.defineProperty(It.prototype,"value",{get:function(){if(1&this.f)throw new Error("Cycle detected");var t=id(this);if(this.h(),t!==void 0&&(t.i=this.i),16&this.f)throw this.v;return this.v}});function di(t,e){return new It(t,e)}function ld(t){var e=t.m;if(t.m=void 0,typeof e=="function"){ct++;var n=Q;Q=void 0;try{e()}catch(r){throw t.f&=-2,t.f|=8,pa(t),r}finally{Q=n,ci()}}}function pa(t){for(var e=t.s;e!==void 0;e=e.n)e.S.U(e);t.x=void 0,t.s=void 0,ld(t)}function nw(t){if(Q!==this)throw new Error("Out-of-order effect");sd(this),Q=t,this.f&=-2,8&this.f&&pa(this),ci()}function ln(t,e){this.x=t,this.m=void 0,this.s=void 0,this.u=void 0,this.f=32,this.name=e?.name,Hn&&Hn.push(this)}ln.prototype.c=function(){var t=this.S();try{if(8&this.f||this.x===void 0)return;var e=this.x();typeof e=="function"&&(this.m=e)}finally{t()}};ln.prototype.S=function(){if(1&this.f)throw new Error("Cycle detected");this.f|=1,this.f&=-9,ld(this),ad(this),ct++;var t=Q;return Q=this,nw.bind(this,t)};ln.prototype.N=function(){2&this.f||(this.f|=2,this.u=Bn,Bn=this)};ln.prototype.d=function(){this.f|=8,1&this.f||pa(this)};ln.prototype.dispose=function(){this.d()};function Mt(t,e){var n=new ln(t,e);try{n.c()}catch(i){throw n.d(),i}var r=n.d.bind(n);return r[Symbol.dispose]=r,r}var ud,ga,hi,rw=typeof window<"u"&&!!window.__PREACT_SIGNALS_DEVTOOLS__;var cd=[];Mt(function(){ud=this.N})();function un(t,e){H[t]=e.bind(null,H[t]||function(){})}function fi(t){if(hi){var e=hi;hi=void 0,e()}hi=t&&t.S()}function dd(t){var e=this,n=t.data,r=ow(n);r.name="ReactiveDom",r.value=n;var i=be(function(){for(var s=e,l=e.__v;l=l.__;)if(l.__c){l.__c.__$f|=4;break}var u=di(function(){var f=r.value.value;return f===0?0:f===!0?"":f||""}),c=di(function(){return!Array.isArray(u.value)&&!no(u.value)}),h=Mt(function(){if(this.N=hd,c.value){var f=u.value;s.__v&&s.__v.__e&&s.__v.__e.nodeType===3&&(s.__v.__e.data=f)}}),d=e.__$u.d;return e.__$u.d=function(){h(),d.call(this)},[c,u]},[]),o=i[0],a=i[1];return o.value?a.peek():a.value}dd.displayName="ReactiveTextNode";Object.defineProperties(fe.prototype,{constructor:{configurable:!0,value:void 0},type:{configurable:!0,value:dd},props:{configurable:!0,get:function(){var t=this;return{data:{get value(){return t.value}}}}},__b:{configurable:!0,value:1}});un("__b",function(t,e){if(typeof e.type=="string"){var n,r=e.props;for(var i in r)if(i!=="children"){var o=r[i];o instanceof fe&&(n||(e.__np=n={}),n[i]=o,r[i]=o.peek())}}t(e)});un("__r",function(t,e){if(t(e),e.type!==Ge){fi();var n,r=e.__c;r&&(r.__$f&=-2,(n=r.__$u)===void 0&&(r.__$u=n=(function(i,o){var a;return Mt(function(){a=this},{name:o}),a.c=i,a})((function(i){return function(){var o;rw&&((o=this.y)==null||o.call(this)),i.__$f|=1,i.setState({})}})(r),typeof e.type=="function"?e.type.displayName||e.type.name:""))),ga=r,fi(n)}});un("__e",function(t,e,n,r){fi(),ga=void 0,t(e,n,r)});un("diffed",function(t,e){fi(),ga=void 0;var n;if(typeof e.type=="string"&&(n=e.__e)){var r=e.__np,i=e.props,o=n.U;if(o)for(var a in o){var s=o[a];s===void 0||r&&a in r||(s.d(),o[a]=void 0)}if(r){o||(o={},n.U=o);for(var l in r){var u=o[l],c=r[l];u===void 0?(u=iw(n,l,c,i),o[l]=u):u.o(c,i)}}}t(e)});function iw(t,e,n,r){var i=e in t&&t.ownerSVGElement===void 0,o=$e(n);return{o:function(a,s){o.value=a,r=s},d:Mt(function(){this.N=hd;var a=o.value.value;r[e]!==a&&(r[e]=a,i?t[e]=a:a!=null&&(a!==!1||e[4]==="-")?t.setAttribute(e,a):t.removeAttribute(e))})}}un("unmount",function(t,e){if(typeof e.type=="string"){var n=e.__e;if(n){var r=n.U;if(r){n.U=void 0;for(var i in r){var o=r[i];o&&o.d()}}}var a=e.__np;if(a){var s=e.props;for(var l in a)s[l]=a[l]}e.__np=void 0}else{var u=e.__c;if(u){var c=u.__$u;c&&(u.__$u=void 0,c.d())}}t(e)});un("__h",function(t,e,n,r){r<3&&(e.__$f|=2),t(e,n,r)});qt.prototype.shouldComponentUpdate=function(t,e){if(this.__R)return!0;var n=this.__$u,r=n&&n.s!==void 0;for(var i in e)return!0;if(this.__f||typeof this.u=="boolean"&&this.u===!0){var o=2&this.__$f;if(!(r||o||4&this.__$f)||1&this.__$f)return!0}else if(!(r||4&this.__$f)||3&this.__$f)return!0;for(var a in t)if(a!=="__source"&&t[a]!==this.props[a])return!0;for(var s in this.props)if(!(s in t))return!0;return!1};function ow(t,e){return be(function(){return $e(t,e)},[])}var aw=function(t){queueMicrotask(function(){queueMicrotask(t)})};function sw(){fa(function(){for(var t;t=cd.shift();)ud.call(t)})}function hd(){cd.push(this)===1&&(H.requestAnimationFrame||aw)(sw)}function lw(){return{expanded:[]}}var Ue=$e(null),Ne=$e(null),Kn=$e(!1),Vn=$e(null),QS=$e(lw()),cn=$e("live"),dn=$e(new Set);function fd(t){let e=ed(),n=!1,r=t.open(t.path??Qc),i=o=>{let a=nd(e,o,t.hasSelection());e=a.state,cn.value=e.connection,Jc(a.plan)||t.refetch(a.plan)};return r.addEventListener("open",()=>i({type:"open"})),r.addEventListener("error",()=>i({type:"error",readyState:r.readyState})),r.addEventListener(nl,o=>{let a=rd(o.data);a!==null&&i({type:"frame",event:a})}),{stop(){n||(n=!0,r.close(),i({type:"closed"}))},refresh(){i({type:"refresh"})},seen(o){e=td(e,o)},state(){return e}}}function pd(t){return new EventSource(t)}function pi(t,e=!1){return{ok:!0,data:t,cached:e}}function Ae(t,e,n){return{ok:!1,kind:t,status:e,message:n}}function ma(t){return t===403?"auth":t===404?"missing":"server"}function va(t){return t===403?"not authorised — this workspace session has ended":t===404?"not found":`server error (${t})`}async function ya(t,e,n,r){let i;try{i=await t(e,r)}catch(a){return Ae("network",0,a instanceof Error?a.message:"network request failed")}if(!i.ok)return Ae(ma(i.status),i.status,va(i.status));let o;try{o=await i.json()}catch{return Ae("malformed",i.status,"response was not valid JSON")}return n(o)?pi(o):Ae("malformed",i.status,"response did not match the expected shape")}function dt(t){return typeof t=="object"&&t!==null&&!Array.isArray(t)}function uw(t){return Array.isArray(t)&&t.every(e=>typeof e=="string")}function cw(t){if(!dt(t)||typeof t.stamp!="string")return!1;let e=t.model;return!dt(e)||!Array.isArray(e.nodes)||!Array.isArray(e.edges)?!1:dt(t.tags)&&dt(t.dangling)}function dw(t){if(!dt(t))return!1;for(let e of["slug","title","body","created","updated","source"])if(typeof t[e]!="string")return!1;return uw(t.tags)}function wa(t){return dt(t)&&typeof t.revision=="string"&&dw(t.note)}function hw(t){return!dt(t)||typeof t.error!="string"?!1:t.reason==="collision"?typeof t.slug=="string":t.reason!=="conflict"?!1:wa(t.current)}function fw(t){return dt(t)&&typeof t.query=="string"&&Array.isArray(t.hits)}function pw(t){return dt(t)&&typeof t.opened=="boolean"}async function gd(t,e=null){let n=e===null?void 0:{"if-none-match":`"${e.stamp}"`},r;try{r=await t("/api/graph",n===void 0?{}:{headers:n})}catch(o){return Ae("network",0,o instanceof Error?o.message:"network request failed")}if(r.status===304)return e===null?Ae("malformed",304,"server sent 304 for an unconditional request"):pi(e,!0);if(!r.ok)return Ae(ma(r.status),r.status,va(r.status));let i;try{i=await r.json()}catch{return Ae("malformed",r.status,"response was not valid JSON")}return cw(i)?pi(i):Ae("malformed",r.status,"response did not match the expected shape")}function md(t,e){return ya(t,`/api/note/${encodeURIComponent(e)}`,wa)}function gw(t,e=""){return`/api/note/${encodeURIComponent(t)}${e}`}function mw(t,e){return{method:t,headers:{"content-type":"application/json"},body:JSON.stringify(e)}}async function vw(t,e,n,r){let i;try{i=await t(e,r)}catch(a){return Ae("network",0,a instanceof Error?a.message:"network request failed")}if(i.status===409){let a;try{a=await i.json()}catch{return Ae("malformed",409,"response was not valid JSON")}return hw(a)?{ok:!1,kind:"conflict",status:409,message:a.error,conflict:a}:Ae("malformed",409,"response did not match the expected shape")}if(!i.ok)return Ae(ma(i.status),i.status,va(i.status));let o;try{o=await i.json()}catch{return Ae("malformed",i.status,"response was not valid JSON")}return n(o)?pi(o):Ae("malformed",i.status,"response did not match the expected shape")}function vd(t,e,n){return vw(t,gw(e),wa,mw("POST",n))}function yd(t,e){return ya(t,`/api/search?q=${encodeURIComponent(e)}`,fw)}function wd(t,e){return ya(t,"/api/open",pw,{method:"POST",headers:{"content-type":"application/json"},body:JSON.stringify({slug:e})})}function hn(){return{mode:"read",slug:null,baseline:"",draft:"",revision:null,status:"idle",message:null,saving:null,conflict:null,external:null,pending:null}}function fn(t){return t.mode==="edit"&&t.draft!==t.baseline}function xd(t){return fn(t)&&t.slug!==null&&t.status!=="saving"}function le(t){return{state:t,effect:null}}function ba(t,e,n){return{...t,mode:n,slug:e.note.slug,baseline:e.note.body,draft:e.note.body,revision:e.revision,status:"idle",message:null,saving:null,conflict:null,external:null}}function yw(t,e){return e.note.slug!==t.slug?ba(t,e,"read"):fn(t)&&e.revision!==t.revision?{...t,external:e}:ba(t,e,t.mode)}function _d(t,e){switch(e.type){case"loaded":return le(yw(t,e.payload));case"cleared":return le(hn());case"toggle":return t.slug===null?le(t):t.mode==="read"?le({...t,mode:"edit",draft:t.baseline,status:"idle",message:null}):fn(t)?le({...t,status:"error",message:kd}):le({...t,mode:"read",status:"idle",message:null});case"draft":return le({...t,draft:e.text,status:t.status==="saving"?"saving":"idle",message:null});case"save":return!xd(t)||t.slug===null||t.conflict!==null?le(t):{state:{...t,status:"saving",message:null,saving:t.draft},effect:{type:"save",slug:t.slug,input:ww(t)}};case"saved":return le(bw(t,e.payload));case"failed":return le({...t,status:"error",message:e.message,saving:null});case"conflicted":return le({...t,status:"error",message:e.conflict.error,saving:null,conflict:e.conflict});case"reload":return le(xw(t));case"overwrite":return _w(t);case"dismiss":return le({...t,conflict:null,external:null,status:"idle",message:null});case"navigate":return kw(t,e.id);case"discard":return t.pending===null?le(t):{state:hn(),effect:{type:"select",id:t.pending.id}};case"stay":return le({...t,pending:null});case"open":return t.slug===null?le(t):{state:t,effect:{type:"open",slug:t.slug}};case"opened":return le({...t,status:e.ok?"idle":"error",message:e.ok?Sw:Tw})}}function ww(t){return t.revision===null?{body:t.draft}:{body:t.draft,expectedRevision:t.revision}}function bw(t,e){let n=t.saving!==null&&t.saving!==t.draft;return{...t,slug:e.note.slug,baseline:e.note.body,draft:n?t.draft:e.note.body,revision:e.revision,status:"saved",message:Ew,saving:null,conflict:null,external:null}}function xw(t){let e=t.conflict?.reason==="conflict"?t.conflict.current:t.external;return e==null?t:ba(t,e,t.mode)}function _w(t){return t.slug===null?le(t):{state:{...t,status:"saving",message:null,saving:t.draft,conflict:null,external:null},effect:{type:"save",slug:t.slug,input:{body:t.draft}}}}function kw(t,e){return fn(t)?le({...t,pending:{id:e}}):{state:t,effect:{type:"select",id:e}}}function xa(t){return fn(t)}var Ew="saved",kd="unsaved changes — save with the button, or discard them",Sw="opened in your editor",Tw="could not open the note in an editor",Aw="Edit",Rw="Done",Cw="Save",Nw="Saving…",Ed="Open in $EDITOR",Sd="Hand this note to $EDITOR (or your platform's opener)",Lw="Discard changes",gi="Keep editing",bd="Reload from disk",Pw="Overwrite",Dw="this note changed on disk while you were editing",Iw="pick a different name",Td='<svg viewBox="0 0 16 16" width="15" height="15" fill="none" stroke="currentColor" stroke-width="1.4" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true" focusable="false"><path d="M9 2H3.6A1.6 1.6 0 0 0 2 3.6v8.8A1.6 1.6 0 0 0 3.6 14h8.8A1.6 1.6 0 0 0 14 12.4V9"/><path d="M11.3 2a1.9 1.9 0 1 1 2.7 2.7L5.6 13 2 14l1-3.6 8.3-8.4z"/></svg>';function Ad(t){let e=t.conflict;return e?.reason==="conflict"?{kind:"conflict",message:e.error,actions:[{label:bd,event:{type:"reload"}},{label:Pw,event:{type:"overwrite"}},{label:gi,event:{type:"dismiss"}}]}:e?.reason==="collision"?{kind:"collision",message:`${e.error} (${e.slug}) — ${Iw}`,actions:[{label:gi,event:{type:"dismiss"}}]}:t.pending!==null?{kind:"discard",message:kd,actions:[{label:gi,event:{type:"stay"}},{label:Lw,event:{type:"discard"}}]}:t.external!==null?{kind:"external",message:Dw,actions:[{label:bd,event:{type:"reload"}},{label:gi,event:{type:"dismiss"}}]}:null}function Rd(t){let e=t.mode==="edit";return{toggleLabel:e?Rw:Aw,editing:e,saveLabel:t.status==="saving"?Nw:Cw,canSave:xd(t)&&t.conflict===null,message:t.message,tone:t.message===null?"none":t.status==="error"?"warn":"ok",dirty:fn(t)}}function Cd(t,e){return t.editing||t.message!==null||e!==null}function Nd(t){let e=hn(),n=i=>{let o=_d(e,i);e=o.state,t.onChange(e),o.effect!==null&&r(o.effect)},r=i=>{if(i.type==="select"){t.select(i.id);return}if(i.type==="open"){(async()=>{let o=await wd(t.fetch,i.slug);n({type:"opened",ok:o.ok&&o.data.opened})})();return}(async()=>{let o=await vd(t.fetch,i.slug,i.input);if(o.ok){n({type:"saved",payload:o.data});return}n(o.kind==="conflict"?{type:"conflicted",conflict:o.conflict}:{type:"failed",message:o.message})})()};return{state:()=>e,send:n}}function Ld(t,e){let n=r=>{e()&&(r.preventDefault(),r.returnValue="")};return t.addEventListener("beforeunload",n),()=>t.removeEventListener("beforeunload",n)}var Pd=["a[href]","button:not([disabled])","input:not([disabled])","select:not([disabled])","textarea:not([disabled])",'[tabindex]:not([tabindex="-1"])'].join(",");function Dd(t,e,n){return t===0?null:t===1?0:e<0?n?t-1:0:n?e===0?t-1:e-1:e===t-1?0:e+1}function Id(t,e,n,r){return t==="Tab"&&!e&&!n&&!r}function Md(t){return t===null?!1:(t.focus(),!0)}function mi(){let t=re(null);return te(()=>{let e=document.activeElement;return t.current?.focus(),()=>{Md(e instanceof HTMLElement?e:null)}},[]),{ref:t,onKeyDown(e){if(!Id(e.key,e.ctrlKey,e.metaKey,e.altKey))return!1;let n=[...t.current?.querySelectorAll(Pd)??[]],r=Dd(n.length,n.indexOf(document.activeElement),e.shiftKey);return r===null?!1:(e.preventDefault(),n[r]?.focus(),!0)}}}function zd(t,e){let n=e.trim().toLowerCase();if(n==="")return 0;let r=t.toLowerCase(),i=r.indexOf(n);return i===-1?0:r===n?100:i===0?70:/[a-z0-9]/.test(r.charAt(i-1))?30:50}var Mw=10;function Gw(t){return Math.min(Math.max(t,0),Mw)*2}function Ow(t){return`note:${t}`}function Fw(t,e){return zd(t.summary.title,e)+Gw(t.score)}function zw(t,e){return zd(t.label,e)}var $w=["path","manifest","url","slug"];function Uw(t){for(let e of $w){let n=t.detail[e];if(typeof n=="string"&&n!=="")return n}return""}function Hw(t,e){return t.score!==e.score?e.score-t.score:t.kind!==e.kind?t.kind==="note"?-1:1:t.label.localeCompare(e.label)||t.id.localeCompare(e.id)}function Bw(t,e,n,r){let i=new Map;for(let o of t){let a=Ow(o.summary.slug);i.set(a,{id:a,kind:"note",label:o.summary.title,detail:o.snippet,badge:"note",score:Fw(o,e)})}for(let o of n){if(i.has(o.id))continue;let a=zw(o,r);a!==0&&i.set(o.id,{id:o.id,kind:"node",label:o.label,detail:Uw(o),badge:o.kind,score:a})}return[...i.values()].sort(Hw).slice(0,20)}function vi(){return{query:"",typedAt:0,issued:"",answered:"",seq:0,applied:0,hits:[],cursor:0,pending:!1,loading:!1,failed:!1}}var _a=140;function rt(t){return{state:t,request:null,schedule:null}}function Gd(t,e){return e>t.applied}function $d(t,e){switch(e.type){case"query":{let n={...t,query:e.query,typedAt:e.now,cursor:0};return e.query.trim()===""?rt({...n,hits:[],answered:"",issued:"",loading:!1,failed:!1,pending:!1}):t.pending?rt(n):{state:{...n,pending:!0},request:null,schedule:_a}}case"tick":{if(!t.pending)return rt(t);let n=e.now-t.typedAt;if(n<_a)return{state:t,request:null,schedule:_a-n};let r=t.query.trim();if(r===""||r===t.issued)return rt({...t,pending:!1});let i=t.seq+1;return{state:{...t,pending:!1,loading:!0,seq:i,issued:r},request:{seq:i,query:r},schedule:null}}case"response":return Gd(t,e.seq)?rt({...t,applied:e.seq,hits:e.hits,answered:e.query,loading:e.seq<t.seq,failed:!1,cursor:0}):rt(t);case"failed":return Gd(t,e.seq)?rt({...t,applied:e.seq,loading:e.seq<t.seq,failed:!0}):rt(t);case"cursor":return rt({...t,cursor:e.cursor});case"dismiss":return rt({...t,pending:!1})}}function ka(t,e){return e<=0?0:Math.min(Math.max(t,0),e-1)}function Od(t,e,n){return n<=0?0:((t+e)%n+n)%n}function Ud(t,e){return e===null?null:t[e]?.id??null}function Hd(t,e,n){let r={state:t,activate:null,dismiss:!1,handled:!1},i=a=>({state:{...t,cursor:a},activate:null,dismiss:!1,handled:!0}),o=ka(t.cursor,n);return e==="ArrowDown"?i(Od(o,1,n)):e==="ArrowUp"?i(Od(o,-1,n)):e==="Home"?i(0):e==="End"?i(ka(n-1,n)):e==="Escape"?{state:t,activate:null,dismiss:!0,handled:!0}:e!=="Enter"||n===0?r:{state:t,activate:o,dismiss:!0,handled:!0}}var yi="Search the workspace",Bd="Search notes and repository…",Wd="↑↓ move · ↵ open · esc close";function Ww(t,e){return t.query.trim()===""?"Type to search notes, modules, files and entry points.":e>0?null:t.failed?"search failed — the workspace server may be gone":t.loading||t.pending?"searching…":`no matches for “${t.query.trim()}”`}function Kw(t){return t===1?"1 result":`${t} results`}function Fd(t){return`weave-search-row-${t}`}function Kd(t,e){let n=Bw(t.hits,t.answered,e?.model.nodes??[],t.query),r=ka(t.cursor,n.length);return{rows:n.map((o,a)=>({...o,active:a===r,domId:Fd(a)})),status:Ww(t,n.length),count:n.length,countLabel:Kw(n.length),cursor:r,activeDomId:n.length===0?null:Fd(r)}}function Vd(t){let e=vi(),n=r=>{let i=$d(e,r);e=i.state,t.onChange(e),i.schedule!==null&&t.delay(()=>n({type:"tick",now:t.now()}),i.schedule);let o=i.request;o!==null&&(async()=>{let a=await yd(t.fetch,o.query);n(a.ok?{type:"response",seq:o.seq,query:o.query,hits:a.data.hits}:{type:"failed",seq:o.seq})})()};return{state:()=>e,setQuery:r=>n({type:"query",query:r,now:t.now()}),setCursor:r=>n({type:"cursor",cursor:r}),dismiss:()=>n({type:"dismiss"})}}var Vw=0;function w(t,e,n,r,i,o){e||(e={});var a,s,l=e;if("ref"in l)for(s in l={},e)s=="ref"?a=e[s]:l[s]=e[s];var u={type:t,props:l,key:n,ref:a,__k:null,__:null,__b:0,__e:null,__c:null,constructor:void 0,__v:--Vw,__i:-1,__u:0,__source:i,__self:o};if(typeof t=="function"&&(a=t.defaultProps))for(s in a)l[s]===void 0&&(l[s]=a[s]);return H.vnode&&H.vnode(u),u}function jw({row:t,onPick:e,onHover:n}){return w("li",{id:t.domId,role:"option","aria-selected":t.active,class:`weave-hit weave-hit-${t.kind}${t.active?" weave-hit-on":""}`,onMouseMove:n,onClick:e,children:[w("span",{class:"weave-hit-badge",children:t.badge}),w("span",{class:"weave-hit-label",children:t.label}),w("span",{class:"weave-hit-detail",children:t.detail})]})}function jd(t){let[e,n]=ae(vi),r=be(()=>Vd({...t.ports,onChange:n}),[]),i=mi(),o=re(null);te(()=>{o.current?.focus()},[]);let a=Kd(e,t.graph),s=l=>{let u=Ud(a.rows,l);u!==null&&t.onSelect(u),r.dismiss(),t.onClose()};return w("div",{class:"weave-scrim",onClick:()=>s(null),children:w("div",{class:"weave-palette",role:"dialog","aria-modal":"true","aria-label":yi,tabIndex:-1,ref:i.ref,onClick:l=>l.stopPropagation(),onKeyDown:l=>{if(i.onKeyDown(l))return;let u=Hd(e,l.key,a.count);u.handled&&(l.preventDefault(),r.setCursor(u.state.cursor),u.dismiss&&s(u.activate))},children:[w("input",{type:"search",class:"weave-palette-input",ref:o,value:e.query,placeholder:Bd,"aria-label":yi,"aria-controls":"weave-search-results","aria-activedescendant":a.activeDomId??void 0,onInput:l=>r.setQuery(l.currentTarget.value)}),a.status===null?w("ul",{id:"weave-search-results",class:"weave-hits",role:"listbox","aria-label":yi,children:a.rows.map((l,u)=>w(jw,{row:l,onPick:()=>s(u),onHover:()=>r.setCursor(u)},l.id))}):w("p",{class:"weave-palette-status",role:"status",children:a.status}),w("p",{class:"weave-palette-foot",children:[w("span",{children:a.countLabel}),w("span",{class:"weave-palette-hint",children:Wd})]})]})})}var qd="pi-weave.selection.v1";function Yd(t,e){try{return t.setItem(qd,e??""),!0}catch{return!1}}function Xd(t,e){if(t===null)return null;let n;try{n=e.getItem(qd)}catch{return null}return n===null||n===""?null:t.model.nodes.some(r=>r.id===n)?n:null}var qw=3e3,Ea=new Set;function Yw(t,e){if(t===null)return Ea;let n=new Set(t.model.nodes.map(i=>i.id)),r=new Set;for(let i of e.model.nodes)n.has(i.id)||r.add(i.id);return r}var wi=null;function Qd(t){return wi=t,()=>{wi===t&&(wi=null)}}async function Zd(t,e,n){let r=Ne.value,i=await gd(t,Ne.value);return i.ok?(Kn.value=!1,i.cached||(Ne.value=i.data,n?.(r,i.data)),e?.seen(i.data.stamp),i):(Ne.value===null&&(Kn.value=!0),i)}async function Sa(t){let e=Jd(Ue.value);if(e===null){Vn.value=null;return}let n=await md(t,e);n.ok&&(Vn.value=n.data,wi?.(n.data))}function Jd(t){if(t===null||!t.startsWith("note:"))return null;let e=t.slice(5);return e===""?null:e}function eh(t){let e=null,n=null,r=t.defer??((a,s)=>{let l=setTimeout(a,s);return()=>clearTimeout(l)}),i=(a,s)=>{let l=Yw(a,s);dn.value=l,n?.(),n=null,l.size>0&&(n=r(()=>{n=null,dn.value=Ea},qw))},o=a=>{(async()=>(a.graph&&await Zd(t.fetch,e,i),a.note&&await Sa(t.fetch)))()};return e=fd({open:t.open,refetch:o,hasSelection:()=>Jd(Ue.value)!==null,...t.path===void 0?{}:{path:t.path}}),Zd(t.fetch,e,i),{refresh(){e?.refresh()},syncNote(){return Sa(t.fetch)},stop(){e?.stop(),e=null,n?.(),n=null,dn.value=Ea}}}function bi(t,e){return Ue.value=e,Sa(t)}function th(t){let e=2166136261;for(let n=0;n<t.length;n++)e^=t.charCodeAt(n),e=Math.imul(e,16777619);return e^=e>>>16,e=Math.imul(e,2246822507),e^=e>>>13,e=Math.imul(e,3266489909),e^=e>>>16,e>>>0}var Xw=300,Zw=1;function Qw(t,e,n){let r=new Map(n??[]);if(r.size>0)for(let o of e){if(o.kind!=="contains"&&o.kind!=="anchored-at"||r.has(o.target))continue;let a=r.get(o.source);a!==void 0&&r.set(o.target,{x:a.x,y:a.y})}let i={ticks:Xw,seed:Zw,pinWarm:!0};return r.size>0&&(i.initial=r),rc({generatedAt:"",staleness:null,nodes:[...t],edges:[...e],contentDigest:""},i)}function Jw(t,e){let n=0,r=0;for(let o of t){let a=th(o.id);n^=a,r=r+a>>>0}for(let o of e){let a=th(`${o.source}\0${o.target}\0${o.kind}`);n^=a,r=r+a>>>0}return[t.length,e.length,n>>>0,r].map(o=>o.toString(16)).join("-")}var rh="pi-weave.graph.positions.v3";function nh(t){return Math.round(t*10)/10}function eb(t,e){let n={};for(let[r,i]of e)n[r]=[nh(i.x),nh(i.y)];return JSON.stringify({v:3,key:t,at:n})}function tb(t,e){if(t===null)return null;let n;try{n=JSON.parse(t)}catch{return null}if(typeof n!="object"||n===null||Array.isArray(n))return null;let r=n;if(r.v!==3||r.key!==e)return null;let i=r.at;if(typeof i!="object"||i===null||Array.isArray(i))return null;let o=new Map;for(let[a,s]of Object.entries(i)){if(!Array.isArray(s)||s.length!==2)return null;let[l,u]=s;if(typeof l!="number"||typeof u!="number"||!Number.isFinite(l)||!Number.isFinite(u))return null;o.set(a,{x:l,y:u})}return o.size===0?null:o}function nb(t,e){let n;try{n=t.getItem(rh)}catch{return null}return tb(n,e)}function rb(t,e,n){try{return t.setItem(rh,eb(e,n)),!0}catch{return!1}}function ih(t,e,n){let r=Jw(e,n),i=nb(t,r);if(i!==null&&e.every(a=>i.has(a.id)))return{key:r,positions:i,cached:!0};let o=Qw(e,n);return rb(t,r,o),{key:r,positions:o,cached:!1}}function ib(t){return{expanded:new Set(Yr(t,new Set).clusters.keys())}}function ah(t,e){return e!==null?e:t===null?{expanded:new Set}:ib(Pt(t))}function ob(t,e){let n=new Set(t.expanded);return n.delete(e)||n.add(e),{...t,expanded:n}}function ab(t,e){return{...t,expanded:new Set(e.keys())}}function sb(t){return{...t,expanded:new Set}}function lb(t,e){return e===null?null:Qo(e,t)}function sh(t){return t?"collapse":"expand"}function lh(t){return t?"collapse every cluster back to the roots":"expand every cluster"}function Ta(t,e){if(e.size===0)return!1;for(let n of e.keys())if(!t.expanded.has(n))return!1;return!0}function uh(t,e){return Ta(t,e)?sb(t):ab(t,e)}var ch="fit",dh="frame the whole graph",xi={selected:"selected",neighborhood:"neighborhood",dimmed:"not related"};function hh(t,e){let n=e===1?"node":"nodes";return t===e?`${e} ${n}`:`${t} of ${e} ${n}`}function ub(t,e){return t===null?"Loading…":t.model.nodes.length===0?"Nothing indexed yet — add a note or run /weave-scan.":e===0?"Nothing to draw at this expansion.":null}var cb="The workspace did not load — ⟳ retries now, and the next change to the vault retries on its own.",oh={graph:Cc,highlight:null,key:"",cached:!1,clusters:new Map,visible:0,total:0,empty:"Loading…"};function fh(t,e,n,r,i,o=!1){if(t===null)return o?{...oh,empty:cb}:oh;let a=Pt(t),s=Yr(a,n.expanded),l=ih(r,s.nodes,s.edges);return{graph:Lc(s.nodes,s.edges,l.positions,i),highlight:lb(s.edges,e),key:l.key,cached:l.cached,clusters:s.clusters,visible:s.nodes.length,total:a.nodes.length,empty:ub(t,s.nodes.length)}}function ph(t,e,n){return n===null?{state:t,selectedId:null}:e.get(n)===void 0||t.expanded.has(n)?{state:t,selectedId:n}:{state:ob(t,n),selectedId:n}}var db=.06,hb=.2,Aa=.001;function gh(t,e){if(t.nodes.length===0)return null;let n=t.nodes.map(u=>{let c=e?.get(u.id);return{id:u.id,x:c!==void 0&&Number.isFinite(c.x)?c.x:u.x,y:c!==void 0&&Number.isFinite(c.y)?c.y:u.y,vx:0,vy:0,r:qr(u.size)}}),r=new Map(n.map(u=>[u.id,u])),i=new Set,o=[];for(let u of t.edges){if(u.source===u.target||!r.has(u.source)||!r.has(u.target))continue;let c=`${u.source}\0${u.target}\0${u.kind}`;i.has(c)||(i.add(c),o.push({source:u.source,target:u.target,kind:u.kind}))}let a=new Map;for(let u of t.nodes)a.set(u.id,{x:u.x,y:u.y});let s=new Map(Vo(t,a)),l=jo({nodes:n,links:o,anchors:s,seed:1}).alpha(db).alphaMin(Aa);return{tick(){l.tick()},awake(){return l.alphaTarget()>Aa||l.alpha()>Aa},positions(){return new Map(n.map(u=>[u.id,{x:u.x??0,y:u.y??0}]))},pin(u,c){let h=r.get(u);h&&(h.fx=c.x,h.fy=c.y,l.alphaTarget(hb))},release(u){let c=r.get(u);c&&(s.set(u,{x:c.x??0,y:c.y??0}),c.fx=null,c.fy=null,l.alphaTarget(0))}}}function mh(t){let e=re(null),n=re(null),r=re(null),i=re(null),o=gl(()=>{if(i.current!==null)return;let f=()=>{i.current=null;let g=r.current;g!==null&&(g.tick(),g.awake()&&(n.current?.setPositions(g.positions()),i.current=requestAnimationFrame(f)))};i.current=requestAnimationFrame(f)},[]),[a,s]=ae(null),l=t.scheme??Ar(t.host),u=ah(t.graph,a),c=be(()=>fh(t.graph,t.selectedId,u,t.storage,l,t.bootFailed),[t.graph,t.selectedId,u,t.storage,l,t.bootFailed]),h=Ta(u,c.clusters),d=re({view:u,model:c,onSelect:t.onSelect});return d.current={view:u,model:c,onSelect:t.onSelect},te(()=>{let f=t.renderer(l);return f.onSelect(g=>{let m=ph(d.current.view,d.current.model.clusters,g);s(m.state),d.current.onSelect(m.selectedId)}),f.onDragStart(g=>{let m=n.current?.positions().get(g);m&&(r.current?.pin(g,m),o())}),f.onDragMove((g,m)=>{r.current?.pin(g,m)}),f.onDragEnd(g=>{r.current?.release(g)}),f.mount(e.current??{clientWidth:0,clientHeight:0}),n.current=f,f.setGraph(d.current.model.graph),f.setHighlight(d.current.model.highlight),t.fit.current=()=>f.fit(),()=>{f.destroy(),n.current=null,t.fit.current=null}},[t.renderer,l]),te(()=>{n.current?.setGraph(c.graph)},[c.key]),te(()=>{let f=gh(c.graph,n.current?.positions());return r.current=f,f!==null&&o(),()=>{r.current=null}},[c.key,o]),te(()=>()=>{i.current!==null&&(cancelAnimationFrame(i.current),i.current=null)},[]),te(()=>{n.current?.setHighlight(c.highlight)},[c.highlight]),w("div",{class:"weave-graph",children:[c.empty===null?null:w("p",{class:"weave-graph-empty",children:c.empty}),w("div",{class:"weave-graph-canvas",ref:e,role:"img","aria-label":"Knowledge graph",tabIndex:-1}),w("div",{class:"weave-graph-controls",children:[w("button",{type:"button",class:"weave-chip",title:dh,onClick:()=>n.current?.fit(),children:ch}),w("button",{type:"button",class:"weave-chip",title:lh(h),onClick:()=>s(uh(u,c.clusters)),children:sh(h)}),w("span",{class:"weave-graph-legend",children:[w("span",{class:"weave-legend-on",children:["◉ ",xi.selected]}),w("span",{class:"weave-legend-near",children:["● ",xi.neighborhood]}),w("span",{class:"weave-legend-dim",children:["· ",xi.dimmed]})]})]}),w("p",{class:"weave-graph-count",children:hh(c.visible,c.total)})]})}function vh(t,e){(e==null||e>t.length)&&(e=t.length);for(var n=0,r=Array(e);n<e;n++)r[n]=t[n];return r}function fb(t){if(Array.isArray(t))return t}function pb(t,e){var n=t==null?null:typeof Symbol<"u"&&t[Symbol.iterator]||t["@@iterator"];if(n!=null){var r,i,o,a,s=[],l=!0,u=!1;try{if(o=(n=n.call(t)).next,e!==0)for(;!(l=(r=o.call(n)).done)&&(s.push(r.value),s.length!==e);l=!0);}catch(c){u=!0,i=c}finally{try{if(!l&&n.return!=null&&(a=n.return(),Object(a)!==a))return}finally{if(u)throw i}}return s}}function gb(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
335
|
-
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function mb(t,e){return fb(t)||pb(t,e)||vb(t,e)||gb()}function vb(t,e){if(t){if(typeof t=="string")return vh(t,e);var n={}.toString.call(t).slice(8,-1);return n==="Object"&&t.constructor&&(n=t.constructor.name),n==="Map"||n==="Set"?Array.from(t):n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?vh(t,e):void 0}}var Ph=Object.entries,yh=Object.setPrototypeOf,yb=Object.isFrozen,wb=Object.getPrototypeOf,bb=Object.getOwnPropertyDescriptor,pe=Object.freeze,ve=Object.seal,pn=Object.create,Dh=typeof Reflect<"u"&&Reflect,Ia=Dh.apply,Ma=Dh.construct;pe||(pe=function(e){return e});ve||(ve=function(e){return e});Ia||(Ia=function(e,n){for(var r=arguments.length,i=new Array(r>2?r-2:0),o=2;o<r;o++)i[o-2]=arguments[o];return e.apply(n,i)});Ma||(Ma=function(e){for(var n=arguments.length,r=new Array(n>1?n-1:0),i=1;i<n;i++)r[i-1]=arguments[i];return new e(...r)});var Ot=ue(Array.prototype.forEach),xb=ue(Array.prototype.lastIndexOf),wh=ue(Array.prototype.pop),jn=ue(Array.prototype.push),_b=ue(Array.prototype.splice),gn=Array.isArray,Xn=ue(String.prototype.toLowerCase),Ra=ue(String.prototype.toString),bh=ue(String.prototype.match),qn=ue(String.prototype.replace),xh=ue(String.prototype.indexOf),kb=ue(String.prototype.trim),Eb=ue(Number.prototype.toString),Sb=ue(Boolean.prototype.toString),_h=typeof BigInt>"u"?null:ue(BigInt.prototype.toString),kh=typeof Symbol>"u"?null:ue(Symbol.prototype.toString),Le=ue(Object.prototype.hasOwnProperty),Yn=ue(Object.prototype.toString),xe=ue(RegExp.prototype.test),Gt=Tb(TypeError);function ue(t){return function(e){e instanceof RegExp&&(e.lastIndex=0);for(var n=arguments.length,r=new Array(n>1?n-1:0),i=1;i<n;i++)r[i-1]=arguments[i];return Ia(t,e,r)}}function Tb(t){return function(){for(var e=arguments.length,n=new Array(e),r=0;r<e;r++)n[r]=arguments[r];return Ma(t,n)}}function B(t,e){let n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:Xn;if(yh&&yh(t,null),!gn(e))return t;let r=e.length;for(;r--;){let i=e[r];if(typeof i=="string"){let o=n(i);o!==i&&(yb(e)||(e[r]=o),i=o)}t[i]=!0}return t}function Ab(t){for(let e=0;e<t.length;e++)Le(t,e)||(t[e]=null);return t}function Ie(t){let e=pn(null);for(let r of Ph(t)){var n=mb(r,2);let i=n[0],o=n[1];Le(t,i)&&(gn(o)?e[i]=Ab(o):o&&typeof o=="object"&&o.constructor===Object?e[i]=Ie(o):e[i]=o)}return e}function Rb(t){switch(typeof t){case"string":return t;case"number":return Eb(t);case"boolean":return Sb(t);case"bigint":return _h?_h(t):"0";case"symbol":return kh?kh(t):"Symbol()";case"undefined":return Yn(t);case"function":case"object":{if(t===null)return Yn(t);let e=t,n=qe(e,"toString");if(typeof n=="function"){let r=n(e);return typeof r=="string"?r:Yn(r)}return Yn(t)}default:return Yn(t)}}function qe(t,e){for(;t!==null;){let r=bb(t,e);if(r){if(r.get)return ue(r.get);if(typeof r.value=="function")return ue(r.value)}t=wb(t)}function n(){return null}return n}function Cb(t){try{return xe(t,""),!0}catch{return!1}}var Eh=pe(["a","abbr","acronym","address","area","article","aside","audio","b","bdi","bdo","big","blink","blockquote","body","br","button","canvas","caption","center","cite","code","col","colgroup","content","data","datalist","dd","decorator","del","details","dfn","dialog","dir","div","dl","dt","element","em","fieldset","figcaption","figure","font","footer","form","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","img","input","ins","kbd","label","legend","li","main","map","mark","marquee","menu","menuitem","meter","nav","nobr","ol","optgroup","option","output","p","picture","pre","progress","q","rp","rt","ruby","s","samp","search","section","select","shadow","slot","small","source","spacer","span","strike","strong","style","sub","summary","sup","table","tbody","td","template","textarea","tfoot","th","thead","time","tr","track","tt","u","ul","var","video","wbr"]),Ca=pe(["svg","a","altglyph","altglyphdef","altglyphitem","animatecolor","animatemotion","animatetransform","circle","clippath","defs","desc","ellipse","enterkeyhint","exportparts","filter","font","g","glyph","glyphref","hkern","image","inputmode","line","lineargradient","marker","mask","metadata","mpath","part","path","pattern","polygon","polyline","radialgradient","rect","stop","style","switch","symbol","text","textpath","title","tref","tspan","view","vkern"]),Na=pe(["feBlend","feColorMatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feDistantLight","feDropShadow","feFlood","feFuncA","feFuncB","feFuncG","feFuncR","feGaussianBlur","feImage","feMerge","feMergeNode","feMorphology","feOffset","fePointLight","feSpecularLighting","feSpotLight","feTile","feTurbulence"]),Nb=pe(["animate","color-profile","cursor","discard","font-face","font-face-format","font-face-name","font-face-src","font-face-uri","foreignobject","hatch","hatchpath","mesh","meshgradient","meshpatch","meshrow","missing-glyph","script","set","solidcolor","unknown","use"]),La=pe(["math","menclose","merror","mfenced","mfrac","mglyph","mi","mlabeledtr","mmultiscripts","mn","mo","mover","mpadded","mphantom","mroot","mrow","ms","mspace","msqrt","mstyle","msub","msup","msubsup","mtable","mtd","mtext","mtr","munder","munderover","mprescripts"]),Lb=pe(["maction","maligngroup","malignmark","mlongdiv","mscarries","mscarry","msgroup","mstack","msline","msrow","semantics","annotation","annotation-xml","mprescripts","none"]),Sh=pe(["#text"]),Th=pe(["accept","action","align","alt","autocapitalize","autocomplete","autopictureinpicture","autoplay","background","bgcolor","border","capture","cellpadding","cellspacing","checked","cite","class","clear","color","cols","colspan","command","commandfor","controls","controlslist","coords","crossorigin","datetime","decoding","default","dir","disabled","disablepictureinpicture","disableremoteplayback","download","draggable","enctype","enterkeyhint","exportparts","face","for","headers","height","hidden","high","href","hreflang","id","inert","inputmode","integrity","ismap","kind","label","lang","list","loading","loop","low","max","maxlength","media","method","min","minlength","multiple","muted","name","nonce","noshade","novalidate","nowrap","open","optimum","part","pattern","placeholder","playsinline","popover","popovertarget","popovertargetaction","poster","preload","pubdate","radiogroup","readonly","rel","required","rev","reversed","role","rows","rowspan","spellcheck","scope","selected","shape","size","sizes","slot","span","srclang","start","src","srcset","step","style","summary","tabindex","title","translate","type","usemap","valign","value","width","wrap","xmlns"]),Pa=pe(["accent-height","accumulate","additive","alignment-baseline","amplitude","ascent","attributename","attributetype","azimuth","basefrequency","baseline-shift","begin","bias","by","class","clip","clippathunits","clip-path","clip-rule","color","color-interpolation","color-interpolation-filters","color-profile","color-rendering","cx","cy","d","dx","dy","diffuseconstant","direction","display","divisor","dominant-baseline","dur","edgemode","elevation","end","exponent","fill","fill-opacity","fill-rule","filter","filterunits","flood-color","flood-opacity","font-family","font-size","font-size-adjust","font-stretch","font-style","font-variant","font-weight","fx","fy","g1","g2","glyph-name","glyphref","gradientunits","gradienttransform","height","href","id","image-rendering","in","in2","intercept","k","k1","k2","k3","k4","kerning","keypoints","keysplines","keytimes","lang","lengthadjust","letter-spacing","kernelmatrix","kernelunitlength","lighting-color","local","marker-end","marker-mid","marker-start","markerheight","markerunits","markerwidth","maskcontentunits","maskunits","max","mask","mask-type","media","method","mode","min","name","numoctaves","offset","operator","opacity","order","orient","orientation","origin","overflow","paint-order","path","pathlength","patterncontentunits","patterntransform","patternunits","pointer-events","points","preservealpha","preserveaspectratio","primitiveunits","r","rx","ry","radius","refx","refy","repeatcount","repeatdur","restart","result","rotate","scale","seed","shape-rendering","slope","specularconstant","specularexponent","spreadmethod","startoffset","stddeviation","stitchtiles","stop-color","stop-opacity","stroke-dasharray","stroke-dashoffset","stroke-linecap","stroke-linejoin","stroke-miterlimit","stroke-opacity","stroke","stroke-width","style","surfacescale","systemlanguage","tabindex","tablevalues","targetx","targety","transform","transform-origin","text-anchor","text-decoration","text-orientation","text-rendering","textlength","type","u1","u2","unicode","values","vector-effect","viewbox","visibility","version","vert-adv-y","vert-origin-x","vert-origin-y","width","word-spacing","wrap","writing-mode","xchannelselector","ychannelselector","x","x1","x2","xmlns","y","y1","y2","z","zoomandpan"]),Ah=pe(["accent","accentunder","align","bevelled","close","columnalign","columnlines","columnspacing","columnspan","denomalign","depth","dir","display","displaystyle","encoding","fence","frame","height","href","id","largeop","length","linethickness","lquote","lspace","mathbackground","mathcolor","mathsize","mathvariant","maxsize","minsize","movablelimits","notation","numalign","open","rowalign","rowlines","rowspacing","rowspan","rspace","rquote","scriptlevel","scriptminsize","scriptsizemultiplier","selection","separator","separators","stretchy","subscriptshift","supscriptshift","symmetric","voffset","width","xmlns"]),_i=pe(["xlink:href","xml:id","xlink:title","xml:space","xmlns:xlink"]),Pb=ve(/{{[\w\W]*|^[\w\W]*}}/g),Db=ve(/<%[\w\W]*|^[\w\W]*%>/g),Ib=ve(/\${[\w\W]*/g),Mb=ve(/^data-[\-\w.\u00B7-\uFFFF]+$/),Gb=ve(/^aria-[\-\w]+$/),Rh=ve(/^(?:(?:(?:f|ht)tps?|mailto|tel|callto|sms|cid|xmpp|matrix):|[^a-z]|[a-z+.\-]+(?:[^a-z+.\-:]|$))/i),Ob=ve(/^(?:\w+script|data):/i),Fb=ve(/[\u0000-\u0020\u00A0\u1680\u180E\u2000-\u2029\u205F\u3000]/g),zb=ve(/^html$/i),$b=ve(/^[a-z][.\w]*(-[.\w]+)+$/i),Ch=ve(/<[/\w!]/g),Nh=ve(/<[/\w]/g),Ub=ve(/<\/no(script|embed|frames)/i),Hb=ve(/\/>/i),De={element:1,attribute:2,text:3,cdataSection:4,entityReference:5,entityNode:6,processingInstruction:7,comment:8,document:9,documentType:10,documentFragment:11,notation:12},Ih=["style","script","xmp","iframe","noembed","noframes","plaintext","noscript"],Bb=pe(B({},Ih)),Wb=(function(){let t={};return Ot(Ih,e=>{t[e]=ve(new RegExp("</"+e+"(?=[\\t\\n\\f\\r />])","i"))}),pe(t)})(),Kb=function(){return typeof window>"u"?null:window},Vb=function(e,n){if(typeof e!="object"||typeof e.createPolicy!="function")return null;let r=null,i="data-tt-policy-suffix";n&&n.hasAttribute(i)&&(r=n.getAttribute(i));let o="dompurify"+(r?"#"+r:"");try{return e.createPolicy(o,{createHTML(a){return a},createScriptURL(a){return a}})}catch{return console.warn("TrustedTypes policy "+o+" could not be created."),null}},Lh=function(){return{afterSanitizeAttributes:[],afterSanitizeElements:[],afterSanitizeShadowDOM:[],beforeSanitizeAttributes:[],beforeSanitizeElements:[],beforeSanitizeShadowDOM:[],uponSanitizeAttribute:[],uponSanitizeElement:[],uponSanitizeShadowNode:[]}},wt=function(e,n,r,i){return Le(e,n)&&gn(e[n])?B(i.base?Ie(i.base):{},e[n],i.transform):r},Da=function(e,n,r){let i=Le(e,n)?e[n]:void 0;return i&&typeof i=="object"?Ie(i):r()};function Mh(){let t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:Kb(),e=T=>Mh(T);if(e.version="3.4.14",e.removed=[],!t||!t.document||t.document.nodeType!==De.document||!t.Element)return e.isSupported=!1,e;let n=t.document,r=n,i=r.currentScript;t.DocumentFragment;let o=t.HTMLTemplateElement,a=t.Node,s=t.Element,l=t.NodeFilter,u=t.NamedNodeMap;u===void 0&&(t.NamedNodeMap||t.MozNamedAttrMap),t.HTMLFormElement;let c=t.DOMParser,h=t.trustedTypes,d=s.prototype,f=qe(d,"cloneNode"),g=qe(d,"remove"),m=qe(d,"nextSibling"),v=qe(d,"childNodes"),y=qe(d,"parentNode"),b=qe(d,"shadowRoot"),k=qe(d,"attributes"),_=a&&a.prototype?qe(a.prototype,"nodeType"):null,L=a&&a.prototype?qe(a.prototype,"nodeName"):null,P=a&&a.prototype?qe(a.prototype,"ownerDocument"):null,R=function(p){return _?_(p):p.nodeType},O=function(p){return L?L(p):p.nodeName};if(typeof o=="function"){let T=n.createElement("template");T.content&&T.content.ownerDocument&&(n=T.content.ownerDocument)}let z,M="",U,j=!1,J=0,ye=function(){if(J>0)throw Gt('A configured TRUSTED_TYPES_POLICY callback (createHTML or createScriptURL) must not call DOMPurify.sanitize, as that causes infinite recursion. Do not pass a policy whose callbacks wrap DOMPurify as TRUSTED_TYPES_POLICY; see the "DOMPurify and Trusted Types" section of the README.')},ge=function(p){ye(),J++;try{return z.createHTML(p)}finally{J--}},Qe=function(p){ye(),J++;try{return z.createScriptURL(p)}finally{J--}},Ut=function(){return j||(U=Vb(h,i),j=!0),U},He=n,Be=He.implementation,We=He.createNodeIterator,Je=He.createDocumentFragment,yn=He.getElementsByTagName,Me=r.importNode,q=Lh();e.isSupported=typeof Ph=="function"&&typeof y=="function"&&Be&&Be.createHTMLDocument!==void 0;let wn=Pb,Tp=Db,Ap=Ib,Rp=Mb,Cp=Gb,Np=Ob,us=Fb,Lp=$b,cs=Rh,X=null,Fi=B({},[...Eh,...Ca,...Na,...La,...Sh]),Z=null,zi=B({},[...Th,...Pa,...Ah,..._i]),et=Object.seal(pn(null,{tagNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},attributeNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},allowCustomizedBuiltInElements:{writable:!0,configurable:!1,enumerable:!0,value:!1}})),bn=null,ds=null,ft=Object.seal(pn(null,{tagCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},attributeCheck:{writable:!0,configurable:!1,enumerable:!0,value:null}})),hs=!0,$i=!0,fs=!1,ps=!0,pt=!1,_t=!0,kt=!1,Ui=!1,or=null,ar=null,Hi=!1,Ht=!1,sr=!1,lr=!1,gs=!0,ms=!1,vs="user-content-",Bi=!0,Wi=!1,Bt={},Wt=null,ys=B({},["annotation-xml","audio","colgroup","desc","foreignobject","head","iframe","math","mi","mn","mo","ms","mtext","noembed","noframes","noscript","plaintext","script","selectedcontent","style","svg","template","thead","title","video","xmp"]),ws=null,bs=B({},["audio","video","img","source","image","track"]),xs=null,_s=B({},["alt","class","for","id","label","name","pattern","placeholder","role","summary","title","value","style","xmlns"]),ur="http://www.w3.org/1998/Math/MathML",cr="http://www.w3.org/2000/svg",tt="http://www.w3.org/1999/xhtml",Kt=tt,Ki=!1,Vi=null,Pp=B({},[ur,cr,tt],Ra),ks=pe(["mi","mo","mn","ms","mtext"]),ji=B({},ks),Es=pe(["annotation-xml"]),qi=B({},Es),Dp=B({},["title","style","font","a","script"]),xn=null,Ip=["application/xhtml+xml","text/html"],Mp="text/html",ie=null,Vt=null,Gp=n.createElement("form"),Ss=function(p){return p instanceof RegExp||p instanceof Function},Yi=function(){let p=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};if(Vt&&Vt===p)return;(!p||typeof p!="object")&&(p={}),p=Ie(p),xn=Ip.indexOf(p.PARSER_MEDIA_TYPE)===-1?Mp:p.PARSER_MEDIA_TYPE,ie=xn==="application/xhtml+xml"?Ra:Xn,X=wt(p,"ALLOWED_TAGS",Fi,{transform:ie}),Z=wt(p,"ALLOWED_ATTR",zi,{transform:ie}),Vi=wt(p,"ALLOWED_NAMESPACES",Pp,{transform:Ra}),xs=wt(p,"ADD_URI_SAFE_ATTR",_s,{transform:ie,base:_s}),ws=wt(p,"ADD_DATA_URI_TAGS",bs,{transform:ie,base:bs}),Wt=wt(p,"FORBID_CONTENTS",ys,{transform:ie}),bn=wt(p,"FORBID_TAGS",Ie({}),{transform:ie}),ds=wt(p,"FORBID_ATTR",Ie({}),{transform:ie}),Bt=Le(p,"USE_PROFILES")?p.USE_PROFILES&&typeof p.USE_PROFILES=="object"?Ie(p.USE_PROFILES):p.USE_PROFILES:!1,hs=p.ALLOW_ARIA_ATTR!==!1,$i=p.ALLOW_DATA_ATTR!==!1,fs=p.ALLOW_UNKNOWN_PROTOCOLS||!1,ps=p.ALLOW_SELF_CLOSE_IN_ATTR!==!1,pt=p.SAFE_FOR_TEMPLATES||!1,_t=p.SAFE_FOR_XML!==!1,kt=p.WHOLE_DOCUMENT||!1,Ht=p.RETURN_DOM||!1,sr=p.RETURN_DOM_FRAGMENT||!1,lr=p.RETURN_TRUSTED_TYPE||!1,Hi=p.FORCE_BODY||!1,gs=p.SANITIZE_DOM!==!1,ms=p.SANITIZE_NAMED_PROPS||!1,Bi=p.KEEP_CONTENT!==!1,Wi=p.IN_PLACE||!1,cs=Cb(p.ALLOWED_URI_REGEXP)?p.ALLOWED_URI_REGEXP:Rh,Kt=typeof p.NAMESPACE=="string"?p.NAMESPACE:tt,ji=Da(p,"MATHML_TEXT_INTEGRATION_POINTS",()=>B({},ks)),qi=Da(p,"HTML_INTEGRATION_POINTS",()=>B({},Es));let x=Da(p,"CUSTOM_ELEMENT_HANDLING",()=>pn(null));if(et=pn(null),Le(x,"tagNameCheck")&&Ss(x.tagNameCheck)&&(et.tagNameCheck=x.tagNameCheck),Le(x,"attributeNameCheck")&&Ss(x.attributeNameCheck)&&(et.attributeNameCheck=x.attributeNameCheck),Le(x,"allowCustomizedBuiltInElements")&&typeof x.allowCustomizedBuiltInElements=="boolean"&&(et.allowCustomizedBuiltInElements=x.allowCustomizedBuiltInElements),ve(et),pt&&($i=!1),sr&&(Ht=!0),Bt&&(X=B({},Sh),Z=pn(null),Bt.html===!0&&(B(X,Eh),B(Z,Th)),Bt.svg===!0&&(B(X,Ca),B(Z,Pa),B(Z,_i)),Bt.svgFilters===!0&&(B(X,Na),B(Z,Pa),B(Z,_i)),Bt.mathMl===!0&&(B(X,La),B(Z,Ah),B(Z,_i))),ft.tagCheck=null,ft.attributeCheck=null,Le(p,"ADD_TAGS")&&(typeof p.ADD_TAGS=="function"?ft.tagCheck=p.ADD_TAGS:gn(p.ADD_TAGS)&&(X===Fi&&(X=Ie(X)),B(X,p.ADD_TAGS,ie))),Le(p,"ADD_ATTR")&&(typeof p.ADD_ATTR=="function"?ft.attributeCheck=p.ADD_ATTR:gn(p.ADD_ATTR)&&(Z===zi&&(Z=Ie(Z)),B(Z,p.ADD_ATTR,ie))),Le(p,"ADD_FORBID_CONTENTS")&&gn(p.ADD_FORBID_CONTENTS)&&(Wt===ys&&(Wt=Ie(Wt)),B(Wt,p.ADD_FORBID_CONTENTS,ie)),Bi&&(X["#text"]=!0),kt&&B(X,["html","head","body"]),X.table&&(B(X,["tbody"]),delete bn.tbody),p.TRUSTED_TYPES_POLICY){if(typeof p.TRUSTED_TYPES_POLICY.createHTML!="function")throw Gt('TRUSTED_TYPES_POLICY configuration option must provide a "createHTML" hook.');if(typeof p.TRUSTED_TYPES_POLICY.createScriptURL!="function")throw Gt('TRUSTED_TYPES_POLICY configuration option must provide a "createScriptURL" hook.');let E=z;z=p.TRUSTED_TYPES_POLICY;try{M=ge("")}catch(C){throw z=E,C}}else p.TRUSTED_TYPES_POLICY===null?(z=void 0,M=""):(z===void 0&&(z=Ut()),z&&typeof M=="string"&&(M=ge("")));pe&&pe(p),Vt=p},Ts=B({},[...Ca,...Na,...Nb]),As=B({},[...La,...Lb]),Op=function(p,x,E){return x.namespaceURI===tt?p==="svg":x.namespaceURI===ur?p==="svg"&&(E==="annotation-xml"||ji[E]):!!Ts[p]},Fp=function(p,x,E){return x.namespaceURI===tt?p==="math":x.namespaceURI===cr?p==="math"&&qi[E]:!!As[p]},zp=function(p,x,E){return x.namespaceURI===cr&&!qi[E]||x.namespaceURI===ur&&!ji[E]?!1:!As[p]&&(Dp[p]||!Ts[p])},$p=function(p){let x=y(p);(!x||!x.tagName)&&(x={namespaceURI:Kt,tagName:"template"});let E=Xn(p.tagName),C=Xn(x.tagName);return Vi[p.namespaceURI]?p.namespaceURI===cr?Op(E,x,C):p.namespaceURI===ur?Fp(E,x,C):p.namespaceURI===tt?zp(E,x,C):!!(xn==="application/xhtml+xml"&&Vi[p.namespaceURI]):!1},gt=function(p){jn(e.removed,{element:p});try{y(p).removeChild(p)}catch{if(g(p),!y(p))throw Gt("a node selected for removal could not be detached from its tree and cannot be safely returned; refusing to sanitize in place")}},Rs=function(p,x,E){try{p.removeAttributeNode(x)}catch{try{p.removeAttribute(E)}catch{}}},dr=function(p){hr(p);let x=v(p);if(x){let C=[];Ot(x,I=>{jn(C,I)}),Ot(C,I=>{try{g(I)}catch{}})}let E=k(p);if(E)for(let C=E.length-1;C>=0;--C){let I=E[C],F=I&&I.name;typeof F=="string"&&Rs(p,I,F)}},Et=function(p,x,E){if(!E)try{E=x.getAttributeNode(p)}catch{E=null}jn(e.removed,{attribute:E||null,from:x});try{E?x.removeAttributeNode(E):x.removeAttribute(p)}catch{try{x.removeAttribute(p)}catch{}}if(p==="is")if(Ht||sr)try{gt(x)}catch{}else try{x.setAttribute(p,"")}catch{}},Up=function(p){let x=k(p);if(x)for(let E=x.length-1;E>=0;--E){let C=x[E],I=C&&C.name;typeof I!="string"||Z[ie(I)]||Rs(p,C,I)}},hr=function(p){let x=[p];for(;x.length>0;){let E=x.pop();R(E)===De.element&&Up(E);let I=v(E);if(I)for(let F=I.length-1;F>=0;--F)x.push(I[F])}},Cs=function(p,x){return _t?p==="patchsrc"?!0:p==="for"&&x!=="label"&&x!=="output":!1},Hp=function(p){if(!_t)return;let x=[p];for(;x.length>0;){let E=x.pop(),C=R(E);if(C===De.processingInstruction||C===De.comment&&xe(Nh,E.data)){try{g(E)}catch{}continue}if(C===De.element){let F=E,Y=ie(O(E));try{F.hasAttribute&&F.hasAttribute("patchsrc")&&F.removeAttribute("patchsrc"),F.hasAttribute&&F.hasAttribute("for")&&Cs("for",Y)&&F.removeAttribute("for")}catch{}}let I=v(E);if(I)for(let F=I.length-1;F>=0;--F)x.push(I[F])}},Ns=function(p){let x=null,E=null;if(Hi)p="<remove></remove>"+p;else{let F=bh(p,/^[\r\n\t ]+/);E=F&&F[0]}xn==="application/xhtml+xml"&&Kt===tt&&(p='<html xmlns="http://www.w3.org/1999/xhtml"><head></head><body>'+p+"</body></html>");let C=z?ge(p):p;if(Kt===tt)try{x=new c().parseFromString(C,xn)}catch{}if(!x||!x.documentElement){x=Be.createDocument(Kt,"template",null);try{x.documentElement.innerHTML=Ki?M:C}catch{}}let I=x.body||x.documentElement;return p&&E&&I.insertBefore(n.createTextNode(E),I.childNodes[0]||null),Kt===tt?yn.call(x,kt?"html":"body")[0]:kt?x.documentElement:I},Ls=function(p){let x=P?P(p):p.ownerDocument;return We.call(x||p,p,l.SHOW_ELEMENT|l.SHOW_COMMENT|l.SHOW_TEXT|l.SHOW_PROCESSING_INSTRUCTION|l.SHOW_CDATA_SECTION,null)},fr=function(p){return p=qn(p,wn," "),p=qn(p,Tp," "),p=qn(p,Ap," "),p},Xi=function(p){var x;p.normalize();let E=P?P(p):p.ownerDocument,C=We.call(E||p,p,l.SHOW_TEXT|l.SHOW_COMMENT|l.SHOW_CDATA_SECTION|l.SHOW_PROCESSING_INSTRUCTION,null),I=C.nextNode();for(;I;)I.data=fr(I.data),I=C.nextNode();let F=(x=p.querySelectorAll)===null||x===void 0?void 0:x.call(p,"template");F&&Ot(F,Y=>{jt(Y.content)&&Xi(Y.content)})},pr=function(p){let x=L?L(p):null;return typeof x!="string"||ie(x)!=="form"?!1:typeof p.nodeName!="string"||typeof p.textContent!="string"||typeof p.removeChild!="function"||p.attributes!==k(p)||typeof p.removeAttribute!="function"||typeof p.setAttribute!="function"||typeof p.namespaceURI!="string"||typeof p.insertBefore!="function"||typeof p.hasChildNodes!="function"||p.nodeType!==_(p)||p.childNodes!==v(p)},jt=function(p){if(!_||typeof p!="object"||p===null)return!1;try{return _(p)===De.documentFragment}catch{return!1}},_n=function(p){if(!_||typeof p!="object"||p===null)return!1;try{return typeof _(p)=="number"}catch{return!1}};function nt(T,p,x){T.length!==0&&Ot(T,E=>{E.call(e,p,x,Vt)})}let Bp=function(p,x){return!!(_t&&p.hasChildNodes()&&!_n(p.firstElementChild)&&xe(Ch,p.textContent)&&xe(Ch,p.innerHTML)||_t&&p.namespaceURI===tt&&Bb[x]&&(_n(p.firstElementChild)||typeof p.textContent=="string"&&xe(Wb[x],p.textContent))||p.nodeType===De.processingInstruction||_t&&p.nodeType===De.comment&&xe(Nh,p.data))},gr=function(p,x){if(p instanceof RegExp)return xe(p,x);if(p instanceof Function){for(var E=arguments.length,C=new Array(E>2?E-2:0),I=2;I<E;I++)C[I-2]=arguments[I];return!!p(x,...C)}return!1},Wp=function(p,x,E){if(!bn[x]&&Gs(x)&&gr(et.tagNameCheck,x))return!1;if(Bi&&!Wt[x]){let C=y(p),I=v(p);if(I&&C){let F=I.length;for(let Y=F-1;Y>=0;--Y){let ee=p===E?f(I[Y],!0):I[Y];C.insertBefore(ee,m(p))}}}return gt(p),!0},Ps=function(p,x,E,C){return p.length===0?x:x===E||x===C?Ie(x):x},Ds=function(p,x){return p===x||y(p)!==null?!1:(Wi&&hr(p),!0)},Is=function(p,x){if(nt(q.beforeSanitizeElements,p,null),Ds(p,x))return!0;if(pr(p))return gt(p),!0;let E=ie(O(p));if(X=Ps(q.uponSanitizeElement,X,Fi,or),nt(q.uponSanitizeElement,p,{tagName:E,allowedTags:X}),Ds(p,x))return!0;if(Bp(p,E))return gt(p),!0;if(bn[E]||!(ft.tagCheck instanceof Function&&ft.tagCheck(E))&&!X[E]){let I=Wp(p,E,x);return I===!1&&nt(q.afterSanitizeElements,p,null),I}if(R(p)===De.element&&!$p(p)||(E==="noscript"||E==="noembed"||E==="noframes")&&xe(Ub,p.innerHTML))return gt(p),!0;if(pt&&p.nodeType===De.text){let I=fr(p.textContent);p.textContent!==I&&(jn(e.removed,{element:p.cloneNode()}),p.textContent=I)}return nt(q.afterSanitizeElements,p,null),!1},Ms=function(p,x,E){if(ds[x]||Cs(x,p)||gs&&(x==="id"||x==="name")&&(E in n||E in Gp))return!1;let C=Z[x]||ft.attributeCheck instanceof Function&&ft.attributeCheck(x,p);return $i&&xe(Rp,x)||hs&&xe(Cp,x)?!0:C?xs[x]||xe(cs,qn(E,us,""))||(x==="src"||x==="xlink:href"||x==="href")&&p!=="script"&&xh(E,"data:")===0&&ws[p]||fs&&!xe(Np,qn(E,us,""))?!0:!E:Gs(p)&&gr(et.tagNameCheck,p)&&gr(et.attributeNameCheck,x,p)||x==="is"&&et.allowCustomizedBuiltInElements&&gr(et.tagNameCheck,E)},Kp=B({},["annotation-xml","color-profile","font-face","font-face-format","font-face-name","font-face-src","font-face-uri","missing-glyph"]),Gs=function(p){return!Kp[Xn(p)]&&xe(Lp,p)},Vp=function(p,x,E,C){if(z&&typeof h=="object"&&typeof h.getAttributeType=="function"&&!E)switch(h.getAttributeType(p,x)){case"TrustedHTML":return ge(C);case"TrustedScriptURL":return Qe(C)}return C},jp=function(p,x,E,C){try{E?p.setAttributeNS(E,x,C):p.setAttribute(x,C),pr(p)?gt(p):wh(e.removed)}catch{Et(x,p)}},Os=function(p){nt(q.beforeSanitizeAttributes,p,null);let x=p.attributes;if(!x||pr(p))return;Z=Ps(q.uponSanitizeAttribute,Z,zi,ar);let E={attrName:"",attrValue:"",keepAttr:!0,allowedAttributes:Z,forceKeepAttr:void 0},C=x.length,I=ie(p.nodeName);for(;C--;){let F=x[C],Y=F.name,ee=F.namespaceURI,Re=F.value,Ce=ie(Y),Qi=Re,ke=Y==="value"?Qi:kb(Qi);if(E.attrName=Ce,E.attrValue=ke,E.keepAttr=!0,E.forceKeepAttr=void 0,nt(q.uponSanitizeAttribute,p,E),ke=E.attrValue,ms&&(Ce==="id"||Ce==="name")&&xh(ke,vs)!==0&&(Et(Y,p,F),ke=vs+ke),_t&&xe(/((--!?|])>)|<\/(style|script|title|xmp|textarea|noscript|iframe|noembed|noframes)/i,ke)){Et(Y,p,F);continue}if(Ce==="attributename"&&bh(ke,"href")){Et(Y,p,F);continue}if(!E.forceKeepAttr){if(!E.keepAttr){Et(Y,p,F);continue}if(!ps&&xe(Hb,ke)){Et(Y,p,F);continue}if(pt&&(ke=fr(ke)),!Ms(I,Ce,ke)){Et(Y,p,F);continue}ke=Vp(I,Ce,ee,ke),ke!==Qi&&jp(p,Y,ee,ke)}}nt(q.afterSanitizeAttributes,p,null)},mr=function(p){let x=null,E=Ls(p);for(nt(q.beforeSanitizeShadowDOM,p,null);x=E.nextNode();)if(nt(q.uponSanitizeShadowNode,x,null),Is(x,p),Os(x),jt(x.content)&&mr(x.content),R(x)===De.element){let C=b(x);jt(C)&&(Zi(C),mr(C))}nt(q.afterSanitizeShadowDOM,p,null)},Zi=function(p){let x=[{node:p,shadow:null}];for(;x.length>0;){let E=x.pop();if(E.shadow){mr(E.shadow);continue}let C=E.node,F=R(C)===De.element,Y=v(C);if(Y)for(let ee=Y.length-1;ee>=0;--ee)x.push({node:Y[ee],shadow:null});if(F){let ee=L?L(C):null;if(typeof ee=="string"&&ie(ee)==="template"){let Re=C.content;jt(Re)&&x.push({node:Re,shadow:null})}}if(F){let ee=b(C);jt(ee)&&x.push({node:null,shadow:ee},{node:ee,shadow:null})}}};return e.sanitize=function(T){let p=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},x=null,E=null,C=null,I=null;if(Ki=!T,Ki&&(T="<!-->"),typeof T!="string"&&!_n(T)&&(T=Rb(T),typeof T!="string"))throw Gt("dirty is not a string, aborting");if(!e.isSupported)return T;Ui?(X=or,Z=ar):Yi(p),(q.uponSanitizeElement.length>0||q.uponSanitizeAttribute.length>0)&&(X=Ie(X)),q.uponSanitizeAttribute.length>0&&(Z=Ie(Z)),e.removed=[];let F=Wi&&typeof T!="string"&&_n(T);if(F){Hp(T);let Re=O(T);if(typeof Re=="string"){let Ce=ie(Re);if(!X[Ce]||bn[Ce])throw dr(T),Gt("root node is forbidden and cannot be sanitized in-place")}if(pr(T))throw dr(T),Gt("root node is clobbered and cannot be sanitized in-place");try{Zi(T)}catch(Ce){throw dr(T),Ce}}else if(_n(T))x=Ns("<!---->"),E=x.ownerDocument.importNode(T,!0),E.nodeType===De.element&&E.nodeName==="BODY"||E.nodeName==="HTML"?x=E:x.appendChild(E),Zi(E);else{if(!Ht&&!pt&&!kt&&T.indexOf("<")===-1)return z&&lr?ge(T):T;if(x=Ns(T),!x)return Ht?null:lr?M:""}x&&Hi&>(x.firstChild);let Y=F?T:x;try{let Re=Ls(Y);for(;C=Re.nextNode();)Is(C,Y),Os(C),jt(C.content)&&mr(C.content)}catch(Re){throw F&&(dr(T),Ot(e.removed,Ce=>{Ce.element&&hr(Ce.element)})),Re}if(F)return Ot(e.removed,Re=>{Re.element&&hr(Re.element)}),pt&&Xi(T),T;if(Ht){if(pt&&Xi(x),sr)for(I=Je.call(x.ownerDocument);x.firstChild;)I.appendChild(x.firstChild);else I=x;return(Z.shadowroot||Z.shadowrootmode)&&(I=Me.call(r,I,!0)),I}let ee=kt?x.outerHTML:x.innerHTML;return kt&&X["!doctype"]&&x.ownerDocument&&x.ownerDocument.doctype&&x.ownerDocument.doctype.name&&xe(zb,x.ownerDocument.doctype.name)&&(ee="<!DOCTYPE "+x.ownerDocument.doctype.name+`>
|
|
336
|
-
`+
|
|
337
|
-
]`).replace("lheading",
|
|
338
|
-
`),n=e.length-1;for(;n>=0&&
|
|
339
|
-
`)}function
|
|
331
|
+
`,ep=Jf,Vs=WebGLRenderingContext,Ps=Vs.UNSIGNED_BYTE,un=Vs.FLOAT,tp=["u_matrix","u_zoomRatio","u_sizeRatio","u_correctionRatio","u_pixelRatio","u_feather","u_minEdgeThickness"],js=(function(t){function e(){return se(this,e),be(this,e,arguments)}return xe(e,t),le(e,[{key:"getDefinition",value:function(){return{VERTICES:6,VERTEX_SHADER_SOURCE:ep,FRAGMENT_SHADER_SOURCE:Hs,METHOD:WebGLRenderingContext.TRIANGLES,UNIFORMS:tp,ATTRIBUTES:[{name:"a_positionStart",size:2,type:un},{name:"a_positionEnd",size:2,type:un},{name:"a_normal",size:2,type:un},{name:"a_color",size:4,type:Ps,normalized:!0},{name:"a_id",size:4,type:Ps,normalized:!0}],CONSTANT_ATTRIBUTES:[{name:"a_positionCoef",size:1,type:un},{name:"a_normalCoef",size:1,type:un}],CONSTANT_DATA:[[0,1],[0,-1],[1,1],[1,1],[0,-1],[1,-1]]}}},{key:"processVisibleItem",value:function(r,i,o,a,s){var l=s.size||1,u=o.x,d=o.y,h=a.x,c=a.y,f=zt(s.color),g=h-u,v=c-d,m=g*g+v*v,y=0,b=0;m&&(m=1/Math.sqrt(m),y=-v*m*l,b=g*m*l);var k=this.array;k[i++]=u,k[i++]=d,k[i++]=h,k[i++]=c,k[i++]=y,k[i++]=b,k[i++]=f,k[i++]=r}},{key:"setUniforms",value:function(r,i){var o=i.gl,a=i.uniformLocations,s=a.u_matrix,l=a.u_zoomRatio,u=a.u_feather,d=a.u_pixelRatio,h=a.u_correctionRatio,c=a.u_sizeRatio,f=a.u_minEdgeThickness;o.uniformMatrix3fv(s,!1,r.matrix),o.uniform1f(l,r.zoomRatio),o.uniform1f(c,r.sizeRatio),o.uniform1f(h,r.correctionRatio),o.uniform1f(d,r.pixelRatio),o.uniform1f(u,r.antiAliasingFeather),o.uniform1f(f,r.minEdgeThickness)}}])})($i);var il=on(sr()),lr=(function(t){function e(){var n;return se(this,e),n=be(this,e),n.rawEmitter=n,n}return xe(e,t),le(e)})(il.EventEmitter);var ll=on(Bi());var lp=function(e){return e},up=function(e){return e*e},cp=function(e){return e*(2-e)},dp=function(e){return(e*=2)<1?.5*e*e:-.5*(--e*(e-2)-1)},hp=function(e){return e*e*e},fp=function(e){return--e*e*e+1},pp=function(e){return(e*=2)<1?.5*e*e*e:.5*((e-=2)*e*e+2)},ul={linear:lp,quadraticIn:up,quadraticOut:cp,quadraticInOut:dp,cubicIn:hp,cubicOut:fp,cubicInOut:pp},cl={easing:"quadraticInOut",duration:150};function Ne(){return Float32Array.of(1,0,0,0,1,0,0,0,1)}function ur(t,e,n){return t[0]=e,t[4]=typeof n=="number"?n:e,t}function al(t,e){var n=Math.sin(e),r=Math.cos(e);return t[0]=r,t[1]=n,t[3]=-n,t[4]=r,t}function sl(t,e,n){return t[6]=e,t[7]=n,t}function ut(t,e){var n=t[0],r=t[1],i=t[2],o=t[3],a=t[4],s=t[5],l=t[6],u=t[7],d=t[8],h=e[0],c=e[1],f=e[2],g=e[3],v=e[4],m=e[5],y=e[6],b=e[7],k=e[8];return t[0]=h*n+c*o+f*l,t[1]=h*r+c*a+f*u,t[2]=h*i+c*s+f*d,t[3]=g*n+v*o+m*l,t[4]=g*r+v*a+m*u,t[5]=g*i+v*s+m*d,t[6]=y*n+b*o+k*l,t[7]=y*r+b*a+k*u,t[8]=y*i+b*s+k*d,t}function cr(t,e){var n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:1,r=t[0],i=t[1],o=t[3],a=t[4],s=t[6],l=t[7],u=e.x,d=e.y;return{x:u*r+d*o+s*n,y:u*i+d*a+l*n}}function gp(t,e){var n=t.height/t.width,r=e.height/e.width;return n<1&&r>1||n>1&&r<1?1:Math.min(Math.max(r,1/r),Math.max(1/n,n))}function Ut(t,e,n,r,i){var o=t.angle,a=t.ratio,s=t.x,l=t.y,u=e.width,d=e.height,h=Ne(),c=Math.min(u,d)-2*r,f=gp(e,n);return i?(ut(h,sl(Ne(),s,l)),ut(h,ur(Ne(),a)),ut(h,al(Ne(),o)),ut(h,ur(Ne(),u/c/2/f,d/c/2/f))):(ut(h,ur(Ne(),2*(c/u)*f,2*(c/d)*f)),ut(h,al(Ne(),-o)),ut(h,ur(Ne(),1/a)),ut(h,sl(Ne(),-s,-l))),h}function dl(t,e,n){var r=cr(t,{x:Math.cos(e.angle),y:Math.sin(e.angle)},0),i=r.x,o=r.y;return 1/Math.sqrt(Math.pow(i,2)+Math.pow(o,2))/n.width}function hl(t){if(!t.order)return{x:[0,1],y:[0,1]};var e=1/0,n=-1/0,r=1/0,i=-1/0;return t.forEachNode(function(o,a){var s=a.x,l=a.y;s<e&&(e=s),s>n&&(n=s),l<r&&(r=l),l>i&&(i=l)}),{x:[e,n],y:[r,i]}}function fl(t){if(!(0,ll.default)(t))throw new Error("Sigma: invalid graph instance.");t.forEachNode(function(e,n){if(!Number.isFinite(n.x)||!Number.isFinite(n.y))throw new Error("Sigma: Coordinates of node ".concat(e," are invalid. A node must have a numeric 'x' and 'y' attribute."))})}function pl(t,e,n){var r=document.createElement(t);if(e)for(var i in e)r.style[i]=e[i];if(n)for(var o in n)r.setAttribute(o,n[o]);return r}function Wi(){return typeof window.devicePixelRatio<"u"?window.devicePixelRatio:1}function Ki(t,e,n){return n.sort(function(r,i){var o=e(r)||0,a=e(i)||0;return o<a?-1:o>a?1:0})}function Vi(t){var e=lt(t.x,2),n=e[0],r=e[1],i=lt(t.y,2),o=i[0],a=i[1],s=Math.max(r-n,a-o),l=(r+n)/2,u=(a+o)/2;(s===0||Math.abs(s)===1/0||isNaN(s))&&(s=1),isNaN(l)&&(l=0),isNaN(u)&&(u=0);var d=function(c){return{x:.5+(c.x-l)/s,y:.5+(c.y-u)/s}};return d.applyTo=function(h){h.x=.5+(h.x-l)/s,h.y=.5+(h.y-u)/s},d.inverse=function(h){return{x:l+s*(h.x-.5),y:u+s*(h.y-.5)}},d.ratio=s,d}function dr(t){"@babel/helpers - typeof";return dr=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(e){return typeof e}:function(e){return e&&typeof Symbol=="function"&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},dr(t)}function ji(t,e){var n=e.size;if(n!==0){var r=t.length;t.length+=n;var i=0;e.forEach(function(o){t[r+i]=o,i++})}}function hr(t){t=t||{};for(var e=0,n=arguments.length<=1?0:arguments.length-1;e<n;e++){var r=e+1<1||arguments.length<=e+1?void 0:arguments[e+1];r&&Object.assign(t,r)}return t}var fr={hideEdgesOnMove:!1,hideLabelsOnMove:!1,renderLabels:!0,renderEdgeLabels:!1,enableEdgeEvents:!1,defaultNodeColor:"#999",defaultNodeType:"circle",defaultEdgeColor:"#ccc",defaultEdgeType:"line",labelFont:"Arial",labelSize:14,labelWeight:"normal",labelColor:{color:"#000"},edgeLabelFont:"Arial",edgeLabelSize:14,edgeLabelWeight:"normal",edgeLabelColor:{attribute:"color"},stagePadding:30,defaultDrawEdgeLabel:Ms,defaultDrawNodeLabel:Ui,defaultDrawNodeHover:Os,minEdgeThickness:1.7,antiAliasingFeather:1,dragTimeout:100,draggedEventsTolerance:3,inertiaDuration:200,inertiaRatio:3,zoomDuration:250,zoomingRatio:1.7,doubleClickTimeout:300,doubleClickZoomingRatio:2.2,doubleClickZoomingDuration:200,tapMoveTolerance:10,zoomToSizeRatioFunction:Math.sqrt,itemSizesReference:"screen",autoRescale:!0,autoCenter:!0,labelDensity:1,labelGridCellSize:100,labelRenderedSizeThreshold:6,nodeReducer:null,edgeReducer:null,zIndex:!1,minCameraRatio:null,maxCameraRatio:null,enableCameraZooming:!0,enableCameraPanning:!0,enableCameraRotation:!0,cameraPanBoundaries:null,allowInvalidContainer:!1,nodeProgramClasses:{},nodeHoverProgramClasses:{},edgeProgramClasses:{}},mp={circle:cn},vp={arrow:Ks,line:js};function pr(t){if(typeof t.labelDensity!="number"||t.labelDensity<0)throw new Error("Settings: invalid `labelDensity`. Expecting a positive number.");var e=t.minCameraRatio,n=t.maxCameraRatio;if(typeof e=="number"&&typeof n=="number"&&n<e)throw new Error("Settings: invalid camera ratio boundaries. Expecting `maxCameraRatio` to be greater than `minCameraRatio`.")}function gl(t){var e=hr({},fr,t);return e.nodeProgramClasses=hr({},mp,e.nodeProgramClasses),e.edgeProgramClasses=hr({},vp,e.edgeProgramClasses),e}var Wb=on(sr()),Kb=on(Bi()),gr=1.5,ml=(function(t){function e(){var n;return se(this,e),n=be(this,e),S(n,"x",.5),S(n,"y",.5),S(n,"angle",0),S(n,"ratio",1),S(n,"minRatio",null),S(n,"maxRatio",null),S(n,"enabledZooming",!0),S(n,"enabledPanning",!0),S(n,"enabledRotation",!0),S(n,"clean",null),S(n,"nextFrame",null),S(n,"previousState",null),S(n,"enabled",!0),n.previousState=n.getState(),n}return xe(e,t),le(e,[{key:"enable",value:function(){return this.enabled=!0,this}},{key:"disable",value:function(){return this.enabled=!1,this}},{key:"getState",value:function(){return{x:this.x,y:this.y,angle:this.angle,ratio:this.ratio}}},{key:"hasState",value:function(r){return this.x===r.x&&this.y===r.y&&this.ratio===r.ratio&&this.angle===r.angle}},{key:"getPreviousState",value:function(){var r=this.previousState;return r?{x:r.x,y:r.y,angle:r.angle,ratio:r.ratio}:null}},{key:"getBoundedRatio",value:function(r){var i=r;return typeof this.minRatio=="number"&&(i=Math.max(i,this.minRatio)),typeof this.maxRatio=="number"&&(i=Math.min(i,this.maxRatio)),i}},{key:"validateState",value:function(r){var i={};return this.enabledPanning&&typeof r.x=="number"&&(i.x=r.x),this.enabledPanning&&typeof r.y=="number"&&(i.y=r.y),this.enabledZooming&&typeof r.ratio=="number"&&(i.ratio=this.getBoundedRatio(r.ratio)),this.enabledRotation&&typeof r.angle=="number"&&(i.angle=r.angle),this.clean?this.clean(L(L({},this.getState()),i)):i}},{key:"isAnimated",value:function(){return!!this.nextFrame}},{key:"setState",value:function(r){if(!this.enabled)return this;this.previousState=this.getState();var i=this.validateState(r);return typeof i.x=="number"&&(this.x=i.x),typeof i.y=="number"&&(this.y=i.y),typeof i.ratio=="number"&&(this.ratio=i.ratio),typeof i.angle=="number"&&(this.angle=i.angle),this.hasState(this.previousState)||this.emit("updated",this.getState()),this}},{key:"updateState",value:function(r){return this.setState(r(this.getState())),this}},{key:"animate",value:function(r){var i=this,o=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},a=arguments.length>2?arguments[2]:void 0;if(!a)return new Promise(function(f){return i.animate(r,o,f)});if(this.enabled){var s=L(L({},cl),o),l=this.validateState(r),u=typeof s.easing=="function"?s.easing:ul[s.easing],d=Date.now(),h=this.getState(),c=function(){var g=(Date.now()-d)/s.duration;if(g>=1){i.nextFrame=null,i.setState(l),i.animationCallback&&(i.animationCallback.call(null),i.animationCallback=void 0);return}var v=u(g),m={};typeof l.x=="number"&&(m.x=h.x+(l.x-h.x)*v),typeof l.y=="number"&&(m.y=h.y+(l.y-h.y)*v),i.enabledRotation&&typeof l.angle=="number"&&(m.angle=h.angle+(l.angle-h.angle)*v),typeof l.ratio=="number"&&(m.ratio=h.ratio+(l.ratio-h.ratio)*v),i.setState(m),i.nextFrame=requestAnimationFrame(c)};this.nextFrame?(cancelAnimationFrame(this.nextFrame),this.animationCallback&&this.animationCallback.call(null),this.nextFrame=requestAnimationFrame(c)):c(),this.animationCallback=a}}},{key:"animatedZoom",value:function(r){return r?typeof r=="number"?this.animate({ratio:this.ratio/r}):this.animate({ratio:this.ratio/(r.factor||gr)},r):this.animate({ratio:this.ratio/gr})}},{key:"animatedUnzoom",value:function(r){return r?typeof r=="number"?this.animate({ratio:this.ratio*r}):this.animate({ratio:this.ratio*(r.factor||gr)},r):this.animate({ratio:this.ratio*gr})}},{key:"animatedReset",value:function(r){return this.animate({x:.5,y:.5,ratio:1,angle:0},r)}},{key:"copy",value:function(){return e.from(this.getState())}}],[{key:"from",value:function(r){var i=new e;return i.setState(r)}}])})(lr);function Me(t,e){var n=e.getBoundingClientRect();return{x:t.clientX-n.left,y:t.clientY-n.top}}function Xe(t,e){var n=L(L({},Me(t,e)),{},{sigmaDefaultPrevented:!1,preventSigmaDefault:function(){n.sigmaDefaultPrevented=!0},original:t});return n}function dn(t){var e="x"in t?t:L(L({},t.touches[0]||t.previousTouches[0]),{},{original:t.original,sigmaDefaultPrevented:t.sigmaDefaultPrevented,preventSigmaDefault:function(){t.sigmaDefaultPrevented=!0,e.sigmaDefaultPrevented=!0}});return e}function yp(t,e){return L(L({},Xe(t,e)),{},{delta:_l(t)})}var wp=2;function mr(t){for(var e=[],n=0,r=Math.min(t.length,wp);n<r;n++)e.push(t[n]);return e}function hn(t,e,n){var r={touches:mr(t.touches).map(function(i){return Me(i,n)}),previousTouches:e.map(function(i){return Me(i,n)}),sigmaDefaultPrevented:!1,preventSigmaDefault:function(){r.sigmaDefaultPrevented=!0},original:t};return r}function _l(t){if(typeof t.deltaY<"u")return t.deltaY*-3/360;if(typeof t.detail<"u")return t.detail/-9;throw new Error("Captor: could not extract delta from event.")}var kl=(function(t){function e(n,r){var i;return se(this,e),i=be(this,e),i.container=n,i.renderer=r,i}return xe(e,t),le(e)})(lr),bp=["doubleClickTimeout","doubleClickZoomingDuration","doubleClickZoomingRatio","dragTimeout","draggedEventsTolerance","inertiaDuration","inertiaRatio","zoomDuration","zoomingRatio"],xp=bp.reduce(function(t,e){return L(L({},t),{},S({},e,fr[e]))},{}),_p=(function(t){function e(n,r){var i;return se(this,e),i=be(this,e,[n,r]),S(i,"enabled",!0),S(i,"draggedEvents",0),S(i,"downStartTime",null),S(i,"lastMouseX",null),S(i,"lastMouseY",null),S(i,"isMouseDown",!1),S(i,"isMoving",!1),S(i,"movingTimeout",null),S(i,"startCameraState",null),S(i,"clicks",0),S(i,"doubleClickTimeout",null),S(i,"currentWheelDirection",0),S(i,"settings",xp),i.handleClick=i.handleClick.bind(i),i.handleRightClick=i.handleRightClick.bind(i),i.handleDown=i.handleDown.bind(i),i.handleUp=i.handleUp.bind(i),i.handleMove=i.handleMove.bind(i),i.handleWheel=i.handleWheel.bind(i),i.handleLeave=i.handleLeave.bind(i),i.handleEnter=i.handleEnter.bind(i),n.addEventListener("click",i.handleClick,{capture:!1}),n.addEventListener("contextmenu",i.handleRightClick,{capture:!1}),n.addEventListener("mousedown",i.handleDown,{capture:!1}),n.addEventListener("wheel",i.handleWheel,{capture:!1}),n.addEventListener("mouseleave",i.handleLeave,{capture:!1}),n.addEventListener("mouseenter",i.handleEnter,{capture:!1}),document.addEventListener("mousemove",i.handleMove,{capture:!1}),document.addEventListener("mouseup",i.handleUp,{capture:!1}),i}return xe(e,t),le(e,[{key:"kill",value:function(){var r=this.container;r.removeEventListener("click",this.handleClick),r.removeEventListener("contextmenu",this.handleRightClick),r.removeEventListener("mousedown",this.handleDown),r.removeEventListener("wheel",this.handleWheel),r.removeEventListener("mouseleave",this.handleLeave),r.removeEventListener("mouseenter",this.handleEnter),document.removeEventListener("mousemove",this.handleMove),document.removeEventListener("mouseup",this.handleUp)}},{key:"handleClick",value:function(r){var i=this;if(this.enabled){if(this.clicks++,this.clicks===2)return this.clicks=0,typeof this.doubleClickTimeout=="number"&&(clearTimeout(this.doubleClickTimeout),this.doubleClickTimeout=null),this.handleDoubleClick(r);setTimeout(function(){i.clicks=0,i.doubleClickTimeout=null},this.settings.doubleClickTimeout),this.draggedEvents<this.settings.draggedEventsTolerance&&this.emit("click",Xe(r,this.container))}}},{key:"handleRightClick",value:function(r){this.enabled&&this.emit("rightClick",Xe(r,this.container))}},{key:"handleDoubleClick",value:function(r){if(this.enabled){r.preventDefault(),r.stopPropagation();var i=Xe(r,this.container);if(this.emit("doubleClick",i),!i.sigmaDefaultPrevented){var o=this.renderer.getCamera(),a=o.getBoundedRatio(o.getState().ratio/this.settings.doubleClickZoomingRatio);o.animate(this.renderer.getViewportZoomedState(Me(r,this.container),a),{easing:"quadraticInOut",duration:this.settings.doubleClickZoomingDuration})}}}},{key:"handleDown",value:function(r){if(this.enabled){if(r.button===0){this.startCameraState=this.renderer.getCamera().getState();var i=Me(r,this.container),o=i.x,a=i.y;this.lastMouseX=o,this.lastMouseY=a,this.draggedEvents=0,this.downStartTime=Date.now(),this.isMouseDown=!0}this.emit("mousedown",Xe(r,this.container))}}},{key:"handleUp",value:function(r){var i=this;if(!(!this.enabled||!this.isMouseDown)){var o=this.renderer.getCamera();this.isMouseDown=!1,typeof this.movingTimeout=="number"&&(clearTimeout(this.movingTimeout),this.movingTimeout=null);var a=Me(r,this.container),s=a.x,l=a.y,u=o.getState(),d=o.getPreviousState()||{x:0,y:0};this.isMoving?o.animate({x:u.x+this.settings.inertiaRatio*(u.x-d.x),y:u.y+this.settings.inertiaRatio*(u.y-d.y)},{duration:this.settings.inertiaDuration,easing:"quadraticOut"}):(this.lastMouseX!==s||this.lastMouseY!==l)&&o.setState({x:u.x,y:u.y}),this.isMoving=!1,setTimeout(function(){var h=i.draggedEvents>0;i.draggedEvents=0,h&&i.renderer.getSetting("hideEdgesOnMove")&&i.renderer.refresh()},0),this.emit("mouseup",Xe(r,this.container))}}},{key:"handleMove",value:function(r){var i=this;if(this.enabled){var o=Xe(r,this.container);if(this.emit("mousemovebody",o),(r.target===this.container||r.composedPath()[0]===this.container)&&this.emit("mousemove",o),!o.sigmaDefaultPrevented&&this.isMouseDown){this.isMoving=!0,this.draggedEvents++,typeof this.movingTimeout=="number"&&clearTimeout(this.movingTimeout),this.movingTimeout=window.setTimeout(function(){i.movingTimeout=null,i.isMoving=!1},this.settings.dragTimeout);var a=this.renderer.getCamera(),s=Me(r,this.container),l=s.x,u=s.y,d=this.renderer.viewportToFramedGraph({x:this.lastMouseX,y:this.lastMouseY}),h=this.renderer.viewportToFramedGraph({x:l,y:u}),c=d.x-h.x,f=d.y-h.y,g=a.getState(),v=g.x+c,m=g.y+f;a.setState({x:v,y:m}),this.lastMouseX=l,this.lastMouseY=u,r.preventDefault(),r.stopPropagation()}}}},{key:"handleLeave",value:function(r){this.emit("mouseleave",Xe(r,this.container))}},{key:"handleEnter",value:function(r){this.emit("mouseenter",Xe(r,this.container))}},{key:"handleWheel",value:function(r){var i=this,o=this.renderer.getCamera();if(!(!this.enabled||!o.enabledZooming)){var a=_l(r);if(a){var s=yp(r,this.container);if(this.emit("wheel",s),s.sigmaDefaultPrevented){r.preventDefault(),r.stopPropagation();return}var l=o.getState().ratio,u=a>0?1/this.settings.zoomingRatio:this.settings.zoomingRatio,d=o.getBoundedRatio(l*u),h=a>0?1:-1,c=Date.now();l!==d&&(r.preventDefault(),r.stopPropagation(),!(this.currentWheelDirection===h&&this.lastWheelTriggerTime&&c-this.lastWheelTriggerTime<this.settings.zoomDuration/5)&&(o.animate(this.renderer.getViewportZoomedState(Me(r,this.container),d),{easing:"quadraticOut",duration:this.settings.zoomDuration},function(){i.currentWheelDirection=0}),this.currentWheelDirection=h,this.lastWheelTriggerTime=c))}}}},{key:"setSettings",value:function(r){this.settings=r}}])})(kl),kp=["dragTimeout","inertiaDuration","inertiaRatio","doubleClickTimeout","doubleClickZoomingRatio","doubleClickZoomingDuration","tapMoveTolerance"],Ep=kp.reduce(function(t,e){return L(L({},t),{},S({},e,fr[e]))},{}),Sp=(function(t){function e(n,r){var i;return se(this,e),i=be(this,e,[n,r]),S(i,"enabled",!0),S(i,"isMoving",!1),S(i,"hasMoved",!1),S(i,"touchMode",0),S(i,"startTouchesPositions",[]),S(i,"lastTouches",[]),S(i,"lastTap",null),S(i,"settings",Ep),i.handleStart=i.handleStart.bind(i),i.handleLeave=i.handleLeave.bind(i),i.handleMove=i.handleMove.bind(i),n.addEventListener("touchstart",i.handleStart,{capture:!1}),n.addEventListener("touchcancel",i.handleLeave,{capture:!1}),document.addEventListener("touchend",i.handleLeave,{capture:!1,passive:!1}),document.addEventListener("touchmove",i.handleMove,{capture:!1,passive:!1}),i}return xe(e,t),le(e,[{key:"kill",value:function(){var r=this.container;r.removeEventListener("touchstart",this.handleStart),r.removeEventListener("touchcancel",this.handleLeave),document.removeEventListener("touchend",this.handleLeave),document.removeEventListener("touchmove",this.handleMove)}},{key:"getDimensions",value:function(){return{width:this.container.offsetWidth,height:this.container.offsetHeight}}},{key:"handleStart",value:function(r){var i=this;if(this.enabled){r.preventDefault();var o=mr(r.touches);if(this.touchMode=o.length,this.startCameraState=this.renderer.getCamera().getState(),this.startTouchesPositions=o.map(function(f){return Me(f,i.container)}),this.touchMode===2){var a=lt(this.startTouchesPositions,2),s=a[0],l=s.x,u=s.y,d=a[1],h=d.x,c=d.y;this.startTouchesAngle=Math.atan2(c-u,h-l),this.startTouchesDistance=Math.sqrt(Math.pow(h-l,2)+Math.pow(c-u,2))}this.emit("touchdown",hn(r,this.lastTouches,this.container)),this.lastTouches=o,this.lastTouchesPositions=this.startTouchesPositions}}},{key:"handleLeave",value:function(r){if(!(!this.enabled||!this.startTouchesPositions.length)){switch(r.cancelable&&r.preventDefault(),this.movingTimeout&&(this.isMoving=!1,clearTimeout(this.movingTimeout)),this.touchMode){case 2:if(r.touches.length===1){this.handleStart(r),r.preventDefault();break}case 1:if(this.isMoving){var i=this.renderer.getCamera(),o=i.getState(),a=i.getPreviousState()||{x:0,y:0};i.animate({x:o.x+this.settings.inertiaRatio*(o.x-a.x),y:o.y+this.settings.inertiaRatio*(o.y-a.y)},{duration:this.settings.inertiaDuration,easing:"quadraticOut"})}this.hasMoved=!1,this.isMoving=!1,this.touchMode=0;break}if(this.emit("touchup",hn(r,this.lastTouches,this.container)),!r.touches.length){var s=Me(this.lastTouches[0],this.container),l=this.startTouchesPositions[0],u=Math.pow(s.x-l.x,2)+Math.pow(s.y-l.y,2);if(!r.touches.length&&u<Math.pow(this.settings.tapMoveTolerance,2))if(this.lastTap&&Date.now()-this.lastTap.time<this.settings.doubleClickTimeout){var d=hn(r,this.lastTouches,this.container);if(this.emit("doubletap",d),this.lastTap=null,!d.sigmaDefaultPrevented){var h=this.renderer.getCamera(),c=h.getBoundedRatio(h.getState().ratio/this.settings.doubleClickZoomingRatio);h.animate(this.renderer.getViewportZoomedState(s,c),{easing:"quadraticInOut",duration:this.settings.doubleClickZoomingDuration})}}else{var f=hn(r,this.lastTouches,this.container);this.emit("tap",f),this.lastTap={time:Date.now(),position:f.touches[0]||f.previousTouches[0]}}}this.lastTouches=mr(r.touches),this.startTouchesPositions=[]}}},{key:"handleMove",value:function(r){var i=this;if(!(!this.enabled||!this.startTouchesPositions.length)){r.preventDefault();var o=mr(r.touches),a=o.map(function(We){return Me(We,i.container)}),s=this.lastTouches;this.lastTouches=o,this.lastTouchesPositions=a;var l=hn(r,s,this.container);if(this.emit("touchmove",l),!l.sigmaDefaultPrevented&&(this.hasMoved||(this.hasMoved=a.some(function(We,Jt){var Ce=i.startTouchesPositions[Jt];return Ce&&(We.x!==Ce.x||We.y!==Ce.y)})),!!this.hasMoved)){this.isMoving=!0,this.movingTimeout&&clearTimeout(this.movingTimeout),this.movingTimeout=window.setTimeout(function(){i.isMoving=!1},this.settings.dragTimeout);var u=this.renderer.getCamera(),d=this.startCameraState,h=this.renderer.getSetting("stagePadding");switch(this.touchMode){case 1:{var c=this.renderer.viewportToFramedGraph((this.startTouchesPositions||[])[0]),f=c.x,g=c.y,v=this.renderer.viewportToFramedGraph(a[0]),m=v.x,y=v.y;u.setState({x:d.x+f-m,y:d.y+g-y});break}case 2:{var b={x:.5,y:.5,angle:0,ratio:1},k=a[0],_=k.x,N=k.y,D=a[1],I=D.x,z=D.y,F=Math.atan2(z-N,I-_)-this.startTouchesAngle,G=Math.hypot(z-N,I-_)/this.startTouchesDistance,U=u.getBoundedRatio(d.ratio/G);b.ratio=U,b.angle=d.angle+F;var j=this.getDimensions(),Q=this.renderer.viewportToFramedGraph((this.startTouchesPositions||[])[0],{cameraState:d}),ge=Math.min(j.width,j.height)-2*h,de=ge/j.width,Be=ge/j.height,Nt=U/ge,De=_-ge/2/de,Ie=N-ge/2/Be,Ge=[De*Math.cos(-b.angle)-Ie*Math.sin(-b.angle),Ie*Math.cos(-b.angle)+De*Math.sin(-b.angle)];De=Ge[0],Ie=Ge[1],b.x=Q.x-De*Nt,b.y=Q.y+Ie*Nt,u.setState(b);break}}}}}},{key:"setSettings",value:function(r){this.settings=r}}])})(kl);function Tp(t){if(Array.isArray(t))return rr(t)}function Ap(t){if(typeof Symbol<"u"&&t[Symbol.iterator]!=null||t["@@iterator"]!=null)return Array.from(t)}function Rp(){throw new TypeError(`Invalid attempt to spread non-iterable instance.
|
|
332
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function vl(t){return Tp(t)||Ap(t)||Di(t)||Rp()}function Cp(t,e){if(t==null)return{};var n={};for(var r in t)if({}.hasOwnProperty.call(t,r)){if(e.indexOf(r)!==-1)continue;n[r]=t[r]}return n}function qi(t,e){if(t==null)return{};var n,r,i=Cp(t,e);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);for(r=0;r<o.length;r++)n=o[r],e.indexOf(n)===-1&&{}.propertyIsEnumerable.call(t,n)&&(i[n]=t[n])}return i}var yl=(function(){function t(e,n){se(this,t),this.key=e,this.size=n}return le(t,null,[{key:"compare",value:function(n,r){return n.size>r.size?-1:n.size<r.size||n.key>r.key?1:-1}}])})(),wl=(function(){function t(){se(this,t),S(this,"width",0),S(this,"height",0),S(this,"cellSize",0),S(this,"columns",0),S(this,"rows",0),S(this,"cells",{})}return le(t,[{key:"resizeAndClear",value:function(n,r){this.width=n.width,this.height=n.height,this.cellSize=r,this.columns=Math.ceil(n.width/r),this.rows=Math.ceil(n.height/r),this.cells={}}},{key:"getIndex",value:function(n){var r=Math.floor(n.x/this.cellSize),i=Math.floor(n.y/this.cellSize);return i*this.columns+r}},{key:"add",value:function(n,r,i){var o=new yl(n,r),a=this.getIndex(i),s=this.cells[a];s||(s=[],this.cells[a]=s),s.push(o)}},{key:"organize",value:function(){for(var n in this.cells){var r=this.cells[n];r.sort(yl.compare)}}},{key:"getLabelsToDisplay",value:function(n,r){var i=this.cellSize*this.cellSize,o=i/n/n,a=o*r/i,s=Math.ceil(a),l=[];for(var u in this.cells)for(var d=this.cells[u],h=0;h<Math.min(s,d.length);h++)l.push(d[h].key);return l}}])})();function Np(t){var e=t.graph,n=t.hoveredNode,r=t.highlightedNodes,i=t.displayedNodeLabels,o=[];return e.forEachEdge(function(a,s,l,u){(l===n||u===n||r.has(l)||r.has(u)||i.has(l)&&i.has(u))&&o.push(a)}),o}var bl=150,xl=50,Qe=Object.prototype.hasOwnProperty;function Lp(t,e,n){if(!Qe.call(n,"x")||!Qe.call(n,"y"))throw new Error('Sigma: could not find a valid position (x, y) for node "'.concat(e,'". All your nodes must have a number "x" and "y". Maybe your forgot to apply a layout or your "nodeReducer" is not returning the correct data?'));return n.color||(n.color=t.defaultNodeColor),!n.label&&n.label!==""&&(n.label=null),n.label!==void 0&&n.label!==null?n.label=""+n.label:n.label=null,n.size||(n.size=2),Qe.call(n,"hidden")||(n.hidden=!1),Qe.call(n,"highlighted")||(n.highlighted=!1),Qe.call(n,"forceLabel")||(n.forceLabel=!1),(!n.type||n.type==="")&&(n.type=t.defaultNodeType),n.zIndex||(n.zIndex=0),n}function Pp(t,e,n){return n.color||(n.color=t.defaultEdgeColor),n.label||(n.label=""),n.size||(n.size=.5),Qe.call(n,"hidden")||(n.hidden=!1),Qe.call(n,"forceLabel")||(n.forceLabel=!1),(!n.type||n.type==="")&&(n.type=t.defaultEdgeType),n.zIndex||(n.zIndex=0),n}var Dp=(function(t){function e(n,r){var i,o=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};if(se(this,e),i=be(this,e),S(i,"elements",{}),S(i,"canvasContexts",{}),S(i,"webGLContexts",{}),S(i,"pickingLayers",new Set),S(i,"textures",{}),S(i,"frameBuffers",{}),S(i,"activeListeners",{}),S(i,"labelGrid",new wl),S(i,"nodeDataCache",{}),S(i,"edgeDataCache",{}),S(i,"nodeProgramIndex",{}),S(i,"edgeProgramIndex",{}),S(i,"nodesWithForcedLabels",new Set),S(i,"edgesWithForcedLabels",new Set),S(i,"nodeExtent",{x:[0,1],y:[0,1]}),S(i,"nodeZExtent",[1/0,-1/0]),S(i,"edgeZExtent",[1/0,-1/0]),S(i,"matrix",Ne()),S(i,"invMatrix",Ne()),S(i,"correctionRatio",1),S(i,"customBBox",null),S(i,"normalizationFunction",Vi({x:[0,1],y:[0,1]})),S(i,"graphToViewportRatio",1),S(i,"itemIDsIndex",{}),S(i,"nodeIndices",{}),S(i,"edgeIndices",{}),S(i,"width",0),S(i,"height",0),S(i,"pixelRatio",Wi()),S(i,"pickingDownSizingRatio",2*i.pixelRatio),S(i,"displayedNodeLabels",new Set),S(i,"displayedEdgeLabels",new Set),S(i,"highlightedNodes",new Set),S(i,"hoveredNode",null),S(i,"hoveredEdge",null),S(i,"renderFrame",null),S(i,"renderHighlightedNodesFrame",null),S(i,"needToProcess",!1),S(i,"checkEdgesEventsFrame",null),S(i,"nodePrograms",{}),S(i,"nodeHoverPrograms",{}),S(i,"edgePrograms",{}),i.settings=gl(o),pr(i.settings),fl(n),!(r instanceof HTMLElement))throw new Error("Sigma: container should be an html element.");i.graph=n,i.container=r,i.createWebGLContext("edges",{picking:o.enableEdgeEvents}),i.createCanvasContext("edgeLabels"),i.createWebGLContext("nodes",{picking:!0}),i.createCanvasContext("labels"),i.createCanvasContext("hovers"),i.createWebGLContext("hoverNodes"),i.createCanvasContext("mouse",{style:{touchAction:"none",userSelect:"none"}}),i.resize();for(var a in i.settings.nodeProgramClasses)i.registerNodeProgram(a,i.settings.nodeProgramClasses[a],i.settings.nodeHoverProgramClasses[a]);for(var s in i.settings.edgeProgramClasses)i.registerEdgeProgram(s,i.settings.edgeProgramClasses[s]);return i.camera=new ml,i.bindCameraHandlers(),i.mouseCaptor=new _p(i.elements.mouse,i),i.mouseCaptor.setSettings(i.settings),i.touchCaptor=new Sp(i.elements.mouse,i),i.touchCaptor.setSettings(i.settings),i.bindEventHandlers(),i.bindGraphHandlers(),i.handleSettingsUpdate(),i.refresh(),i}return xe(e,t),le(e,[{key:"registerNodeProgram",value:function(r,i,o){return this.nodePrograms[r]&&this.nodePrograms[r].kill(),this.nodeHoverPrograms[r]&&this.nodeHoverPrograms[r].kill(),this.nodePrograms[r]=new i(this.webGLContexts.nodes,this.frameBuffers.nodes,this),this.nodeHoverPrograms[r]=new(o||i)(this.webGLContexts.hoverNodes,null,this),this}},{key:"registerEdgeProgram",value:function(r,i){return this.edgePrograms[r]&&this.edgePrograms[r].kill(),this.edgePrograms[r]=new i(this.webGLContexts.edges,this.frameBuffers.edges,this),this}},{key:"unregisterNodeProgram",value:function(r){if(this.nodePrograms[r]){var i=this.nodePrograms,o=i[r],a=qi(i,[r].map(wt));o.kill(),this.nodePrograms=a}if(this.nodeHoverPrograms[r]){var s=this.nodeHoverPrograms,l=s[r],u=qi(s,[r].map(wt));l.kill(),this.nodePrograms=u}return this}},{key:"unregisterEdgeProgram",value:function(r){if(this.edgePrograms[r]){var i=this.edgePrograms,o=i[r],a=qi(i,[r].map(wt));o.kill(),this.edgePrograms=a}return this}},{key:"resetWebGLTexture",value:function(r){var i=this.webGLContexts[r],o=this.frameBuffers[r],a=this.textures[r];a&&i.deleteTexture(a);var s=i.createTexture();return i.bindFramebuffer(i.FRAMEBUFFER,o),i.bindTexture(i.TEXTURE_2D,s),i.texImage2D(i.TEXTURE_2D,0,i.RGBA,this.width,this.height,0,i.RGBA,i.UNSIGNED_BYTE,null),i.framebufferTexture2D(i.FRAMEBUFFER,i.COLOR_ATTACHMENT0,i.TEXTURE_2D,s,0),this.textures[r]=s,this}},{key:"bindCameraHandlers",value:function(){var r=this;return this.activeListeners.camera=function(){r.scheduleRender()},this.camera.on("updated",this.activeListeners.camera),this}},{key:"unbindCameraHandlers",value:function(){return this.camera.removeListener("updated",this.activeListeners.camera),this}},{key:"getNodeAtPosition",value:function(r){var i=r.x,o=r.y,a=Mi(this.webGLContexts.nodes,this.frameBuffers.nodes,i,o,this.pixelRatio,this.pickingDownSizingRatio),s=Gi.apply(void 0,vl(a)),l=this.itemIDsIndex[s];return l&&l.type==="node"?l.id:null}},{key:"bindEventHandlers",value:function(){var r=this;this.activeListeners.handleResize=function(){r.scheduleRefresh()},window.addEventListener("resize",this.activeListeners.handleResize),this.activeListeners.handleMove=function(o){var a=dn(o),s={event:a,preventSigmaDefault:function(){a.preventSigmaDefault()}},l=r.getNodeAtPosition(a);if(l&&r.hoveredNode!==l&&!r.nodeDataCache[l].hidden){r.hoveredNode&&r.emit("leaveNode",L(L({},s),{},{node:r.hoveredNode})),r.hoveredNode=l,r.emit("enterNode",L(L({},s),{},{node:l})),r.scheduleHighlightedNodesRender();return}if(r.hoveredNode&&r.getNodeAtPosition(a)!==r.hoveredNode){var u=r.hoveredNode;r.hoveredNode=null,r.emit("leaveNode",L(L({},s),{},{node:u})),r.scheduleHighlightedNodesRender();return}if(r.settings.enableEdgeEvents){var d=r.hoveredNode?null:r.getEdgeAtPoint(s.event.x,s.event.y);d!==r.hoveredEdge&&(r.hoveredEdge&&r.emit("leaveEdge",L(L({},s),{},{edge:r.hoveredEdge})),d&&r.emit("enterEdge",L(L({},s),{},{edge:d})),r.hoveredEdge=d)}},this.activeListeners.handleMoveBody=function(o){var a=dn(o);r.emit("moveBody",{event:a,preventSigmaDefault:function(){a.preventSigmaDefault()}})},this.activeListeners.handleLeave=function(o){var a=dn(o),s={event:a,preventSigmaDefault:function(){a.preventSigmaDefault()}};r.hoveredNode&&(r.emit("leaveNode",L(L({},s),{},{node:r.hoveredNode})),r.scheduleHighlightedNodesRender()),r.settings.enableEdgeEvents&&r.hoveredEdge&&(r.emit("leaveEdge",L(L({},s),{},{edge:r.hoveredEdge})),r.scheduleHighlightedNodesRender()),r.emit("leaveStage",L({},s))},this.activeListeners.handleEnter=function(o){var a=dn(o),s={event:a,preventSigmaDefault:function(){a.preventSigmaDefault()}};r.emit("enterStage",L({},s))};var i=function(a){return function(s){var l=dn(s),u={event:l,preventSigmaDefault:function(){l.preventSigmaDefault()}},d=r.getNodeAtPosition(l);if(d)return r.emit("".concat(a,"Node"),L(L({},u),{},{node:d}));if(r.settings.enableEdgeEvents){var h=r.getEdgeAtPoint(l.x,l.y);if(h)return r.emit("".concat(a,"Edge"),L(L({},u),{},{edge:h}))}return r.emit("".concat(a,"Stage"),u)}};return this.activeListeners.handleClick=i("click"),this.activeListeners.handleRightClick=i("rightClick"),this.activeListeners.handleDoubleClick=i("doubleClick"),this.activeListeners.handleWheel=i("wheel"),this.activeListeners.handleDown=i("down"),this.activeListeners.handleUp=i("up"),this.mouseCaptor.on("mousemove",this.activeListeners.handleMove),this.mouseCaptor.on("mousemovebody",this.activeListeners.handleMoveBody),this.mouseCaptor.on("click",this.activeListeners.handleClick),this.mouseCaptor.on("rightClick",this.activeListeners.handleRightClick),this.mouseCaptor.on("doubleClick",this.activeListeners.handleDoubleClick),this.mouseCaptor.on("wheel",this.activeListeners.handleWheel),this.mouseCaptor.on("mousedown",this.activeListeners.handleDown),this.mouseCaptor.on("mouseup",this.activeListeners.handleUp),this.mouseCaptor.on("mouseleave",this.activeListeners.handleLeave),this.mouseCaptor.on("mouseenter",this.activeListeners.handleEnter),this.touchCaptor.on("touchdown",this.activeListeners.handleDown),this.touchCaptor.on("touchdown",this.activeListeners.handleMove),this.touchCaptor.on("touchup",this.activeListeners.handleUp),this.touchCaptor.on("touchmove",this.activeListeners.handleMove),this.touchCaptor.on("tap",this.activeListeners.handleClick),this.touchCaptor.on("doubletap",this.activeListeners.handleDoubleClick),this.touchCaptor.on("touchmove",this.activeListeners.handleMoveBody),this}},{key:"bindGraphHandlers",value:function(){var r=this,i=this.graph,o=new Set(["x","y","zIndex","type"]);return this.activeListeners.eachNodeAttributesUpdatedGraphUpdate=function(a){var s,l=(s=a.hints)===null||s===void 0?void 0:s.attributes;r.graph.forEachNode(function(d){return r.updateNode(d)});var u=!l||l.some(function(d){return o.has(d)});r.refresh({partialGraph:{nodes:i.nodes()},skipIndexation:!u,schedule:!0})},this.activeListeners.eachEdgeAttributesUpdatedGraphUpdate=function(a){var s,l=(s=a.hints)===null||s===void 0?void 0:s.attributes;r.graph.forEachEdge(function(d){return r.updateEdge(d)});var u=l&&["zIndex","type"].some(function(d){return l?.includes(d)});r.refresh({partialGraph:{edges:i.edges()},skipIndexation:!u,schedule:!0})},this.activeListeners.addNodeGraphUpdate=function(a){var s=a.key;r.addNode(s),r.refresh({partialGraph:{nodes:[s]},skipIndexation:!1,schedule:!0})},this.activeListeners.updateNodeGraphUpdate=function(a){var s=a.key;r.refresh({partialGraph:{nodes:[s]},skipIndexation:!1,schedule:!0})},this.activeListeners.dropNodeGraphUpdate=function(a){var s=a.key;r.removeNode(s),r.refresh({schedule:!0})},this.activeListeners.addEdgeGraphUpdate=function(a){var s=a.key;r.addEdge(s),r.refresh({partialGraph:{edges:[s]},schedule:!0})},this.activeListeners.updateEdgeGraphUpdate=function(a){var s=a.key;r.refresh({partialGraph:{edges:[s]},skipIndexation:!1,schedule:!0})},this.activeListeners.dropEdgeGraphUpdate=function(a){var s=a.key;r.removeEdge(s),r.refresh({schedule:!0})},this.activeListeners.clearEdgesGraphUpdate=function(){r.clearEdgeState(),r.clearEdgeIndices(),r.refresh({schedule:!0})},this.activeListeners.clearGraphUpdate=function(){r.clearEdgeState(),r.clearNodeState(),r.clearEdgeIndices(),r.clearNodeIndices(),r.refresh({schedule:!0})},i.on("nodeAdded",this.activeListeners.addNodeGraphUpdate),i.on("nodeDropped",this.activeListeners.dropNodeGraphUpdate),i.on("nodeAttributesUpdated",this.activeListeners.updateNodeGraphUpdate),i.on("eachNodeAttributesUpdated",this.activeListeners.eachNodeAttributesUpdatedGraphUpdate),i.on("edgeAdded",this.activeListeners.addEdgeGraphUpdate),i.on("edgeDropped",this.activeListeners.dropEdgeGraphUpdate),i.on("edgeAttributesUpdated",this.activeListeners.updateEdgeGraphUpdate),i.on("eachEdgeAttributesUpdated",this.activeListeners.eachEdgeAttributesUpdatedGraphUpdate),i.on("edgesCleared",this.activeListeners.clearEdgesGraphUpdate),i.on("cleared",this.activeListeners.clearGraphUpdate),this}},{key:"unbindGraphHandlers",value:function(){var r=this.graph;r.removeListener("nodeAdded",this.activeListeners.addNodeGraphUpdate),r.removeListener("nodeDropped",this.activeListeners.dropNodeGraphUpdate),r.removeListener("nodeAttributesUpdated",this.activeListeners.updateNodeGraphUpdate),r.removeListener("eachNodeAttributesUpdated",this.activeListeners.eachNodeAttributesUpdatedGraphUpdate),r.removeListener("edgeAdded",this.activeListeners.addEdgeGraphUpdate),r.removeListener("edgeDropped",this.activeListeners.dropEdgeGraphUpdate),r.removeListener("edgeAttributesUpdated",this.activeListeners.updateEdgeGraphUpdate),r.removeListener("eachEdgeAttributesUpdated",this.activeListeners.eachEdgeAttributesUpdatedGraphUpdate),r.removeListener("edgesCleared",this.activeListeners.clearEdgesGraphUpdate),r.removeListener("cleared",this.activeListeners.clearGraphUpdate)}},{key:"getEdgeAtPoint",value:function(r,i){var o=Mi(this.webGLContexts.edges,this.frameBuffers.edges,r,i,this.pixelRatio,this.pickingDownSizingRatio),a=Gi.apply(void 0,vl(o)),s=this.itemIDsIndex[a];return s&&s.type==="edge"?s.id:null}},{key:"process",value:function(){var r=this;this.emit("beforeProcess");var i=this.graph,o=this.settings,a=this.getDimensions();if(this.nodeExtent=hl(this.graph),!this.settings.autoRescale){var s=a.width,l=a.height,u=this.nodeExtent,d=u.x,h=u.y;this.nodeExtent={x:[(d[0]+d[1])/2-s/2,(d[0]+d[1])/2+s/2],y:[(h[0]+h[1])/2-l/2,(h[0]+h[1])/2+l/2]}}this.normalizationFunction=Vi(this.customBBox||this.nodeExtent);var c=new ml,f=Ut(c.getState(),a,this.getGraphDimensions(),this.getStagePadding());this.labelGrid.resizeAndClear(a,o.labelGridCellSize);for(var g={},v={},m={},y={},b=1,k=i.nodes(),_=0,N=k.length;_<N;_++){var D=k[_],I=this.nodeDataCache[D],z=i.getNodeAttributes(D);I.x=z.x,I.y=z.y,this.normalizationFunction.applyTo(I),typeof I.label=="string"&&!I.hidden&&this.labelGrid.add(D,I.size,this.framedGraphToViewport(I,{matrix:f})),g[I.type]=(g[I.type]||0)+1}this.labelGrid.organize();for(var F in this.nodePrograms){if(!Qe.call(this.nodePrograms,F))throw new Error('Sigma: could not find a suitable program for node type "'.concat(F,'"!'));this.nodePrograms[F].reallocate(g[F]||0),g[F]=0}this.settings.zIndex&&this.nodeZExtent[0]!==this.nodeZExtent[1]&&(k=Ki(this.nodeZExtent,function(en){return r.nodeDataCache[en].zIndex},k));for(var G=0,U=k.length;G<U;G++){var j=k[G];v[j]=b,y[v[j]]={type:"node",id:j},b++;var Q=this.nodeDataCache[j];this.addNodeToProgram(j,v[j],g[Q.type]++)}for(var ge={},de=i.edges(),Be=0,Nt=de.length;Be<Nt;Be++){var De=de[Be],Ie=this.edgeDataCache[De];ge[Ie.type]=(ge[Ie.type]||0)+1}this.settings.zIndex&&this.edgeZExtent[0]!==this.edgeZExtent[1]&&(de=Ki(this.edgeZExtent,function(en){return r.edgeDataCache[en].zIndex},de));for(var Ge in this.edgePrograms){if(!Qe.call(this.edgePrograms,Ge))throw new Error('Sigma: could not find a suitable program for edge type "'.concat(Ge,'"!'));this.edgePrograms[Ge].reallocate(ge[Ge]||0),ge[Ge]=0}for(var We=0,Jt=de.length;We<Jt;We++){var Ce=de[We];m[Ce]=b,y[m[Ce]]={type:"edge",id:Ce},b++;var q=this.edgeDataCache[Ce];this.addEdgeToProgram(Ce,m[Ce],ge[q.type]++)}return this.itemIDsIndex=y,this.nodeIndices=v,this.edgeIndices=m,this.emit("afterProcess"),this}},{key:"handleSettingsUpdate",value:function(r){var i=this,o=this.settings;if(this.camera.minRatio=o.minCameraRatio,this.camera.maxRatio=o.maxCameraRatio,this.camera.enabledZooming=o.enableCameraZooming,this.camera.enabledPanning=o.enableCameraPanning,this.camera.enabledRotation=o.enableCameraRotation,o.cameraPanBoundaries?this.camera.clean=function(d){return i.cleanCameraState(d,o.cameraPanBoundaries&&dr(o.cameraPanBoundaries)==="object"?o.cameraPanBoundaries:{})}:this.camera.clean=null,this.camera.setState(this.camera.validateState(this.camera.getState())),r){if(r.edgeProgramClasses!==o.edgeProgramClasses){for(var a in o.edgeProgramClasses)o.edgeProgramClasses[a]!==r.edgeProgramClasses[a]&&this.registerEdgeProgram(a,o.edgeProgramClasses[a]);for(var s in r.edgeProgramClasses)o.edgeProgramClasses[s]||this.unregisterEdgeProgram(s)}if(r.nodeProgramClasses!==o.nodeProgramClasses||r.nodeHoverProgramClasses!==o.nodeHoverProgramClasses){for(var l in o.nodeProgramClasses)(o.nodeProgramClasses[l]!==r.nodeProgramClasses[l]||o.nodeHoverProgramClasses[l]!==r.nodeHoverProgramClasses[l])&&this.registerNodeProgram(l,o.nodeProgramClasses[l],o.nodeHoverProgramClasses[l]);for(var u in r.nodeProgramClasses)o.nodeProgramClasses[u]||this.unregisterNodeProgram(u)}}return this.mouseCaptor.setSettings(this.settings),this.touchCaptor.setSettings(this.settings),this}},{key:"cleanCameraState",value:function(r){var i=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},o=i.tolerance,a=o===void 0?0:o,s=i.boundaries,l=L({},r),u=s||this.nodeExtent,d=lt(u.x,2),h=d[0],c=d[1],f=lt(u.y,2),g=f[0],v=f[1],m=[this.graphToViewport({x:h,y:g},{cameraState:r}),this.graphToViewport({x:c,y:g},{cameraState:r}),this.graphToViewport({x:h,y:v},{cameraState:r}),this.graphToViewport({x:c,y:v},{cameraState:r})],y=1/0,b=-1/0,k=1/0,_=-1/0;m.forEach(function(ge){var de=ge.x,Be=ge.y;y=Math.min(y,de),b=Math.max(b,de),k=Math.min(k,Be),_=Math.max(_,Be)});var N=b-y,D=_-k,I=this.getDimensions(),z=I.width,F=I.height,G=0,U=0;if(N>=z?b<z-a?G=b-(z-a):y>a&&(G=y-a):b>z+a?G=b-(z+a):y<-a&&(G=y+a),D>=F?_<F-a?U=_-(F-a):k>a&&(U=k-a):_>F+a?U=_-(F+a):k<-a&&(U=k+a),G||U){var j=this.viewportToFramedGraph({x:0,y:0},{cameraState:r}),Q=this.viewportToFramedGraph({x:G,y:U},{cameraState:r});G=Q.x-j.x,U=Q.y-j.y,l.x+=G,l.y+=U}return l}},{key:"renderLabels",value:function(){if(!this.settings.renderLabels)return this;var r=this.camera.getState(),i=this.labelGrid.getLabelsToDisplay(r.ratio,this.settings.labelDensity);ji(i,this.nodesWithForcedLabels),this.displayedNodeLabels=new Set;for(var o=this.canvasContexts.labels,a=0,s=i.length;a<s;a++){var l=i[a],u=this.nodeDataCache[l];if(!this.displayedNodeLabels.has(l)&&!u.hidden){var d=this.framedGraphToViewport(u),h=d.x,c=d.y,f=this.scaleSize(u.size);if(!(!u.forceLabel&&f<this.settings.labelRenderedSizeThreshold)&&!(h<-bl||h>this.width+bl||c<-xl||c>this.height+xl)){this.displayedNodeLabels.add(l);var g=this.settings.defaultDrawNodeLabel,v=this.nodePrograms[u.type],m=v?.drawLabel||g;m(o,L(L({key:l},u),{},{size:f,x:h,y:c}),this.settings)}}}return this}},{key:"renderEdgeLabels",value:function(){if(!this.settings.renderEdgeLabels)return this;var r=this.canvasContexts.edgeLabels;r.clearRect(0,0,this.width,this.height);var i=Np({graph:this.graph,hoveredNode:this.hoveredNode,displayedNodeLabels:this.displayedNodeLabels,highlightedNodes:this.highlightedNodes});ji(i,this.edgesWithForcedLabels);for(var o=new Set,a=0,s=i.length;a<s;a++){var l=i[a],u=this.graph.extremities(l),d=this.nodeDataCache[u[0]],h=this.nodeDataCache[u[1]],c=this.edgeDataCache[l];if(!o.has(l)&&!(c.hidden||d.hidden||h.hidden)){var f=this.settings.defaultDrawEdgeLabel,g=this.edgePrograms[c.type],v=g?.drawLabel||f;v(r,L(L({key:l},c),{},{size:this.scaleSize(c.size)}),L(L(L({key:u[0]},d),this.framedGraphToViewport(d)),{},{size:this.scaleSize(d.size)}),L(L(L({key:u[1]},h),this.framedGraphToViewport(h)),{},{size:this.scaleSize(h.size)}),this.settings),o.add(l)}}return this.displayedEdgeLabels=o,this}},{key:"renderHighlightedNodes",value:function(){var r=this,i=this.canvasContexts.hovers;i.clearRect(0,0,this.width,this.height);var o=function(f){var g=r.nodeDataCache[f],v=r.framedGraphToViewport(g),m=v.x,y=v.y,b=r.scaleSize(g.size),k=r.settings.defaultDrawNodeHover,_=r.nodePrograms[g.type],N=_?.drawHover||k;N(i,L(L({key:f},g),{},{size:b,x:m,y}),r.settings)},a=[];this.hoveredNode&&!this.nodeDataCache[this.hoveredNode].hidden&&a.push(this.hoveredNode),this.highlightedNodes.forEach(function(c){c!==r.hoveredNode&&a.push(c)}),a.forEach(function(c){return o(c)});var s={};a.forEach(function(c){var f=r.nodeDataCache[c].type;s[f]=(s[f]||0)+1});for(var l in this.nodeHoverPrograms)this.nodeHoverPrograms[l].reallocate(s[l]||0),s[l]=0;a.forEach(function(c){var f=r.nodeDataCache[c];r.nodeHoverPrograms[f.type].process(0,s[f.type]++,f)}),this.webGLContexts.hoverNodes.clear(this.webGLContexts.hoverNodes.COLOR_BUFFER_BIT);var u=this.getRenderParams();for(var d in this.nodeHoverPrograms){var h=this.nodeHoverPrograms[d];h.render(u)}}},{key:"scheduleHighlightedNodesRender",value:function(){var r=this;this.renderHighlightedNodesFrame||this.renderFrame||(this.renderHighlightedNodesFrame=requestAnimationFrame(function(){r.renderHighlightedNodesFrame=null,r.renderHighlightedNodes(),r.renderEdgeLabels()}))}},{key:"render",value:function(){var r=this;this.emit("beforeRender");var i=function(){return r.emit("afterRender"),r};if(this.renderFrame&&(cancelAnimationFrame(this.renderFrame),this.renderFrame=null),this.resize(),this.needToProcess&&this.process(),this.needToProcess=!1,this.clear(),this.pickingLayers.forEach(function(m){return r.resetWebGLTexture(m)}),!this.graph.order)return i();var o=this.mouseCaptor,a=this.camera.isAnimated()||o.isMoving||o.draggedEvents||o.currentWheelDirection,s=this.camera.getState(),l=this.getDimensions(),u=this.getGraphDimensions(),d=this.getStagePadding();this.matrix=Ut(s,l,u,d),this.invMatrix=Ut(s,l,u,d,!0),this.correctionRatio=dl(this.matrix,s,l),this.graphToViewportRatio=this.getGraphToViewportRatio();var h=this.getRenderParams();for(var c in this.nodePrograms){var f=this.nodePrograms[c];f.render(h)}if(!this.settings.hideEdgesOnMove||!a)for(var g in this.edgePrograms){var v=this.edgePrograms[g];v.render(h)}return this.settings.hideLabelsOnMove&&a||(this.renderLabels(),this.renderEdgeLabels(),this.renderHighlightedNodes()),i()}},{key:"addNode",value:function(r){var i=Object.assign({},this.graph.getNodeAttributes(r));this.settings.nodeReducer&&(i=this.settings.nodeReducer(r,i));var o=Lp(this.settings,r,i);this.nodeDataCache[r]=o,this.nodesWithForcedLabels.delete(r),o.forceLabel&&!o.hidden&&this.nodesWithForcedLabels.add(r),this.highlightedNodes.delete(r),o.highlighted&&!o.hidden&&this.highlightedNodes.add(r),this.settings.zIndex&&(o.zIndex<this.nodeZExtent[0]&&(this.nodeZExtent[0]=o.zIndex),o.zIndex>this.nodeZExtent[1]&&(this.nodeZExtent[1]=o.zIndex))}},{key:"updateNode",value:function(r){this.addNode(r);var i=this.nodeDataCache[r];this.normalizationFunction.applyTo(i)}},{key:"removeNode",value:function(r){delete this.nodeDataCache[r],delete this.nodeProgramIndex[r],this.highlightedNodes.delete(r),this.hoveredNode===r&&(this.hoveredNode=null),this.nodesWithForcedLabels.delete(r)}},{key:"addEdge",value:function(r){var i=Object.assign({},this.graph.getEdgeAttributes(r));this.settings.edgeReducer&&(i=this.settings.edgeReducer(r,i));var o=Pp(this.settings,r,i);this.edgeDataCache[r]=o,this.edgesWithForcedLabels.delete(r),o.forceLabel&&!o.hidden&&this.edgesWithForcedLabels.add(r),this.settings.zIndex&&(o.zIndex<this.edgeZExtent[0]&&(this.edgeZExtent[0]=o.zIndex),o.zIndex>this.edgeZExtent[1]&&(this.edgeZExtent[1]=o.zIndex))}},{key:"updateEdge",value:function(r){this.addEdge(r)}},{key:"removeEdge",value:function(r){delete this.edgeDataCache[r],delete this.edgeProgramIndex[r],this.hoveredEdge===r&&(this.hoveredEdge=null),this.edgesWithForcedLabels.delete(r)}},{key:"clearNodeIndices",value:function(){this.labelGrid=new wl,this.nodeExtent={x:[0,1],y:[0,1]},this.nodeDataCache={},this.edgeProgramIndex={},this.nodesWithForcedLabels=new Set,this.nodeZExtent=[1/0,-1/0],this.highlightedNodes=new Set}},{key:"clearEdgeIndices",value:function(){this.edgeDataCache={},this.edgeProgramIndex={},this.edgesWithForcedLabels=new Set,this.edgeZExtent=[1/0,-1/0]}},{key:"clearIndices",value:function(){this.clearEdgeIndices(),this.clearNodeIndices()}},{key:"clearNodeState",value:function(){this.displayedNodeLabels=new Set,this.highlightedNodes=new Set,this.hoveredNode=null}},{key:"clearEdgeState",value:function(){this.displayedEdgeLabels=new Set,this.highlightedNodes=new Set,this.hoveredEdge=null}},{key:"clearState",value:function(){this.clearEdgeState(),this.clearNodeState()}},{key:"addNodeToProgram",value:function(r,i,o){var a=this.nodeDataCache[r],s=this.nodePrograms[a.type];if(!s)throw new Error('Sigma: could not find a suitable program for node type "'.concat(a.type,'"!'));s.process(i,o,a),this.nodeProgramIndex[r]=o}},{key:"addEdgeToProgram",value:function(r,i,o){var a=this.edgeDataCache[r],s=this.edgePrograms[a.type];if(!s)throw new Error('Sigma: could not find a suitable program for edge type "'.concat(a.type,'"!'));var l=this.graph.extremities(r),u=this.nodeDataCache[l[0]],d=this.nodeDataCache[l[1]];s.process(i,o,u,d,a),this.edgeProgramIndex[r]=o}},{key:"getRenderParams",value:function(){return{matrix:this.matrix,invMatrix:this.invMatrix,width:this.width,height:this.height,pixelRatio:this.pixelRatio,zoomRatio:this.camera.ratio,cameraAngle:this.camera.angle,sizeRatio:1/this.scaleSize(),correctionRatio:this.correctionRatio,downSizingRatio:this.pickingDownSizingRatio,minEdgeThickness:this.settings.minEdgeThickness,antiAliasingFeather:this.settings.antiAliasingFeather}}},{key:"getStagePadding",value:function(){var r=this.settings,i=r.stagePadding,o=r.autoRescale;return o&&i||0}},{key:"createLayer",value:function(r,i){var o=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};if(this.elements[r])throw new Error('Sigma: a layer named "'.concat(r,'" already exists'));var a=pl(i,{position:"absolute"},{class:"sigma-".concat(r)});return o.style&&Object.assign(a.style,o.style),this.elements[r]=a,"beforeLayer"in o&&o.beforeLayer?this.elements[o.beforeLayer].before(a):"afterLayer"in o&&o.afterLayer?this.elements[o.afterLayer].after(a):this.container.appendChild(a),a}},{key:"createCanvas",value:function(r){var i=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};return this.createLayer(r,"canvas",i)}},{key:"createCanvasContext",value:function(r){var i=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},o=this.createCanvas(r,i),a={preserveDrawingBuffer:!1,antialias:!1};return this.canvasContexts[r]=o.getContext("2d",a),this}},{key:"createWebGLContext",value:function(r){var i=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},o=i?.canvas||this.createCanvas(r,i);i.hidden&&o.remove();var a=L({preserveDrawingBuffer:!1,antialias:!1},i),s;s=o.getContext("webgl2",a),s||(s=o.getContext("webgl",a)),s||(s=o.getContext("experimental-webgl",a));var l=s;if(this.webGLContexts[r]=l,l.blendFunc(l.ONE,l.ONE_MINUS_SRC_ALPHA),i.picking){this.pickingLayers.add(r);var u=l.createFramebuffer();if(!u)throw new Error("Sigma: cannot create a new frame buffer for layer ".concat(r));this.frameBuffers[r]=u}return l}},{key:"killLayer",value:function(r){var i=this.elements[r];if(!i)throw new Error("Sigma: cannot kill layer ".concat(r,", which does not exist"));if(this.webGLContexts[r]){var o,a=this.webGLContexts[r];(o=a.getExtension("WEBGL_lose_context"))===null||o===void 0||o.loseContext(),delete this.webGLContexts[r]}else this.canvasContexts[r]&&delete this.canvasContexts[r];return i.remove(),delete this.elements[r],this}},{key:"getCamera",value:function(){return this.camera}},{key:"setCamera",value:function(r){this.unbindCameraHandlers(),this.camera=r,this.bindCameraHandlers()}},{key:"getContainer",value:function(){return this.container}},{key:"getGraph",value:function(){return this.graph}},{key:"setGraph",value:function(r){r!==this.graph&&(this.hoveredNode&&!r.hasNode(this.hoveredNode)&&(this.hoveredNode=null),this.hoveredEdge&&!r.hasEdge(this.hoveredEdge)&&(this.hoveredEdge=null),this.unbindGraphHandlers(),this.checkEdgesEventsFrame!==null&&(cancelAnimationFrame(this.checkEdgesEventsFrame),this.checkEdgesEventsFrame=null),this.graph=r,this.bindGraphHandlers(),this.refresh())}},{key:"getMouseCaptor",value:function(){return this.mouseCaptor}},{key:"getTouchCaptor",value:function(){return this.touchCaptor}},{key:"getDimensions",value:function(){return{width:this.width,height:this.height}}},{key:"getGraphDimensions",value:function(){var r=this.customBBox||this.nodeExtent;return{width:r.x[1]-r.x[0]||1,height:r.y[1]-r.y[0]||1}}},{key:"getNodeDisplayData",value:function(r){var i=this.nodeDataCache[r];return i?Object.assign({},i):void 0}},{key:"getEdgeDisplayData",value:function(r){var i=this.edgeDataCache[r];return i?Object.assign({},i):void 0}},{key:"getNodeDisplayedLabels",value:function(){return new Set(this.displayedNodeLabels)}},{key:"getEdgeDisplayedLabels",value:function(){return new Set(this.displayedEdgeLabels)}},{key:"getSettings",value:function(){return L({},this.settings)}},{key:"getSetting",value:function(r){return this.settings[r]}},{key:"setSetting",value:function(r,i){var o=L({},this.settings);return this.settings[r]=i,pr(this.settings),this.handleSettingsUpdate(o),this.scheduleRefresh(),this}},{key:"updateSetting",value:function(r,i){return this.setSetting(r,i(this.settings[r])),this}},{key:"setSettings",value:function(r){var i=L({},this.settings);return this.settings=L(L({},this.settings),r),pr(this.settings),this.handleSettingsUpdate(i),this.scheduleRefresh(),this}},{key:"resize",value:function(r){var i=this.width,o=this.height;if(this.width=this.container.offsetWidth,this.height=this.container.offsetHeight,this.pixelRatio=Wi(),this.width===0)if(this.settings.allowInvalidContainer)this.width=1;else throw new Error("Sigma: Container has no width. You can set the allowInvalidContainer setting to true to stop seeing this error.");if(this.height===0)if(this.settings.allowInvalidContainer)this.height=1;else throw new Error("Sigma: Container has no height. You can set the allowInvalidContainer setting to true to stop seeing this error.");if(!r&&i===this.width&&o===this.height)return this;for(var a in this.elements){var s=this.elements[a];s.style.width=this.width+"px",s.style.height=this.height+"px"}for(var l in this.canvasContexts)this.elements[l].setAttribute("width",this.width*this.pixelRatio+"px"),this.elements[l].setAttribute("height",this.height*this.pixelRatio+"px"),this.pixelRatio!==1&&this.canvasContexts[l].scale(this.pixelRatio,this.pixelRatio);for(var u in this.webGLContexts){this.elements[u].setAttribute("width",this.width*this.pixelRatio+"px"),this.elements[u].setAttribute("height",this.height*this.pixelRatio+"px");var d=this.webGLContexts[u];if(d.viewport(0,0,this.width*this.pixelRatio,this.height*this.pixelRatio),this.pickingLayers.has(u)){var h=this.textures[u];h&&d.deleteTexture(h)}}return this.emit("resize"),this}},{key:"clear",value:function(){return this.emit("beforeClear"),this.webGLContexts.nodes.bindFramebuffer(WebGLRenderingContext.FRAMEBUFFER,null),this.webGLContexts.nodes.clear(WebGLRenderingContext.COLOR_BUFFER_BIT),this.webGLContexts.edges.bindFramebuffer(WebGLRenderingContext.FRAMEBUFFER,null),this.webGLContexts.edges.clear(WebGLRenderingContext.COLOR_BUFFER_BIT),this.webGLContexts.hoverNodes.clear(WebGLRenderingContext.COLOR_BUFFER_BIT),this.canvasContexts.labels.clearRect(0,0,this.width,this.height),this.canvasContexts.hovers.clearRect(0,0,this.width,this.height),this.canvasContexts.edgeLabels.clearRect(0,0,this.width,this.height),this.emit("afterClear"),this}},{key:"refresh",value:function(r){var i=this,o=r?.skipIndexation!==void 0?r?.skipIndexation:!1,a=r?.schedule!==void 0?r.schedule:!1,s=!r||!r.partialGraph;if(s)this.clearEdgeIndices(),this.clearNodeIndices(),this.graph.forEachNode(function(_){return i.addNode(_)}),this.graph.forEachEdge(function(_){return i.addEdge(_)});else{for(var l,u,d=((l=r.partialGraph)===null||l===void 0?void 0:l.nodes)||[],h=0,c=d?.length||0;h<c;h++){var f=d[h];if(this.updateNode(f),o){var g=this.nodeProgramIndex[f];if(g===void 0)throw new Error('Sigma: node "'.concat(f,`" can't be repaint`));this.addNodeToProgram(f,this.nodeIndices[f],g)}}for(var v=(r==null||(u=r.partialGraph)===null||u===void 0?void 0:u.edges)||[],m=0,y=v.length;m<y;m++){var b=v[m];if(this.updateEdge(b),o){var k=this.edgeProgramIndex[b];if(k===void 0)throw new Error('Sigma: edge "'.concat(b,`" can't be repaint`));this.addEdgeToProgram(b,this.edgeIndices[b],k)}}}return(s||!o)&&(this.needToProcess=!0),a?this.scheduleRender():this.render(),this}},{key:"scheduleRender",value:function(){var r=this;return this.renderFrame||(this.renderFrame=requestAnimationFrame(function(){r.render()})),this}},{key:"scheduleRefresh",value:function(r){return this.refresh(L(L({},r),{},{schedule:!0}))}},{key:"getViewportZoomedState",value:function(r,i){var o=this.camera.getState(),a=o.ratio,s=o.angle,l=o.x,u=o.y,d=this.settings,h=d.minCameraRatio,c=d.maxCameraRatio;typeof c=="number"&&(i=Math.min(i,c)),typeof h=="number"&&(i=Math.max(i,h));var f=i/a,g={x:this.width/2,y:this.height/2},v=this.viewportToFramedGraph(r),m=this.viewportToFramedGraph(g);return{angle:s,x:(v.x-m.x)*(1-f)+l,y:(v.y-m.y)*(1-f)+u,ratio:i}}},{key:"viewRectangle",value:function(){var r=this.viewportToFramedGraph({x:0,y:0}),i=this.viewportToFramedGraph({x:this.width,y:0}),o=this.viewportToFramedGraph({x:0,y:this.height});return{x1:r.x,y1:r.y,x2:i.x,y2:i.y,height:i.y-o.y}}},{key:"framedGraphToViewport",value:function(r){var i=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},o=!!i.cameraState||!!i.viewportDimensions||!!i.graphDimensions,a=i.matrix?i.matrix:o?Ut(i.cameraState||this.camera.getState(),i.viewportDimensions||this.getDimensions(),i.graphDimensions||this.getGraphDimensions(),i.padding||this.getStagePadding()):this.matrix,s=cr(a,r);return{x:(1+s.x)*this.width/2,y:(1-s.y)*this.height/2}}},{key:"viewportToFramedGraph",value:function(r){var i=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},o=!!i.cameraState||!!i.viewportDimensions||!i.graphDimensions,a=i.matrix?i.matrix:o?Ut(i.cameraState||this.camera.getState(),i.viewportDimensions||this.getDimensions(),i.graphDimensions||this.getGraphDimensions(),i.padding||this.getStagePadding(),!0):this.invMatrix,s=cr(a,{x:r.x/this.width*2-1,y:1-r.y/this.height*2});return isNaN(s.x)&&(s.x=0),isNaN(s.y)&&(s.y=0),s}},{key:"viewportToGraph",value:function(r){var i=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};return this.normalizationFunction.inverse(this.viewportToFramedGraph(r,i))}},{key:"graphToViewport",value:function(r){var i=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};return this.framedGraphToViewport(this.normalizationFunction(r),i)}},{key:"getGraphToViewportRatio",value:function(){var r={x:0,y:0},i={x:1,y:1},o=Math.sqrt(Math.pow(r.x-i.x,2)+Math.pow(r.y-i.y,2)),a=this.graphToViewport(r),s=this.graphToViewport(i),l=Math.sqrt(Math.pow(a.x-s.x,2)+Math.pow(a.y-s.y,2));return l/o}},{key:"getBBox",value:function(){return this.nodeExtent}},{key:"getCustomBBox",value:function(){return this.customBBox}},{key:"setCustomBBox",value:function(r){return this.customBBox=r,this.scheduleRender(),this}},{key:"kill",value:function(){this.emit("kill"),this.removeAllListeners(),this.unbindCameraHandlers(),window.removeEventListener("resize",this.activeListeners.handleResize),this.mouseCaptor.kill(),this.touchCaptor.kill(),this.unbindGraphHandlers(),this.clearIndices(),this.clearState(),this.nodeDataCache={},this.edgeDataCache={},this.highlightedNodes.clear(),this.renderFrame&&(cancelAnimationFrame(this.renderFrame),this.renderFrame=null),this.renderHighlightedNodesFrame&&(cancelAnimationFrame(this.renderHighlightedNodesFrame),this.renderHighlightedNodesFrame=null);for(var r=this.container;r.firstChild;)r.removeChild(r.firstChild);for(var i in this.nodePrograms)this.nodePrograms[i].kill();for(var o in this.nodeHoverPrograms)this.nodeHoverPrograms[o].kill();for(var a in this.edgePrograms)this.edgePrograms[a].kill();this.nodePrograms={},this.nodeHoverPrograms={},this.edgePrograms={};for(var s in this.elements)this.killLayer(s);this.canvasContexts={},this.webGLContexts={},this.elements={}}},{key:"scaleSize",value:function(){var r=arguments.length>0&&arguments[0]!==void 0?arguments[0]:1,i=arguments.length>1&&arguments[1]!==void 0?arguments[1]:this.camera.ratio;return r/this.settings.zoomToSizeRatioFunction(i)*(this.getSetting("itemSizesReference")==="positions"?i*this.graphToViewportRatio:1)}},{key:"getCanvases",value:function(){var r={};for(var i in this.elements)this.elements[i]instanceof HTMLCanvasElement&&(r[i]=this.elements[i]);return r}}])})(lr),El=Dp;function Sl(t){let e=+this._x.call(null,t),n=+this._y.call(null,t);return Tl(this.cover(e,n),e,n,t)}function Tl(t,e,n,r){if(isNaN(e)||isNaN(n))return t;var i,o=t._root,a={data:r},s=t._x0,l=t._y0,u=t._x1,d=t._y1,h,c,f,g,v,m,y,b;if(!o)return t._root=a,t;for(;o.length;)if((v=e>=(h=(s+u)/2))?s=h:u=h,(m=n>=(c=(l+d)/2))?l=c:d=c,i=o,!(o=o[y=m<<1|v]))return i[y]=a,t;if(f=+t._x.call(null,o.data),g=+t._y.call(null,o.data),e===f&&n===g)return a.next=o,i?i[y]=a:t._root=a,t;do i=i?i[y]=new Array(4):t._root=new Array(4),(v=e>=(h=(s+u)/2))?s=h:u=h,(m=n>=(c=(l+d)/2))?l=c:d=c;while((y=m<<1|v)===(b=(g>=c)<<1|f>=h));return i[b]=o,i[y]=a,t}function Al(t){var e,n,r=t.length,i,o,a=new Array(r),s=new Array(r),l=1/0,u=1/0,d=-1/0,h=-1/0;for(n=0;n<r;++n)isNaN(i=+this._x.call(null,e=t[n]))||isNaN(o=+this._y.call(null,e))||(a[n]=i,s[n]=o,i<l&&(l=i),i>d&&(d=i),o<u&&(u=o),o>h&&(h=o));if(l>d||u>h)return this;for(this.cover(l,u).cover(d,h),n=0;n<r;++n)Tl(this,a[n],s[n],t[n]);return this}function Rl(t,e){if(isNaN(t=+t)||isNaN(e=+e))return this;var n=this._x0,r=this._y0,i=this._x1,o=this._y1;if(isNaN(n))i=(n=Math.floor(t))+1,o=(r=Math.floor(e))+1;else{for(var a=i-n||1,s=this._root,l,u;n>t||t>=i||r>e||e>=o;)switch(u=(e<r)<<1|t<n,l=new Array(4),l[u]=s,s=l,a*=2,u){case 0:i=n+a,o=r+a;break;case 1:n=i-a,o=r+a;break;case 2:i=n+a,r=o-a;break;case 3:n=i-a,r=o-a;break}this._root&&this._root.length&&(this._root=s)}return this._x0=n,this._y0=r,this._x1=i,this._y1=o,this}function Cl(){var t=[];return this.visit(function(e){if(!e.length)do t.push(e.data);while(e=e.next)}),t}function Nl(t){return arguments.length?this.cover(+t[0][0],+t[0][1]).cover(+t[1][0],+t[1][1]):isNaN(this._x0)?void 0:[[this._x0,this._y0],[this._x1,this._y1]]}function fe(t,e,n,r,i){this.node=t,this.x0=e,this.y0=n,this.x1=r,this.y1=i}function Ll(t,e,n){var r,i=this._x0,o=this._y0,a,s,l,u,d=this._x1,h=this._y1,c=[],f=this._root,g,v;for(f&&c.push(new fe(f,i,o,d,h)),n==null?n=1/0:(i=t-n,o=e-n,d=t+n,h=e+n,n*=n);g=c.pop();)if(!(!(f=g.node)||(a=g.x0)>d||(s=g.y0)>h||(l=g.x1)<i||(u=g.y1)<o))if(f.length){var m=(a+l)/2,y=(s+u)/2;c.push(new fe(f[3],m,y,l,u),new fe(f[2],a,y,m,u),new fe(f[1],m,s,l,y),new fe(f[0],a,s,m,y)),(v=(e>=y)<<1|t>=m)&&(g=c[c.length-1],c[c.length-1]=c[c.length-1-v],c[c.length-1-v]=g)}else{var b=t-+this._x.call(null,f.data),k=e-+this._y.call(null,f.data),_=b*b+k*k;if(_<n){var N=Math.sqrt(n=_);i=t-N,o=e-N,d=t+N,h=e+N,r=f.data}}return r}function Pl(t){if(isNaN(d=+this._x.call(null,t))||isNaN(h=+this._y.call(null,t)))return this;var e,n=this._root,r,i,o,a=this._x0,s=this._y0,l=this._x1,u=this._y1,d,h,c,f,g,v,m,y;if(!n)return this;if(n.length)for(;;){if((g=d>=(c=(a+l)/2))?a=c:l=c,(v=h>=(f=(s+u)/2))?s=f:u=f,e=n,!(n=n[m=v<<1|g]))return this;if(!n.length)break;(e[m+1&3]||e[m+2&3]||e[m+3&3])&&(r=e,y=m)}for(;n.data!==t;)if(i=n,!(n=n.next))return this;return(o=n.next)&&delete n.next,i?(o?i.next=o:delete i.next,this):e?(o?e[m]=o:delete e[m],(n=e[0]||e[1]||e[2]||e[3])&&n===(e[3]||e[2]||e[1]||e[0])&&!n.length&&(r?r[y]=n:this._root=n),this):(this._root=o,this)}function Dl(t){for(var e=0,n=t.length;e<n;++e)this.remove(t[e]);return this}function Il(){return this._root}function Gl(){var t=0;return this.visit(function(e){if(!e.length)do++t;while(e=e.next)}),t}function Ml(t){var e=[],n,r=this._root,i,o,a,s,l;for(r&&e.push(new fe(r,this._x0,this._y0,this._x1,this._y1));n=e.pop();)if(!t(r=n.node,o=n.x0,a=n.y0,s=n.x1,l=n.y1)&&r.length){var u=(o+s)/2,d=(a+l)/2;(i=r[3])&&e.push(new fe(i,u,d,s,l)),(i=r[2])&&e.push(new fe(i,o,d,u,l)),(i=r[1])&&e.push(new fe(i,u,a,s,d)),(i=r[0])&&e.push(new fe(i,o,a,u,d))}return this}function Ol(t){var e=[],n=[],r;for(this._root&&e.push(new fe(this._root,this._x0,this._y0,this._x1,this._y1));r=e.pop();){var i=r.node;if(i.length){var o,a=r.x0,s=r.y0,l=r.x1,u=r.y1,d=(a+l)/2,h=(s+u)/2;(o=i[0])&&e.push(new fe(o,a,s,d,h)),(o=i[1])&&e.push(new fe(o,d,s,l,h)),(o=i[2])&&e.push(new fe(o,a,h,d,u)),(o=i[3])&&e.push(new fe(o,d,h,l,u))}n.push(r)}for(;r=n.pop();)t(r.node,r.x0,r.y0,r.x1,r.y1);return this}function Fl(t){return t[0]}function zl(t){return arguments.length?(this._x=t,this):this._x}function $l(t){return t[1]}function Ul(t){return arguments.length?(this._y=t,this):this._y}function xt(t,e,n){var r=new Yi(e??Fl,n??$l,NaN,NaN,NaN,NaN);return t==null?r:r.addAll(t)}function Yi(t,e,n,r,i,o){this._x=t,this._y=e,this._x0=n,this._y0=r,this._x1=i,this._y1=o,this._root=void 0}function Hl(t){for(var e={data:t.data},n=e;t=t.next;)n=n.next={data:t.data};return e}var _e=xt.prototype=Yi.prototype;_e.copy=function(){var t=new Yi(this._x,this._y,this._x0,this._y0,this._x1,this._y1),e=this._root,n,r;if(!e)return t;if(!e.length)return t._root=Hl(e),t;for(n=[{source:e,target:t._root=new Array(4)}];e=n.pop();)for(var i=0;i<4;++i)(r=e.source[i])&&(r.length?n.push({source:r,target:e.target[i]=new Array(4)}):e.target[i]=Hl(r));return t};_e.add=Sl;_e.addAll=Al;_e.cover=Rl;_e.data=Cl;_e.extent=Nl;_e.find=Ll;_e.remove=Pl;_e.removeAll=Dl;_e.root=Il;_e.size=Gl;_e.visit=Ml;_e.visitAfter=Ol;_e.x=zl;_e.y=Ul;function oe(t){return function(){return t}}function Oe(t){return(t()-.5)*1e-6}function Ip(t){return t.x+t.vx}function Gp(t){return t.y+t.vy}function Zi(t){var e,n,r,i=1,o=1;typeof t!="function"&&(t=oe(t==null?1:+t));function a(){for(var u,d=e.length,h,c,f,g,v,m,y=0;y<o;++y)for(h=xt(e,Ip,Gp).visitAfter(s),u=0;u<d;++u)c=e[u],v=n[c.index],m=v*v,f=c.x+c.vx,g=c.y+c.vy,h.visit(b);function b(k,_,N,D,I){var z=k.data,F=k.r,G=v+F;if(z){if(z.index>c.index){var U=f-z.x-z.vx,j=g-z.y-z.vy,Q=U*U+j*j;Q<G*G&&(U===0&&(U=Oe(r),Q+=U*U),j===0&&(j=Oe(r),Q+=j*j),Q=(G-(Q=Math.sqrt(Q)))/Q*i,c.vx+=(U*=Q)*(G=(F*=F)/(m+F)),c.vy+=(j*=Q)*G,z.vx-=U*(G=1-G),z.vy-=j*G)}return}return _>f+G||D<f-G||N>g+G||I<g-G}}function s(u){if(u.data)return u.r=n[u.data.index];for(var d=u.r=0;d<4;++d)u[d]&&u[d].r>u.r&&(u.r=u[d].r)}function l(){if(e){var u,d=e.length,h;for(n=new Array(d),u=0;u<d;++u)h=e[u],n[h.index]=+t(h,u,e)}}return a.initialize=function(u,d){e=u,r=d,l()},a.iterations=function(u){return arguments.length?(o=+u,a):o},a.strength=function(u){return arguments.length?(i=+u,a):i},a.radius=function(u){return arguments.length?(t=typeof u=="function"?u:oe(+u),l(),a):t},a}function Mp(t){return t.index}function Bl(t,e){var n=t.get(e);if(!n)throw new Error("node not found: "+e);return n}function Xi(t){var e=Mp,n=h,r,i=oe(30),o,a,s,l,u,d=1;t==null&&(t=[]);function h(m){return 1/Math.min(s[m.source.index],s[m.target.index])}function c(m){for(var y=0,b=t.length;y<d;++y)for(var k=0,_,N,D,I,z,F,G;k<b;++k)_=t[k],N=_.source,D=_.target,I=D.x+D.vx-N.x-N.vx||Oe(u),z=D.y+D.vy-N.y-N.vy||Oe(u),F=Math.sqrt(I*I+z*z),F=(F-o[k])/F*m*r[k],I*=F,z*=F,D.vx-=I*(G=l[k]),D.vy-=z*G,N.vx+=I*(G=1-G),N.vy+=z*G}function f(){if(a){var m,y=a.length,b=t.length,k=new Map(a.map((N,D)=>[e(N,D,a),N])),_;for(m=0,s=new Array(y);m<b;++m)_=t[m],_.index=m,typeof _.source!="object"&&(_.source=Bl(k,_.source)),typeof _.target!="object"&&(_.target=Bl(k,_.target)),s[_.source.index]=(s[_.source.index]||0)+1,s[_.target.index]=(s[_.target.index]||0)+1;for(m=0,l=new Array(b);m<b;++m)_=t[m],l[m]=s[_.source.index]/(s[_.source.index]+s[_.target.index]);r=new Array(b),g(),o=new Array(b),v()}}function g(){if(a)for(var m=0,y=t.length;m<y;++m)r[m]=+n(t[m],m,t)}function v(){if(a)for(var m=0,y=t.length;m<y;++m)o[m]=+i(t[m],m,t)}return c.initialize=function(m,y){a=m,u=y,f()},c.links=function(m){return arguments.length?(t=m,f(),c):t},c.id=function(m){return arguments.length?(e=m,c):e},c.iterations=function(m){return arguments.length?(d=+m,c):d},c.strength=function(m){return arguments.length?(n=typeof m=="function"?m:oe(+m),g(),c):n},c.distance=function(m){return arguments.length?(i=typeof m=="function"?m:oe(+m),v(),c):i},c}var Op={value:()=>{}};function Kl(){for(var t=0,e=arguments.length,n={},r;t<e;++t){if(!(r=arguments[t]+"")||r in n||/[\s.]/.test(r))throw new Error("illegal type: "+r);n[r]=[]}return new vr(n)}function vr(t){this._=t}function Fp(t,e){return t.trim().split(/^|\s+/).map(function(n){var r="",i=n.indexOf(".");if(i>=0&&(r=n.slice(i+1),n=n.slice(0,i)),n&&!e.hasOwnProperty(n))throw new Error("unknown type: "+n);return{type:n,name:r}})}vr.prototype=Kl.prototype={constructor:vr,on:function(t,e){var n=this._,r=Fp(t+"",n),i,o=-1,a=r.length;if(arguments.length<2){for(;++o<a;)if((i=(t=r[o]).type)&&(i=zp(n[i],t.name)))return i;return}if(e!=null&&typeof e!="function")throw new Error("invalid callback: "+e);for(;++o<a;)if(i=(t=r[o]).type)n[i]=Wl(n[i],t.name,e);else if(e==null)for(i in n)n[i]=Wl(n[i],t.name,null);return this},copy:function(){var t={},e=this._;for(var n in e)t[n]=e[n].slice();return new vr(t)},call:function(t,e){if((i=arguments.length-2)>0)for(var n=new Array(i),r=0,i,o;r<i;++r)n[r]=arguments[r+2];if(!this._.hasOwnProperty(t))throw new Error("unknown type: "+t);for(o=this._[t],r=0,i=o.length;r<i;++r)o[r].value.apply(e,n)},apply:function(t,e,n){if(!this._.hasOwnProperty(t))throw new Error("unknown type: "+t);for(var r=this._[t],i=0,o=r.length;i<o;++i)r[i].value.apply(e,n)}};function zp(t,e){for(var n=0,r=t.length,i;n<r;++n)if((i=t[n]).name===e)return i.value}function Wl(t,e,n){for(var r=0,i=t.length;r<i;++r)if(t[r].name===e){t[r]=Op,t=t.slice(0,r).concat(t.slice(r+1));break}return n!=null&&t.push({name:e,value:n}),t}var Qi=Kl;var Ht=0,pn=0,fn=0,jl=1e3,yr,gn,wr=0,_t=0,br=0,mn=typeof performance=="object"&&performance.now?performance:Date,ql=typeof window=="object"&&window.requestAnimationFrame?window.requestAnimationFrame.bind(window):function(t){setTimeout(t,17)};function to(){return _t||(ql($p),_t=mn.now()+br)}function $p(){_t=0}function Ji(){this._call=this._time=this._next=null}Ji.prototype=xr.prototype={constructor:Ji,restart:function(t,e,n){if(typeof t!="function")throw new TypeError("callback is not a function");n=(n==null?to():+n)+(e==null?0:+e),!this._next&&gn!==this&&(gn?gn._next=this:yr=this,gn=this),this._call=t,this._time=n,eo()},stop:function(){this._call&&(this._call=null,this._time=1/0,eo())}};function xr(t,e,n){var r=new Ji;return r.restart(t,e,n),r}function Yl(){to(),++Ht;for(var t=yr,e;t;)(e=_t-t._time)>=0&&t._call.call(void 0,e),t=t._next;--Ht}function Vl(){_t=(wr=mn.now())+br,Ht=pn=0;try{Yl()}finally{Ht=0,Hp(),_t=0}}function Up(){var t=mn.now(),e=t-wr;e>jl&&(br-=e,wr=t)}function Hp(){for(var t,e=yr,n,r=1/0;e;)e._call?(r>e._time&&(r=e._time),t=e,e=e._next):(n=e._next,e._next=null,e=t?t._next=n:yr=n);gn=t,eo(r)}function eo(t){if(!Ht){pn&&(pn=clearTimeout(pn));var e=t-_t;e>24?(t<1/0&&(pn=setTimeout(Vl,t-mn.now()-br)),fn&&(fn=clearInterval(fn))):(fn||(wr=mn.now(),fn=setInterval(Up,jl)),Ht=1,ql(Vl))}}function Zl(){let t=1;return()=>(t=(1664525*t+1013904223)%4294967296)/4294967296}function Xl(t){return t.x}function Ql(t){return t.y}var Bp=10,Wp=Math.PI*(3-Math.sqrt(5));function no(t){var e,n=1,r=.001,i=1-Math.pow(r,1/300),o=0,a=.6,s=new Map,l=xr(h),u=Qi("tick","end"),d=Zl();t==null&&(t=[]);function h(){c(),u.call("tick",e),n<r&&(l.stop(),u.call("end",e))}function c(v){var m,y=t.length,b;v===void 0&&(v=1);for(var k=0;k<v;++k)for(n+=(o-n)*i,s.forEach(function(_){_(n)}),m=0;m<y;++m)b=t[m],b.fx==null?b.x+=b.vx*=a:(b.x=b.fx,b.vx=0),b.fy==null?b.y+=b.vy*=a:(b.y=b.fy,b.vy=0);return e}function f(){for(var v=0,m=t.length,y;v<m;++v){if(y=t[v],y.index=v,y.fx!=null&&(y.x=y.fx),y.fy!=null&&(y.y=y.fy),isNaN(y.x)||isNaN(y.y)){var b=Bp*Math.sqrt(.5+v),k=v*Wp;y.x=b*Math.cos(k),y.y=b*Math.sin(k)}(isNaN(y.vx)||isNaN(y.vy))&&(y.vx=y.vy=0)}}function g(v){return v.initialize&&v.initialize(t,d),v}return f(),e={tick:c,restart:function(){return l.restart(h),e},stop:function(){return l.stop(),e},nodes:function(v){return arguments.length?(t=v,f(),s.forEach(g),e):t},alpha:function(v){return arguments.length?(n=+v,e):n},alphaMin:function(v){return arguments.length?(r=+v,e):r},alphaDecay:function(v){return arguments.length?(i=+v,e):+i},alphaTarget:function(v){return arguments.length?(o=+v,e):o},velocityDecay:function(v){return arguments.length?(a=1-v,e):1-a},randomSource:function(v){return arguments.length?(d=v,s.forEach(g),e):d},force:function(v,m){return arguments.length>1?(m==null?s.delete(v):s.set(v,g(m)),e):s.get(v)},find:function(v,m,y){var b=0,k=t.length,_,N,D,I,z;for(y==null?y=1/0:y*=y,b=0;b<k;++b)I=t[b],_=v-I.x,N=m-I.y,D=_*_+N*N,D<y&&(z=I,y=D);return z},on:function(v,m){return arguments.length>1?(u.on(v,m),e):u.on(v)}}}function ro(){var t,e,n,r,i=oe(-30),o,a=1,s=1/0,l=.81;function u(f){var g,v=t.length,m=xt(t,Xl,Ql).visitAfter(h);for(r=f,g=0;g<v;++g)e=t[g],m.visit(c)}function d(){if(t){var f,g=t.length,v;for(o=new Array(g),f=0;f<g;++f)v=t[f],o[v.index]=+i(v,f,t)}}function h(f){var g=0,v,m,y=0,b,k,_;if(f.length){for(b=k=_=0;_<4;++_)(v=f[_])&&(m=Math.abs(v.value))&&(g+=v.value,y+=m,b+=m*v.x,k+=m*v.y);f.x=b/y,f.y=k/y}else{v=f,v.x=v.data.x,v.y=v.data.y;do g+=o[v.data.index];while(v=v.next)}f.value=g}function c(f,g,v,m){if(!f.value)return!0;var y=f.x-e.x,b=f.y-e.y,k=m-g,_=y*y+b*b;if(k*k/l<_)return _<s&&(y===0&&(y=Oe(n),_+=y*y),b===0&&(b=Oe(n),_+=b*b),_<a&&(_=Math.sqrt(a*_)),e.vx+=y*f.value*r/_,e.vy+=b*f.value*r/_),!0;if(f.length||_>=s)return;(f.data!==e||f.next)&&(y===0&&(y=Oe(n),_+=y*y),b===0&&(b=Oe(n),_+=b*b),_<a&&(_=Math.sqrt(a*_)));do f.data!==e&&(k=o[f.data.index]*r/_,e.vx+=y*k,e.vy+=b*k);while(f=f.next)}return u.initialize=function(f,g){t=f,n=g,d()},u.strength=function(f){return arguments.length?(i=typeof f=="function"?f:oe(+f),d(),u):i},u.distanceMin=function(f){return arguments.length?(a=f*f,u):Math.sqrt(a)},u.distanceMax=function(f){return arguments.length?(s=f*f,u):Math.sqrt(s)},u.theta=function(f){return arguments.length?(l=f*f,u):Math.sqrt(l)},u}function io(t){var e=oe(.1),n,r,i;typeof t!="function"&&(t=oe(t==null?0:+t));function o(s){for(var l=0,u=n.length,d;l<u;++l)d=n[l],d.vx+=(i[l]-d.x)*r[l]*s}function a(){if(n){var s,l=n.length;for(r=new Array(l),i=new Array(l),s=0;s<l;++s)r[s]=isNaN(i[s]=+t(n[s],s,n))?0:+e(n[s],s,n)}}return o.initialize=function(s){n=s,a()},o.strength=function(s){return arguments.length?(e=typeof s=="function"?s:oe(+s),a(),o):e},o.x=function(s){return arguments.length?(t=typeof s=="function"?s:oe(+s),a(),o):t},o}function oo(t){var e=oe(.1),n,r,i;typeof t!="function"&&(t=oe(t==null?0:+t));function o(s){for(var l=0,u=n.length,d;l<u;++l)d=n[l],d.vy+=(i[l]-d.y)*r[l]*s}function a(){if(n){var s,l=n.length;for(r=new Array(l),i=new Array(l),s=0;s<l;++s)r[s]=isNaN(i[s]=+t(n[s],s,n))?0:+e(n[s],s,n)}}return o.initialize=function(s){n=s,a()},o.strength=function(s){return arguments.length?(e=typeof s=="function"?s:oe(+s),a(),o):e},o.y=function(s){return arguments.length?(t=typeof s=="function"?s:oe(+s),a(),o):t},o}var Kp=9,_r=6,kr=18,Vp=32,nu=9,Er=Kp+nu;function ao(t){let e=Number.isFinite(t)&&t>0?t:0,n=Math.min(1,Math.log2(1+e)/Math.log2(1+Vp));return _r+(kr-_r)*n}function so(t){return t+nu}var jp=300,ru=1,Jl=.001,qp=90,Yp=.02,Zp=170,Xp=.05,Qp=-50,eu=.09;function tu(t){return t==="contains"||t==="anchored-at"}function Jp(t){let e=Math.trunc(t)>>>0;return()=>(e=(1664525*e+1013904223)%4294967296)/4294967296}function eg(t){let e=[],n=new Set;for(let o of t.nodes)n.has(o.id)||(n.add(o.id),e.push(o.id));let r=[],i=new Set;for(let o of t.edges){if(o.source===o.target||!n.has(o.source)||!n.has(o.target))continue;let a=`${o.source}\0${o.target}\0${o.kind}`;i.has(a)||(i.add(a),r.push(o))}return{ids:e,edges:r}}function lo(t){let e=Xi(t.links).id(n=>n.id).distance(n=>tu(n.kind)?qp:Zp).strength(n=>tu(n.kind)?Yp:Xp).iterations(2);return no(t.nodes).randomSource(Jp(t.seed??ru)).force("charge",ro().strength(Qp)).force("link",e).force("collide",Zi(n=>n.r??Er).strength(1)).force("x",io(0).strength(eu)).force("y",oo(0).strength(eu)).stop()}function tg(t,e,n){let r=lo({nodes:t,links:e.map(({source:i,target:o,kind:a})=>({source:i,target:o,kind:a})),seed:n.seed}).alpha(n.warm?.3:1).alphaMin(Jl).alphaDecay(n.ticks>0?1-Math.pow(Jl,1/n.ticks):0);for(let i=0;i<n.ticks;i++)r.tick()}function iu(t,e={}){let n=Math.max(0,Math.trunc(e.ticks??jp)),{ids:r,edges:i}=eg(t),o=r.map(l=>{let u=e.initial?.get(l),d={id:l,vx:0,vy:0};return u!==void 0&&Number.isFinite(u.x)&&Number.isFinite(u.y)&&(d.x=u.x,d.y=u.y,e.pinWarm===!0&&(d.fx=u.x,d.fy=u.y)),d}),a=new Map;for(let l of i)a.set(l.source,(a.get(l.source)??0)+1),a.set(l.target,(a.get(l.target)??0)+1);for(let l of o)l.r=so(ao(a.get(l.id)??0));o.length>1&&tg(o,i,{ticks:n,seed:e.seed??ru,warm:e.initial!==void 0});let s=new Map;for(let l of o)s.set(l.id,{x:Number.isFinite(l.x)?l.x:0,y:Number.isFinite(l.y)?l.y:0});return s}function Te(t){if(t.kind==="external"&&t.detail.url){let e=t.detail.url.replace(/^[a-z]+:\/\//,"").replace(/^[^@\/]+@/,"").replace(/\.git$/,"").replace(/\/+$/,"");if(e)return e}return t.kind==="package"&&t.detail.manifest?`${t.label} (${t.detail.manifest})`:t.label}function ng(t){let e=new Map;for(let l of t.nodes)e.set(l.id,l);let n=new Map,r=new Map,i=new Set;for(let l of t.edges){if(l.kind==="contains"){let u=n.get(l.source);u?u.push(l.target):n.set(l.source,[l.target])}if(l.kind==="contains"||l.kind==="anchored-at"){let u=r.get(l.source);u?u.push(l.target):r.set(l.source,[l.target]),i.add(l.target)}}let o=l=>{if(!l.detail.path)return null;let u=l.detail.path,d=null,h=0,c=n.get("repository")??[];for(let f of c){let g=e.get(f);if(g&&g.kind==="module"&&g.detail.path){let v=g.detail.path;u.startsWith(v+"/")&&v.length>h&&(d=f,h=v.length)}}return d},a=new Map;for(let l of t.nodes){if(l.kind!=="entryPoint")continue;let u=o(l);if(u){let d=a.get(u);d?d.push(l.id):a.set(u,[l.id])}}let s=t.nodes.filter(l=>!i.has(l.id)).map(l=>l.id);return{byId:e,contains:n,tree:r,incoming:i,moduleEntries:a,roots:s}}function su(t){let e=new Set;for(let n of t.edges)(n.kind==="contains"||n.kind==="anchored-at")&&e.add(n.target);return t.nodes.filter(n=>!e.has(n.id)).map(n=>n.id)}function rg(t){return t==="gitState"||t==="external"||t==="package"||t==="entryPoint"}function ou(t){return t?t.kind==="module"||t.id.startsWith("vfolder:"):!1}function ig(t,e){return t.slice().sort((n,r)=>{let i=e.get(n),o=e.get(r),a=ou(i),s=ou(o);if(a!==s)return a?-1:1;let l=Te(i),u=Te(o);return l.localeCompare(u)})}function au(t,e,n){let r=Number(t);return Number.isFinite(r)?{kind:"count",n:r,unit:e,phrasing:n}:{kind:"text",text:n==="attribute"?`${e}=${t}`:`${t} ${e}`}}function og(t){switch(t.kind){case"note":return t.detail.updated?{kind:"relTime",iso:t.detail.updated}:null;case"module":return t.detail.files?au(t.detail.files,"files","attribute"):null;case"gitState":return t.detail.commit?{kind:"commit",sha:t.detail.commit}:null;case"repository":return t.detail.files?au(t.detail.files,"files","prose"):null;case"package":return t.detail.kind?{kind:"text",text:t.detail.kind}:null;case"entryPoint":return t.detail.summary?{kind:"text",text:"summary"}:null;default:return null}}function uo(t,e){let n=ng(t),{byId:r,tree:i,moduleEntries:o,roots:a}=n,s=g=>{let y=(i.get(g)??[]).filter(b=>{let k=r.get(b);if(!k||k.kind!=="entryPoint")return!0;for(let[,_]of o)if(_.includes(b))return!1;return!0}).concat(o.get(g)??[]);return y=y.filter(b=>r.has(b)),e.showInternals||(y=y.filter(b=>{let k=r.get(b);return!(k&&rg(k.kind))})),ig(y,r)},l=e.provFilter!==null||e.query.length>0,u=g=>!(e.provFilter!==null&&g.provenance!==e.provFilter||e.query.length>0&&!Te(g).toLowerCase().includes(e.query.toLowerCase())),d=new Set,h=g=>{let v=r.get(g),m=!1;for(let b of s(g))h(b)&&(m=!0);let y=u(v)||m;return y&&d.add(g),y};for(let g of a)h(g);let c=[],f=(g,v)=>{if(!d.has(g))return;let m=r.get(g),y=s(g),b=y.filter(_=>d.has(_)),k=l?b.length>0:e.expanded.has(g);if(c.push({id:g,depth:v,hasKids:y.length>0,expanded:k,label:Te(m),kind:m.kind,provenance:m.provenance,meta:og(m)}),k)for(let _ of b)f(_,v+1)};for(let g of a)f(g,0);return c}function co(t){if(!t.nodes.find(i=>i.kind==="vault"))return null;let n=t.nodes.some(i=>i.kind==="note"),r=t.nodes.some(i=>i.kind==="repository");return!n&&!r?"no notes yet — add one with the weave_note tool":null}function vn(t,e){if(!t)return"";let n=Date.parse(t);if(Number.isNaN(n))return"";let r=Math.max(0,Math.floor((e-n)/1e3));if(r<60)return"just now";let i=Math.floor(r/60);if(i<60)return`${i}m ago`;let o=Math.floor(i/60);if(o<24)return`${o}h ago`;let a=Math.floor(o/24);if(a<30)return`${a}d ago`;let s=Math.floor(a/30);return s<12?`${s}mo ago`:`${Math.floor(s/12)}y ago`}var ag=7;function ho(t,e){if(t===null)return"";switch(t.kind){case"relTime":return vn(t.iso,e);case"count":return t.phrasing==="attribute"?`${t.unit}=${t.n}`:`${t.n} ${t.unit}`;case"commit":return t.sha.slice(0,ag);case"text":return t.text}}var sg=["path","slug","source","updated","created","tags","files","languages","branch","commit","uncommitted changes","captured","manifest","kind","url","summarized files","summarized by","summarized at","summary","dangling links","warning","stale","preview","root","notes","state"];function fo(t,e){let n=new Map;for(let s of t.nodes)n.set(s.id,s);let r=n.get(e);if(!r)return null;let i=[];for(let s of sg){let l=r.detail[s];l===void 0||l===""||i.push({id:`meta:${s}`,label:s,value:l})}let o=[];for(let s of t.edges){if(s.source!==e)continue;let l=n.get(s.target);l&&o.push({id:`link:${s.kind}:${s.target}`,target:s.target,label:`${s.kind} → ${Te(l)}`,kind:l.kind,provenance:l.provenance,direction:"link"})}let a=[];for(let s of t.edges){if(s.kind!=="links-to"||s.target!==e)continue;let l=n.get(s.source);l&&a.push({id:`backlink:${s.source}`,target:s.source,label:`← ${Te(l)}`,kind:l.kind,provenance:l.provenance,direction:"backlink"})}return{id:e,label:Te(r),kind:r.kind,provenance:r.provenance,meta:i,links:o,backlinks:a}}function po(t,e){let n=new Set([t]);for(let r of e)r.source===t&&n.add(r.target),r.target===t&&n.add(r.source);return n}var lg=["contains","anchored-at"];function ug(t){return lg.includes(t)}function Sr(t,e){let n=new Map;for(let c of t.nodes)n.set(c.id,c);let r=cg(t,n),i=su(t),o=new Set,a=c=>{if(!o.has(c)&&(o.add(c),!!e.has(c)))for(let f of r.get(c)??[])a(f)};for(let c of i)a(c);let s=new Map;for(let c of r.keys())s.set(c,dg(c,r));let l=new Map;for(let c of t.nodes)if(!(!o.has(c.id)||e.has(c.id)))for(let f of s.get(c.id)??[])!o.has(f)&&!l.has(f)&&l.set(f,c.id);for(let c of t.nodes)!o.has(c.id)&&!l.has(c.id)&&o.add(c.id);let u=new Map;for(let[c,f]of r){let g=s.get(c);u.set(c,{children:f,descendants:g,members:g.filter(v=>l.get(v)===c),provenance:hg(g,n),expanded:e.has(c)})}let d=new Set,h=[];for(let c of t.nodes)o.has(c.id)?h.push(c):d.add(c.id);return{nodes:h,edges:fg(t.edges,o,l),clusters:u,hidden:d,representative:l,roots:i}}function cg(t,e){let n=new Map;for(let r of t.edges){if(!ug(r.kind)||!e.has(r.source)||!e.has(r.target))continue;let i=n.get(r.source);i===void 0?n.set(r.source,[r.target]):i.includes(r.target)||i.push(r.target)}return n}function dg(t,e){let n=[],r=new Set([t]),i=o=>{for(let a of e.get(o)??[])r.has(a)||(r.add(a),n.push(a),i(a))};return i(t),n}function hg(t,e){let n={human:0,agent:0,generated:0,none:0};for(let r of t){let i=e.get(r)?.provenance??null;i===null?n.none++:n[i]++}return n}function fg(t,e,n){let r=a=>e.has(a)?a:n.get(a),i=[],o=new Set;for(let a of t){let s=r(a.source),l=r(a.target);if(s===void 0||l===void 0||s===l)continue;let u=`${s}\0${l}\0${a.kind}`;o.has(u)||(o.add(u),i.push({source:s,target:l,kind:a.kind}))}return i}function go(t){let e=new Map;for(let n of t){if(n.kind!=="links-to")continue;let r=e.get(n.target);r?r.push(n.source):e.set(n.target,[n.source])}return e}var Bt=[null,"human","agent","generated"];function lu(t=["vault","repository"]){return{expanded:new Set(t),showInternals:!1,provFilter:null,query:""}}function kt(t){return{...t.model,danglingLinks:t.dangling}}function uu(t,e){return t===null?[]:uo(kt(t),e)}function yo(t,e){let n=new Set(t.expanded);return n.delete(e)||n.add(e),{...t,expanded:n}}function gg(t,e){if(t.expanded.has(e))return t;let n=new Set(t.expanded);return n.add(e),{...t,expanded:n}}function mg(t,e){if(!t.expanded.has(e))return t;let n=new Set(t.expanded);return n.delete(e),{...t,expanded:n}}function cu(t,e){return t.query===e?t:{...t,query:e}}function du(t){let e=Bt.indexOf(t.provFilter),n=Bt[(e+1)%Bt.length]??null;return{...t,provFilter:n}}function hu(t){return{...t,showInternals:!t.showInternals}}function Ar(t,e){return e===null?-1:t.findIndex(n=>n.id===e)}function vo(t,e){return t[e]?.id??null}function mo(t,e,n){if(t.length===0)return null;let r=Ar(t,e),i=r===-1?n>0?-1:t.length:r;return vo(t,Math.min(t.length-1,Math.max(0,i+n)))}function vg(t,e){let n=Ar(t,e),r=n<=0?void 0:t[n];if(r===void 0)return null;for(let i of t.slice(0,n).reverse())if(i.depth<r.depth)return i.id;return null}var yg={j:"ArrowDown",k:"ArrowUp"};function wg(t){return yg[t]??t}function fu(t,e,n,r,i=!1){let o={state:e,selectedId:n,handled:!1};if(i)return o;let a=h=>({state:e,selectedId:h,handled:!0}),s=wg(r);if(s==="ArrowDown")return a(mo(t,n,1));if(s==="ArrowUp")return a(mo(t,n,-1));if(s==="Home")return a(vo(t,0));if(s==="End")return a(vo(t,t.length-1));if(s!=="ArrowRight"&&s!=="ArrowLeft")return o;let l=Ar(t,n),u=l===-1?void 0:t[l];if(u===void 0||n===null)return o;if(s==="ArrowRight")return u.hasKids?u.expanded?a(mo(t,n,1)):{state:gg(e,n),selectedId:n,handled:!0}:o;if(u.hasKids&&u.expanded)return{state:mg(e,n),selectedId:n,handled:!0};let d=vg(t,n);return d===null?o:a(d)}var bg={vault:"vault",note:"note",repository:"repository",module:"module",package:"package",entryPoint:"entryPoint",gitState:"gitState",external:"external",file:"file"};function wo(t){return bg[t]}var xg={human:"●",agent:"◐",generated:"○"};function Et(t){return t===null?"":xg[t]}function Wt(t){return t===null?"":`${t}-authored`}function pu(t){return`weave-row-${t.replace(/[^A-Za-z0-9_-]/g,"-")}`}function _g(t){let e=t.map(()=>({posinset:1,setsize:1})),n=[],r=i=>{for(let o of n.splice(i+1))for(let[a,s]of o.entries())e[s]={posinset:a+1,setsize:o.length}};for(let[i,o]of t.entries()){r(o.depth);let a=n[o.depth];if(a===void 0){for(a=[];n.length<o.depth;)n.push([]);n.push(a)}a.push(i)}return r(-1),e}function kg(t,e,n,r={posinset:1,setsize:1}){let i=t.hasKids?t.expanded?"open":"closed":"leaf";return{id:t.id,domId:pu(t.id),posinset:r.posinset,setsize:r.setsize,depth:t.depth,label:t.label,kind:t.kind,kindIcon:wo(t.kind),provenance:t.provenance,provenanceGlyph:Et(t.provenance),provenanceTitle:Wt(t.provenance),twisty:i,hasKids:t.hasKids,expanded:t.expanded,selected:t.id===e,meta:ho(t.meta,n),level:t.depth+1}}function gu(t,e,n){let r=_g(t);return t.map((i,o)=>kg(i,e,n,r[o]))}function mu(t,e){return Ar(t,e)===-1?null:pu(e)}function vu(t){return{"--weave-depth":String(Math.max(0,t))}}function Tr(t){return t===null?"all":t}function yu(t){let e=Bt.indexOf(t),n=Bt[(e+1)%Bt.length]??null;return`provenance filter: ${Tr(t)} — click for ${Tr(n)}`}function wu(t){return t?"internals":"knowledge"}function bu(t){return t?"showing git state, packages, externals and entry points — click to hide":"hiding git state, packages, externals and entry points — click to show"}var xu="filter…",_u="Vault and repository",ku="Filter the tree",Eu="Filter the tree (/)";function Su(t,e,n){if(t===null)return"loading…";let r=co(kt(t));return r!==null?r:e.length>0?null:n.query.length>0||n.provFilter!==null?"nothing matches this filter — clear it to see the whole vault":"nothing to show"}function Tu(t){return t.length===1?"1 row":`${t.length} rows`}var Rr={dark:{accent:"#c6a0f6",success:"#a6da95",warning:"#eed49f",dim:"#a5adcb",text:"#cad3f5",muted:"#939ab7",line:"#494d64",ground:"#24273a"},light:{accent:"#7113ec",success:"#28641b",warning:"#7c4f10",dim:"#56586a",text:"#4c4f69",muted:"#606274",line:"#bcc0cc",ground:"#eff1f5"}},Eg={vault:"accent",note:"text",repository:"accent",module:"dim",package:"dim",entryPoint:"dim",gitState:"dim",external:"dim",file:"dim"},Sg={contains:"dim","anchored-at":"dim","links-to":"accent",mentions:"accent"};function Tg(t,e){return Rr[e][Eg[t]]}function Au(t,e){return Rr[e][Sg[t]]}function Ag(t,e){return Rg(t)?bo(Au(t,e),e,Ng):Au(t,e)}function Rg(t){return t==="contains"||t==="anchored-at"}var Cg=.85,Ng=.3;function Lg(t,e,n){let r=l=>/^#[0-9a-f]{6}$/.test(l)?[Number.parseInt(l.slice(1,3),16),Number.parseInt(l.slice(3,5),16),Number.parseInt(l.slice(5,7),16)]:null,i=r(t),o=r(e);if(i===null||o===null)return t;let a=Math.min(1,Math.max(0,Number.isFinite(n)?n:0)),s=(l,u)=>Math.round(l+(u-l)*a).toString(16).padStart(2,"0");return`#${s(i[0],o[0])}${s(i[1],o[1])}${s(i[2],o[2])}`}function bo(t,e,n=Cg){return Lg(t,Rr[e].ground,n)}var Pg={contains:1,"anchored-at":1,"links-to":1.4,mentions:1},Dg=1.6,Ru=32,Ig=Ru/2;function Gg(t,e=Ru){if(e<=0)return t.length>0?"…":t;if(t.length<=e)return t;let n=e-1,i=t.slice(0,n).lastIndexOf(" "),o=i>=Ig?i:n;return`${t.slice(0,o).trimEnd()}…`}function Mg(t){let e=Et(t.provenance),n=Te(t);return Gg(e===""?n:`${e} ${n}`)}function Cu(t){let e=1/0,n=1/0,r=-1/0,i=-1/0,o=0;for(let a of t)!Number.isFinite(a.x)||!Number.isFinite(a.y)||(o++,a.x<e&&(e=a.x),a.x>r&&(r=a.x),a.y<n&&(n=a.y),a.y>i&&(i=a.y));return o===0?null:{x:[e,r],y:[n,i]}}var Nu={nodes:[],edges:[]};function Lu(t){return`${t.source}\0${t.target}\0${t.kind}`}function Og(t,e){let n=new Map,r=new Set;for(let i of t){if(i.source===i.target||!e.has(i.source)||!e.has(i.target))continue;let o=Lu(i);r.has(o)||(r.add(o),n.set(i.source,(n.get(i.source)??0)+1),n.set(i.target,(n.get(i.target)??0)+1))}return n}function Pu(t,e,n,r){let i=new Map;for(let d of t){if(i.has(d.id))continue;let h=n.get(d.id);h===void 0||!Number.isFinite(h.x)||!Number.isFinite(h.y)||i.set(d.id,d)}let o=new Set(i.keys()),a=Og(e,o),s=[];for(let[d,h]of i){let c=n.get(d),f=ao(a.get(d)??0);s.push({id:d,x:c.x,y:c.y,size:f,label:Mg(h),color:Tg(h.kind,r),kind:h.kind,provenance:h.provenance,zIndex:Math.round(f),type:"circle"})}let l=[],u=new Set;for(let d of e){if(d.source===d.target||!o.has(d.source)||!o.has(d.target))continue;let h=Lu(d);u.has(h)||(u.add(h),l.push({key:h,source:d.source,target:d.target,size:Pg[d.kind],color:Ag(d.kind,r),kind:d.kind,zIndex:0,type:"line"}))}return{nodes:s,edges:l}}function Du(t){return(e,n,r)=>t===null?{}:t.has(e)?{zIndex:n.zIndex+Fg}:{color:bo(n.color,r),label:null,zIndex:0}}var Fg=kr+1;function Iu(t){return(e,n,r)=>t===null?{}:t.has(n.source)&&t.has(n.target)?{zIndex:1,size:n.size*Dg}:{color:bo(n.color,r)}}var zg=(_r+kr)/2,$g=Er*4,Ug=1;function Gu(t){let e=Rr[t];return{hideEdgesOnMove:!0,enableCameraPanning:!0,renderEdgeLabels:!1,labelDensity:Ug,labelGridCellSize:$g,labelRenderedSizeThreshold:zg,labelFont:"inherit",labelSize:11,labelColor:{color:e.text},defaultNodeColor:e.dim,defaultEdgeColor:e.line,defaultNodeType:"circle",defaultEdgeType:"line",minEdgeThickness:.6,zIndex:!0,itemSizesReference:"positions",zoomToSizeRatioFunction:n=>n,stagePadding:Er,allowInvalidContainer:!0}}var zu=on(sr(),1);function Hg(){let t=arguments[0];for(let e=1,n=arguments.length;e<n;e++)if(arguments[e])for(let r in arguments[e])t[r]=arguments[e][r];return t}var ue=Hg;typeof Object.assign=="function"&&(ue=Object.assign);function Pe(t,e,n,r){let i=t._nodes.get(e),o=null;return i&&(r==="mixed"?o=i.out&&i.out[n]||i.undirected&&i.undirected[n]:r==="directed"?o=i.out&&i.out[n]:o=i.undirected&&i.undirected[n]),o}function me(t){return typeof t=="object"&&t!==null}function $u(t){let e;for(e in t)return!1;return!0}function Le(t,e,n){Object.defineProperty(t,e,{enumerable:!1,configurable:!1,writable:!0,value:n})}function Fe(t,e,n){let r={enumerable:!0,configurable:!0};typeof n=="function"?r.get=n:(r.value=n,r.writable=!1),Object.defineProperty(t,e,r)}function Mu(t){return!(!me(t)||t.attributes&&!Array.isArray(t.attributes))}function Bg(){let t=Math.floor(Math.random()*256)&255;return()=>t++}function Je(){let t=arguments,e=null,n=-1;return{[Symbol.iterator](){return this},next(){let r=null;do{if(e===null){if(n++,n>=t.length)return{done:!0};e=t[n][Symbol.iterator]()}if(r=e.next(),r.done){e=null;continue}break}while(!0);return r}}}function Vt(){return{[Symbol.iterator](){return this},next(){return{done:!0}}}}var bn=class extends Error{constructor(e){super(),this.name="GraphError",this.message=e}},C=class t extends bn{constructor(e){super(e),this.name="InvalidArgumentsGraphError",typeof Error.captureStackTrace=="function"&&Error.captureStackTrace(this,t.prototype.constructor)}},A=class t extends bn{constructor(e){super(e),this.name="NotFoundGraphError",typeof Error.captureStackTrace=="function"&&Error.captureStackTrace(this,t.prototype.constructor)}},M=class t extends bn{constructor(e){super(e),this.name="UsageGraphError",typeof Error.captureStackTrace=="function"&&Error.captureStackTrace(this,t.prototype.constructor)}};function Uu(t,e){this.key=t,this.attributes=e,this.clear()}Uu.prototype.clear=function(){this.inDegree=0,this.outDegree=0,this.undirectedDegree=0,this.undirectedLoops=0,this.directedLoops=0,this.in={},this.out={},this.undirected={}};function Hu(t,e){this.key=t,this.attributes=e,this.clear()}Hu.prototype.clear=function(){this.inDegree=0,this.outDegree=0,this.directedLoops=0,this.in={},this.out={}};function Bu(t,e){this.key=t,this.attributes=e,this.clear()}Bu.prototype.clear=function(){this.undirectedDegree=0,this.undirectedLoops=0,this.undirected={}};function jt(t,e,n,r,i){this.key=e,this.attributes=i,this.undirected=t,this.source=n,this.target=r}jt.prototype.attach=function(){let t="out",e="in";this.undirected&&(t=e="undirected");let n=this.source.key,r=this.target.key;this.source[t][r]=this,!(this.undirected&&n===r)&&(this.target[e][n]=this)};jt.prototype.attachMulti=function(){let t="out",e="in",n=this.source.key,r=this.target.key;this.undirected&&(t=e="undirected");let i=this.source[t],o=i[r];if(typeof o>"u"){i[r]=this,this.undirected&&n===r||(this.target[e][n]=this);return}o.previous=this,this.next=o,i[r]=this,this.target[e][n]=this};jt.prototype.detach=function(){let t=this.source.key,e=this.target.key,n="out",r="in";this.undirected&&(n=r="undirected"),delete this.source[n][e],delete this.target[r][t]};jt.prototype.detachMulti=function(){let t=this.source.key,e=this.target.key,n="out",r="in";this.undirected&&(n=r="undirected"),this.previous===void 0?this.next===void 0?(delete this.source[n][e],delete this.target[r][t]):(this.next.previous=void 0,this.source[n][e]=this.next,this.target[r][t]=this.next):(this.previous.next=this.next,this.next!==void 0&&(this.next.previous=this.previous))};var Wu=0,Ku=1,Wg=2,Vu=3;function et(t,e,n,r,i,o,a){let s,l,u,d;if(r=""+r,n===Wu){if(s=t._nodes.get(r),!s)throw new A(`Graph.${e}: could not find the "${r}" node in the graph.`);u=i,d=o}else if(n===Vu){if(i=""+i,l=t._edges.get(i),!l)throw new A(`Graph.${e}: could not find the "${i}" edge in the graph.`);let h=l.source.key,c=l.target.key;if(r===h)s=l.target;else if(r===c)s=l.source;else throw new A(`Graph.${e}: the "${r}" node is not attached to the "${i}" edge (${h}, ${c}).`);u=o,d=a}else{if(l=t._edges.get(r),!l)throw new A(`Graph.${e}: could not find the "${r}" edge in the graph.`);n===Ku?s=l.source:s=l.target,u=i,d=o}return[s,u,d]}function Kg(t,e,n){t.prototype[e]=function(r,i,o){let[a,s]=et(this,e,n,r,i,o);return a.attributes[s]}}function Vg(t,e,n){t.prototype[e]=function(r,i){let[o]=et(this,e,n,r,i);return o.attributes}}function jg(t,e,n){t.prototype[e]=function(r,i,o){let[a,s]=et(this,e,n,r,i,o);return a.attributes.hasOwnProperty(s)}}function qg(t,e,n){t.prototype[e]=function(r,i,o,a){let[s,l,u]=et(this,e,n,r,i,o,a);return s.attributes[l]=u,this.emit("nodeAttributesUpdated",{key:s.key,type:"set",attributes:s.attributes,name:l}),this}}function Yg(t,e,n){t.prototype[e]=function(r,i,o,a){let[s,l,u]=et(this,e,n,r,i,o,a);if(typeof u!="function")throw new C(`Graph.${e}: updater should be a function.`);let d=s.attributes,h=u(d[l]);return d[l]=h,this.emit("nodeAttributesUpdated",{key:s.key,type:"set",attributes:s.attributes,name:l}),this}}function Zg(t,e,n){t.prototype[e]=function(r,i,o){let[a,s]=et(this,e,n,r,i,o);return delete a.attributes[s],this.emit("nodeAttributesUpdated",{key:a.key,type:"remove",attributes:a.attributes,name:s}),this}}function Xg(t,e,n){t.prototype[e]=function(r,i,o){let[a,s]=et(this,e,n,r,i,o);if(!me(s))throw new C(`Graph.${e}: provided attributes are not a plain object.`);return a.attributes=s,this.emit("nodeAttributesUpdated",{key:a.key,type:"replace",attributes:a.attributes}),this}}function Qg(t,e,n){t.prototype[e]=function(r,i,o){let[a,s]=et(this,e,n,r,i,o);if(!me(s))throw new C(`Graph.${e}: provided attributes are not a plain object.`);return ue(a.attributes,s),this.emit("nodeAttributesUpdated",{key:a.key,type:"merge",attributes:a.attributes,data:s}),this}}function Jg(t,e,n){t.prototype[e]=function(r,i,o){let[a,s]=et(this,e,n,r,i,o);if(typeof s!="function")throw new C(`Graph.${e}: provided updater is not a function.`);return a.attributes=s(a.attributes),this.emit("nodeAttributesUpdated",{key:a.key,type:"update",attributes:a.attributes}),this}}var em=[{name:t=>`get${t}Attribute`,attacher:Kg},{name:t=>`get${t}Attributes`,attacher:Vg},{name:t=>`has${t}Attribute`,attacher:jg},{name:t=>`set${t}Attribute`,attacher:qg},{name:t=>`update${t}Attribute`,attacher:Yg},{name:t=>`remove${t}Attribute`,attacher:Zg},{name:t=>`replace${t}Attributes`,attacher:Xg},{name:t=>`merge${t}Attributes`,attacher:Qg},{name:t=>`update${t}Attributes`,attacher:Jg}];function tm(t){em.forEach(function({name:e,attacher:n}){n(t,e("Node"),Wu),n(t,e("Source"),Ku),n(t,e("Target"),Wg),n(t,e("Opposite"),Vu)})}function nm(t,e,n){t.prototype[e]=function(r,i){let o;if(this.type!=="mixed"&&n!=="mixed"&&n!==this.type)throw new M(`Graph.${e}: cannot find this type of edges in your ${this.type} graph.`);if(arguments.length>2){if(this.multi)throw new M(`Graph.${e}: cannot use a {source,target} combo when asking about an edge's attributes in a MultiGraph since we cannot infer the one you want information about.`);let a=""+r,s=""+i;if(i=arguments[2],o=Pe(this,a,s,n),!o)throw new A(`Graph.${e}: could not find an edge for the given path ("${a}" - "${s}").`)}else{if(n!=="mixed")throw new M(`Graph.${e}: calling this method with only a key (vs. a source and target) does not make sense since an edge with this key could have the other type.`);if(r=""+r,o=this._edges.get(r),!o)throw new A(`Graph.${e}: could not find the "${r}" edge in the graph.`)}return o.attributes[i]}}function rm(t,e,n){t.prototype[e]=function(r){let i;if(this.type!=="mixed"&&n!=="mixed"&&n!==this.type)throw new M(`Graph.${e}: cannot find this type of edges in your ${this.type} graph.`);if(arguments.length>1){if(this.multi)throw new M(`Graph.${e}: cannot use a {source,target} combo when asking about an edge's attributes in a MultiGraph since we cannot infer the one you want information about.`);let o=""+r,a=""+arguments[1];if(i=Pe(this,o,a,n),!i)throw new A(`Graph.${e}: could not find an edge for the given path ("${o}" - "${a}").`)}else{if(n!=="mixed")throw new M(`Graph.${e}: calling this method with only a key (vs. a source and target) does not make sense since an edge with this key could have the other type.`);if(r=""+r,i=this._edges.get(r),!i)throw new A(`Graph.${e}: could not find the "${r}" edge in the graph.`)}return i.attributes}}function im(t,e,n){t.prototype[e]=function(r,i){let o;if(this.type!=="mixed"&&n!=="mixed"&&n!==this.type)throw new M(`Graph.${e}: cannot find this type of edges in your ${this.type} graph.`);if(arguments.length>2){if(this.multi)throw new M(`Graph.${e}: cannot use a {source,target} combo when asking about an edge's attributes in a MultiGraph since we cannot infer the one you want information about.`);let a=""+r,s=""+i;if(i=arguments[2],o=Pe(this,a,s,n),!o)throw new A(`Graph.${e}: could not find an edge for the given path ("${a}" - "${s}").`)}else{if(n!=="mixed")throw new M(`Graph.${e}: calling this method with only a key (vs. a source and target) does not make sense since an edge with this key could have the other type.`);if(r=""+r,o=this._edges.get(r),!o)throw new A(`Graph.${e}: could not find the "${r}" edge in the graph.`)}return o.attributes.hasOwnProperty(i)}}function om(t,e,n){t.prototype[e]=function(r,i,o){let a;if(this.type!=="mixed"&&n!=="mixed"&&n!==this.type)throw new M(`Graph.${e}: cannot find this type of edges in your ${this.type} graph.`);if(arguments.length>3){if(this.multi)throw new M(`Graph.${e}: cannot use a {source,target} combo when asking about an edge's attributes in a MultiGraph since we cannot infer the one you want information about.`);let s=""+r,l=""+i;if(i=arguments[2],o=arguments[3],a=Pe(this,s,l,n),!a)throw new A(`Graph.${e}: could not find an edge for the given path ("${s}" - "${l}").`)}else{if(n!=="mixed")throw new M(`Graph.${e}: calling this method with only a key (vs. a source and target) does not make sense since an edge with this key could have the other type.`);if(r=""+r,a=this._edges.get(r),!a)throw new A(`Graph.${e}: could not find the "${r}" edge in the graph.`)}return a.attributes[i]=o,this.emit("edgeAttributesUpdated",{key:a.key,type:"set",attributes:a.attributes,name:i}),this}}function am(t,e,n){t.prototype[e]=function(r,i,o){let a;if(this.type!=="mixed"&&n!=="mixed"&&n!==this.type)throw new M(`Graph.${e}: cannot find this type of edges in your ${this.type} graph.`);if(arguments.length>3){if(this.multi)throw new M(`Graph.${e}: cannot use a {source,target} combo when asking about an edge's attributes in a MultiGraph since we cannot infer the one you want information about.`);let s=""+r,l=""+i;if(i=arguments[2],o=arguments[3],a=Pe(this,s,l,n),!a)throw new A(`Graph.${e}: could not find an edge for the given path ("${s}" - "${l}").`)}else{if(n!=="mixed")throw new M(`Graph.${e}: calling this method with only a key (vs. a source and target) does not make sense since an edge with this key could have the other type.`);if(r=""+r,a=this._edges.get(r),!a)throw new A(`Graph.${e}: could not find the "${r}" edge in the graph.`)}if(typeof o!="function")throw new C(`Graph.${e}: updater should be a function.`);return a.attributes[i]=o(a.attributes[i]),this.emit("edgeAttributesUpdated",{key:a.key,type:"set",attributes:a.attributes,name:i}),this}}function sm(t,e,n){t.prototype[e]=function(r,i){let o;if(this.type!=="mixed"&&n!=="mixed"&&n!==this.type)throw new M(`Graph.${e}: cannot find this type of edges in your ${this.type} graph.`);if(arguments.length>2){if(this.multi)throw new M(`Graph.${e}: cannot use a {source,target} combo when asking about an edge's attributes in a MultiGraph since we cannot infer the one you want information about.`);let a=""+r,s=""+i;if(i=arguments[2],o=Pe(this,a,s,n),!o)throw new A(`Graph.${e}: could not find an edge for the given path ("${a}" - "${s}").`)}else{if(n!=="mixed")throw new M(`Graph.${e}: calling this method with only a key (vs. a source and target) does not make sense since an edge with this key could have the other type.`);if(r=""+r,o=this._edges.get(r),!o)throw new A(`Graph.${e}: could not find the "${r}" edge in the graph.`)}return delete o.attributes[i],this.emit("edgeAttributesUpdated",{key:o.key,type:"remove",attributes:o.attributes,name:i}),this}}function lm(t,e,n){t.prototype[e]=function(r,i){let o;if(this.type!=="mixed"&&n!=="mixed"&&n!==this.type)throw new M(`Graph.${e}: cannot find this type of edges in your ${this.type} graph.`);if(arguments.length>2){if(this.multi)throw new M(`Graph.${e}: cannot use a {source,target} combo when asking about an edge's attributes in a MultiGraph since we cannot infer the one you want information about.`);let a=""+r,s=""+i;if(i=arguments[2],o=Pe(this,a,s,n),!o)throw new A(`Graph.${e}: could not find an edge for the given path ("${a}" - "${s}").`)}else{if(n!=="mixed")throw new M(`Graph.${e}: calling this method with only a key (vs. a source and target) does not make sense since an edge with this key could have the other type.`);if(r=""+r,o=this._edges.get(r),!o)throw new A(`Graph.${e}: could not find the "${r}" edge in the graph.`)}if(!me(i))throw new C(`Graph.${e}: provided attributes are not a plain object.`);return o.attributes=i,this.emit("edgeAttributesUpdated",{key:o.key,type:"replace",attributes:o.attributes}),this}}function um(t,e,n){t.prototype[e]=function(r,i){let o;if(this.type!=="mixed"&&n!=="mixed"&&n!==this.type)throw new M(`Graph.${e}: cannot find this type of edges in your ${this.type} graph.`);if(arguments.length>2){if(this.multi)throw new M(`Graph.${e}: cannot use a {source,target} combo when asking about an edge's attributes in a MultiGraph since we cannot infer the one you want information about.`);let a=""+r,s=""+i;if(i=arguments[2],o=Pe(this,a,s,n),!o)throw new A(`Graph.${e}: could not find an edge for the given path ("${a}" - "${s}").`)}else{if(n!=="mixed")throw new M(`Graph.${e}: calling this method with only a key (vs. a source and target) does not make sense since an edge with this key could have the other type.`);if(r=""+r,o=this._edges.get(r),!o)throw new A(`Graph.${e}: could not find the "${r}" edge in the graph.`)}if(!me(i))throw new C(`Graph.${e}: provided attributes are not a plain object.`);return ue(o.attributes,i),this.emit("edgeAttributesUpdated",{key:o.key,type:"merge",attributes:o.attributes,data:i}),this}}function cm(t,e,n){t.prototype[e]=function(r,i){let o;if(this.type!=="mixed"&&n!=="mixed"&&n!==this.type)throw new M(`Graph.${e}: cannot find this type of edges in your ${this.type} graph.`);if(arguments.length>2){if(this.multi)throw new M(`Graph.${e}: cannot use a {source,target} combo when asking about an edge's attributes in a MultiGraph since we cannot infer the one you want information about.`);let a=""+r,s=""+i;if(i=arguments[2],o=Pe(this,a,s,n),!o)throw new A(`Graph.${e}: could not find an edge for the given path ("${a}" - "${s}").`)}else{if(n!=="mixed")throw new M(`Graph.${e}: calling this method with only a key (vs. a source and target) does not make sense since an edge with this key could have the other type.`);if(r=""+r,o=this._edges.get(r),!o)throw new A(`Graph.${e}: could not find the "${r}" edge in the graph.`)}if(typeof i!="function")throw new C(`Graph.${e}: provided updater is not a function.`);return o.attributes=i(o.attributes),this.emit("edgeAttributesUpdated",{key:o.key,type:"update",attributes:o.attributes}),this}}var dm=[{name:t=>`get${t}Attribute`,attacher:nm},{name:t=>`get${t}Attributes`,attacher:rm},{name:t=>`has${t}Attribute`,attacher:im},{name:t=>`set${t}Attribute`,attacher:om},{name:t=>`update${t}Attribute`,attacher:am},{name:t=>`remove${t}Attribute`,attacher:sm},{name:t=>`replace${t}Attributes`,attacher:lm},{name:t=>`merge${t}Attributes`,attacher:um},{name:t=>`update${t}Attributes`,attacher:cm}];function hm(t){dm.forEach(function({name:e,attacher:n}){n(t,e("Edge"),"mixed"),n(t,e("DirectedEdge"),"directed"),n(t,e("UndirectedEdge"),"undirected")})}var fm=[{name:"edges",type:"mixed"},{name:"inEdges",type:"directed",direction:"in"},{name:"outEdges",type:"directed",direction:"out"},{name:"inboundEdges",type:"mixed",direction:"in"},{name:"outboundEdges",type:"mixed",direction:"out"},{name:"directedEdges",type:"directed"},{name:"undirectedEdges",type:"undirected"}];function pm(t,e,n,r){let i=!1;for(let o in e){if(o===r)continue;let a=e[o];if(i=n(a.key,a.attributes,a.source.key,a.target.key,a.source.attributes,a.target.attributes,a.undirected),t&&i)return a.key}}function gm(t,e,n,r){let i,o,a,s=!1;for(let l in e)if(l!==r){i=e[l];do{if(o=i.source,a=i.target,s=n(i.key,i.attributes,o.key,a.key,o.attributes,a.attributes,i.undirected),t&&s)return i.key;i=i.next}while(i!==void 0)}}function xo(t,e){let n=Object.keys(t),r=n.length,i,o=0;return{[Symbol.iterator](){return this},next(){do if(i)i=i.next;else{if(o>=r)return{done:!0};let a=n[o++];if(a===e){i=void 0;continue}i=t[a]}while(!i);return{done:!1,value:{edge:i.key,attributes:i.attributes,source:i.source.key,target:i.target.key,sourceAttributes:i.source.attributes,targetAttributes:i.target.attributes,undirected:i.undirected}}}}}function mm(t,e,n,r){let i=e[n];if(!i)return;let o=i.source,a=i.target;if(r(i.key,i.attributes,o.key,a.key,o.attributes,a.attributes,i.undirected)&&t)return i.key}function vm(t,e,n,r){let i=e[n];if(!i)return;let o=!1;do{if(o=r(i.key,i.attributes,i.source.key,i.target.key,i.source.attributes,i.target.attributes,i.undirected),t&&o)return i.key;i=i.next}while(i!==void 0)}function _o(t,e){let n=t[e];if(n.next!==void 0)return{[Symbol.iterator](){return this},next(){if(!n)return{done:!0};let i={edge:n.key,attributes:n.attributes,source:n.source.key,target:n.target.key,sourceAttributes:n.source.attributes,targetAttributes:n.target.attributes,undirected:n.undirected};return n=n.next,{done:!1,value:i}}};let r=!1;return{[Symbol.iterator](){return this},next(){return r===!0?{done:!0}:(r=!0,{done:!1,value:{edge:n.key,attributes:n.attributes,source:n.source.key,target:n.target.key,sourceAttributes:n.source.attributes,targetAttributes:n.target.attributes,undirected:n.undirected}})}}}function ym(t,e){if(t.size===0)return[];if(e==="mixed"||e===t.type)return Array.from(t._edges.keys());let n=e==="undirected"?t.undirectedSize:t.directedSize,r=new Array(n),i=e==="undirected",o=t._edges.values(),a=0,s,l;for(;s=o.next(),s.done!==!0;)l=s.value,l.undirected===i&&(r[a++]=l.key);return r}function ju(t,e,n,r){if(e.size===0)return;let i=n!=="mixed"&&n!==e.type,o=n==="undirected",a,s,l=!1,u=e._edges.values();for(;a=u.next(),a.done!==!0;){if(s=a.value,i&&s.undirected!==o)continue;let{key:d,attributes:h,source:c,target:f}=s;if(l=r(d,h,c.key,f.key,c.attributes,f.attributes,s.undirected),t&&l)return d}}function wm(t,e){if(t.size===0)return Vt();let n=e!=="mixed"&&e!==t.type,r=e==="undirected",i=t._edges.values();return{[Symbol.iterator](){return this},next(){let o,a;for(;;){if(o=i.next(),o.done)return o;if(a=o.value,!(n&&a.undirected!==r))break}return{value:{edge:a.key,attributes:a.attributes,source:a.source.key,target:a.target.key,sourceAttributes:a.source.attributes,targetAttributes:a.target.attributes,undirected:a.undirected},done:!1}}}}function ko(t,e,n,r,i,o){let a=e?gm:pm,s;if(n!=="undirected"&&(r!=="out"&&(s=a(t,i.in,o),t&&s)||r!=="in"&&(s=a(t,i.out,o,r?void 0:i.key),t&&s))||n!=="directed"&&(s=a(t,i.undirected,o),t&&s))return s}function bm(t,e,n,r){let i=[];return ko(!1,t,e,n,r,function(o){i.push(o)}),i}function xm(t,e,n){let r=Vt();return t!=="undirected"&&(e!=="out"&&typeof n.in<"u"&&(r=Je(r,xo(n.in))),e!=="in"&&typeof n.out<"u"&&(r=Je(r,xo(n.out,e?void 0:n.key)))),t!=="directed"&&typeof n.undirected<"u"&&(r=Je(r,xo(n.undirected))),r}function Eo(t,e,n,r,i,o,a){let s=n?vm:mm,l;if(e!=="undirected"&&(typeof i.in<"u"&&r!=="out"&&(l=s(t,i.in,o,a),t&&l)||typeof i.out<"u"&&r!=="in"&&(r||i.key!==o)&&(l=s(t,i.out,o,a),t&&l))||e!=="directed"&&typeof i.undirected<"u"&&(l=s(t,i.undirected,o,a),t&&l))return l}function _m(t,e,n,r,i){let o=[];return Eo(!1,t,e,n,r,i,function(a){o.push(a)}),o}function km(t,e,n,r){let i=Vt();return t!=="undirected"&&(typeof n.in<"u"&&e!=="out"&&r in n.in&&(i=Je(i,_o(n.in,r))),typeof n.out<"u"&&e!=="in"&&r in n.out&&(e||n.key!==r)&&(i=Je(i,_o(n.out,r)))),t!=="directed"&&typeof n.undirected<"u"&&r in n.undirected&&(i=Je(i,_o(n.undirected,r))),i}function Em(t,e){let{name:n,type:r,direction:i}=e;t.prototype[n]=function(o,a){if(r!=="mixed"&&this.type!=="mixed"&&r!==this.type)return[];if(!arguments.length)return ym(this,r);if(arguments.length===1){o=""+o;let s=this._nodes.get(o);if(typeof s>"u")throw new A(`Graph.${n}: could not find the "${o}" node in the graph.`);return bm(this.multi,r==="mixed"?this.type:r,i,s)}if(arguments.length===2){o=""+o,a=""+a;let s=this._nodes.get(o);if(!s)throw new A(`Graph.${n}: could not find the "${o}" source node in the graph.`);if(!this._nodes.has(a))throw new A(`Graph.${n}: could not find the "${a}" target node in the graph.`);return _m(r,this.multi,i,s,a)}throw new C(`Graph.${n}: too many arguments (expecting 0, 1 or 2 and got ${arguments.length}).`)}}function Sm(t,e){let{name:n,type:r,direction:i}=e,o="forEach"+n[0].toUpperCase()+n.slice(1,-1);t.prototype[o]=function(u,d,h){if(!(r!=="mixed"&&this.type!=="mixed"&&r!==this.type)){if(arguments.length===1)return h=u,ju(!1,this,r,h);if(arguments.length===2){u=""+u,h=d;let c=this._nodes.get(u);if(typeof c>"u")throw new A(`Graph.${o}: could not find the "${u}" node in the graph.`);return ko(!1,this.multi,r==="mixed"?this.type:r,i,c,h)}if(arguments.length===3){u=""+u,d=""+d;let c=this._nodes.get(u);if(!c)throw new A(`Graph.${o}: could not find the "${u}" source node in the graph.`);if(!this._nodes.has(d))throw new A(`Graph.${o}: could not find the "${d}" target node in the graph.`);return Eo(!1,r,this.multi,i,c,d,h)}throw new C(`Graph.${o}: too many arguments (expecting 1, 2 or 3 and got ${arguments.length}).`)}};let a="map"+n[0].toUpperCase()+n.slice(1);t.prototype[a]=function(){let u=Array.prototype.slice.call(arguments),d=u.pop(),h;if(u.length===0){let c=0;r!=="directed"&&(c+=this.undirectedSize),r!=="undirected"&&(c+=this.directedSize),h=new Array(c);let f=0;u.push((g,v,m,y,b,k,_)=>{h[f++]=d(g,v,m,y,b,k,_)})}else h=[],u.push((c,f,g,v,m,y,b)=>{h.push(d(c,f,g,v,m,y,b))});return this[o].apply(this,u),h};let s="filter"+n[0].toUpperCase()+n.slice(1);t.prototype[s]=function(){let u=Array.prototype.slice.call(arguments),d=u.pop(),h=[];return u.push((c,f,g,v,m,y,b)=>{d(c,f,g,v,m,y,b)&&h.push(c)}),this[o].apply(this,u),h};let l="reduce"+n[0].toUpperCase()+n.slice(1);t.prototype[l]=function(){let u=Array.prototype.slice.call(arguments);if(u.length<2||u.length>4)throw new C(`Graph.${l}: invalid number of arguments (expecting 2, 3 or 4 and got ${u.length}).`);if(typeof u[u.length-1]=="function"&&typeof u[u.length-2]!="function")throw new C(`Graph.${l}: missing initial value. You must provide it because the callback takes more than one argument and we cannot infer the initial value from the first iteration, as you could with a simple array.`);let d,h;u.length===2?(d=u[0],h=u[1],u=[]):u.length===3?(d=u[1],h=u[2],u=[u[0]]):u.length===4&&(d=u[2],h=u[3],u=[u[0],u[1]]);let c=h;return u.push((f,g,v,m,y,b,k)=>{c=d(c,f,g,v,m,y,b,k)}),this[o].apply(this,u),c}}function Tm(t,e){let{name:n,type:r,direction:i}=e,o="find"+n[0].toUpperCase()+n.slice(1,-1);t.prototype[o]=function(l,u,d){if(r!=="mixed"&&this.type!=="mixed"&&r!==this.type)return!1;if(arguments.length===1)return d=l,ju(!0,this,r,d);if(arguments.length===2){l=""+l,d=u;let h=this._nodes.get(l);if(typeof h>"u")throw new A(`Graph.${o}: could not find the "${l}" node in the graph.`);return ko(!0,this.multi,r==="mixed"?this.type:r,i,h,d)}if(arguments.length===3){l=""+l,u=""+u;let h=this._nodes.get(l);if(!h)throw new A(`Graph.${o}: could not find the "${l}" source node in the graph.`);if(!this._nodes.has(u))throw new A(`Graph.${o}: could not find the "${u}" target node in the graph.`);return Eo(!0,r,this.multi,i,h,u,d)}throw new C(`Graph.${o}: too many arguments (expecting 1, 2 or 3 and got ${arguments.length}).`)};let a="some"+n[0].toUpperCase()+n.slice(1,-1);t.prototype[a]=function(){let l=Array.prototype.slice.call(arguments),u=l.pop();return l.push((h,c,f,g,v,m,y)=>u(h,c,f,g,v,m,y)),!!this[o].apply(this,l)};let s="every"+n[0].toUpperCase()+n.slice(1,-1);t.prototype[s]=function(){let l=Array.prototype.slice.call(arguments),u=l.pop();return l.push((h,c,f,g,v,m,y)=>!u(h,c,f,g,v,m,y)),!this[o].apply(this,l)}}function Am(t,e){let{name:n,type:r,direction:i}=e,o=n.slice(0,-1)+"Entries";t.prototype[o]=function(a,s){if(r!=="mixed"&&this.type!=="mixed"&&r!==this.type)return Vt();if(!arguments.length)return wm(this,r);if(arguments.length===1){a=""+a;let l=this._nodes.get(a);if(!l)throw new A(`Graph.${o}: could not find the "${a}" node in the graph.`);return xm(r,i,l)}if(arguments.length===2){a=""+a,s=""+s;let l=this._nodes.get(a);if(!l)throw new A(`Graph.${o}: could not find the "${a}" source node in the graph.`);if(!this._nodes.has(s))throw new A(`Graph.${o}: could not find the "${s}" target node in the graph.`);return km(r,i,l,s)}throw new C(`Graph.${o}: too many arguments (expecting 0, 1 or 2 and got ${arguments.length}).`)}}function Rm(t){fm.forEach(e=>{Em(t,e),Sm(t,e),Tm(t,e),Am(t,e)})}var Cm=[{name:"neighbors",type:"mixed"},{name:"inNeighbors",type:"directed",direction:"in"},{name:"outNeighbors",type:"directed",direction:"out"},{name:"inboundNeighbors",type:"mixed",direction:"in"},{name:"outboundNeighbors",type:"mixed",direction:"out"},{name:"directedNeighbors",type:"directed"},{name:"undirectedNeighbors",type:"undirected"}];function Gr(){this.A=null,this.B=null}Gr.prototype.wrap=function(t){this.A===null?this.A=t:this.B===null&&(this.B=t)};Gr.prototype.has=function(t){return this.A!==null&&t in this.A||this.B!==null&&t in this.B};function yn(t,e,n,r,i){for(let o in r){let a=r[o],s=a.source,l=a.target,u=s===n?l:s;if(e&&e.has(u.key))continue;let d=i(u.key,u.attributes);if(t&&d)return u.key}}function So(t,e,n,r,i){if(e!=="mixed"){if(e==="undirected")return yn(t,null,r,r.undirected,i);if(typeof n=="string")return yn(t,null,r,r[n],i)}let o=new Gr,a;if(e!=="undirected"){if(n!=="out"){if(a=yn(t,null,r,r.in,i),t&&a)return a;o.wrap(r.in)}if(n!=="in"){if(a=yn(t,o,r,r.out,i),t&&a)return a;o.wrap(r.out)}}if(e!=="directed"&&(a=yn(t,o,r,r.undirected,i),t&&a))return a}function Nm(t,e,n){if(t!=="mixed"){if(t==="undirected")return Object.keys(n.undirected);if(typeof e=="string")return Object.keys(n[e])}let r=[];return So(!1,t,e,n,function(i){r.push(i)}),r}function wn(t,e,n){let r=Object.keys(n),i=r.length,o=0;return{[Symbol.iterator](){return this},next(){let a=null;do{if(o>=i)return t&&t.wrap(n),{done:!0};let s=n[r[o++]],l=s.source,u=s.target;if(a=l===e?u:l,t&&t.has(a.key)){a=null;continue}}while(a===null);return{done:!1,value:{neighbor:a.key,attributes:a.attributes}}}}}function Lm(t,e,n){if(t!=="mixed"){if(t==="undirected")return wn(null,n,n.undirected);if(typeof e=="string")return wn(null,n,n[e])}let r=Vt(),i=new Gr;return t!=="undirected"&&(e!=="out"&&(r=Je(r,wn(i,n,n.in))),e!=="in"&&(r=Je(r,wn(i,n,n.out)))),t!=="directed"&&(r=Je(r,wn(i,n,n.undirected))),r}function Pm(t,e){let{name:n,type:r,direction:i}=e;t.prototype[n]=function(o){if(r!=="mixed"&&this.type!=="mixed"&&r!==this.type)return[];o=""+o;let a=this._nodes.get(o);if(typeof a>"u")throw new A(`Graph.${n}: could not find the "${o}" node in the graph.`);return Nm(r==="mixed"?this.type:r,i,a)}}function Dm(t,e){let{name:n,type:r,direction:i}=e,o="forEach"+n[0].toUpperCase()+n.slice(1,-1);t.prototype[o]=function(u,d){if(r!=="mixed"&&this.type!=="mixed"&&r!==this.type)return;u=""+u;let h=this._nodes.get(u);if(typeof h>"u")throw new A(`Graph.${o}: could not find the "${u}" node in the graph.`);So(!1,r==="mixed"?this.type:r,i,h,d)};let a="map"+n[0].toUpperCase()+n.slice(1);t.prototype[a]=function(u,d){let h=[];return this[o](u,(c,f)=>{h.push(d(c,f))}),h};let s="filter"+n[0].toUpperCase()+n.slice(1);t.prototype[s]=function(u,d){let h=[];return this[o](u,(c,f)=>{d(c,f)&&h.push(c)}),h};let l="reduce"+n[0].toUpperCase()+n.slice(1);t.prototype[l]=function(u,d,h){if(arguments.length<3)throw new C(`Graph.${l}: missing initial value. You must provide it because the callback takes more than one argument and we cannot infer the initial value from the first iteration, as you could with a simple array.`);let c=h;return this[o](u,(f,g)=>{c=d(c,f,g)}),c}}function Im(t,e){let{name:n,type:r,direction:i}=e,o=n[0].toUpperCase()+n.slice(1,-1),a="find"+o;t.prototype[a]=function(u,d){if(r!=="mixed"&&this.type!=="mixed"&&r!==this.type)return;u=""+u;let h=this._nodes.get(u);if(typeof h>"u")throw new A(`Graph.${a}: could not find the "${u}" node in the graph.`);return So(!0,r==="mixed"?this.type:r,i,h,d)};let s="some"+o;t.prototype[s]=function(u,d){return!!this[a](u,d)};let l="every"+o;t.prototype[l]=function(u,d){return!this[a](u,(c,f)=>!d(c,f))}}function Gm(t,e){let{name:n,type:r,direction:i}=e,o=n.slice(0,-1)+"Entries";t.prototype[o]=function(a){if(r!=="mixed"&&this.type!=="mixed"&&r!==this.type)return Vt();a=""+a;let s=this._nodes.get(a);if(typeof s>"u")throw new A(`Graph.${o}: could not find the "${a}" node in the graph.`);return Lm(r==="mixed"?this.type:r,i,s)}}function Mm(t){Cm.forEach(e=>{Pm(t,e),Dm(t,e),Im(t,e),Gm(t,e)})}function Cr(t,e,n,r,i){let o=r._nodes.values(),a=r.type,s,l,u,d,h,c,f;for(;s=o.next(),s.done!==!0;){let g=!1;if(l=s.value,a!=="undirected"){d=l.out;for(u in d){h=d[u];do{if(c=h.target,g=!0,f=i(l.key,c.key,l.attributes,c.attributes,h.key,h.attributes,h.undirected),t&&f)return h;h=h.next}while(h)}}if(a!=="directed"){d=l.undirected;for(u in d)if(!(e&&l.key>u)){h=d[u];do{if(c=h.target,c.key!==u&&(c=h.source),g=!0,f=i(l.key,c.key,l.attributes,c.attributes,h.key,h.attributes,h.undirected),t&&f)return h;h=h.next}while(h)}}if(n&&!g&&(f=i(l.key,null,l.attributes,null,null,null,null),t&&f))return null}}function Om(t,e){let n={key:t};return $u(e.attributes)||(n.attributes=ue({},e.attributes)),n}function Fm(t,e,n){let r={key:e,source:n.source.key,target:n.target.key};return $u(n.attributes)||(r.attributes=ue({},n.attributes)),t==="mixed"&&n.undirected&&(r.undirected=!0),r}function zm(t){if(!me(t))throw new C('Graph.import: invalid serialized node. A serialized node should be a plain object with at least a "key" property.');if(!("key"in t))throw new C("Graph.import: serialized node is missing its key.");if("attributes"in t&&(!me(t.attributes)||t.attributes===null))throw new C("Graph.import: invalid attributes. Attributes should be a plain object, null or omitted.")}function $m(t){if(!me(t))throw new C('Graph.import: invalid serialized edge. A serialized edge should be a plain object with at least a "source" & "target" property.');if(!("source"in t))throw new C("Graph.import: serialized edge is missing its source.");if(!("target"in t))throw new C("Graph.import: serialized edge is missing its target.");if("attributes"in t&&(!me(t.attributes)||t.attributes===null))throw new C("Graph.import: invalid attributes. Attributes should be a plain object, null or omitted.");if("undirected"in t&&typeof t.undirected!="boolean")throw new C("Graph.import: invalid undirectedness information. Undirected should be boolean or omitted.")}var Um=Bg(),Hm=new Set(["directed","undirected","mixed"]),Ou=new Set(["domain","_events","_eventsCount","_maxListeners"]),Bm=[{name:t=>`${t}Edge`,generateKey:!0},{name:t=>`${t}DirectedEdge`,generateKey:!0,type:"directed"},{name:t=>`${t}UndirectedEdge`,generateKey:!0,type:"undirected"},{name:t=>`${t}EdgeWithKey`},{name:t=>`${t}DirectedEdgeWithKey`,type:"directed"},{name:t=>`${t}UndirectedEdgeWithKey`,type:"undirected"}],Wm={allowSelfLoops:!0,multi:!1,type:"mixed"};function Km(t,e,n){if(n&&!me(n))throw new C(`Graph.addNode: invalid attributes. Expecting an object but got "${n}"`);if(e=""+e,n=n||{},t._nodes.has(e))throw new M(`Graph.addNode: the "${e}" node already exist in the graph.`);let r=new t.NodeDataClass(e,n);return t._nodes.set(e,r),t.emit("nodeAdded",{key:e,attributes:n}),r}function Fu(t,e,n){let r=new t.NodeDataClass(e,n);return t._nodes.set(e,r),t.emit("nodeAdded",{key:e,attributes:n}),r}function qu(t,e,n,r,i,o,a,s){if(!r&&t.type==="undirected")throw new M(`Graph.${e}: you cannot add a directed edge to an undirected graph. Use the #.addEdge or #.addUndirectedEdge instead.`);if(r&&t.type==="directed")throw new M(`Graph.${e}: you cannot add an undirected edge to a directed graph. Use the #.addEdge or #.addDirectedEdge instead.`);if(s&&!me(s))throw new C(`Graph.${e}: invalid attributes. Expecting an object but got "${s}"`);if(o=""+o,a=""+a,s=s||{},!t.allowSelfLoops&&o===a)throw new M(`Graph.${e}: source & target are the same ("${o}"), thus creating a loop explicitly forbidden by this graph 'allowSelfLoops' option set to false.`);let l=t._nodes.get(o),u=t._nodes.get(a);if(!l)throw new A(`Graph.${e}: source node "${o}" not found.`);if(!u)throw new A(`Graph.${e}: target node "${a}" not found.`);let d={key:null,undirected:r,source:o,target:a,attributes:s};if(n)i=t._edgeKeyGenerator();else if(i=""+i,t._edges.has(i))throw new M(`Graph.${e}: the "${i}" edge already exists in the graph.`);if(!t.multi&&(r?typeof l.undirected[a]<"u":typeof l.out[a]<"u"))throw new M(`Graph.${e}: an edge linking "${o}" to "${a}" already exists. If you really want to add multiple edges linking those nodes, you should create a multi graph by using the 'multi' option.`);let h=new jt(r,i,l,u,s);t._edges.set(i,h);let c=o===a;return r?(l.undirectedDegree++,u.undirectedDegree++,c&&(l.undirectedLoops++,t._undirectedSelfLoopCount++)):(l.outDegree++,u.inDegree++,c&&(l.directedLoops++,t._directedSelfLoopCount++)),t.multi?h.attachMulti():h.attach(),r?t._undirectedSize++:t._directedSize++,d.key=i,t.emit("edgeAdded",d),i}function Vm(t,e,n,r,i,o,a,s,l){if(!r&&t.type==="undirected")throw new M(`Graph.${e}: you cannot merge/update a directed edge to an undirected graph. Use the #.mergeEdge/#.updateEdge or #.addUndirectedEdge instead.`);if(r&&t.type==="directed")throw new M(`Graph.${e}: you cannot merge/update an undirected edge to a directed graph. Use the #.mergeEdge/#.updateEdge or #.addDirectedEdge instead.`);if(s){if(l){if(typeof s!="function")throw new C(`Graph.${e}: invalid updater function. Expecting a function but got "${s}"`)}else if(!me(s))throw new C(`Graph.${e}: invalid attributes. Expecting an object but got "${s}"`)}o=""+o,a=""+a;let u;if(l&&(u=s,s=void 0),!t.allowSelfLoops&&o===a)throw new M(`Graph.${e}: source & target are the same ("${o}"), thus creating a loop explicitly forbidden by this graph 'allowSelfLoops' option set to false.`);let d=t._nodes.get(o),h=t._nodes.get(a),c,f;if(!n&&(c=t._edges.get(i),c)){if((c.source.key!==o||c.target.key!==a)&&(!r||c.source.key!==a||c.target.key!==o))throw new M(`Graph.${e}: inconsistency detected when attempting to merge the "${i}" edge with "${o}" source & "${a}" target vs. ("${c.source.key}", "${c.target.key}").`);f=c}if(!f&&!t.multi&&d&&(f=r?d.undirected[a]:d.out[a]),f){let b=[f.key,!1,!1,!1];if(l?!u:!s)return b;if(l){let k=f.attributes;f.attributes=u(k),t.emit("edgeAttributesUpdated",{type:"replace",key:f.key,attributes:f.attributes})}else ue(f.attributes,s),t.emit("edgeAttributesUpdated",{type:"merge",key:f.key,attributes:f.attributes,data:s});return b}s=s||{},l&&u&&(s=u(s));let g={key:null,undirected:r,source:o,target:a,attributes:s};if(n)i=t._edgeKeyGenerator();else if(i=""+i,t._edges.has(i))throw new M(`Graph.${e}: the "${i}" edge already exists in the graph.`);let v=!1,m=!1;d||(d=Fu(t,o,{}),v=!0,o===a&&(h=d,m=!0)),h||(h=Fu(t,a,{}),m=!0),c=new jt(r,i,d,h,s),t._edges.set(i,c);let y=o===a;return r?(d.undirectedDegree++,h.undirectedDegree++,y&&(d.undirectedLoops++,t._undirectedSelfLoopCount++)):(d.outDegree++,h.inDegree++,y&&(d.directedLoops++,t._directedSelfLoopCount++)),t.multi?c.attachMulti():c.attach(),r?t._undirectedSize++:t._directedSize++,g.key=i,t.emit("edgeAdded",g),[i,!0,v,m]}function Kt(t,e){t._edges.delete(e.key);let{source:n,target:r,attributes:i}=e,o=e.undirected,a=n===r;o?(n.undirectedDegree--,r.undirectedDegree--,a&&(n.undirectedLoops--,t._undirectedSelfLoopCount--)):(n.outDegree--,r.inDegree--,a&&(n.directedLoops--,t._directedSelfLoopCount--)),t.multi?e.detachMulti():e.detach(),o?t._undirectedSize--:t._directedSize--,t.emit("edgeDropped",{key:e.key,attributes:i,source:n.key,target:r.key,undirected:o})}var K=class t extends zu.EventEmitter{constructor(e){if(super(),e=ue({},Wm,e),typeof e.multi!="boolean")throw new C(`Graph.constructor: invalid 'multi' option. Expecting a boolean but got "${e.multi}".`);if(!Hm.has(e.type))throw new C(`Graph.constructor: invalid 'type' option. Should be one of "mixed", "directed" or "undirected" but got "${e.type}".`);if(typeof e.allowSelfLoops!="boolean")throw new C(`Graph.constructor: invalid 'allowSelfLoops' option. Expecting a boolean but got "${e.allowSelfLoops}".`);let n=e.type==="mixed"?Uu:e.type==="directed"?Hu:Bu;Le(this,"NodeDataClass",n);let r="geid_"+Um()+"_",i=0,o=()=>{let a;do a=r+i++;while(this._edges.has(a));return a};Le(this,"_attributes",{}),Le(this,"_nodes",new Map),Le(this,"_edges",new Map),Le(this,"_directedSize",0),Le(this,"_undirectedSize",0),Le(this,"_directedSelfLoopCount",0),Le(this,"_undirectedSelfLoopCount",0),Le(this,"_edgeKeyGenerator",o),Le(this,"_options",e),Ou.forEach(a=>Le(this,a,this[a])),Fe(this,"order",()=>this._nodes.size),Fe(this,"size",()=>this._edges.size),Fe(this,"directedSize",()=>this._directedSize),Fe(this,"undirectedSize",()=>this._undirectedSize),Fe(this,"selfLoopCount",()=>this._directedSelfLoopCount+this._undirectedSelfLoopCount),Fe(this,"directedSelfLoopCount",()=>this._directedSelfLoopCount),Fe(this,"undirectedSelfLoopCount",()=>this._undirectedSelfLoopCount),Fe(this,"multi",this._options.multi),Fe(this,"type",this._options.type),Fe(this,"allowSelfLoops",this._options.allowSelfLoops),Fe(this,"implementation",()=>"graphology")}_resetInstanceCounters(){this._directedSize=0,this._undirectedSize=0,this._directedSelfLoopCount=0,this._undirectedSelfLoopCount=0}hasNode(e){return this._nodes.has(""+e)}hasDirectedEdge(e,n){if(this.type==="undirected")return!1;if(arguments.length===1){let r=""+e,i=this._edges.get(r);return!!i&&!i.undirected}else if(arguments.length===2){e=""+e,n=""+n;let r=this._nodes.get(e);return r?r.out.hasOwnProperty(n):!1}throw new C(`Graph.hasDirectedEdge: invalid arity (${arguments.length}, instead of 1 or 2). You can either ask for an edge id or for the existence of an edge between a source & a target.`)}hasUndirectedEdge(e,n){if(this.type==="directed")return!1;if(arguments.length===1){let r=""+e,i=this._edges.get(r);return!!i&&i.undirected}else if(arguments.length===2){e=""+e,n=""+n;let r=this._nodes.get(e);return r?r.undirected.hasOwnProperty(n):!1}throw new C(`Graph.hasDirectedEdge: invalid arity (${arguments.length}, instead of 1 or 2). You can either ask for an edge id or for the existence of an edge between a source & a target.`)}hasEdge(e,n){if(arguments.length===1){let r=""+e;return this._edges.has(r)}else if(arguments.length===2){e=""+e,n=""+n;let r=this._nodes.get(e);return r?typeof r.out<"u"&&r.out.hasOwnProperty(n)||typeof r.undirected<"u"&&r.undirected.hasOwnProperty(n):!1}throw new C(`Graph.hasEdge: invalid arity (${arguments.length}, instead of 1 or 2). You can either ask for an edge id or for the existence of an edge between a source & a target.`)}directedEdge(e,n){if(this.type==="undirected")return;if(e=""+e,n=""+n,this.multi)throw new M("Graph.directedEdge: this method is irrelevant with multigraphs since there might be multiple edges between source & target. See #.directedEdges instead.");let r=this._nodes.get(e);if(!r)throw new A(`Graph.directedEdge: could not find the "${e}" source node in the graph.`);if(!this._nodes.has(n))throw new A(`Graph.directedEdge: could not find the "${n}" target node in the graph.`);let i=r.out&&r.out[n]||void 0;if(i)return i.key}undirectedEdge(e,n){if(this.type==="directed")return;if(e=""+e,n=""+n,this.multi)throw new M("Graph.undirectedEdge: this method is irrelevant with multigraphs since there might be multiple edges between source & target. See #.undirectedEdges instead.");let r=this._nodes.get(e);if(!r)throw new A(`Graph.undirectedEdge: could not find the "${e}" source node in the graph.`);if(!this._nodes.has(n))throw new A(`Graph.undirectedEdge: could not find the "${n}" target node in the graph.`);let i=r.undirected&&r.undirected[n]||void 0;if(i)return i.key}edge(e,n){if(this.multi)throw new M("Graph.edge: this method is irrelevant with multigraphs since there might be multiple edges between source & target. See #.edges instead.");e=""+e,n=""+n;let r=this._nodes.get(e);if(!r)throw new A(`Graph.edge: could not find the "${e}" source node in the graph.`);if(!this._nodes.has(n))throw new A(`Graph.edge: could not find the "${n}" target node in the graph.`);let i=r.out&&r.out[n]||r.undirected&&r.undirected[n]||void 0;if(i)return i.key}areDirectedNeighbors(e,n){e=""+e,n=""+n;let r=this._nodes.get(e);if(!r)throw new A(`Graph.areDirectedNeighbors: could not find the "${e}" node in the graph.`);return this.type==="undirected"?!1:n in r.in||n in r.out}areOutNeighbors(e,n){e=""+e,n=""+n;let r=this._nodes.get(e);if(!r)throw new A(`Graph.areOutNeighbors: could not find the "${e}" node in the graph.`);return this.type==="undirected"?!1:n in r.out}areInNeighbors(e,n){e=""+e,n=""+n;let r=this._nodes.get(e);if(!r)throw new A(`Graph.areInNeighbors: could not find the "${e}" node in the graph.`);return this.type==="undirected"?!1:n in r.in}areUndirectedNeighbors(e,n){e=""+e,n=""+n;let r=this._nodes.get(e);if(!r)throw new A(`Graph.areUndirectedNeighbors: could not find the "${e}" node in the graph.`);return this.type==="directed"?!1:n in r.undirected}areNeighbors(e,n){e=""+e,n=""+n;let r=this._nodes.get(e);if(!r)throw new A(`Graph.areNeighbors: could not find the "${e}" node in the graph.`);return this.type!=="undirected"&&(n in r.in||n in r.out)||this.type!=="directed"&&n in r.undirected}areInboundNeighbors(e,n){e=""+e,n=""+n;let r=this._nodes.get(e);if(!r)throw new A(`Graph.areInboundNeighbors: could not find the "${e}" node in the graph.`);return this.type!=="undirected"&&n in r.in||this.type!=="directed"&&n in r.undirected}areOutboundNeighbors(e,n){e=""+e,n=""+n;let r=this._nodes.get(e);if(!r)throw new A(`Graph.areOutboundNeighbors: could not find the "${e}" node in the graph.`);return this.type!=="undirected"&&n in r.out||this.type!=="directed"&&n in r.undirected}inDegree(e){e=""+e;let n=this._nodes.get(e);if(!n)throw new A(`Graph.inDegree: could not find the "${e}" node in the graph.`);return this.type==="undirected"?0:n.inDegree}outDegree(e){e=""+e;let n=this._nodes.get(e);if(!n)throw new A(`Graph.outDegree: could not find the "${e}" node in the graph.`);return this.type==="undirected"?0:n.outDegree}directedDegree(e){e=""+e;let n=this._nodes.get(e);if(!n)throw new A(`Graph.directedDegree: could not find the "${e}" node in the graph.`);return this.type==="undirected"?0:n.inDegree+n.outDegree}undirectedDegree(e){e=""+e;let n=this._nodes.get(e);if(!n)throw new A(`Graph.undirectedDegree: could not find the "${e}" node in the graph.`);return this.type==="directed"?0:n.undirectedDegree}inboundDegree(e){e=""+e;let n=this._nodes.get(e);if(!n)throw new A(`Graph.inboundDegree: could not find the "${e}" node in the graph.`);let r=0;return this.type!=="directed"&&(r+=n.undirectedDegree),this.type!=="undirected"&&(r+=n.inDegree),r}outboundDegree(e){e=""+e;let n=this._nodes.get(e);if(!n)throw new A(`Graph.outboundDegree: could not find the "${e}" node in the graph.`);let r=0;return this.type!=="directed"&&(r+=n.undirectedDegree),this.type!=="undirected"&&(r+=n.outDegree),r}degree(e){e=""+e;let n=this._nodes.get(e);if(!n)throw new A(`Graph.degree: could not find the "${e}" node in the graph.`);let r=0;return this.type!=="directed"&&(r+=n.undirectedDegree),this.type!=="undirected"&&(r+=n.inDegree+n.outDegree),r}inDegreeWithoutSelfLoops(e){e=""+e;let n=this._nodes.get(e);if(!n)throw new A(`Graph.inDegreeWithoutSelfLoops: could not find the "${e}" node in the graph.`);return this.type==="undirected"?0:n.inDegree-n.directedLoops}outDegreeWithoutSelfLoops(e){e=""+e;let n=this._nodes.get(e);if(!n)throw new A(`Graph.outDegreeWithoutSelfLoops: could not find the "${e}" node in the graph.`);return this.type==="undirected"?0:n.outDegree-n.directedLoops}directedDegreeWithoutSelfLoops(e){e=""+e;let n=this._nodes.get(e);if(!n)throw new A(`Graph.directedDegreeWithoutSelfLoops: could not find the "${e}" node in the graph.`);return this.type==="undirected"?0:n.inDegree+n.outDegree-n.directedLoops*2}undirectedDegreeWithoutSelfLoops(e){e=""+e;let n=this._nodes.get(e);if(!n)throw new A(`Graph.undirectedDegreeWithoutSelfLoops: could not find the "${e}" node in the graph.`);return this.type==="directed"?0:n.undirectedDegree-n.undirectedLoops*2}inboundDegreeWithoutSelfLoops(e){e=""+e;let n=this._nodes.get(e);if(!n)throw new A(`Graph.inboundDegreeWithoutSelfLoops: could not find the "${e}" node in the graph.`);let r=0,i=0;return this.type!=="directed"&&(r+=n.undirectedDegree,i+=n.undirectedLoops*2),this.type!=="undirected"&&(r+=n.inDegree,i+=n.directedLoops),r-i}outboundDegreeWithoutSelfLoops(e){e=""+e;let n=this._nodes.get(e);if(!n)throw new A(`Graph.outboundDegreeWithoutSelfLoops: could not find the "${e}" node in the graph.`);let r=0,i=0;return this.type!=="directed"&&(r+=n.undirectedDegree,i+=n.undirectedLoops*2),this.type!=="undirected"&&(r+=n.outDegree,i+=n.directedLoops),r-i}degreeWithoutSelfLoops(e){e=""+e;let n=this._nodes.get(e);if(!n)throw new A(`Graph.degreeWithoutSelfLoops: could not find the "${e}" node in the graph.`);let r=0,i=0;return this.type!=="directed"&&(r+=n.undirectedDegree,i+=n.undirectedLoops*2),this.type!=="undirected"&&(r+=n.inDegree+n.outDegree,i+=n.directedLoops*2),r-i}source(e){e=""+e;let n=this._edges.get(e);if(!n)throw new A(`Graph.source: could not find the "${e}" edge in the graph.`);return n.source.key}target(e){e=""+e;let n=this._edges.get(e);if(!n)throw new A(`Graph.target: could not find the "${e}" edge in the graph.`);return n.target.key}extremities(e){e=""+e;let n=this._edges.get(e);if(!n)throw new A(`Graph.extremities: could not find the "${e}" edge in the graph.`);return[n.source.key,n.target.key]}opposite(e,n){e=""+e,n=""+n;let r=this._edges.get(n);if(!r)throw new A(`Graph.opposite: could not find the "${n}" edge in the graph.`);let i=r.source.key,o=r.target.key;if(e===i)return o;if(e===o)return i;throw new A(`Graph.opposite: the "${e}" node is not attached to the "${n}" edge (${i}, ${o}).`)}hasExtremity(e,n){e=""+e,n=""+n;let r=this._edges.get(e);if(!r)throw new A(`Graph.hasExtremity: could not find the "${e}" edge in the graph.`);return r.source.key===n||r.target.key===n}isUndirected(e){e=""+e;let n=this._edges.get(e);if(!n)throw new A(`Graph.isUndirected: could not find the "${e}" edge in the graph.`);return n.undirected}isDirected(e){e=""+e;let n=this._edges.get(e);if(!n)throw new A(`Graph.isDirected: could not find the "${e}" edge in the graph.`);return!n.undirected}isSelfLoop(e){e=""+e;let n=this._edges.get(e);if(!n)throw new A(`Graph.isSelfLoop: could not find the "${e}" edge in the graph.`);return n.source===n.target}addNode(e,n){return Km(this,e,n).key}mergeNode(e,n){if(n&&!me(n))throw new C(`Graph.mergeNode: invalid attributes. Expecting an object but got "${n}"`);e=""+e,n=n||{};let r=this._nodes.get(e);return r?(n&&(ue(r.attributes,n),this.emit("nodeAttributesUpdated",{type:"merge",key:e,attributes:r.attributes,data:n})),[e,!1]):(r=new this.NodeDataClass(e,n),this._nodes.set(e,r),this.emit("nodeAdded",{key:e,attributes:n}),[e,!0])}updateNode(e,n){if(n&&typeof n!="function")throw new C(`Graph.updateNode: invalid updater function. Expecting a function but got "${n}"`);e=""+e;let r=this._nodes.get(e);if(r){if(n){let o=r.attributes;r.attributes=n(o),this.emit("nodeAttributesUpdated",{type:"replace",key:e,attributes:r.attributes})}return[e,!1]}let i=n?n({}):{};return r=new this.NodeDataClass(e,i),this._nodes.set(e,r),this.emit("nodeAdded",{key:e,attributes:i}),[e,!0]}dropNode(e){e=""+e;let n=this._nodes.get(e);if(!n)throw new A(`Graph.dropNode: could not find the "${e}" node in the graph.`);let r;if(this.type!=="undirected"){for(let i in n.out){r=n.out[i];do Kt(this,r),r=r.next;while(r)}for(let i in n.in){r=n.in[i];do Kt(this,r),r=r.next;while(r)}}if(this.type!=="directed")for(let i in n.undirected){r=n.undirected[i];do Kt(this,r),r=r.next;while(r)}this._nodes.delete(e),this.emit("nodeDropped",{key:e,attributes:n.attributes})}dropEdge(e){let n;if(arguments.length>1){let r=""+arguments[0],i=""+arguments[1];if(n=Pe(this,r,i,this.type),!n)throw new A(`Graph.dropEdge: could not find the "${r}" -> "${i}" edge in the graph.`)}else if(e=""+e,n=this._edges.get(e),!n)throw new A(`Graph.dropEdge: could not find the "${e}" edge in the graph.`);return Kt(this,n),this}dropDirectedEdge(e,n){if(arguments.length<2)throw new M("Graph.dropDirectedEdge: it does not make sense to try and drop a directed edge by key. What if the edge with this key is undirected? Use #.dropEdge for this purpose instead.");if(this.multi)throw new M("Graph.dropDirectedEdge: cannot use a {source,target} combo when dropping an edge in a MultiGraph since we cannot infer the one you want to delete as there could be multiple ones.");e=""+e,n=""+n;let r=Pe(this,e,n,"directed");if(!r)throw new A(`Graph.dropDirectedEdge: could not find a "${e}" -> "${n}" edge in the graph.`);return Kt(this,r),this}dropUndirectedEdge(e,n){if(arguments.length<2)throw new M("Graph.dropUndirectedEdge: it does not make sense to drop a directed edge by key. What if the edge with this key is undirected? Use #.dropEdge for this purpose instead.");if(this.multi)throw new M("Graph.dropUndirectedEdge: cannot use a {source,target} combo when dropping an edge in a MultiGraph since we cannot infer the one you want to delete as there could be multiple ones.");let r=Pe(this,e,n,"undirected");if(!r)throw new A(`Graph.dropUndirectedEdge: could not find a "${e}" -> "${n}" edge in the graph.`);return Kt(this,r),this}clear(){this._edges.clear(),this._nodes.clear(),this._resetInstanceCounters(),this.emit("cleared")}clearEdges(){let e=this._nodes.values(),n;for(;n=e.next(),n.done!==!0;)n.value.clear();this._edges.clear(),this._resetInstanceCounters(),this.emit("edgesCleared")}getAttribute(e){return this._attributes[e]}getAttributes(){return this._attributes}hasAttribute(e){return this._attributes.hasOwnProperty(e)}setAttribute(e,n){return this._attributes[e]=n,this.emit("attributesUpdated",{type:"set",attributes:this._attributes,name:e}),this}updateAttribute(e,n){if(typeof n!="function")throw new C("Graph.updateAttribute: updater should be a function.");let r=this._attributes[e];return this._attributes[e]=n(r),this.emit("attributesUpdated",{type:"set",attributes:this._attributes,name:e}),this}removeAttribute(e){return delete this._attributes[e],this.emit("attributesUpdated",{type:"remove",attributes:this._attributes,name:e}),this}replaceAttributes(e){if(!me(e))throw new C("Graph.replaceAttributes: provided attributes are not a plain object.");return this._attributes=e,this.emit("attributesUpdated",{type:"replace",attributes:this._attributes}),this}mergeAttributes(e){if(!me(e))throw new C("Graph.mergeAttributes: provided attributes are not a plain object.");return ue(this._attributes,e),this.emit("attributesUpdated",{type:"merge",attributes:this._attributes,data:e}),this}updateAttributes(e){if(typeof e!="function")throw new C("Graph.updateAttributes: provided updater is not a function.");return this._attributes=e(this._attributes),this.emit("attributesUpdated",{type:"update",attributes:this._attributes}),this}updateEachNodeAttributes(e,n){if(typeof e!="function")throw new C("Graph.updateEachNodeAttributes: expecting an updater function.");if(n&&!Mu(n))throw new C("Graph.updateEachNodeAttributes: invalid hints. Expecting an object having the following shape: {attributes?: [string]}");let r=this._nodes.values(),i,o;for(;i=r.next(),i.done!==!0;)o=i.value,o.attributes=e(o.key,o.attributes);this.emit("eachNodeAttributesUpdated",{hints:n||null})}updateEachEdgeAttributes(e,n){if(typeof e!="function")throw new C("Graph.updateEachEdgeAttributes: expecting an updater function.");if(n&&!Mu(n))throw new C("Graph.updateEachEdgeAttributes: invalid hints. Expecting an object having the following shape: {attributes?: [string]}");let r=this._edges.values(),i,o,a,s;for(;i=r.next(),i.done!==!0;)o=i.value,a=o.source,s=o.target,o.attributes=e(o.key,o.attributes,a.key,s.key,a.attributes,s.attributes,o.undirected);this.emit("eachEdgeAttributesUpdated",{hints:n||null})}forEachAdjacencyEntry(e){if(typeof e!="function")throw new C("Graph.forEachAdjacencyEntry: expecting a callback.");Cr(!1,!1,!1,this,e)}forEachAdjacencyEntryWithOrphans(e){if(typeof e!="function")throw new C("Graph.forEachAdjacencyEntryWithOrphans: expecting a callback.");Cr(!1,!1,!0,this,e)}forEachAssymetricAdjacencyEntry(e){if(typeof e!="function")throw new C("Graph.forEachAssymetricAdjacencyEntry: expecting a callback.");Cr(!1,!0,!1,this,e)}forEachAssymetricAdjacencyEntryWithOrphans(e){if(typeof e!="function")throw new C("Graph.forEachAssymetricAdjacencyEntryWithOrphans: expecting a callback.");Cr(!1,!0,!0,this,e)}nodes(){return Array.from(this._nodes.keys())}forEachNode(e){if(typeof e!="function")throw new C("Graph.forEachNode: expecting a callback.");let n=this._nodes.values(),r,i;for(;r=n.next(),r.done!==!0;)i=r.value,e(i.key,i.attributes)}findNode(e){if(typeof e!="function")throw new C("Graph.findNode: expecting a callback.");let n=this._nodes.values(),r,i;for(;r=n.next(),r.done!==!0;)if(i=r.value,e(i.key,i.attributes))return i.key}mapNodes(e){if(typeof e!="function")throw new C("Graph.mapNode: expecting a callback.");let n=this._nodes.values(),r,i,o=new Array(this.order),a=0;for(;r=n.next(),r.done!==!0;)i=r.value,o[a++]=e(i.key,i.attributes);return o}someNode(e){if(typeof e!="function")throw new C("Graph.someNode: expecting a callback.");let n=this._nodes.values(),r,i;for(;r=n.next(),r.done!==!0;)if(i=r.value,e(i.key,i.attributes))return!0;return!1}everyNode(e){if(typeof e!="function")throw new C("Graph.everyNode: expecting a callback.");let n=this._nodes.values(),r,i;for(;r=n.next(),r.done!==!0;)if(i=r.value,!e(i.key,i.attributes))return!1;return!0}filterNodes(e){if(typeof e!="function")throw new C("Graph.filterNodes: expecting a callback.");let n=this._nodes.values(),r,i,o=[];for(;r=n.next(),r.done!==!0;)i=r.value,e(i.key,i.attributes)&&o.push(i.key);return o}reduceNodes(e,n){if(typeof e!="function")throw new C("Graph.reduceNodes: expecting a callback.");if(arguments.length<2)throw new C("Graph.reduceNodes: missing initial value. You must provide it because the callback takes more than one argument and we cannot infer the initial value from the first iteration, as you could with a simple array.");let r=n,i=this._nodes.values(),o,a;for(;o=i.next(),o.done!==!0;)a=o.value,r=e(r,a.key,a.attributes);return r}nodeEntries(){let e=this._nodes.values();return{[Symbol.iterator](){return this},next(){let n=e.next();if(n.done)return n;let r=n.value;return{value:{node:r.key,attributes:r.attributes},done:!1}}}}export(){let e=new Array(this._nodes.size),n=0;this._nodes.forEach((i,o)=>{e[n++]=Om(o,i)});let r=new Array(this._edges.size);return n=0,this._edges.forEach((i,o)=>{r[n++]=Fm(this.type,o,i)}),{options:{type:this.type,multi:this.multi,allowSelfLoops:this.allowSelfLoops},attributes:this.getAttributes(),nodes:e,edges:r}}import(e,n=!1){if(e instanceof t)return e.forEachNode((l,u)=>{n?this.mergeNode(l,u):this.addNode(l,u)}),e.forEachEdge((l,u,d,h,c,f,g)=>{n?g?this.mergeUndirectedEdgeWithKey(l,d,h,u):this.mergeDirectedEdgeWithKey(l,d,h,u):g?this.addUndirectedEdgeWithKey(l,d,h,u):this.addDirectedEdgeWithKey(l,d,h,u)}),this;if(!me(e))throw new C("Graph.import: invalid argument. Expecting a serialized graph or, alternatively, a Graph instance.");if(e.attributes){if(!me(e.attributes))throw new C("Graph.import: invalid attributes. Expecting a plain object.");n?this.mergeAttributes(e.attributes):this.replaceAttributes(e.attributes)}let r,i,o,a,s;if(e.nodes){if(o=e.nodes,!Array.isArray(o))throw new C("Graph.import: invalid nodes. Expecting an array.");for(r=0,i=o.length;r<i;r++){a=o[r],zm(a);let{key:l,attributes:u}=a;n?this.mergeNode(l,u):this.addNode(l,u)}}if(e.edges){let l=!1;if(this.type==="undirected"&&(l=!0),o=e.edges,!Array.isArray(o))throw new C("Graph.import: invalid edges. Expecting an array.");for(r=0,i=o.length;r<i;r++){s=o[r],$m(s);let{source:u,target:d,attributes:h,undirected:c=l}=s,f;"key"in s?(f=n?c?this.mergeUndirectedEdgeWithKey:this.mergeDirectedEdgeWithKey:c?this.addUndirectedEdgeWithKey:this.addDirectedEdgeWithKey,f.call(this,s.key,u,d,h)):(f=n?c?this.mergeUndirectedEdge:this.mergeDirectedEdge:c?this.addUndirectedEdge:this.addDirectedEdge,f.call(this,u,d,h))}}return this}nullCopy(e){let n=new t(ue({},this._options,e));return n.replaceAttributes(ue({},this.getAttributes())),n}emptyCopy(e){let n=this.nullCopy(e);return this._nodes.forEach((r,i)=>{let o=ue({},r.attributes);r=new n.NodeDataClass(i,o),n._nodes.set(i,r)}),n}copy(e){if(e=e||{},typeof e.type=="string"&&e.type!==this.type&&e.type!=="mixed")throw new M(`Graph.copy: cannot create an incompatible copy from "${this.type}" type to "${e.type}" because this would mean losing information about the current graph.`);if(typeof e.multi=="boolean"&&e.multi!==this.multi&&e.multi!==!0)throw new M("Graph.copy: cannot create an incompatible copy by downgrading a multi graph to a simple one because this would mean losing information about the current graph.");if(typeof e.allowSelfLoops=="boolean"&&e.allowSelfLoops!==this.allowSelfLoops&&e.allowSelfLoops!==!0)throw new M("Graph.copy: cannot create an incompatible copy from a graph allowing self loops to one that does not because this would mean losing information about the current graph.");let n=this.emptyCopy(e),r=this._edges.values(),i,o;for(;i=r.next(),i.done!==!0;)o=i.value,qu(n,"copy",!1,o.undirected,o.key,o.source.key,o.target.key,ue({},o.attributes));return n}toJSON(){return this.export()}toString(){return"[object Graph]"}inspect(){let e={};this._nodes.forEach((o,a)=>{e[a]=o.attributes});let n={},r={};this._edges.forEach((o,a)=>{let s=o.undirected?"--":"->",l="",u=o.source.key,d=o.target.key,h;o.undirected&&u>d&&(h=u,u=d,d=h);let c=`(${u})${s}(${d})`;a.startsWith("geid_")?this.multi&&(typeof r[c]>"u"?r[c]=0:r[c]++,l+=`${r[c]}. `):l+=`[${a}]: `,l+=c,n[l]=o.attributes});let i={};for(let o in this)this.hasOwnProperty(o)&&!Ou.has(o)&&typeof this[o]!="function"&&typeof o!="symbol"&&(i[o]=this[o]);return i.attributes=this._attributes,i.nodes=e,i.edges=n,Le(i,"constructor",this.constructor),i}};typeof Symbol<"u"&&(K.prototype[Symbol.for("nodejs.util.inspect.custom")]=K.prototype.inspect);Bm.forEach(t=>{["add","merge","update"].forEach(e=>{let n=t.name(e),r=e==="add"?qu:Vm;t.generateKey?K.prototype[n]=function(i,o,a){return r(this,n,!0,(t.type||this.type)==="undirected",null,i,o,a,e==="update")}:K.prototype[n]=function(i,o,a,s){return r(this,n,!1,(t.type||this.type)==="undirected",i,o,a,s,e==="update")}})});tm(K);hm(K);Rm(K);Mm(K);var Nr=class extends K{constructor(e){let n=ue({type:"directed"},e);if("multi"in n&&n.multi!==!1)throw new C("DirectedGraph.from: inconsistent indication that the graph should be multi in given options!");if(n.type!=="directed")throw new C('DirectedGraph.from: inconsistent "'+n.type+'" type in given options!');super(n)}},Lr=class extends K{constructor(e){let n=ue({type:"undirected"},e);if("multi"in n&&n.multi!==!1)throw new C("UndirectedGraph.from: inconsistent indication that the graph should be multi in given options!");if(n.type!=="undirected")throw new C('UndirectedGraph.from: inconsistent "'+n.type+'" type in given options!');super(n)}},Pr=class extends K{constructor(e){let n=ue({multi:!0},e);if("multi"in n&&n.multi!==!0)throw new C("MultiGraph.from: inconsistent indication that the graph should be simple in given options!");super(n)}},Dr=class extends K{constructor(e){let n=ue({type:"directed",multi:!0},e);if("multi"in n&&n.multi!==!0)throw new C("MultiDirectedGraph.from: inconsistent indication that the graph should be simple in given options!");if(n.type!=="directed")throw new C('MultiDirectedGraph.from: inconsistent "'+n.type+'" type in given options!');super(n)}},Ir=class extends K{constructor(e){let n=ue({type:"undirected",multi:!0},e);if("multi"in n&&n.multi!==!0)throw new C("MultiUndirectedGraph.from: inconsistent indication that the graph should be simple in given options!");if(n.type!=="undirected")throw new C('MultiUndirectedGraph.from: inconsistent "'+n.type+'" type in given options!');super(n)}};function qt(t){t.from=function(e,n){let r=ue({},e.options,n),i=new t(r);return i.import(e),i}}qt(K);qt(Nr);qt(Lr);qt(Pr);qt(Dr);qt(Ir);K.Graph=K;K.DirectedGraph=Nr;K.UndirectedGraph=Lr;K.MultiGraph=Pr;K.MultiDirectedGraph=Dr;K.MultiUndirectedGraph=Ir;K.InvalidArgumentsGraphError=C;K.NotFoundGraphError=A;K.UsageGraphError=M;function jm(){return new K({multi:!0,type:"directed"})}function To(t){let e=jm();for(let n of t.nodes){let{id:r,...i}=n;e.addNode(r,i)}for(let n of t.edges){let{key:r,source:i,target:o,...a}=n;e.addDirectedEdgeWithKey(r,i,o,{source:i,target:o,...a})}return e}function Yu(t,e){let n=0;for(let[r,i]of e)t.hasNode(r)&&(!Number.isFinite(i.x)||!Number.isFinite(i.y)||(t.mergeNodeAttributes(r,{x:i.x,y:i.y}),n++));return n}function Ao(t){let e=new Map;return t.forEachNode((n,r)=>{e.set(n,{x:r.x,y:r.y})}),e}function Zu(t,e){let n=null,r=To({nodes:[],edges:[]}),i=null,o=()=>{},a=()=>{},s=()=>{},l=()=>{},u=null,d=f=>{if(u===null)return;let g=u;u=null,n?.setSetting("enableCameraPanning",!0),(f===null||f===g)&&l(g)},h=()=>Cu([...Ao(r).values()]),c=f=>{let g=Du(i),v=Iu(i);f.setSetting("nodeReducer",(m,y)=>({...y,...g(m,y,e)})),f.setSetting("edgeReducer",(m,y)=>({...y,...v(m,y,e)}))};return{mount(f){if(n!==null)return;let g=t(r,f,Gu(e));g.on("clickNode",({node:v})=>o(v)),g.on("clickStage",()=>o(null)),g.on("downNode",({node:v})=>{u=v,n?.setSetting("enableCameraPanning",!1),a(v)}),g.on("moveBody",v=>{u!==null&&(v.preventSigmaDefault(),s(u,g.viewportToGraph({x:v.event.x,y:v.event.y})))}),g.on("upNode",()=>d(u)),g.on("upStage",()=>d(null)),c(g),g.setCustomBBox(h()),n=g},setGraph(f){r=To(f),n?.setGraph(r),n?.setCustomBBox(h())},setPositions(f){Yu(r,f),n?.refresh()},setHighlight(f){i=f,n!==null&&c(n)},onSelect(f){o=f},onDragStart(f){a=f},onDragMove(f){s=f},onDragEnd(f){l=f},fit(){n?.setCustomBBox(h()),n?.getCamera().animatedReset()},positions(){return Ao(r)},destroy(){n?.kill(),n=null}}}var Xu=t=>Zu((e,n,r)=>new El(e,n,r),t);var Qu=["a[href]","button:not([disabled])","input:not([disabled])","select:not([disabled])","textarea:not([disabled])",'[tabindex]:not([tabindex="-1"])'].join(",");function Ju(t,e,n){return t===0?null:t===1?0:e<0?n?t-1:0:n?e===0?t-1:e-1:e===t-1?0:e+1}function ec(t,e,n,r){return t==="Tab"&&!e&&!n&&!r}function tc(t){return t===null?!1:(t.focus(),!0)}function Mr(){let t=re(null);return ie(()=>{let e=document.activeElement;return t.current?.focus(),()=>{tc(e instanceof HTMLElement?e:null)}},[]),{ref:t,onKeyDown(e){if(!ec(e.key,e.ctrlKey,e.metaKey,e.altKey))return!1;let n=[...t.current?.querySelectorAll(Qu)??[]],r=Ju(n.length,n.indexOf(document.activeElement),e.shiftKey);return r===null?!1:(e.preventDefault(),n[r]?.focus(),!0)}}}function ic(t,e){let n=e.trim().toLowerCase();if(!n)return 0;let r=t.toLowerCase(),i=r.indexOf(n);return i<0?0:r===n?100:i===0?70:/[a-z0-9]/.test(r.charAt(i-1))?30:50}function qm(t){return Math.min(Math.max(t,0),10)*2}function Ym(t){return`note:${t}`}function Zm(t,e){return ic(t.summary.title,e)+qm(t.score)}function Xm(t,e){return ic(t.label,e)}var Qm=["path","manifest","url","slug"];function Jm(t){for(let e of Qm){let n=t.detail[e];if(typeof n=="string"&&n)return n}return""}function ev(t,e){return t.score!==e.score?e.score-t.score:t.kind!==e.kind?t.kind==="note"?-1:1:t.label.localeCompare(e.label)||t.id.localeCompare(e.id)}function tv(t,e,n,r){let i=new Map;for(let o of t){let a=Ym(o.summary.slug);i.set(a,{id:a,kind:"note",label:o.summary.title,detail:o.snippet,badge:"note",score:Zm(o,e)})}for(let o of n){if(i.has(o.id))continue;let a=Xm(o,r);a&&i.set(o.id,{id:o.id,kind:"node",label:o.label,detail:Jm(o),badge:o.kind,score:a})}return[...i.values()].sort(ev).slice(0,20)}function oc(){return{query:"",answered:"",hits:[],cursor:0,loading:!1,failed:!1}}function Ro(t,e){return e<=0?0:Math.min(Math.max(t,0),e-1)}function nc(t,e,n){return n<=0?0:((t+e)%n+n)%n}function ac(t,e){return e===null?null:t[e]?.id??null}function sc(t,e,n){let r={cursor:t,activate:null,dismiss:!1,handled:!1},i=Ro(t,n);return e==="ArrowDown"?{...r,cursor:nc(i,1,n),handled:!0}:e==="ArrowUp"?{...r,cursor:nc(i,-1,n),handled:!0}:e==="Home"?{...r,cursor:0,handled:!0}:e==="End"?{...r,cursor:Ro(n-1,n),handled:!0}:e==="Escape"?{...r,dismiss:!0,handled:!0}:e!=="Enter"||n===0?r:{...r,cursor:i,activate:i,dismiss:!0,handled:!0}}var Or="Search the workspace",lc="Search notes and repository…",uc="↑↓ move · ↵ open · esc close";function nv(t,e){return t.query.trim()?e>0?null:t.failed?"search failed — the workspace server may be gone":t.loading?"searching…":`no matches for “${t.query.trim()}”`:"Type to search notes, modules, files and entry points."}function rv(t){return t===1?"1 result":`${t} results`}function rc(t){return`weave-search-row-${t}`}function cc(t,e){let n=tv(t.hits,t.answered,e?.model.nodes??[],t.query),r=Ro(t.cursor,n.length);return{rows:n.map((o,a)=>({...o,active:a===r,domId:rc(a)})),status:nv(t,n.length),count:n.length,countLabel:rv(n.length),cursor:r,activeDomId:n.length?rc(r):null}}var iv=0;function x(t,e,n,r,i,o){e||(e={});var a,s,l=e;if("ref"in l)for(s in l={},e)s=="ref"?a=e[s]:l[s]=e[s];var u={type:t,props:l,key:n,ref:a,__k:null,__:null,__b:0,__e:null,__c:null,constructor:void 0,__v:--iv,__i:-1,__u:0,__source:i,__self:o};if(typeof t=="function"&&(a=t.defaultProps))for(s in a)l[s]===void 0&&(l[s]=a[s]);return B.vnode&&B.vnode(u),u}function av({row:t,onPick:e,onHover:n}){return x("li",{id:t.domId,role:"option","aria-selected":t.active,class:`weave-hit weave-hit-${t.kind}${t.active?" weave-hit-on":""}`,onMouseMove:n,onClick:e,children:[x("span",{class:"weave-hit-badge",children:t.badge}),x("span",{class:"weave-hit-label",children:t.label}),x("span",{class:"weave-hit-detail",children:t.detail})]})}function dc(t){let[e,n]=he(oc),r=re(0),i=re(null),o=Mr(),a=re(null);ie(()=>{a.current?.focus()},[]),ie(()=>{let u=e.query.trim(),d=!0;if(!u)return i.current?.abort(),n(c=>({...c,hits:[],answered:"",loading:!1,failed:!1})),()=>{d=!1};let h=window.setTimeout(async()=>{let c=++r.current;i.current?.abort();let f=new AbortController;i.current=f,n(v=>({...v,loading:!0,failed:!1}));let g=await ys(t.ports.fetch,u,f.signal);!d||f.signal.aborted||c!==r.current||n(v=>g.ok?{...v,hits:g.data.hits,answered:u,loading:!1,failed:!1,cursor:0}:{...v,loading:!1,failed:!0})},140);return()=>{d=!1,window.clearTimeout(h),i.current?.abort()}},[e.query,t.ports.fetch]);let s=cc(e,t.graph),l=u=>{let d=ac(s.rows,u);d!==null&&t.onSelect(d),t.onClose()};return x("div",{class:"weave-scrim",onClick:()=>l(null),children:x("div",{class:"weave-palette",role:"dialog","aria-modal":"true","aria-label":Or,tabIndex:-1,ref:o.ref,onClick:u=>u.stopPropagation(),onKeyDown:u=>{if(o.onKeyDown(u))return;let d=sc(e.cursor,u.key,s.count);d.handled&&(u.preventDefault(),n(h=>({...h,cursor:d.cursor})),d.dismiss&&l(d.activate))},children:[x("input",{type:"search",class:"weave-palette-input",ref:a,value:e.query,placeholder:lc,"aria-label":Or,"aria-controls":"weave-search-results","aria-activedescendant":s.activeDomId??void 0,onInput:u=>n(d=>({...d,query:u.currentTarget.value,cursor:0}))}),s.status===null?x("ul",{id:"weave-search-results",class:"weave-hits",role:"listbox","aria-label":Or,children:s.rows.map((u,d)=>x(av,{row:u,onPick:()=>l(d),onHover:()=>n(h=>({...h,cursor:d}))},u.id))}):x("p",{class:"weave-palette-status",role:"status",children:s.status}),x("p",{class:"weave-palette-foot",children:[x("span",{children:s.countLabel}),x("span",{class:"weave-palette-hint",children:uc})]})]})})}var hc="pi-weave.selection.v1";function fc(t,e){try{return t.setItem(hc,e??""),!0}catch{return!1}}function pc(t,e){if(t===null)return null;let n;try{n=e.getItem(hc)}catch{return null}return n===null||n===""?null:t.model.nodes.some(r=>r.id===n)?n:null}function gc(){return{graph:null,graphFailed:!1,note:null,recentIds:new Set,selectedId:null}}var sv=2e3,lv=3e3,vc=new Set;function uv(t,e){if(t===null)return vc;let n=new Set(t.model.nodes.map(r=>r.id));return new Set(e.model.nodes.filter(r=>!n.has(r.id)).map(r=>r.id))}function mc(t){if(t===null||!t.startsWith("note:"))return null;let e=t.slice(5);return e===""?null:e}function yc(t){let e=t.state,n=!1,r=!1,i=null,o=c=>{Object.entries(c).every(([f,g])=>e[f]===g)||(e={...e,...c},t.setState(e))},a=t.defer??((c,f)=>{let g=setTimeout(c,f);return()=>clearTimeout(g)}),s=async()=>{let c=mc(e.selectedId);if(c===null){o({note:null});return}let f=await vs(t.fetch,c);f.ok&&o({note:f.data})},l=async()=>{let c=e.graph,f=await ms(t.fetch,e.graph);if(!f.ok)return e.graph===null&&o({graphFailed:!0}),f;if(!f.cached){let g=uv(c,f.data);o({graph:f.data,graphFailed:!1,recentIds:g}),i?.(),i=null,g.size>0&&(i=a(()=>{i=null,o({recentIds:vc})},lv))}return f},u=async()=>{if(!(n||r)){r=!0;try{let c=await l();c.ok&&!c.cached&&mc(e.selectedId)!==null&&await s()}finally{r=!1}}},h=(t.repeat??((c,f)=>{let g=setInterval(c,f);return()=>clearInterval(g)}))(()=>{u()},sv);return u(),{refresh:()=>{u()},select:async c=>{o({selectedId:c}),await s()},syncNote:s,stop:()=>{n||(n=!0,h(),i?.(),i=null)}}}function wc(t){let e=2166136261;for(let n=0;n<t.length;n++)e^=t.charCodeAt(n),e=Math.imul(e,16777619);return e^=e>>>16,e=Math.imul(e,2246822507),e^=e>>>13,e=Math.imul(e,3266489909),e^=e>>>16,e>>>0}var cv=300,dv=1;function hv(t,e,n){let r=new Map(n??[]);if(r.size>0)for(let o of e){if(o.kind!=="contains"&&o.kind!=="anchored-at"||r.has(o.target))continue;let a=r.get(o.source);a!==void 0&&r.set(o.target,{x:a.x,y:a.y})}let i={ticks:cv,seed:dv,pinWarm:!0};return r.size>0&&(i.initial=r),iu({generatedAt:"",staleness:null,nodes:[...t],edges:[...e],contentDigest:""},i)}function fv(t,e){let n=0,r=0;for(let o of t){let a=wc(o.id);n^=a,r=r+a>>>0}for(let o of e){let a=wc(`${o.source}\0${o.target}\0${o.kind}`);n^=a,r=r+a>>>0}return[t.length,e.length,n>>>0,r].map(o=>o.toString(16)).join("-")}var xc="pi-weave.graph.positions.v3";function bc(t){return Math.round(t*10)/10}function pv(t,e){let n={};for(let[r,i]of e)n[r]=[bc(i.x),bc(i.y)];return JSON.stringify({v:3,key:t,at:n})}function gv(t,e){if(t===null)return null;let n;try{n=JSON.parse(t)}catch{return null}if(typeof n!="object"||n===null||Array.isArray(n))return null;let r=n;if(r.v!==3||r.key!==e)return null;let i=r.at;if(typeof i!="object"||i===null||Array.isArray(i))return null;let o=new Map;for(let[a,s]of Object.entries(i)){if(!Array.isArray(s)||s.length!==2)return null;let[l,u]=s;if(typeof l!="number"||typeof u!="number"||!Number.isFinite(l)||!Number.isFinite(u))return null;o.set(a,{x:l,y:u})}return o.size===0?null:o}function mv(t,e){let n;try{n=t.getItem(xc)}catch{return null}return gv(n,e)}function vv(t,e,n){try{return t.setItem(xc,pv(e,n)),!0}catch{return!1}}function _c(t,e,n){let r=fv(e,n),i=mv(t,r);if(i!==null&&e.every(a=>i.has(a.id)))return{key:r,positions:i,cached:!0};let o=hv(e,n);return vv(t,r,o),{key:r,positions:o,cached:!1}}function yv(t){return{expanded:new Set(Sr(t,new Set).clusters.keys())}}function Ec(t,e){return e!==null?e:t===null?{expanded:new Set}:yv(kt(t))}function wv(t,e){let n=new Set(t.expanded);return n.delete(e)||n.add(e),{...t,expanded:n}}function bv(t,e){return{...t,expanded:new Set(e.keys())}}function xv(t){return{...t,expanded:new Set}}function _v(t,e){return e===null?null:po(e,t)}function Sc(t){return t?"collapse":"expand"}function Tc(t){return t?"collapse every cluster back to the roots":"expand every cluster"}function Co(t,e){if(e.size===0)return!1;for(let n of e.keys())if(!t.expanded.has(n))return!1;return!0}function Ac(t,e){return Co(t,e)?xv(t):bv(t,e)}var Rc="fit",Cc="frame the whole graph",Fr={selected:"selected",neighborhood:"neighborhood",dimmed:"not related"};function Nc(t,e){let n=e===1?"node":"nodes";return t===e?`${e} ${n}`:`${t} of ${e} ${n}`}function kv(t,e){return t===null?"Loading…":t.model.nodes.length===0?"Nothing indexed yet — add a note or run /weave-scan.":e===0?"Nothing to draw at this expansion.":null}var Ev="The workspace did not load — ⟳ retries now, and the next change to the vault retries on its own.",kc={graph:Nu,highlight:null,key:"",cached:!1,clusters:new Map,visible:0,total:0,empty:"Loading…"};function Lc(t,e,n,r,i,o=!1){if(t===null)return o?{...kc,empty:Ev}:kc;let a=kt(t),s=Sr(a,n.expanded),l=_c(r,s.nodes,s.edges);return{graph:Pu(s.nodes,s.edges,l.positions,i),highlight:_v(s.edges,e),key:l.key,cached:l.cached,clusters:s.clusters,visible:s.nodes.length,total:a.nodes.length,empty:kv(t,s.nodes.length)}}function Pc(t,e,n){return n===null?{state:t,selectedId:null}:e.get(n)===void 0||t.expanded.has(n)?{state:t,selectedId:n}:{state:wv(t,n),selectedId:n}}var Sv=.06,Tv=.2,No=.001;function Dc(t,e){if(t.nodes.length===0)return null;let n=t.nodes.map(s=>{let l=e?.get(s.id);return{id:s.id,x:l!==void 0&&Number.isFinite(l.x)?l.x:s.x,y:l!==void 0&&Number.isFinite(l.y)?l.y:s.y,vx:0,vy:0,r:so(s.size)}}),r=new Map(n.map(s=>[s.id,s])),i=new Set,o=[];for(let s of t.edges){if(s.source===s.target||!r.has(s.source)||!r.has(s.target))continue;let l=`${s.source}\0${s.target}\0${s.kind}`;i.has(l)||(i.add(l),o.push({source:s.source,target:s.target,kind:s.kind}))}let a=lo({nodes:n,links:o,seed:1}).alpha(Sv).alphaMin(No);return{tick(){a.tick()},awake(){return a.alphaTarget()>No||a.alpha()>No},positions(){return new Map(n.map(s=>[s.id,{x:s.x??0,y:s.y??0}]))},pin(s,l){let u=r.get(s);u&&(u.fx=l.x,u.fy=l.y,a.alphaTarget(Tv))},release(s){let l=r.get(s);l&&(l.fx=null,l.fy=null,a.alphaTarget(0))}}}function Ic(t){let e=re(null),n=re(null),r=re(null),i=re(null),o=hs(()=>{if(i.current!==null)return;let f=()=>{i.current=null;let g=r.current;g!==null&&(g.tick(),g.awake()&&(n.current?.setPositions(g.positions()),i.current=requestAnimationFrame(f)))};i.current=requestAnimationFrame(f)},[]),[a,s]=he(null),l=t.scheme??nr(t.host),u=Ec(t.graph,a),d=vt(()=>Lc(t.graph,t.selectedId,u,t.storage,l,t.bootFailed),[t.graph,t.selectedId,u,t.storage,l,t.bootFailed]),h=Co(u,d.clusters),c=re({view:u,model:d,onSelect:t.onSelect});return c.current={view:u,model:d,onSelect:t.onSelect},ie(()=>{let f=t.renderer(l);return f.onSelect(g=>{let v=Pc(c.current.view,c.current.model.clusters,g);s(v.state),c.current.onSelect(v.selectedId)}),f.onDragStart(g=>{let v=n.current?.positions().get(g);v&&(r.current?.pin(g,v),o())}),f.onDragMove((g,v)=>{r.current?.pin(g,v)}),f.onDragEnd(g=>{r.current?.release(g)}),f.mount(e.current??{clientWidth:0,clientHeight:0}),n.current=f,f.setGraph(c.current.model.graph),f.setHighlight(c.current.model.highlight),t.fit.current=()=>f.fit(),()=>{f.destroy(),n.current=null,t.fit.current=null}},[t.renderer,l]),ie(()=>{n.current?.setGraph(d.graph)},[d.key]),ie(()=>{let f=Dc(d.graph,n.current?.positions());return r.current=f,f!==null&&o(),()=>{r.current=null}},[d.key,o]),ie(()=>()=>{i.current!==null&&(cancelAnimationFrame(i.current),i.current=null)},[]),ie(()=>{n.current?.setHighlight(d.highlight)},[d.highlight]),x("div",{class:"weave-graph",children:[d.empty===null?null:x("p",{class:"weave-graph-empty",children:d.empty}),x("div",{class:"weave-graph-canvas",ref:e,role:"img","aria-label":"Knowledge graph",tabIndex:-1}),x("div",{class:"weave-graph-controls",children:[x("button",{type:"button",class:"weave-chip",title:Cc,onClick:()=>n.current?.fit(),children:Rc}),x("button",{type:"button",class:"weave-chip",title:Tc(h),onClick:()=>s(Ac(u,d.clusters)),children:Sc(h)}),x("span",{class:"weave-graph-legend",children:[x("span",{class:"weave-legend-on",children:["◉ ",Fr.selected]}),x("span",{class:"weave-legend-near",children:["● ",Fr.neighborhood]}),x("span",{class:"weave-legend-dim",children:["· ",Fr.dimmed]})]})]}),x("p",{class:"weave-graph-count",children:Nc(d.visible,d.total)})]})}function Gc(t,e){(e==null||e>t.length)&&(e=t.length);for(var n=0,r=Array(e);n<e;n++)r[n]=t[n];return r}function Av(t){if(Array.isArray(t))return t}function Rv(t,e){var n=t==null?null:typeof Symbol<"u"&&t[Symbol.iterator]||t["@@iterator"];if(n!=null){var r,i,o,a,s=[],l=!0,u=!1;try{if(o=(n=n.call(t)).next,e!==0)for(;!(l=(r=o.call(n)).done)&&(s.push(r.value),s.length!==e);l=!0);}catch(d){u=!0,i=d}finally{try{if(!l&&n.return!=null&&(a=n.return(),Object(a)!==a))return}finally{if(u)throw i}}return s}}function Cv(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
333
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function Nv(t,e){return Av(t)||Rv(t,e)||Lv(t,e)||Cv()}function Lv(t,e){if(t){if(typeof t=="string")return Gc(t,e);var n={}.toString.call(t).slice(8,-1);return n==="Object"&&t.constructor&&(n=t.constructor.name),n==="Map"||n==="Set"?Array.from(t):n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?Gc(t,e):void 0}}var Zc=Object.entries,Mc=Object.setPrototypeOf,Pv=Object.isFrozen,Dv=Object.getPrototypeOf,Iv=Object.getOwnPropertyDescriptor,ce=Object.freeze,pe=Object.seal,Yt=Object.create,Xc=typeof Reflect<"u"&&Reflect,Oo=Xc.apply,Fo=Xc.construct;ce||(ce=function(e){return e});pe||(pe=function(e){return e});Oo||(Oo=function(e,n){for(var r=arguments.length,i=new Array(r>2?r-2:0),o=2;o<r;o++)i[o-2]=arguments[o];return e.apply(n,i)});Fo||(Fo=function(e){for(var n=arguments.length,r=new Array(n>1?n-1:0),i=1;i<n;i++)r[i-1]=arguments[i];return new e(...r)});var Tt=ae(Array.prototype.forEach),Gv=ae(Array.prototype.lastIndexOf),Oc=ae(Array.prototype.pop),xn=ae(Array.prototype.push),Mv=ae(Array.prototype.splice),Zt=Array.isArray,En=ae(String.prototype.toLowerCase),Lo=ae(String.prototype.toString),Fc=ae(String.prototype.match),_n=ae(String.prototype.replace),zc=ae(String.prototype.indexOf),Ov=ae(String.prototype.trim),Fv=ae(Number.prototype.toString),zv=ae(Boolean.prototype.toString),$c=typeof BigInt>"u"?null:ae(BigInt.prototype.toString),Uc=typeof Symbol>"u"?null:ae(Symbol.prototype.toString),Se=ae(Object.prototype.hasOwnProperty),kn=ae(Object.prototype.toString),ve=ae(RegExp.prototype.test),St=$v(TypeError);function ae(t){return function(e){e instanceof RegExp&&(e.lastIndex=0);for(var n=arguments.length,r=new Array(n>1?n-1:0),i=1;i<n;i++)r[i-1]=arguments[i];return Oo(t,e,r)}}function $v(t){return function(){for(var e=arguments.length,n=new Array(e),r=0;r<e;r++)n[r]=arguments[r];return Fo(t,n)}}function H(t,e){let n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:En;if(Mc&&Mc(t,null),!Zt(e))return t;let r=e.length;for(;r--;){let i=e[r];if(typeof i=="string"){let o=n(i);o!==i&&(Pv(e)||(e[r]=o),i=o)}t[i]=!0}return t}function Uv(t){for(let e=0;e<t.length;e++)Se(t,e)||(t[e]=null);return t}function Re(t){let e=Yt(null);for(let r of Zc(t)){var n=Nv(r,2);let i=n[0],o=n[1];Se(t,i)&&(Zt(o)?e[i]=Uv(o):o&&typeof o=="object"&&o.constructor===Object?e[i]=Re(o):e[i]=o)}return e}function Hv(t){switch(typeof t){case"string":return t;case"number":return Fv(t);case"boolean":return zv(t);case"bigint":return $c?$c(t):"0";case"symbol":return Uc?Uc(t):"Symbol()";case"undefined":return kn(t);case"function":case"object":{if(t===null)return kn(t);let e=t,n=ze(e,"toString");if(typeof n=="function"){let r=n(e);return typeof r=="string"?r:kn(r)}return kn(t)}default:return kn(t)}}function ze(t,e){for(;t!==null;){let r=Iv(t,e);if(r){if(r.get)return ae(r.get);if(typeof r.value=="function")return ae(r.value)}t=Dv(t)}function n(){return null}return n}function Bv(t){try{return ve(t,""),!0}catch{return!1}}var Hc=ce(["a","abbr","acronym","address","area","article","aside","audio","b","bdi","bdo","big","blink","blockquote","body","br","button","canvas","caption","center","cite","code","col","colgroup","content","data","datalist","dd","decorator","del","details","dfn","dialog","dir","div","dl","dt","element","em","fieldset","figcaption","figure","font","footer","form","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","img","input","ins","kbd","label","legend","li","main","map","mark","marquee","menu","menuitem","meter","nav","nobr","ol","optgroup","option","output","p","picture","pre","progress","q","rp","rt","ruby","s","samp","search","section","select","shadow","slot","small","source","spacer","span","strike","strong","style","sub","summary","sup","table","tbody","td","template","textarea","tfoot","th","thead","time","tr","track","tt","u","ul","var","video","wbr"]),Po=ce(["svg","a","altglyph","altglyphdef","altglyphitem","animatecolor","animatemotion","animatetransform","circle","clippath","defs","desc","ellipse","enterkeyhint","exportparts","filter","font","g","glyph","glyphref","hkern","image","inputmode","line","lineargradient","marker","mask","metadata","mpath","part","path","pattern","polygon","polyline","radialgradient","rect","stop","style","switch","symbol","text","textpath","title","tref","tspan","view","vkern"]),Do=ce(["feBlend","feColorMatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feDistantLight","feDropShadow","feFlood","feFuncA","feFuncB","feFuncG","feFuncR","feGaussianBlur","feImage","feMerge","feMergeNode","feMorphology","feOffset","fePointLight","feSpecularLighting","feSpotLight","feTile","feTurbulence"]),Wv=ce(["animate","color-profile","cursor","discard","font-face","font-face-format","font-face-name","font-face-src","font-face-uri","foreignobject","hatch","hatchpath","mesh","meshgradient","meshpatch","meshrow","missing-glyph","script","set","solidcolor","unknown","use"]),Io=ce(["math","menclose","merror","mfenced","mfrac","mglyph","mi","mlabeledtr","mmultiscripts","mn","mo","mover","mpadded","mphantom","mroot","mrow","ms","mspace","msqrt","mstyle","msub","msup","msubsup","mtable","mtd","mtext","mtr","munder","munderover","mprescripts"]),Kv=ce(["maction","maligngroup","malignmark","mlongdiv","mscarries","mscarry","msgroup","mstack","msline","msrow","semantics","annotation","annotation-xml","mprescripts","none"]),Bc=ce(["#text"]),Wc=ce(["accept","action","align","alt","autocapitalize","autocomplete","autopictureinpicture","autoplay","background","bgcolor","border","capture","cellpadding","cellspacing","checked","cite","class","clear","color","cols","colspan","command","commandfor","controls","controlslist","coords","crossorigin","datetime","decoding","default","dir","disabled","disablepictureinpicture","disableremoteplayback","download","draggable","enctype","enterkeyhint","exportparts","face","for","headers","height","hidden","high","href","hreflang","id","inert","inputmode","integrity","ismap","kind","label","lang","list","loading","loop","low","max","maxlength","media","method","min","minlength","multiple","muted","name","nonce","noshade","novalidate","nowrap","open","optimum","part","pattern","placeholder","playsinline","popover","popovertarget","popovertargetaction","poster","preload","pubdate","radiogroup","readonly","rel","required","rev","reversed","role","rows","rowspan","spellcheck","scope","selected","shape","size","sizes","slot","span","srclang","start","src","srcset","step","style","summary","tabindex","title","translate","type","usemap","valign","value","width","wrap","xmlns"]),Go=ce(["accent-height","accumulate","additive","alignment-baseline","amplitude","ascent","attributename","attributetype","azimuth","basefrequency","baseline-shift","begin","bias","by","class","clip","clippathunits","clip-path","clip-rule","color","color-interpolation","color-interpolation-filters","color-profile","color-rendering","cx","cy","d","dx","dy","diffuseconstant","direction","display","divisor","dominant-baseline","dur","edgemode","elevation","end","exponent","fill","fill-opacity","fill-rule","filter","filterunits","flood-color","flood-opacity","font-family","font-size","font-size-adjust","font-stretch","font-style","font-variant","font-weight","fx","fy","g1","g2","glyph-name","glyphref","gradientunits","gradienttransform","height","href","id","image-rendering","in","in2","intercept","k","k1","k2","k3","k4","kerning","keypoints","keysplines","keytimes","lang","lengthadjust","letter-spacing","kernelmatrix","kernelunitlength","lighting-color","local","marker-end","marker-mid","marker-start","markerheight","markerunits","markerwidth","maskcontentunits","maskunits","max","mask","mask-type","media","method","mode","min","name","numoctaves","offset","operator","opacity","order","orient","orientation","origin","overflow","paint-order","path","pathlength","patterncontentunits","patterntransform","patternunits","pointer-events","points","preservealpha","preserveaspectratio","primitiveunits","r","rx","ry","radius","refx","refy","repeatcount","repeatdur","restart","result","rotate","scale","seed","shape-rendering","slope","specularconstant","specularexponent","spreadmethod","startoffset","stddeviation","stitchtiles","stop-color","stop-opacity","stroke-dasharray","stroke-dashoffset","stroke-linecap","stroke-linejoin","stroke-miterlimit","stroke-opacity","stroke","stroke-width","style","surfacescale","systemlanguage","tabindex","tablevalues","targetx","targety","transform","transform-origin","text-anchor","text-decoration","text-orientation","text-rendering","textlength","type","u1","u2","unicode","values","vector-effect","viewbox","visibility","version","vert-adv-y","vert-origin-x","vert-origin-y","width","word-spacing","wrap","writing-mode","xchannelselector","ychannelselector","x","x1","x2","xmlns","y","y1","y2","z","zoomandpan"]),Kc=ce(["accent","accentunder","align","bevelled","close","columnalign","columnlines","columnspacing","columnspan","denomalign","depth","dir","display","displaystyle","encoding","fence","frame","height","href","id","largeop","length","linethickness","lquote","lspace","mathbackground","mathcolor","mathsize","mathvariant","maxsize","minsize","movablelimits","notation","numalign","open","rowalign","rowlines","rowspacing","rowspan","rspace","rquote","scriptlevel","scriptminsize","scriptsizemultiplier","selection","separator","separators","stretchy","subscriptshift","supscriptshift","symmetric","voffset","width","xmlns"]),zr=ce(["xlink:href","xml:id","xlink:title","xml:space","xmlns:xlink"]),Vv=pe(/{{[\w\W]*|^[\w\W]*}}/g),jv=pe(/<%[\w\W]*|^[\w\W]*%>/g),qv=pe(/\${[\w\W]*/g),Yv=pe(/^data-[\-\w.\u00B7-\uFFFF]+$/),Zv=pe(/^aria-[\-\w]+$/),Vc=pe(/^(?:(?:(?:f|ht)tps?|mailto|tel|callto|sms|cid|xmpp|matrix):|[^a-z]|[a-z+.\-]+(?:[^a-z+.\-:]|$))/i),Xv=pe(/^(?:\w+script|data):/i),Qv=pe(/[\u0000-\u0020\u00A0\u1680\u180E\u2000-\u2029\u205F\u3000]/g),Jv=pe(/^html$/i),ey=pe(/^[a-z][.\w]*(-[.\w]+)+$/i),jc=pe(/<[/\w!]/g),qc=pe(/<[/\w]/g),ty=pe(/<\/no(script|embed|frames)/i),ny=pe(/\/>/i),Ae={element:1,attribute:2,text:3,cdataSection:4,entityReference:5,entityNode:6,processingInstruction:7,comment:8,document:9,documentType:10,documentFragment:11,notation:12},Qc=["style","script","xmp","iframe","noembed","noframes","plaintext","noscript"],ry=ce(H({},Qc)),iy=(function(){let t={};return Tt(Qc,e=>{t[e]=pe(new RegExp("</"+e+"(?=[\\t\\n\\f\\r />])","i"))}),ce(t)})(),oy=function(){return typeof window>"u"?null:window},ay=function(e,n){if(typeof e!="object"||typeof e.createPolicy!="function")return null;let r=null,i="data-tt-policy-suffix";n&&n.hasAttribute(i)&&(r=n.getAttribute(i));let o="dompurify"+(r?"#"+r:"");try{return e.createPolicy(o,{createHTML(a){return a},createScriptURL(a){return a}})}catch{return console.warn("TrustedTypes policy "+o+" could not be created."),null}},Yc=function(){return{afterSanitizeAttributes:[],afterSanitizeElements:[],afterSanitizeShadowDOM:[],beforeSanitizeAttributes:[],beforeSanitizeElements:[],beforeSanitizeShadowDOM:[],uponSanitizeAttribute:[],uponSanitizeElement:[],uponSanitizeShadowNode:[]}},ct=function(e,n,r,i){return Se(e,n)&&Zt(e[n])?H(i.base?Re(i.base):{},e[n],i.transform):r},Mo=function(e,n,r){let i=Se(e,n)?e[n]:void 0;return i&&typeof i=="object"?Re(i):r()};function Jc(){let t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:oy(),e=T=>Jc(T);if(e.version="3.4.14",e.removed=[],!t||!t.document||t.document.nodeType!==Ae.document||!t.Element)return e.isSupported=!1,e;let n=t.document,r=n,i=r.currentScript;t.DocumentFragment;let o=t.HTMLTemplateElement,a=t.Node,s=t.Element,l=t.NodeFilter,u=t.NamedNodeMap;u===void 0&&(t.NamedNodeMap||t.MozNamedAttrMap),t.HTMLFormElement;let d=t.DOMParser,h=t.trustedTypes,c=s.prototype,f=ze(c,"cloneNode"),g=ze(c,"remove"),v=ze(c,"nextSibling"),m=ze(c,"childNodes"),y=ze(c,"parentNode"),b=ze(c,"shadowRoot"),k=ze(c,"attributes"),_=a&&a.prototype?ze(a.prototype,"nodeType"):null,N=a&&a.prototype?ze(a.prototype,"nodeName"):null,D=a&&a.prototype?ze(a.prototype,"ownerDocument"):null,I=function(p){return _?_(p):p.nodeType},z=function(p){return N?N(p):p.nodeName};if(typeof o=="function"){let T=n.createElement("template");T.content&&T.content.ownerDocument&&(n=T.content.ownerDocument)}let F,G="",U,j=!1,Q=0,ge=function(){if(Q>0)throw St('A configured TRUSTED_TYPES_POLICY callback (createHTML or createScriptURL) must not call DOMPurify.sanitize, as that causes infinite recursion. Do not pass a policy whose callbacks wrap DOMPurify as TRUSTED_TYPES_POLICY; see the "DOMPurify and Trusted Types" section of the README.')},de=function(p){ge(),Q++;try{return F.createHTML(p)}finally{Q--}},Be=function(p){ge(),Q++;try{return F.createScriptURL(p)}finally{Q--}},Nt=function(){return j||(U=ay(h,i),j=!0),U},De=n,Ie=De.implementation,Ge=De.createNodeIterator,We=De.createDocumentFragment,Jt=De.getElementsByTagName,Ce=r.importNode,q=Yc();e.isSupported=typeof Zc=="function"&&typeof y=="function"&&Ie&&Ie.createHTMLDocument!==void 0;let en=Vv,Eh=jv,Sh=qv,Th=Yv,Ah=Zv,Rh=Xv,la=Qv,Ch=ey,ua=Vc,Z=null,ei=H({},[...Hc,...Po,...Do,...Io,...Bc]),X=null,ti=H({},[...Wc,...Go,...Kc,...zr]),Ke=Object.seal(Yt(null,{tagNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},attributeNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},allowCustomizedBuiltInElements:{writable:!0,configurable:!1,enumerable:!0,value:!1}})),tn=null,ca=null,nt=Object.seal(Yt(null,{tagCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},attributeCheck:{writable:!0,configurable:!1,enumerable:!0,value:null}})),da=!0,ni=!0,ha=!1,fa=!0,rt=!1,ft=!0,pt=!1,ri=!1,Pn=null,Dn=null,ii=!1,Lt=!1,In=!1,Gn=!1,pa=!0,ga=!1,ma="user-content-",oi=!0,ai=!1,Pt={},Dt=null,va=H({},["annotation-xml","audio","colgroup","desc","foreignobject","head","iframe","math","mi","mn","mo","ms","mtext","noembed","noframes","noscript","plaintext","script","selectedcontent","style","svg","template","thead","title","video","xmp"]),ya=null,wa=H({},["audio","video","img","source","image","track"]),ba=null,xa=H({},["alt","class","for","id","label","name","pattern","placeholder","role","summary","title","value","style","xmlns"]),Mn="http://www.w3.org/1998/Math/MathML",On="http://www.w3.org/2000/svg",Ve="http://www.w3.org/1999/xhtml",It=Ve,si=!1,li=null,Nh=H({},[Mn,On,Ve],Lo),_a=ce(["mi","mo","mn","ms","mtext"]),ui=H({},_a),ka=ce(["annotation-xml"]),ci=H({},ka),Lh=H({},["title","style","font","a","script"]),nn=null,Ph=["application/xhtml+xml","text/html"],Dh="text/html",te=null,Gt=null,Ih=n.createElement("form"),Ea=function(p){return p instanceof RegExp||p instanceof Function},di=function(){let p=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};if(Gt&&Gt===p)return;(!p||typeof p!="object")&&(p={}),p=Re(p),nn=Ph.indexOf(p.PARSER_MEDIA_TYPE)===-1?Dh:p.PARSER_MEDIA_TYPE,te=nn==="application/xhtml+xml"?Lo:En,Z=ct(p,"ALLOWED_TAGS",ei,{transform:te}),X=ct(p,"ALLOWED_ATTR",ti,{transform:te}),li=ct(p,"ALLOWED_NAMESPACES",Nh,{transform:Lo}),ba=ct(p,"ADD_URI_SAFE_ATTR",xa,{transform:te,base:xa}),ya=ct(p,"ADD_DATA_URI_TAGS",wa,{transform:te,base:wa}),Dt=ct(p,"FORBID_CONTENTS",va,{transform:te}),tn=ct(p,"FORBID_TAGS",Re({}),{transform:te}),ca=ct(p,"FORBID_ATTR",Re({}),{transform:te}),Pt=Se(p,"USE_PROFILES")?p.USE_PROFILES&&typeof p.USE_PROFILES=="object"?Re(p.USE_PROFILES):p.USE_PROFILES:!1,da=p.ALLOW_ARIA_ATTR!==!1,ni=p.ALLOW_DATA_ATTR!==!1,ha=p.ALLOW_UNKNOWN_PROTOCOLS||!1,fa=p.ALLOW_SELF_CLOSE_IN_ATTR!==!1,rt=p.SAFE_FOR_TEMPLATES||!1,ft=p.SAFE_FOR_XML!==!1,pt=p.WHOLE_DOCUMENT||!1,Lt=p.RETURN_DOM||!1,In=p.RETURN_DOM_FRAGMENT||!1,Gn=p.RETURN_TRUSTED_TYPE||!1,ii=p.FORCE_BODY||!1,pa=p.SANITIZE_DOM!==!1,ga=p.SANITIZE_NAMED_PROPS||!1,oi=p.KEEP_CONTENT!==!1,ai=p.IN_PLACE||!1,ua=Bv(p.ALLOWED_URI_REGEXP)?p.ALLOWED_URI_REGEXP:Vc,It=typeof p.NAMESPACE=="string"?p.NAMESPACE:Ve,ui=Mo(p,"MATHML_TEXT_INTEGRATION_POINTS",()=>H({},_a)),ci=Mo(p,"HTML_INTEGRATION_POINTS",()=>H({},ka));let w=Mo(p,"CUSTOM_ELEMENT_HANDLING",()=>Yt(null));if(Ke=Yt(null),Se(w,"tagNameCheck")&&Ea(w.tagNameCheck)&&(Ke.tagNameCheck=w.tagNameCheck),Se(w,"attributeNameCheck")&&Ea(w.attributeNameCheck)&&(Ke.attributeNameCheck=w.attributeNameCheck),Se(w,"allowCustomizedBuiltInElements")&&typeof w.allowCustomizedBuiltInElements=="boolean"&&(Ke.allowCustomizedBuiltInElements=w.allowCustomizedBuiltInElements),pe(Ke),rt&&(ni=!1),In&&(Lt=!0),Pt&&(Z=H({},Bc),X=Yt(null),Pt.html===!0&&(H(Z,Hc),H(X,Wc)),Pt.svg===!0&&(H(Z,Po),H(X,Go),H(X,zr)),Pt.svgFilters===!0&&(H(Z,Do),H(X,Go),H(X,zr)),Pt.mathMl===!0&&(H(Z,Io),H(X,Kc),H(X,zr))),nt.tagCheck=null,nt.attributeCheck=null,Se(p,"ADD_TAGS")&&(typeof p.ADD_TAGS=="function"?nt.tagCheck=p.ADD_TAGS:Zt(p.ADD_TAGS)&&(Z===ei&&(Z=Re(Z)),H(Z,p.ADD_TAGS,te))),Se(p,"ADD_ATTR")&&(typeof p.ADD_ATTR=="function"?nt.attributeCheck=p.ADD_ATTR:Zt(p.ADD_ATTR)&&(X===ti&&(X=Re(X)),H(X,p.ADD_ATTR,te))),Se(p,"ADD_FORBID_CONTENTS")&&Zt(p.ADD_FORBID_CONTENTS)&&(Dt===va&&(Dt=Re(Dt)),H(Dt,p.ADD_FORBID_CONTENTS,te)),oi&&(Z["#text"]=!0),pt&&H(Z,["html","head","body"]),Z.table&&(H(Z,["tbody"]),delete tn.tbody),p.TRUSTED_TYPES_POLICY){if(typeof p.TRUSTED_TYPES_POLICY.createHTML!="function")throw St('TRUSTED_TYPES_POLICY configuration option must provide a "createHTML" hook.');if(typeof p.TRUSTED_TYPES_POLICY.createScriptURL!="function")throw St('TRUSTED_TYPES_POLICY configuration option must provide a "createScriptURL" hook.');let E=F;F=p.TRUSTED_TYPES_POLICY;try{G=de("")}catch(R){throw F=E,R}}else p.TRUSTED_TYPES_POLICY===null?(F=void 0,G=""):(F===void 0&&(F=Nt()),F&&typeof G=="string"&&(G=de("")));ce&&ce(p),Gt=p},Sa=H({},[...Po,...Do,...Wv]),Ta=H({},[...Io,...Kv]),Gh=function(p,w,E){return w.namespaceURI===Ve?p==="svg":w.namespaceURI===Mn?p==="svg"&&(E==="annotation-xml"||ui[E]):!!Sa[p]},Mh=function(p,w,E){return w.namespaceURI===Ve?p==="math":w.namespaceURI===On?p==="math"&&ci[E]:!!Ta[p]},Oh=function(p,w,E){return w.namespaceURI===On&&!ci[E]||w.namespaceURI===Mn&&!ui[E]?!1:!Ta[p]&&(Lh[p]||!Sa[p])},Fh=function(p){let w=y(p);(!w||!w.tagName)&&(w={namespaceURI:It,tagName:"template"});let E=En(p.tagName),R=En(w.tagName);return li[p.namespaceURI]?p.namespaceURI===On?Gh(E,w,R):p.namespaceURI===Mn?Mh(E,w,R):p.namespaceURI===Ve?Oh(E,w,R):!!(nn==="application/xhtml+xml"&&li[p.namespaceURI]):!1},it=function(p){xn(e.removed,{element:p});try{y(p).removeChild(p)}catch{if(g(p),!y(p))throw St("a node selected for removal could not be detached from its tree and cannot be safely returned; refusing to sanitize in place")}},Aa=function(p,w,E){try{p.removeAttributeNode(w)}catch{try{p.removeAttribute(E)}catch{}}},Fn=function(p){zn(p);let w=m(p);if(w){let R=[];Tt(w,P=>{xn(R,P)}),Tt(R,P=>{try{g(P)}catch{}})}let E=k(p);if(E)for(let R=E.length-1;R>=0;--R){let P=E[R],O=P&&P.name;typeof O=="string"&&Aa(p,P,O)}},gt=function(p,w,E){if(!E)try{E=w.getAttributeNode(p)}catch{E=null}xn(e.removed,{attribute:E||null,from:w});try{E?w.removeAttributeNode(E):w.removeAttribute(p)}catch{try{w.removeAttribute(p)}catch{}}if(p==="is")if(Lt||In)try{it(w)}catch{}else try{w.setAttribute(p,"")}catch{}},zh=function(p){let w=k(p);if(w)for(let E=w.length-1;E>=0;--E){let R=w[E],P=R&&R.name;typeof P!="string"||X[te(P)]||Aa(p,R,P)}},zn=function(p){let w=[p];for(;w.length>0;){let E=w.pop();I(E)===Ae.element&&zh(E);let P=m(E);if(P)for(let O=P.length-1;O>=0;--O)w.push(P[O])}},Ra=function(p,w){return ft?p==="patchsrc"?!0:p==="for"&&w!=="label"&&w!=="output":!1},$h=function(p){if(!ft)return;let w=[p];for(;w.length>0;){let E=w.pop(),R=I(E);if(R===Ae.processingInstruction||R===Ae.comment&&ve(qc,E.data)){try{g(E)}catch{}continue}if(R===Ae.element){let O=E,Y=te(z(E));try{O.hasAttribute&&O.hasAttribute("patchsrc")&&O.removeAttribute("patchsrc"),O.hasAttribute&&O.hasAttribute("for")&&Ra("for",Y)&&O.removeAttribute("for")}catch{}}let P=m(E);if(P)for(let O=P.length-1;O>=0;--O)w.push(P[O])}},Ca=function(p){let w=null,E=null;if(ii)p="<remove></remove>"+p;else{let O=Fc(p,/^[\r\n\t ]+/);E=O&&O[0]}nn==="application/xhtml+xml"&&It===Ve&&(p='<html xmlns="http://www.w3.org/1999/xhtml"><head></head><body>'+p+"</body></html>");let R=F?de(p):p;if(It===Ve)try{w=new d().parseFromString(R,nn)}catch{}if(!w||!w.documentElement){w=Ie.createDocument(It,"template",null);try{w.documentElement.innerHTML=si?G:R}catch{}}let P=w.body||w.documentElement;return p&&E&&P.insertBefore(n.createTextNode(E),P.childNodes[0]||null),It===Ve?Jt.call(w,pt?"html":"body")[0]:pt?w.documentElement:P},Na=function(p){let w=D?D(p):p.ownerDocument;return Ge.call(w||p,p,l.SHOW_ELEMENT|l.SHOW_COMMENT|l.SHOW_TEXT|l.SHOW_PROCESSING_INSTRUCTION|l.SHOW_CDATA_SECTION,null)},$n=function(p){return p=_n(p,en," "),p=_n(p,Eh," "),p=_n(p,Sh," "),p},hi=function(p){var w;p.normalize();let E=D?D(p):p.ownerDocument,R=Ge.call(E||p,p,l.SHOW_TEXT|l.SHOW_COMMENT|l.SHOW_CDATA_SECTION|l.SHOW_PROCESSING_INSTRUCTION,null),P=R.nextNode();for(;P;)P.data=$n(P.data),P=R.nextNode();let O=(w=p.querySelectorAll)===null||w===void 0?void 0:w.call(p,"template");O&&Tt(O,Y=>{Mt(Y.content)&&hi(Y.content)})},Un=function(p){let w=N?N(p):null;return typeof w!="string"||te(w)!=="form"?!1:typeof p.nodeName!="string"||typeof p.textContent!="string"||typeof p.removeChild!="function"||p.attributes!==k(p)||typeof p.removeAttribute!="function"||typeof p.setAttribute!="function"||typeof p.namespaceURI!="string"||typeof p.insertBefore!="function"||typeof p.hasChildNodes!="function"||p.nodeType!==_(p)||p.childNodes!==m(p)},Mt=function(p){if(!_||typeof p!="object"||p===null)return!1;try{return _(p)===Ae.documentFragment}catch{return!1}},rn=function(p){if(!_||typeof p!="object"||p===null)return!1;try{return typeof _(p)=="number"}catch{return!1}};function je(T,p,w){T.length!==0&&Tt(T,E=>{E.call(e,p,w,Gt)})}let Uh=function(p,w){return!!(ft&&p.hasChildNodes()&&!rn(p.firstElementChild)&&ve(jc,p.textContent)&&ve(jc,p.innerHTML)||ft&&p.namespaceURI===Ve&&ry[w]&&(rn(p.firstElementChild)||typeof p.textContent=="string"&&ve(iy[w],p.textContent))||p.nodeType===Ae.processingInstruction||ft&&p.nodeType===Ae.comment&&ve(qc,p.data))},Hn=function(p,w){if(p instanceof RegExp)return ve(p,w);if(p instanceof Function){for(var E=arguments.length,R=new Array(E>2?E-2:0),P=2;P<E;P++)R[P-2]=arguments[P];return!!p(w,...R)}return!1},Hh=function(p,w,E){if(!tn[w]&&Ga(w)&&Hn(Ke.tagNameCheck,w))return!1;if(oi&&!Dt[w]){let R=y(p),P=m(p);if(P&&R){let O=P.length;for(let Y=O-1;Y>=0;--Y){let J=p===E?f(P[Y],!0):P[Y];R.insertBefore(J,v(p))}}}return it(p),!0},La=function(p,w,E,R){return p.length===0?w:w===E||w===R?Re(w):w},Pa=function(p,w){return p===w||y(p)!==null?!1:(ai&&zn(p),!0)},Da=function(p,w){if(je(q.beforeSanitizeElements,p,null),Pa(p,w))return!0;if(Un(p))return it(p),!0;let E=te(z(p));if(Z=La(q.uponSanitizeElement,Z,ei,Pn),je(q.uponSanitizeElement,p,{tagName:E,allowedTags:Z}),Pa(p,w))return!0;if(Uh(p,E))return it(p),!0;if(tn[E]||!(nt.tagCheck instanceof Function&&nt.tagCheck(E))&&!Z[E]){let P=Hh(p,E,w);return P===!1&&je(q.afterSanitizeElements,p,null),P}if(I(p)===Ae.element&&!Fh(p)||(E==="noscript"||E==="noembed"||E==="noframes")&&ve(ty,p.innerHTML))return it(p),!0;if(rt&&p.nodeType===Ae.text){let P=$n(p.textContent);p.textContent!==P&&(xn(e.removed,{element:p.cloneNode()}),p.textContent=P)}return je(q.afterSanitizeElements,p,null),!1},Ia=function(p,w,E){if(ca[w]||Ra(w,p)||pa&&(w==="id"||w==="name")&&(E in n||E in Ih))return!1;let R=X[w]||nt.attributeCheck instanceof Function&&nt.attributeCheck(w,p);return ni&&ve(Th,w)||da&&ve(Ah,w)?!0:R?ba[w]||ve(ua,_n(E,la,""))||(w==="src"||w==="xlink:href"||w==="href")&&p!=="script"&&zc(E,"data:")===0&&ya[p]||ha&&!ve(Rh,_n(E,la,""))?!0:!E:Ga(p)&&Hn(Ke.tagNameCheck,p)&&Hn(Ke.attributeNameCheck,w,p)||w==="is"&&Ke.allowCustomizedBuiltInElements&&Hn(Ke.tagNameCheck,E)},Bh=H({},["annotation-xml","color-profile","font-face","font-face-format","font-face-name","font-face-src","font-face-uri","missing-glyph"]),Ga=function(p){return!Bh[En(p)]&&ve(Ch,p)},Wh=function(p,w,E,R){if(F&&typeof h=="object"&&typeof h.getAttributeType=="function"&&!E)switch(h.getAttributeType(p,w)){case"TrustedHTML":return de(R);case"TrustedScriptURL":return Be(R)}return R},Kh=function(p,w,E,R){try{E?p.setAttributeNS(E,w,R):p.setAttribute(w,R),Un(p)?it(p):Oc(e.removed)}catch{gt(w,p)}},Ma=function(p){je(q.beforeSanitizeAttributes,p,null);let w=p.attributes;if(!w||Un(p))return;X=La(q.uponSanitizeAttribute,X,ti,Dn);let E={attrName:"",attrValue:"",keepAttr:!0,allowedAttributes:X,forceKeepAttr:void 0},R=w.length,P=te(p.nodeName);for(;R--;){let O=w[R],Y=O.name,J=O.namespaceURI,ke=O.value,Ee=te(Y),pi=ke,we=Y==="value"?pi:Ov(pi);if(E.attrName=Ee,E.attrValue=we,E.keepAttr=!0,E.forceKeepAttr=void 0,je(q.uponSanitizeAttribute,p,E),we=E.attrValue,ga&&(Ee==="id"||Ee==="name")&&zc(we,ma)!==0&&(gt(Y,p,O),we=ma+we),ft&&ve(/((--!?|])>)|<\/(style|script|title|xmp|textarea|noscript|iframe|noembed|noframes)/i,we)){gt(Y,p,O);continue}if(Ee==="attributename"&&Fc(we,"href")){gt(Y,p,O);continue}if(!E.forceKeepAttr){if(!E.keepAttr){gt(Y,p,O);continue}if(!fa&&ve(ny,we)){gt(Y,p,O);continue}if(rt&&(we=$n(we)),!Ia(P,Ee,we)){gt(Y,p,O);continue}we=Wh(P,Ee,J,we),we!==pi&&Kh(p,Y,J,we)}}je(q.afterSanitizeAttributes,p,null)},Bn=function(p){let w=null,E=Na(p);for(je(q.beforeSanitizeShadowDOM,p,null);w=E.nextNode();)if(je(q.uponSanitizeShadowNode,w,null),Da(w,p),Ma(w),Mt(w.content)&&Bn(w.content),I(w)===Ae.element){let R=b(w);Mt(R)&&(fi(R),Bn(R))}je(q.afterSanitizeShadowDOM,p,null)},fi=function(p){let w=[{node:p,shadow:null}];for(;w.length>0;){let E=w.pop();if(E.shadow){Bn(E.shadow);continue}let R=E.node,O=I(R)===Ae.element,Y=m(R);if(Y)for(let J=Y.length-1;J>=0;--J)w.push({node:Y[J],shadow:null});if(O){let J=N?N(R):null;if(typeof J=="string"&&te(J)==="template"){let ke=R.content;Mt(ke)&&w.push({node:ke,shadow:null})}}if(O){let J=b(R);Mt(J)&&w.push({node:null,shadow:J},{node:J,shadow:null})}}};return e.sanitize=function(T){let p=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},w=null,E=null,R=null,P=null;if(si=!T,si&&(T="<!-->"),typeof T!="string"&&!rn(T)&&(T=Hv(T),typeof T!="string"))throw St("dirty is not a string, aborting");if(!e.isSupported)return T;ri?(Z=Pn,X=Dn):di(p),(q.uponSanitizeElement.length>0||q.uponSanitizeAttribute.length>0)&&(Z=Re(Z)),q.uponSanitizeAttribute.length>0&&(X=Re(X)),e.removed=[];let O=ai&&typeof T!="string"&&rn(T);if(O){$h(T);let ke=z(T);if(typeof ke=="string"){let Ee=te(ke);if(!Z[Ee]||tn[Ee])throw Fn(T),St("root node is forbidden and cannot be sanitized in-place")}if(Un(T))throw Fn(T),St("root node is clobbered and cannot be sanitized in-place");try{fi(T)}catch(Ee){throw Fn(T),Ee}}else if(rn(T))w=Ca("<!---->"),E=w.ownerDocument.importNode(T,!0),E.nodeType===Ae.element&&E.nodeName==="BODY"||E.nodeName==="HTML"?w=E:w.appendChild(E),fi(E);else{if(!Lt&&!rt&&!pt&&T.indexOf("<")===-1)return F&&Gn?de(T):T;if(w=Ca(T),!w)return Lt?null:Gn?G:""}w&&ii&&it(w.firstChild);let Y=O?T:w;try{let ke=Na(Y);for(;R=ke.nextNode();)Da(R,Y),Ma(R),Mt(R.content)&&Bn(R.content)}catch(ke){throw O&&(Fn(T),Tt(e.removed,Ee=>{Ee.element&&zn(Ee.element)})),ke}if(O)return Tt(e.removed,ke=>{ke.element&&zn(ke.element)}),rt&&hi(T),T;if(Lt){if(rt&&hi(w),In)for(P=We.call(w.ownerDocument);w.firstChild;)P.appendChild(w.firstChild);else P=w;return(X.shadowroot||X.shadowrootmode)&&(P=Ce.call(r,P,!0)),P}let J=pt?w.outerHTML:w.innerHTML;return pt&&Z["!doctype"]&&w.ownerDocument&&w.ownerDocument.doctype&&w.ownerDocument.doctype.name&&ve(Jv,w.ownerDocument.doctype.name)&&(J="<!DOCTYPE "+w.ownerDocument.doctype.name+`>
|
|
334
|
+
`+J),rt&&(J=$n(J)),F&&Gn?de(J):J},e.setConfig=function(){let T=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};di(T),ri=!0,Pn=Z,Dn=X},e.clearConfig=function(){Gt=null,ri=!1,Pn=null,Dn=null,F=U,G=""},e.isValidAttribute=function(T,p,w){Gt||di({});let E=te(T),R=te(p);return Ia(E,R,w)},e.addHook=function(T,p){typeof p=="function"&&Se(q,T)&&xn(q[T],p)},e.removeHook=function(T,p){if(Se(q,T)){if(p!==void 0){let w=Gv(q[T],p);return w===-1?void 0:Mv(q[T],w,1)[0]}return Oc(q[T])}},e.removeHooks=function(T){Se(q,T)&&(q[T]=[])},e.removeAllHooks=function(){q=Yc()},e}var ed=Jc();function Ho(){return{async:!1,breaks:!1,extensions:null,gfm:!0,hooks:null,pedantic:!1,renderer:null,silent:!1,tokenizer:null,walkTokens:null}}var Ct=Ho();function ld(t){Ct=t}var At={exec:()=>null};function Xt(t){let e=[];return n=>{let r=Math.max(0,Math.min(3,n-1)),i=e[r];return i||(i=t(r),e[r]=i),i}}function $(t,e=""){let n=typeof t=="string"?t:t.source,r={replace:(i,o)=>{let a=typeof o=="string"?o:o.source;return a=a.replace(ye.caret,"$1"),n=n.replace(i,a),r},getRegex:()=>new RegExp(n,e)};return r}var sy=((t="")=>{try{return!!new RegExp("(?<=1)(?<!1)"+t)}catch{return!1}})(),ye={codeRemoveIndent:/^(?: {1,4}| {0,3}\t)/gm,outputLinkReplace:/\\([\[\]])/g,indentCodeCompensation:/^(\s+)(?:```)/,beginningSpace:/^\s+/,endingHash:/#$/,startingSpaceChar:/^ /,endingSpaceChar:/ $/,nonSpaceChar:/[^ ]/,newLineCharGlobal:/\n/g,tabCharGlobal:/\t/g,multipleSpaceGlobal:/\s+/g,blankLine:/^[ \t]*$/,doubleBlankLine:/\n[ \t]*\n[ \t]*$/,blockquoteStart:/^ {0,3}>/,blockquoteSetextReplace:/\n {0,3}((?:=+|-+) *)(?=\n|$)/g,blockquoteSetextReplace2:/^ {0,3}>[ \t]?/gm,listReplaceNesting:/^ {1,4}(?=( {4})*[^ ])/g,listIsTask:/^\[[ xX]\] +\S/,listReplaceTask:/^\[[ xX]\] +/,listTaskCheckbox:/\[[ xX]\]/,anyLine:/\n.*\n/,hrefBrackets:/^<(.*)>$/,tableDelimiter:/[:|]/,tableAlignChars:/^\||\| *$/g,tableRowBlankLine:/\n[ \t]*$/,tableAlignRight:/^ *-+: *$/,tableAlignCenter:/^ *:-+: *$/,tableAlignLeft:/^ *:-+ *$/,startATag:/^<a /i,endATag:/^<\/a>/i,startPreScriptTag:/^<(pre|code|kbd|script)(\s|>)/i,endPreScriptTag:/^<\/(pre|code|kbd|script)(\s|>)/i,startAngleBracket:/^</,endAngleBracket:/>$/,pedanticHrefTitle:/^([^'"]*[^\s])\s+(['"])(.*)\2/,unicodeAlphaNumeric:/[\p{L}\p{N}]/u,escapeTest:/[&<>"']/,escapeReplace:/[&<>"']/g,escapeTestNoEncode:/[<>"']|&(?!(#\d{1,7}|#[Xx][a-fA-F0-9]{1,6}|\w+);)/,escapeReplaceNoEncode:/[<>"']|&(?!(#\d{1,7}|#[Xx][a-fA-F0-9]{1,6}|\w+);)/g,caret:/(^|[^\[])\^/g,percentDecode:/%25/g,findPipe:/\|/g,splitPipe:/ \|/,slashPipe:/\\\|/g,carriageReturn:/\r\n|\r/g,spaceLine:/^ +$/gm,notSpaceStart:/^\S*/,endingNewline:/\n$/,listItemRegex:t=>new RegExp(`^( {0,3}${t})((?:[ ][^\\n]*)?(?:\\n|$))`),nextBulletRegex:Xt(t=>new RegExp(`^ {0,${t}}(?:[*+-]|\\d{1,9}[.)])((?:[ ][^\\n]*)?(?:\\n|$))`)),hrRegex:Xt(t=>new RegExp(`^ {0,${t}}((?:- *){3,}|(?:_ *){3,}|(?:\\* *){3,})(?:\\n+|$)`)),fencesBeginRegex:Xt(t=>new RegExp(`^ {0,${t}}(?:\`\`\`|~~~)`)),headingBeginRegex:Xt(t=>new RegExp(`^ {0,${t}}#`)),htmlBeginRegex:Xt(t=>new RegExp(`^ {0,${t}}<(?:[a-z].*>|!--)`,"i")),blockquoteBeginRegex:Xt(t=>new RegExp(`^ {0,${t}}>`))},ly=/^(?:[ \t]*(?:\n|$))+/,uy=/^((?: {4}| {0,3}\t)[^\n]+(?:\n(?:[ \t]*(?:\n|$))*)?)+/,cy=/^ {0,3}(`{3,}(?=[^`\n]*(?:\n|$))|~{3,})([^\n]*)(?:\n|$)(?:|([\s\S]*?)(?:\n|$))(?: {0,3}\1[~`]* *(?=\n|$)|$)/,An=/^ {0,3}((?:-[\t ]*){3,}|(?:_[ \t]*){3,}|(?:\*[ \t]*){3,})(?:\n+|$)/,dy=/^ {0,3}(#{1,6})(?=\s|$)(.*)(?:\n+|$)/,Bo=/ {0,3}(?:[*+-]|\d{1,9}[.)])/,ud=/^(?!bull |blockCode|fences|blockquote|heading|html|table)((?:.|\n(?!\s*?\n|bull |blockCode|fences|blockquote|heading|html|table))+?)\n {0,3}(=+|-+) *(?:\n+|$)/,cd=$(ud).replace(/bull/g,Bo).replace(/blockCode/g,/(?: {4}| {0,3}\t)/).replace(/fences/g,/ {0,3}(?:`{3,}|~{3,})/).replace(/blockquote/g,/ {0,3}>/).replace(/heading/g,/ {0,3}#{1,6}(?:\s|$)/).replace(/html/g,/ {0,3}<[^\n>]+>\n/).replace(/\|table/g,"").getRegex(),hy=$(ud).replace(/bull/g,Bo).replace(/blockCode/g,/(?: {4}| {0,3}\t)/).replace(/fences/g,/ {0,3}(?:`{3,}|~{3,})/).replace(/blockquote/g,/ {0,3}>/).replace(/heading/g,/ {0,3}#{1,6}(?:\s|$)/).replace(/html/g,/ {0,3}<[^\n>]+>\n/).replace(/table/g,/ {0,3}\|?(?:[:\- ]*\|)+[\:\- ]*\n/).getRegex(),Wo=/^([^\n]+(?:\n(?!hr|heading|lheading|blockquote|fences|list|html|table|[ \t]+\n)[^\n]+)*)/,fy=/^[^\n]+/,Ko=/(?!\s*\])(?:\\[\s\S]|[^\[\]\\])+/,py=$(/^ {0,3}\[(label)\]: *(?:\n[ \t]*)?([^<\s][^\s]*|<.*?>)(?:(?: +(?:\n[ \t]*)?| *\n[ \t]*)(title))? *(?:\n+|$)/).replace("label",Ko).replace("title",/(?:"(?:\\"?|[^"\\])*"|'[^'\n]*(?:\n[^'\n]+)*\n?'|\([^()]*\))/).getRegex(),gy=$(/^(bull)([ \t][^\n]*?)?(?:\n|$)/).replace(/bull/g,Bo).getRegex(),Wr="address|article|aside|base|basefont|blockquote|body|caption|center|col|colgroup|dd|details|dialog|dir|div|dl|dt|fieldset|figcaption|figure|footer|form|frame|frameset|h[1-6]|head|header|hr|html|iframe|legend|li|link|main|menu|menuitem|meta|nav|noframes|ol|optgroup|option|p|param|search|section|summary|table|tbody|td|tfoot|th|thead|title|tr|track|ul",Vo=/<!--(?:-?>|[\s\S]*?(?:-->|$))/,my=$("^ {0,3}(?:<(script|pre|style|textarea)[\\s>][\\s\\S]*?(?:</\\1>[^\\n]*\\n*|$)|comment[^\\n]*(\\n+|$)|<\\?[\\s\\S]*?(?:\\?>[^\\n]*\\n*|$)|<![A-Z][\\s\\S]*?(?:>[^\\n]*\\n*|$)|<!\\[CDATA\\[[\\s\\S]*?(?:\\]\\]>[^\\n]*\\n*|$)|</?(tag)(?: +|\\n|/?>)[\\s\\S]*?(?:(?:\\n[ ]*)+\\n|$)|<(?!script|pre|style|textarea)([a-z][\\w-]*)(?:attribute)*? */?>(?=[ \\t]*(?:\\n|$))[\\s\\S]*?(?:(?:\\n[ ]*)+\\n|$)|</(?!script|pre|style|textarea)[a-z][\\w-]*\\s*>(?=[ \\t]*(?:\\n|$))[\\s\\S]*?(?:(?:\\n[ ]*)+\\n|$))","i").replace("comment",Vo).replace("tag",Wr).replace("attribute",/ +[a-zA-Z:_][\w.:-]*(?: *= *"[^"\n]*"| *= *'[^'\n]*'| *= *[^\s"'=<>`]+)?/).getRegex(),dd=t=>$(Wo).replace("hr",An).replace("heading"," {0,3}#{1,6}(?:\\s|$)").replace("|lheading","").replace("|table","").replace("blockquote"," {0,3}>").replace("fences"," {0,3}(?:`{3,}(?=[^`\\n]*(?:\\n|$))|~~~)[^\\n]*(?:\\n|$)").replace("list",t).replace("html","</?(?:tag)(?: +|\\n|/?>)|<(?:script|pre|style|textarea|!--)").replace("tag",Wr).getRegex(),vy=dd(/ {0,3}(?:[*+-]|1[.)])[ \t]+[^ \t\n]/),yy=dd(/ {0,3}(?:[*+-]|\d{1,9}[.)])(?:[ \t]|\n|$)/),wy=$(/^( {0,3}> ?(paragraph|[^\n]*)(?:\n|$))+/).replace("paragraph",yy).getRegex(),jo={blockquote:wy,code:uy,def:py,fences:cy,heading:dy,hr:An,html:my,lheading:cd,list:gy,newline:ly,paragraph:vy,table:At,text:fy},td=$("^ *([^\\n ].*)\\n {0,3}((?:\\| *)?:?-+:? *(?:\\| *:?-+:? *)*(?:\\| *)?)(?:\\n((?:(?! *\\n|hr|heading|blockquote|code|fences|list|html).*(?:\\n|$))*)\\n*|$)").replace("hr",An).replace("heading"," {0,3}#{1,6}(?:\\s|$)").replace("blockquote"," {0,3}>").replace("code","(?: {4}| {0,3} )[^\\n]").replace("fences"," {0,3}(?:`{3,}(?=[^`\\n]*(?:\\n|$))|~~~)[^\\n]*(?:\\n|$)").replace("list"," {0,3}(?:[*+-]|1[.)])[ \\t]").replace("html","</?(?:tag)(?: +|\\n|/?>)|<(?:script|pre|style|textarea|!--)").replace("tag",Wr).getRegex(),by={...jo,lheading:hy,table:td,paragraph:$(Wo).replace("hr",An).replace("heading"," {0,3}#{1,6}(?:\\s|$)").replace("|lheading","").replace("table",td).replace("blockquote"," {0,3}>").replace("fences"," {0,3}(?:`{3,}(?=[^`\\n]*(?:\\n|$))|~~~)[^\\n]*(?:\\n|$)").replace("list"," {0,3}(?:[*+-]|1[.)])[ \\t]+[^ \\t\\n]").replace("html","</?(?:tag)(?: +|\\n|/?>)|<(?:script|pre|style|textarea|!--)").replace("tag",Wr).getRegex()},xy={...jo,html:$(`^ *(?:comment *(?:\\n|\\s*$)|<(tag)[\\s\\S]+?</\\1> *(?:\\n{2,}|\\s*$)|<tag(?:"[^"]*"|'[^']*'|\\s[^'"/>\\s]*)*?/?> *(?:\\n{2,}|\\s*$))`).replace("comment",Vo).replace(/tag/g,"(?!(?:a|em|strong|small|s|cite|q|dfn|abbr|data|time|code|var|samp|kbd|sub|sup|i|b|u|mark|ruby|rt|rp|bdi|bdo|span|br|wbr|ins|del|img)\\b)\\w+(?!:|[^\\w\\s@]*@)\\b").getRegex(),def:/^ *\[([^\]]+)\]: *<?([^\s>]+)>?(?: +(["(][^\n]+[")]))? *(?:\n+|$)/,heading:/^(#{1,6})(.*)(?:\n+|$)/,fences:At,lheading:/^(.+?)\n {0,3}(=+|-+) *(?:\n+|$)/,paragraph:$(Wo).replace("hr",An).replace("heading",` *#{1,6} *[^
|
|
335
|
+
]`).replace("lheading",cd).replace("|table","").replace("blockquote"," {0,3}>").replace("|fences","").replace("|list","").replace("|html","").replace("|tag","").getRegex()},_y=/^\\([!"#$%&'()*+,\-./:;<=>?@\[\]\\^_`{|}~])/,ky=/^(`+)([^`]|[^`][\s\S]*?[^`])\1(?!`)/,hd=/^( {2,}|\\)\n(?!\s*$)/,Ey=/^(`+|[^`])(?:(?= {2,}\n)|[\s\S]*?(?:(?=[\\<!\[`*_]|\b_|$)|[^ ](?= {2,}\n)))/,tt=/[\p{P}\p{S}]/u,Qt=/[\s\p{P}\p{S}]/u,Rn=/[^\s\p{P}\p{S}]/u,Sy=$(/^((?![*_])punctSpace)/,"u").replace(/punctSpace/g,Qt).getRegex(),Ty=/[\p{Pi}\p{Ps}"']/u,fd=/(?!~)[\p{P}\p{S}]/u,Ay=/(?!~)[\s\p{P}\p{S}]/u,Ry=/(?:[^\s\p{P}\p{S}]|~)/u,Cy=$(/link|precode-code|html/,"g").replace("link",/\[(?:[^\[\]`]|(?<a>`+)[^`]+\k<a>(?!`))*?\]\((?:\\[\s\S]|[^\\\(\)]|\((?:\\[\s\S]|[^\\\(\)])*\))*\)/).replace("precode-",sy?"(?<!`)()":"(^^|[^`])").replace("code",/(?<b>`+)[^`]+\k<b>(?!`)/).replace("html",/<(?! )[^<>]*?>/).getRegex(),pd=/^(?:\*+(?:((?!\*)punct)|([^\s*]))?)|^_+(?:((?!_)punct)|([^\s_]))?/,Ny=$(pd,"u").replace(/punct/g,tt).getRegex(),Ly=$(pd,"u").replace(/punct/g,fd).getRegex(),Py=/^(?:\*+(?:((?!\*)(?!openQuote)punct)|([^\s*]))?)|^_+(?:((?!_)(?!openQuote)punct)|([^\s_]))?/,Dy=$(Py,"u").replace(/openQuote/g,Ty).replace(/punct/g,tt).getRegex(),gd="^[^_*]*?__[^_*]*?\\*[^_*]*?(?=__)|[^*]+(?=[^*])|(?!\\*)punct(\\*+)(?=[\\s]|$)|notPunctSpace(\\*+)(?!\\*)(?=punctSpace|$)|(?!\\*)punctSpace(\\*+)(?=notPunctSpace)|[\\s](\\*+)(?!\\*)(?=punct)|(?!\\*)punct(\\*+)(?!\\*)(?=punct)|notPunctSpace(\\*+)(?=notPunctSpace)",Iy=$(gd,"gu").replace(/notPunctSpace/g,Rn).replace(/punctSpace/g,Qt).replace(/punct/g,tt).getRegex(),Gy=$(gd,"gu").replace(/notPunctSpace/g,Ry).replace(/punctSpace/g,Ay).replace(/punct/g,fd).getRegex(),My="^[^_*]*?__[^_*]*?\\*[^_*]*?(?=__)|[^*]+(?=[^*])|(?!\\*)punct(\\*+)(?=[\\s]|$)|notPunctSpace(\\*+)(?!\\*)(?=punctSpace|$)|(?!\\*)[\\s](\\*+)(?=notPunctSpace)|[\\s](\\*+)(?!\\*)(?=punct)|(?!\\*)punct(\\*+)(?!\\*)(?=punct)|(?:(?!\\*)punct|notPunctSpace)(\\*+)(?!\\*)(?=notPunctSpace)",Oy=$(My,"gu").replace(/notPunctSpace/g,Rn).replace(/punctSpace/g,Qt).replace(/punct/g,tt).getRegex(),Fy=$("^[^_*]*?\\*\\*[^_*]*?_[^_*]*?(?=\\*\\*)|[^_]+(?=[^_])|(?!_)punct(_+)(?=[\\s]|$)|notPunctSpace(_+)(?!_)(?=punctSpace|$)|(?!_)punctSpace(_+)(?=notPunctSpace)|[\\s](_+)(?!_)(?=punct)|(?!_)punct(_+)(?!_)(?=punct)","gu").replace(/notPunctSpace/g,Rn).replace(/punctSpace/g,Qt).replace(/punct/g,tt).getRegex(),zy="^[^_*]*?\\*\\*[^_*]*?_[^_*]*?(?=\\*\\*)|[^_]+(?=[^_])|(?!_)punct(_+)(?=[\\s]|$)|notPunctSpace(_+)(?!_)(?=punctSpace|$)|(?!_)[\\s](_+)(?=notPunctSpace)|[\\s](_+)(?!_)(?=punct)|(?!_)punct(_+)(?!_)(?=punct)|(?:(?!_)punct|notPunctSpace)(_+)(?!_)(?=notPunctSpace)",$y=$(zy,"gu").replace(/notPunctSpace/g,Rn).replace(/punctSpace/g,Qt).replace(/punct/g,tt).getRegex(),Uy=$(/^~~?(?:((?!~)punct)|[^\s~])/,"u").replace(/punct/g,tt).getRegex(),Hy="^[^~]+(?=[^~])|(?!~)punct(~~?)(?=[\\s]|$)|notPunctSpace(~~?)(?!~)(?=punctSpace|$)|(?!~)punctSpace(~~?)(?=notPunctSpace)|[\\s](~~?)(?!~)(?=punct)|(?!~)punct(~~?)(?!~)(?=punct)|notPunctSpace(~~?)(?=notPunctSpace)",By=$(Hy,"gu").replace(/notPunctSpace/g,Rn).replace(/punctSpace/g,Qt).replace(/punct/g,tt).getRegex(),Wy=$(/\\(punct)/,"gu").replace(/punct/g,tt).getRegex(),Ky=$(/^<(scheme:[^\s\x00-\x1f<>]*|email)>/).replace("scheme",/[a-zA-Z][a-zA-Z0-9+.-]{1,31}/).replace("email",/[a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+(@)[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)+(?![-_])/).getRegex(),Vy=$(Vo).replace("(?:-->|$)","-->").getRegex(),jy=$("^comment|^</[a-zA-Z][\\w:-]*\\s*>|^<[a-zA-Z][\\w-]*(?:attribute)*?\\s*/?>|^<\\?[\\s\\S]*?\\?>|^<![a-zA-Z]+\\s[\\s\\S]*?>|^<!\\[CDATA\\[[\\s\\S]*?\\]\\]>").replace("comment",Vy).replace("attribute",/\s+[a-zA-Z:_][\w.:-]*(?:\s*=\s*"[^"]*"|\s*=\s*'[^']*'|\s*=\s*[^\s"'=<>`]+)?/).getRegex(),Ur=/(?:\[(?:\\[\s\S]|[^\[\]\\])*\]|\\[\s\S]|`+(?!`)[^`]*?`+(?!`)|``+(?=\])|[^\[\]\\`])*?/,qy=$(/^!?\[(label)\]\(\s*(href)(?:(?:[ \t]+(?:\n[ \t]*)?|\n[ \t]*)(title))?\s*\)/).replace("label",Ur).replace("href",/<(?:\\.|[^\n<>\\])+>|[^ \t\n\x00-\x1f]+|(?=\))/).replace("title",/"(?:\\"?|[^"\\])*"|'(?:\\'?|[^'\\])*'|\((?:\\\)?|[^)\\])*\)/).getRegex(),md=$(/^!?\[(label)\]\[(ref)\]/).replace("label",Ur).replace("ref",Ko).getRegex(),vd=$(/^!?\[(ref)\](?:\[\])?/).replace("ref",Ko).getRegex(),Yy=$("reflink|nolink(?!\\()","g").replace("reflink",md).replace("nolink",vd).getRegex(),nd=/[hH][tT][tT][pP][sS]?|[fF][tT][pP]/,qo={_backpedal:At,anyPunctuation:Wy,autolink:Ky,blockSkip:Cy,br:hd,code:ky,del:At,delLDelim:At,delRDelim:At,emStrongLDelim:Ny,emStrongRDelimAst:Iy,emStrongRDelimUnd:Fy,escape:_y,link:qy,nolink:vd,punctuation:Sy,reflink:md,reflinkSearch:Yy,tag:jy,text:Ey,url:At},Zy={...qo,emStrongLDelim:Dy,emStrongRDelimAst:Oy,emStrongRDelimUnd:$y,link:$(/^!?\[(label)\]\((.*?)\)/).replace("label",Ur).getRegex(),reflink:$(/^!?\[(label)\]\s*\[([^\]]*)\]/).replace("label",Ur).getRegex()},zo={...qo,emStrongRDelimAst:Gy,emStrongLDelim:Ly,delLDelim:Uy,delRDelim:By,url:$(/^((?:protocol):\/\/|www\.)(?:[a-zA-Z0-9\-]+\.?)+[^\s<]*|^email/).replace("protocol",nd).replace("email",/[A-Za-z0-9._+-]+(@)[a-zA-Z0-9-_]+(?:\.[a-zA-Z0-9-_]*[a-zA-Z0-9])+(?![-_])/).getRegex(),_backpedal:/(?:[^?!.,:;*_'"~()&]+|\([^)]*\)|&(?![a-zA-Z0-9]+;$)|[?!.,:;*_'"~)]+(?!$))+/,del:/^(~~?)(?=[^\s~])((?:\\[\s\S]|[^\\])*?(?:\\[\s\S]|[^\s~\\]))\1(?=[^~]|$)/,text:$(/^(`+|~+|[^`~])(?:(?=[`~])|(?= {2,}\n)|(?=[a-zA-Z0-9.!#$%&'*+\/=?_`{\|}~-]+@)|[\s\S]*?(?:(?=[\\<!\[`*~_]|\b_|protocol:\/\/|www\.|$)|[^ ](?= {2,}\n)|[^a-zA-Z0-9.!#$%&'*+\/=?_`{\|}~-](?=[a-zA-Z0-9.!#$%&'*+\/=?_`{\|}~-]+@)))/).replace("protocol",nd).getRegex()},Xy={...zo,br:$(hd).replace("{2,}","*").getRegex(),text:$(zo.text).replace("\\b_","\\b_| {2,}\\n").replace(/\{2,\}/g,"*").getRegex()},$r={normal:jo,gfm:by,pedantic:xy},Sn={normal:qo,gfm:zo,breaks:Xy,pedantic:Zy},Qy={"&":"&","<":"<",">":">",'"':""","'":"'"},rd=t=>Qy[t];function qe(t,e){if(e){if(ye.escapeTest.test(t))return t.replace(ye.escapeReplace,rd)}else if(ye.escapeTestNoEncode.test(t))return t.replace(ye.escapeReplaceNoEncode,rd);return t}function id(t){try{t=encodeURI(t).replace(ye.percentDecode,"%")}catch{return null}return t}function od(t,e){let n=t.replace(ye.findPipe,(o,a,s)=>{let l=!1,u=a;for(;--u>=0&&s[u]==="\\";)l=!l;return l?"|":" |"}),r=n.split(ye.splitPipe),i=0;if(r[0].trim()||r.shift(),r.length>0&&!r.at(-1)?.trim()&&r.pop(),e)if(r.length>e)r.splice(e);else for(;r.length<e;)r.push("");for(;i<r.length;i++)r[i]=r[i].trim().replace(ye.slashPipe,"|");return r}function dt(t,e,n){let r=t.length;if(r===0)return"";let i=0;for(;i<r;){let o=t.charAt(r-i-1);if(o===e&&!n)i++;else if(o!==e&&n)i++;else break}return t.slice(0,r-i)}function ad(t){let e=t.split(`
|
|
336
|
+
`),n=e.length-1;for(;n>=0&&ye.blankLine.test(e[n]);)n--;return e.length-n<=2?t:e.slice(0,n+1).join(`
|
|
337
|
+
`)}function Jy(t,e){if(t.indexOf(e[1])===-1)return-1;let n=0;for(let r=0;r<t.length;r++)if(t[r]==="\\")r++;else if(t[r]===e[0])n++;else if(t[r]===e[1]&&(n--,n<0))return r;return n>0?-2:-1}function ew(t,e=0){let n=e,r="";for(let i of t)if(i===" "){let o=4-n%4;r+=" ".repeat(o),n+=o}else r+=i,n++;return r}function sd(t,e,n,r,i){let o=e.href,a=e.title||null,s=t[1].replace(i.other.outputLinkReplace,"$1");r.state.inLink=!0;let l={type:t[0].charAt(0)==="!"?"image":"link",raw:n,href:o,title:a,text:s,tokens:r.inlineTokens(s)};return r.state.inLink=!1,l}function tw(t,e,n){let r=t.match(n.other.indentCodeCompensation);if(r===null)return e;let i=r[1];return e.split(`
|
|
340
338
|
`).map(o=>{let a=o.match(n.other.beginningSpace);if(a===null)return o;let[s]=a;return s.length>=i.length?o.slice(i.length):o}).join(`
|
|
341
|
-
`)}var
|
|
342
|
-
`),depth:e[1].length,text:n,tokens:this.lexer.inline(n)}}}hr(t){let e=this.rules.block.hr.exec(t);if(e)return{type:"hr",raw:
|
|
343
|
-
`)}}blockquote(t){let e=this.rules.block.blockquote.exec(t);if(e){let n=
|
|
339
|
+
`)}var Hr=class{options;rules;lexer;constructor(t){this.options=t||Ct}space(t){let e=this.rules.block.newline.exec(t);if(e&&e[0].length>0)return{type:"space",raw:e[0]}}code(t){let e=this.rules.block.code.exec(t);if(e){let n=this.options.pedantic?e[0]:ad(e[0]),r=n.replace(this.rules.other.codeRemoveIndent,"");return{type:"code",raw:n,codeBlockStyle:"indented",text:r}}}fences(t){let e=this.rules.block.fences.exec(t);if(e){let n=e[0],r=tw(n,e[3]||"",this.rules);return{type:"code",raw:n,lang:e[2]?e[2].trim().replace(this.rules.inline.anyPunctuation,"$1"):e[2],text:r}}}heading(t){let e=this.rules.block.heading.exec(t);if(e){let n=e[2].trim();if(this.rules.other.endingHash.test(n)){let r=dt(n,"#");(this.options.pedantic||!r||this.rules.other.endingSpaceChar.test(r))&&(n=r.trim())}return{type:"heading",raw:dt(e[0],`
|
|
340
|
+
`),depth:e[1].length,text:n,tokens:this.lexer.inline(n)}}}hr(t){let e=this.rules.block.hr.exec(t);if(e)return{type:"hr",raw:dt(e[0],`
|
|
341
|
+
`)}}blockquote(t){let e=this.rules.block.blockquote.exec(t);if(e){let n=dt(e[0],`
|
|
344
342
|
`).split(`
|
|
345
343
|
`),r="",i="",o=[];for(;n.length>0;){let a=!1,s=[],l;for(l=0;l<n.length;l++)if(this.rules.other.blockquoteStart.test(n[l]))s.push(n[l]),a=!0;else if(!a)s.push(n[l]);else break;n=n.slice(l);let u=s.join(`
|
|
346
|
-
`),
|
|
344
|
+
`),d=u.replace(this.rules.other.blockquoteSetextReplace,`
|
|
347
345
|
$1`).replace(this.rules.other.blockquoteSetextReplace2,"");r=r?`${r}
|
|
348
346
|
${u}`:u,i=i?`${i}
|
|
349
|
-
${
|
|
350
|
-
`),
|
|
351
|
-
`+g.replace(this.rules.other.blockquoteSetextReplace2,""),
|
|
352
|
-
${g}`,i=i.substring(0,i.length-f.text.length)+
|
|
347
|
+
${d}`:d;let h=this.lexer.state.top;if(this.lexer.state.top=!0,this.lexer.blockTokens(d,o,!0),this.lexer.state.top=h,n.length===0)break;let c=o.at(-1);if(c?.type==="code")break;if(c?.type==="blockquote"){let f=c,g=n.join(`
|
|
348
|
+
`),v=f.raw+`
|
|
349
|
+
`+g.replace(this.rules.other.blockquoteSetextReplace2,""),m=this.blockquote(v);o[o.length-1]=m,r=`${r}
|
|
350
|
+
${g}`,i=i.substring(0,i.length-f.text.length)+m.text;break}else if(c?.type==="list"){let f=c,g=f.raw+`
|
|
353
351
|
`+n.join(`
|
|
354
|
-
`),
|
|
355
|
-
`);continue}}return{type:"blockquote",raw:r,tokens:o,text:i}}}list(t){let e=this.rules.block.list.exec(t);if(e){let n=e[1].trim(),r=n.length>1,i={type:"list",raw:"",ordered:r,start:r?+n.slice(0,-1):"",loose:!1,items:[]};n=r?`\\d{1,9}\\${n.slice(-1)}`:`\\${n}`,this.options.pedantic&&(n=r?n:"[*+-]");let o=this.rules.other.listItemRegex(n),a=!1;for(;t;){let l=!1,u="",
|
|
356
|
-
`,1)[0],e[1].length),
|
|
357
|
-
`,1)[0],f=!h.trim(),g=0;if(this.options.pedantic?(g=2,
|
|
358
|
-
`,t=t.substring(
|
|
359
|
-
`,1)[0],
|
|
360
|
-
`+
|
|
361
|
-
`+
|
|
362
|
-
`,t=t.substring(
|
|
363
|
-
`),href:r,title:i}}}table(t){let e=this.rules.block.table.exec(t);if(!e||!this.rules.other.tableDelimiter.test(e[2]))return;let n=
|
|
364
|
-
`):[],o={type:"table",raw:
|
|
365
|
-
`),header:[],align:[],rows:[]};if(n.length===r.length){for(let a of r)this.rules.other.tableAlignRight.test(a)?o.align.push("right"):this.rules.other.tableAlignCenter.test(a)?o.align.push("center"):this.rules.other.tableAlignLeft.test(a)?o.align.push("left"):o.align.push(null);for(let a=0;a<n.length;a++)o.header.push({text:n[a],tokens:this.lexer.inline(n[a]),header:!0,align:o.align[a]});for(let a of i)o.rows.push(
|
|
352
|
+
`),v=this.list(g);o[o.length-1]=v,r=r.substring(0,r.length-c.raw.length)+v.raw,i=i.substring(0,i.length-f.raw.length)+v.raw,n=g.substring(o.at(-1).raw.length).split(`
|
|
353
|
+
`);continue}}return{type:"blockquote",raw:r,tokens:o,text:i}}}list(t){let e=this.rules.block.list.exec(t);if(e){let n=e[1].trim(),r=n.length>1,i={type:"list",raw:"",ordered:r,start:r?+n.slice(0,-1):"",loose:!1,items:[]};n=r?`\\d{1,9}\\${n.slice(-1)}`:`\\${n}`,this.options.pedantic&&(n=r?n:"[*+-]");let o=this.rules.other.listItemRegex(n),a=!1;for(;t;){let l=!1,u="",d="";if(!(e=o.exec(t))||this.rules.block.hr.test(t))break;u=e[0],t=t.substring(u.length);let h=ew(e[2].split(`
|
|
354
|
+
`,1)[0],e[1].length),c=t.split(`
|
|
355
|
+
`,1)[0],f=!h.trim(),g=0;if(this.options.pedantic?(g=2,d=h.trimStart()):f?g=e[1].length+1:(g=h.search(this.rules.other.nonSpaceChar),g=g>4?1:g,d=h.slice(g),g+=e[1].length),f&&this.rules.other.blankLine.test(c)&&(u+=c+`
|
|
356
|
+
`,t=t.substring(c.length+1),l=!0),!l){let v=this.rules.other.nextBulletRegex(g),m=this.rules.other.hrRegex(g),y=this.rules.other.fencesBeginRegex(g),b=this.rules.other.headingBeginRegex(g),k=this.rules.other.htmlBeginRegex(g),_=this.rules.other.blockquoteBeginRegex(g);for(;t;){let N=t.split(`
|
|
357
|
+
`,1)[0],D;if(c=N,this.options.pedantic?(c=c.replace(this.rules.other.listReplaceNesting," "),D=c):D=c.replace(this.rules.other.tabCharGlobal," "),y.test(c)||b.test(c)||k.test(c)||_.test(c)||v.test(c)||m.test(c))break;if(D.search(this.rules.other.nonSpaceChar)>=g||!c.trim())d+=`
|
|
358
|
+
`+D.slice(g);else{if(f||h.replace(this.rules.other.tabCharGlobal," ").search(this.rules.other.nonSpaceChar)>=4||y.test(h)||b.test(h)||m.test(h))break;d+=`
|
|
359
|
+
`+c}f=!c.trim(),u+=N+`
|
|
360
|
+
`,t=t.substring(N.length+1),h=D.slice(g)}}i.loose||(a?i.loose=!0:this.rules.other.doubleBlankLine.test(u)&&(a=!0)),i.items.push({type:"list_item",raw:u,task:!!this.options.gfm&&this.rules.other.listIsTask.test(d),loose:!1,text:d,tokens:[]}),i.raw+=u}let s=i.items.at(-1);if(s)s.raw=s.raw.trimEnd(),s.text=s.text.trimEnd();else return;i.raw=i.raw.trimEnd();for(let l of i.items)if(this.lexer.state.top=!1,l.tokens=this.lexer.blockTokens(l.text,[]),!i.loose){let u=l.tokens.filter(h=>h.type==="space"),d=u.length>0&&u.some(h=>this.rules.other.anyLine.test(h.raw));i.loose=d}for(let l of i.items){let u=l.tokens[0];if(l.task&&(u?.type==="text"||u?.type==="paragraph")){l.text=l.text.replace(this.rules.other.listReplaceTask,""),u.raw=u.raw.replace(this.rules.other.listReplaceTask,""),u.text=u.text.replace(this.rules.other.listReplaceTask,"");for(let h=this.lexer.inlineQueue.length-1;h>=0;h--)if(this.rules.other.listIsTask.test(this.lexer.inlineQueue[h].src)){this.lexer.inlineQueue[h].src=this.lexer.inlineQueue[h].src.replace(this.rules.other.listReplaceTask,"");break}let d=this.rules.other.listTaskCheckbox.exec(l.raw);if(d){let h={type:"checkbox",raw:d[0]+" ",checked:d[0]!=="[ ]"};l.checked=h.checked,i.loose?l.tokens[0]&&["paragraph","text"].includes(l.tokens[0].type)&&"tokens"in l.tokens[0]&&l.tokens[0].tokens?(l.tokens[0].raw=h.raw+l.tokens[0].raw,l.tokens[0].text=h.raw+l.tokens[0].text,l.tokens[0].tokens.unshift(h)):l.tokens.unshift({type:"paragraph",raw:h.raw,text:h.raw,tokens:[h]}):l.tokens.unshift(h)}}else l.task&&(l.task=!1)}if(i.loose)for(let l of i.items){l.loose=!0;for(let u of l.tokens)u.type==="text"&&(u.type="paragraph")}return i}}html(t){let e=this.rules.block.html.exec(t);if(e){let n=ad(e[0]);return{type:"html",block:!0,raw:n,pre:e[1]==="pre"||e[1]==="script"||e[1]==="style",text:n}}}def(t){let e=this.rules.block.def.exec(t);if(e){let n=e[1].toLowerCase().replace(this.rules.other.multipleSpaceGlobal," "),r=e[2]?e[2].replace(this.rules.other.hrefBrackets,"$1").replace(this.rules.inline.anyPunctuation,"$1"):"",i=e[3]?e[3].substring(1,e[3].length-1).replace(this.rules.inline.anyPunctuation,"$1"):e[3];return{type:"def",tag:n,raw:dt(e[0],`
|
|
361
|
+
`),href:r,title:i}}}table(t){let e=this.rules.block.table.exec(t);if(!e||!this.rules.other.tableDelimiter.test(e[2]))return;let n=od(e[1]),r=e[2].replace(this.rules.other.tableAlignChars,"").split("|"),i=e[3]?.trim()?e[3].replace(this.rules.other.tableRowBlankLine,"").split(`
|
|
362
|
+
`):[],o={type:"table",raw:dt(e[0],`
|
|
363
|
+
`),header:[],align:[],rows:[]};if(n.length===r.length){for(let a of r)this.rules.other.tableAlignRight.test(a)?o.align.push("right"):this.rules.other.tableAlignCenter.test(a)?o.align.push("center"):this.rules.other.tableAlignLeft.test(a)?o.align.push("left"):o.align.push(null);for(let a=0;a<n.length;a++)o.header.push({text:n[a],tokens:this.lexer.inline(n[a]),header:!0,align:o.align[a]});for(let a of i)o.rows.push(od(a,o.header.length).map((s,l)=>({text:s,tokens:this.lexer.inline(s),header:!1,align:o.align[l]})));return o}}lheading(t){let e=this.rules.block.lheading.exec(t);if(e){let n=e[1].trim();return{type:"heading",raw:dt(e[0],`
|
|
366
364
|
`),depth:e[2].charAt(0)==="="?1:2,text:n,tokens:this.lexer.inline(n)}}}paragraph(t){let e=this.rules.block.paragraph.exec(t);if(e){let n=e[1].charAt(e[1].length-1)===`
|
|
367
|
-
`?e[1].slice(0,-1):e[1];return{type:"paragraph",raw:e[0],text:n,tokens:this.lexer.inline(n)}}}text(t){let e=this.rules.block.text.exec(t);if(e)return{type:"text",raw:e[0],text:e[0],tokens:this.lexer.inline(e[0])}}escape(t){let e=this.rules.inline.escape.exec(t);if(e)return{type:"escape",raw:e[0],text:e[1]}}tag(t){let e=this.rules.inline.tag.exec(t);if(e)return!this.lexer.state.inLink&&this.rules.other.startATag.test(e[0])?this.lexer.state.inLink=!0:this.lexer.state.inLink&&this.rules.other.endATag.test(e[0])&&(this.lexer.state.inLink=!1),!this.lexer.state.inRawBlock&&this.rules.other.startPreScriptTag.test(e[0])?this.lexer.state.inRawBlock=!0:this.lexer.state.inRawBlock&&this.rules.other.endPreScriptTag.test(e[0])&&(this.lexer.state.inRawBlock=!1),{type:"html",raw:e[0],inLink:this.lexer.state.inLink,inRawBlock:this.lexer.state.inRawBlock,block:!1,text:e[0]}}link(t){let e=this.rules.inline.link.exec(t);if(e){let n=e[2].trim();if(!this.options.pedantic&&this.rules.other.startAngleBracket.test(n)){if(!this.rules.other.endAngleBracket.test(n))return;let o=
|
|
368
|
-
`),this.blockTokens(e,this.tokens);for(let n=0;n<this.inlineQueue.length;n++){let r=this.inlineQueue[n];this.inlineTokens(r.src,r.tokens)}return this.inlineQueue=[],this.tokens}blockTokens(e,n=[],r=!1){this.tokenizer.lexer=this,this.options.pedantic&&(e=e.replace(
|
|
365
|
+
`?e[1].slice(0,-1):e[1];return{type:"paragraph",raw:e[0],text:n,tokens:this.lexer.inline(n)}}}text(t){let e=this.rules.block.text.exec(t);if(e)return{type:"text",raw:e[0],text:e[0],tokens:this.lexer.inline(e[0])}}escape(t){let e=this.rules.inline.escape.exec(t);if(e)return{type:"escape",raw:e[0],text:e[1]}}tag(t){let e=this.rules.inline.tag.exec(t);if(e)return!this.lexer.state.inLink&&this.rules.other.startATag.test(e[0])?this.lexer.state.inLink=!0:this.lexer.state.inLink&&this.rules.other.endATag.test(e[0])&&(this.lexer.state.inLink=!1),!this.lexer.state.inRawBlock&&this.rules.other.startPreScriptTag.test(e[0])?this.lexer.state.inRawBlock=!0:this.lexer.state.inRawBlock&&this.rules.other.endPreScriptTag.test(e[0])&&(this.lexer.state.inRawBlock=!1),{type:"html",raw:e[0],inLink:this.lexer.state.inLink,inRawBlock:this.lexer.state.inRawBlock,block:!1,text:e[0]}}link(t){let e=this.rules.inline.link.exec(t);if(e){let n=e[2].trim();if(!this.options.pedantic&&this.rules.other.startAngleBracket.test(n)){if(!this.rules.other.endAngleBracket.test(n))return;let o=dt(n.slice(0,-1),"\\");if((n.length-o.length)%2===0)return}else{let o=Jy(e[2],"()");if(o===-2)return;if(o>-1){let a=(e[0].indexOf("!")===0?5:4)+e[1].length+o;e[2]=e[2].substring(0,o),e[0]=e[0].substring(0,a).trim(),e[3]=""}}let r=e[2],i="";if(this.options.pedantic){let o=this.rules.other.pedanticHrefTitle.exec(r);o&&(r=o[1],i=o[3])}else i=e[3]?e[3].slice(1,-1):"";return r=r.trim(),this.rules.other.startAngleBracket.test(r)&&(this.options.pedantic&&!this.rules.other.endAngleBracket.test(n)?r=r.slice(1):r=r.slice(1,-1)),sd(e,{href:r&&r.replace(this.rules.inline.anyPunctuation,"$1"),title:i&&i.replace(this.rules.inline.anyPunctuation,"$1")},e[0],this.lexer,this.rules)}}reflink(t,e){let n;if((n=this.rules.inline.reflink.exec(t))||(n=this.rules.inline.nolink.exec(t))){let r=(n[2]||n[1]).replace(this.rules.other.multipleSpaceGlobal," "),i=e[r.toLowerCase()];if(!i){let o=n[0].charAt(0);return{type:"text",raw:o,text:o}}return sd(n,i,n[0],this.lexer,this.rules)}}emStrong(t,e,n=""){let r=this.rules.inline.emStrongLDelim.exec(t);if(!(!r||!r[1]&&!r[2]&&!r[3]&&!r[4]||r[4]&&n.match(this.rules.other.unicodeAlphaNumeric))&&(!(r[1]||r[3])||!n||this.rules.inline.punctuation.exec(n))){let i=[...r[0]].length-1,o,a,s=i,l=0,u=r[0][0],d=n===u,h=u==="*"?this.rules.inline.emStrongRDelimAst:this.rules.inline.emStrongRDelimUnd;for(h.lastIndex=0,e=e.slice(-1*t.length+i);(r=h.exec(e))!==null;){if(o=r[1]||r[2]||r[3]||r[4]||r[5]||r[6],!o)continue;if(a=[...o].length,r[3]||r[4]){s+=a;continue}else if(r[5]||r[6]){if(i%3&&!((i+a)%3)){l+=a;continue}if(d)break}if(s-=a,s>0)continue;a=Math.min(a,a+s+l);let c=[...r[0]][0].length,f=t.slice(0,i+r.index+c+a);if(Math.min(i,a)%2){let v=f.slice(1,-1);return{type:"em",raw:f,text:v,tokens:this.lexer.inlineTokens(v)}}let g=f.slice(2,-2);return{type:"strong",raw:f,text:g,tokens:this.lexer.inlineTokens(g)}}}}codespan(t){let e=this.rules.inline.code.exec(t);if(e){let n=e[2].replace(this.rules.other.newLineCharGlobal," "),r=this.rules.other.nonSpaceChar.test(n),i=this.rules.other.startingSpaceChar.test(n)&&this.rules.other.endingSpaceChar.test(n);return r&&i&&(n=n.substring(1,n.length-1)),{type:"codespan",raw:e[0],text:n}}}br(t){let e=this.rules.inline.br.exec(t);if(e)return{type:"br",raw:e[0]}}del(t,e,n=""){let r=this.rules.inline.delLDelim.exec(t);if(r&&(!r[1]||!n||this.rules.inline.punctuation.exec(n))){let i=[...r[0]].length-1,o,a,s=i,l=this.rules.inline.delRDelim;for(l.lastIndex=0,e=e.slice(-1*t.length+i);(r=l.exec(e))!==null;){if(o=r[1]||r[2]||r[3]||r[4]||r[5]||r[6],!o||(a=[...o].length,a!==i))continue;if(r[3]||r[4]){s+=a;continue}if(s-=a,s>0)continue;a=Math.min(a,a+s);let u=[...r[0]][0].length,d=t.slice(0,i+r.index+u+a),h=d.slice(i,-i);return{type:"del",raw:d,text:h,tokens:this.lexer.inlineTokens(h)}}}}autolink(t){let e=this.rules.inline.autolink.exec(t);if(e){let n,r;return e[2]==="@"?(n=e[1],r="mailto:"+n):(n=e[1],r=n),{type:"link",raw:e[0],text:n,href:r,tokens:[{type:"text",raw:n,text:n}]}}}url(t){let e;if(e=this.rules.inline.url.exec(t)){let n,r;if(e[2]==="@")n=e[0],r="mailto:"+n;else{let i;do i=e[0],e[0]=this.rules.inline._backpedal.exec(e[0])?.[0]??"";while(i!==e[0]);n=e[0],e[1]==="www."?r="http://"+e[0]:r=e[0]}return{type:"link",raw:e[0],text:n,href:r,tokens:[{type:"text",raw:n,text:n}]}}}inlineText(t){let e=this.rules.inline.text.exec(t);if(e){let n=this.lexer.state.inRawBlock;return{type:"text",raw:e[0],text:e[0],escaped:n}}}},$e=class $o{tokens;options;state;inlineQueue;tokenizer;constructor(e){this.tokens=[],this.tokens.links=Object.create(null),this.options=e||Ct,this.options.tokenizer=this.options.tokenizer||new Hr,this.tokenizer=this.options.tokenizer,this.tokenizer.options=this.options,this.tokenizer.lexer=this,this.inlineQueue=[],this.state={inLink:!1,inRawBlock:!1,top:!0};let n={other:ye,block:$r.normal,inline:Sn.normal};this.options.pedantic?(n.block=$r.pedantic,n.inline=Sn.pedantic):this.options.gfm&&(n.block=$r.gfm,this.options.breaks?n.inline=Sn.breaks:n.inline=Sn.gfm),this.tokenizer.rules=n}static get rules(){return{block:$r,inline:Sn}}static lex(e,n){return new $o(n).lex(e)}static lexInline(e,n){return new $o(n).inlineTokens(e)}lex(e){e=e.replace(ye.carriageReturn,`
|
|
366
|
+
`),this.blockTokens(e,this.tokens);for(let n=0;n<this.inlineQueue.length;n++){let r=this.inlineQueue[n];this.inlineTokens(r.src,r.tokens)}return this.inlineQueue=[],this.tokens}blockTokens(e,n=[],r=!1){this.tokenizer.lexer=this,this.options.pedantic&&(e=e.replace(ye.tabCharGlobal," ").replace(ye.spaceLine,""));let i=1/0;for(;e;){if(e.length<i)i=e.length;else{this.infiniteLoopError(e.charCodeAt(0));break}let o;if(this.options.extensions?.block?.some(s=>(o=s.call({lexer:this},e,n))?(e=e.substring(o.raw.length),n.push(o),!0):!1))continue;if(o=this.tokenizer.space(e)){e=e.substring(o.raw.length);let s=n.at(-1);o.raw.length===1&&s!==void 0?s.raw+=`
|
|
369
367
|
`:n.push(o);continue}if(o=this.tokenizer.code(e)){e=e.substring(o.raw.length);let s=n.at(-1);s?.type==="paragraph"||s?.type==="text"?(s.raw+=(s.raw.endsWith(`
|
|
370
368
|
`)?"":`
|
|
371
369
|
`)+o.raw,s.text+=`
|
|
372
370
|
`+o.text,this.inlineQueue.at(-1).src=s.text):n.push(o);continue}if(o=this.tokenizer.fences(e)){e=e.substring(o.raw.length),n.push(o);continue}if(o=this.tokenizer.heading(e)){e=e.substring(o.raw.length),n.push(o);continue}if(o=this.tokenizer.hr(e)){e=e.substring(o.raw.length),n.push(o);continue}if(o=this.tokenizer.blockquote(e)){e=e.substring(o.raw.length),n.push(o);continue}if(o=this.tokenizer.list(e)){e=e.substring(o.raw.length),n.push(o);continue}if(o=this.tokenizer.html(e)){e=e.substring(o.raw.length),n.push(o);continue}if(o=this.tokenizer.def(e)){e=e.substring(o.raw.length);let s=n.at(-1);s?.type==="paragraph"||s?.type==="text"?(s.raw+=(s.raw.endsWith(`
|
|
373
371
|
`)?"":`
|
|
374
372
|
`)+o.raw,s.text+=`
|
|
375
|
-
`+o.raw,this.inlineQueue.at(-1).src=s.text):this.tokens.links[o.tag]||(this.tokens.links[o.tag]={href:o.href,title:o.title},n.push(o));continue}if(o=this.tokenizer.table(e)){e=e.substring(o.raw.length),n.push(o);continue}if(o=this.tokenizer.lheading(e)){e=e.substring(o.raw.length),n.push(o);continue}let a=e;if(this.options.extensions?.startBlock){let s=1/0,l=e.slice(1),u;this.options.extensions.startBlock.forEach(
|
|
373
|
+
`+o.raw,this.inlineQueue.at(-1).src=s.text):this.tokens.links[o.tag]||(this.tokens.links[o.tag]={href:o.href,title:o.title},n.push(o));continue}if(o=this.tokenizer.table(e)){e=e.substring(o.raw.length),n.push(o);continue}if(o=this.tokenizer.lheading(e)){e=e.substring(o.raw.length),n.push(o);continue}let a=e;if(this.options.extensions?.startBlock){let s=1/0,l=e.slice(1),u;this.options.extensions.startBlock.forEach(d=>{u=d.call({lexer:this},l),typeof u=="number"&&u>=0&&(s=Math.min(s,u))}),s<1/0&&s>=0&&(a=e.substring(0,s+1))}if(this.state.top&&(o=this.tokenizer.paragraph(a))){let s=n.at(-1);r&&s?.type==="paragraph"?(s.raw+=(s.raw.endsWith(`
|
|
376
374
|
`)?"":`
|
|
377
375
|
`)+o.raw,s.text+=`
|
|
378
376
|
`+o.text,this.inlineQueue.pop(),this.inlineQueue.at(-1).src=s.text):n.push(o),r=a.length!==e.length,e=e.substring(o.raw.length);continue}if(o=this.tokenizer.text(e)){e=e.substring(o.raw.length);let s=n.at(-1);s?.type==="text"?(s.raw+=(s.raw.endsWith(`
|
|
379
377
|
`)?"":`
|
|
380
378
|
`)+o.raw,s.text+=`
|
|
381
|
-
`+o.text,this.inlineQueue.pop(),this.inlineQueue.at(-1).src=s.text):n.push(o);continue}if(e){this.infiniteLoopError(e.charCodeAt(0));break}}return this.state.top=!0,n}inline(e,n=[]){return this.inlineQueue.push({src:e,tokens:n}),n}inlineTokens(e,n=[]){this.tokenizer.lexer=this;let r=e;if(this.tokens.links){let s=Object.keys(this.tokens.links);s.length>0&&(r=r.replace(this.tokenizer.rules.inline.reflinkSearch,l=>s.includes(l.slice(l.lastIndexOf("[")+1,-1))?"["+"a".repeat(l.length-2)+"]":l))}r=r.replace(this.tokenizer.rules.inline.anyPunctuation,s=>"+".repeat(s.length)),r=r.replace(this.tokenizer.rules.inline.blockSkip,(s,l,u)=>{let
|
|
382
|
-
`;return r?'<pre><code class="language-'+
|
|
383
|
-
`:"<pre><code>"+(n?i:
|
|
379
|
+
`+o.text,this.inlineQueue.pop(),this.inlineQueue.at(-1).src=s.text):n.push(o);continue}if(e){this.infiniteLoopError(e.charCodeAt(0));break}}return this.state.top=!0,n}inline(e,n=[]){return this.inlineQueue.push({src:e,tokens:n}),n}inlineTokens(e,n=[]){this.tokenizer.lexer=this;let r=e;if(this.tokens.links){let s=Object.keys(this.tokens.links);s.length>0&&(r=r.replace(this.tokenizer.rules.inline.reflinkSearch,l=>s.includes(l.slice(l.lastIndexOf("[")+1,-1))?"["+"a".repeat(l.length-2)+"]":l))}r=r.replace(this.tokenizer.rules.inline.anyPunctuation,s=>"+".repeat(s.length)),r=r.replace(this.tokenizer.rules.inline.blockSkip,(s,l,u)=>{let d=u?u.length:0;return s.slice(0,d)+"["+"a".repeat(s.length-d-2)+"]"}),r=this.options.hooks?.emStrongMask?.call({lexer:this},r)??r;let i=!1,o="",a=1/0;for(;e;){if(e.length<a)a=e.length;else{this.infiniteLoopError(e.charCodeAt(0));break}i||(o=""),i=!1;let s;if(this.options.extensions?.inline?.some(u=>(s=u.call({lexer:this},e,n))?(e=e.substring(s.raw.length),n.push(s),!0):!1))continue;if(s=this.tokenizer.escape(e)){e=e.substring(s.raw.length),n.push(s);continue}if(s=this.tokenizer.tag(e)){e=e.substring(s.raw.length),n.push(s);continue}if(s=this.tokenizer.link(e)){e=e.substring(s.raw.length),n.push(s);continue}if(s=this.tokenizer.reflink(e,this.tokens.links)){e=e.substring(s.raw.length);let u=n.at(-1);s.type==="text"&&u?.type==="text"?(u.raw+=s.raw,u.text+=s.text):n.push(s);continue}if(s=this.tokenizer.emStrong(e,r,o)){e=e.substring(s.raw.length),n.push(s);continue}if(s=this.tokenizer.codespan(e)){e=e.substring(s.raw.length),n.push(s);continue}if(s=this.tokenizer.br(e)){e=e.substring(s.raw.length),n.push(s);continue}if(s=this.tokenizer.del(e,r,o)){e=e.substring(s.raw.length),n.push(s);continue}if(s=this.tokenizer.autolink(e)){e=e.substring(s.raw.length),n.push(s);continue}if(!this.state.inLink&&(s=this.tokenizer.url(e))){e=e.substring(s.raw.length),n.push(s);continue}let l=e;if(this.options.extensions?.startInline){let u=1/0,d=e.slice(1),h;this.options.extensions.startInline.forEach(c=>{h=c.call({lexer:this},d),typeof h=="number"&&h>=0&&(u=Math.min(u,h))}),u<1/0&&u>=0&&(l=e.substring(0,u+1))}if(s=this.tokenizer.inlineText(l)){e=e.substring(s.raw.length),s.raw.slice(-1)!=="_"&&(o=s.raw.slice(-1)),i=!0;let u=n.at(-1);u?.type==="text"?(u.raw+=s.raw,u.text+=s.text):n.push(s);continue}if(e){this.infiniteLoopError(e.charCodeAt(0));break}}return n}infiniteLoopError(e){let n="Infinite loop on byte: "+e;if(this.options.silent)console.error(n);else throw new Error(n)}},Br=class{options;parser;constructor(t){this.options=t||Ct}space(t){return""}code({text:t,lang:e,escaped:n}){let r=(e||"").match(ye.notSpaceStart)?.[0],i=t.replace(ye.endingNewline,"")+`
|
|
380
|
+
`;return r?'<pre><code class="language-'+qe(r)+'">'+(n?i:qe(i,!0))+`</code></pre>
|
|
381
|
+
`:"<pre><code>"+(n?i:qe(i,!0))+`</code></pre>
|
|
384
382
|
`}blockquote({tokens:t}){return`<blockquote>
|
|
385
383
|
${this.parser.parse(t)}</blockquote>
|
|
386
384
|
`}html({text:t}){return t}def(t){return""}heading({tokens:t,depth:e}){return`<h${e}>${this.parser.parseInline(t)}</h${e}>
|
|
@@ -396,14 +394,14 @@ ${this.parser.parse(t)}</blockquote>
|
|
|
396
394
|
`}tablerow({text:t}){return`<tr>
|
|
397
395
|
${t}</tr>
|
|
398
396
|
`}tablecell(t){let e=this.parser.parseInline(t.tokens),n=t.header?"th":"td";return(t.align?`<${n} align="${t.align}">`:`<${n}>`)+e+`</${n}>
|
|
399
|
-
`}strong({tokens:t}){return`<strong>${this.parser.parseInline(t)}</strong>`}em({tokens:t}){return`<em>${this.parser.parseInline(t)}</em>`}codespan({text:t}){return`<code>${
|
|
400
|
-
Please report this to https://github.com/markedjs/marked.`,t){let r="<p>An error occurred:</p><pre>"+it(n.message+"",!0)+"</pre>";return e?Promise.resolve(r):r}if(e)return Promise.reject(n);throw n}}},zt=new ja;function V(t,e){return zt.parse(t,e)}V.options=V.setOptions=function(t){return zt.setOptions(t),V.defaults=zt.defaults,Vh(V.defaults),V};V.getDefaults=za;V.defaults=$t;function Bx(...t){return zt.use(...t),V.defaults=zt.defaults,Vh(V.defaults),V}V.use=Bx;V.walkTokens=function(t,e){return zt.walkTokens(t,e)};V.parseInline=zt.parseInline;V.Parser=Xe;V.parser=Xe.parse;V.Renderer=Ti;V.TextRenderer=Va;V.Lexer=Ye;V.lexer=Ye.lex;V.Tokenizer=Si;V.Hooks=Qn;V.parse=V;var Q0=V.options,J0=V.setOptions,eT=V.walkTokens,tT=V.parseInline;var nT=Xe.parse,rT=Ye.lex;var rf={"&":"&","<":"<",">":">",'"':""","'":"'"},Wx=new RegExp(`[${Object.keys(rf).join("")}]`,"g");function Ze(t){return t.replace(Wx,e=>rf[e])}var Kx=["http:","https:","mailto:"],Vx=/^[a-z][a-z0-9+.-]*:/i,jx=/[\u0000-\u0020\u00a0\u1680\u180e\u2000-\u2029\u205f\u3000]/g;function nf(t){let e=t.replace(jx,""),n=Vx.exec(e);return n===null?e===""?null:t:Kx.includes(n[0].toLowerCase())?t:null}var xt="data-weave-target",Ri="note:",qx={bySpelling:new Map,hasGhosts:!1};function Yx(t){if(t.kind!=="note"||!t.id.startsWith(Ri))return null;let e=t.id.slice(Ri.length);return e===""?null:e}function of(t,e){if(t===null)return qx;let n=new Map;for(let i of t.model.nodes){let o=Yx(i);if(o!==null)for(let a of[o,i.label])n.set(a,o),n.set(a.toLowerCase(),o)}let r=e!==null&&(t.dangling[e]?.length??0)>0;return{bySpelling:n,hasGhosts:r}}function Xx(t,e){let n=e.trim();return t.bySpelling.get(n)??t.bySpelling.get(n.toLowerCase())??null}function Zx(t){return t.hasGhosts}var Qx=/^\[\[([^\][|]+)(?:\|([^\]]*))?\]\]/;function Jx(t){let e=t.indexOf("[[");return e===-1?void 0:e}function e_(t){return{name:"wikilink",level:"inline",start:Jx,tokenizer(e){return n_(e)},renderer(e){return t_(t,e)}}}function t_(t,e){let n=typeof e.target=="string"?e.target:"",r=typeof e.alias=="string"?e.alias:"";return r_(t,n,r)}function n_(t){let e=Qx.exec(t);if(e!==null)return{type:"wikilink",raw:e[0],target:e[1],alias:e[2]??""}}function r_(t,e,n){let r=Ze((n===""?e:n).trim());if(r==="")return"";let i=Xx(t,e);return i!==null?`<a class="weave-wiki" ${xt}="${Ze(i)}" role="link" tabindex="0" title="${Ze(e.trim())}">${r}</a>`:Zx(t)?`<span class="weave-wiki weave-wiki-ghost" title="no note named ${Ze(e.trim())}">${r}</span>`:r}function i_(t){return new ja({gfm:!0,async:!1,extensions:[e_(t)],renderer:{html({text:e}){return Ze(e)},link({href:e,title:n,tokens:r}){let i=nf(e),o=this.parser.parseInline(r);return`<a${[i===null?"":` href="${Ze(i)}"`,n==null||n===""?"":` title="${Ze(n)}"`,i===null?"":' rel="noreferrer noopener" target="_blank"'].join("")}>${o}</a>`},image({href:e,title:n,text:r}){let i=nf(e);if(i===null)return Ze(r);let o=n==null||n===""?"":` title="${Ze(n)}"`;return`<img src="${Ze(i)}" alt="${Ze(r)}"${o}>`}}})}function o_(t,e){return i_(e).parse(t,{async:!1})}function tr(t){return Object.freeze(t)}var a_=tr({ALLOWED_TAGS:tr(["p","br","hr","h1","h2","h3","h4","h5","h6","em","strong","del","code","pre","blockquote","ul","ol","li","a","span","img","table","thead","tbody","tr","th","td","input"]),ALLOWED_ATTR:tr(["href","src","alt","title","class","role","tabindex","colspan","rowspan","align","type","checked","disabled","start",xt]),ADD_URI_SAFE_ATTR:tr([xt]),ALLOW_DATA_ATTR:!1,ALLOW_ARIA_ATTR:!1,ALLOW_UNKNOWN_PROTOCOLS:!1,USE_PROFILES:tr({html:!0})});function af(t,e,n){return t.sanitize(o_(e,n),a_)}var sf=32;function qa(t){let e=t;for(let n=0;e!==null&&n<sf;n++){let r=e.getAttribute(xt);if(r!==null&&r!=="")return`${Ri}${r}`;e=e.parentElement}return null}var lf="edited",uf="created";function cf(t,e){return{title:t.title,slug:t.slug,provenance:t.source,provenanceGlyph:Dt(t.source),provenanceTitle:nn(t.source),updated:Fn(t.updated,e),updatedIso:t.updated,created:Fn(t.created,e),createdIso:t.created,tags:t.tags}}function df(t){return`#${t}`}var s_=200,l_=8,u_="no note",Ya="weave-preview";function Xa(t){let e=t;for(let n=0;e!==null&&n<sf;n++){let r=e.getAttribute(xt);if(r!==null&&r!=="")return{slug:r,text:(e.textContent??"").trim()};if((e.className??"").split(/\s+/).includes("weave-wiki-ghost"))return{slug:null,text:(e.textContent??"").trim()};e=e.parentElement}return null}function c_(t){return t.replace(/```[\s\S]*?(?:```|$)/g," ").replace(/~~~[\s\S]*?(?:~~~|$)/g," ").replace(/`([^`]*)`/g,"$1").replace(/!\[([^\]]*)\]\([^)]*\)/g,"$1").replace(/\[([^\]]*)\]\([^)]*\)/g,"$1").replace(/\[\[([^\]|]*)(?:\|([^\]]*))?\]\]/g,(e,n,r)=>r??n).replace(/<[^>]*>/g," ").replace(/^\s{0,3}#{1,6}\s+/gm,"").replace(/^\s{0,3}>\s?/gm,"").replace(/^\s{0,3}([-*_][ \t]?){3,}$/gm," ").replace(/^\s{0,3}[-*+]\s+/gm,"").replace(/^\s{0,3}\d+[.)]\s+/gm,"").replace(/[*_~]{1,3}([^*_~]*)[*_~]{1,3}/g,"$1").replace(/\s+/g," ").trim()}function d_(t,e=s_){let n=c_(t);if(n.length<=e)return n;let r=n.lastIndexOf(" ",e);return`${r>0?n.slice(0,r):n.slice(0,e)}…`}function hf(t,e){if(e.slug===null){let i=e.text===""?"this link":e.text;return{ghost:!0,title:i,kind:u_,text:`no note named “${i}” yet`}}let n=t?.model.nodes.find(i=>i.id===`note:${e.slug}`&&i.kind==="note");if(n===void 0)return null;let r=n.provenance===null?n.kind:`${n.kind} · ${nn(n.provenance)}`;return{ghost:!1,title:n.label,kind:r,text:d_(n.detail.preview??"")}}function ff(t,e,n,r,i,o,a=l_){let s=t+a,l=e+a;return s+n>i-a&&(s=t-a-n),l+r>o-a&&(l=e-a-r),s=Math.min(Math.max(s,a),Math.max(a,i-a-n)),l=Math.min(Math.max(l,a),Math.max(a,o-a-r)),{x:s,y:l}}var Ci={anchor:null,pointerX:0,pointerY:0};function pf(t,e){switch(e.type){case"show":return e.anchor.slug===null&&e.anchor.text===""?t:{anchor:e.anchor,pointerX:e.x,pointerY:e.y};case"hide":return t.anchor===null?t:Ci;case"dismiss":return Ci}}function gf(t,e){return e!==null?null:t===null?"Nothing open — search with ⌘K, or walk the tree with j and k.":t.startsWith(Ri)?"Loading…":"This node has no note body — see the context rail for what it connects to."}var h_="weave-preview-x",f_="weave-preview-y";function p_({view:t,open:e}){return w("header",{class:"weave-note-head",children:[w("h3",{class:"weave-note-title",children:t.title}),w("p",{class:"weave-note-meta",children:[w("span",{class:`weave-prov weave-prov-${t.provenance}`,title:t.provenanceTitle,children:[t.provenanceGlyph," ",t.provenance]}),w("span",{class:"weave-note-time",title:t.updatedIso,children:[lf," ",t.updated]}),w("span",{class:"weave-note-time",title:t.createdIso,children:[uf," ",t.created]}),e===null?null:w("button",{type:"button",class:"weave-note-open",title:Sd,"aria-label":Ed,onClick:e,children:w("span",{class:"weave-note-open-mark","aria-hidden":"true",dangerouslySetInnerHTML:{__html:Td}})})]}),w("p",{class:"weave-note-tags",children:t.tags.map(n=>w("span",{class:"weave-tag",children:df(n)},n))})]})}function mf(t){let e=t.note?.note??null,n=gf(t.selectedId,e),r=be(()=>e===null?null:of(t.graph,e.slug),[e,t.graph]),i=be(()=>e===null||r===null?"":af(Gh,e.body,r),[e,r]),[o,a]=ae(Ci),s=g=>{a(m=>pf(m,g))},l=re(null),u=re(null),c=o.anchor===null?null:hf(t.graph,o.anchor);if(Tn(()=>{s({type:"hide"})},[e===null?null:e.slug]),Tn(()=>{let g=l.current;if(g!==null){let y=o.anchor?.slug??null;for(let b of g.querySelectorAll(`a[${xt}]`))y!==null&&b.getAttribute(xt)===y?b.setAttribute("aria-describedby",Ya):b.removeAttribute("aria-describedby")}let m=u.current;if(m===null||c===null)return;let v=ff(o.pointerX,o.pointerY,m.offsetWidth,m.offsetHeight,window.innerWidth,window.innerHeight);m.style.setProperty(`--${h_}`,`${v.x}px`),m.style.setProperty(`--${f_}`,`${v.y}px`)},[o,c]),e===null||r===null)return w("p",{class:"weave-note-empty",children:n});let h=t.toolbar,d={draft:t.draft,prompt:t.prompt,send:t.send},f=cf(e,t.now);return w("article",{class:`weave-note weave-note-${f.provenance}`,children:[w(p_,{view:f,open:h===null?null:()=>t.send({type:"open"})}),h===null?null:w(Oh,{toolbar:h,...d}),h!==null&&h.editing?w(Fh,{toolbar:h,...d}):w("div",{ref:l,class:"weave-note-body",tabIndex:-1,onMouseOver:g=>{let m=Xa(g.target);s(m!==null?{type:"show",anchor:m,x:g.clientX,y:g.clientY}:{type:"hide"})},onMouseLeave:()=>s({type:"hide"}),onFocus:g=>{let m=Xa(g.target);if(m===null)return;let v=g.target.getBoundingClientRect?.();s({type:"show",anchor:m,x:v?.left??0,y:v?.bottom??0})},onBlur:()=>s({type:"hide"}),onClick:g=>{let m=qa(g.target);if(m!==null){t.onSelect(m);return}t.toolbar!==null&&t.send({type:"toggle"})},onKeyDown:g=>{if(g.key==="Escape"&&o.anchor!==null){g.stopPropagation(),s({type:"dismiss"});return}if(g.key!=="Enter"&&g.key!==" ")return;let m=qa(g.target);m!==null&&(g.preventDefault(),t.onSelect(m))},dangerouslySetInnerHTML:{__html:i}}),c===null?null:w("div",{ref:u,id:Ya,role:"tooltip",class:`weave-preview${c.ghost?" weave-preview-ghost":""}`,children:[w("span",{class:"weave-preview-kind",children:c.kind}),w("span",{class:"weave-preview-title",children:c.title}),c.text===""?null:w("p",{class:"weave-preview-text",children:c.text})]})]},e.slug)}var nr=["tree","note","graph"],Za={tree:180,note:320,graph:260},yf={tree:.22,note:.46,graph:.32},g_=1100,m_=800;function wf(t){return!Number.isFinite(t)||t<m_?"narrow":t<g_?"medium":"wide"}function Ni(t){return t==="wide"?nr:t==="medium"?["tree","note"]:["note"]}function bf(t,e){return xf(nr,t,e)}function xf(t,e,n){let r={tree:0,note:0,graph:0};for(let l of t){let u=e[l];r[l]=Number.isFinite(u)&&u>0?u:yf[l]}let i=0;for(let l of t)i+=r[l];for(let l of t)r[l]=r[l]/i;let o=0,a=0,s={tree:!1,note:!1,graph:!1};for(let l of t){let u=n[l];r[l]<u?(o+=u-r[l],r[l]=u,s[l]=!0):a+=r[l]-u}if(o>0&&a>0){let l=Math.min(o,a)/a;for(let u of t)s[u]||(r[u]-=(r[u]-n[u])*l)}return{tree:r.tree,note:r.note,graph:r.graph}}function Ja(t){let e=Number.isFinite(t)&&t>0?t:1,n={tree:Za.tree/e,note:Za.note/e,graph:Za.graph/e},r=n.tree+n.note+n.graph;if(r<=.9)return n;let i=.9/r;return{tree:n.tree*i,note:n.note*i,graph:n.graph*i}}function _f(t,e){return{fractions:bf(t,Ja(e))}}function vf(t){return _f(yf,t)}function kf(t,e,n){let r=Ni(n),i=Number.isFinite(e)&&e>0?e:0,o=xf(r,t.fractions,Ja(i));return r.map(a=>({id:a,width:o[a]*i}))}var Ef=["tree","note"];function v_(t){return t==="tree"?["tree","note"]:["note","graph"]}function es(t,e,n,r){let i=Number.isFinite(r)&&r>0?r:0;if(i===0||!Number.isFinite(n)||n===0)return t;let[o,a]=v_(e),s=Ja(i),l=Math.max(0,t.fractions[o]-s[o]),u=Math.max(0,t.fractions[a]-s[a]),c=Math.max(-l,Math.min(u,n/i));if(c===0)return t;let h={...t.fractions,[o]:t.fractions[o]+c,[a]:t.fractions[a]-c};return{fractions:bf(h,s)}}var Sf="pi-weave.layout.v1";function y_(t){return JSON.stringify({v:1,tree:Qa(t.fractions.tree),note:Qa(t.fractions.note),graph:Qa(t.fractions.graph)})}function Qa(t){return Math.round(t*1e4)/1e4}function w_(t,e){if(t===null)return null;let n;try{n=JSON.parse(t)}catch{return null}if(typeof n!="object"||n===null||Array.isArray(n))return null;let r=n;if(r.v!==1)return null;let i={tree:0,note:0,graph:0};for(let o of nr){let a=r[o];if(typeof a!="number"||!Number.isFinite(a)||a<=0)return null;i[o]=a}return _f(i,e)}function Tf(t,e){let n;try{n=t.getItem(Sf)}catch{return vf(e)}return w_(n,e)??vf(e)}function Af(t,e){try{return t.setItem(Sf,y_(e)),!0}catch{return!1}}function b_(t){return`--weave-col-${t}`}function x_(t){return`${Math.round(t)}px`}function Rf(t){return t.map(e=>[b_(e.id),x_(e.width)])}var __={k:{type:"openSearch"},e:{type:"toggleEdit"},s:{type:"saveNote"}},Cf={1:"tree",2:"note",3:"graph"},k_=new Set(nr.filter(t=>Ni("medium").includes(t)===!1||Ni("narrow").includes(t)===!1));function E_(t){return t.ctrl!==t.meta&&!t.alt&&!t.shift}function S_(t){return!t.ctrl&&!t.meta&&!t.alt}var T_={"/":{type:"filterTree"},g:{type:"fitGraph"},"?":{type:"openHelp"},t:{type:"cycleTheme"}};function Nf(t,e){if(e.overlay!==null)return t.key==="Escape"?{type:"closeOverlay"}:null;if(E_(t)){let n=__[t.key.toLowerCase()];if(n!==void 0)return n;let r=Cf[t.key];return r===void 0?null:{type:"focusColumn",column:r}}return t.key==="Escape"?e.hasSelection?{type:"clearSelection"}:null:!S_(t)||t.typing?null:T_[t.key]??null}var A_=["INPUT","TEXTAREA","SELECT"];function ts(t,e){return e?!0:t!==null&&A_.includes(t.toUpperCase())}function Lf(t){return{key:t.key,ctrl:t.ctrlKey,meta:t.metaKey,shift:t.shiftKey,alt:t.altKey,typing:ts(t.target?.tagName??null,t.target?.isContentEditable===!0)}}var R_={tree:".weave-col-tree .weave-rows",note:".weave-col-note .weave-note-body",graph:".weave-col-graph .weave-graph-canvas"},C_=".weave-col-tree .weave-filter";function N_(t){let e=t;return typeof e?.focus=="function"?e:null}function Pf(t,e){let n=N_(t.querySelector(e));return n===null?!1:(n.focus(),!0)}function Df(t,e){switch(t.type){case"openSearch":return e.setOverlay("search");case"openHelp":return e.setOverlay("help");case"closeOverlay":return e.setOverlay(null);case"focusColumn":return void e.focusSelector(R_[t.column]);case"filterTree":return void e.focusSelector(C_);case"fitGraph":return e.fitGraph();case"clearSelection":return e.clearSelection();case"toggleEdit":return e.toggleEdit();case"saveNote":return e.saveNote();case"cycleTheme":return e.cycleTheme()}}function If(t){return[{title:"Global",entries:[{combo:`${t}K`,what:"Search notes and the repository"},...Object.entries(Cf).map(([e,n])=>({combo:`${t}${e}`,what:`Focus the ${n} column${k_.has(n)?" (when on screen)":""}`})),{combo:"?",what:"This help"},{combo:"t",what:"Cycle the colour theme (system / light / dark)"},{combo:"Esc",what:"Clear the selection, or close an overlay"}]},{title:"Tree",entries:[{combo:"/",what:"Filter the tree"},{combo:"j / ↓",what:"Next row"},{combo:"k / ↑",what:"Previous row"},{combo:"→",what:"Expand, or step into"},{combo:"←",what:"Collapse, or step out"},{combo:"Home / End",what:"First / last row"}]},{title:"Note",entries:[{combo:`${t}E`,what:"Toggle read / edit"},{combo:`${t}S`,what:"Save the open draft"}]},{title:"Graph",entries:[{combo:"g",what:"Fit the whole graph"}]},{title:"Search",entries:[{combo:"↑ / ↓",what:"Move through results"},{combo:"↵",what:"Open the highlighted result"},{combo:"Esc",what:"Close the palette"}]}]}var ns="Keyboard shortcuts",Mf="esc close";var Gf={chevron:{d:["M5.75 4.25 9.5 8l-3.75 3.75"],filled:!1},vault:{d:["M8 2.6 13.4 8 8 13.4 2.6 8Z"],filled:!0},note:{d:["M4.5 2.75h4.75l2.25 2.25v8.25h-7Z","M9.25 2.75V5h2.25"],filled:!1},session:{d:["M3 3.75h10v6.5H6.75L3.75 13v-2.75H3Z"],filled:!1},repository:{d:["M2.75 4.25h10.5v7.5H2.75Z","M2.75 6.75h10.5"],filled:!1},module:{d:["M2.75 4.25h4l1.5 1.75h5v5.75h-10.5Z"],filled:!1},package:{d:["M8 2.5 13.25 5v6L8 13.5 2.75 11V5Z","M2.75 5 8 7.5 13.25 5","M8 7.5v6"],filled:!1},entryPoint:{d:["M5.75 3.75v8.5L12.75 8Z"],filled:!0},gitState:{d:["M8 2.85 13.15 8 8 13.15 2.85 8Z"],filled:!1},external:{d:["M4.5 11.5l7-7","M6.75 4.5h4.75v4.75"],filled:!1},file:{d:["M4.5 2.75h7v10.5h-7Z"],filled:!1}};function rr({name:t,class:e}){let n=Gf[t];return w("svg",{class:e,width:16,height:16,viewBox:`0 0 ${16} ${16}`,fill:n.filled?"currentColor":"none",stroke:n.filled?void 0:"currentColor","stroke-width":n.filled?void 0:n.width??1.5,"stroke-linecap":"round","stroke-linejoin":"round","aria-hidden":"true",children:n.d.map(r=>w("path",{d:r}))})}function P_({view:t,onSelect:e,onToggle:n}){return w("li",{id:t.domId,class:`weave-row weave-row-${t.kind}${t.selected?" weave-row-on":""}${t.muted?" weave-row-muted":""}${dn.value.has(t.id)?" weave-row-new":""}`,role:"treeitem","aria-level":t.level,"aria-posinset":t.posinset,"aria-setsize":t.setsize,"aria-selected":t.selected,"aria-expanded":t.hasKids?t.expanded:void 0,style:mc(t.depth),onClick:e,children:[w("span",{class:"weave-twisty","aria-hidden":"true",onClick:r=>{r.stopPropagation(),n()},children:t.hasKids?w(rr,{name:"chevron",class:t.expanded?"weave-icon weave-icon-open":"weave-icon"}):null}),w("span",{class:"weave-kind","aria-hidden":"true",children:w(rr,{name:t.kindIcon,class:"weave-icon"})}),w("span",{class:`weave-prov weave-prov-${t.provenance??"none"}`,title:t.provenanceTitle,children:t.provenanceGlyph}),w("span",{class:"weave-label",children:t.label}),w("span",{class:"weave-meta",children:t.meta})]})}function Of(t){let[e,n]=ae(ac),r=sc(t.graph,e),i=Ec(t.graph,r,e);return w("div",{class:"weave-tree",onKeyDown:o=>{let a=o.target,s=ts(a?.tagName??null,a?.isContentEditable===!0),l=hc(r,e,t.selectedId,o.key,s);l.handled&&(o.preventDefault(),n(l.state),l.selectedId!==null&&t.onSelect(l.selectedId))},children:[w("div",{class:"weave-tree-controls",children:[w("input",{type:"search",class:"weave-filter",value:e.query,placeholder:bc,"aria-label":_c,title:kc,onInput:o=>n(uc(e,o.currentTarget.value))}),w("button",{type:"button",class:"weave-chip",title:vc(e.provFilter),onClick:()=>n(cc(e)),children:["◧ ",Xr(e.provFilter)]}),w("button",{type:"button",class:"weave-chip",title:wc(e.showInternals),onClick:()=>n(dc(e)),children:["◧ ",yc(e.showInternals)]})]}),i===null?w("ul",{class:"weave-rows",role:"tree",tabIndex:0,"aria-label":xc,"aria-activedescendant":gc(r,t.selectedId)??void 0,children:pc(r,t.selectedId,t.now).map(o=>w(P_,{view:o,onSelect:()=>t.onSelect(o.id),onToggle:()=>n(lc(e,o.id))},o.id))}):w("p",{class:"weave-tree-empty",children:i}),w("p",{class:"weave-tree-count",children:Sc(r)})]})}function Ff(t,e){if(t===null)return 0;for(let[n,r]of e)t.style.setProperty(n,r);return e.length}var ir={links:"LINKS",backlinks:"BACKLINKS",tags:"TAGS",mentions:"MENTIONS"};function Di(t,e,n){return{id:t,target:e.id,label:Pe(e),kind:e.kind,kindIcon:ra(e.id)?"session":na(e.kind),provenance:e.provenance,provenanceGlyph:Dt(e.provenance),provenanceTitle:nn(e.provenance),selected:e.id===n}}function D_(t,e,n){let r=t.target;if(r===void 0)return null;let i=e.get(r);return i===void 0?null:Di(t.id,i,n)}function I_(t){let e=new Map;for(let n of t.nodes)e.set(n.id,n);return e}var M_=["link:links-to:"];function G_(t){return M_.some(e=>t.id.startsWith(e))}function O_(t){return t.id.startsWith("link:mentions:")}function F_(t,e,n,r){let i=[];for(let[o,a]of Object.entries(t.tags)){if(!a.includes(e))continue;let s=[];for(let l of a){if(l===e)continue;let u=n.get(`note:${l}`);u!==void 0&&s.push(Di(`tag:${o}:${l}`,u,r))}i.push({tag:o,count:a.length,siblings:s})}return i}function z_(t,e,n,r){let i=[];for(let o of t.edges){if(o.kind!=="mentions"||o.target!==e)continue;let a=n.get(o.source);a!==void 0&&i.push(Di(`mentioned-by:${o.source}`,a,r))}return i}function $_(t){if(!t.startsWith("note:"))return null;let e=t.slice(5);return e===""?null:e}var Pi={loading:"Loading…",noSelection:"Select anything to see what it connects to.",unknown:"This node is not in the current graph.",isolated:"Nothing links to or from this yet."};function rs(t){return{subject:null,groups:[],tags:[],tagsCount:0,empty:t}}function zf(t,e){if(t===null)return rs(Pi.loading);if(e===null)return rs(Pi.noSelection);let n=Pt(t),r=Zo(n,e);if(r===null)return rs(Pi.unknown);let i=I_(n),o=[],a=(h,d)=>{d.length>0&&o.push({heading:h,count:d.length,rows:d})},s=h=>h.map(d=>D_(d,i,e)).filter(d=>d!==null);a(ir.links,s(r.links.filter(G_)));let l=Jo(n.edges).get(e)??[];a(ir.backlinks,l.map(h=>i.get(h)).filter(h=>h!==void 0).map(h=>Di(`backlink:${h.id}`,h,e))),a(ir.mentions,[...s(r.links.filter(O_)),...z_(n,e,i,e)]);let u=$_(e),c=u===null?[]:F_(t,u,i,e);return o.length===0&&c.length===0?{subject:r.label,groups:[],tags:[],tagsCount:0,empty:Pi.isolated}:{subject:r.label,groups:o,tags:c,tagsCount:c.length,empty:null}}function $f(){return{open:new Set,closed:new Set}}var U_=8;function Uf(t,e,n,r){return r?!1:t.closed.has(e)?!0:t.open.has(e)?!1:n>U_}function H_(t){return t.some(e=>e.selected)}function Hf(t,e){let n=Uf(e,t.heading,t.count,H_(t.rows));return{heading:t.heading,count:t.count,collapsed:n,rows:n?[]:t.rows}}function Bf(t,e){let n=Uf(e,ir.tags,t.length,t.some(r=>r.siblings.some(i=>i.selected)));return{heading:ir.tags,count:t.length,collapsed:n,rows:[]}}function Wf(t,e,n){let r=new Set(t.open),i=new Set(t.closed);return n?(r.add(e),i.delete(e)):(i.add(e),r.delete(e)),{open:r,closed:i}}function Ii(t){return`weave-ctx-panel-${t.toLowerCase()}`}var B_={notes:0,repo:null,nodes:0},W_=["note"];function Kf(t){if(t===null)return B_;let e=t.model.nodes;return{notes:e.filter(n=>W_.includes(n.kind)).length,repo:t.model.staleness?.state??null,nodes:e.length}}function K_(t){return t===null||t==="missing"?"unindexed":t}function Vf(t){return[`vault:${t.notes}`,`repo:${K_(t.repo)}`,`${t.nodes} nodes`]}var V_={live:{label:"live",tone:"ok",hint:"watching the vault and the repository for changes"},reconnecting:{label:"reconnecting",tone:"warn",hint:"the event stream dropped — retrying, and everything refetches when it returns"},offline:{label:"offline",tone:"bad",hint:"the workspace server is gone — the header's refresh control retries"}};function is(t){return V_[t]}var j_={tree:{title:"Tree",body:"The vault and repository outline, expandable, filterable, with provenance markers.",phase:"P2"},note:{title:"Note",body:"Select anything to read it here — rendered Markdown, front matter, tags and wikilinks.",phase:"P2"},graph:{title:"Graph",body:"The knowledge graph, laid out and navigable, with the selection's neighbourhood highlighted.",phase:"P3"}};function jf(t){return j_[t]}var os={title:"Context",body:"Links, backlinks and mentions for whatever is selected.",phase:"P2"},qf="—";function Yf(t,e,n,r){return{cwd:t===""?qf:t,selection:e??"nothing selected",connection:is(n),stamp:r}}function Xf(t){return t===null?qf:/T(\d{2}:\d{2}:\d{2})/.exec(t)?.[1]??t}function Zf(t){return t.map((e,n)=>({column:e,divider:n<t.length-1&&q_(e.id)?e.id:null}))}function q_(t){return Ef.includes(t)}var Qf=["M21 12a9 9 0 1 1-2.64-6.36","M21 3v6h-6"],Jf=6e4,ep="Search…";function as(t){return t?"⌘K":"Ctrl K"}function tp(t){return`Search notes and repository (${t})`}function ss(t){return/mac|iphone|ipad/i.test(t)}function np({row:t,onSelect:e}){return w("li",{class:`weave-ctx-row${t.selected?" weave-row-on":""}`,children:w("button",{type:"button",class:"weave-ctx-link",onClick:e,children:[w("span",{class:"weave-kind","aria-hidden":"true",children:w(rr,{name:t.kindIcon,class:"weave-icon"})}),w("span",{class:`weave-prov weave-prov-${t.provenance??"none"}`,title:t.provenanceTitle,children:t.provenanceGlyph}),w("span",{class:"weave-label",children:t.label})]})})}function rp({view:t,onToggle:e}){return w("h4",{class:"weave-ctx-head",children:w("button",{type:"button",class:"weave-ctx-heading","aria-expanded":!t.collapsed,"aria-controls":Ii(t.heading),onClick:e,children:[w("span",{class:"weave-ctx-chevron","aria-hidden":"true",children:w(rr,{name:"chevron",class:t.collapsed?"weave-icon":"weave-icon weave-icon-open"})}),t.heading,w("span",{class:"weave-ctx-count",children:t.count})]})})}function Y_({view:t,onSelect:e,onToggle:n}){return w("section",{class:"weave-ctx-group",children:[w(rp,{view:t,onToggle:n}),w("ul",{class:"weave-ctx-rows",id:Ii(t.heading),hidden:t.collapsed,children:t.rows.map(r=>w(np,{row:r,onSelect:()=>e(r.target)},r.id))})]})}function X_({tag:t,onSelect:e}){return w("li",{class:"weave-ctx-tag",children:[w("span",{class:"weave-tag",children:["#",t.tag]}),w("ul",{class:"weave-ctx-rows",children:t.siblings.map(n=>w(np,{row:n,onSelect:()=>e(n.target)},n.id))})]})}function ip(t){let e=zf(t.graph,t.selectedId),[n,r]=ae($f),i=a=>()=>r(Wf(n,a.heading,a.collapsed)),o=Bf(e.tags,n);return w("div",{class:"weave-rail","aria-label":os.title,children:[w("h2",{class:"weave-col-title",children:os.title}),e.empty===null?null:w("p",{class:"weave-ctx-empty",children:e.empty}),e.groups.map(a=>{let s=Hf(a,n);return w(Y_,{view:s,onSelect:t.onSelect,onToggle:i(s)},a.heading)}),e.tags.length===0?null:w("section",{class:"weave-ctx-group",children:[w(rp,{view:o,onToggle:i(o)}),w("ul",{class:"weave-ctx-tags",id:Ii(o.heading),hidden:o.collapsed,children:e.tags.map(a=>w(X_,{tag:a,onSelect:t.onSelect},a.tag))})]})]})}function op(t){return w("div",{class:"weave-divider",role:"separator","aria-orientation":"vertical","aria-label":t.label,tabIndex:0,onPointerDown:e=>{e.currentTarget.setPointerCapture(e.pointerId),t.onDown(e.clientX,e.pointerId)},onPointerMove:e=>t.onMove(e.clientX),onPointerUp:e=>{e.currentTarget.releasePointerCapture(e.pointerId),t.onUp()},onKeyDown:e=>t.onKey(e.key)})}function Z_({id:t,props:e}){let n=jf(t);return w("section",{class:`weave-col weave-col-${t}`,"aria-label":n.title,children:[w("h2",{class:"weave-col-title",children:n.title}),t==="tree"?w(Of,{graph:e.graph,selectedId:e.selectedId,onSelect:e.onSelect,now:e.now}):null,t==="note"?w(mf,{note:e.note,graph:e.graph,selectedId:e.selectedId,onSelect:e.onSelect,now:e.now,toolbar:e.toolbar,prompt:e.prompt,draft:e.draft,send:e.send}):null,t==="graph"?w(mh,{graph:e.graph,selectedId:e.selectedId,onSelect:e.onSelect,renderer:e.renderer,storage:e.storage,host:e.host,scheme:e.scheme,bootFailed:e.bootFailed,fit:e.fit}):null,t==="graph"?w(ip,{graph:e.graph,selectedId:e.selectedId,onSelect:e.onSelect}):null]})}function Q_({slot:t,props:e}){let n=t.divider;return w(Ge,{children:[w(Z_,{id:t.column.id,props:e}),n===null?null:w(op,{id:n,label:`Resize ${t.column.id} column`,onDown:(r,i)=>e.onDown(n,r,i),onMove:e.onMove,onUp:e.onUp,onKey:r=>e.onKey(n,r)})]})}function ap(t){let e=re(null);return Tn(()=>{Ff(e.current,Rf(t.resolved))},[t.resolved]),w("div",{class:"weave-grid",ref:e,"data-columns":t.resolved.length,children:Zf(t.resolved).map(n=>w(Q_,{slot:n,props:t},n.column.id))})}function J_(t){if(t===""||t==="#")return null;let e=t.slice(1),n=/^note[/:](.+)$/.exec(e);return n===null?null:`note:${n[1]}`}function sp(t,e){let n=J_(t);return n===null||e===null?null:e.model.nodes.some(r=>r.id===n)?n:null}function lp(t){let e=t===null?null:t.startsWith("note:")?t.slice(5):null;return e===null||e===""?"":`#note/${e}`}function ek(t,e,n,r){return{divider:t,origin:e,base:n,pointerId:r}}function tk(t,e,n){return es(t.base,t.divider,e-t.origin,n)}function nk(t,e){let n=t.base.fractions,r=e.fractions;return n.tree!==r.tree||n.note!==r.note||n.graph!==r.graph}var up=24;function rk(t){return t==="ArrowLeft"?-up:t==="ArrowRight"?up:0}function cp(t){let e=null;return{onDown(n,r,i){e=ek(n,r,t.layout(),i)},onMove(n){e!==null&&t.setLayout(tk(e,n,t.width()))},onUp(){let n=e;e=null,n!==null&&nk(n,t.layout())&&t.persist(t.layout())},onKey(n,r){let i=es(t.layout(),n,rk(r),t.width());i!==t.layout()&&(t.setLayout(i),t.persist(i))}}}var dp="image/png",hp="iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAMKADAAQAAAABAAAAMAAAAADbN2wMAAALxElEQVRoBe1ZCXCU1R3/f+d+u5s9sleyOUlICBAMkQQQgpqBKqAoFQZFEYwWUAShjsco7dg4njRtPQcoXhSxWMGCimIYj1QqeICAcoQrd0iy2c1+u/vdZ9+m0xnFVCKw0+kMb+fb7/vevnnv//v/f//jvQVIYWtsbCn47uTJ3BQuAXgqJzdRM9CVyjVSCkACCUBIpfgAZCqnl5D8GJ5aBCm1ACALiGIqVZRqC7AIAGApRZBSCiUUBVN14/8YAJfAdN1MKU1TagEuwWEgp1T+1EYhRVUMhdNSmgdSagFeEHVJU/RUOkFKAThIWknLZNRUAkhFjKPSg2Muszocl/i8/mLT1M1IpO/rCBvaK/cePXGhwVxAANacYEHlkmEjymeguFNKUhShaToYhgG6rgJuAifL4oHjpxo3xdu/fAkBuSCWuSAAPNljLsvPH/lCusdfSVlIkFUFVCS0CQYkazkMuTGJEUAQJMrMEkTD3TvaWg/dJUab2s7XIsT5TkA6Cifl5434sCCvqEAS4sBzMdAVFdxYOjgxF6ShD6VTkBCjoEkiEKYBAX9WsaGT0yKh8DsAYvx8ZDhPADnW4SXlr+XnDh0WY3tBlgQwDQ10UQe/NQgOygkexoe4E4WE0AdgIkohWskiD440t9/EKX+cbd36PwNgd+ffMyR/2GJZjoOmySAryfITAxNHQkoyiLLYT6U2thHRB0djNPSuAY4lnyVQVLlMEMm9utp3zs59XmnSmeaelmZzgq7KkIjHgY3FQFOUfs4HHYUgawLQuAVspgdZRgcFAWRZFlRFRmMMtJvCMIKiZpyPBX5WHnA4hvkom/N6VVc+T4S/bXU4XCUCokZSaJokUd3JIDBqP4CuWDMIegRaIhIQyIFV1A+GCXbG2n/XVR2NN4AkiYokAE+g4mqapsrZRHSzFDvWPFhQPweAy+HxfZQdLBgtSVxPs8I/gdji1ZA2RVEAl98D106fAjzPw57P9gAb7QQLZQHVjIOAAKYHAjCheiLgyOY7360HmZdQiNWSlilM95c9npeT9yBJMxS0Q013DMYiAPxgQAzaiTOyxt/rcqXPa2tvApLA0zCcmsrQFIVhBmaxW+DJVQ/BroZdEOrugoUL58LB/Y0gCRLKAQZk5GTA0uXz4Z2t28Fuo+GeZTWwc+enIAhC8nerlbFeoagScbqrA3wejx8j3L0C3/XFYAAMygfs9pIyl9O1MhYNQzzGrgj1hrZKsoYbhorzXByurL4Mwt2nYcNL68DvcUKWzwlFQ7OQU8ugagoMLciEHL8Lcd6Etc+sAcxQYEzFJSAl95zID+KcBD294Q2JRGI5G2fB5fI8YnGUlAwGwGAohNMMU4cWc/Sx7KuG2vI8x8Jawjpso81mmZNmRTRBcV9B/PbmFcNL6zfD9voGmFRZDiamIfEwiERZmHbDIojHBQgOLQBJ1UBE1jGQdRTN0AVBXGfIJ+9FAstRlqqgKOttDEU/JQPMRn0/Wc2elUIMkzGEsTlXJXi+XUzEb3K48m7Jy7/0EcOQFUXRhtusNN7dE4aJl08EX4YXWFGFkqJC6Go/jaKO0p+JNeSweYUFkOb3wby5M5AlLPD2W+8ix1ZAkuWEw2FrzM4tu0/RGUaMs8+aOH4NTuIVkkmvBzWe+ClLDFhK+EpmVyL1lbsN/vWOrhM3khbrBo7nZjot+JFA5tBGTdcJUeIhnuDAjixgtzKQGcyCEWWjkBNz0Hz8GIR6QuByu4GiCYhGYuAPeKFg2HCw0BQc2PsN9PR0I+2bIKJ84XQ60BwOFJFIs635cLEO5FCLzb5D4rnZdXJz/ZHPDyxDfNz38pTxn5wJ5kcWmANziGYf9iFGuhbqBN7Js20WXZY/MOSWjZnZZS/abday1o6WQ5KsHHc60rOCmQGcZaMgoeza2dIKXW0toMgyijYYTKwaC5mZGdDe2g4CL0BHczN0oOcYyhcySmrZwWyQUaWXiLEf83w84fP6gjhppWN9B59XJThlc1C23KorJkEw94+KwE+4IT+4tqGh4Qeb7IEsgPmLZ69EaX4egSmfUTR2imacR+OhZi7T5XqPZXvtPT1dNarUvKmoZFqb00ZmtnR2ogJOA4eVAgrlA5Ig+rmvo7LBRB+CJPqppOs6SMixeVRqoAgGOUE/RFi+tbNt9xAgcmbl5Q3ZYrenR4pmVNxUfvVUXzwSzVVwwq243NNNTd/46rSJz53pEwNFIbP3xNtP2OhEFYqRR2UdX6OqYjdtd47ri/bSmirL/iFF3ZfPucfNxkInBIEDK00jpcu7E6KcYHmUlUUZBFlFOcAE3cRAkDTgBBlinAhokxZFkekf6e505AIqJBJsY119faD6uqmGpkiapPE2f0awCJXeB8W+wPOuuNzl23tgChL+2TOFT9JpIADJfmj77v0oup2wEDCpff+bewvGD98IFBWxEDiDwsf9hM8/05WT2xxLJEyaJmm7le7ho9FxkswvS/Dc/dFY/LlonNvSF49vY+Pc6hifWIpC8Dw+dqrS7XIj7zaocJQ1Kqdc0YZJ9PRwT2QJCrOU2+8Jjysd/envp08+FtBbr8RVaF710J2xfqEG+PqRD3x/THG+rUU0PLPtROE39uyMcWxXVycKLZM5Nmoc++dbS1csvnnrRx/vxVE9M8GTkV3qyw6Ee1u/qtOVyB50fajJvZs1Ofw3XQl/sF2OfDtz6W29TYfaF1hp+0IBhdFYLPrI8f31D+x88y+H4qz2G4vV6qXtrqdLKyrJ2b+YcJITbTNDVGjTvu3bf8D778s4kA98/3fIKps1BjOpsa5AuuXIod2vOBStHsXpqr6+SHX1pJrPWaqlINTW8QeU1aZnlZdR+eUlvyU0vY1kLCRptZiMg0F1EkHjBBgUQVQ27W+8dt+2nXYbSW5cNOf2Y8hDTr++7a9MU1vTG2Coh2PRo1WPPrZ1kSpKhkbInz39WM2+Hwh0xstZE5nOmx2YlamPhGWtIOeSxlioqV6K81W+YPbdLN1ZihEWLm/kqId0XT7sLyzo0riEDyfpRlRRNxk4jRJcQiEMtLtXyOt0IHYXlA45Xgiz4tmZubvwU60tkjdQ6khzLZIVExsz8tK9117+6Aw9xDxoIWweTQmNOEPeH72eFYCVIXHJNATAqBzd0Ce7fJmbuGhjKaIRf2Bn9lqAWqNi8WIqXUhvf3/VijXXPFCbyTC2+QppYSinN6wIHI2Z2DTM1Hc4KAPFePygE7PLoUhk7JMvLD+GJPoGyLxWmmb+XpI36kFRkGehAtxiqFo3SgtnPZL5r078H6gthzd345g6iTbk0ThmNuMYE1S4ozWSzNYlhU+Oo7stowRePJ18/qCutnvT75bVaR5fjeTyf6va019WJellKsxyAqcH/jR/7sHTEaVN541MtF/+N4UJc7MiHJ8f8GVUaqZqSlhstAnRisdfXHDWsvqsFkgKdfrQm+3olrwOF1feOLdk4q23B4cVvdawvhZ1AaBN1nBTV79MPpfOqaXdQmQ838OC1euTUbncjHP4nSoeWGF09d2VHLNu3Z3C8kWruTvueMqHXntfe3hD56HOYzWKIsefeWUJOrFIHgMMrp3ViQeapqRqbiVOWyfjJLlTZZwdjMrfAgb/itXmrqJJy0gMx47rUmSXf/pV3m1Lbm655f4X51oY5zgqLh7Red5u8PoXhElngsnkY5i4h6TwaswkGla/sfTrgdb7qb5zApCcsKTqDlTAkLertPNhAsMkq5pYzxDYJ1+9v2bX9xe8fuHKDJr2/nLL6vv+nOxfsOBJryli1zFGcKWN8hbzemiLyLX/6o0dted0OnHOAJLClFy1LEvBiMMYQSgMSHUUgUcoEpOApFmaolkGw3UrYbuR0I3dhKoLlEGmo2LDhTb4HGV4J1Fgv17RYr9+ddvit5LznUs7LwDJBUurby1C1aPW2LC+pbT67jTKTfssFOFFB1lOdJSF6lSKoHCStSgGj0qkMNrDhN97r7b/j7M5U2s9m+tr0XnLxXZRAxc1cFEDFzVwUQPnpoF/AbqLsVZFbswxAAAAAElFTkSuQmCC";function ik({onRefresh:t}){let[e,n]=ae(!1);return w("button",{type:"button",class:"weave-refresh",onClick:()=>{t(),n(!0)},onAnimationEnd:()=>n(!1),title:"Refetch everything","aria-busy":e?"true":void 0,children:w("svg",{class:e?"weave-refresh-glyph weave-refresh-spinning":"weave-refresh-glyph",viewBox:"0 0 24 24",width:14,height:14,fill:"none",stroke:"currentColor","stroke-width":2,"stroke-linecap":"round","stroke-linejoin":"round","aria-hidden":"true",children:Qf.map(r=>w("path",{d:r},r))})})}function fp(t){return w("header",{class:"weave-header",children:[w("span",{class:"weave-brand",children:[w("img",{class:"weave-brand-mark",src:`data:${dp};base64,${hp}`,alt:"",width:18,height:18}),"pi-weave"]}),w("button",{type:"button",class:"weave-search",title:tp(t.shortcut),onClick:t.onSearch,children:[w("span",{class:"weave-search-text",children:ep}),w("kbd",{children:t.shortcut})]}),w("span",{class:"weave-summary",children:Vf(t.summary).map(e=>w("span",{class:"weave-summary-part",children:e},e))}),w("button",{type:"button",class:"weave-theme",onClick:t.onTheme,title:t.theme.hint,"aria-label":t.theme.hint,children:t.theme.glyph}),w(ik,{onRefresh:t.onRefresh}),w("span",{class:`weave-conn weave-conn-${t.connection.tone}`,title:t.connection.hint,children:[w("span",{class:"weave-conn-dot","aria-hidden":"true",children:"●"}),t.connection.label]})]})}function ok({group:t}){return w("div",{children:[w("p",{class:"weave-key-group",children:t.title}),t.entries.map(e=>w("div",{class:"weave-key-row",children:[w("kbd",{class:"weave-key-combo",children:e.combo}),w("span",{class:"weave-key-what",children:e.what})]},e.combo))]})}function pp(t){let e=mi(),n=t.shortcut.slice(0,-1);return w("div",{class:"weave-scrim",onClick:t.onClose,children:w("div",{class:"weave-help",role:"dialog","aria-modal":"true","aria-label":ns,tabIndex:-1,ref:e.ref,onClick:r=>r.stopPropagation(),onKeyDown:r=>{e.onKeyDown(r)},children:[w("h2",{class:"weave-help-title",children:ns}),w("div",{class:"weave-keys",children:If(n).map(r=>w(ok,{group:r},r.title))}),w("p",{class:"weave-help-foot",children:[w("button",{type:"button",class:"weave-chip",onClick:t.onClose,children:"close"}),w("span",{class:"weave-help-hint",children:Mf})]})]})})}function gp(t,e){let n=r=>{let i=Nf(Lf(r),e.context());i!==null&&(r.preventDefault(),e.run(i))};return t.addEventListener("keydown",n),()=>t.removeEventListener("keydown",n)}function mp({model:t}){return w("footer",{class:"weave-status",children:[w("span",{class:"weave-status-cwd",title:t.cwd,children:t.cwd}),w("span",{class:"weave-status-sel",title:"the §1.3 context bus — one signal, every column",children:t.selection}),w("span",{class:"weave-status-stamp",title:"data as of",children:Xf(t.stamp)}),w("span",{class:`weave-conn weave-conn-${t.connection.tone}`,title:t.connection.hint,children:t.connection.label})]})}var ls=["system","light","dark"],vp="pi-weave.theme.v1";function ak(t){return t==="system"||t==="light"||t==="dark"}function Mi(t){try{let e=t.getItem(vp);return ak(e)?e:null}catch{return null}}function yp(t,e){try{return t.setItem(vp,e),!0}catch{return!1}}function Gi(t){let e=ls.indexOf(t);return ls[(e+1)%ls.length]??"system"}function wp(t,e){return t==="system"?e:t}function Oi(t){return t==="system"?null:t}var sk={dark:"●",system:"◐",light:"○"};function bp(t){return{glyph:sk[t],hint:`Colour theme: ${t} — click for ${Gi(t)}`}}function xp(t,e){let n=()=>e(t.innerWidth);return t.addEventListener("resize",n),()=>t.removeEventListener("resize",n)}function lk(t){t===null?delete document.documentElement.dataset.weaveTheme:document.documentElement.dataset.weaveTheme=t}function _p(t){let[e,n]=ae(t.initialWidth),[r,i]=ae(null),[o,a]=ae(()=>Tf(localStorage,t.initialWidth)),[s,l]=ae(hn),[u,c]=ae(()=>Mi(localStorage)??"system"),[h,d]=ae(()=>Ar(window)),f=re(null),g=re(null),m=re({layout:o,width:e,overlay:r});m.current={layout:o,width:e,overlay:r};let v=be(()=>Nd({fetch:Tt,select:R=>{bi(Tt,R)},onChange:l}),[]);te(()=>{let R=eh({fetch:Tt,open:pd});return f.current=R,()=>R.stop()},[]);let y=re(!1),b=re(location.hash);te(()=>{y.current&&(Yd(localStorage,Ue.value),history.replaceState(null,"",lp(Ue.value)))},[Ue.value]),te(()=>{if(y.current||Ne.value===null||(y.current=!0,Ue.value!==null))return;let R=sp(b.current,Ne.value);if(R!==null)bi(Tt,R);else{let O=Xd(Ne.value,localStorage);O!==null&&bi(Tt,O)}},[Ne.value]),te(()=>Qd(R=>v.send({type:"loaded",payload:R})),[]),te(()=>Ld(window,()=>xa(v.state())),[]),te(()=>xp(window,n),[]);let[k,_]=ae(()=>Date.now());te(()=>{let R=setInterval(()=>_(Date.now()),Jf);return()=>clearInterval(R)},[]),te(()=>lk(Oi(u)),[u]),te(()=>{yp(localStorage,u)},[u]),te(()=>yl(window,d),[]),te(()=>gp(document,{context:()=>({overlay:m.current.overlay,hasSelection:Ue.value!==null}),run:R=>Df(R,{setOverlay:i,focusSelector:O=>Pf(document,O),fitGraph:()=>g.current?.(),clearSelection:()=>v.send({type:"navigate",id:null}),toggleEdit:()=>v.send({type:"toggle"}),saveNote:()=>v.send({type:"save"}),cycleTheme:()=>c(O=>Gi(O))})}),[]);let L=be(()=>kf(o,e,wf(e)),[o,e]),P=be(()=>cp({layout:()=>m.current.layout,width:()=>m.current.width,setLayout:a,persist:R=>{Af(localStorage,R)}}),[]);return w(Ge,{children:[w(fp,{summary:Kf(Ne.value),connection:is(cn.value),shortcut:as(ss(t.platform)),onRefresh:()=>f.current?.refresh(),onSearch:()=>i("search"),theme:bp(u),onTheme:()=>c(R=>Gi(R))}),w(ap,{resolved:L,onDown:P.onDown,onMove:P.onMove,onUp:P.onUp,onKey:P.onKey,scheme:wp(u,h),bootFailed:Kn.value,graph:Ne.value,note:Vn.value,selectedId:Ue.value,onSelect:R=>v.send({type:"navigate",id:R}),now:k,toolbar:Rd(s),prompt:Ad(s),draft:s.draft,send:v.send,renderer:Xc,storage:localStorage,host:window,fit:g}),w(mp,{model:Yf(t.cwd,Ue.value,cn.value,Ne.value?.model.generatedAt??null)}),r==="search"?w(jd,{graph:Ne.value,onSelect:R=>v.send({type:"navigate",id:R}),onClose:()=>i(null),ports:{fetch:Tt,now:Date.now,delay:(R,O)=>{setTimeout(R,O)}}}):null,r==="help"?w(pp,{shortcut:as(ss(t.platform)),onClose:()=>i(null)}):null]})}var kp=`
|
|
397
|
+
`}strong({tokens:t}){return`<strong>${this.parser.parseInline(t)}</strong>`}em({tokens:t}){return`<em>${this.parser.parseInline(t)}</em>`}codespan({text:t}){return`<code>${qe(t,!0)}</code>`}br(t){return"<br>"}del({tokens:t}){return`<del>${this.parser.parseInline(t)}</del>`}link({href:t,title:e,tokens:n}){let r=this.parser.parseInline(n),i=id(t);if(i===null)return r;t=i;let o='<a href="'+t+'"';return e&&(o+=' title="'+qe(e)+'"'),o+=">"+r+"</a>",o}image({href:t,title:e,text:n,tokens:r}){r&&(n=this.parser.parseInline(r,this.parser.textRenderer));let i=id(t);if(i===null)return qe(n);t=i;let o=`<img src="${t}" alt="${qe(n)}"`;return e&&(o+=` title="${qe(e)}"`),o+=">",o}text(t){return"tokens"in t&&t.tokens?this.parser.parseInline(t.tokens):"escaped"in t&&t.escaped?t.text:qe(t.text)}},Yo=class{strong({text:t}){return t}em({text:t}){return t}codespan({text:t}){return t}del({text:t}){return t}html({text:t}){return t}text({text:t}){return t}link({text:t}){return""+t}image({text:t}){return""+t}br(){return""}checkbox({raw:t}){return t}},Ue=class Uo{options;renderer;textRenderer;constructor(e){this.options=e||Ct,this.options.renderer=this.options.renderer||new Br,this.renderer=this.options.renderer,this.renderer.options=this.options,this.renderer.parser=this,this.textRenderer=new Yo}static parse(e,n){return new Uo(n).parse(e)}static parseInline(e,n){return new Uo(n).parseInline(e)}parse(e){this.renderer.parser=this;let n="";for(let r=0;r<e.length;r++){let i=e[r];if(this.options.extensions?.renderers?.[i.type]){let a=i,s=this.options.extensions.renderers[a.type].call({parser:this},a);if(s!==!1||!["space","hr","heading","code","table","blockquote","list","checkbox","html","def","paragraph","text"].includes(a.type)){n+=s||"";continue}}let o=i;switch(o.type){case"space":{n+=this.renderer.space(o);break}case"hr":{n+=this.renderer.hr(o);break}case"heading":{n+=this.renderer.heading(o);break}case"code":{n+=this.renderer.code(o);break}case"table":{n+=this.renderer.table(o);break}case"blockquote":{n+=this.renderer.blockquote(o);break}case"list":{n+=this.renderer.list(o);break}case"checkbox":{n+=this.renderer.checkbox(o);break}case"html":{n+=this.renderer.html(o);break}case"def":{n+=this.renderer.def(o);break}case"paragraph":{n+=this.renderer.paragraph(o);break}case"text":{n+=this.renderer.text(o);break}default:{let a='Token with "'+o.type+'" type was not found.';if(this.options.silent)return console.error(a),"";throw new Error(a)}}}return n}parseInline(e,n=this.renderer){this.renderer.parser=this;let r="";for(let i=0;i<e.length;i++){let o=e[i];if(this.options.extensions?.renderers?.[o.type]){let s=this.options.extensions.renderers[o.type].call({parser:this},o);if(s!==!1||!["escape","html","link","image","checkbox","strong","em","codespan","br","del","text"].includes(o.type)){r+=s||"";continue}}let a=o;switch(a.type){case"escape":{r+=n.text(a);break}case"html":{r+=n.html(a);break}case"link":{r+=n.link(a);break}case"image":{r+=n.image(a);break}case"checkbox":{r+=n.checkbox(a);break}case"strong":{r+=n.strong(a);break}case"em":{r+=n.em(a);break}case"codespan":{r+=n.codespan(a);break}case"br":{r+=n.br(a);break}case"del":{r+=n.del(a);break}case"text":{r+=n.text(a);break}default:{let s='Token with "'+a.type+'" type was not found.';if(this.options.silent)return console.error(s),"";throw new Error(s)}}}return r}},Tn=class{options;block;constructor(t){this.options=t||Ct}static passThroughHooks=new Set(["preprocess","postprocess","processAllTokens","emStrongMask"]);static passThroughHooksRespectAsync=new Set(["preprocess","postprocess","processAllTokens"]);preprocess(t){return t}postprocess(t){return t}processAllTokens(t){return t}emStrongMask(t){return t}provideLexer(t=this.block){return t?$e.lex:$e.lexInline}provideParser(t=this.block){return t?Ue.parse:Ue.parseInline}},Zo=class{defaults=Ho();options=this.setOptions;parse=this.parseMarkdown(!0);parseInline=this.parseMarkdown(!1);Parser=Ue;Renderer=Br;TextRenderer=Yo;Lexer=$e;Tokenizer=Hr;Hooks=Tn;constructor(...t){this.use(...t)}walkTokens(t,e){let n=[];for(let r of t)switch(n=n.concat(e.call(this,r)),r.type){case"table":{let i=r;for(let o of i.header)n=n.concat(this.walkTokens(o.tokens,e));for(let o of i.rows)for(let a of o)n=n.concat(this.walkTokens(a.tokens,e));break}case"list":{let i=r;n=n.concat(this.walkTokens(i.items,e));break}default:{let i=r;this.defaults.extensions?.childTokens?.[i.type]?this.defaults.extensions.childTokens[i.type].forEach(o=>{let a=i[o].flat(1/0);n=n.concat(this.walkTokens(a,e))}):i.tokens&&(n=n.concat(this.walkTokens(i.tokens,e)))}}return n}use(...t){let e=this.defaults.extensions||{renderers:{},childTokens:{}};return t.forEach(n=>{let r={...n};if(r.async=this.defaults.async||r.async||!1,n.extensions&&(n.extensions.forEach(i=>{if(!i.name)throw new Error("extension name required");if("renderer"in i){let o=e.renderers[i.name];o?e.renderers[i.name]=function(...a){let s=i.renderer.apply(this,a);return s===!1&&(s=o.apply(this,a)),s}:e.renderers[i.name]=i.renderer}if("tokenizer"in i){if(!i.level||i.level!=="block"&&i.level!=="inline")throw new Error("extension level must be 'block' or 'inline'");let o=e[i.level];o?o.unshift(i.tokenizer):e[i.level]=[i.tokenizer],i.start&&(i.level==="block"?e.startBlock?e.startBlock.push(i.start):e.startBlock=[i.start]:i.level==="inline"&&(e.startInline?e.startInline.push(i.start):e.startInline=[i.start]))}"childTokens"in i&&i.childTokens&&(e.childTokens[i.name]=i.childTokens)}),r.extensions=e),n.renderer){let i=this.defaults.renderer||new Br(this.defaults);for(let o in n.renderer){if(!(o in i))throw new Error(`renderer '${o}' does not exist`);if(["options","parser"].includes(o))continue;let a=o,s=n.renderer[a],l=i[a];i[a]=(...u)=>{let d=s.apply(i,u);return d===!1&&(d=l.apply(i,u)),d||""}}r.renderer=i}if(n.tokenizer){let i=this.defaults.tokenizer||new Hr(this.defaults);for(let o in n.tokenizer){if(!(o in i))throw new Error(`tokenizer '${o}' does not exist`);if(["options","rules","lexer"].includes(o))continue;let a=o,s=n.tokenizer[a],l=i[a];i[a]=(...u)=>{let d=s.apply(i,u);return d===!1&&(d=l.apply(i,u)),d}}r.tokenizer=i}if(n.hooks){let i=this.defaults.hooks||new Tn;for(let o in n.hooks){if(!(o in i))throw new Error(`hook '${o}' does not exist`);if(["options","block"].includes(o))continue;let a=o,s=n.hooks[a],l=i[a];Tn.passThroughHooks.has(o)?i[a]=u=>{if(this.defaults.async&&Tn.passThroughHooksRespectAsync.has(o))return(async()=>{let h=await s.call(i,u);return l.call(i,h)})();let d=s.call(i,u);return l.call(i,d)}:i[a]=(...u)=>{if(this.defaults.async)return(async()=>{let h=await s.apply(i,u);return h===!1&&(h=await l.apply(i,u)),h})();let d=s.apply(i,u);return d===!1&&(d=l.apply(i,u)),d}}r.hooks=i}if(n.walkTokens){let i=this.defaults.walkTokens,o=n.walkTokens;r.walkTokens=function(a){let s=[];return s.push(o.call(this,a)),i&&(s=s.concat(i.call(this,a))),s}}this.defaults={...this.defaults,...r}}),this}setOptions(t){return this.defaults={...this.defaults,...t},this}lexer(t,e){return $e.lex(t,e??this.defaults)}parser(t,e){return Ue.parse(t,e??this.defaults)}parseMarkdown(t){return(e,n)=>{let r={...n},i={...this.defaults,...r},o=this.onError(!!i.silent,!!i.async);if(this.defaults.async===!0&&r.async===!1)return o(new Error("marked(): The async option was set to true by an extension. Remove async: false from the parse options object to return a Promise."));if(typeof e>"u"||e===null)return o(new Error("marked(): input parameter is undefined or null"));if(typeof e!="string")return o(new Error("marked(): input parameter is of type "+Object.prototype.toString.call(e)+", string expected"));if(i.hooks&&(i.hooks.options=i,i.hooks.block=t),i.async)return(async()=>{let a=i.hooks?await i.hooks.preprocess(e):e,s=await(i.hooks?await i.hooks.provideLexer(t):t?$e.lex:$e.lexInline)(a,i),l=i.hooks?await i.hooks.processAllTokens(s):s;i.walkTokens&&await Promise.all(this.walkTokens(l,i.walkTokens));let u=await(i.hooks?await i.hooks.provideParser(t):t?Ue.parse:Ue.parseInline)(l,i);return i.hooks?await i.hooks.postprocess(u):u})().catch(o);try{i.hooks&&(e=i.hooks.preprocess(e));let a=(i.hooks?i.hooks.provideLexer(t):t?$e.lex:$e.lexInline)(e,i);i.hooks&&(a=i.hooks.processAllTokens(a)),i.walkTokens&&this.walkTokens(a,i.walkTokens);let s=(i.hooks?i.hooks.provideParser(t):t?Ue.parse:Ue.parseInline)(a,i);return i.hooks&&(s=i.hooks.postprocess(s)),s}catch(a){return o(a)}}}onError(t,e){return n=>{if(n.message+=`
|
|
398
|
+
Please report this to https://github.com/markedjs/marked.`,t){let r="<p>An error occurred:</p><pre>"+qe(n.message+"",!0)+"</pre>";return e?Promise.resolve(r):r}if(e)return Promise.reject(n);throw n}}},Rt=new Zo;function V(t,e){return Rt.parse(t,e)}V.options=V.setOptions=function(t){return Rt.setOptions(t),V.defaults=Rt.defaults,ld(V.defaults),V};V.getDefaults=Ho;V.defaults=Ct;function nw(...t){return Rt.use(...t),V.defaults=Rt.defaults,ld(V.defaults),V}V.use=nw;V.walkTokens=function(t,e){return Rt.walkTokens(t,e)};V.parseInline=Rt.parseInline;V.Parser=Ue;V.parser=Ue.parse;V.Renderer=Br;V.TextRenderer=Yo;V.Lexer=$e;V.lexer=$e.lex;V.Tokenizer=Hr;V.Hooks=Tn;V.parse=V;var yk=V.options,wk=V.setOptions,bk=V.walkTokens,xk=V.parseInline;var _k=Ue.parse,kk=$e.lex;var wd={"&":"&","<":"<",">":">",'"':""","'":"'"},rw=new RegExp(`[${Object.keys(wd).join("")}]`,"g");function He(t){return t.replace(rw,e=>wd[e])}var iw=["http:","https:","mailto:"],ow=/^[a-z][a-z0-9+.-]*:/i,aw=/[\u0000-\u0020\u00a0\u1680\u180e\u2000-\u2029\u205f\u3000]/g;function yd(t){let e=t.replace(aw,""),n=ow.exec(e);return n===null?e===""?null:t:iw.includes(n[0].toLowerCase())?t:null}var ht="data-weave-target",Kr="note:",sw={bySpelling:new Map,hasGhosts:!1};function lw(t){if(t.kind!=="note"||!t.id.startsWith(Kr))return null;let e=t.id.slice(Kr.length);return e===""?null:e}function bd(t,e){if(t===null)return sw;let n=new Map;for(let i of t.model.nodes){let o=lw(i);if(o!==null)for(let a of[o,i.label])n.set(a,o),n.set(a.toLowerCase(),o)}let r=e!==null&&(t.dangling[e]?.length??0)>0;return{bySpelling:n,hasGhosts:r}}function uw(t,e){let n=e.trim();return t.bySpelling.get(n)??t.bySpelling.get(n.toLowerCase())??null}function cw(t){return t.hasGhosts}var dw=/^\[\[([^\][|]+)(?:\|([^\]]*))?\]\]/;function hw(t){let e=t.indexOf("[[");return e===-1?void 0:e}function fw(t){return{name:"wikilink",level:"inline",start:hw,tokenizer(e){return gw(e)},renderer(e){return pw(t,e)}}}function pw(t,e){let n=typeof e.target=="string"?e.target:"",r=typeof e.alias=="string"?e.alias:"";return mw(t,n,r)}function gw(t){let e=dw.exec(t);if(e!==null)return{type:"wikilink",raw:e[0],target:e[1],alias:e[2]??""}}function mw(t,e,n){let r=He((n===""?e:n).trim());if(r==="")return"";let i=uw(t,e);return i!==null?`<a class="weave-wiki" ${ht}="${He(i)}" role="link" tabindex="0" title="${He(e.trim())}">${r}</a>`:cw(t)?`<span class="weave-wiki weave-wiki-ghost" title="no note named ${He(e.trim())}">${r}</span>`:r}function vw(t){return new Zo({gfm:!0,async:!1,extensions:[fw(t)],renderer:{html({text:e}){return He(e)},link({href:e,title:n,tokens:r}){let i=yd(e),o=this.parser.parseInline(r);return`<a${[i===null?"":` href="${He(i)}"`,n==null||n===""?"":` title="${He(n)}"`,i===null?"":' rel="noreferrer noopener" target="_blank"'].join("")}>${o}</a>`},image({href:e,title:n,text:r}){let i=yd(e);if(i===null)return He(r);let o=n==null||n===""?"":` title="${He(n)}"`;return`<img src="${He(i)}" alt="${He(r)}"${o}>`}}})}function yw(t,e){return vw(e).parse(t,{async:!1})}function Cn(t){return Object.freeze(t)}var ww=Cn({ALLOWED_TAGS:Cn(["p","br","hr","h1","h2","h3","h4","h5","h6","em","strong","del","code","pre","blockquote","ul","ol","li","a","span","img","table","thead","tbody","tr","th","td","input"]),ALLOWED_ATTR:Cn(["href","src","alt","title","class","role","tabindex","colspan","rowspan","align","type","checked","disabled","start",ht]),ADD_URI_SAFE_ATTR:Cn([ht]),ALLOW_DATA_ATTR:!1,ALLOW_ARIA_ATTR:!1,ALLOW_UNKNOWN_PROTOCOLS:!1,USE_PROFILES:Cn({html:!0})});function xd(t,e,n){return t.sanitize(yw(e,n),ww)}var _d=32;function Xo(t){let e=t;for(let n=0;e!==null&&n<_d;n++){let r=e.getAttribute(ht);if(r!==null&&r!=="")return`${Kr}${r}`;e=e.parentElement}return null}function kd(t){if(!t||t.isCollapsed===!0)return!1;let e=t.toString;return(typeof e=="function"&&e!==Object.prototype.toString?e.call(t):"").length>0}var Ed="edited",Sd="created";function Td(t,e){return{title:t.title,slug:t.slug,provenance:t.source,provenanceGlyph:Et(t.source),provenanceTitle:Wt(t.source),updated:vn(t.updated,e),updatedIso:t.updated,created:vn(t.created,e),createdIso:t.created,tags:t.tags}}function Ad(t){return`#${t}`}var bw=200,xw=8,_w="no note",Qo="weave-preview";function Jo(t){let e=t;for(let n=0;e!==null&&n<_d;n++){let r=e.getAttribute(ht);if(r!==null&&r!=="")return{slug:r,text:(e.textContent??"").trim()};if((e.className??"").split(/\s+/).includes("weave-wiki-ghost"))return{slug:null,text:(e.textContent??"").trim()};e=e.parentElement}return null}function kw(t){return t.replace(/```[\s\S]*?(?:```|$)/g," ").replace(/~~~[\s\S]*?(?:~~~|$)/g," ").replace(/`([^`]*)`/g,"$1").replace(/!\[([^\]]*)\]\([^)]*\)/g,"$1").replace(/\[([^\]]*)\]\([^)]*\)/g,"$1").replace(/\[\[([^\]|]*)(?:\|([^\]]*))?\]\]/g,(e,n,r)=>r??n).replace(/<[^>]*>/g," ").replace(/^\s{0,3}#{1,6}\s+/gm,"").replace(/^\s{0,3}>\s?/gm,"").replace(/^\s{0,3}([-*_][ \t]?){3,}$/gm," ").replace(/^\s{0,3}[-*+]\s+/gm,"").replace(/^\s{0,3}\d+[.)]\s+/gm,"").replace(/[*_~]{1,3}([^*_~]*)[*_~]{1,3}/g,"$1").replace(/\s+/g," ").trim()}function Ew(t,e=bw){let n=kw(t);if(n.length<=e)return n;let r=n.lastIndexOf(" ",e);return`${r>0?n.slice(0,r):n.slice(0,e)}…`}function Rd(t,e){if(e.slug===null){let i=e.text===""?"this link":e.text;return{ghost:!0,title:i,kind:_w,text:`no note named “${i}” yet`}}let n=t?.model.nodes.find(i=>i.id===`note:${e.slug}`&&i.kind==="note");if(n===void 0)return null;let r=n.provenance===null?n.kind:`${n.kind} · ${Wt(n.provenance)}`;return{ghost:!1,title:n.label,kind:r,text:Ew(n.detail.preview??"")}}function Cd(t,e,n,r,i,o,a=xw){let s=t+a,l=e+a;return s+n>i-a&&(s=t-a-n),l+r>o-a&&(l=e-a-r),s=Math.min(Math.max(s,a),Math.max(a,i-a-n)),l=Math.min(Math.max(l,a),Math.max(a,o-a-r)),{x:s,y:l}}var Vr={anchor:null,pointerX:0,pointerY:0};function Nd(t,e){switch(e.type){case"show":return e.anchor.slug===null&&e.anchor.text===""?t:{anchor:e.anchor,pointerX:e.x,pointerY:e.y};case"hide":return t.anchor===null?t:Vr;case"dismiss":return Vr}}function Ld(t,e){return e!==null?null:t===null?"Nothing open — search with ⌘K, or walk the tree with j and k.":t.startsWith(Kr)?"Loading…":"This node has no note body — see the context rail for what it connects to."}var Sw="weave-preview-x",Tw="weave-preview-y";function Aw({view:t,open:e}){return x("header",{class:"weave-note-head",children:[x("h3",{class:"weave-note-title",children:t.title}),x("p",{class:"weave-note-meta",children:[x("button",{type:"button",class:"weave-note-open",title:"Open in $EDITOR","aria-label":"Open in $EDITOR",onClick:e,children:x("span",{class:"weave-note-open-mark","aria-hidden":"true",children:"↗"})}),x("span",{class:`weave-prov weave-prov-${t.provenance}`,title:t.provenanceTitle,children:[t.provenanceGlyph," ",t.provenance]}),x("span",{class:"weave-note-time",title:t.updatedIso,children:[Ed," ",t.updated]}),x("span",{class:"weave-note-time",title:t.createdIso,children:[Sd," ",t.created]})]}),x("p",{class:"weave-note-tags",children:t.tags.map(n=>x("span",{class:"weave-tag",children:Ad(n)},n))})]})}function Pd(t){let e=t.note?.note??null,n=Ld(t.selectedId,e),r=vt(()=>e===null?null:bd(t.graph,e.slug),[e,t.graph]),i=vt(()=>e===null||r===null?"":xd(ed,e.body,r),[e,r]),[o,a]=he(Vr),s=c=>{a(f=>Nd(f,c))},l=re(null),u=re(null),d=o.anchor===null?null:Rd(t.graph,o.anchor);if(Si(()=>{s({type:"hide"})},[e===null?null:e.slug]),Si(()=>{let c=l.current;if(c!==null){let v=o.anchor?.slug??null;for(let m of c.querySelectorAll(`a[${ht}]`))v!==null&&m.getAttribute(ht)===v?m.setAttribute("aria-describedby",Qo):m.removeAttribute("aria-describedby")}let f=u.current;if(f===null||d===null)return;let g=Cd(o.pointerX,o.pointerY,f.offsetWidth,f.offsetHeight,window.innerWidth,window.innerHeight);f.style.setProperty(`--${Sw}`,`${g.x}px`),f.style.setProperty(`--${Tw}`,`${g.y}px`)},[o,d]),e===null||r===null)return x("p",{class:"weave-note-empty",children:n});let h=Td(e,t.now);return x("article",{class:`weave-note weave-note-${h.provenance}`,children:[x(Aw,{view:h,open:()=>t.onOpen(e.slug)}),x("div",{ref:l,class:"weave-note-body",tabIndex:-1,onMouseOver:c=>{let f=Jo(c.target);s(f!==null?{type:"show",anchor:f,x:c.clientX,y:c.clientY}:{type:"hide"})},onMouseLeave:()=>s({type:"hide"}),onFocus:c=>{let f=Jo(c.target);if(f===null)return;let g=c.target.getBoundingClientRect?.();s({type:"show",anchor:f,x:g?.left??0,y:g?.bottom??0})},onBlur:()=>s({type:"hide"}),onClick:c=>{let f=typeof window<"u"&&typeof window.getSelection=="function"?window.getSelection():null;if(kd(f))return;let g=Xo(c.target);if(g!==null){t.onSelect(g);return}},onKeyDown:c=>{if(c.key==="Escape"&&o.anchor!==null){c.stopPropagation(),s({type:"dismiss"});return}if(c.key!=="Enter"&&c.key!==" ")return;let f=Xo(c.target);f!==null&&(c.preventDefault(),t.onSelect(f))},dangerouslySetInnerHTML:{__html:i}}),d===null?null:x("div",{ref:u,id:Qo,role:"tooltip",class:`weave-preview${d.ghost?" weave-preview-ghost":""}`,children:[x("span",{class:"weave-preview-kind",children:d.kind}),x("span",{class:"weave-preview-title",children:d.title}),d.text===""?null:x("p",{class:"weave-preview-text",children:d.text})]})]},e.slug)}var Rw={notes:0,repo:null,nodes:0},Cw=["note"];function Dd(t){if(t===null)return Rw;let e=t.model.nodes;return{notes:e.filter(n=>Cw.includes(n.kind)).length,repo:t.model.staleness?.state??null,nodes:e.length}}function Nw(t){return t===null||t==="missing"?"unindexed":t}function Id(t){return[`vault:${t.notes}`,`repo:${Nw(t.repo)}`,`${t.nodes} nodes`]}var Lw={tree:{title:"Tree"},note:{title:"Note"},graph:{title:"Graph"}};function Gd(t){return Lw[t]}var ea={title:"Context"},Md="—";function Od(t,e,n){return{cwd:t===""?Md:t,selection:e??"nothing selected",stamp:n}}function Fd(t){return t===null?Md:/T(\d{2}:\d{2}:\d{2})/.exec(t)?.[1]??t}var zd=["M21 12a9 9 0 1 1-2.64-6.36","M21 3v6h-6"],$d=6e4,Ud="Search…";function ta(t){return t?"⌘K":"Ctrl K"}function Hd(t){return`Search notes and repository (${t})`}function na(t){return/mac|iphone|ipad/i.test(t)}var Pw={k:{type:"openSearch"}},Bd={1:"tree",2:"note",3:"graph"},Dw=new Set(["tree","graph"]);function Iw(t){return t.ctrl!==t.meta&&!t.alt&&!t.shift}function Gw(t){return!t.ctrl&&!t.meta&&!t.alt}var Mw={"/":{type:"filterTree"},g:{type:"fitGraph"},"?":{type:"openHelp"},t:{type:"cycleTheme"}};function Wd(t,e){if(e.overlay!==null)return t.key==="Escape"?{type:"closeOverlay"}:null;if(Iw(t)){let n=Pw[t.key.toLowerCase()];if(n!==void 0)return n;let r=Bd[t.key];return r===void 0?null:{type:"focusColumn",column:r}}return t.key==="Escape"?e.hasSelection?{type:"clearSelection"}:null:!Gw(t)||t.typing?null:Mw[t.key]??null}var Ow=["INPUT","TEXTAREA","SELECT"];function ra(t,e){return e?!0:t!==null&&Ow.includes(t.toUpperCase())}function Kd(t){return{key:t.key,ctrl:t.ctrlKey,meta:t.metaKey,shift:t.shiftKey,alt:t.altKey,typing:ra(t.target?.tagName??null,t.target?.isContentEditable===!0)}}var Fw={tree:".weave-col-tree .weave-rows",note:".weave-col-note .weave-note-body",graph:".weave-col-graph .weave-graph-canvas"},zw=".weave-col-tree .weave-filter";function $w(t){let e=t;return typeof e?.focus=="function"?e:null}function Vd(t,e){let n=$w(t.querySelector(e));return n===null?!1:(n.focus(),!0)}function jd(t,e){switch(t.type){case"openSearch":return e.setOverlay("search");case"openHelp":return e.setOverlay("help");case"closeOverlay":return e.setOverlay(null);case"focusColumn":return void e.focusSelector(Fw[t.column]);case"filterTree":return void e.focusSelector(zw);case"fitGraph":return e.fitGraph();case"clearSelection":return e.clearSelection();case"cycleTheme":return e.cycleTheme()}}function qd(t){return[{title:"Global",entries:[{combo:`${t}K`,what:"Search notes and the repository"},...Object.entries(Bd).map(([e,n])=>({combo:`${t}${e}`,what:`Focus the ${n} column${Dw.has(n)?" (when on screen)":""}`})),{combo:"?",what:"This help"},{combo:"t",what:"Cycle the colour theme (system / light / dark)"},{combo:"Esc",what:"Clear the selection, or close an overlay"}]},{title:"Tree",entries:[{combo:"/",what:"Filter the tree"},{combo:"j / ↓",what:"Next row"},{combo:"k / ↑",what:"Previous row"},{combo:"→",what:"Expand, or step into"},{combo:"←",what:"Collapse, or step out"},{combo:"Home / End",what:"First / last row"}]},{title:"Graph",entries:[{combo:"g",what:"Fit the whole graph"}]},{title:"Search",entries:[{combo:"↑ / ↓",what:"Move through results"},{combo:"↵",what:"Open the highlighted result"},{combo:"Esc",what:"Close the palette"}]}]}var ia="Keyboard shortcuts",Yd="esc close";var Zd={chevron:{d:["M5.75 4.25 9.5 8l-3.75 3.75"],filled:!1},vault:{d:["M8 2.6 13.4 8 8 13.4 2.6 8Z"],filled:!0},note:{d:["M4.5 2.75h4.75l2.25 2.25v8.25h-7Z","M9.25 2.75V5h2.25"],filled:!1},repository:{d:["M2.75 4.25h10.5v7.5H2.75Z","M2.75 6.75h10.5"],filled:!1},module:{d:["M2.75 4.25h4l1.5 1.75h5v5.75h-10.5Z"],filled:!1},package:{d:["M8 2.5 13.25 5v6L8 13.5 2.75 11V5Z","M2.75 5 8 7.5 13.25 5","M8 7.5v6"],filled:!1},entryPoint:{d:["M5.75 3.75v8.5L12.75 8Z"],filled:!0},gitState:{d:["M8 2.85 13.15 8 8 13.15 2.85 8Z"],filled:!1},external:{d:["M4.5 11.5l7-7","M6.75 4.5h4.75v4.75"],filled:!1},file:{d:["M4.5 2.75h7v10.5h-7Z"],filled:!1}};function Nn({name:t,class:e}){let n=Zd[t];return x("svg",{class:e,width:16,height:16,viewBox:`0 0 ${16} ${16}`,fill:n.filled?"currentColor":"none",stroke:n.filled?void 0:"currentColor","stroke-width":n.filled?void 0:n.width??1.5,"stroke-linecap":"round","stroke-linejoin":"round","aria-hidden":"true",children:n.d.map(r=>x("path",{d:r}))})}function Hw({view:t,recentIds:e,onSelect:n,onToggle:r}){return x("li",{id:t.domId,"data-row-id":t.id,class:`weave-row weave-row-${t.kind}${t.selected?" weave-row-on":""}${e.has(t.id)?" weave-row-new":""}`,role:"treeitem","aria-level":t.level,"aria-posinset":t.posinset,"aria-setsize":t.setsize,"aria-selected":t.selected,"aria-expanded":t.hasKids?t.expanded:void 0,style:vu(t.depth),onClick:n,children:[x("span",{class:"weave-twisty","aria-hidden":"true",onClick:i=>{i.stopPropagation(),r()},children:t.hasKids?x(Nn,{name:"chevron",class:t.expanded?"weave-icon weave-icon-open":"weave-icon"}):null}),x("span",{class:"weave-kind","aria-hidden":"true",children:x(Nn,{name:t.kindIcon,class:"weave-icon"})}),x("span",{class:`weave-prov weave-prov-${t.provenance??"none"}`,title:t.provenanceTitle,children:t.provenanceGlyph}),x("span",{class:"weave-label",children:t.label}),x("span",{class:"weave-meta",children:t.meta})]})}function Xd(t){let[e,n]=he(lu),r=uu(t.graph,e),i=Su(t.graph,r,e);return x("div",{class:"weave-tree",onKeyDown:o=>{let a=o.target,s=fu(r,e,t.selectedId,o.key,ra(a?.tagName??null,a?.isContentEditable===!0));s.handled&&(o.preventDefault(),n(s.state),s.selectedId!==null&&t.onSelect(s.selectedId))},children:[x("div",{class:"weave-tree-controls",children:[x("input",{type:"search",class:"weave-filter",value:e.query,placeholder:xu,"aria-label":ku,title:Eu,onInput:o=>n(cu(e,o.currentTarget.value))}),x("button",{type:"button",class:"weave-chip",title:yu(e.provFilter),onClick:()=>n(du(e)),children:["◧ ",Tr(e.provFilter)]}),x("button",{type:"button",class:"weave-chip",title:bu(e.showInternals),onClick:()=>n(hu(e)),children:["◧ ",wu(e.showInternals)]})]}),i===null?x("ul",{class:"weave-rows",role:"tree",tabIndex:0,"aria-label":_u,"aria-activedescendant":mu(r,t.selectedId)??void 0,children:gu(r,t.selectedId,t.now).map(o=>x(Hw,{view:o,recentIds:t.recentIds,onSelect:()=>{t.onSelect(o.id),o.hasKids&&n(a=>yo(a,o.id))},onToggle:()=>n(yo(e,o.id))},o.id))}):x("p",{class:"weave-tree-empty",children:i}),x("p",{class:"weave-tree-count",children:Tu(r)})]})}var Ln={links:"LINKS",backlinks:"BACKLINKS",tags:"TAGS",mentions:"MENTIONS"};function Yr(t,e,n){return{id:t,target:e.id,label:Te(e),kind:e.kind,kindIcon:wo(e.kind),provenance:e.provenance,provenanceGlyph:Et(e.provenance),provenanceTitle:Wt(e.provenance),selected:e.id===n}}function Bw(t,e,n){let r=t.target;if(r===void 0)return null;let i=e.get(r);return i===void 0?null:Yr(t.id,i,n)}function Ww(t){let e=new Map;for(let n of t.nodes)e.set(n.id,n);return e}var Kw=["link:links-to:"];function Vw(t){return Kw.some(e=>t.id.startsWith(e))}function jw(t){return t.id.startsWith("link:mentions:")}function qw(t,e,n,r){let i=[];for(let[o,a]of Object.entries(t.tags)){if(!a.includes(e))continue;let s=[];for(let l of a){if(l===e)continue;let u=n.get(`note:${l}`);u!==void 0&&s.push(Yr(`tag:${o}:${l}`,u,r))}i.push({tag:o,count:a.length,siblings:s})}return i}function Yw(t,e,n,r){let i=[];for(let o of t.edges){if(o.kind!=="mentions"||o.target!==e)continue;let a=n.get(o.source);a!==void 0&&i.push(Yr(`mentioned-by:${o.source}`,a,r))}return i}function Zw(t){if(!t.startsWith("note:"))return null;let e=t.slice(5);return e===""?null:e}var qr={loading:"Loading…",noSelection:"Select anything to see what it connects to.",unknown:"This node is not in the current graph.",isolated:"Nothing links to or from this yet."};function oa(t){return{subject:null,groups:[],tags:[],tagsCount:0,empty:t}}function Qd(t,e){if(t===null)return oa(qr.loading);if(e===null)return oa(qr.noSelection);let n=kt(t),r=fo(n,e);if(r===null)return oa(qr.unknown);let i=Ww(n),o=[],a=(h,c)=>{c.length>0&&o.push({heading:h,count:c.length,rows:c})},s=h=>h.map(c=>Bw(c,i,e)).filter(c=>c!==null);a(Ln.links,s(r.links.filter(Vw)));let l=go(n.edges).get(e)??[];a(Ln.backlinks,l.map(h=>i.get(h)).filter(h=>h!==void 0).map(h=>Yr(`backlink:${h.id}`,h,e))),a(Ln.mentions,[...s(r.links.filter(jw)),...Yw(n,e,i,e)]);let u=Zw(e),d=u===null?[]:qw(t,u,i,e);return o.length===0&&d.length===0?{subject:r.label,groups:[],tags:[],tagsCount:0,empty:qr.isolated}:{subject:r.label,groups:o,tags:d,tagsCount:d.length,empty:null}}function Jd(){return{open:new Set,closed:new Set}}var Xw=8;function eh(t,e,n,r){return r?!1:t.closed.has(e)?!0:t.open.has(e)?!1:n>Xw}function Qw(t){return t.some(e=>e.selected)}function th(t,e){let n=eh(e,t.heading,t.count,Qw(t.rows));return{heading:t.heading,count:t.count,collapsed:n,rows:n?[]:t.rows}}function nh(t,e){let n=eh(e,Ln.tags,t.length,t.some(r=>r.siblings.some(i=>i.selected)));return{heading:Ln.tags,count:t.length,collapsed:n,rows:[]}}function rh(t,e,n){let r=new Set(t.open),i=new Set(t.closed);return n?(r.add(e),i.delete(e)):(i.add(e),r.delete(e)),{open:r,closed:i}}function Zr(t){return`weave-ctx-panel-${t.toLowerCase()}`}function ih({row:t,onSelect:e}){return x("li",{class:`weave-ctx-row${t.selected?" weave-row-on":""}`,children:x("button",{type:"button",class:"weave-ctx-link",onClick:e,children:[x("span",{class:"weave-kind","aria-hidden":"true",children:x(Nn,{name:t.kindIcon,class:"weave-icon"})}),x("span",{class:`weave-prov weave-prov-${t.provenance??"none"}`,title:t.provenanceTitle,children:t.provenanceGlyph}),x("span",{class:"weave-label",children:t.label})]})})}function oh({view:t,onToggle:e}){return x("h4",{class:"weave-ctx-head",children:x("button",{type:"button",class:"weave-ctx-heading","aria-expanded":!t.collapsed,"aria-controls":Zr(t.heading),onClick:e,children:[x("span",{class:"weave-ctx-chevron","aria-hidden":"true",children:x(Nn,{name:"chevron",class:t.collapsed?"weave-icon":"weave-icon weave-icon-open"})}),t.heading,x("span",{class:"weave-ctx-count",children:t.count})]})})}function Jw({view:t,onSelect:e,onToggle:n}){return x("section",{class:"weave-ctx-group",children:[x(oh,{view:t,onToggle:n}),x("ul",{class:"weave-ctx-rows",id:Zr(t.heading),hidden:t.collapsed,children:t.rows.map(r=>x(ih,{row:r,onSelect:()=>e(r.target)},r.id))})]})}function eb({tag:t,onSelect:e}){return x("li",{class:"weave-ctx-tag",children:[x("span",{class:"weave-tag",children:["#",t.tag]}),x("ul",{class:"weave-ctx-rows",children:t.siblings.map(n=>x(ih,{row:n,onSelect:()=>e(n.target)},n.id))})]})}function ah(t){let e=Qd(t.graph,t.selectedId),[n,r]=he(Jd),i=a=>()=>r(rh(n,a.heading,a.collapsed)),o=nh(e.tags,n);return x("div",{class:"weave-rail","aria-label":ea.title,children:[x("h2",{class:"weave-col-title",children:ea.title}),e.empty===null?null:x("p",{class:"weave-ctx-empty",children:e.empty}),e.groups.map(a=>{let s=th(a,n);return x(Jw,{view:s,onSelect:t.onSelect,onToggle:i(s)},a.heading)}),e.tags.length===0?null:x("section",{class:"weave-ctx-group",children:[x(oh,{view:o,onToggle:i(o)}),x("ul",{class:"weave-ctx-tags",id:Zr(o.heading),hidden:o.collapsed,children:e.tags.map(a=>x(eb,{tag:a,onSelect:t.onSelect},a.tag))})]})]})}function aa({id:t,props:e}){let n=Gd(t);return x("section",{class:`weave-col weave-col-${t}`,"aria-label":n.title,children:[x("h2",{class:"weave-col-title",children:n.title}),t==="tree"?x(Xd,{graph:e.graph,selectedId:e.selectedId,recentIds:e.recentIds,onSelect:e.onSelect,now:e.now}):null,t==="note"?x(Pd,{note:e.note,graph:e.graph,selectedId:e.selectedId,onSelect:e.onSelect,now:e.now,onOpen:e.onOpen}):null,t==="graph"?x(Ic,{graph:e.graph,selectedId:e.selectedId,onSelect:e.onSelect,renderer:e.renderer,storage:e.storage,host:e.host,scheme:e.scheme,bootFailed:e.bootFailed,fit:e.fit}):null,t==="graph"?x(ah,{graph:e.graph,selectedId:e.selectedId,onSelect:e.onSelect}):null]})}function sh(t){return x("div",{class:"weave-grid",children:[x(aa,{id:"tree",props:t}),x(aa,{id:"note",props:t}),x(aa,{id:"graph",props:t})]})}function tb(t){if(t===""||t==="#")return null;let e=t.slice(1),n=/^note[/:](.+)$/.exec(e);return n===null?null:`note:${n[1]}`}function lh(t,e){let n=tb(t);return n===null||e===null?null:e.model.nodes.some(r=>r.id===n)?n:null}function uh(t){let e=t===null?null:t.startsWith("note:")?t.slice(5):null;return e===null||e===""?"":`#note/${e}`}var ch="image/png",dh="iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAMKADAAQAAAABAAAAMAAAAADbN2wMAAALxElEQVRoBe1ZCXCU1R3/f+d+u5s9sleyOUlICBAMkQQQgpqBKqAoFQZFEYwWUAShjsco7dg4njRtPQcoXhSxWMGCimIYj1QqeICAcoQrd0iy2c1+u/vdZ9+m0xnFVCKw0+kMb+fb7/vevnnv//v/f//jvQVIYWtsbCn47uTJ3BQuAXgqJzdRM9CVyjVSCkACCUBIpfgAZCqnl5D8GJ5aBCm1ACALiGIqVZRqC7AIAGApRZBSCiUUBVN14/8YAJfAdN1MKU1TagEuwWEgp1T+1EYhRVUMhdNSmgdSagFeEHVJU/RUOkFKAThIWknLZNRUAkhFjKPSg2Muszocl/i8/mLT1M1IpO/rCBvaK/cePXGhwVxAANacYEHlkmEjymeguFNKUhShaToYhgG6rgJuAifL4oHjpxo3xdu/fAkBuSCWuSAAPNljLsvPH/lCusdfSVlIkFUFVCS0CQYkazkMuTGJEUAQJMrMEkTD3TvaWg/dJUab2s7XIsT5TkA6Cifl5434sCCvqEAS4sBzMdAVFdxYOjgxF6ShD6VTkBCjoEkiEKYBAX9WsaGT0yKh8DsAYvx8ZDhPADnW4SXlr+XnDh0WY3tBlgQwDQ10UQe/NQgOygkexoe4E4WE0AdgIkohWskiD440t9/EKX+cbd36PwNgd+ffMyR/2GJZjoOmySAryfITAxNHQkoyiLLYT6U2thHRB0djNPSuAY4lnyVQVLlMEMm9utp3zs59XmnSmeaelmZzgq7KkIjHgY3FQFOUfs4HHYUgawLQuAVspgdZRgcFAWRZFlRFRmMMtJvCMIKiZpyPBX5WHnA4hvkom/N6VVc+T4S/bXU4XCUCokZSaJokUd3JIDBqP4CuWDMIegRaIhIQyIFV1A+GCXbG2n/XVR2NN4AkiYokAE+g4mqapsrZRHSzFDvWPFhQPweAy+HxfZQdLBgtSVxPs8I/gdji1ZA2RVEAl98D106fAjzPw57P9gAb7QQLZQHVjIOAAKYHAjCheiLgyOY7360HmZdQiNWSlilM95c9npeT9yBJMxS0Q013DMYiAPxgQAzaiTOyxt/rcqXPa2tvApLA0zCcmsrQFIVhBmaxW+DJVQ/BroZdEOrugoUL58LB/Y0gCRLKAQZk5GTA0uXz4Z2t28Fuo+GeZTWwc+enIAhC8nerlbFeoagScbqrA3wejx8j3L0C3/XFYAAMygfs9pIyl9O1MhYNQzzGrgj1hrZKsoYbhorzXByurL4Mwt2nYcNL68DvcUKWzwlFQ7OQU8ugagoMLciEHL8Lcd6Etc+sAcxQYEzFJSAl95zID+KcBD294Q2JRGI5G2fB5fI8YnGUlAwGwGAohNMMU4cWc/Sx7KuG2vI8x8Jawjpso81mmZNmRTRBcV9B/PbmFcNL6zfD9voGmFRZDiamIfEwiERZmHbDIojHBQgOLQBJ1UBE1jGQdRTN0AVBXGfIJ+9FAstRlqqgKOttDEU/JQPMRn0/Wc2elUIMkzGEsTlXJXi+XUzEb3K48m7Jy7/0EcOQFUXRhtusNN7dE4aJl08EX4YXWFGFkqJC6Go/jaKO0p+JNeSweYUFkOb3wby5M5AlLPD2W+8ix1ZAkuWEw2FrzM4tu0/RGUaMs8+aOH4NTuIVkkmvBzWe+ClLDFhK+EpmVyL1lbsN/vWOrhM3khbrBo7nZjot+JFA5tBGTdcJUeIhnuDAjixgtzKQGcyCEWWjkBNz0Hz8GIR6QuByu4GiCYhGYuAPeKFg2HCw0BQc2PsN9PR0I+2bIKJ84XQ60BwOFJFIs635cLEO5FCLzb5D4rnZdXJz/ZHPDyxDfNz38pTxn5wJ5kcWmANziGYf9iFGuhbqBN7Js20WXZY/MOSWjZnZZS/abday1o6WQ5KsHHc60rOCmQGcZaMgoeza2dIKXW0toMgyijYYTKwaC5mZGdDe2g4CL0BHczN0oOcYyhcySmrZwWyQUaWXiLEf83w84fP6gjhppWN9B59XJThlc1C23KorJkEw94+KwE+4IT+4tqGh4Qeb7IEsgPmLZ69EaX4egSmfUTR2imacR+OhZi7T5XqPZXvtPT1dNarUvKmoZFqb00ZmtnR2ogJOA4eVAgrlA5Ig+rmvo7LBRB+CJPqppOs6SMixeVRqoAgGOUE/RFi+tbNt9xAgcmbl5Q3ZYrenR4pmVNxUfvVUXzwSzVVwwq243NNNTd/46rSJz53pEwNFIbP3xNtP2OhEFYqRR2UdX6OqYjdtd47ri/bSmirL/iFF3ZfPucfNxkInBIEDK00jpcu7E6KcYHmUlUUZBFlFOcAE3cRAkDTgBBlinAhokxZFkekf6e505AIqJBJsY119faD6uqmGpkiapPE2f0awCJXeB8W+wPOuuNzl23tgChL+2TOFT9JpIADJfmj77v0oup2wEDCpff+bewvGD98IFBWxEDiDwsf9hM8/05WT2xxLJEyaJmm7le7ho9FxkswvS/Dc/dFY/LlonNvSF49vY+Pc6hifWIpC8Dw+dqrS7XIj7zaocJQ1Kqdc0YZJ9PRwT2QJCrOU2+8Jjysd/envp08+FtBbr8RVaF710J2xfqEG+PqRD3x/THG+rUU0PLPtROE39uyMcWxXVycKLZM5Nmoc++dbS1csvnnrRx/vxVE9M8GTkV3qyw6Ee1u/qtOVyB50fajJvZs1Ofw3XQl/sF2OfDtz6W29TYfaF1hp+0IBhdFYLPrI8f31D+x88y+H4qz2G4vV6qXtrqdLKyrJ2b+YcJITbTNDVGjTvu3bf8D778s4kA98/3fIKps1BjOpsa5AuuXIod2vOBStHsXpqr6+SHX1pJrPWaqlINTW8QeU1aZnlZdR+eUlvyU0vY1kLCRptZiMg0F1EkHjBBgUQVQ27W+8dt+2nXYbSW5cNOf2Y8hDTr++7a9MU1vTG2Coh2PRo1WPPrZ1kSpKhkbInz39WM2+Hwh0xstZE5nOmx2YlamPhGWtIOeSxlioqV6K81W+YPbdLN1ZihEWLm/kqId0XT7sLyzo0riEDyfpRlRRNxk4jRJcQiEMtLtXyOt0IHYXlA45Xgiz4tmZubvwU60tkjdQ6khzLZIVExsz8tK9117+6Aw9xDxoIWweTQmNOEPeH72eFYCVIXHJNATAqBzd0Ce7fJmbuGhjKaIRf2Bn9lqAWqNi8WIqXUhvf3/VijXXPFCbyTC2+QppYSinN6wIHI2Z2DTM1Hc4KAPFePygE7PLoUhk7JMvLD+GJPoGyLxWmmb+XpI36kFRkGehAtxiqFo3SgtnPZL5r078H6gthzd345g6iTbk0ThmNuMYE1S4ozWSzNYlhU+Oo7stowRePJ18/qCutnvT75bVaR5fjeTyf6va019WJellKsxyAqcH/jR/7sHTEaVN541MtF/+N4UJc7MiHJ8f8GVUaqZqSlhstAnRisdfXHDWsvqsFkgKdfrQm+3olrwOF1feOLdk4q23B4cVvdawvhZ1AaBN1nBTV79MPpfOqaXdQmQ838OC1euTUbncjHP4nSoeWGF09d2VHLNu3Z3C8kWruTvueMqHXntfe3hD56HOYzWKIsefeWUJOrFIHgMMrp3ViQeapqRqbiVOWyfjJLlTZZwdjMrfAgb/itXmrqJJy0gMx47rUmSXf/pV3m1Lbm655f4X51oY5zgqLh7Red5u8PoXhElngsnkY5i4h6TwaswkGla/sfTrgdb7qb5zApCcsKTqDlTAkLertPNhAsMkq5pYzxDYJ1+9v2bX9xe8fuHKDJr2/nLL6vv+nOxfsOBJryli1zFGcKWN8hbzemiLyLX/6o0dted0OnHOAJLClFy1LEvBiMMYQSgMSHUUgUcoEpOApFmaolkGw3UrYbuR0I3dhKoLlEGmo2LDhTb4HGV4J1Fgv17RYr9+ddvit5LznUs7LwDJBUurby1C1aPW2LC+pbT67jTKTfssFOFFB1lOdJSF6lSKoHCStSgGj0qkMNrDhN97r7b/j7M5U2s9m+tr0XnLxXZRAxc1cFEDFzVwUQPnpoF/AbqLsVZFbswxAAAAAElFTkSuQmCC";function nb({onRefresh:t}){let[e,n]=he(!1);return x("button",{type:"button",class:"weave-refresh",onClick:()=>{t(),n(!0)},onAnimationEnd:()=>n(!1),title:"Refetch everything","aria-busy":e?"true":void 0,children:x("svg",{class:e?"weave-refresh-glyph weave-refresh-spinning":"weave-refresh-glyph",viewBox:"0 0 24 24",width:14,height:14,fill:"none",stroke:"currentColor","stroke-width":2,"stroke-linecap":"round","stroke-linejoin":"round","aria-hidden":"true",children:zd.map(r=>x("path",{d:r},r))})})}function hh(t){return x("header",{class:"weave-header",children:[x("span",{class:"weave-brand",children:[x("img",{class:"weave-brand-mark",src:`data:${ch};base64,${dh}`,alt:"",width:18,height:18}),"pi-weave"]}),x("button",{type:"button",class:"weave-search",title:Hd(t.shortcut),onClick:t.onSearch,children:[x("span",{class:"weave-search-text",children:Ud}),x("kbd",{children:t.shortcut})]}),x("span",{class:"weave-summary",children:Id(t.summary).map(e=>x("span",{class:"weave-summary-part",children:e},e))}),x("button",{type:"button",class:"weave-theme",onClick:t.onTheme,title:t.theme.hint,"aria-label":t.theme.hint,children:t.theme.glyph}),x(nb,{onRefresh:t.onRefresh})]})}function rb({group:t}){return x("div",{children:[x("p",{class:"weave-key-group",children:t.title}),t.entries.map(e=>x("div",{class:"weave-key-row",children:[x("kbd",{class:"weave-key-combo",children:e.combo}),x("span",{class:"weave-key-what",children:e.what})]},e.combo))]})}function fh(t){let e=Mr(),n=t.shortcut.slice(0,-1);return x("div",{class:"weave-scrim",onClick:t.onClose,children:x("div",{class:"weave-help",role:"dialog","aria-modal":"true","aria-label":ia,tabIndex:-1,ref:e.ref,onClick:r=>r.stopPropagation(),onKeyDown:r=>{e.onKeyDown(r)},children:[x("h2",{class:"weave-help-title",children:ia}),x("div",{class:"weave-keys",children:qd(n).map(r=>x(rb,{group:r},r.title))}),x("p",{class:"weave-help-foot",children:[x("button",{type:"button",class:"weave-chip",onClick:t.onClose,children:"close"}),x("span",{class:"weave-help-hint",children:Yd})]})]})})}function ph(t,e){let n=r=>{let i=Wd(Kd(r),e.context());i!==null&&(r.preventDefault(),e.run(i))};return t.addEventListener("keydown",n),()=>t.removeEventListener("keydown",n)}function gh({model:t}){return x("footer",{class:"weave-status",children:[x("span",{class:"weave-status-cwd",title:t.cwd,children:t.cwd}),x("span",{class:"weave-status-sel",title:"the §1.3 context bus — one signal, every column",children:t.selection}),x("span",{class:"weave-status-stamp",title:"data as of",children:Fd(t.stamp)})]})}var sa=["system","light","dark"],mh="pi-weave.theme.v1";function ib(t){return t==="system"||t==="light"||t==="dark"}function Xr(t){try{let e=t.getItem(mh);return ib(e)?e:null}catch{return null}}function vh(t,e){try{return t.setItem(mh,e),!0}catch{return!1}}function Qr(t){let e=sa.indexOf(t);return sa[(e+1)%sa.length]??"system"}function yh(t,e){return t==="system"?e:t}function Jr(t){return t==="system"?null:t}var ob={dark:"●",system:"◐",light:"○"};function wh(t){return{glyph:ob[t],hint:`Colour theme: ${t} — click for ${Qr(t)}`}}function ab(t){t===null?delete document.documentElement.dataset.weaveTheme:document.documentElement.dataset.weaveTheme=t}function bh(t){let[e,n]=he(gc),[r,i]=he(null),[o,a]=he(()=>Xr(localStorage)??"system"),[s,l]=he(()=>nr(window)),u=re(null),d=re(null),h=re({overlay:r,selectedId:e.selectedId});h.current={overlay:r,selectedId:e.selectedId},ie(()=>{let m=yc({fetch:tr,state:e,setState:n});return u.current=m,()=>m.stop()},[]);let c=re(!1),f=re(location.hash);ie(()=>{c.current&&(fc(localStorage,e.selectedId),history.replaceState(null,"",uh(e.selectedId)))},[e.selectedId]),ie(()=>{if(c.current||e.graph===null||(c.current=!0,e.selectedId!==null))return;let m=lh(f.current,e.graph);if(m!==null)u.current?.select(m);else{let y=pc(e.graph,localStorage);y!==null&&u.current?.select(y)}},[e.graph]);let[g,v]=he(()=>Date.now());return ie(()=>{let m=setInterval(()=>v(Date.now()),$d);return()=>clearInterval(m)},[]),ie(()=>ab(Jr(o)),[o]),ie(()=>{vh(localStorage,o)},[o]),ie(()=>xs(window,l),[]),ie(()=>ph(document,{context:()=>({overlay:h.current.overlay,hasSelection:h.current.selectedId!==null}),run:m=>jd(m,{setOverlay:i,focusSelector:y=>Vd(document,y),fitGraph:()=>d.current?.(),clearSelection:()=>{u.current?.select(null)},cycleTheme:()=>a(y=>Qr(y))})}),[]),x(at,{children:[x(hh,{summary:Dd(e.graph),shortcut:ta(na(t.platform)),onRefresh:()=>u.current?.refresh(),onSearch:()=>i("search"),theme:wh(o),onTheme:()=>a(m=>Qr(m))}),x(sh,{scheme:yh(o,s),bootFailed:e.graphFailed,graph:e.graph,note:e.note,selectedId:e.selectedId,recentIds:e.recentIds,onSelect:m=>{u.current?.select(m)},onOpen:m=>{ws(tr,m)},now:g,renderer:Xu,storage:localStorage,host:window,fit:d}),x(gh,{model:Od(t.cwd,e.selectedId,e.graph?.model.generatedAt??null)}),r==="search"?x(dc,{graph:e.graph,onSelect:m=>{u.current?.select(m)},onClose:()=>i(null),ports:{fetch:tr}}):null,r==="help"?x(fh,{shortcut:ta(na(t.platform)),onClose:()=>i(null)}):null]})}var xh=`
|
|
401
399
|
--weave-bg:#eff1f5;--weave-panel:#e6e9ef;--weave-raise:#ccd0da;--weave-fg:#4c4f69;--weave-dim:#56586a;
|
|
402
400
|
--weave-faint:#606274;--weave-line:#ccd0da;--weave-line-strong:#bcc0cc;
|
|
403
401
|
--weave-accent:#7113ec;--weave-ok:#28641b;--weave-warn:#7c4f10;--weave-bad:#b20d30;
|
|
404
402
|
--weave-new:rgba(113,19,236,.10);
|
|
405
403
|
--weave-page:#dce0e8;
|
|
406
|
-
`,
|
|
404
|
+
`,sb=`
|
|
407
405
|
:root{
|
|
408
406
|
--weave-bg:#24273a;--weave-panel:#1e2030;--weave-raise:#363a4f;--weave-fg:#cad3f5;--weave-dim:#a5adcb;
|
|
409
407
|
--weave-faint:#939ab7;--weave-line:#363a4f;--weave-line-strong:#494d64;
|
|
@@ -437,7 +435,7 @@ Please report this to https://github.com/markedjs/marked.`,t){let r="<p>An error
|
|
|
437
435
|
ui 11.5 status bar, the note's meta row, small controls
|
|
438
436
|
row 12 list rows, text inputs, inline code
|
|
439
437
|
base 13 body copy, h3-h6, preview-card text
|
|
440
|
-
body 13.5 the note column's prose
|
|
438
|
+
body 13.5 the note column's prose
|
|
441
439
|
subhead 14 palette input, note-body h2, header icon buttons
|
|
442
440
|
title 15 note-body h1
|
|
443
441
|
display 20 the note's page title
|
|
@@ -465,11 +463,11 @@ Please report this to https://github.com/markedjs/marked.`,t){let r="<p>An error
|
|
|
465
463
|
without a manual "dark" being dragged back into light by the OS. */
|
|
466
464
|
@media (prefers-color-scheme: light){
|
|
467
465
|
:root:not([data-weave-theme="dark"]){
|
|
468
|
-
${
|
|
466
|
+
${xh}
|
|
469
467
|
}
|
|
470
468
|
}
|
|
471
469
|
:root[data-weave-theme="light"]{
|
|
472
|
-
${
|
|
470
|
+
${xh}
|
|
473
471
|
}
|
|
474
472
|
body{font-size:var(--weave-px-base)}
|
|
475
473
|
#app{height:100%;display:grid;grid-template-rows:auto 1fr auto;background:var(--weave-bg)}
|
|
@@ -520,30 +518,21 @@ body{font-size:var(--weave-px-base)}
|
|
|
520
518
|
}
|
|
521
519
|
.weave-theme:hover{color:var(--weave-fg);background:var(--weave-line)}
|
|
522
520
|
|
|
523
|
-
/* connection indicator -------------------------------------------------- */
|
|
524
|
-
.weave-conn{display:inline-flex;align-items:center;gap:5px;font-size:var(--weave-px-ui);white-space:nowrap}
|
|
525
|
-
.weave-conn-dot{font-size:var(--weave-px-prov);line-height:1}
|
|
526
|
-
/* Reconnecting breathes instead of sitting there: the one state whose whole
|
|
527
|
-
message is "hold on, I am still working" is the one that should keep
|
|
528
|
-
saying it. The offline dot stays still — its message needs a decision,
|
|
529
|
-
not patience. The global reduced-motion kill switch restores the static
|
|
530
|
-
dot, the same way it does every animation in this sheet. */
|
|
531
|
-
.weave-conn-ok .weave-conn-dot,.weave-conn-ok{color:var(--weave-ok)}
|
|
532
|
-
.weave-conn-warn .weave-conn-dot,.weave-conn-warn{color:var(--weave-warn)}
|
|
533
|
-
.weave-conn-warn .weave-conn-dot{animation:weave-conn-pulse 1.6s ease-in-out infinite}
|
|
534
|
-
.weave-conn-bad .weave-conn-dot,.weave-conn-bad{color:var(--weave-bad)}
|
|
535
|
-
@keyframes weave-conn-pulse{0%,100%{opacity:1}50%{opacity:.35}}
|
|
536
|
-
|
|
537
521
|
/* the grid -------------------------------------------------------------- */
|
|
538
|
-
/*
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
522
|
+
/* One boring grid. CSS owns the breakpoints; no saved widths, divider state
|
|
523
|
+
or viewport listener can make the shell disagree with the browser. */
|
|
524
|
+
.weave-grid{
|
|
525
|
+
display:grid;min-height:0;overflow:hidden;background:var(--weave-line);
|
|
526
|
+
grid-template-columns:minmax(180px,22fr) minmax(320px,46fr) minmax(260px,32fr);
|
|
527
|
+
}
|
|
528
|
+
@media (max-width:1099px){
|
|
529
|
+
.weave-grid{grid-template-columns:minmax(180px,32fr) minmax(320px,68fr)}
|
|
530
|
+
.weave-col-graph{display:none}
|
|
531
|
+
}
|
|
532
|
+
@media (max-width:799px){
|
|
533
|
+
.weave-grid{grid-template-columns:1fr}
|
|
534
|
+
.weave-col-tree{display:none}
|
|
544
535
|
}
|
|
545
|
-
.weave-grid[data-columns="2"]{grid-template-columns:var(--weave-col-tree,32%) 1px var(--weave-col-note,68%)}
|
|
546
|
-
.weave-grid[data-columns="1"]{grid-template-columns:1fr}
|
|
547
536
|
|
|
548
537
|
.weave-col{
|
|
549
538
|
display:flex;flex-direction:column;min-width:0;min-height:0;overflow:hidden;
|
|
@@ -562,18 +551,8 @@ body{font-size:var(--weave-px-base)}
|
|
|
562
551
|
inside the same region instead of squeezing the graph. */
|
|
563
552
|
.weave-col-graph{display:grid;grid-template-rows:auto minmax(0,1fr) minmax(96px,40%);background:var(--weave-bg)}
|
|
564
553
|
|
|
565
|
-
/* dividers -------------------------------------------------------------- */
|
|
566
|
-
.weave-divider{
|
|
567
|
-
background:var(--weave-line);cursor:col-resize;position:relative;
|
|
568
|
-
touch-action:none;
|
|
569
|
-
}
|
|
570
|
-
/* A 1 px target is unhittable, so the hit area is widened with a pseudo
|
|
571
|
-
element rather than by making the visible rule thicker. */
|
|
572
|
-
.weave-divider::after{content:"";position:absolute;inset:0 -3px;z-index:1}
|
|
573
|
-
.weave-divider:hover,.weave-divider:focus-visible{background:var(--weave-accent);outline:none}
|
|
574
|
-
|
|
575
554
|
/* tree column ----------------------------------------------------------- */
|
|
576
|
-
/* --weave-depth is written per row by \`depthVar\`, through
|
|
555
|
+
/* --weave-depth is written per row by \`depthVar\`, through CSSOM
|
|
577
556
|
path as the column widths, and multiplied by a step this sheet owns — so
|
|
578
557
|
the tree's density stays a CSS decision. */
|
|
579
558
|
.weave-tree{display:flex;flex-direction:column;min-height:0;flex:1}
|
|
@@ -608,26 +587,17 @@ body{font-size:var(--weave-px-base)}
|
|
|
608
587
|
hover from reading as a stray grey rectangle — the row answers the pointer
|
|
609
588
|
in both channels at once. */
|
|
610
589
|
.weave-row:hover .weave-label{color:var(--weave-fg)}
|
|
611
|
-
/* The session fold (tree.model.ts's isMuted): machine-written memory that
|
|
612
|
-
accrues by the dozens with near-duplicate titles, dropped one notch so the
|
|
613
|
-
rows a human wrote keep the foreground. --weave-dim holds ≥ 4.5 on both
|
|
614
|
-
grounds, so this is quiet, not illegible — and the two states below always
|
|
615
|
-
restore full weight, which is why the model never emits both classes on
|
|
616
|
-
one row. */
|
|
617
|
-
.weave-row-muted .weave-label{color:var(--weave-dim)}
|
|
618
|
-
.weave-row-muted:hover .weave-label{color:var(--weave-fg)}
|
|
619
590
|
/* The selection has one voice. On the tinted ground every quieter token still
|
|
620
591
|
fails contrast — even --weave-dim lands under 4.5 — so a selected row's
|
|
621
592
|
kind, provenance and meta children join its label in --weave-fg. The
|
|
622
593
|
provenance glyph shape carries the distinction the colour swap drops;
|
|
623
594
|
elsewhere the hues are unaffected. The palette's hit rows need the same
|
|
624
595
|
remap: same selected ground, same failure. The label is restated last
|
|
625
|
-
|
|
626
|
-
on. */
|
|
596
|
+
so the selected row is always readable. */
|
|
627
597
|
.weave-row-on .weave-twisty,.weave-row-on .weave-kind,.weave-row-on .weave-prov,
|
|
628
598
|
.weave-row-on .weave-meta,.weave-row-on .weave-label{color:var(--weave-fg)}
|
|
629
599
|
.weave-hit-on .weave-hit-badge,.weave-hit-on .weave-hit-detail{color:var(--weave-fg)}
|
|
630
|
-
/* A newly-arrived node (a file or note added since the last update,
|
|
600
|
+
/* A newly-arrived node (a file or note added since the last update, ):
|
|
631
601
|
one short highlight that fades while the label settles from bold back to
|
|
632
602
|
normal. The class is computed from the frame diff in workspace.ts and
|
|
633
603
|
expires with it, so collapsing and re-expanding later does not replay the
|
|
@@ -654,7 +624,7 @@ body{font-size:var(--weave-px-base)}
|
|
|
654
624
|
|
|
655
625
|
/* icons ------------------------------------------------------------------
|
|
656
626
|
The sprite's only CSS: one colour (the glyph inherits the row's, so a
|
|
657
|
-
|
|
627
|
+
quiet row's icon recedes with it and a selected row's brightens with it)
|
|
658
628
|
and the twisty's rotation, which is the *same* 16px chevron the rail's
|
|
659
629
|
group headings use — right-pointing closed, rotated 90° open. The
|
|
660
630
|
rotation is not in the motion block's transition list, on purpose: that
|
|
@@ -670,8 +640,8 @@ body{font-size:var(--weave-px-base)}
|
|
|
670
640
|
so it lies on --weave-page — one step off the desk and the canvas grounds.
|
|
671
641
|
The 2px rule flush to its left edge is the spine: it takes the note's
|
|
672
642
|
provenance colour (see the --weave-spine map), so the document's origin is
|
|
673
|
-
readable peripherally, before any glyph is. Head
|
|
674
|
-
--weave-note-gutter so
|
|
643
|
+
readable peripherally, before any glyph is. Head and body share the
|
|
644
|
+
--weave-note-gutter so the page has one consistent measure. */
|
|
675
645
|
.weave-note{display:flex;flex-direction:column;min-height:0;flex:1;overflow:auto;background:var(--weave-page)}
|
|
676
646
|
.weave-note-human{--weave-spine:var(--weave-ok)}
|
|
677
647
|
.weave-note-agent{--weave-spine:var(--weave-accent)}
|
|
@@ -683,9 +653,7 @@ body{font-size:var(--weave-px-base)}
|
|
|
683
653
|
alternative, a title that scrolls away, is how a reader ends up annotating
|
|
684
654
|
the wrong file. It carries the page ground rather than a fill or a shadow,
|
|
685
655
|
so the reveal reads as the page continuing under it and not as a bar
|
|
686
|
-
arriving; the hairline is the only seam. The
|
|
687
|
-
sibling in the column flow, so it can never slide underneath — no stacking
|
|
688
|
-
contest exists between them. The head's z-index is only what keeps it above
|
|
656
|
+
arriving; the hairline is the only seam. The head's z-index is only what keeps it above
|
|
689
657
|
the prose (and the wikilinks inside it) as that prose scrolls beneath. */
|
|
690
658
|
.weave-note-head{position:sticky;top:0;z-index:2;padding:14px var(--weave-note-gutter) 9px;background:var(--weave-page);border-bottom:1px solid var(--weave-line)}
|
|
691
659
|
/* The page's largest voice, and the point of the review's headline finding:
|
|
@@ -699,13 +667,9 @@ body{font-size:var(--weave-px-base)}
|
|
|
699
667
|
so the eye can read the whole of it without ever reading it. */
|
|
700
668
|
.weave-note-meta{margin:0;display:flex;align-items:center;gap:8px;font-size:var(--weave-px-ui);color:var(--weave-dim);flex-wrap:wrap}
|
|
701
669
|
.weave-note-time{color:var(--weave-faint)}
|
|
702
|
-
/* \`Open in $EDITOR
|
|
703
|
-
bordered button — the note's loudest control, sitting between its title and
|
|
704
|
-
its prose. Now it is an icon at the end of the meta line: the hint rides
|
|
705
|
-
the \`title\`/\`aria-label\` (\`editor.model.ts\`'s OPEN_HINT/OPEN_LABEL), and
|
|
706
|
-
the control is quiet until the pointer asks for it. */
|
|
670
|
+
/* \`Open in $EDITOR\` is a quiet icon at the end of the meta line. */
|
|
707
671
|
.weave-note-open{
|
|
708
|
-
|
|
672
|
+
display:inline-flex;align-items:center;justify-content:center;
|
|
709
673
|
width:22px;height:22px;padding:0;font:inherit;color:var(--weave-faint);
|
|
710
674
|
background:none;border:0;border-radius:var(--weave-radius);cursor:pointer;
|
|
711
675
|
}
|
|
@@ -720,9 +684,7 @@ body{font-size:var(--weave-px-base)}
|
|
|
720
684
|
withdrawn at the user's call: this is a workspace, and the note shares the
|
|
721
685
|
width the desk gives it. It reads at --weave-px-body on 1.7 rather than the
|
|
722
686
|
chrome's 1.6: the extra leading is what a page of running text needs that a
|
|
723
|
-
status bar does not. Code
|
|
724
|
-
reading prose and reading raw are different postures, and the face switch
|
|
725
|
-
is the toggle. */
|
|
687
|
+
status bar does not. Code stays mono deliberately. */
|
|
726
688
|
.weave-note-body{padding:12px var(--weave-note-gutter) 28px;font-size:var(--weave-px-body);line-height:1.7;color:var(--weave-fg)}
|
|
727
689
|
.weave-note-body>*:first-child{margin-top:0}
|
|
728
690
|
.weave-note-body h1,.weave-note-body h2,.weave-note-body h3,
|
|
@@ -810,53 +772,6 @@ body{font-size:var(--weave-px-base)}
|
|
|
810
772
|
underlines a hover should not land with a thud. */
|
|
811
773
|
@keyframes weave-preview-in{from{opacity:0;transform:translateY(2px)}}
|
|
812
774
|
|
|
813
|
-
/* note editor (§11 P5) ---------------------------------------------------- */
|
|
814
|
-
/* A \`<textarea>\`, not CodeMirror: §0 V10 measured CM6 at 118 KB gzip, more
|
|
815
|
-
than the entire rest of the client. It inherits the body's type so toggling
|
|
816
|
-
\`⌘E\` does not reflow the column into a different shape. */
|
|
817
|
-
.weave-note-bar{
|
|
818
|
-
display:flex;align-items:center;gap:6px;flex-wrap:wrap;
|
|
819
|
-
padding:5px var(--weave-gutter);border-bottom:1px solid var(--weave-line);
|
|
820
|
-
}
|
|
821
|
-
/* \`weave-note-open\` is styled in the note column above (P6.3 moved it into
|
|
822
|
-
the head's meta row as an icon), and no longer shares the bar's bordered
|
|
823
|
-
button voice. */
|
|
824
|
-
.weave-note-toggle,.weave-note-save,.weave-note-action{
|
|
825
|
-
font:inherit;font-size:var(--weave-px-ui);padding:2px 8px;cursor:pointer;
|
|
826
|
-
color:var(--weave-fg);background:var(--weave-raise);
|
|
827
|
-
border:1px solid var(--weave-line);border-radius:var(--weave-radius);
|
|
828
|
-
}
|
|
829
|
-
.weave-note-toggle:hover,.weave-note-save:hover,.weave-note-action:hover{
|
|
830
|
-
border-color:var(--weave-accent);
|
|
831
|
-
}
|
|
832
|
-
.weave-note-toggle[aria-pressed="true"]{border-color:var(--weave-accent);color:var(--weave-accent)}
|
|
833
|
-
.weave-note-save:disabled{opacity:.45;cursor:default;border-color:var(--weave-line)}
|
|
834
|
-
.weave-note-dirty{color:var(--weave-accent);font-size:var(--weave-px-subhead);line-height:1}
|
|
835
|
-
.weave-note-status{font-size:var(--weave-px-ui);color:var(--weave-dim)}
|
|
836
|
-
.weave-note-status-ok{color:var(--weave-ok)}
|
|
837
|
-
.weave-note-status-warn{color:var(--weave-warn)}
|
|
838
|
-
/* The prompt takes the full row rather than sitting inline: reload-or-overwrite
|
|
839
|
-
is a decision about the user's unsaved text, and a decision squeezed between
|
|
840
|
-
two buttons reads as a hint. */
|
|
841
|
-
.weave-note-prompt{
|
|
842
|
-
flex-basis:100%;display:flex;align-items:center;gap:8px;flex-wrap:wrap;
|
|
843
|
-
margin-top:4px;padding:5px 8px;border-radius:var(--weave-radius);
|
|
844
|
-
background:var(--weave-raise);border:1px solid var(--weave-warn);
|
|
845
|
-
}
|
|
846
|
-
.weave-note-prompt-conflict,.weave-note-prompt-collision{border-color:var(--weave-warn)}
|
|
847
|
-
.weave-note-prompt-external,.weave-note-prompt-discard{border-color:var(--weave-line)}
|
|
848
|
-
.weave-note-prompt-text{margin:0;font-size:var(--weave-px-ui);color:var(--weave-fg)}
|
|
849
|
-
.weave-note-prompt-actions{margin:0;display:flex;gap:6px;flex-wrap:wrap}
|
|
850
|
-
.weave-note-editor{
|
|
851
|
-
flex:1;min-height:240px;resize:none;
|
|
852
|
-
padding:10px var(--weave-note-gutter) 24px;
|
|
853
|
-
/* Exactly the prose body's size and leading. The invariant is documented
|
|
854
|
-
and deliberate: ⌘E must not reflow, and reading raw at the same measure
|
|
855
|
-
the prose uses is what makes the toggle a lens rather than a jump. */
|
|
856
|
-
font:inherit;font-family:var(--weave-mono);font-size:var(--weave-px-body);line-height:1.7;
|
|
857
|
-
color:var(--weave-fg);background:var(--weave-page);border:0;outline-offset:-2px;
|
|
858
|
-
}
|
|
859
|
-
|
|
860
775
|
/* graph column ---------------------------------------------------------- */
|
|
861
776
|
/* The canvas is a plain block sigma appends its own <canvas> layers into. It
|
|
862
777
|
must have a definite size before sigma measures it, hence \`min-height\` and
|
|
@@ -967,14 +882,14 @@ body{font-size:var(--weave-px-base)}
|
|
|
967
882
|
/* status bar ------------------------------------------------------------ */
|
|
968
883
|
/* One separator vocabulary, shared with the header summary: every run of
|
|
969
884
|
status items after the first opens with the same mid-dot, in the same
|
|
970
|
-
--weave-faint. cwd · selection
|
|
885
|
+
--weave-faint. cwd · selection · stamp reads as one grammar,
|
|
971
886
|
the same way the header's three-part summary does. */
|
|
972
887
|
.weave-status{
|
|
973
888
|
display:flex;align-items:center;gap:8px;height:22px;padding:0 var(--weave-gutter);
|
|
974
889
|
font-family:var(--weave-mono);font-size:var(--weave-px-ui);color:var(--weave-dim);
|
|
975
890
|
border-top:1px solid var(--weave-line);background:var(--weave-panel);
|
|
976
891
|
}
|
|
977
|
-
.weave-status-sel::before
|
|
892
|
+
.weave-status-sel::before{content:"·";margin-right:8px;color:var(--weave-faint)}
|
|
978
893
|
.weave-status-cwd,.weave-status-sel{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
|
|
979
894
|
.weave-status-cwd{max-width:38%;color:var(--weave-faint)}
|
|
980
895
|
.weave-status-sel{color:var(--weave-fg)}
|
|
@@ -1043,7 +958,7 @@ body{font-size:var(--weave-px-base)}
|
|
|
1043
958
|
--weave-new tint is exactly an accent at a strength text stays legible in. */
|
|
1044
959
|
::selection{background:var(--weave-new)}
|
|
1045
960
|
/* Every scroller in the workspace (rows, note body, rail, palette results,
|
|
1046
|
-
help sheet
|
|
961
|
+
help sheet) gets the same thin chrome: the default scrollbar is a
|
|
1047
962
|
15 px system object the hairline aesthetic cannot afford, and Firefox and
|
|
1048
963
|
the Blink/WebKit pair cover the whole surface with these five rules. */
|
|
1049
964
|
*{scrollbar-width:thin;scrollbar-color:var(--weave-line-strong) transparent}
|
|
@@ -1063,20 +978,15 @@ body{font-size:var(--weave-px-base)}
|
|
|
1063
978
|
properties only — colour, border, opacity, transform; height and padding
|
|
1064
979
|
snap. */
|
|
1065
980
|
.weave-row,.weave-ctx-link,.weave-chip,.weave-search,.weave-refresh,.weave-theme,
|
|
1066
|
-
.weave-
|
|
1067
|
-
.weave-note-action{
|
|
981
|
+
.weave-hit,.weave-note-open{
|
|
1068
982
|
transition:background-color 120ms ease,border-color 120ms ease,color 120ms ease;
|
|
1069
983
|
}
|
|
1070
984
|
.weave-scrim{animation:weave-fade-in 140ms ease-out both}
|
|
1071
985
|
.weave-palette,.weave-help{animation:weave-overlay-in 160ms ease-out both}
|
|
1072
|
-
/* The conflict prompt mounts once per conflict, so its entrance cannot strobe
|
|
1073
|
-
the way a context-rail flash would — that rail deliberately stays still. */
|
|
1074
|
-
.weave-note-prompt{animation:weave-prompt-in 180ms ease-out both}
|
|
1075
986
|
@keyframes weave-fade-in{from{opacity:0}}
|
|
1076
987
|
@keyframes weave-overlay-in{from{opacity:0;transform:translateY(4px)}}
|
|
1077
|
-
@keyframes weave-prompt-in{from{opacity:0;transform:translateY(-2px)}}
|
|
1078
988
|
@media (prefers-reduced-motion: reduce){*{transition:none!important;animation:none!important}}
|
|
1079
|
-
`,
|
|
989
|
+
`,lb=["style[nonce]","style","script[nonce]","script[src]"];function ub(t){for(let e of lb){let n=t.querySelector(e)?.nonce;if(typeof n=="string"&&n!=="")return n}return null}function _h(t,e=sb){let n=t.createElement("style"),r=ub(t);return r!==null&&(n.nonce=r),n.textContent=e,t.head.appendChild(n),r!==null}var kh=document.getElementById("app");if(kh!==null){_h(document),cb();let t=ns(document.getElementById(ts)?.textContent??null);es(x(bh,{cwd:t.cwd,platform:navigator.platform}),kh)}function cb(){let t=Jr(Xr(localStorage)??"system");t!==null&&(document.documentElement.dataset.weaveTheme=t)}})();
|
|
1080
990
|
/*! Bundled license information:
|
|
1081
991
|
|
|
1082
992
|
dompurify/dist/purify.es.mjs:
|