@kitelev/exocortex-cli 15.1.1 → 15.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +24 -24
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
// @kitelev/exocortex-cli v15.
|
|
2
|
+
// @kitelev/exocortex-cli v15.2.0
|
|
3
3
|
// CLI tool for Exocortex knowledge management system - SPARQL queries, task management, and more
|
|
4
4
|
// License: MIT
|
|
5
5
|
|
|
@@ -28,9 +28,9 @@ Expecting one of '${r.join("', '")}'`);return this._lifeCycleHooks[e]?this._life
|
|
|
28
28
|
`),this.outputHelp({error:!0}));let r=t||{},i=r.exitCode||1,s=r.code||"commander.error";this._exit(i,s,e)}_parseOptionsEnv(){this.options.forEach(e=>{if(e.envVar&&e.envVar in Qe.env){let t=e.attributeName();(this.getOptionValue(t)===void 0||["default","config","env"].includes(this.getOptionValueSource(t)))&&(e.required||e.optional?this.emit(`optionEnv:${e.name()}`,Qe.env[e.envVar]):this.emit(`optionEnv:${e.name()}`))}})}_parseOptionsImplied(){let e=new JA(this.options),t=o(r=>this.getOptionValue(r)!==void 0&&!["default","implied"].includes(this.getOptionValueSource(r)),"hasCustomOptionValue");this.options.filter(r=>r.implied!==void 0&&t(r.attributeName())&&e.valueFromOption(this.getOptionValue(r.attributeName()),r)).forEach(r=>{Object.keys(r.implied).filter(i=>!t(i)).forEach(i=>{this.setOptionValueWithSource(i,r.implied[i],"implied")})})}missingArgument(e){let t=`error: missing required argument '${e}'`;this.error(t,{code:"commander.missingArgument"})}optionMissingArgument(e){let t=`error: option '${e.flags}' argument missing`;this.error(t,{code:"commander.optionMissingArgument"})}missingMandatoryOptionValue(e){let t=`error: required option '${e.flags}' not specified`;this.error(t,{code:"commander.missingMandatoryOptionValue"})}_conflictingOption(e,t){let r=o(a=>{let c=a.attributeName(),u=this.getOptionValue(c),l=this.options.find(h=>h.negate&&c===h.attributeName()),f=this.options.find(h=>!h.negate&&c===h.attributeName());return l&&(l.presetArg===void 0&&u===!1||l.presetArg!==void 0&&u===l.presetArg)?l:f||a},"findBestOptionFromValue"),i=o(a=>{let c=r(a),u=c.attributeName();return this.getOptionValueSource(u)==="env"?`environment variable '${c.envVar}'`:`option '${c.flags}'`},"getErrorMessage"),s=`error: ${i(e)} cannot be used with ${i(t)}`;this.error(s,{code:"commander.conflictingOption"})}unknownOption(e){if(this._allowUnknownOption)return;let t="";if(e.startsWith("--")&&this._showSuggestionAfterError){let i=[],s=this;do{let a=s.createHelp().visibleOptions(s).filter(c=>c.long).map(c=>c.long);i=i.concat(a),s=s.parent}while(s&&!s._enablePositionalOptions);t=R2(e,i)}let r=`error: unknown option '${e}'${t}`;this.error(r,{code:"commander.unknownOption"})}_excessArguments(e){if(this._allowExcessArguments)return;let t=this.registeredArguments.length,r=t===1?"":"s",s=`error: too many arguments${this.parent?` for '${this.name()}'`:""}. Expected ${t} argument${r} but got ${e.length}.`;this.error(s,{code:"commander.excessArguments"})}unknownCommand(){let e=this.args[0],t="";if(this._showSuggestionAfterError){let i=[];this.createHelp().visibleCommands(this).forEach(s=>{i.push(s.name()),s.alias()&&i.push(s.alias())}),t=R2(e,i)}let r=`error: unknown command '${e}'${t}`;this.error(r,{code:"commander.unknownCommand"})}version(e,t,r){if(e===void 0)return this._version;this._version=e,t=t||"-V, --version",r=r||"output the version number";let i=this.createOption(t,r);return this._versionOptionName=i.attributeName(),this._registerOption(i),this.on("option:"+i.name(),()=>{this._outputConfiguration.writeOut(`${e}
|
|
29
29
|
`),this._exit(0,"commander.version",e)}),this}description(e,t){return e===void 0&&t===void 0?this._description:(this._description=e,t&&(this._argsDescription=t),this)}summary(e){return e===void 0?this._summary:(this._summary=e,this)}alias(e){if(e===void 0)return this._aliases[0];let t=this;if(this.commands.length!==0&&this.commands[this.commands.length-1]._executableHandler&&(t=this.commands[this.commands.length-1]),e===t._name)throw new Error("Command alias can't be the same as its name");let r=this.parent?._findCommand(e);if(r){let i=[r.name()].concat(r.aliases()).join("|");throw new Error(`cannot add alias '${e}' to command '${this.name()}' as already have command '${i}'`)}return t._aliases.push(e),this}aliases(e){return e===void 0?this._aliases:(e.forEach(t=>this.alias(t)),this)}usage(e){if(e===void 0){if(this._usage)return this._usage;let t=this.registeredArguments.map(r=>YA(r));return[].concat(this.options.length||this._helpOption!==null?"[options]":[],this.commands.length?"[command]":[],this.registeredArguments.length?t:[]).join(" ")}return this._usage=e,this}name(e){return e===void 0?this._name:(this._name=e,this)}helpGroup(e){return e===void 0?this._helpGroupHeading??"":(this._helpGroupHeading=e,this)}commandsGroup(e){return e===void 0?this._defaultCommandGroup??"":(this._defaultCommandGroup=e,this)}optionsGroup(e){return e===void 0?this._defaultOptionGroup??"":(this._defaultOptionGroup=e,this)}_initOptionGroup(e){this._defaultOptionGroup&&!e.helpGroupHeading&&e.helpGroup(this._defaultOptionGroup)}_initCommandGroup(e){this._defaultCommandGroup&&!e.helpGroup()&&e.helpGroup(this._defaultCommandGroup)}nameFromFilename(e){return this._name=Ii.basename(e,Ii.extname(e)),this}executableDir(e){return e===void 0?this._executableDir:(this._executableDir=e,this)}helpInformation(e){let t=this.createHelp(),r=this._getOutputContext(e);t.prepareContext({error:r.error,helpWidth:r.helpWidth,outputHasColors:r.hasColors});let i=t.formatHelp(this,t);return r.hasColors?i:this._outputConfiguration.stripColor(i)}_getOutputContext(e){e=e||{};let t=!!e.error,r,i,s;return t?(r=o(c=>this._outputConfiguration.writeErr(c),"baseWrite"),i=this._outputConfiguration.getErrHasColors(),s=this._outputConfiguration.getErrHelpWidth()):(r=o(c=>this._outputConfiguration.writeOut(c),"baseWrite"),i=this._outputConfiguration.getOutHasColors(),s=this._outputConfiguration.getOutHelpWidth()),{error:t,write:o(c=>(i||(c=this._outputConfiguration.stripColor(c)),r(c)),"write"),hasColors:i,helpWidth:s}}outputHelp(e){let t;typeof e=="function"&&(t=e,e=void 0);let r=this._getOutputContext(e),i={error:r.error,write:r.write,command:this};this._getCommandAndAncestors().reverse().forEach(a=>a.emit("beforeAllHelp",i)),this.emit("beforeHelp",i);let s=this.helpInformation({error:r.error});if(t&&(s=t(s),typeof s!="string"&&!Buffer.isBuffer(s)))throw new Error("outputHelp callback must return a string or a Buffer");r.write(s),this._getHelpOption()?.long&&this.emit(this._getHelpOption().long),this.emit("afterHelp",i),this._getCommandAndAncestors().forEach(a=>a.emit("afterAllHelp",i))}helpOption(e,t){return typeof e=="boolean"?(e?(this._helpOption===null&&(this._helpOption=void 0),this._defaultOptionGroup&&this._initOptionGroup(this._getHelpOption())):this._helpOption=null,this):(this._helpOption=this.createOption(e??"-h, --help",t??"display help for command"),(e||t)&&this._initOptionGroup(this._helpOption),this)}_getHelpOption(){return this._helpOption===void 0&&this.helpOption(void 0,void 0),this._helpOption}addHelpOption(e){return this._helpOption=e,this._initOptionGroup(e),this}help(e){this.outputHelp(e);let t=Number(Qe.exitCode??0);t===0&&e&&typeof e!="function"&&e.error&&(t=1),this._exit(t,"commander.help","(outputHelp)")}addHelpText(e,t){let r=["beforeAll","before","after","afterAll"];if(!r.includes(e))throw new Error(`Unexpected value for position to addHelpText.
|
|
30
30
|
Expecting one of '${r.join("', '")}'`);let i=`${e}Help`;return this.on(i,s=>{let a;typeof t=="function"?a=t({error:s.error,command:s.command}):a=t,a&&s.write(`${a}
|
|
31
|
-
`)}),this}_outputHelpIfRequested(e){let t=this._getHelpOption();t&&e.find(i=>t.is(i))&&(this.outputHelp(),this._exit(0,"commander.helpDisplayed","(outputHelp)"))}};function F2(n){return n.map(e=>{if(!e.startsWith("--inspect"))return e;let t,r="127.0.0.1",i="9229",s;return(s=e.match(/^(--inspect(-brk)?)$/))!==null?t=s[1]:(s=e.match(/^(--inspect(-brk|-port)?)=([^:]+)$/))!==null?(t=s[1],/^\d+$/.test(s[3])?i=s[3]:r=s[3]):(s=e.match(/^(--inspect(-brk|-port)?)=([^:]+):(\d+)$/))!==null&&(t=s[1],r=s[3],i=s[4]),t&&i!=="0"?`${t}=${r}:${parseInt(i)+1}`:e})}o(F2,"incrementNodeInspectorPort");function Xd(){if(Qe.env.NO_COLOR||Qe.env.FORCE_COLOR==="0"||Qe.env.FORCE_COLOR==="false")return!1;if(Qe.env.FORCE_COLOR||Qe.env.CLICOLOR_FORCE!==void 0)return!0}o(Xd,"useColor");Jd.Command=Kd;Jd.useColor=Xd});var j2=v(Kr=>{var{Argument:L2}=Zu(),{Command:Zd}=N2(),{CommanderError:ZA,InvalidArgumentError:M2}=oc(),{Help:eC}=qd(),{Option:k2}=Hd();Kr.program=new Zd;Kr.createCommand=n=>new Zd(n);Kr.createOption=(n,e)=>new k2(n,e);Kr.createArgument=(n,e)=>new L2(n,e);Kr.Command=Zd;Kr.Option=k2;Kr.Argument=L2;Kr.Help=eC;Kr.CommanderError=ZA;Kr.InvalidArgumentError=M2;Kr.InvalidOptionArgumentError=M2});var ep=v(tl=>{"use strict";Object.defineProperty(tl,"__esModule",{value:!0});tl.AssetClass=void 0;var V2;(function(n){n.AREA="ems__Area",n.TASK="ems__Task",n.PROJECT="ems__Project",n.MEETING="ems__Meeting",n.INITIATIVE="ems__Initiative",n.TASK_PROTOTYPE="ems__TaskPrototype",n.MEETING_PROTOTYPE="ems__MeetingPrototype",n.EVENT_PROTOTYPE="exo__EventPrototype",n.PROJECT_PROTOTYPE="ems__ProjectPrototype",n.EVENT="exo__Event",n.DAILY_NOTE="pn__DailyNote",n.CONCEPT="ims__Concept",n.SESSION_START_EVENT="ems__SessionStartEvent",n.SESSION_END_EVENT="ems__SessionEndEvent",n.PROTOTYPE="exo__Prototype",n.CLASS="exo__Class"})(V2||(tl.AssetClass=V2={}))});var tp=v(rl=>{"use strict";Object.defineProperty(rl,"__esModule",{value:!0});rl.EffortStatus=void 0;var U2;(function(n){n.DRAFT="ems__EffortStatusDraft",n.BACKLOG="ems__EffortStatusBacklog",n.ANALYSIS="ems__EffortStatusAnalysis",n.TODO="ems__EffortStatusToDo",n.DOING="ems__EffortStatusDoing",n.DONE="ems__EffortStatusDone",n.TRASHED="ems__EffortStatusTrashed"})(U2||(rl.EffortStatus=U2={}))});var B2=v(nl=>{"use strict";Object.defineProperty(nl,"__esModule",{value:!0});nl.hasPosition=tC;nl.isFixed=rC;function tC(n){return typeof n.x=="number"&&typeof n.y=="number"}o(tC,"hasPosition");function rC(n){return n.fx!==null&&n.fx!==void 0&&n.fy!==null&&n.fy!==void 0}o(rC,"isFixed")});var q2=v(il=>{"use strict";Object.defineProperty(il,"__esModule",{value:!0});il.createEmptyGraphData=nC;il.mergeGraphData=iC;function nC(){return{nodes:[],edges:[],lastUpdated:Date.now(),version:0}}o(nC,"createEmptyGraphData");function iC(n,e){let t=new Map,r=new Set,i=[];for(let s of n.nodes)t.set(s.id,s);for(let s of e.nodes)t.set(s.id,s);for(let s of n.edges){let a=`${s.source}->${s.target}:${s.type}`;r.has(a)||(r.add(a),i.push(s))}for(let s of e.edges){let a=`${s.source}->${s.target}:${s.type}`;r.has(a)||(r.add(a),i.push(s))}return{nodes:Array.from(t.values()),edges:i,lastUpdated:Date.now(),version:Math.max(n.version??0,e.version??0)+1}}o(iC,"mergeGraphData")});var rp=v(sl=>{"use strict";Object.defineProperty(sl,"__esModule",{value:!0});sl.createEdgeId=sC;sl.edgesEqual=aC;function sC(n,e,t,r){let i=r?`|${r}`:"";return`${n}->${e}:${t}${i}`}o(sC,"createEdgeId");function aC(n,e){return n.source===e.source&&n.target===e.target&&n.type===e.type&&n.predicate===e.predicate}o(aC,"edgesEqual")});var np=v(gt=>{"use strict";Object.defineProperty(gt,"__esModule",{value:!0});gt.BUILT_IN_EDGE_STYLES=gt.BUILT_IN_NODE_STYLES=gt.DEFAULT_EDGE_STYLE=gt.DEFAULT_NODE_STYLE=gt.RDF_TYPE_PREDICATES=void 0;gt.mergeNodeStyles=oC;gt.mergeEdgeStyles=cC;gt.extractLocalName=uC;gt.isClassType=lC;gt.isTypePredicate=fC;gt.isSubClassPredicate=hC;gt.RDF_TYPE_PREDICATES={RDF_TYPE:"http://www.w3.org/1999/02/22-rdf-syntax-ns#type",RDFS_CLASS:"http://www.w3.org/2000/01/rdf-schema#Class",OWL_CLASS:"http://www.w3.org/2002/07/owl#Class",RDFS_SUBCLASS_OF:"http://www.w3.org/2000/01/rdf-schema#subClassOf",OWL_EQUIVALENT_CLASS:"http://www.w3.org/2002/07/owl#equivalentClass",RDFS_LABEL:"http://www.w3.org/2000/01/rdf-schema#label",RDFS_COMMENT:"http://www.w3.org/2000/01/rdf-schema#comment"};gt.DEFAULT_NODE_STYLE={color:"#6366f1",borderColor:"#4f46e5",borderWidth:2,size:30,shape:"circle",icon:"",opacity:1,shadow:!1,animation:"none"};gt.DEFAULT_EDGE_STYLE={color:"#9ca3af",width:1,lineStyle:"solid",arrow:"standard",curvature:0,opacity:.6,showLabel:!1,labelPosition:.5};gt.BUILT_IN_NODE_STYLES={"http://www.w3.org/2000/01/rdf-schema#Class":{color:"#f59e0b",shape:"diamond",size:40},"http://www.w3.org/2002/07/owl#Class":{color:"#f59e0b",shape:"diamond",size:40},ems__Task:{color:"#22c55e",shape:"circle"},ems__Project:{color:"#3b82f6",shape:"square"},ems__Area:{color:"#8b5cf6",shape:"hexagon",size:40},ems__Meeting:{color:"#ec4899",shape:"circle"},exo__Class:{color:"#f59e0b",shape:"diamond"},ims__Person:{color:"#06b6d4",shape:"circle"}};gt.BUILT_IN_EDGE_STYLES={"http://www.w3.org/1999/02/22-rdf-syntax-ns#type":{color:"#f59e0b",lineStyle:"dashed",arrow:"standard"},"http://www.w3.org/2000/01/rdf-schema#subClassOf":{color:"#8b5cf6",width:2,arrow:"triangle"},"https://exocortex.my/ontology/ems#Effort_parent":{color:"#6366f1",width:2,arrow:"standard"},"https://exocortex.my/ontology/exo#Asset_prototype":{color:"#f59e0b",lineStyle:"dashed",arrow:"circle"},"https://exocortex.my/ontology/exo#references":{color:"#22c55e",opacity:.4,arrow:"standard"}};function oC(n,e){return{...n,...Object.fromEntries(Object.entries(e).filter(([,t])=>t!==void 0))}}o(oC,"mergeNodeStyles");function cC(n,e){return{...n,...Object.fromEntries(Object.entries(e).filter(([,t])=>t!==void 0))}}o(cC,"mergeEdgeStyles");function uC(n){let e=n.lastIndexOf("#"),t=n.lastIndexOf("/"),r=Math.max(e,t);return r>=0?n.substring(r+1):n}o(uC,"extractLocalName");function lC(n){return n===gt.RDF_TYPE_PREDICATES.RDFS_CLASS||n===gt.RDF_TYPE_PREDICATES.OWL_CLASS}o(lC,"isClassType");function fC(n){return n===gt.RDF_TYPE_PREDICATES.RDF_TYPE}o(fC,"isTypePredicate");function hC(n){return n===gt.RDF_TYPE_PREDICATES.RDFS_SUBCLASS_OF}o(hC,"isSubClassPredicate")});var W2=v(G2=>{"use strict";Object.defineProperty(G2,"__esModule",{value:!0})});var Ye=v(al=>{"use strict";Object.defineProperty(al,"__esModule",{value:!0});al.IRI=void 0;var ip=class n{static{o(this,"IRI")}constructor(e){let t=e.trim();if(t.length===0)throw new Error("IRI cannot be empty");if(!n.isValidIRI(t))throw new Error("Invalid IRI format");this._value=t}get value(){return this._value}equals(e){return this._value===e._value}toString(){return this._value}static isValidIRI(e){if(!e||e.trim().length===0||/\s/.test(e)||!/^[a-z][a-z0-9+.-]*:/i.test(e))return!1;let r=["http","https","ftp","ftps","file","mailto","tel","data","ws","wss","urn","obsidian"],i=e.match(/^([a-z][a-z0-9+.-]*?):/i);if(i){let s=i[1].toLowerCase();if(!r.includes(s))return!1}try{return new URL(e),!0}catch{return/^urn:[a-z0-9][a-z0-9-]{0,31}:[^\s]+$/i.test(e)}}};al.IRI=ip});var lt=v(Ns=>{"use strict";Object.defineProperty(Ns,"__esModule",{value:!0});Ns.Literal=void 0;Ns.parseLanguageTag=z2;Ns.createDirectionalLiteral=pC;Ns.createLiteralFromLanguageTag=mC;var dC="http://www.w3.org/2001/XMLSchema#string",cc=class{static{o(this,"Literal")}constructor(e,t,r,i){if(e.length===0)throw new Error("Literal value cannot be empty");if(t&&r)throw new Error("Literal cannot have both datatype and language tag");if(i&&!r)throw new Error("Literal cannot have direction without language tag");if(i&&i!=="ltr"&&i!=="rtl")throw new Error('Direction must be "ltr" or "rtl"');this._value=e,this._datatype=t,this._language=r?r.toLowerCase():void 0,this._direction=i}get value(){return this._value}get datatype(){return this._datatype}get language(){return this._language}get direction(){return this._direction}hasDirection(){return this._direction!==void 0}equals(e){if(this._value!==e._value||this._language!==e._language||this._direction!==e._direction)return!1;let t=this.normalizedDatatype(),r=e.normalizedDatatype();return t===r}normalizedDatatype(){return!this._datatype||this._datatype.value===dC?null:this._datatype.value}toString(){let e=`"${this._value}"`;return this._datatype?e+=`^^<${this._datatype.value}>`:this._language&&(e+=`@${this._language}`,this._direction&&(e+=`--${this._direction}`)),e}};Ns.Literal=cc;function z2(n){let t=n.lastIndexOf("--");if(t===-1)return{language:n.toLowerCase()};let r=n.substring(t+2),i=n.substring(0,t);return r==="ltr"||r==="rtl"?{language:i.toLowerCase(),direction:r}:{language:n.toLowerCase()}}o(z2,"parseLanguageTag");function pC(n,e,t){return new cc(n,void 0,e,t)}o(pC,"createDirectionalLiteral");function mC(n,e){let{language:t,direction:r}=z2(e);return new cc(n,void 0,t,r)}o(mC,"createLiteralFromLanguageTag")});var It=v(cl=>{"use strict";Object.defineProperty(cl,"__esModule",{value:!0});cl.BlankNode=void 0;var ol=class n{static{o(this,"BlankNode")}constructor(e){let t=e.trim();if(t.length===0)throw new Error("BlankNode id cannot be empty");this._id=t}get id(){return this._id}equals(e){return this._id===e._id}toString(){return`_:${this._id}`}static generateId(){return`b${++n.counter}`}static create(){return new n(n.generateId())}};cl.BlankNode=ol;ol.counter=0});var Xr=v(ul=>{"use strict";Object.defineProperty(ul,"__esModule",{value:!0});ul.Namespace=void 0;var H2=Ye(),yr=class{static{o(this,"Namespace")}constructor(e,t){if(e.trim().length===0)throw new Error("Namespace prefix cannot be empty");this._prefix=e,this._iri=new H2.IRI(t)}get prefix(){return this._prefix}get iri(){return this._iri}term(e){return new H2.IRI(`${this._iri.value}${e}`)}expand(e){let t=e.split(":");if(t.length!==2)return null;let[r,i]=t;return r!==this._prefix?null:this.term(i)}};ul.Namespace=yr;yr.RDF=new yr("rdf","http://www.w3.org/1999/02/22-rdf-syntax-ns#");yr.RDFS=new yr("rdfs","http://www.w3.org/2000/01/rdf-schema#");yr.OWL=new yr("owl","http://www.w3.org/2002/07/owl#");yr.XSD=new yr("xsd","http://www.w3.org/2001/XMLSchema#");yr.EXO=new yr("exo","https://exocortex.my/ontology/exo#");yr.EMS=new yr("ems","https://exocortex.my/ontology/ems#")});var Oi=v(ll=>{"use strict";Object.defineProperty(ll,"__esModule",{value:!0});ll.Triple=void 0;var sp=Ye(),ap=lt(),op=It(),cp=class{static{o(this,"Triple")}constructor(e,t,r){this._subject=e,this._predicate=t,this._object=r}get subject(){return this._subject}get predicate(){return this._predicate}get object(){return this._object}equals(e){return!(!this.equalsNode(this._subject,e._subject)||!this._predicate.equals(e._predicate)||!this.equalsNode(this._object,e._object))}equalsNode(e,t){return e instanceof sp.IRI&&t instanceof sp.IRI||e instanceof op.BlankNode&&t instanceof op.BlankNode||e instanceof ap.Literal&&t instanceof ap.Literal||this.isQuotedTriple(e)&&this.isQuotedTriple(t)?e.equals(t):!1}isQuotedTriple(e){return typeof e=="object"&&e!==null&&"termType"in e&&e.termType==="QuotedTriple"}toString(){let e=this.nodeToString(this._subject),t=`<${this._predicate.value}>`,r=this.nodeToString(this._object);return`${e} ${t} ${r} .`}nodeToString(e){return e instanceof sp.IRI?`<${e.value}>`:e instanceof op.BlankNode||e instanceof ap.Literal||this.isQuotedTriple(e)?e.toString():""}};ll.Triple=cp});var uc=v(fl=>{"use strict";Object.defineProperty(fl,"__esModule",{value:!0});fl.QuotedTriple=void 0;var up=Ye(),lp=lt(),fp=It(),hp=class n{static{o(this,"QuotedTriple")}constructor(e,t,r){this._subject=e,this._predicate=t,this._object=r}get subject(){return this._subject}get predicate(){return this._predicate}get object(){return this._object}equals(e){return!(!this.equalsNode(this._subject,e._subject)||!this._predicate.equals(e._predicate)||!this.equalsNode(this._object,e._object))}equalsNode(e,t){return e instanceof up.IRI&&t instanceof up.IRI||e instanceof fp.BlankNode&&t instanceof fp.BlankNode||e instanceof lp.Literal&&t instanceof lp.Literal||e instanceof n&&t instanceof n?e.equals(t):!1}get termType(){return"QuotedTriple"}toString(){let e=this.nodeToString(this._subject),t=`<${this._predicate.value}>`,r=this.nodeToString(this._object);return`<< ${e} ${t} ${r} >>`}nodeToString(e){return e instanceof up.IRI?`<${e.value}>`:e instanceof fp.BlankNode||e instanceof lp.Literal||e instanceof n?e.toString():""}};fl.QuotedTriple=hp});var Q2=v(Tt=>{"use strict";Object.defineProperty(Tt,"__esModule",{value:!0});Tt.QuotedTriple=Tt.Triple=Tt.Namespace=Tt.BlankNode=Tt.createLiteralFromLanguageTag=Tt.createDirectionalLiteral=Tt.parseLanguageTag=Tt.Literal=Tt.IRI=void 0;var gC=Ye();Object.defineProperty(Tt,"IRI",{enumerable:!0,get:o(function(){return gC.IRI},"get")});var hl=lt();Object.defineProperty(Tt,"Literal",{enumerable:!0,get:o(function(){return hl.Literal},"get")});Object.defineProperty(Tt,"parseLanguageTag",{enumerable:!0,get:o(function(){return hl.parseLanguageTag},"get")});Object.defineProperty(Tt,"createDirectionalLiteral",{enumerable:!0,get:o(function(){return hl.createDirectionalLiteral},"get")});Object.defineProperty(Tt,"createLiteralFromLanguageTag",{enumerable:!0,get:o(function(){return hl.createLiteralFromLanguageTag},"get")});var yC=It();Object.defineProperty(Tt,"BlankNode",{enumerable:!0,get:o(function(){return yC.BlankNode},"get")});var vC=Xr();Object.defineProperty(Tt,"Namespace",{enumerable:!0,get:o(function(){return vC.Namespace},"get")});var SC=Oi();Object.defineProperty(Tt,"Triple",{enumerable:!0,get:o(function(){return SC.Triple},"get")});var _C=uc();Object.defineProperty(Tt,"QuotedTriple",{enumerable:!0,get:o(function(){return _C.QuotedTriple},"get")})});var dl=v(Zr=>{"use strict";Object.defineProperty(Zr,"__esModule",{value:!0});Zr.UUID_URL_NAMESPACE=Zr.DEFAULT_LANGUAGE_TAG=Zr.REQUIRED_PROPERTIES=Zr.ALLOWED_PROPERTIES=Zr.Exo003MetadataType=void 0;var Jr;(function(n){n.Namespace="namespace",n.Anchor="anchor",n.BlankNode="blank_node",n.Statement="statement",n.Body="body"})(Jr||(Zr.Exo003MetadataType=Jr={}));Zr.ALLOWED_PROPERTIES={[Jr.Namespace]:["metadata","uri","aliases"],[Jr.Anchor]:["metadata","uri","aliases"],[Jr.BlankNode]:["metadata","uri","aliases"],[Jr.Statement]:["metadata","subject","predicate","object","aliases"],[Jr.Body]:["metadata","subject","predicate","aliases"]};Zr.REQUIRED_PROPERTIES={[Jr.Namespace]:["metadata","uri"],[Jr.Anchor]:["metadata","uri"],[Jr.BlankNode]:["metadata","uri"],[Jr.Statement]:["metadata","subject","predicate","object"],[Jr.Body]:["metadata","subject","predicate"]};Zr.DEFAULT_LANGUAGE_TAG="ru";Zr.UUID_URL_NAMESPACE="6ba7b811-9dad-11d1-80b4-00c04fd430c8"});var Y2=v(dp=>{"use strict";Object.defineProperty(dp,"__esModule",{value:!0});dp.default="ffffffff-ffff-ffff-ffff-ffffffffffff"});var K2=v(pp=>{"use strict";Object.defineProperty(pp,"__esModule",{value:!0});pp.default="00000000-0000-0000-0000-000000000000"});var X2=v(mp=>{"use strict";Object.defineProperty(mp,"__esModule",{value:!0});mp.default=/^(?:[0-9a-f]{8}-[0-9a-f]{4}-[1-8][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$/i});var lc=v(gp=>{"use strict";Object.defineProperty(gp,"__esModule",{value:!0});var wC=X2();function bC(n){return typeof n=="string"&&wC.default.test(n)}o(bC,"validate");gp.default=bC});var fc=v(yp=>{"use strict";Object.defineProperty(yp,"__esModule",{value:!0});var EC=lc();function TC(n){if(!(0,EC.default)(n))throw TypeError("Invalid UUID");let e;return Uint8Array.of((e=parseInt(n.slice(0,8),16))>>>24,e>>>16&255,e>>>8&255,e&255,(e=parseInt(n.slice(9,13),16))>>>8,e&255,(e=parseInt(n.slice(14,18),16))>>>8,e&255,(e=parseInt(n.slice(19,23),16))>>>8,e&255,(e=parseInt(n.slice(24,36),16))/1099511627776&255,e/4294967296&255,e>>>24&255,e>>>16&255,e>>>8&255,e&255)}o(TC,"parse");yp.default=TC});var Pi=v(hc=>{"use strict";Object.defineProperty(hc,"__esModule",{value:!0});hc.unsafeStringify=void 0;var AC=lc(),Gt=[];for(let n=0;n<256;++n)Gt.push((n+256).toString(16).slice(1));function J2(n,e=0){return(Gt[n[e+0]]+Gt[n[e+1]]+Gt[n[e+2]]+Gt[n[e+3]]+"-"+Gt[n[e+4]]+Gt[n[e+5]]+"-"+Gt[n[e+6]]+Gt[n[e+7]]+"-"+Gt[n[e+8]]+Gt[n[e+9]]+"-"+Gt[n[e+10]]+Gt[n[e+11]]+Gt[n[e+12]]+Gt[n[e+13]]+Gt[n[e+14]]+Gt[n[e+15]]).toLowerCase()}o(J2,"unsafeStringify");hc.unsafeStringify=J2;function CC(n,e=0){let t=J2(n,e);if(!(0,AC.default)(t))throw TypeError("Stringified UUID is invalid");return t}o(CC,"stringify");hc.default=CC});var gl=v(vp=>{"use strict";Object.defineProperty(vp,"__esModule",{value:!0});var xC=require("crypto"),ml=new Uint8Array(256),pl=ml.length;function IC(){return pl>ml.length-16&&((0,xC.randomFillSync)(ml),pl=0),ml.slice(pl,pl+=16)}o(IC,"rng");vp.default=IC});var Sp=v(pc=>{"use strict";Object.defineProperty(pc,"__esModule",{value:!0});pc.updateV1State=void 0;var Z2=gl(),OC=Pi(),dc={};function PC(n,e,t){let r,i=n?._v6??!1;if(n){let s=Object.keys(n);s.length===1&&s[0]==="_v6"&&(n=void 0)}if(n)r=ev(n.random??n.rng?.()??(0,Z2.default)(),n.msecs,n.nsecs,n.clockseq,n.node,e,t);else{let s=Date.now(),a=(0,Z2.default)();tv(dc,s,a),r=ev(a,dc.msecs,dc.nsecs,i?void 0:dc.clockseq,i?void 0:dc.node,e,t)}return e??(0,OC.unsafeStringify)(r)}o(PC,"v1");function tv(n,e,t){return n.msecs??=-1/0,n.nsecs??=0,e===n.msecs?(n.nsecs++,n.nsecs>=1e4&&(n.node=void 0,n.nsecs=0)):e>n.msecs?n.nsecs=0:e<n.msecs&&(n.node=void 0),n.node||(n.node=t.slice(10,16),n.node[0]|=1,n.clockseq=(t[8]<<8|t[9])&16383),n.msecs=e,n}o(tv,"updateV1State");pc.updateV1State=tv;function ev(n,e,t,r,i,s,a=0){if(n.length<16)throw new Error("Random bytes length must be >= 16");if(!s)s=new Uint8Array(16),a=0;else if(a<0||a+16>s.length)throw new RangeError(`UUID byte range ${a}:${a+15} is out of buffer bounds`);e??=Date.now(),t??=0,r??=(n[8]<<8|n[9])&16383,i??=n.slice(10,16),e+=122192928e5;let c=((e&268435455)*1e4+t)%4294967296;s[a++]=c>>>24&255,s[a++]=c>>>16&255,s[a++]=c>>>8&255,s[a++]=c&255;let u=e/4294967296*1e4&268435455;s[a++]=u>>>8&255,s[a++]=u&255,s[a++]=u>>>24&15|16,s[a++]=u>>>16&255,s[a++]=r>>>8|128,s[a++]=r&255;for(let l=0;l<6;++l)s[a++]=i[l];return s}o(ev,"v1Bytes");pc.default=PC});var wp=v(_p=>{"use strict";Object.defineProperty(_p,"__esModule",{value:!0});var DC=fc(),RC=Pi();function FC(n){let e=typeof n=="string"?(0,DC.default)(n):n,t=NC(e);return typeof n=="string"?(0,RC.unsafeStringify)(t):t}o(FC,"v1ToV6");_p.default=FC;function NC(n){return Uint8Array.of((n[6]&15)<<4|n[7]>>4&15,(n[7]&15)<<4|(n[4]&240)>>4,(n[4]&15)<<4|(n[5]&240)>>4,(n[5]&15)<<4|(n[0]&240)>>4,(n[0]&15)<<4|(n[1]&240)>>4,(n[1]&15)<<4|(n[2]&240)>>4,96|n[2]&15,n[3],n[8],n[9],n[10],n[11],n[12],n[13],n[14],n[15])}o(NC,"_v1ToV6")});var rv=v(bp=>{"use strict";Object.defineProperty(bp,"__esModule",{value:!0});var LC=require("crypto");function MC(n){return Array.isArray(n)?n=Buffer.from(n):typeof n=="string"&&(n=Buffer.from(n,"utf8")),(0,LC.createHash)("md5").update(n).digest()}o(MC,"md5");bp.default=MC});var mc=v(Di=>{"use strict";Object.defineProperty(Di,"__esModule",{value:!0});Di.URL=Di.DNS=Di.stringToBytes=void 0;var nv=fc(),kC=Pi();function iv(n){n=unescape(encodeURIComponent(n));let e=new Uint8Array(n.length);for(let t=0;t<n.length;++t)e[t]=n.charCodeAt(t);return e}o(iv,"stringToBytes");Di.stringToBytes=iv;Di.DNS="6ba7b810-9dad-11d1-80b4-00c04fd430c8";Di.URL="6ba7b811-9dad-11d1-80b4-00c04fd430c8";function jC(n,e,t,r,i,s){let a=typeof t=="string"?iv(t):t,c=typeof r=="string"?(0,nv.default)(r):r;if(typeof r=="string"&&(r=(0,nv.default)(r)),r?.length!==16)throw TypeError("Namespace must be array-like (16 iterable integer values, 0-255)");let u=new Uint8Array(16+a.length);if(u.set(c),u.set(a,c.length),u=e(u),u[6]=u[6]&15|n,u[8]=u[8]&63|128,i){s=s||0;for(let l=0;l<16;++l)i[s+l]=u[l];return i}return(0,kC.unsafeStringify)(u)}o(jC,"v35");Di.default=jC});var av=v(Ls=>{"use strict";Object.defineProperty(Ls,"__esModule",{value:!0});Ls.URL=Ls.DNS=void 0;var $C=rv(),Ep=mc(),sv=mc();Object.defineProperty(Ls,"DNS",{enumerable:!0,get:o(function(){return sv.DNS},"get")});Object.defineProperty(Ls,"URL",{enumerable:!0,get:o(function(){return sv.URL},"get")});function Tp(n,e,t,r){return(0,Ep.default)(48,$C.default,n,e,t,r)}o(Tp,"v3");Tp.DNS=Ep.DNS;Tp.URL=Ep.URL;Ls.default=Tp});var ov=v(Ap=>{"use strict";Object.defineProperty(Ap,"__esModule",{value:!0});var VC=require("crypto");Ap.default={randomUUID:VC.randomUUID}});var uv=v(Cp=>{"use strict";Object.defineProperty(Cp,"__esModule",{value:!0});var cv=ov(),UC=gl(),BC=Pi();function qC(n,e,t){if(cv.default.randomUUID&&!e&&!n)return cv.default.randomUUID();n=n||{};let r=n.random??n.rng?.()??(0,UC.default)();if(r.length<16)throw new Error("Random bytes length must be >= 16");if(r[6]=r[6]&15|64,r[8]=r[8]&63|128,e){if(t=t||0,t<0||t+16>e.length)throw new RangeError(`UUID byte range ${t}:${t+15} is out of buffer bounds`);for(let i=0;i<16;++i)e[t+i]=r[i];return e}return(0,BC.unsafeStringify)(r)}o(qC,"v4");Cp.default=qC});var lv=v(xp=>{"use strict";Object.defineProperty(xp,"__esModule",{value:!0});var GC=require("crypto");function WC(n){return Array.isArray(n)?n=Buffer.from(n):typeof n=="string"&&(n=Buffer.from(n,"utf8")),(0,GC.createHash)("sha1").update(n).digest()}o(WC,"sha1");xp.default=WC});var hv=v(Ms=>{"use strict";Object.defineProperty(Ms,"__esModule",{value:!0});Ms.URL=Ms.DNS=void 0;var zC=lv(),Ip=mc(),fv=mc();Object.defineProperty(Ms,"DNS",{enumerable:!0,get:o(function(){return fv.DNS},"get")});Object.defineProperty(Ms,"URL",{enumerable:!0,get:o(function(){return fv.URL},"get")});function Op(n,e,t,r){return(0,Ip.default)(80,zC.default,n,e,t,r)}o(Op,"v5");Op.DNS=Ip.DNS;Op.URL=Ip.URL;Ms.default=Op});var dv=v(Pp=>{"use strict";Object.defineProperty(Pp,"__esModule",{value:!0});var HC=Pi(),QC=Sp(),YC=wp();function KC(n,e,t){n??={},t??=0;let r=(0,QC.default)({...n,_v6:!0},new Uint8Array(16));if(r=(0,YC.default)(r),e){for(let i=0;i<16;i++)e[t+i]=r[i];return e}return(0,HC.unsafeStringify)(r)}o(KC,"v6");Pp.default=KC});var pv=v(Dp=>{"use strict";Object.defineProperty(Dp,"__esModule",{value:!0});var XC=fc(),JC=Pi();function ZC(n){let e=typeof n=="string"?(0,XC.default)(n):n,t=ex(e);return typeof n=="string"?(0,JC.unsafeStringify)(t):t}o(ZC,"v6ToV1");Dp.default=ZC;function ex(n){return Uint8Array.of((n[3]&15)<<4|n[4]>>4&15,(n[4]&15)<<4|(n[5]&240)>>4,(n[5]&15)<<4|n[6]&15,n[7],(n[1]&15)<<4|(n[2]&240)>>4,(n[2]&15)<<4|(n[3]&240)>>4,16|(n[0]&240)>>4,(n[0]&15)<<4|(n[1]&240)>>4,n[8],n[9],n[10],n[11],n[12],n[13],n[14],n[15])}o(ex,"_v6ToV1")});var vv=v(gc=>{"use strict";Object.defineProperty(gc,"__esModule",{value:!0});gc.updateV7State=void 0;var mv=gl(),tx=Pi(),Rp={};function rx(n,e,t){let r;if(n)r=gv(n.random??n.rng?.()??(0,mv.default)(),n.msecs,n.seq,e,t);else{let i=Date.now(),s=(0,mv.default)();yv(Rp,i,s),r=gv(s,Rp.msecs,Rp.seq,e,t)}return e??(0,tx.unsafeStringify)(r)}o(rx,"v7");function yv(n,e,t){return n.msecs??=-1/0,n.seq??=0,e>n.msecs?(n.seq=t[6]<<23|t[7]<<16|t[8]<<8|t[9],n.msecs=e):(n.seq=n.seq+1|0,n.seq===0&&n.msecs++),n}o(yv,"updateV7State");gc.updateV7State=yv;function gv(n,e,t,r,i=0){if(n.length<16)throw new Error("Random bytes length must be >= 16");if(!r)r=new Uint8Array(16),i=0;else if(i<0||i+16>r.length)throw new RangeError(`UUID byte range ${i}:${i+15} is out of buffer bounds`);return e??=Date.now(),t??=n[6]*127<<24|n[7]<<16|n[8]<<8|n[9],r[i++]=e/1099511627776&255,r[i++]=e/4294967296&255,r[i++]=e/16777216&255,r[i++]=e/65536&255,r[i++]=e/256&255,r[i++]=e&255,r[i++]=112|t>>>28&15,r[i++]=t>>>20&255,r[i++]=128|t>>>14&63,r[i++]=t>>>6&255,r[i++]=t<<2&255|n[10]&3,r[i++]=n[11],r[i++]=n[12],r[i++]=n[13],r[i++]=n[14],r[i++]=n[15],r}o(gv,"v7Bytes");gc.default=rx});var Sv=v(Fp=>{"use strict";Object.defineProperty(Fp,"__esModule",{value:!0});var nx=lc();function ix(n){if(!(0,nx.default)(n))throw TypeError("Invalid UUID");return parseInt(n.slice(14,15),16)}o(ix,"version");Fp.default=ix});var vr=v(Je=>{"use strict";Object.defineProperty(Je,"__esModule",{value:!0});Je.version=Je.validate=Je.v7=Je.v6ToV1=Je.v6=Je.v5=Je.v4=Je.v3=Je.v1ToV6=Je.v1=Je.stringify=Je.parse=Je.NIL=Je.MAX=void 0;var sx=Y2();Object.defineProperty(Je,"MAX",{enumerable:!0,get:o(function(){return sx.default},"get")});var ax=K2();Object.defineProperty(Je,"NIL",{enumerable:!0,get:o(function(){return ax.default},"get")});var ox=fc();Object.defineProperty(Je,"parse",{enumerable:!0,get:o(function(){return ox.default},"get")});var cx=Pi();Object.defineProperty(Je,"stringify",{enumerable:!0,get:o(function(){return cx.default},"get")});var ux=Sp();Object.defineProperty(Je,"v1",{enumerable:!0,get:o(function(){return ux.default},"get")});var lx=wp();Object.defineProperty(Je,"v1ToV6",{enumerable:!0,get:o(function(){return lx.default},"get")});var fx=av();Object.defineProperty(Je,"v3",{enumerable:!0,get:o(function(){return fx.default},"get")});var hx=uv();Object.defineProperty(Je,"v4",{enumerable:!0,get:o(function(){return hx.default},"get")});var dx=hv();Object.defineProperty(Je,"v5",{enumerable:!0,get:o(function(){return dx.default},"get")});var px=dv();Object.defineProperty(Je,"v6",{enumerable:!0,get:o(function(){return px.default},"get")});var mx=pv();Object.defineProperty(Je,"v6ToV1",{enumerable:!0,get:o(function(){return mx.default},"get")});var gx=vv();Object.defineProperty(Je,"v7",{enumerable:!0,get:o(function(){return gx.default},"get")});var yx=lc();Object.defineProperty(Je,"validate",{enumerable:!0,get:o(function(){return yx.default},"get")});var vx=Sv();Object.defineProperty(Je,"version",{enumerable:!0,get:o(function(){return vx.default},"get")})});var Mp=v(yl=>{"use strict";Object.defineProperty(yl,"__esModule",{value:!0});yl.Exo003UUIDGenerator=void 0;var Np=vr(),_v=dl(),Lp=class{static{o(this,"Exo003UUIDGenerator")}static generateNamespaceUUID(e){if(!e||e.trim().length===0)throw new Error("Namespace URI cannot be empty");return(0,Np.v5)(e,_v.UUID_URL_NAMESPACE)}static generateAssetUUID(e,t){if(!t||t.trim().length===0)throw new Error("Local identifier cannot be empty");let r=this.generateNamespaceUUID(e);return(0,Np.v5)(t,r)}static generateFromIRI(e){if(!e||e.trim().length===0)throw new Error("IRI cannot be empty");let{namespace:t,localName:r}=this.splitIRI(e);return r?this.generateAssetUUID(t,r):(0,Np.v5)(e,_v.UUID_URL_NAMESPACE)}static generateBlankNodeUUID(e,t){if(!e||e.trim().length===0)throw new Error("Blank node ID cannot be empty");let r="urn:exocortex:blank-node:",i=t?`${t}#${e}`:e;return this.generateAssetUUID(r,i)}static generateStatementUUID(e,t,r){if(!e||!t||!r)throw new Error("Subject, predicate, and object cannot be empty");let i="urn:exocortex:statement:",s=`${e} ${t} ${r}`;return this.generateAssetUUID(i,s)}static generateBodyUUID(e,t){let r="urn:exocortex:body:",i=e;return t?.datatype?i+=`^^${t.datatype}`:t?.language&&(i+=`@${t.language}`,t.direction&&(i+=`--${t.direction}`)),this.generateAssetUUID(r,i)}static splitIRI(e){let t=e.lastIndexOf("#");if(t!==-1&&t<e.length-1)return{namespace:e.substring(0,t+1),localName:e.substring(t+1)};let r=e.lastIndexOf("/"),i=e.indexOf("://");return r!==-1&&r>i+2&&r<e.length-1?{namespace:e.substring(0,r+1),localName:e.substring(r+1)}:{namespace:e,localName:""}}static isValidUUID(e){return/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/i.test(e)}};yl.Exo003UUIDGenerator=Lp});var bv=v(Sl=>{"use strict";Object.defineProperty(Sl,"__esModule",{value:!0});Sl.Exo003Parser=void 0;var tt=dl(),yc=Mp(),Qi=Ye(),vl=lt(),wv=It(),Sx=Oi(),kp=class{static{o(this,"Exo003Parser")}static parse(e,t){let r=this.validate(e);if(!r.valid)return{success:!1,errors:r.errors};let i=e.metadata;try{return{success:!0,metadata:this.parseByType(e,i),bodyContent:i===tt.Exo003MetadataType.Body?t:void 0}}catch(s){return{success:!1,errors:[s instanceof Error?s.message:String(s)]}}}static validate(e){let t=[],r=[];if(!e.metadata)return t.push("Missing required property: metadata"),{valid:!1,errors:t,warnings:r};let i=e.metadata;if(!Object.values(tt.Exo003MetadataType).includes(i))return t.push(`Invalid metadata: ${i}. Valid types: ${Object.values(tt.Exo003MetadataType).join(", ")}`),{valid:!1,errors:t,warnings:r};let s=i,a=tt.ALLOWED_PROPERTIES[s],c=tt.REQUIRED_PROPERTIES[s];for(let u of c)(e[u]===void 0||e[u]===null)&&t.push(`Missing required property: ${u}`);for(let u of Object.keys(e))a.includes(u)||t.push(`Forbidden property for ${s}: ${u}`);switch(s){case tt.Exo003MetadataType.Namespace:this.validateNamespaceMetadata(e,t);break;case tt.Exo003MetadataType.Anchor:this.validateAnchorMetadata(e,t);break;case tt.Exo003MetadataType.BlankNode:this.validateBlankNodeMetadata(e,t);break;case tt.Exo003MetadataType.Statement:this.validateStatementMetadata(e,t);break;case tt.Exo003MetadataType.Body:this.validateBodyMetadata(e,t,r);break}return{valid:t.length===0,errors:t,warnings:r}}static parseByType(e,t){let r={metadata:t,aliases:e.aliases};switch(t){case tt.Exo003MetadataType.Namespace:return{...r,metadata:tt.Exo003MetadataType.Namespace,uri:e.uri};case tt.Exo003MetadataType.Anchor:return{...r,metadata:tt.Exo003MetadataType.Anchor,uri:e.uri};case tt.Exo003MetadataType.BlankNode:return{...r,metadata:tt.Exo003MetadataType.BlankNode,uri:e.uri};case tt.Exo003MetadataType.Statement:return{...r,metadata:tt.Exo003MetadataType.Statement,subject:e.subject,predicate:e.predicate,object:e.object};case tt.Exo003MetadataType.Body:return{...r,metadata:tt.Exo003MetadataType.Body,subject:e.subject,predicate:e.predicate}}}static validateNamespaceMetadata(e,t){let r=e.uri;if(r&&typeof r!="string")t.push("uri must be a string");else if(r)try{new Qi.IRI(r)}catch{t.push(`uri is not a valid IRI: ${String(r)}`)}}static validateAnchorMetadata(e,t){let r=e.uri;if(r&&typeof r!="string")t.push("uri must be a string");else if(r)try{new Qi.IRI(r)}catch{t.push(`uri is not a valid IRI: ${String(r)}`)}}static validateBlankNodeMetadata(e,t){let r=e.uri;if(r&&typeof r!="string")t.push("uri must be a string");else if(r)try{new Qi.IRI(r)}catch{t.push(`uri is not a valid IRI: ${String(r)}`)}}static validateStatementMetadata(e,t){let r=e.subject,i=e.predicate,s=e.object,a=[["subject",r],["predicate",i],["object",s]];for(let[c,u]of a)u&&typeof u!="string"&&t.push(`${c} must be a string`)}static validateBodyMetadata(e,t,r){let i=e.subject,s=e.predicate;i&&typeof i!="string"&&t.push("subject must be a string"),s&&typeof s!="string"&&t.push("predicate must be a string")}static toTriple(e,t,r){let i=t(e.subject),s;if(i.type==="iri")s=new Qi.IRI(i.value);else if(i.type==="blank")s=new wv.BlankNode(i.value);else throw new Error("Statement subject cannot be a literal");let a=t(e.predicate);if(a.type!=="iri")throw new Error("Statement predicate must be an IRI");let c=new Qi.IRI(a.value),u=t(e.object),l;if(u.type==="iri")l=new Qi.IRI(u.value);else if(u.type==="blank")l=new wv.BlankNode(u.value);else{let f=r||u.value;if(u.datatype)l=new vl.Literal(f,new Qi.IRI(u.datatype));else{let h=u.language||tt.DEFAULT_LANGUAGE_TAG;l=(0,vl.createDirectionalLiteral)(f,h,u.direction)}}return new Sx.Triple(s,c,l)}static toLiteral(e,t,r){if(r?.datatype)return new vl.Literal(t,new Qi.IRI(r.datatype));let i=r?.language||tt.DEFAULT_LANGUAGE_TAG;return(0,vl.createDirectionalLiteral)(t,i,r?.direction)}static isExo003Format(e){let t=e.metadata;return typeof t=="string"&&Object.values(tt.Exo003MetadataType).includes(t)}static generateUUID(e,t){switch(e.metadata){case tt.Exo003MetadataType.Namespace:return yc.Exo003UUIDGenerator.generateNamespaceUUID(e.uri);case tt.Exo003MetadataType.Anchor:return yc.Exo003UUIDGenerator.generateNamespaceUUID(e.uri);case tt.Exo003MetadataType.BlankNode:return yc.Exo003UUIDGenerator.generateNamespaceUUID(e.uri);case tt.Exo003MetadataType.Statement:{let r=e;return yc.Exo003UUIDGenerator.generateStatementUUID(r.subject,r.predicate,r.object)}case tt.Exo003MetadataType.Body:{let r=e;return yc.Exo003UUIDGenerator.generateBodyUUID(r.subject+"|"+r.predicate)}}}};Sl.Exo003Parser=kp});var jp=v(rr=>{"use strict";Object.defineProperty(rr,"__esModule",{value:!0});rr.Exo003Parser=rr.Exo003UUIDGenerator=rr.UUID_URL_NAMESPACE=rr.DEFAULT_LANGUAGE_TAG=rr.REQUIRED_PROPERTIES=rr.ALLOWED_PROPERTIES=rr.Exo003MetadataType=void 0;var vc=dl();Object.defineProperty(rr,"Exo003MetadataType",{enumerable:!0,get:o(function(){return vc.Exo003MetadataType},"get")});Object.defineProperty(rr,"ALLOWED_PROPERTIES",{enumerable:!0,get:o(function(){return vc.ALLOWED_PROPERTIES},"get")});Object.defineProperty(rr,"REQUIRED_PROPERTIES",{enumerable:!0,get:o(function(){return vc.REQUIRED_PROPERTIES},"get")});Object.defineProperty(rr,"DEFAULT_LANGUAGE_TAG",{enumerable:!0,get:o(function(){return vc.DEFAULT_LANGUAGE_TAG},"get")});Object.defineProperty(rr,"UUID_URL_NAMESPACE",{enumerable:!0,get:o(function(){return vc.UUID_URL_NAMESPACE},"get")});var _x=Mp();Object.defineProperty(rr,"Exo003UUIDGenerator",{enumerable:!0,get:o(function(){return _x.Exo003UUIDGenerator},"get")});var wx=bv();Object.defineProperty(rr,"Exo003Parser",{enumerable:!0,get:o(function(){return wx.Exo003Parser},"get")})});var ks=v(wl=>{"use strict";Object.defineProperty(wl,"__esModule",{value:!0});wl.WikiLinkHelpers=void 0;var _l=class{static{o(this,"WikiLinkHelpers")}static normalize(e){return e?e.replace(this.WIKI_LINK_PATTERN,"").trim():""}static normalizeArray(e){return e?(Array.isArray(e)?e:[e]).map(r=>this.normalize(r)).filter(r=>r.length>0):[]}static equals(e,t){return this.normalize(e)===this.normalize(t)}static includes(e,t){let r=this.normalizeArray(e),i=this.normalize(t);return r.includes(i)}};wl.WikiLinkHelpers=_l;_l.WIKI_LINK_PATTERN=/\[\[|\]\]/g});var nr=v(Fa=>{"use strict";Object.defineProperty(Fa,"__esModule",{value:!0});Fa.EffortStatus=Fa.AssetClass=void 0;var bx=ep();Object.defineProperty(Fa,"AssetClass",{enumerable:!0,get:o(function(){return bx.AssetClass},"get")});var Ex=tp();Object.defineProperty(Fa,"EffortStatus",{enumerable:!0,get:o(function(){return Ex.EffortStatus},"get")})});var Yi=v(ir=>{"use strict";Object.defineProperty(ir,"__esModule",{value:!0});ir.hasClass=$s;ir.isAreaOrProject=Tx;ir.isEffort=Ax;ir.hasStatus=Cx;ir.isAssetArchived=xx;ir.hasEmptyProperties=Ix;ir.needsFolderRepair=Ox;ir.getTodayDateString=$p;ir.isPlannedForToday=Px;ir.hasPlannedStartTimestamp=Dx;ir.extractDailyNoteDate=Rx;ir.isCurrentDateGteDay=Fx;ir.inheritsFromPrototype=Av;ir.isPrototypeClass=Lx;var Tv=ks(),js=nr();function $s(n,e){return n?(Array.isArray(n)?n:[n]).some(r=>Tv.WikiLinkHelpers.normalize(r)===e):!1}o($s,"hasClass");function Tx(n){return $s(n,js.AssetClass.AREA)||$s(n,js.AssetClass.PROJECT)}o(Tx,"isAreaOrProject");function Ax(n){return $s(n,js.AssetClass.TASK)||$s(n,js.AssetClass.PROJECT)||$s(n,js.AssetClass.MEETING)}o(Ax,"isEffort");function Cx(n,e){if(!n)return!1;let t=Array.isArray(n)?n[0]:n;return t?Tv.WikiLinkHelpers.normalize(t)===e:!1}o(Cx,"hasStatus");function xx(n){if(n===!0||n===1)return!0;if(typeof n=="string"){let e=n.toLowerCase();return e==="true"||e==="yes"}return!1}o(xx,"isAssetArchived");function Ix(n){return!n||Object.keys(n).length===0?!1:Object.values(n).some(e=>!!(e==null||typeof e=="string"&&e.trim()===""||Array.isArray(e)&&e.length===0||typeof e=="object"&&!Array.isArray(e)&&Object.keys(e).length===0))}o(Ix,"hasEmptyProperties");function Ox(n,e){if(!e)return!1;let t=n.replace(/\/$/,""),r=e.replace(/\/$/,"");return t!==r}o(Ox,"needsFolderRepair");function $p(){let n=new Date,e=n.getFullYear(),t=String(n.getMonth()+1).padStart(2,"0"),r=String(n.getDate()).padStart(2,"0");return`${e}-${t}-${r}`}o($p,"getTodayDateString");function Px(n){let e=n.ems__Effort_plannedStartTimestamp;if(!e)return!1;let t=$p();return typeof e=="string"?e.split("T")[0]===t:Array.isArray(e)&&e.length>0?String(e[0]).split("T")[0]===t:!1}o(Px,"isPlannedForToday");function Dx(n){let e=n.ems__Effort_plannedStartTimestamp;return e?typeof e=="string"?e.trim().length>0:Array.isArray(e)&&e.length>0?String(e[0]).trim().length>0:!1:!1}o(Dx,"hasPlannedStartTimestamp");function Rx(n){let e=n.pn__DailyNote_day;if(!e)return null;if(typeof e=="string"){let t=e.match(/\[\[([^\[\]]+)\]\]/);return t?t[1]:e}if(Array.isArray(e)&&e.length>0){let t=String(e[0]),r=t.match(/\[\[([^\[\]]+)\]\]/);return r?r[1]:t}return null}o(Rx,"extractDailyNoteDate");function Fx(n){return $p()>=n}o(Fx,"isCurrentDateGteDay");function Ev(n){return n?n.replace(/^["']|["']$/g,"").replace(/\[\[|\]\]/g,"").trim():""}o(Ev,"normalizeWithQuotes");var Nx=10;function Av(n,e=Nx){let t=n.exo__Class_superClass;if(!t)return!1;let r=new Set,i=[],s=Array.isArray(t)?t:[t];for(let a of s){let c=Ev(a);c&&i.push({className:c,depth:0})}for(;i.length>0;){let a=i.shift();if(!a)continue;let{className:c,depth:u}=a;if(u>e)continue;if(c===js.AssetClass.PROTOTYPE)return!0;if(r.has(c))continue;r.add(c);let l=`${c}__exo__Class_superClass`,f=n[l];if(f){let h=Array.isArray(f)?f:[f];for(let d of h){let p=Ev(d);p&&!r.has(p)&&i.push({className:p,depth:u+1})}}}return!1}o(Av,"inheritsFromPrototype");function Lx(n,e){return $s(n,js.AssetClass.CLASS)?Av(e):!1}o(Lx,"isPrototypeClass")});var xv=v(Sc=>{"use strict";Object.defineProperty(Sc,"__esModule",{value:!0});Sc.canCreateTask=Mx;Sc.canCreateRelatedTask=kx;Sc.canConvertTaskToProject=jx;var bl=Yi(),Cv=nr();function Mx(n){return(0,bl.isAreaOrProject)(n.instanceClass)}o(Mx,"canCreateTask");function kx(n){return!(!(0,bl.hasClass)(n.instanceClass,Cv.AssetClass.TASK)||(0,bl.isAssetArchived)(n.isArchived))}o(kx,"canCreateRelatedTask");function jx(n){return(0,bl.hasClass)(n.instanceClass,Cv.AssetClass.TASK)}o(jx,"canConvertTaskToProject")});var Iv=v(Na=>{"use strict";Object.defineProperty(Na,"__esModule",{value:!0});Na.canCreateProject=$x;Na.canMoveToAnalysis=Vx;Na.canMoveToToDo=Ux;Na.canConvertProjectToTask=Bx;var Ki=Yi(),Xi=nr();function $x(n){return(0,Ki.hasClass)(n.instanceClass,Xi.AssetClass.AREA)||(0,Ki.hasClass)(n.instanceClass,Xi.AssetClass.INITIATIVE)||(0,Ki.hasClass)(n.instanceClass,Xi.AssetClass.PROJECT)}o($x,"canCreateProject");function Vx(n){return(0,Ki.hasClass)(n.instanceClass,Xi.AssetClass.PROJECT)?(0,Ki.hasStatus)(n.currentStatus,Xi.EffortStatus.BACKLOG):!1}o(Vx,"canMoveToAnalysis");function Ux(n){return(0,Ki.hasClass)(n.instanceClass,Xi.AssetClass.PROJECT)?(0,Ki.hasStatus)(n.currentStatus,Xi.EffortStatus.ANALYSIS):!1}o(Ux,"canMoveToToDo");function Bx(n){return(0,Ki.hasClass)(n.instanceClass,Xi.AssetClass.PROJECT)}o(Bx,"canConvertProjectToTask")});var Dv=v(El=>{"use strict";Object.defineProperty(El,"__esModule",{value:!0});El.canCreateChildArea=qx;El.canSetActiveFocus=Gx;var Ov=Yi(),Pv=nr();function qx(n){return(0,Ov.hasClass)(n.instanceClass,Pv.AssetClass.AREA)}o(qx,"canCreateChildArea");function Gx(n){return(0,Ov.hasClass)(n.instanceClass,Pv.AssetClass.AREA)}o(Gx,"canSetActiveFocus")});var Fv=v(Rr=>{"use strict";Object.defineProperty(Rr,"__esModule",{value:!0});Rr.canPlanOnToday=Wx;Rr.canPlanForEvening=zx;Rr.canShiftDayBackward=Hx;Rr.canShiftDayForward=Qx;Rr.canSetDraftStatus=Yx;Rr.canMoveToBacklog=Kx;Rr.canStartEffort=Xx;Rr.canMarkDone=Jx;Rr.canTrashEffort=Zx;Rr.canVoteOnEffort=eI;Rr.canRollbackStatus=tI;Rr.canArchiveTask=rI;var Rv=ks(),ot=Yi(),Ur=nr();function Wx(n){return!(!(0,ot.isEffort)(n.instanceClass)||(0,ot.isPlannedForToday)(n.metadata))}o(Wx,"canPlanOnToday");function zx(n){return!(0,ot.hasClass)(n.instanceClass,Ur.AssetClass.TASK)&&!(0,ot.hasClass)(n.instanceClass,Ur.AssetClass.MEETING)?!1:(0,ot.hasStatus)(n.currentStatus,Ur.EffortStatus.BACKLOG)}o(zx,"canPlanForEvening");function Hx(n){return(0,ot.isEffort)(n.instanceClass)?(0,ot.hasPlannedStartTimestamp)(n.metadata):!1}o(Hx,"canShiftDayBackward");function Qx(n){return(0,ot.isEffort)(n.instanceClass)?(0,ot.hasPlannedStartTimestamp)(n.metadata):!1}o(Qx,"canShiftDayForward");function Yx(n){return(0,ot.isEffort)(n.instanceClass)?!n.currentStatus:!1}o(Yx,"canSetDraftStatus");function Kx(n){return(0,ot.isEffort)(n.instanceClass)?(0,ot.hasStatus)(n.currentStatus,Ur.EffortStatus.DRAFT):!1}o(Kx,"canMoveToBacklog");function Xx(n){return(0,ot.isEffort)(n.instanceClass)?(0,ot.hasClass)(n.instanceClass,Ur.AssetClass.TASK)||(0,ot.hasClass)(n.instanceClass,Ur.AssetClass.MEETING)?(0,ot.hasStatus)(n.currentStatus,Ur.EffortStatus.BACKLOG):(0,ot.hasClass)(n.instanceClass,Ur.AssetClass.PROJECT)?(0,ot.hasStatus)(n.currentStatus,Ur.EffortStatus.TODO):!1:!1}o(Xx,"canStartEffort");function Jx(n){return(0,ot.isEffort)(n.instanceClass)?(0,ot.hasStatus)(n.currentStatus,Ur.EffortStatus.DOING):!1}o(Jx,"canMarkDone");function Zx(n){return(0,ot.isEffort)(n.instanceClass)?n.currentStatus?!(Array.isArray(n.currentStatus)?n.currentStatus:[n.currentStatus]).some(r=>{let i=Rv.WikiLinkHelpers.normalize(r);return i===Ur.EffortStatus.TRASHED||i===Ur.EffortStatus.DONE}):!0:!1}o(Zx,"canTrashEffort");function eI(n){return!(!(0,ot.isEffort)(n.instanceClass)||(0,ot.isAssetArchived)(n.isArchived))}o(eI,"canVoteOnEffort");function tI(n){if(!(0,ot.isEffort)(n.instanceClass)||(0,ot.isAssetArchived)(n.isArchived)||!n.currentStatus)return!1;let e=Array.isArray(n.currentStatus)?n.currentStatus[0]:n.currentStatus;return!(!e||Rv.WikiLinkHelpers.normalize(e)===Ur.EffortStatus.TRASHED)}o(tI,"canRollbackStatus");function rI(n){return!(0,ot.isAssetArchived)(n.isArchived)}o(rI,"canArchiveTask")});var Nv=v(gn=>{"use strict";Object.defineProperty(gn,"__esModule",{value:!0});gn.canCreateEvent=nI;gn.canCreateInstance=iI;gn.canCleanProperties=sI;gn.canRepairFolder=aI;gn.canRenameToUid=oI;gn.canCopyLabelToAliases=cI;gn.canCreateNarrowerConcept=uI;gn.canCreateSubclass=lI;gn.canCreateTaskForDailyNote=fI;var en=Yi(),Vs=nr();function nI(n){return(0,en.isAreaOrProject)(n.instanceClass)}o(nI,"canCreateEvent");function iI(n){return(0,en.hasClass)(n.instanceClass,Vs.AssetClass.TASK_PROTOTYPE)||(0,en.hasClass)(n.instanceClass,Vs.AssetClass.MEETING_PROTOTYPE)||(0,en.hasClass)(n.instanceClass,Vs.AssetClass.EVENT_PROTOTYPE)||(0,en.hasClass)(n.instanceClass,Vs.AssetClass.PROJECT_PROTOTYPE)?!0:(0,en.isPrototypeClass)(n.instanceClass,n.metadata)}o(iI,"canCreateInstance");function sI(n){return(0,en.hasEmptyProperties)(n.metadata)}o(sI,"canCleanProperties");function aI(n){return(0,en.needsFolderRepair)(n.currentFolder,n.expectedFolder)}o(aI,"canRepairFolder");function oI(n,e){let t=n.metadata.exo__Asset_uid;return t?e!==t:!1}o(oI,"canRenameToUid");function cI(n){let e=n.metadata.exo__Asset_label;if(!e||typeof e!="string"||e.trim()==="")return!1;let t=e.trim(),r=n.metadata.aliases;return!r||!Array.isArray(r)||r.length===0?!0:!r.some(i=>typeof i!="string"?!1:i.trim()===t)}o(cI,"canCopyLabelToAliases");function uI(n){return(0,en.hasClass)(n.instanceClass,Vs.AssetClass.CONCEPT)}o(uI,"canCreateNarrowerConcept");function lI(n){return(0,en.hasClass)(n.instanceClass,Vs.AssetClass.CLASS)}o(lI,"canCreateSubclass");function fI(n){return!(!(0,en.hasClass)(n.instanceClass,Vs.AssetClass.DAILY_NOTE)||n.isArchived||!(0,en.extractDailyNoteDate)(n.metadata))}o(fI,"canCreateTaskForDailyNote")});var Mv=v(N=>{"use strict";Object.defineProperty(N,"__esModule",{value:!0});N.canCreateTaskForDailyNote=N.canCreateSubclass=N.canCreateNarrowerConcept=N.canCopyLabelToAliases=N.canRenameToUid=N.canRepairFolder=N.canCleanProperties=N.canCreateInstance=N.canCreateEvent=N.canArchiveTask=N.canRollbackStatus=N.canVoteOnEffort=N.canTrashEffort=N.canMarkDone=N.canStartEffort=N.canMoveToBacklog=N.canSetDraftStatus=N.canShiftDayForward=N.canShiftDayBackward=N.canPlanForEvening=N.canPlanOnToday=N.canSetActiveFocus=N.canCreateChildArea=N.canConvertProjectToTask=N.canMoveToToDo=N.canMoveToAnalysis=N.canCreateProject=N.canConvertTaskToProject=N.canCreateRelatedTask=N.canCreateTask=N.isPrototypeClass=N.inheritsFromPrototype=N.isCurrentDateGteDay=N.extractDailyNoteDate=N.hasPlannedStartTimestamp=N.isPlannedForToday=N.getTodayDateString=N.needsFolderRepair=N.hasEmptyProperties=N.isAssetArchived=N.hasStatus=N.isEffort=N.isAreaOrProject=N.hasClass=void 0;var Fr=Yi();Object.defineProperty(N,"hasClass",{enumerable:!0,get:o(function(){return Fr.hasClass},"get")});Object.defineProperty(N,"isAreaOrProject",{enumerable:!0,get:o(function(){return Fr.isAreaOrProject},"get")});Object.defineProperty(N,"isEffort",{enumerable:!0,get:o(function(){return Fr.isEffort},"get")});Object.defineProperty(N,"hasStatus",{enumerable:!0,get:o(function(){return Fr.hasStatus},"get")});Object.defineProperty(N,"isAssetArchived",{enumerable:!0,get:o(function(){return Fr.isAssetArchived},"get")});Object.defineProperty(N,"hasEmptyProperties",{enumerable:!0,get:o(function(){return Fr.hasEmptyProperties},"get")});Object.defineProperty(N,"needsFolderRepair",{enumerable:!0,get:o(function(){return Fr.needsFolderRepair},"get")});Object.defineProperty(N,"getTodayDateString",{enumerable:!0,get:o(function(){return Fr.getTodayDateString},"get")});Object.defineProperty(N,"isPlannedForToday",{enumerable:!0,get:o(function(){return Fr.isPlannedForToday},"get")});Object.defineProperty(N,"hasPlannedStartTimestamp",{enumerable:!0,get:o(function(){return Fr.hasPlannedStartTimestamp},"get")});Object.defineProperty(N,"extractDailyNoteDate",{enumerable:!0,get:o(function(){return Fr.extractDailyNoteDate},"get")});Object.defineProperty(N,"isCurrentDateGteDay",{enumerable:!0,get:o(function(){return Fr.isCurrentDateGteDay},"get")});Object.defineProperty(N,"inheritsFromPrototype",{enumerable:!0,get:o(function(){return Fr.inheritsFromPrototype},"get")});Object.defineProperty(N,"isPrototypeClass",{enumerable:!0,get:o(function(){return Fr.isPrototypeClass},"get")});var Vp=xv();Object.defineProperty(N,"canCreateTask",{enumerable:!0,get:o(function(){return Vp.canCreateTask},"get")});Object.defineProperty(N,"canCreateRelatedTask",{enumerable:!0,get:o(function(){return Vp.canCreateRelatedTask},"get")});Object.defineProperty(N,"canConvertTaskToProject",{enumerable:!0,get:o(function(){return Vp.canConvertTaskToProject},"get")});var Tl=Iv();Object.defineProperty(N,"canCreateProject",{enumerable:!0,get:o(function(){return Tl.canCreateProject},"get")});Object.defineProperty(N,"canMoveToAnalysis",{enumerable:!0,get:o(function(){return Tl.canMoveToAnalysis},"get")});Object.defineProperty(N,"canMoveToToDo",{enumerable:!0,get:o(function(){return Tl.canMoveToToDo},"get")});Object.defineProperty(N,"canConvertProjectToTask",{enumerable:!0,get:o(function(){return Tl.canConvertProjectToTask},"get")});var Lv=Dv();Object.defineProperty(N,"canCreateChildArea",{enumerable:!0,get:o(function(){return Lv.canCreateChildArea},"get")});Object.defineProperty(N,"canSetActiveFocus",{enumerable:!0,get:o(function(){return Lv.canSetActiveFocus},"get")});var tn=Fv();Object.defineProperty(N,"canPlanOnToday",{enumerable:!0,get:o(function(){return tn.canPlanOnToday},"get")});Object.defineProperty(N,"canPlanForEvening",{enumerable:!0,get:o(function(){return tn.canPlanForEvening},"get")});Object.defineProperty(N,"canShiftDayBackward",{enumerable:!0,get:o(function(){return tn.canShiftDayBackward},"get")});Object.defineProperty(N,"canShiftDayForward",{enumerable:!0,get:o(function(){return tn.canShiftDayForward},"get")});Object.defineProperty(N,"canSetDraftStatus",{enumerable:!0,get:o(function(){return tn.canSetDraftStatus},"get")});Object.defineProperty(N,"canMoveToBacklog",{enumerable:!0,get:o(function(){return tn.canMoveToBacklog},"get")});Object.defineProperty(N,"canStartEffort",{enumerable:!0,get:o(function(){return tn.canStartEffort},"get")});Object.defineProperty(N,"canMarkDone",{enumerable:!0,get:o(function(){return tn.canMarkDone},"get")});Object.defineProperty(N,"canTrashEffort",{enumerable:!0,get:o(function(){return tn.canTrashEffort},"get")});Object.defineProperty(N,"canVoteOnEffort",{enumerable:!0,get:o(function(){return tn.canVoteOnEffort},"get")});Object.defineProperty(N,"canRollbackStatus",{enumerable:!0,get:o(function(){return tn.canRollbackStatus},"get")});Object.defineProperty(N,"canArchiveTask",{enumerable:!0,get:o(function(){return tn.canArchiveTask},"get")});var Ri=Nv();Object.defineProperty(N,"canCreateEvent",{enumerable:!0,get:o(function(){return Ri.canCreateEvent},"get")});Object.defineProperty(N,"canCreateInstance",{enumerable:!0,get:o(function(){return Ri.canCreateInstance},"get")});Object.defineProperty(N,"canCleanProperties",{enumerable:!0,get:o(function(){return Ri.canCleanProperties},"get")});Object.defineProperty(N,"canRepairFolder",{enumerable:!0,get:o(function(){return Ri.canRepairFolder},"get")});Object.defineProperty(N,"canRenameToUid",{enumerable:!0,get:o(function(){return Ri.canRenameToUid},"get")});Object.defineProperty(N,"canCopyLabelToAliases",{enumerable:!0,get:o(function(){return Ri.canCopyLabelToAliases},"get")});Object.defineProperty(N,"canCreateNarrowerConcept",{enumerable:!0,get:o(function(){return Ri.canCreateNarrowerConcept},"get")});Object.defineProperty(N,"canCreateSubclass",{enumerable:!0,get:o(function(){return Ri.canCreateSubclass},"get")});Object.defineProperty(N,"canCreateTaskForDailyNote",{enumerable:!0,get:o(function(){return Ri.canCreateTaskForDailyNote},"get")})});var kv=v(Us=>{"use strict";var hI=Us&&Us.__createBinding||(Object.create?(function(n,e,t,r){r===void 0&&(r=t);var i=Object.getOwnPropertyDescriptor(e,t);(!i||("get"in i?!e.__esModule:i.writable||i.configurable))&&(i={enumerable:!0,get:o(function(){return e[t]},"get")}),Object.defineProperty(n,r,i)}):(function(n,e,t,r){r===void 0&&(r=t),n[r]=e[t]})),dI=Us&&Us.__exportStar||function(n,e){for(var t in n)t!=="default"&&!Object.prototype.hasOwnProperty.call(e,t)&&hI(e,n,t)};Object.defineProperty(Us,"__esModule",{value:!0});dI(Mv(),Us)});var Bp=v(_c=>{"use strict";Object.defineProperty(_c,"__esModule",{value:!0});_c.PropertyFieldType=void 0;_c.rangeToFieldType=gI;var Wt;(function(n){n.Text="text",n.Number="number",n.Date="date",n.DateTime="datetime",n.Boolean="boolean",n.Reference="reference",n.Enum="enum",n.StatusSelect="status-select",n.SizeSelect="size-select",n.Wikilink="wikilink",n.Timestamp="timestamp",n.Unknown="unknown"})(Wt||(_c.PropertyFieldType=Wt={}));var jv="http://www.w3.org/2001/XMLSchema#",pI="https://exocortex.my/ontology/exo#",mI="https://exocortex.my/ontology/ems#";function gI(n){if(!n)return Wt.Unknown;let e=n.trim();if(!e)return Wt.Unknown;if(e.startsWith(jv)){let t=e.substring(jv.length);return Up(t)}if(e.startsWith("xsd:")){let t=e.substring(4);return Up(t)}if(e.includes("XMLSchema#")){let t=e.indexOf("XMLSchema#"),r=e.substring(t+10);return Up(r)}return e.startsWith(mI)||e.startsWith("ems:")?yI(e):e.startsWith(pI)||e.startsWith("exo:")||vI(e)?Wt.Reference:Wt.Text}o(gI,"rangeToFieldType");function Up(n){switch(n.toLowerCase()){case"string":case"normalizedstring":case"token":case"language":case"nmtoken":case"name":case"ncname":case"anyuri":return Wt.Text;case"integer":case"int":case"long":case"short":case"byte":case"nonnegativeinteger":case"positiveinteger":case"nonpositiveinteger":case"negativeinteger":case"unsignedlong":case"unsignedint":case"unsignedshort":case"unsignedbyte":case"decimal":case"float":case"double":return Wt.Number;case"date":return Wt.Date;case"datetime":case"datetimestamp":return Wt.DateTime;case"boolean":return Wt.Boolean;case"time":return Wt.Timestamp;default:return Wt.Text}}o(Up,"xsdTypeToFieldType");function yI(n){let e=n.toLowerCase();return e.includes("effortstatus")?Wt.StatusSelect:e.includes("tasksize")?Wt.SizeSelect:Wt.Reference}o(yI,"emsTypeToFieldType");function vI(n){let e=n.toLowerCase();return e.includes("exocortex.my/ontology")?!0:["asset","task","project","area","effort","class","property","concept"].some(r=>e.includes(r))}o(vI,"isClassReference")});var Vv=v(wc=>{"use strict";Object.defineProperty(wc,"__esModule",{value:!0});wc.propertyNameToUri=SI;wc.uriToPropertyName=$v;wc.extractPropertyLabel=_I;function SI(n){return n.replace(/^([a-z]+)__/,"$1:")}o(SI,"propertyNameToUri");function $v(n){if(n.startsWith("http://")||n.startsWith("https://")){let e=n.match(/\/([a-z]+)#([A-Za-z0-9_]+)$/);if(e)return`${e[1]}__${e[2]}`;let t=n.lastIndexOf("#"),r=n.lastIndexOf("/"),i=Math.max(t,r);return i>=0?n.substring(i+1):n}return n.replace(/^([a-z]+):/,"$1__")}o($v,"uriToPropertyName");function _I(n){let r=(n.includes(":")?$v(n):n).replace(/^[a-z]+__/,"").split("_");return(r.length>1?r.slice(1).join(" "):r[0]).replace(/([a-z])([A-Z])/g,"$1 $2").replace(/^./,s=>s.toUpperCase())}o(_I,"extractPropertyLabel")});var Al={};$A(Al,{__assign:()=>Gp,__asyncDelegator:()=>FI,__asyncGenerator:()=>RI,__asyncValues:()=>NI,__await:()=>bc,__awaiter:()=>CI,__classPrivateFieldGet:()=>jI,__classPrivateFieldSet:()=>$I,__createBinding:()=>II,__decorate:()=>EI,__exportStar:()=>OI,__extends:()=>wI,__generator:()=>xI,__importDefault:()=>kI,__importStar:()=>MI,__makeTemplateObject:()=>LI,__metadata:()=>AI,__param:()=>TI,__read:()=>Uv,__rest:()=>bI,__spread:()=>PI,__spreadArrays:()=>DI,__values:()=>Wp});function wI(n,e){qp(n,e);function t(){this.constructor=n}o(t,"__"),n.prototype=e===null?Object.create(e):(t.prototype=e.prototype,new t)}function bI(n,e){var t={};for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&e.indexOf(r)<0&&(t[r]=n[r]);if(n!=null&&typeof Object.getOwnPropertySymbols=="function")for(var i=0,r=Object.getOwnPropertySymbols(n);i<r.length;i++)e.indexOf(r[i])<0&&Object.prototype.propertyIsEnumerable.call(n,r[i])&&(t[r[i]]=n[r[i]]);return t}function EI(n,e,t,r){var i=arguments.length,s=i<3?e:r===null?r=Object.getOwnPropertyDescriptor(e,t):r,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")s=Reflect.decorate(n,e,t,r);else for(var c=n.length-1;c>=0;c--)(a=n[c])&&(s=(i<3?a(s):i>3?a(e,t,s):a(e,t))||s);return i>3&&s&&Object.defineProperty(e,t,s),s}function TI(n,e){return function(t,r){e(t,r,n)}}function AI(n,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(n,e)}function CI(n,e,t,r){function i(s){return s instanceof t?s:new t(function(a){a(s)})}return o(i,"adopt"),new(t||(t=Promise))(function(s,a){function c(f){try{l(r.next(f))}catch(h){a(h)}}o(c,"fulfilled");function u(f){try{l(r.throw(f))}catch(h){a(h)}}o(u,"rejected");function l(f){f.done?s(f.value):i(f.value).then(c,u)}o(l,"step"),l((r=r.apply(n,e||[])).next())})}function xI(n,e){var t={label:0,sent:o(function(){if(s[0]&1)throw s[1];return s[1]},"sent"),trys:[],ops:[]},r,i,s,a;return a={next:c(0),throw:c(1),return:c(2)},typeof Symbol=="function"&&(a[Symbol.iterator]=function(){return this}),a;function c(l){return function(f){return u([l,f])}}function u(l){if(r)throw new TypeError("Generator is already executing.");for(;t;)try{if(r=1,i&&(s=l[0]&2?i.return:l[0]?i.throw||((s=i.return)&&s.call(i),0):i.next)&&!(s=s.call(i,l[1])).done)return s;switch(i=0,s&&(l=[l[0]&2,s.value]),l[0]){case 0:case 1:s=l;break;case 4:return t.label++,{value:l[1],done:!1};case 5:t.label++,i=l[1],l=[0];continue;case 7:l=t.ops.pop(),t.trys.pop();continue;default:if(s=t.trys,!(s=s.length>0&&s[s.length-1])&&(l[0]===6||l[0]===2)){t=0;continue}if(l[0]===3&&(!s||l[1]>s[0]&&l[1]<s[3])){t.label=l[1];break}if(l[0]===6&&t.label<s[1]){t.label=s[1],s=l;break}if(s&&t.label<s[2]){t.label=s[2],t.ops.push(l);break}s[2]&&t.ops.pop(),t.trys.pop();continue}l=e.call(n,t)}catch(f){l=[6,f],i=0}finally{r=s=0}if(l[0]&5)throw l[1];return{value:l[0]?l[1]:void 0,done:!0}}}function II(n,e,t,r){r===void 0&&(r=t),n[r]=e[t]}function OI(n,e){for(var t in n)t!=="default"&&!e.hasOwnProperty(t)&&(e[t]=n[t])}function Wp(n){var e=typeof Symbol=="function"&&Symbol.iterator,t=e&&n[e],r=0;if(t)return t.call(n);if(n&&typeof n.length=="number")return{next:o(function(){return n&&r>=n.length&&(n=void 0),{value:n&&n[r++],done:!n}},"next")};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")}function Uv(n,e){var t=typeof Symbol=="function"&&n[Symbol.iterator];if(!t)return n;var r=t.call(n),i,s=[],a;try{for(;(e===void 0||e-- >0)&&!(i=r.next()).done;)s.push(i.value)}catch(c){a={error:c}}finally{try{i&&!i.done&&(t=r.return)&&t.call(r)}finally{if(a)throw a.error}}return s}function PI(){for(var n=[],e=0;e<arguments.length;e++)n=n.concat(Uv(arguments[e]));return n}function DI(){for(var n=0,e=0,t=arguments.length;e<t;e++)n+=arguments[e].length;for(var r=Array(n),i=0,e=0;e<t;e++)for(var s=arguments[e],a=0,c=s.length;a<c;a++,i++)r[i]=s[a];return r}function bc(n){return this instanceof bc?(this.v=n,this):new bc(n)}function RI(n,e,t){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var r=t.apply(n,e||[]),i,s=[];return i={},a("next"),a("throw"),a("return"),i[Symbol.asyncIterator]=function(){return this},i;function a(d){r[d]&&(i[d]=function(p){return new Promise(function(S,b){s.push([d,p,S,b])>1||c(d,p)})})}function c(d,p){try{u(r[d](p))}catch(S){h(s[0][3],S)}}function u(d){d.value instanceof bc?Promise.resolve(d.value.v).then(l,f):h(s[0][2],d)}function l(d){c("next",d)}function f(d){c("throw",d)}function h(d,p){d(p),s.shift(),s.length&&c(s[0][0],s[0][1])}}function FI(n){var e,t;return e={},r("next"),r("throw",function(i){throw i}),r("return"),e[Symbol.iterator]=function(){return this},e;function r(i,s){e[i]=n[i]?function(a){return(t=!t)?{value:bc(n[i](a)),done:i==="return"}:s?s(a):a}:s}}function NI(n){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var e=n[Symbol.asyncIterator],t;return e?e.call(n):(n=typeof Wp=="function"?Wp(n):n[Symbol.iterator](),t={},r("next"),r("throw"),r("return"),t[Symbol.asyncIterator]=function(){return this},t);function r(s){t[s]=n[s]&&function(a){return new Promise(function(c,u){a=n[s](a),i(c,u,a.done,a.value)})}}function i(s,a,c,u){Promise.resolve(u).then(function(l){s({value:l,done:c})},a)}}function LI(n,e){return Object.defineProperty?Object.defineProperty(n,"raw",{value:e}):n.raw=e,n}function MI(n){if(n&&n.__esModule)return n;var e={};if(n!=null)for(var t in n)Object.hasOwnProperty.call(n,t)&&(e[t]=n[t]);return e.default=n,e}function kI(n){return n&&n.__esModule?n:{default:n}}function jI(n,e){if(!e.has(n))throw new TypeError("attempted to get private field on non-instance");return e.get(n)}function $I(n,e,t){if(!e.has(n))throw new TypeError("attempted to set private field on non-instance");return e.set(n,t),t}var qp,Gp,Cl=jA(()=>{qp=o(function(n,e){return qp=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,r){t.__proto__=r}||function(t,r){for(var i in r)r.hasOwnProperty(i)&&(t[i]=r[i])},qp(n,e)},"extendStatics");o(wI,"__extends");Gp=o(function(){return Gp=Object.assign||o(function(e){for(var t,r=1,i=arguments.length;r<i;r++){t=arguments[r];for(var s in t)Object.prototype.hasOwnProperty.call(t,s)&&(e[s]=t[s])}return e},"__assign"),Gp.apply(this,arguments)},"__assign");o(bI,"__rest");o(EI,"__decorate");o(TI,"__param");o(AI,"__metadata");o(CI,"__awaiter");o(xI,"__generator");o(II,"__createBinding");o(OI,"__exportStar");o(Wp,"__values");o(Uv,"__read");o(PI,"__spread");o(DI,"__spreadArrays");o(bc,"__await");o(RI,"__asyncGenerator");o(FI,"__asyncDelegator");o(NI,"__asyncValues");o(LI,"__makeTemplateObject");o(MI,"__importStar");o(kI,"__importDefault");o(jI,"__classPrivateFieldGet");o($I,"__classPrivateFieldSet")});var Qp=v(Hp=>{"use strict";Object.defineProperty(Hp,"__esModule",{value:!0});var zp;(function(n){n[n.Transient=0]="Transient",n[n.Singleton=1]="Singleton",n[n.ResolutionScoped=2]="ResolutionScoped",n[n.ContainerScoped=3]="ContainerScoped"})(zp||(zp={}));Hp.default=zp});var Bv=v(Yp=>{"use strict";Object.defineProperty(Yp,"__esModule",{value:!0});var VI=Qp();Object.defineProperty(Yp,"Lifecycle",{enumerable:!0,get:o(function(){return VI.default},"get")})});var Bs=v(yn=>{"use strict";Object.defineProperty(yn,"__esModule",{value:!0});yn.defineInjectionTokenMetadata=yn.getParamInfo=yn.INJECTION_TOKEN_METADATA_KEY=void 0;yn.INJECTION_TOKEN_METADATA_KEY="injectionTokens";function UI(n){let e=Reflect.getMetadata("design:paramtypes",n)||[],t=Reflect.getOwnMetadata(yn.INJECTION_TOKEN_METADATA_KEY,n)||{};return Object.keys(t).forEach(r=>{e[+r]=t[r]}),e}o(UI,"getParamInfo");yn.getParamInfo=UI;function BI(n,e){return function(t,r,i){let s=Reflect.getOwnMetadata(yn.INJECTION_TOKEN_METADATA_KEY,t)||{};s[i]=e?{token:n,transform:e.transformToken,transformArgs:e.args||[]}:n,Reflect.defineMetadata(yn.INJECTION_TOKEN_METADATA_KEY,s,t)}}o(BI,"defineInjectionTokenMetadata");yn.defineInjectionTokenMetadata=BI});var Kp=v(xl=>{"use strict";Object.defineProperty(xl,"__esModule",{value:!0});xl.isClassProvider=void 0;function qI(n){return!!n.useClass}o(qI,"isClassProvider");xl.isClassProvider=qI});var Xp=v(Il=>{"use strict";Object.defineProperty(Il,"__esModule",{value:!0});Il.isFactoryProvider=void 0;function GI(n){return!!n.useFactory}o(GI,"isFactoryProvider");Il.isFactoryProvider=GI});var Pl=v(La=>{"use strict";Object.defineProperty(La,"__esModule",{value:!0});La.delay=La.DelayedConstructor=void 0;var Ol=class{static{o(this,"DelayedConstructor")}constructor(e){this.wrap=e,this.reflectMethods=["get","getPrototypeOf","setPrototypeOf","getOwnPropertyDescriptor","defineProperty","has","set","deleteProperty","apply","construct","ownKeys"]}createProxy(e){let t={},r=!1,i,s=o(()=>(r||(i=e(this.wrap()),r=!0),i),"delayedObject");return new Proxy(t,this.createHandler(s))}createHandler(e){let t={},r=o(i=>{t[i]=(...s)=>{s[0]=e();let a=Reflect[i];return a(...s)}},"install");return this.reflectMethods.forEach(r),t}};La.DelayedConstructor=Ol;function WI(n){if(typeof n>"u")throw new Error("Attempt to `delay` undefined. Constructor must be wrapped in a callback");return new Ol(n)}o(WI,"delay");La.delay=WI});var Dl=v(ri=>{"use strict";Object.defineProperty(ri,"__esModule",{value:!0});ri.isConstructorToken=ri.isTransformDescriptor=ri.isTokenDescriptor=ri.isNormalToken=void 0;var zI=Pl();function HI(n){return typeof n=="string"||typeof n=="symbol"}o(HI,"isNormalToken");ri.isNormalToken=HI;function QI(n){return typeof n=="object"&&"token"in n&&"multiple"in n}o(QI,"isTokenDescriptor");ri.isTokenDescriptor=QI;function YI(n){return typeof n=="object"&&"token"in n&&"transform"in n}o(YI,"isTransformDescriptor");ri.isTransformDescriptor=YI;function KI(n){return typeof n=="function"||n instanceof zI.DelayedConstructor}o(KI,"isConstructorToken");ri.isConstructorToken=KI});var Jp=v(Rl=>{"use strict";Object.defineProperty(Rl,"__esModule",{value:!0});Rl.isTokenProvider=void 0;function XI(n){return!!n.useToken}o(XI,"isTokenProvider");Rl.isTokenProvider=XI});var Zp=v(Fl=>{"use strict";Object.defineProperty(Fl,"__esModule",{value:!0});Fl.isValueProvider=void 0;function JI(n){return n.useValue!=null}o(JI,"isValueProvider");Fl.isValueProvider=JI});var em=v(qs=>{"use strict";Object.defineProperty(qs,"__esModule",{value:!0});var ZI=Kp();Object.defineProperty(qs,"isClassProvider",{enumerable:!0,get:o(function(){return ZI.isClassProvider},"get")});var eO=Xp();Object.defineProperty(qs,"isFactoryProvider",{enumerable:!0,get:o(function(){return eO.isFactoryProvider},"get")});var tO=Dl();Object.defineProperty(qs,"isNormalToken",{enumerable:!0,get:o(function(){return tO.isNormalToken},"get")});var rO=Jp();Object.defineProperty(qs,"isTokenProvider",{enumerable:!0,get:o(function(){return rO.isTokenProvider},"get")});var nO=Zp();Object.defineProperty(qs,"isValueProvider",{enumerable:!0,get:o(function(){return nO.isValueProvider},"get")})});var qv=v(Nl=>{"use strict";Object.defineProperty(Nl,"__esModule",{value:!0});Nl.isProvider=void 0;var iO=Kp(),sO=Zp(),aO=Jp(),oO=Xp();function cO(n){return iO.isClassProvider(n)||sO.isValueProvider(n)||aO.isTokenProvider(n)||oO.isFactoryProvider(n)}o(cO,"isProvider");Nl.isProvider=cO});var nm=v(rm=>{"use strict";Object.defineProperty(rm,"__esModule",{value:!0});var tm=class{static{o(this,"RegistryBase")}constructor(){this._registryMap=new Map}entries(){return this._registryMap.entries()}getAll(e){return this.ensure(e),this._registryMap.get(e)}get(e){this.ensure(e);let t=this._registryMap.get(e);return t[t.length-1]||null}set(e,t){this.ensure(e),this._registryMap.get(e).push(t)}setAll(e,t){this._registryMap.set(e,t)}has(e){return this.ensure(e),this._registryMap.get(e).length>0}clear(){this._registryMap.clear()}ensure(e){this._registryMap.has(e)||this._registryMap.set(e,[])}};rm.default=tm});var Gv=v(sm=>{"use strict";Object.defineProperty(sm,"__esModule",{value:!0});var uO=nm(),im=class extends uO.default{static{o(this,"Registry")}};sm.default=im});var Wv=v(om=>{"use strict";Object.defineProperty(om,"__esModule",{value:!0});var am=class{static{o(this,"ResolutionContext")}constructor(){this.scopedResolutions=new Map}};om.default=am});var cm=v(Ll=>{"use strict";Object.defineProperty(Ll,"__esModule",{value:!0});Ll.formatErrorCtor=void 0;function lO(n,e){return n===null?`at position #${e}`:`"${n.split(",")[e].trim()}" at position #${e}`}o(lO,"formatDependency");function fO(n,e,t=" "){return[n,...e.message.split(`
|
|
31
|
+
`)}),this}_outputHelpIfRequested(e){let t=this._getHelpOption();t&&e.find(i=>t.is(i))&&(this.outputHelp(),this._exit(0,"commander.helpDisplayed","(outputHelp)"))}};function F2(n){return n.map(e=>{if(!e.startsWith("--inspect"))return e;let t,r="127.0.0.1",i="9229",s;return(s=e.match(/^(--inspect(-brk)?)$/))!==null?t=s[1]:(s=e.match(/^(--inspect(-brk|-port)?)=([^:]+)$/))!==null?(t=s[1],/^\d+$/.test(s[3])?i=s[3]:r=s[3]):(s=e.match(/^(--inspect(-brk|-port)?)=([^:]+):(\d+)$/))!==null&&(t=s[1],r=s[3],i=s[4]),t&&i!=="0"?`${t}=${r}:${parseInt(i)+1}`:e})}o(F2,"incrementNodeInspectorPort");function Xd(){if(Qe.env.NO_COLOR||Qe.env.FORCE_COLOR==="0"||Qe.env.FORCE_COLOR==="false")return!1;if(Qe.env.FORCE_COLOR||Qe.env.CLICOLOR_FORCE!==void 0)return!0}o(Xd,"useColor");Jd.Command=Kd;Jd.useColor=Xd});var j2=v(Xr=>{var{Argument:L2}=Zu(),{Command:Zd}=N2(),{CommanderError:ZA,InvalidArgumentError:M2}=oc(),{Help:eC}=qd(),{Option:k2}=Hd();Xr.program=new Zd;Xr.createCommand=n=>new Zd(n);Xr.createOption=(n,e)=>new k2(n,e);Xr.createArgument=(n,e)=>new L2(n,e);Xr.Command=Zd;Xr.Option=k2;Xr.Argument=L2;Xr.Help=eC;Xr.CommanderError=ZA;Xr.InvalidArgumentError=M2;Xr.InvalidOptionArgumentError=M2});var ep=v(tl=>{"use strict";Object.defineProperty(tl,"__esModule",{value:!0});tl.AssetClass=void 0;var V2;(function(n){n.AREA="ems__Area",n.TASK="ems__Task",n.PROJECT="ems__Project",n.MEETING="ems__Meeting",n.INITIATIVE="ems__Initiative",n.TASK_PROTOTYPE="ems__TaskPrototype",n.MEETING_PROTOTYPE="ems__MeetingPrototype",n.EVENT_PROTOTYPE="exo__EventPrototype",n.PROJECT_PROTOTYPE="ems__ProjectPrototype",n.EVENT="exo__Event",n.DAILY_NOTE="pn__DailyNote",n.CONCEPT="ims__Concept",n.SESSION_START_EVENT="ems__SessionStartEvent",n.SESSION_END_EVENT="ems__SessionEndEvent",n.PROTOTYPE="exo__Prototype",n.CLASS="exo__Class"})(V2||(tl.AssetClass=V2={}))});var tp=v(rl=>{"use strict";Object.defineProperty(rl,"__esModule",{value:!0});rl.EffortStatus=void 0;var U2;(function(n){n.DRAFT="ems__EffortStatusDraft",n.BACKLOG="ems__EffortStatusBacklog",n.ANALYSIS="ems__EffortStatusAnalysis",n.TODO="ems__EffortStatusToDo",n.DOING="ems__EffortStatusDoing",n.DONE="ems__EffortStatusDone",n.TRASHED="ems__EffortStatusTrashed"})(U2||(rl.EffortStatus=U2={}))});var B2=v(nl=>{"use strict";Object.defineProperty(nl,"__esModule",{value:!0});nl.hasPosition=tC;nl.isFixed=rC;function tC(n){return typeof n.x=="number"&&typeof n.y=="number"}o(tC,"hasPosition");function rC(n){return n.fx!==null&&n.fx!==void 0&&n.fy!==null&&n.fy!==void 0}o(rC,"isFixed")});var q2=v(il=>{"use strict";Object.defineProperty(il,"__esModule",{value:!0});il.createEmptyGraphData=nC;il.mergeGraphData=iC;function nC(){return{nodes:[],edges:[],lastUpdated:Date.now(),version:0}}o(nC,"createEmptyGraphData");function iC(n,e){let t=new Map,r=new Set,i=[];for(let s of n.nodes)t.set(s.id,s);for(let s of e.nodes)t.set(s.id,s);for(let s of n.edges){let a=`${s.source}->${s.target}:${s.type}`;r.has(a)||(r.add(a),i.push(s))}for(let s of e.edges){let a=`${s.source}->${s.target}:${s.type}`;r.has(a)||(r.add(a),i.push(s))}return{nodes:Array.from(t.values()),edges:i,lastUpdated:Date.now(),version:Math.max(n.version??0,e.version??0)+1}}o(iC,"mergeGraphData")});var rp=v(sl=>{"use strict";Object.defineProperty(sl,"__esModule",{value:!0});sl.createEdgeId=sC;sl.edgesEqual=aC;function sC(n,e,t,r){let i=r?`|${r}`:"";return`${n}->${e}:${t}${i}`}o(sC,"createEdgeId");function aC(n,e){return n.source===e.source&&n.target===e.target&&n.type===e.type&&n.predicate===e.predicate}o(aC,"edgesEqual")});var np=v(gt=>{"use strict";Object.defineProperty(gt,"__esModule",{value:!0});gt.BUILT_IN_EDGE_STYLES=gt.BUILT_IN_NODE_STYLES=gt.DEFAULT_EDGE_STYLE=gt.DEFAULT_NODE_STYLE=gt.RDF_TYPE_PREDICATES=void 0;gt.mergeNodeStyles=oC;gt.mergeEdgeStyles=cC;gt.extractLocalName=uC;gt.isClassType=lC;gt.isTypePredicate=fC;gt.isSubClassPredicate=hC;gt.RDF_TYPE_PREDICATES={RDF_TYPE:"http://www.w3.org/1999/02/22-rdf-syntax-ns#type",RDFS_CLASS:"http://www.w3.org/2000/01/rdf-schema#Class",OWL_CLASS:"http://www.w3.org/2002/07/owl#Class",RDFS_SUBCLASS_OF:"http://www.w3.org/2000/01/rdf-schema#subClassOf",OWL_EQUIVALENT_CLASS:"http://www.w3.org/2002/07/owl#equivalentClass",RDFS_LABEL:"http://www.w3.org/2000/01/rdf-schema#label",RDFS_COMMENT:"http://www.w3.org/2000/01/rdf-schema#comment"};gt.DEFAULT_NODE_STYLE={color:"#6366f1",borderColor:"#4f46e5",borderWidth:2,size:30,shape:"circle",icon:"",opacity:1,shadow:!1,animation:"none"};gt.DEFAULT_EDGE_STYLE={color:"#9ca3af",width:1,lineStyle:"solid",arrow:"standard",curvature:0,opacity:.6,showLabel:!1,labelPosition:.5};gt.BUILT_IN_NODE_STYLES={"http://www.w3.org/2000/01/rdf-schema#Class":{color:"#f59e0b",shape:"diamond",size:40},"http://www.w3.org/2002/07/owl#Class":{color:"#f59e0b",shape:"diamond",size:40},ems__Task:{color:"#22c55e",shape:"circle"},ems__Project:{color:"#3b82f6",shape:"square"},ems__Area:{color:"#8b5cf6",shape:"hexagon",size:40},ems__Meeting:{color:"#ec4899",shape:"circle"},exo__Class:{color:"#f59e0b",shape:"diamond"},ims__Person:{color:"#06b6d4",shape:"circle"}};gt.BUILT_IN_EDGE_STYLES={"http://www.w3.org/1999/02/22-rdf-syntax-ns#type":{color:"#f59e0b",lineStyle:"dashed",arrow:"standard"},"http://www.w3.org/2000/01/rdf-schema#subClassOf":{color:"#8b5cf6",width:2,arrow:"triangle"},"https://exocortex.my/ontology/ems#Effort_parent":{color:"#6366f1",width:2,arrow:"standard"},"https://exocortex.my/ontology/exo#Asset_prototype":{color:"#f59e0b",lineStyle:"dashed",arrow:"circle"},"https://exocortex.my/ontology/exo#references":{color:"#22c55e",opacity:.4,arrow:"standard"}};function oC(n,e){return{...n,...Object.fromEntries(Object.entries(e).filter(([,t])=>t!==void 0))}}o(oC,"mergeNodeStyles");function cC(n,e){return{...n,...Object.fromEntries(Object.entries(e).filter(([,t])=>t!==void 0))}}o(cC,"mergeEdgeStyles");function uC(n){let e=n.lastIndexOf("#"),t=n.lastIndexOf("/"),r=Math.max(e,t);return r>=0?n.substring(r+1):n}o(uC,"extractLocalName");function lC(n){return n===gt.RDF_TYPE_PREDICATES.RDFS_CLASS||n===gt.RDF_TYPE_PREDICATES.OWL_CLASS}o(lC,"isClassType");function fC(n){return n===gt.RDF_TYPE_PREDICATES.RDF_TYPE}o(fC,"isTypePredicate");function hC(n){return n===gt.RDF_TYPE_PREDICATES.RDFS_SUBCLASS_OF}o(hC,"isSubClassPredicate")});var W2=v(G2=>{"use strict";Object.defineProperty(G2,"__esModule",{value:!0})});var Ye=v(al=>{"use strict";Object.defineProperty(al,"__esModule",{value:!0});al.IRI=void 0;var ip=class n{static{o(this,"IRI")}constructor(e){let t=e.trim();if(t.length===0)throw new Error("IRI cannot be empty");if(!n.isValidIRI(t))throw new Error("Invalid IRI format");this._value=t}get value(){return this._value}equals(e){return this._value===e._value}toString(){return this._value}static isValidIRI(e){if(!e||e.trim().length===0||/\s/.test(e)||!/^[a-z][a-z0-9+.-]*:/i.test(e))return!1;let r=["http","https","ftp","ftps","file","mailto","tel","data","ws","wss","urn","obsidian"],i=e.match(/^([a-z][a-z0-9+.-]*?):/i);if(i){let s=i[1].toLowerCase();if(!r.includes(s))return!1}try{return new URL(e),!0}catch{return/^urn:[a-z0-9][a-z0-9-]{0,31}:[^\s]+$/i.test(e)}}};al.IRI=ip});var lt=v(Ns=>{"use strict";Object.defineProperty(Ns,"__esModule",{value:!0});Ns.Literal=void 0;Ns.parseLanguageTag=z2;Ns.createDirectionalLiteral=pC;Ns.createLiteralFromLanguageTag=mC;var dC="http://www.w3.org/2001/XMLSchema#string",cc=class{static{o(this,"Literal")}constructor(e,t,r,i){if(e.length===0)throw new Error("Literal value cannot be empty");if(t&&r)throw new Error("Literal cannot have both datatype and language tag");if(i&&!r)throw new Error("Literal cannot have direction without language tag");if(i&&i!=="ltr"&&i!=="rtl")throw new Error('Direction must be "ltr" or "rtl"');this._value=e,this._datatype=t,this._language=r?r.toLowerCase():void 0,this._direction=i}get value(){return this._value}get datatype(){return this._datatype}get language(){return this._language}get direction(){return this._direction}hasDirection(){return this._direction!==void 0}equals(e){if(this._value!==e._value||this._language!==e._language||this._direction!==e._direction)return!1;let t=this.normalizedDatatype(),r=e.normalizedDatatype();return t===r}normalizedDatatype(){return!this._datatype||this._datatype.value===dC?null:this._datatype.value}toString(){let e=`"${this._value}"`;return this._datatype?e+=`^^<${this._datatype.value}>`:this._language&&(e+=`@${this._language}`,this._direction&&(e+=`--${this._direction}`)),e}};Ns.Literal=cc;function z2(n){let t=n.lastIndexOf("--");if(t===-1)return{language:n.toLowerCase()};let r=n.substring(t+2),i=n.substring(0,t);return r==="ltr"||r==="rtl"?{language:i.toLowerCase(),direction:r}:{language:n.toLowerCase()}}o(z2,"parseLanguageTag");function pC(n,e,t){return new cc(n,void 0,e,t)}o(pC,"createDirectionalLiteral");function mC(n,e){let{language:t,direction:r}=z2(e);return new cc(n,void 0,t,r)}o(mC,"createLiteralFromLanguageTag")});var It=v(cl=>{"use strict";Object.defineProperty(cl,"__esModule",{value:!0});cl.BlankNode=void 0;var ol=class n{static{o(this,"BlankNode")}constructor(e){let t=e.trim();if(t.length===0)throw new Error("BlankNode id cannot be empty");this._id=t}get id(){return this._id}equals(e){return this._id===e._id}toString(){return`_:${this._id}`}static generateId(){return`b${++n.counter}`}static create(){return new n(n.generateId())}};cl.BlankNode=ol;ol.counter=0});var Jr=v(ul=>{"use strict";Object.defineProperty(ul,"__esModule",{value:!0});ul.Namespace=void 0;var H2=Ye(),yr=class{static{o(this,"Namespace")}constructor(e,t){if(e.trim().length===0)throw new Error("Namespace prefix cannot be empty");this._prefix=e,this._iri=new H2.IRI(t)}get prefix(){return this._prefix}get iri(){return this._iri}term(e){return new H2.IRI(`${this._iri.value}${e}`)}expand(e){let t=e.split(":");if(t.length!==2)return null;let[r,i]=t;return r!==this._prefix?null:this.term(i)}};ul.Namespace=yr;yr.RDF=new yr("rdf","http://www.w3.org/1999/02/22-rdf-syntax-ns#");yr.RDFS=new yr("rdfs","http://www.w3.org/2000/01/rdf-schema#");yr.OWL=new yr("owl","http://www.w3.org/2002/07/owl#");yr.XSD=new yr("xsd","http://www.w3.org/2001/XMLSchema#");yr.EXO=new yr("exo","https://exocortex.my/ontology/exo#");yr.EMS=new yr("ems","https://exocortex.my/ontology/ems#")});var Oi=v(ll=>{"use strict";Object.defineProperty(ll,"__esModule",{value:!0});ll.Triple=void 0;var sp=Ye(),ap=lt(),op=It(),cp=class{static{o(this,"Triple")}constructor(e,t,r){this._subject=e,this._predicate=t,this._object=r}get subject(){return this._subject}get predicate(){return this._predicate}get object(){return this._object}equals(e){return!(!this.equalsNode(this._subject,e._subject)||!this._predicate.equals(e._predicate)||!this.equalsNode(this._object,e._object))}equalsNode(e,t){return e instanceof sp.IRI&&t instanceof sp.IRI||e instanceof op.BlankNode&&t instanceof op.BlankNode||e instanceof ap.Literal&&t instanceof ap.Literal||this.isQuotedTriple(e)&&this.isQuotedTriple(t)?e.equals(t):!1}isQuotedTriple(e){return typeof e=="object"&&e!==null&&"termType"in e&&e.termType==="QuotedTriple"}toString(){let e=this.nodeToString(this._subject),t=`<${this._predicate.value}>`,r=this.nodeToString(this._object);return`${e} ${t} ${r} .`}nodeToString(e){return e instanceof sp.IRI?`<${e.value}>`:e instanceof op.BlankNode||e instanceof ap.Literal||this.isQuotedTriple(e)?e.toString():""}};ll.Triple=cp});var uc=v(fl=>{"use strict";Object.defineProperty(fl,"__esModule",{value:!0});fl.QuotedTriple=void 0;var up=Ye(),lp=lt(),fp=It(),hp=class n{static{o(this,"QuotedTriple")}constructor(e,t,r){this._subject=e,this._predicate=t,this._object=r}get subject(){return this._subject}get predicate(){return this._predicate}get object(){return this._object}equals(e){return!(!this.equalsNode(this._subject,e._subject)||!this._predicate.equals(e._predicate)||!this.equalsNode(this._object,e._object))}equalsNode(e,t){return e instanceof up.IRI&&t instanceof up.IRI||e instanceof fp.BlankNode&&t instanceof fp.BlankNode||e instanceof lp.Literal&&t instanceof lp.Literal||e instanceof n&&t instanceof n?e.equals(t):!1}get termType(){return"QuotedTriple"}toString(){let e=this.nodeToString(this._subject),t=`<${this._predicate.value}>`,r=this.nodeToString(this._object);return`<< ${e} ${t} ${r} >>`}nodeToString(e){return e instanceof up.IRI?`<${e.value}>`:e instanceof fp.BlankNode||e instanceof lp.Literal||e instanceof n?e.toString():""}};fl.QuotedTriple=hp});var Q2=v(Tt=>{"use strict";Object.defineProperty(Tt,"__esModule",{value:!0});Tt.QuotedTriple=Tt.Triple=Tt.Namespace=Tt.BlankNode=Tt.createLiteralFromLanguageTag=Tt.createDirectionalLiteral=Tt.parseLanguageTag=Tt.Literal=Tt.IRI=void 0;var gC=Ye();Object.defineProperty(Tt,"IRI",{enumerable:!0,get:o(function(){return gC.IRI},"get")});var hl=lt();Object.defineProperty(Tt,"Literal",{enumerable:!0,get:o(function(){return hl.Literal},"get")});Object.defineProperty(Tt,"parseLanguageTag",{enumerable:!0,get:o(function(){return hl.parseLanguageTag},"get")});Object.defineProperty(Tt,"createDirectionalLiteral",{enumerable:!0,get:o(function(){return hl.createDirectionalLiteral},"get")});Object.defineProperty(Tt,"createLiteralFromLanguageTag",{enumerable:!0,get:o(function(){return hl.createLiteralFromLanguageTag},"get")});var yC=It();Object.defineProperty(Tt,"BlankNode",{enumerable:!0,get:o(function(){return yC.BlankNode},"get")});var vC=Jr();Object.defineProperty(Tt,"Namespace",{enumerable:!0,get:o(function(){return vC.Namespace},"get")});var SC=Oi();Object.defineProperty(Tt,"Triple",{enumerable:!0,get:o(function(){return SC.Triple},"get")});var _C=uc();Object.defineProperty(Tt,"QuotedTriple",{enumerable:!0,get:o(function(){return _C.QuotedTriple},"get")})});var dl=v(en=>{"use strict";Object.defineProperty(en,"__esModule",{value:!0});en.UUID_URL_NAMESPACE=en.DEFAULT_LANGUAGE_TAG=en.REQUIRED_PROPERTIES=en.ALLOWED_PROPERTIES=en.Exo003MetadataType=void 0;var Zr;(function(n){n.Namespace="namespace",n.Anchor="anchor",n.BlankNode="blank_node",n.Statement="statement",n.Body="body"})(Zr||(en.Exo003MetadataType=Zr={}));en.ALLOWED_PROPERTIES={[Zr.Namespace]:["metadata","uri","aliases"],[Zr.Anchor]:["metadata","uri","aliases"],[Zr.BlankNode]:["metadata","uri","aliases"],[Zr.Statement]:["metadata","subject","predicate","object","aliases"],[Zr.Body]:["metadata","subject","predicate","aliases"]};en.REQUIRED_PROPERTIES={[Zr.Namespace]:["metadata","uri"],[Zr.Anchor]:["metadata","uri"],[Zr.BlankNode]:["metadata","uri"],[Zr.Statement]:["metadata","subject","predicate","object"],[Zr.Body]:["metadata","subject","predicate"]};en.DEFAULT_LANGUAGE_TAG="ru";en.UUID_URL_NAMESPACE="6ba7b811-9dad-11d1-80b4-00c04fd430c8"});var Y2=v(dp=>{"use strict";Object.defineProperty(dp,"__esModule",{value:!0});dp.default="ffffffff-ffff-ffff-ffff-ffffffffffff"});var K2=v(pp=>{"use strict";Object.defineProperty(pp,"__esModule",{value:!0});pp.default="00000000-0000-0000-0000-000000000000"});var X2=v(mp=>{"use strict";Object.defineProperty(mp,"__esModule",{value:!0});mp.default=/^(?:[0-9a-f]{8}-[0-9a-f]{4}-[1-8][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$/i});var lc=v(gp=>{"use strict";Object.defineProperty(gp,"__esModule",{value:!0});var wC=X2();function bC(n){return typeof n=="string"&&wC.default.test(n)}o(bC,"validate");gp.default=bC});var fc=v(yp=>{"use strict";Object.defineProperty(yp,"__esModule",{value:!0});var EC=lc();function TC(n){if(!(0,EC.default)(n))throw TypeError("Invalid UUID");let e;return Uint8Array.of((e=parseInt(n.slice(0,8),16))>>>24,e>>>16&255,e>>>8&255,e&255,(e=parseInt(n.slice(9,13),16))>>>8,e&255,(e=parseInt(n.slice(14,18),16))>>>8,e&255,(e=parseInt(n.slice(19,23),16))>>>8,e&255,(e=parseInt(n.slice(24,36),16))/1099511627776&255,e/4294967296&255,e>>>24&255,e>>>16&255,e>>>8&255,e&255)}o(TC,"parse");yp.default=TC});var Pi=v(hc=>{"use strict";Object.defineProperty(hc,"__esModule",{value:!0});hc.unsafeStringify=void 0;var AC=lc(),Gt=[];for(let n=0;n<256;++n)Gt.push((n+256).toString(16).slice(1));function J2(n,e=0){return(Gt[n[e+0]]+Gt[n[e+1]]+Gt[n[e+2]]+Gt[n[e+3]]+"-"+Gt[n[e+4]]+Gt[n[e+5]]+"-"+Gt[n[e+6]]+Gt[n[e+7]]+"-"+Gt[n[e+8]]+Gt[n[e+9]]+"-"+Gt[n[e+10]]+Gt[n[e+11]]+Gt[n[e+12]]+Gt[n[e+13]]+Gt[n[e+14]]+Gt[n[e+15]]).toLowerCase()}o(J2,"unsafeStringify");hc.unsafeStringify=J2;function CC(n,e=0){let t=J2(n,e);if(!(0,AC.default)(t))throw TypeError("Stringified UUID is invalid");return t}o(CC,"stringify");hc.default=CC});var gl=v(vp=>{"use strict";Object.defineProperty(vp,"__esModule",{value:!0});var xC=require("crypto"),ml=new Uint8Array(256),pl=ml.length;function IC(){return pl>ml.length-16&&((0,xC.randomFillSync)(ml),pl=0),ml.slice(pl,pl+=16)}o(IC,"rng");vp.default=IC});var Sp=v(pc=>{"use strict";Object.defineProperty(pc,"__esModule",{value:!0});pc.updateV1State=void 0;var Z2=gl(),OC=Pi(),dc={};function PC(n,e,t){let r,i=n?._v6??!1;if(n){let s=Object.keys(n);s.length===1&&s[0]==="_v6"&&(n=void 0)}if(n)r=ev(n.random??n.rng?.()??(0,Z2.default)(),n.msecs,n.nsecs,n.clockseq,n.node,e,t);else{let s=Date.now(),a=(0,Z2.default)();tv(dc,s,a),r=ev(a,dc.msecs,dc.nsecs,i?void 0:dc.clockseq,i?void 0:dc.node,e,t)}return e??(0,OC.unsafeStringify)(r)}o(PC,"v1");function tv(n,e,t){return n.msecs??=-1/0,n.nsecs??=0,e===n.msecs?(n.nsecs++,n.nsecs>=1e4&&(n.node=void 0,n.nsecs=0)):e>n.msecs?n.nsecs=0:e<n.msecs&&(n.node=void 0),n.node||(n.node=t.slice(10,16),n.node[0]|=1,n.clockseq=(t[8]<<8|t[9])&16383),n.msecs=e,n}o(tv,"updateV1State");pc.updateV1State=tv;function ev(n,e,t,r,i,s,a=0){if(n.length<16)throw new Error("Random bytes length must be >= 16");if(!s)s=new Uint8Array(16),a=0;else if(a<0||a+16>s.length)throw new RangeError(`UUID byte range ${a}:${a+15} is out of buffer bounds`);e??=Date.now(),t??=0,r??=(n[8]<<8|n[9])&16383,i??=n.slice(10,16),e+=122192928e5;let c=((e&268435455)*1e4+t)%4294967296;s[a++]=c>>>24&255,s[a++]=c>>>16&255,s[a++]=c>>>8&255,s[a++]=c&255;let u=e/4294967296*1e4&268435455;s[a++]=u>>>8&255,s[a++]=u&255,s[a++]=u>>>24&15|16,s[a++]=u>>>16&255,s[a++]=r>>>8|128,s[a++]=r&255;for(let l=0;l<6;++l)s[a++]=i[l];return s}o(ev,"v1Bytes");pc.default=PC});var wp=v(_p=>{"use strict";Object.defineProperty(_p,"__esModule",{value:!0});var DC=fc(),RC=Pi();function FC(n){let e=typeof n=="string"?(0,DC.default)(n):n,t=NC(e);return typeof n=="string"?(0,RC.unsafeStringify)(t):t}o(FC,"v1ToV6");_p.default=FC;function NC(n){return Uint8Array.of((n[6]&15)<<4|n[7]>>4&15,(n[7]&15)<<4|(n[4]&240)>>4,(n[4]&15)<<4|(n[5]&240)>>4,(n[5]&15)<<4|(n[0]&240)>>4,(n[0]&15)<<4|(n[1]&240)>>4,(n[1]&15)<<4|(n[2]&240)>>4,96|n[2]&15,n[3],n[8],n[9],n[10],n[11],n[12],n[13],n[14],n[15])}o(NC,"_v1ToV6")});var rv=v(bp=>{"use strict";Object.defineProperty(bp,"__esModule",{value:!0});var LC=require("crypto");function MC(n){return Array.isArray(n)?n=Buffer.from(n):typeof n=="string"&&(n=Buffer.from(n,"utf8")),(0,LC.createHash)("md5").update(n).digest()}o(MC,"md5");bp.default=MC});var mc=v(Di=>{"use strict";Object.defineProperty(Di,"__esModule",{value:!0});Di.URL=Di.DNS=Di.stringToBytes=void 0;var nv=fc(),kC=Pi();function iv(n){n=unescape(encodeURIComponent(n));let e=new Uint8Array(n.length);for(let t=0;t<n.length;++t)e[t]=n.charCodeAt(t);return e}o(iv,"stringToBytes");Di.stringToBytes=iv;Di.DNS="6ba7b810-9dad-11d1-80b4-00c04fd430c8";Di.URL="6ba7b811-9dad-11d1-80b4-00c04fd430c8";function jC(n,e,t,r,i,s){let a=typeof t=="string"?iv(t):t,c=typeof r=="string"?(0,nv.default)(r):r;if(typeof r=="string"&&(r=(0,nv.default)(r)),r?.length!==16)throw TypeError("Namespace must be array-like (16 iterable integer values, 0-255)");let u=new Uint8Array(16+a.length);if(u.set(c),u.set(a,c.length),u=e(u),u[6]=u[6]&15|n,u[8]=u[8]&63|128,i){s=s||0;for(let l=0;l<16;++l)i[s+l]=u[l];return i}return(0,kC.unsafeStringify)(u)}o(jC,"v35");Di.default=jC});var av=v(Ls=>{"use strict";Object.defineProperty(Ls,"__esModule",{value:!0});Ls.URL=Ls.DNS=void 0;var $C=rv(),Ep=mc(),sv=mc();Object.defineProperty(Ls,"DNS",{enumerable:!0,get:o(function(){return sv.DNS},"get")});Object.defineProperty(Ls,"URL",{enumerable:!0,get:o(function(){return sv.URL},"get")});function Tp(n,e,t,r){return(0,Ep.default)(48,$C.default,n,e,t,r)}o(Tp,"v3");Tp.DNS=Ep.DNS;Tp.URL=Ep.URL;Ls.default=Tp});var ov=v(Ap=>{"use strict";Object.defineProperty(Ap,"__esModule",{value:!0});var VC=require("crypto");Ap.default={randomUUID:VC.randomUUID}});var uv=v(Cp=>{"use strict";Object.defineProperty(Cp,"__esModule",{value:!0});var cv=ov(),UC=gl(),BC=Pi();function qC(n,e,t){if(cv.default.randomUUID&&!e&&!n)return cv.default.randomUUID();n=n||{};let r=n.random??n.rng?.()??(0,UC.default)();if(r.length<16)throw new Error("Random bytes length must be >= 16");if(r[6]=r[6]&15|64,r[8]=r[8]&63|128,e){if(t=t||0,t<0||t+16>e.length)throw new RangeError(`UUID byte range ${t}:${t+15} is out of buffer bounds`);for(let i=0;i<16;++i)e[t+i]=r[i];return e}return(0,BC.unsafeStringify)(r)}o(qC,"v4");Cp.default=qC});var lv=v(xp=>{"use strict";Object.defineProperty(xp,"__esModule",{value:!0});var GC=require("crypto");function WC(n){return Array.isArray(n)?n=Buffer.from(n):typeof n=="string"&&(n=Buffer.from(n,"utf8")),(0,GC.createHash)("sha1").update(n).digest()}o(WC,"sha1");xp.default=WC});var hv=v(Ms=>{"use strict";Object.defineProperty(Ms,"__esModule",{value:!0});Ms.URL=Ms.DNS=void 0;var zC=lv(),Ip=mc(),fv=mc();Object.defineProperty(Ms,"DNS",{enumerable:!0,get:o(function(){return fv.DNS},"get")});Object.defineProperty(Ms,"URL",{enumerable:!0,get:o(function(){return fv.URL},"get")});function Op(n,e,t,r){return(0,Ip.default)(80,zC.default,n,e,t,r)}o(Op,"v5");Op.DNS=Ip.DNS;Op.URL=Ip.URL;Ms.default=Op});var dv=v(Pp=>{"use strict";Object.defineProperty(Pp,"__esModule",{value:!0});var HC=Pi(),QC=Sp(),YC=wp();function KC(n,e,t){n??={},t??=0;let r=(0,QC.default)({...n,_v6:!0},new Uint8Array(16));if(r=(0,YC.default)(r),e){for(let i=0;i<16;i++)e[t+i]=r[i];return e}return(0,HC.unsafeStringify)(r)}o(KC,"v6");Pp.default=KC});var pv=v(Dp=>{"use strict";Object.defineProperty(Dp,"__esModule",{value:!0});var XC=fc(),JC=Pi();function ZC(n){let e=typeof n=="string"?(0,XC.default)(n):n,t=ex(e);return typeof n=="string"?(0,JC.unsafeStringify)(t):t}o(ZC,"v6ToV1");Dp.default=ZC;function ex(n){return Uint8Array.of((n[3]&15)<<4|n[4]>>4&15,(n[4]&15)<<4|(n[5]&240)>>4,(n[5]&15)<<4|n[6]&15,n[7],(n[1]&15)<<4|(n[2]&240)>>4,(n[2]&15)<<4|(n[3]&240)>>4,16|(n[0]&240)>>4,(n[0]&15)<<4|(n[1]&240)>>4,n[8],n[9],n[10],n[11],n[12],n[13],n[14],n[15])}o(ex,"_v6ToV1")});var vv=v(gc=>{"use strict";Object.defineProperty(gc,"__esModule",{value:!0});gc.updateV7State=void 0;var mv=gl(),tx=Pi(),Rp={};function rx(n,e,t){let r;if(n)r=gv(n.random??n.rng?.()??(0,mv.default)(),n.msecs,n.seq,e,t);else{let i=Date.now(),s=(0,mv.default)();yv(Rp,i,s),r=gv(s,Rp.msecs,Rp.seq,e,t)}return e??(0,tx.unsafeStringify)(r)}o(rx,"v7");function yv(n,e,t){return n.msecs??=-1/0,n.seq??=0,e>n.msecs?(n.seq=t[6]<<23|t[7]<<16|t[8]<<8|t[9],n.msecs=e):(n.seq=n.seq+1|0,n.seq===0&&n.msecs++),n}o(yv,"updateV7State");gc.updateV7State=yv;function gv(n,e,t,r,i=0){if(n.length<16)throw new Error("Random bytes length must be >= 16");if(!r)r=new Uint8Array(16),i=0;else if(i<0||i+16>r.length)throw new RangeError(`UUID byte range ${i}:${i+15} is out of buffer bounds`);return e??=Date.now(),t??=n[6]*127<<24|n[7]<<16|n[8]<<8|n[9],r[i++]=e/1099511627776&255,r[i++]=e/4294967296&255,r[i++]=e/16777216&255,r[i++]=e/65536&255,r[i++]=e/256&255,r[i++]=e&255,r[i++]=112|t>>>28&15,r[i++]=t>>>20&255,r[i++]=128|t>>>14&63,r[i++]=t>>>6&255,r[i++]=t<<2&255|n[10]&3,r[i++]=n[11],r[i++]=n[12],r[i++]=n[13],r[i++]=n[14],r[i++]=n[15],r}o(gv,"v7Bytes");gc.default=rx});var Sv=v(Fp=>{"use strict";Object.defineProperty(Fp,"__esModule",{value:!0});var nx=lc();function ix(n){if(!(0,nx.default)(n))throw TypeError("Invalid UUID");return parseInt(n.slice(14,15),16)}o(ix,"version");Fp.default=ix});var vr=v(Je=>{"use strict";Object.defineProperty(Je,"__esModule",{value:!0});Je.version=Je.validate=Je.v7=Je.v6ToV1=Je.v6=Je.v5=Je.v4=Je.v3=Je.v1ToV6=Je.v1=Je.stringify=Je.parse=Je.NIL=Je.MAX=void 0;var sx=Y2();Object.defineProperty(Je,"MAX",{enumerable:!0,get:o(function(){return sx.default},"get")});var ax=K2();Object.defineProperty(Je,"NIL",{enumerable:!0,get:o(function(){return ax.default},"get")});var ox=fc();Object.defineProperty(Je,"parse",{enumerable:!0,get:o(function(){return ox.default},"get")});var cx=Pi();Object.defineProperty(Je,"stringify",{enumerable:!0,get:o(function(){return cx.default},"get")});var ux=Sp();Object.defineProperty(Je,"v1",{enumerable:!0,get:o(function(){return ux.default},"get")});var lx=wp();Object.defineProperty(Je,"v1ToV6",{enumerable:!0,get:o(function(){return lx.default},"get")});var fx=av();Object.defineProperty(Je,"v3",{enumerable:!0,get:o(function(){return fx.default},"get")});var hx=uv();Object.defineProperty(Je,"v4",{enumerable:!0,get:o(function(){return hx.default},"get")});var dx=hv();Object.defineProperty(Je,"v5",{enumerable:!0,get:o(function(){return dx.default},"get")});var px=dv();Object.defineProperty(Je,"v6",{enumerable:!0,get:o(function(){return px.default},"get")});var mx=pv();Object.defineProperty(Je,"v6ToV1",{enumerable:!0,get:o(function(){return mx.default},"get")});var gx=vv();Object.defineProperty(Je,"v7",{enumerable:!0,get:o(function(){return gx.default},"get")});var yx=lc();Object.defineProperty(Je,"validate",{enumerable:!0,get:o(function(){return yx.default},"get")});var vx=Sv();Object.defineProperty(Je,"version",{enumerable:!0,get:o(function(){return vx.default},"get")})});var Mp=v(yl=>{"use strict";Object.defineProperty(yl,"__esModule",{value:!0});yl.Exo003UUIDGenerator=void 0;var Np=vr(),_v=dl(),Lp=class{static{o(this,"Exo003UUIDGenerator")}static generateNamespaceUUID(e){if(!e||e.trim().length===0)throw new Error("Namespace URI cannot be empty");return(0,Np.v5)(e,_v.UUID_URL_NAMESPACE)}static generateAssetUUID(e,t){if(!t||t.trim().length===0)throw new Error("Local identifier cannot be empty");let r=this.generateNamespaceUUID(e);return(0,Np.v5)(t,r)}static generateFromIRI(e){if(!e||e.trim().length===0)throw new Error("IRI cannot be empty");let{namespace:t,localName:r}=this.splitIRI(e);return r?this.generateAssetUUID(t,r):(0,Np.v5)(e,_v.UUID_URL_NAMESPACE)}static generateBlankNodeUUID(e,t){if(!e||e.trim().length===0)throw new Error("Blank node ID cannot be empty");let r="urn:exocortex:blank-node:",i=t?`${t}#${e}`:e;return this.generateAssetUUID(r,i)}static generateStatementUUID(e,t,r){if(!e||!t||!r)throw new Error("Subject, predicate, and object cannot be empty");let i="urn:exocortex:statement:",s=`${e} ${t} ${r}`;return this.generateAssetUUID(i,s)}static generateBodyUUID(e,t){let r="urn:exocortex:body:",i=e;return t?.datatype?i+=`^^${t.datatype}`:t?.language&&(i+=`@${t.language}`,t.direction&&(i+=`--${t.direction}`)),this.generateAssetUUID(r,i)}static splitIRI(e){let t=e.lastIndexOf("#");if(t!==-1&&t<e.length-1)return{namespace:e.substring(0,t+1),localName:e.substring(t+1)};let r=e.lastIndexOf("/"),i=e.indexOf("://");return r!==-1&&r>i+2&&r<e.length-1?{namespace:e.substring(0,r+1),localName:e.substring(r+1)}:{namespace:e,localName:""}}static isValidUUID(e){return/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/i.test(e)}};yl.Exo003UUIDGenerator=Lp});var bv=v(Sl=>{"use strict";Object.defineProperty(Sl,"__esModule",{value:!0});Sl.Exo003Parser=void 0;var tt=dl(),yc=Mp(),Qi=Ye(),vl=lt(),wv=It(),Sx=Oi(),kp=class{static{o(this,"Exo003Parser")}static parse(e,t){let r=this.validate(e);if(!r.valid)return{success:!1,errors:r.errors};let i=e.metadata;try{return{success:!0,metadata:this.parseByType(e,i),bodyContent:i===tt.Exo003MetadataType.Body?t:void 0}}catch(s){return{success:!1,errors:[s instanceof Error?s.message:String(s)]}}}static validate(e){let t=[],r=[];if(!e.metadata)return t.push("Missing required property: metadata"),{valid:!1,errors:t,warnings:r};let i=e.metadata;if(!Object.values(tt.Exo003MetadataType).includes(i))return t.push(`Invalid metadata: ${i}. Valid types: ${Object.values(tt.Exo003MetadataType).join(", ")}`),{valid:!1,errors:t,warnings:r};let s=i,a=tt.ALLOWED_PROPERTIES[s],c=tt.REQUIRED_PROPERTIES[s];for(let u of c)(e[u]===void 0||e[u]===null)&&t.push(`Missing required property: ${u}`);for(let u of Object.keys(e))a.includes(u)||t.push(`Forbidden property for ${s}: ${u}`);switch(s){case tt.Exo003MetadataType.Namespace:this.validateNamespaceMetadata(e,t);break;case tt.Exo003MetadataType.Anchor:this.validateAnchorMetadata(e,t);break;case tt.Exo003MetadataType.BlankNode:this.validateBlankNodeMetadata(e,t);break;case tt.Exo003MetadataType.Statement:this.validateStatementMetadata(e,t);break;case tt.Exo003MetadataType.Body:this.validateBodyMetadata(e,t,r);break}return{valid:t.length===0,errors:t,warnings:r}}static parseByType(e,t){let r={metadata:t,aliases:e.aliases};switch(t){case tt.Exo003MetadataType.Namespace:return{...r,metadata:tt.Exo003MetadataType.Namespace,uri:e.uri};case tt.Exo003MetadataType.Anchor:return{...r,metadata:tt.Exo003MetadataType.Anchor,uri:e.uri};case tt.Exo003MetadataType.BlankNode:return{...r,metadata:tt.Exo003MetadataType.BlankNode,uri:e.uri};case tt.Exo003MetadataType.Statement:return{...r,metadata:tt.Exo003MetadataType.Statement,subject:e.subject,predicate:e.predicate,object:e.object};case tt.Exo003MetadataType.Body:return{...r,metadata:tt.Exo003MetadataType.Body,subject:e.subject,predicate:e.predicate}}}static validateNamespaceMetadata(e,t){let r=e.uri;if(r&&typeof r!="string")t.push("uri must be a string");else if(r)try{new Qi.IRI(r)}catch{t.push(`uri is not a valid IRI: ${String(r)}`)}}static validateAnchorMetadata(e,t){let r=e.uri;if(r&&typeof r!="string")t.push("uri must be a string");else if(r)try{new Qi.IRI(r)}catch{t.push(`uri is not a valid IRI: ${String(r)}`)}}static validateBlankNodeMetadata(e,t){let r=e.uri;if(r&&typeof r!="string")t.push("uri must be a string");else if(r)try{new Qi.IRI(r)}catch{t.push(`uri is not a valid IRI: ${String(r)}`)}}static validateStatementMetadata(e,t){let r=e.subject,i=e.predicate,s=e.object,a=[["subject",r],["predicate",i],["object",s]];for(let[c,u]of a)u&&typeof u!="string"&&t.push(`${c} must be a string`)}static validateBodyMetadata(e,t,r){let i=e.subject,s=e.predicate;i&&typeof i!="string"&&t.push("subject must be a string"),s&&typeof s!="string"&&t.push("predicate must be a string")}static toTriple(e,t,r){let i=t(e.subject),s;if(i.type==="iri")s=new Qi.IRI(i.value);else if(i.type==="blank")s=new wv.BlankNode(i.value);else throw new Error("Statement subject cannot be a literal");let a=t(e.predicate);if(a.type!=="iri")throw new Error("Statement predicate must be an IRI");let c=new Qi.IRI(a.value),u=t(e.object),l;if(u.type==="iri")l=new Qi.IRI(u.value);else if(u.type==="blank")l=new wv.BlankNode(u.value);else{let f=r||u.value;if(u.datatype)l=new vl.Literal(f,new Qi.IRI(u.datatype));else{let h=u.language||tt.DEFAULT_LANGUAGE_TAG;l=(0,vl.createDirectionalLiteral)(f,h,u.direction)}}return new Sx.Triple(s,c,l)}static toLiteral(e,t,r){if(r?.datatype)return new vl.Literal(t,new Qi.IRI(r.datatype));let i=r?.language||tt.DEFAULT_LANGUAGE_TAG;return(0,vl.createDirectionalLiteral)(t,i,r?.direction)}static isExo003Format(e){let t=e.metadata;return typeof t=="string"&&Object.values(tt.Exo003MetadataType).includes(t)}static generateUUID(e,t){switch(e.metadata){case tt.Exo003MetadataType.Namespace:return yc.Exo003UUIDGenerator.generateNamespaceUUID(e.uri);case tt.Exo003MetadataType.Anchor:return yc.Exo003UUIDGenerator.generateNamespaceUUID(e.uri);case tt.Exo003MetadataType.BlankNode:return yc.Exo003UUIDGenerator.generateNamespaceUUID(e.uri);case tt.Exo003MetadataType.Statement:{let r=e;return yc.Exo003UUIDGenerator.generateStatementUUID(r.subject,r.predicate,r.object)}case tt.Exo003MetadataType.Body:{let r=e;return yc.Exo003UUIDGenerator.generateBodyUUID(r.subject+"|"+r.predicate)}}}};Sl.Exo003Parser=kp});var jp=v(rr=>{"use strict";Object.defineProperty(rr,"__esModule",{value:!0});rr.Exo003Parser=rr.Exo003UUIDGenerator=rr.UUID_URL_NAMESPACE=rr.DEFAULT_LANGUAGE_TAG=rr.REQUIRED_PROPERTIES=rr.ALLOWED_PROPERTIES=rr.Exo003MetadataType=void 0;var vc=dl();Object.defineProperty(rr,"Exo003MetadataType",{enumerable:!0,get:o(function(){return vc.Exo003MetadataType},"get")});Object.defineProperty(rr,"ALLOWED_PROPERTIES",{enumerable:!0,get:o(function(){return vc.ALLOWED_PROPERTIES},"get")});Object.defineProperty(rr,"REQUIRED_PROPERTIES",{enumerable:!0,get:o(function(){return vc.REQUIRED_PROPERTIES},"get")});Object.defineProperty(rr,"DEFAULT_LANGUAGE_TAG",{enumerable:!0,get:o(function(){return vc.DEFAULT_LANGUAGE_TAG},"get")});Object.defineProperty(rr,"UUID_URL_NAMESPACE",{enumerable:!0,get:o(function(){return vc.UUID_URL_NAMESPACE},"get")});var _x=Mp();Object.defineProperty(rr,"Exo003UUIDGenerator",{enumerable:!0,get:o(function(){return _x.Exo003UUIDGenerator},"get")});var wx=bv();Object.defineProperty(rr,"Exo003Parser",{enumerable:!0,get:o(function(){return wx.Exo003Parser},"get")})});var ks=v(wl=>{"use strict";Object.defineProperty(wl,"__esModule",{value:!0});wl.WikiLinkHelpers=void 0;var _l=class{static{o(this,"WikiLinkHelpers")}static normalize(e){return e?e.replace(this.WIKI_LINK_PATTERN,"").trim():""}static normalizeArray(e){return e?(Array.isArray(e)?e:[e]).map(r=>this.normalize(r)).filter(r=>r.length>0):[]}static equals(e,t){return this.normalize(e)===this.normalize(t)}static includes(e,t){let r=this.normalizeArray(e),i=this.normalize(t);return r.includes(i)}};wl.WikiLinkHelpers=_l;_l.WIKI_LINK_PATTERN=/\[\[|\]\]/g});var nr=v(Fa=>{"use strict";Object.defineProperty(Fa,"__esModule",{value:!0});Fa.EffortStatus=Fa.AssetClass=void 0;var bx=ep();Object.defineProperty(Fa,"AssetClass",{enumerable:!0,get:o(function(){return bx.AssetClass},"get")});var Ex=tp();Object.defineProperty(Fa,"EffortStatus",{enumerable:!0,get:o(function(){return Ex.EffortStatus},"get")})});var Yi=v(ir=>{"use strict";Object.defineProperty(ir,"__esModule",{value:!0});ir.hasClass=$s;ir.isAreaOrProject=Tx;ir.isEffort=Ax;ir.hasStatus=Cx;ir.isAssetArchived=xx;ir.hasEmptyProperties=Ix;ir.needsFolderRepair=Ox;ir.getTodayDateString=$p;ir.isPlannedForToday=Px;ir.hasPlannedStartTimestamp=Dx;ir.extractDailyNoteDate=Rx;ir.isCurrentDateGteDay=Fx;ir.inheritsFromPrototype=Av;ir.isPrototypeClass=Lx;var Tv=ks(),js=nr();function $s(n,e){return n?(Array.isArray(n)?n:[n]).some(r=>Tv.WikiLinkHelpers.normalize(r)===e):!1}o($s,"hasClass");function Tx(n){return $s(n,js.AssetClass.AREA)||$s(n,js.AssetClass.PROJECT)}o(Tx,"isAreaOrProject");function Ax(n){return $s(n,js.AssetClass.TASK)||$s(n,js.AssetClass.PROJECT)||$s(n,js.AssetClass.MEETING)}o(Ax,"isEffort");function Cx(n,e){if(!n)return!1;let t=Array.isArray(n)?n[0]:n;return t?Tv.WikiLinkHelpers.normalize(t)===e:!1}o(Cx,"hasStatus");function xx(n){if(n===!0||n===1)return!0;if(typeof n=="string"){let e=n.toLowerCase();return e==="true"||e==="yes"}return!1}o(xx,"isAssetArchived");function Ix(n){return!n||Object.keys(n).length===0?!1:Object.values(n).some(e=>!!(e==null||typeof e=="string"&&e.trim()===""||Array.isArray(e)&&e.length===0||typeof e=="object"&&!Array.isArray(e)&&Object.keys(e).length===0))}o(Ix,"hasEmptyProperties");function Ox(n,e){if(!e)return!1;let t=n.replace(/\/$/,""),r=e.replace(/\/$/,"");return t!==r}o(Ox,"needsFolderRepair");function $p(){let n=new Date,e=n.getFullYear(),t=String(n.getMonth()+1).padStart(2,"0"),r=String(n.getDate()).padStart(2,"0");return`${e}-${t}-${r}`}o($p,"getTodayDateString");function Px(n){let e=n.ems__Effort_plannedStartTimestamp;if(!e)return!1;let t=$p();return typeof e=="string"?e.split("T")[0]===t:Array.isArray(e)&&e.length>0?String(e[0]).split("T")[0]===t:!1}o(Px,"isPlannedForToday");function Dx(n){let e=n.ems__Effort_plannedStartTimestamp;return e?typeof e=="string"?e.trim().length>0:Array.isArray(e)&&e.length>0?String(e[0]).trim().length>0:!1:!1}o(Dx,"hasPlannedStartTimestamp");function Rx(n){let e=n.pn__DailyNote_day;if(!e)return null;if(typeof e=="string"){let t=e.match(/\[\[([^\[\]]+)\]\]/);return t?t[1]:e}if(Array.isArray(e)&&e.length>0){let t=String(e[0]),r=t.match(/\[\[([^\[\]]+)\]\]/);return r?r[1]:t}return null}o(Rx,"extractDailyNoteDate");function Fx(n){return $p()>=n}o(Fx,"isCurrentDateGteDay");function Ev(n){return n?n.replace(/^["']|["']$/g,"").replace(/\[\[|\]\]/g,"").trim():""}o(Ev,"normalizeWithQuotes");var Nx=10;function Av(n,e=Nx){let t=n.exo__Class_superClass;if(!t)return!1;let r=new Set,i=[],s=Array.isArray(t)?t:[t];for(let a of s){let c=Ev(a);c&&i.push({className:c,depth:0})}for(;i.length>0;){let a=i.shift();if(!a)continue;let{className:c,depth:u}=a;if(u>e)continue;if(c===js.AssetClass.PROTOTYPE)return!0;if(r.has(c))continue;r.add(c);let l=`${c}__exo__Class_superClass`,f=n[l];if(f){let h=Array.isArray(f)?f:[f];for(let d of h){let p=Ev(d);p&&!r.has(p)&&i.push({className:p,depth:u+1})}}}return!1}o(Av,"inheritsFromPrototype");function Lx(n,e){return $s(n,js.AssetClass.CLASS)?Av(e):!1}o(Lx,"isPrototypeClass")});var xv=v(Sc=>{"use strict";Object.defineProperty(Sc,"__esModule",{value:!0});Sc.canCreateTask=Mx;Sc.canCreateRelatedTask=kx;Sc.canConvertTaskToProject=jx;var bl=Yi(),Cv=nr();function Mx(n){return(0,bl.isAreaOrProject)(n.instanceClass)}o(Mx,"canCreateTask");function kx(n){return!(!(0,bl.hasClass)(n.instanceClass,Cv.AssetClass.TASK)||(0,bl.isAssetArchived)(n.isArchived))}o(kx,"canCreateRelatedTask");function jx(n){return(0,bl.hasClass)(n.instanceClass,Cv.AssetClass.TASK)}o(jx,"canConvertTaskToProject")});var Iv=v(Na=>{"use strict";Object.defineProperty(Na,"__esModule",{value:!0});Na.canCreateProject=$x;Na.canMoveToAnalysis=Vx;Na.canMoveToToDo=Ux;Na.canConvertProjectToTask=Bx;var Ki=Yi(),Xi=nr();function $x(n){return(0,Ki.hasClass)(n.instanceClass,Xi.AssetClass.AREA)||(0,Ki.hasClass)(n.instanceClass,Xi.AssetClass.INITIATIVE)||(0,Ki.hasClass)(n.instanceClass,Xi.AssetClass.PROJECT)}o($x,"canCreateProject");function Vx(n){return(0,Ki.hasClass)(n.instanceClass,Xi.AssetClass.PROJECT)?(0,Ki.hasStatus)(n.currentStatus,Xi.EffortStatus.BACKLOG):!1}o(Vx,"canMoveToAnalysis");function Ux(n){return(0,Ki.hasClass)(n.instanceClass,Xi.AssetClass.PROJECT)?(0,Ki.hasStatus)(n.currentStatus,Xi.EffortStatus.ANALYSIS):!1}o(Ux,"canMoveToToDo");function Bx(n){return(0,Ki.hasClass)(n.instanceClass,Xi.AssetClass.PROJECT)}o(Bx,"canConvertProjectToTask")});var Dv=v(El=>{"use strict";Object.defineProperty(El,"__esModule",{value:!0});El.canCreateChildArea=qx;El.canSetActiveFocus=Gx;var Ov=Yi(),Pv=nr();function qx(n){return(0,Ov.hasClass)(n.instanceClass,Pv.AssetClass.AREA)}o(qx,"canCreateChildArea");function Gx(n){return(0,Ov.hasClass)(n.instanceClass,Pv.AssetClass.AREA)}o(Gx,"canSetActiveFocus")});var Fv=v(Rr=>{"use strict";Object.defineProperty(Rr,"__esModule",{value:!0});Rr.canPlanOnToday=Wx;Rr.canPlanForEvening=zx;Rr.canShiftDayBackward=Hx;Rr.canShiftDayForward=Qx;Rr.canSetDraftStatus=Yx;Rr.canMoveToBacklog=Kx;Rr.canStartEffort=Xx;Rr.canMarkDone=Jx;Rr.canTrashEffort=Zx;Rr.canVoteOnEffort=eI;Rr.canRollbackStatus=tI;Rr.canArchiveTask=rI;var Rv=ks(),ot=Yi(),Ur=nr();function Wx(n){return!(!(0,ot.isEffort)(n.instanceClass)||(0,ot.isPlannedForToday)(n.metadata))}o(Wx,"canPlanOnToday");function zx(n){return!(0,ot.hasClass)(n.instanceClass,Ur.AssetClass.TASK)&&!(0,ot.hasClass)(n.instanceClass,Ur.AssetClass.MEETING)?!1:(0,ot.hasStatus)(n.currentStatus,Ur.EffortStatus.BACKLOG)}o(zx,"canPlanForEvening");function Hx(n){return(0,ot.isEffort)(n.instanceClass)?(0,ot.hasPlannedStartTimestamp)(n.metadata):!1}o(Hx,"canShiftDayBackward");function Qx(n){return(0,ot.isEffort)(n.instanceClass)?(0,ot.hasPlannedStartTimestamp)(n.metadata):!1}o(Qx,"canShiftDayForward");function Yx(n){return(0,ot.isEffort)(n.instanceClass)?!n.currentStatus:!1}o(Yx,"canSetDraftStatus");function Kx(n){return(0,ot.isEffort)(n.instanceClass)?(0,ot.hasStatus)(n.currentStatus,Ur.EffortStatus.DRAFT):!1}o(Kx,"canMoveToBacklog");function Xx(n){return(0,ot.isEffort)(n.instanceClass)?(0,ot.hasClass)(n.instanceClass,Ur.AssetClass.TASK)||(0,ot.hasClass)(n.instanceClass,Ur.AssetClass.MEETING)?(0,ot.hasStatus)(n.currentStatus,Ur.EffortStatus.BACKLOG):(0,ot.hasClass)(n.instanceClass,Ur.AssetClass.PROJECT)?(0,ot.hasStatus)(n.currentStatus,Ur.EffortStatus.TODO):!1:!1}o(Xx,"canStartEffort");function Jx(n){return(0,ot.isEffort)(n.instanceClass)?(0,ot.hasStatus)(n.currentStatus,Ur.EffortStatus.DOING):!1}o(Jx,"canMarkDone");function Zx(n){return(0,ot.isEffort)(n.instanceClass)?n.currentStatus?!(Array.isArray(n.currentStatus)?n.currentStatus:[n.currentStatus]).some(r=>{let i=Rv.WikiLinkHelpers.normalize(r);return i===Ur.EffortStatus.TRASHED||i===Ur.EffortStatus.DONE}):!0:!1}o(Zx,"canTrashEffort");function eI(n){return!(!(0,ot.isEffort)(n.instanceClass)||(0,ot.isAssetArchived)(n.isArchived))}o(eI,"canVoteOnEffort");function tI(n){if(!(0,ot.isEffort)(n.instanceClass)||(0,ot.isAssetArchived)(n.isArchived)||!n.currentStatus)return!1;let e=Array.isArray(n.currentStatus)?n.currentStatus[0]:n.currentStatus;return!(!e||Rv.WikiLinkHelpers.normalize(e)===Ur.EffortStatus.TRASHED)}o(tI,"canRollbackStatus");function rI(n){return!(0,ot.isAssetArchived)(n.isArchived)}o(rI,"canArchiveTask")});var Nv=v(gn=>{"use strict";Object.defineProperty(gn,"__esModule",{value:!0});gn.canCreateEvent=nI;gn.canCreateInstance=iI;gn.canCleanProperties=sI;gn.canRepairFolder=aI;gn.canRenameToUid=oI;gn.canCopyLabelToAliases=cI;gn.canCreateNarrowerConcept=uI;gn.canCreateSubclass=lI;gn.canCreateTaskForDailyNote=fI;var tn=Yi(),Vs=nr();function nI(n){return(0,tn.isAreaOrProject)(n.instanceClass)}o(nI,"canCreateEvent");function iI(n){return(0,tn.hasClass)(n.instanceClass,Vs.AssetClass.TASK_PROTOTYPE)||(0,tn.hasClass)(n.instanceClass,Vs.AssetClass.MEETING_PROTOTYPE)||(0,tn.hasClass)(n.instanceClass,Vs.AssetClass.EVENT_PROTOTYPE)||(0,tn.hasClass)(n.instanceClass,Vs.AssetClass.PROJECT_PROTOTYPE)?!0:(0,tn.isPrototypeClass)(n.instanceClass,n.metadata)}o(iI,"canCreateInstance");function sI(n){return(0,tn.hasEmptyProperties)(n.metadata)}o(sI,"canCleanProperties");function aI(n){return(0,tn.needsFolderRepair)(n.currentFolder,n.expectedFolder)}o(aI,"canRepairFolder");function oI(n,e){let t=n.metadata.exo__Asset_uid;return t?e!==t:!1}o(oI,"canRenameToUid");function cI(n){let e=n.metadata.exo__Asset_label;if(!e||typeof e!="string"||e.trim()==="")return!1;let t=e.trim(),r=n.metadata.aliases;return!r||!Array.isArray(r)||r.length===0?!0:!r.some(i=>typeof i!="string"?!1:i.trim()===t)}o(cI,"canCopyLabelToAliases");function uI(n){return(0,tn.hasClass)(n.instanceClass,Vs.AssetClass.CONCEPT)}o(uI,"canCreateNarrowerConcept");function lI(n){return(0,tn.hasClass)(n.instanceClass,Vs.AssetClass.CLASS)}o(lI,"canCreateSubclass");function fI(n){return!(!(0,tn.hasClass)(n.instanceClass,Vs.AssetClass.DAILY_NOTE)||n.isArchived||!(0,tn.extractDailyNoteDate)(n.metadata))}o(fI,"canCreateTaskForDailyNote")});var Mv=v(N=>{"use strict";Object.defineProperty(N,"__esModule",{value:!0});N.canCreateTaskForDailyNote=N.canCreateSubclass=N.canCreateNarrowerConcept=N.canCopyLabelToAliases=N.canRenameToUid=N.canRepairFolder=N.canCleanProperties=N.canCreateInstance=N.canCreateEvent=N.canArchiveTask=N.canRollbackStatus=N.canVoteOnEffort=N.canTrashEffort=N.canMarkDone=N.canStartEffort=N.canMoveToBacklog=N.canSetDraftStatus=N.canShiftDayForward=N.canShiftDayBackward=N.canPlanForEvening=N.canPlanOnToday=N.canSetActiveFocus=N.canCreateChildArea=N.canConvertProjectToTask=N.canMoveToToDo=N.canMoveToAnalysis=N.canCreateProject=N.canConvertTaskToProject=N.canCreateRelatedTask=N.canCreateTask=N.isPrototypeClass=N.inheritsFromPrototype=N.isCurrentDateGteDay=N.extractDailyNoteDate=N.hasPlannedStartTimestamp=N.isPlannedForToday=N.getTodayDateString=N.needsFolderRepair=N.hasEmptyProperties=N.isAssetArchived=N.hasStatus=N.isEffort=N.isAreaOrProject=N.hasClass=void 0;var Fr=Yi();Object.defineProperty(N,"hasClass",{enumerable:!0,get:o(function(){return Fr.hasClass},"get")});Object.defineProperty(N,"isAreaOrProject",{enumerable:!0,get:o(function(){return Fr.isAreaOrProject},"get")});Object.defineProperty(N,"isEffort",{enumerable:!0,get:o(function(){return Fr.isEffort},"get")});Object.defineProperty(N,"hasStatus",{enumerable:!0,get:o(function(){return Fr.hasStatus},"get")});Object.defineProperty(N,"isAssetArchived",{enumerable:!0,get:o(function(){return Fr.isAssetArchived},"get")});Object.defineProperty(N,"hasEmptyProperties",{enumerable:!0,get:o(function(){return Fr.hasEmptyProperties},"get")});Object.defineProperty(N,"needsFolderRepair",{enumerable:!0,get:o(function(){return Fr.needsFolderRepair},"get")});Object.defineProperty(N,"getTodayDateString",{enumerable:!0,get:o(function(){return Fr.getTodayDateString},"get")});Object.defineProperty(N,"isPlannedForToday",{enumerable:!0,get:o(function(){return Fr.isPlannedForToday},"get")});Object.defineProperty(N,"hasPlannedStartTimestamp",{enumerable:!0,get:o(function(){return Fr.hasPlannedStartTimestamp},"get")});Object.defineProperty(N,"extractDailyNoteDate",{enumerable:!0,get:o(function(){return Fr.extractDailyNoteDate},"get")});Object.defineProperty(N,"isCurrentDateGteDay",{enumerable:!0,get:o(function(){return Fr.isCurrentDateGteDay},"get")});Object.defineProperty(N,"inheritsFromPrototype",{enumerable:!0,get:o(function(){return Fr.inheritsFromPrototype},"get")});Object.defineProperty(N,"isPrototypeClass",{enumerable:!0,get:o(function(){return Fr.isPrototypeClass},"get")});var Vp=xv();Object.defineProperty(N,"canCreateTask",{enumerable:!0,get:o(function(){return Vp.canCreateTask},"get")});Object.defineProperty(N,"canCreateRelatedTask",{enumerable:!0,get:o(function(){return Vp.canCreateRelatedTask},"get")});Object.defineProperty(N,"canConvertTaskToProject",{enumerable:!0,get:o(function(){return Vp.canConvertTaskToProject},"get")});var Tl=Iv();Object.defineProperty(N,"canCreateProject",{enumerable:!0,get:o(function(){return Tl.canCreateProject},"get")});Object.defineProperty(N,"canMoveToAnalysis",{enumerable:!0,get:o(function(){return Tl.canMoveToAnalysis},"get")});Object.defineProperty(N,"canMoveToToDo",{enumerable:!0,get:o(function(){return Tl.canMoveToToDo},"get")});Object.defineProperty(N,"canConvertProjectToTask",{enumerable:!0,get:o(function(){return Tl.canConvertProjectToTask},"get")});var Lv=Dv();Object.defineProperty(N,"canCreateChildArea",{enumerable:!0,get:o(function(){return Lv.canCreateChildArea},"get")});Object.defineProperty(N,"canSetActiveFocus",{enumerable:!0,get:o(function(){return Lv.canSetActiveFocus},"get")});var rn=Fv();Object.defineProperty(N,"canPlanOnToday",{enumerable:!0,get:o(function(){return rn.canPlanOnToday},"get")});Object.defineProperty(N,"canPlanForEvening",{enumerable:!0,get:o(function(){return rn.canPlanForEvening},"get")});Object.defineProperty(N,"canShiftDayBackward",{enumerable:!0,get:o(function(){return rn.canShiftDayBackward},"get")});Object.defineProperty(N,"canShiftDayForward",{enumerable:!0,get:o(function(){return rn.canShiftDayForward},"get")});Object.defineProperty(N,"canSetDraftStatus",{enumerable:!0,get:o(function(){return rn.canSetDraftStatus},"get")});Object.defineProperty(N,"canMoveToBacklog",{enumerable:!0,get:o(function(){return rn.canMoveToBacklog},"get")});Object.defineProperty(N,"canStartEffort",{enumerable:!0,get:o(function(){return rn.canStartEffort},"get")});Object.defineProperty(N,"canMarkDone",{enumerable:!0,get:o(function(){return rn.canMarkDone},"get")});Object.defineProperty(N,"canTrashEffort",{enumerable:!0,get:o(function(){return rn.canTrashEffort},"get")});Object.defineProperty(N,"canVoteOnEffort",{enumerable:!0,get:o(function(){return rn.canVoteOnEffort},"get")});Object.defineProperty(N,"canRollbackStatus",{enumerable:!0,get:o(function(){return rn.canRollbackStatus},"get")});Object.defineProperty(N,"canArchiveTask",{enumerable:!0,get:o(function(){return rn.canArchiveTask},"get")});var Ri=Nv();Object.defineProperty(N,"canCreateEvent",{enumerable:!0,get:o(function(){return Ri.canCreateEvent},"get")});Object.defineProperty(N,"canCreateInstance",{enumerable:!0,get:o(function(){return Ri.canCreateInstance},"get")});Object.defineProperty(N,"canCleanProperties",{enumerable:!0,get:o(function(){return Ri.canCleanProperties},"get")});Object.defineProperty(N,"canRepairFolder",{enumerable:!0,get:o(function(){return Ri.canRepairFolder},"get")});Object.defineProperty(N,"canRenameToUid",{enumerable:!0,get:o(function(){return Ri.canRenameToUid},"get")});Object.defineProperty(N,"canCopyLabelToAliases",{enumerable:!0,get:o(function(){return Ri.canCopyLabelToAliases},"get")});Object.defineProperty(N,"canCreateNarrowerConcept",{enumerable:!0,get:o(function(){return Ri.canCreateNarrowerConcept},"get")});Object.defineProperty(N,"canCreateSubclass",{enumerable:!0,get:o(function(){return Ri.canCreateSubclass},"get")});Object.defineProperty(N,"canCreateTaskForDailyNote",{enumerable:!0,get:o(function(){return Ri.canCreateTaskForDailyNote},"get")})});var kv=v(Us=>{"use strict";var hI=Us&&Us.__createBinding||(Object.create?(function(n,e,t,r){r===void 0&&(r=t);var i=Object.getOwnPropertyDescriptor(e,t);(!i||("get"in i?!e.__esModule:i.writable||i.configurable))&&(i={enumerable:!0,get:o(function(){return e[t]},"get")}),Object.defineProperty(n,r,i)}):(function(n,e,t,r){r===void 0&&(r=t),n[r]=e[t]})),dI=Us&&Us.__exportStar||function(n,e){for(var t in n)t!=="default"&&!Object.prototype.hasOwnProperty.call(e,t)&&hI(e,n,t)};Object.defineProperty(Us,"__esModule",{value:!0});dI(Mv(),Us)});var Bp=v(_c=>{"use strict";Object.defineProperty(_c,"__esModule",{value:!0});_c.PropertyFieldType=void 0;_c.rangeToFieldType=gI;var Wt;(function(n){n.Text="text",n.Number="number",n.Date="date",n.DateTime="datetime",n.Boolean="boolean",n.Reference="reference",n.Enum="enum",n.StatusSelect="status-select",n.SizeSelect="size-select",n.Wikilink="wikilink",n.Timestamp="timestamp",n.Unknown="unknown"})(Wt||(_c.PropertyFieldType=Wt={}));var jv="http://www.w3.org/2001/XMLSchema#",pI="https://exocortex.my/ontology/exo#",mI="https://exocortex.my/ontology/ems#";function gI(n){if(!n)return Wt.Unknown;let e=n.trim();if(!e)return Wt.Unknown;if(e.startsWith(jv)){let t=e.substring(jv.length);return Up(t)}if(e.startsWith("xsd:")){let t=e.substring(4);return Up(t)}if(e.includes("XMLSchema#")){let t=e.indexOf("XMLSchema#"),r=e.substring(t+10);return Up(r)}return e.startsWith(mI)||e.startsWith("ems:")?yI(e):e.startsWith(pI)||e.startsWith("exo:")||vI(e)?Wt.Reference:Wt.Text}o(gI,"rangeToFieldType");function Up(n){switch(n.toLowerCase()){case"string":case"normalizedstring":case"token":case"language":case"nmtoken":case"name":case"ncname":case"anyuri":return Wt.Text;case"integer":case"int":case"long":case"short":case"byte":case"nonnegativeinteger":case"positiveinteger":case"nonpositiveinteger":case"negativeinteger":case"unsignedlong":case"unsignedint":case"unsignedshort":case"unsignedbyte":case"decimal":case"float":case"double":return Wt.Number;case"date":return Wt.Date;case"datetime":case"datetimestamp":return Wt.DateTime;case"boolean":return Wt.Boolean;case"time":return Wt.Timestamp;default:return Wt.Text}}o(Up,"xsdTypeToFieldType");function yI(n){let e=n.toLowerCase();return e.includes("effortstatus")?Wt.StatusSelect:e.includes("tasksize")?Wt.SizeSelect:Wt.Reference}o(yI,"emsTypeToFieldType");function vI(n){let e=n.toLowerCase();return e.includes("exocortex.my/ontology")?!0:["asset","task","project","area","effort","class","property","concept"].some(r=>e.includes(r))}o(vI,"isClassReference")});var Vv=v(wc=>{"use strict";Object.defineProperty(wc,"__esModule",{value:!0});wc.propertyNameToUri=SI;wc.uriToPropertyName=$v;wc.extractPropertyLabel=_I;function SI(n){return n.replace(/^([a-z]+)__/,"$1:")}o(SI,"propertyNameToUri");function $v(n){if(n.startsWith("http://")||n.startsWith("https://")){let e=n.match(/\/([a-z]+)#([A-Za-z0-9_]+)$/);if(e)return`${e[1]}__${e[2]}`;let t=n.lastIndexOf("#"),r=n.lastIndexOf("/"),i=Math.max(t,r);return i>=0?n.substring(i+1):n}return n.replace(/^([a-z]+):/,"$1__")}o($v,"uriToPropertyName");function _I(n){let r=(n.includes(":")?$v(n):n).replace(/^[a-z]+__/,"").split("_");return(r.length>1?r.slice(1).join(" "):r[0]).replace(/([a-z])([A-Z])/g,"$1 $2").replace(/^./,s=>s.toUpperCase())}o(_I,"extractPropertyLabel")});var Al={};$A(Al,{__assign:()=>Gp,__asyncDelegator:()=>FI,__asyncGenerator:()=>RI,__asyncValues:()=>NI,__await:()=>bc,__awaiter:()=>CI,__classPrivateFieldGet:()=>jI,__classPrivateFieldSet:()=>$I,__createBinding:()=>II,__decorate:()=>EI,__exportStar:()=>OI,__extends:()=>wI,__generator:()=>xI,__importDefault:()=>kI,__importStar:()=>MI,__makeTemplateObject:()=>LI,__metadata:()=>AI,__param:()=>TI,__read:()=>Uv,__rest:()=>bI,__spread:()=>PI,__spreadArrays:()=>DI,__values:()=>Wp});function wI(n,e){qp(n,e);function t(){this.constructor=n}o(t,"__"),n.prototype=e===null?Object.create(e):(t.prototype=e.prototype,new t)}function bI(n,e){var t={};for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&e.indexOf(r)<0&&(t[r]=n[r]);if(n!=null&&typeof Object.getOwnPropertySymbols=="function")for(var i=0,r=Object.getOwnPropertySymbols(n);i<r.length;i++)e.indexOf(r[i])<0&&Object.prototype.propertyIsEnumerable.call(n,r[i])&&(t[r[i]]=n[r[i]]);return t}function EI(n,e,t,r){var i=arguments.length,s=i<3?e:r===null?r=Object.getOwnPropertyDescriptor(e,t):r,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")s=Reflect.decorate(n,e,t,r);else for(var c=n.length-1;c>=0;c--)(a=n[c])&&(s=(i<3?a(s):i>3?a(e,t,s):a(e,t))||s);return i>3&&s&&Object.defineProperty(e,t,s),s}function TI(n,e){return function(t,r){e(t,r,n)}}function AI(n,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(n,e)}function CI(n,e,t,r){function i(s){return s instanceof t?s:new t(function(a){a(s)})}return o(i,"adopt"),new(t||(t=Promise))(function(s,a){function c(f){try{l(r.next(f))}catch(h){a(h)}}o(c,"fulfilled");function u(f){try{l(r.throw(f))}catch(h){a(h)}}o(u,"rejected");function l(f){f.done?s(f.value):i(f.value).then(c,u)}o(l,"step"),l((r=r.apply(n,e||[])).next())})}function xI(n,e){var t={label:0,sent:o(function(){if(s[0]&1)throw s[1];return s[1]},"sent"),trys:[],ops:[]},r,i,s,a;return a={next:c(0),throw:c(1),return:c(2)},typeof Symbol=="function"&&(a[Symbol.iterator]=function(){return this}),a;function c(l){return function(f){return u([l,f])}}function u(l){if(r)throw new TypeError("Generator is already executing.");for(;t;)try{if(r=1,i&&(s=l[0]&2?i.return:l[0]?i.throw||((s=i.return)&&s.call(i),0):i.next)&&!(s=s.call(i,l[1])).done)return s;switch(i=0,s&&(l=[l[0]&2,s.value]),l[0]){case 0:case 1:s=l;break;case 4:return t.label++,{value:l[1],done:!1};case 5:t.label++,i=l[1],l=[0];continue;case 7:l=t.ops.pop(),t.trys.pop();continue;default:if(s=t.trys,!(s=s.length>0&&s[s.length-1])&&(l[0]===6||l[0]===2)){t=0;continue}if(l[0]===3&&(!s||l[1]>s[0]&&l[1]<s[3])){t.label=l[1];break}if(l[0]===6&&t.label<s[1]){t.label=s[1],s=l;break}if(s&&t.label<s[2]){t.label=s[2],t.ops.push(l);break}s[2]&&t.ops.pop(),t.trys.pop();continue}l=e.call(n,t)}catch(f){l=[6,f],i=0}finally{r=s=0}if(l[0]&5)throw l[1];return{value:l[0]?l[1]:void 0,done:!0}}}function II(n,e,t,r){r===void 0&&(r=t),n[r]=e[t]}function OI(n,e){for(var t in n)t!=="default"&&!e.hasOwnProperty(t)&&(e[t]=n[t])}function Wp(n){var e=typeof Symbol=="function"&&Symbol.iterator,t=e&&n[e],r=0;if(t)return t.call(n);if(n&&typeof n.length=="number")return{next:o(function(){return n&&r>=n.length&&(n=void 0),{value:n&&n[r++],done:!n}},"next")};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")}function Uv(n,e){var t=typeof Symbol=="function"&&n[Symbol.iterator];if(!t)return n;var r=t.call(n),i,s=[],a;try{for(;(e===void 0||e-- >0)&&!(i=r.next()).done;)s.push(i.value)}catch(c){a={error:c}}finally{try{i&&!i.done&&(t=r.return)&&t.call(r)}finally{if(a)throw a.error}}return s}function PI(){for(var n=[],e=0;e<arguments.length;e++)n=n.concat(Uv(arguments[e]));return n}function DI(){for(var n=0,e=0,t=arguments.length;e<t;e++)n+=arguments[e].length;for(var r=Array(n),i=0,e=0;e<t;e++)for(var s=arguments[e],a=0,c=s.length;a<c;a++,i++)r[i]=s[a];return r}function bc(n){return this instanceof bc?(this.v=n,this):new bc(n)}function RI(n,e,t){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var r=t.apply(n,e||[]),i,s=[];return i={},a("next"),a("throw"),a("return"),i[Symbol.asyncIterator]=function(){return this},i;function a(d){r[d]&&(i[d]=function(p){return new Promise(function(S,b){s.push([d,p,S,b])>1||c(d,p)})})}function c(d,p){try{u(r[d](p))}catch(S){h(s[0][3],S)}}function u(d){d.value instanceof bc?Promise.resolve(d.value.v).then(l,f):h(s[0][2],d)}function l(d){c("next",d)}function f(d){c("throw",d)}function h(d,p){d(p),s.shift(),s.length&&c(s[0][0],s[0][1])}}function FI(n){var e,t;return e={},r("next"),r("throw",function(i){throw i}),r("return"),e[Symbol.iterator]=function(){return this},e;function r(i,s){e[i]=n[i]?function(a){return(t=!t)?{value:bc(n[i](a)),done:i==="return"}:s?s(a):a}:s}}function NI(n){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var e=n[Symbol.asyncIterator],t;return e?e.call(n):(n=typeof Wp=="function"?Wp(n):n[Symbol.iterator](),t={},r("next"),r("throw"),r("return"),t[Symbol.asyncIterator]=function(){return this},t);function r(s){t[s]=n[s]&&function(a){return new Promise(function(c,u){a=n[s](a),i(c,u,a.done,a.value)})}}function i(s,a,c,u){Promise.resolve(u).then(function(l){s({value:l,done:c})},a)}}function LI(n,e){return Object.defineProperty?Object.defineProperty(n,"raw",{value:e}):n.raw=e,n}function MI(n){if(n&&n.__esModule)return n;var e={};if(n!=null)for(var t in n)Object.hasOwnProperty.call(n,t)&&(e[t]=n[t]);return e.default=n,e}function kI(n){return n&&n.__esModule?n:{default:n}}function jI(n,e){if(!e.has(n))throw new TypeError("attempted to get private field on non-instance");return e.get(n)}function $I(n,e,t){if(!e.has(n))throw new TypeError("attempted to set private field on non-instance");return e.set(n,t),t}var qp,Gp,Cl=jA(()=>{qp=o(function(n,e){return qp=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,r){t.__proto__=r}||function(t,r){for(var i in r)r.hasOwnProperty(i)&&(t[i]=r[i])},qp(n,e)},"extendStatics");o(wI,"__extends");Gp=o(function(){return Gp=Object.assign||o(function(e){for(var t,r=1,i=arguments.length;r<i;r++){t=arguments[r];for(var s in t)Object.prototype.hasOwnProperty.call(t,s)&&(e[s]=t[s])}return e},"__assign"),Gp.apply(this,arguments)},"__assign");o(bI,"__rest");o(EI,"__decorate");o(TI,"__param");o(AI,"__metadata");o(CI,"__awaiter");o(xI,"__generator");o(II,"__createBinding");o(OI,"__exportStar");o(Wp,"__values");o(Uv,"__read");o(PI,"__spread");o(DI,"__spreadArrays");o(bc,"__await");o(RI,"__asyncGenerator");o(FI,"__asyncDelegator");o(NI,"__asyncValues");o(LI,"__makeTemplateObject");o(MI,"__importStar");o(kI,"__importDefault");o(jI,"__classPrivateFieldGet");o($I,"__classPrivateFieldSet")});var Qp=v(Hp=>{"use strict";Object.defineProperty(Hp,"__esModule",{value:!0});var zp;(function(n){n[n.Transient=0]="Transient",n[n.Singleton=1]="Singleton",n[n.ResolutionScoped=2]="ResolutionScoped",n[n.ContainerScoped=3]="ContainerScoped"})(zp||(zp={}));Hp.default=zp});var Bv=v(Yp=>{"use strict";Object.defineProperty(Yp,"__esModule",{value:!0});var VI=Qp();Object.defineProperty(Yp,"Lifecycle",{enumerable:!0,get:o(function(){return VI.default},"get")})});var Bs=v(yn=>{"use strict";Object.defineProperty(yn,"__esModule",{value:!0});yn.defineInjectionTokenMetadata=yn.getParamInfo=yn.INJECTION_TOKEN_METADATA_KEY=void 0;yn.INJECTION_TOKEN_METADATA_KEY="injectionTokens";function UI(n){let e=Reflect.getMetadata("design:paramtypes",n)||[],t=Reflect.getOwnMetadata(yn.INJECTION_TOKEN_METADATA_KEY,n)||{};return Object.keys(t).forEach(r=>{e[+r]=t[r]}),e}o(UI,"getParamInfo");yn.getParamInfo=UI;function BI(n,e){return function(t,r,i){let s=Reflect.getOwnMetadata(yn.INJECTION_TOKEN_METADATA_KEY,t)||{};s[i]=e?{token:n,transform:e.transformToken,transformArgs:e.args||[]}:n,Reflect.defineMetadata(yn.INJECTION_TOKEN_METADATA_KEY,s,t)}}o(BI,"defineInjectionTokenMetadata");yn.defineInjectionTokenMetadata=BI});var Kp=v(xl=>{"use strict";Object.defineProperty(xl,"__esModule",{value:!0});xl.isClassProvider=void 0;function qI(n){return!!n.useClass}o(qI,"isClassProvider");xl.isClassProvider=qI});var Xp=v(Il=>{"use strict";Object.defineProperty(Il,"__esModule",{value:!0});Il.isFactoryProvider=void 0;function GI(n){return!!n.useFactory}o(GI,"isFactoryProvider");Il.isFactoryProvider=GI});var Pl=v(La=>{"use strict";Object.defineProperty(La,"__esModule",{value:!0});La.delay=La.DelayedConstructor=void 0;var Ol=class{static{o(this,"DelayedConstructor")}constructor(e){this.wrap=e,this.reflectMethods=["get","getPrototypeOf","setPrototypeOf","getOwnPropertyDescriptor","defineProperty","has","set","deleteProperty","apply","construct","ownKeys"]}createProxy(e){let t={},r=!1,i,s=o(()=>(r||(i=e(this.wrap()),r=!0),i),"delayedObject");return new Proxy(t,this.createHandler(s))}createHandler(e){let t={},r=o(i=>{t[i]=(...s)=>{s[0]=e();let a=Reflect[i];return a(...s)}},"install");return this.reflectMethods.forEach(r),t}};La.DelayedConstructor=Ol;function WI(n){if(typeof n>"u")throw new Error("Attempt to `delay` undefined. Constructor must be wrapped in a callback");return new Ol(n)}o(WI,"delay");La.delay=WI});var Dl=v(ri=>{"use strict";Object.defineProperty(ri,"__esModule",{value:!0});ri.isConstructorToken=ri.isTransformDescriptor=ri.isTokenDescriptor=ri.isNormalToken=void 0;var zI=Pl();function HI(n){return typeof n=="string"||typeof n=="symbol"}o(HI,"isNormalToken");ri.isNormalToken=HI;function QI(n){return typeof n=="object"&&"token"in n&&"multiple"in n}o(QI,"isTokenDescriptor");ri.isTokenDescriptor=QI;function YI(n){return typeof n=="object"&&"token"in n&&"transform"in n}o(YI,"isTransformDescriptor");ri.isTransformDescriptor=YI;function KI(n){return typeof n=="function"||n instanceof zI.DelayedConstructor}o(KI,"isConstructorToken");ri.isConstructorToken=KI});var Jp=v(Rl=>{"use strict";Object.defineProperty(Rl,"__esModule",{value:!0});Rl.isTokenProvider=void 0;function XI(n){return!!n.useToken}o(XI,"isTokenProvider");Rl.isTokenProvider=XI});var Zp=v(Fl=>{"use strict";Object.defineProperty(Fl,"__esModule",{value:!0});Fl.isValueProvider=void 0;function JI(n){return n.useValue!=null}o(JI,"isValueProvider");Fl.isValueProvider=JI});var em=v(qs=>{"use strict";Object.defineProperty(qs,"__esModule",{value:!0});var ZI=Kp();Object.defineProperty(qs,"isClassProvider",{enumerable:!0,get:o(function(){return ZI.isClassProvider},"get")});var eO=Xp();Object.defineProperty(qs,"isFactoryProvider",{enumerable:!0,get:o(function(){return eO.isFactoryProvider},"get")});var tO=Dl();Object.defineProperty(qs,"isNormalToken",{enumerable:!0,get:o(function(){return tO.isNormalToken},"get")});var rO=Jp();Object.defineProperty(qs,"isTokenProvider",{enumerable:!0,get:o(function(){return rO.isTokenProvider},"get")});var nO=Zp();Object.defineProperty(qs,"isValueProvider",{enumerable:!0,get:o(function(){return nO.isValueProvider},"get")})});var qv=v(Nl=>{"use strict";Object.defineProperty(Nl,"__esModule",{value:!0});Nl.isProvider=void 0;var iO=Kp(),sO=Zp(),aO=Jp(),oO=Xp();function cO(n){return iO.isClassProvider(n)||sO.isValueProvider(n)||aO.isTokenProvider(n)||oO.isFactoryProvider(n)}o(cO,"isProvider");Nl.isProvider=cO});var nm=v(rm=>{"use strict";Object.defineProperty(rm,"__esModule",{value:!0});var tm=class{static{o(this,"RegistryBase")}constructor(){this._registryMap=new Map}entries(){return this._registryMap.entries()}getAll(e){return this.ensure(e),this._registryMap.get(e)}get(e){this.ensure(e);let t=this._registryMap.get(e);return t[t.length-1]||null}set(e,t){this.ensure(e),this._registryMap.get(e).push(t)}setAll(e,t){this._registryMap.set(e,t)}has(e){return this.ensure(e),this._registryMap.get(e).length>0}clear(){this._registryMap.clear()}ensure(e){this._registryMap.has(e)||this._registryMap.set(e,[])}};rm.default=tm});var Gv=v(sm=>{"use strict";Object.defineProperty(sm,"__esModule",{value:!0});var uO=nm(),im=class extends uO.default{static{o(this,"Registry")}};sm.default=im});var Wv=v(om=>{"use strict";Object.defineProperty(om,"__esModule",{value:!0});var am=class{static{o(this,"ResolutionContext")}constructor(){this.scopedResolutions=new Map}};om.default=am});var cm=v(Ll=>{"use strict";Object.defineProperty(Ll,"__esModule",{value:!0});Ll.formatErrorCtor=void 0;function lO(n,e){return n===null?`at position #${e}`:`"${n.split(",")[e].trim()}" at position #${e}`}o(lO,"formatDependency");function fO(n,e,t=" "){return[n,...e.message.split(`
|
|
32
32
|
`).map(r=>t+r)].join(`
|
|
33
|
-
`)}o(fO,"composeErrorMessage");function hO(n,e,t){let[,r=null]=n.toString().match(/constructor\(([\w, ]+)\)/)||[],i=lO(r,e);return fO(`Cannot inject the dependency ${i} of "${n.name}" constructor. Reason:`,t)}o(hO,"formatErrorCtor");Ll.formatErrorCtor=hO});var zv=v(Ml=>{"use strict";Object.defineProperty(Ml,"__esModule",{value:!0});Ml.isDisposable=void 0;function dO(n){return!(typeof n.dispose!="function"||n.dispose.length>0)}o(dO,"isDisposable");Ml.isDisposable=dO});var Qv=v(Gs=>{"use strict";Object.defineProperty(Gs,"__esModule",{value:!0});Gs.PostResolutionInterceptors=Gs.PreResolutionInterceptors=void 0;var Hv=nm(),kl=class extends Hv.default{static{o(this,"PreResolutionInterceptors")}};Gs.PreResolutionInterceptors=kl;var jl=class extends Hv.default{static{o(this,"PostResolutionInterceptors")}};Gs.PostResolutionInterceptors=jl;var um=class{static{o(this,"Interceptors")}constructor(){this.preResolution=new kl,this.postResolution=new jl}};Gs.default=um});var Ji=v(Fi=>{"use strict";Object.defineProperty(Fi,"__esModule",{value:!0});Fi.instance=Fi.typeInfo=void 0;var pO=(Cl(),Md(Al)),Sr=em(),mO=qv(),$l=Dl(),gO=Gv(),Nr=Qp(),Vl=Wv(),yO=cm(),vO=Pl(),SO=zv(),_O=Qv();Fi.typeInfo=new Map;var lm=class n{static{o(this,"InternalDependencyContainer")}constructor(e){this.parent=e,this._registry=new gO.default,this.interceptors=new _O.default,this.disposed=!1,this.disposables=new Set}register(e,t,r={lifecycle:Nr.default.Transient}){this.ensureNotDisposed();let i;if(mO.isProvider(t)?i=t:i={useClass:t},Sr.isTokenProvider(i)){let s=[e],a=i;for(;a!=null;){let c=a.useToken;if(s.includes(c))throw new Error(`Token registration cycle detected! ${[...s,c].join(" -> ")}`);s.push(c);let u=this._registry.get(c);u&&Sr.isTokenProvider(u.provider)?a=u.provider:a=null}}if((r.lifecycle===Nr.default.Singleton||r.lifecycle==Nr.default.ContainerScoped||r.lifecycle==Nr.default.ResolutionScoped)&&(Sr.isValueProvider(i)||Sr.isFactoryProvider(i)))throw new Error(`Cannot use lifecycle "${Nr.default[r.lifecycle]}" with ValueProviders or FactoryProviders`);return this._registry.set(e,{provider:i,options:r}),this}registerType(e,t){return this.ensureNotDisposed(),Sr.isNormalToken(t)?this.register(e,{useToken:t}):this.register(e,{useClass:t})}registerInstance(e,t){return this.ensureNotDisposed(),this.register(e,{useValue:t})}registerSingleton(e,t){if(this.ensureNotDisposed(),Sr.isNormalToken(e)){if(Sr.isNormalToken(t))return this.register(e,{useToken:t},{lifecycle:Nr.default.Singleton});if(t)return this.register(e,{useClass:t},{lifecycle:Nr.default.Singleton});throw new Error('Cannot register a type name as a singleton without a "to" token')}let r=e;return t&&!Sr.isNormalToken(t)&&(r=t),this.register(e,{useClass:r},{lifecycle:Nr.default.Singleton})}resolve(e,t=new Vl.default,r=!1){this.ensureNotDisposed();let i=this.getRegistration(e);if(!i&&Sr.isNormalToken(e)){if(r)return;throw new Error(`Attempted to resolve unregistered dependency token: "${e.toString()}"`)}if(this.executePreResolutionInterceptor(e,"Single"),i){let s=this.resolveRegistration(i,t);return this.executePostResolutionInterceptor(e,s,"Single"),s}if($l.isConstructorToken(e)){let s=this.construct(e,t);return this.executePostResolutionInterceptor(e,s,"Single"),s}throw new Error("Attempted to construct an undefined constructor. Could mean a circular dependency problem. Try using `delay` function.")}executePreResolutionInterceptor(e,t){if(this.interceptors.preResolution.has(e)){let r=[];for(let i of this.interceptors.preResolution.getAll(e))i.options.frequency!="Once"&&r.push(i),i.callback(e,t);this.interceptors.preResolution.setAll(e,r)}}executePostResolutionInterceptor(e,t,r){if(this.interceptors.postResolution.has(e)){let i=[];for(let s of this.interceptors.postResolution.getAll(e))s.options.frequency!="Once"&&i.push(s),s.callback(e,t,r);this.interceptors.postResolution.setAll(e,i)}}resolveRegistration(e,t){if(this.ensureNotDisposed(),e.options.lifecycle===Nr.default.ResolutionScoped&&t.scopedResolutions.has(e))return t.scopedResolutions.get(e);let r=e.options.lifecycle===Nr.default.Singleton,i=e.options.lifecycle===Nr.default.ContainerScoped,s=r||i,a;return Sr.isValueProvider(e.provider)?a=e.provider.useValue:Sr.isTokenProvider(e.provider)?a=s?e.instance||(e.instance=this.resolve(e.provider.useToken,t)):this.resolve(e.provider.useToken,t):Sr.isClassProvider(e.provider)?a=s?e.instance||(e.instance=this.construct(e.provider.useClass,t)):this.construct(e.provider.useClass,t):Sr.isFactoryProvider(e.provider)?a=e.provider.useFactory(this):a=this.construct(e.provider,t),e.options.lifecycle===Nr.default.ResolutionScoped&&t.scopedResolutions.set(e,a),a}resolveAll(e,t=new Vl.default,r=!1){this.ensureNotDisposed();let i=this.getAllRegistrations(e);if(!i&&Sr.isNormalToken(e)){if(r)return[];throw new Error(`Attempted to resolve unregistered dependency token: "${e.toString()}"`)}if(this.executePreResolutionInterceptor(e,"All"),i){let a=i.map(c=>this.resolveRegistration(c,t));return this.executePostResolutionInterceptor(e,a,"All"),a}let s=[this.construct(e,t)];return this.executePostResolutionInterceptor(e,s,"All"),s}isRegistered(e,t=!1){return this.ensureNotDisposed(),this._registry.has(e)||t&&(this.parent||!1)&&this.parent.isRegistered(e,!0)}reset(){this.ensureNotDisposed(),this._registry.clear(),this.interceptors.preResolution.clear(),this.interceptors.postResolution.clear()}clearInstances(){this.ensureNotDisposed();for(let[e,t]of this._registry.entries())this._registry.setAll(e,t.filter(r=>!Sr.isValueProvider(r.provider)).map(r=>(r.instance=void 0,r)))}createChildContainer(){this.ensureNotDisposed();let e=new n(this);for(let[t,r]of this._registry.entries())r.some(({options:i})=>i.lifecycle===Nr.default.ContainerScoped)&&e._registry.setAll(t,r.map(i=>i.options.lifecycle===Nr.default.ContainerScoped?{provider:i.provider,options:i.options}:i));return e}beforeResolution(e,t,r={frequency:"Always"}){this.interceptors.preResolution.set(e,{callback:t,options:r})}afterResolution(e,t,r={frequency:"Always"}){this.interceptors.postResolution.set(e,{callback:t,options:r})}dispose(){return pO.__awaiter(this,void 0,void 0,function*(){this.disposed=!0;let e=[];this.disposables.forEach(t=>{let r=t.dispose();r&&e.push(r)}),yield Promise.all(e)})}getRegistration(e){return this.isRegistered(e)?this._registry.get(e):this.parent?this.parent.getRegistration(e):null}getAllRegistrations(e){return this.isRegistered(e)?this._registry.getAll(e):this.parent?this.parent.getAllRegistrations(e):null}construct(e,t){if(e instanceof vO.DelayedConstructor)return e.createProxy(i=>this.resolve(i,t));let r=(()=>{let i=Fi.typeInfo.get(e);if(!i||i.length===0){if(e.length===0)return new e;throw new Error(`TypeInfo not known for "${e.name}"`)}let s=i.map(this.resolveParams(t,e));return new e(...s)})();return SO.isDisposable(r)&&this.disposables.add(r),r}resolveParams(e,t){return(r,i)=>{try{return $l.isTokenDescriptor(r)?$l.isTransformDescriptor(r)?r.multiple?this.resolve(r.transform).transform(this.resolveAll(r.token,new Vl.default,r.isOptional),...r.transformArgs):this.resolve(r.transform).transform(this.resolve(r.token,e,r.isOptional),...r.transformArgs):r.multiple?this.resolveAll(r.token,new Vl.default,r.isOptional):this.resolve(r.token,e,r.isOptional):$l.isTransformDescriptor(r)?this.resolve(r.transform,e).transform(this.resolve(r.token,e),...r.transformArgs):this.resolve(r,e)}catch(s){throw new Error(yO.formatErrorCtor(t,i,s))}}}ensureNotDisposed(){if(this.disposed)throw new Error("This container has been disposed, you cannot interact with a disposed container")}};Fi.instance=new lm;Fi.default=Fi.instance});var Yv=v(hm=>{"use strict";Object.defineProperty(hm,"__esModule",{value:!0});var wO=Bs(),Ni=Ji(),fm=Dl(),bO=cm();function EO(){return function(n){let e=wO.getParamInfo(n);return class extends n{constructor(...t){super(...t.concat(e.slice(t.length).map((r,i)=>{try{return fm.isTokenDescriptor(r)?fm.isTransformDescriptor(r)?r.multiple?Ni.instance.resolve(r.transform).transform(Ni.instance.resolveAll(r.token),...r.transformArgs):Ni.instance.resolve(r.transform).transform(Ni.instance.resolve(r.token),...r.transformArgs):r.multiple?Ni.instance.resolveAll(r.token):Ni.instance.resolve(r.token):fm.isTransformDescriptor(r)?Ni.instance.resolve(r.transform).transform(Ni.instance.resolve(r.token),...r.transformArgs):Ni.instance.resolve(r)}catch(s){let a=i+t.length;throw new Error(bO.formatErrorCtor(n,a,s))}})))}}}}o(EO,"autoInjectable");hm.default=EO});var Kv=v(dm=>{"use strict";Object.defineProperty(dm,"__esModule",{value:!0});var TO=Bs();function AO(n,e){let t={token:n,multiple:!1,isOptional:e&&e.isOptional};return TO.defineInjectionTokenMetadata(t)}o(AO,"inject");dm.default=AO});var Ul=v(pm=>{"use strict";Object.defineProperty(pm,"__esModule",{value:!0});var CO=Bs(),xO=Ji(),Xv=Ji();function IO(n){return function(e){xO.typeInfo.set(e,CO.getParamInfo(e)),n&&n.token&&(Array.isArray(n.token)?n.token.forEach(t=>{Xv.instance.register(t,e)}):Xv.instance.register(n.token,e))}}o(IO,"injectable");pm.default=IO});var Jv=v(mm=>{"use strict";Object.defineProperty(mm,"__esModule",{value:!0});var OO=(Cl(),Md(Al)),PO=Ji();function DO(n=[]){return function(e){return n.forEach(t=>{var{token:r,options:i}=t,s=OO.__rest(t,["token","options"]);return PO.instance.register(r,s,i)}),e}}o(DO,"registry");mm.default=DO});var Zv=v(gm=>{"use strict";Object.defineProperty(gm,"__esModule",{value:!0});var RO=Ul(),FO=Ji();function NO(){return function(n){RO.default()(n),FO.instance.registerSingleton(n)}}o(NO,"singleton");gm.default=NO});var eS=v(ym=>{"use strict";Object.defineProperty(ym,"__esModule",{value:!0});var LO=Bs();function MO(n,e){let t={token:n,multiple:!0,isOptional:e&&e.isOptional};return LO.defineInjectionTokenMetadata(t)}o(MO,"injectAll");ym.default=MO});var tS=v(vm=>{"use strict";Object.defineProperty(vm,"__esModule",{value:!0});var kO=Bs();function jO(n,e,...t){let r={token:n,multiple:!0,transform:e,transformArgs:t};return kO.defineInjectionTokenMetadata(r)}o(jO,"injectAllWithTransform");vm.default=jO});var rS=v(Sm=>{"use strict";Object.defineProperty(Sm,"__esModule",{value:!0});var $O=Bs();function VO(n,e,...t){return $O.defineInjectionTokenMetadata(n,{transformToken:e,args:t})}o(VO,"injectWithTransform");Sm.default=VO});var nS=v(_m=>{"use strict";Object.defineProperty(_m,"__esModule",{value:!0});var UO=Ul(),BO=Ji();function qO(n,e){return function(t){UO.default()(t),BO.instance.register(e||t,t,{lifecycle:n})}}o(qO,"scoped");_m.default=qO});var iS=v(vn=>{"use strict";Object.defineProperty(vn,"__esModule",{value:!0});var GO=Yv();Object.defineProperty(vn,"autoInjectable",{enumerable:!0,get:o(function(){return GO.default},"get")});var WO=Kv();Object.defineProperty(vn,"inject",{enumerable:!0,get:o(function(){return WO.default},"get")});var zO=Ul();Object.defineProperty(vn,"injectable",{enumerable:!0,get:o(function(){return zO.default},"get")});var HO=Jv();Object.defineProperty(vn,"registry",{enumerable:!0,get:o(function(){return HO.default},"get")});var QO=Zv();Object.defineProperty(vn,"singleton",{enumerable:!0,get:o(function(){return QO.default},"get")});var YO=eS();Object.defineProperty(vn,"injectAll",{enumerable:!0,get:o(function(){return YO.default},"get")});var KO=tS();Object.defineProperty(vn,"injectAllWithTransform",{enumerable:!0,get:o(function(){return KO.default},"get")});var XO=rS();Object.defineProperty(vn,"injectWithTransform",{enumerable:!0,get:o(function(){return XO.default},"get")});var JO=nS();Object.defineProperty(vn,"scoped",{enumerable:!0,get:o(function(){return JO.default},"get")})});var sS=v(wm=>{"use strict";Object.defineProperty(wm,"__esModule",{value:!0});function ZO(n){let e;return t=>(e==null&&(e=n(t)),e)}o(ZO,"instanceCachingFactory");wm.default=ZO});var aS=v(bm=>{"use strict";Object.defineProperty(bm,"__esModule",{value:!0});function eP(n){let e=new WeakMap;return t=>{let r=e.get(t);return r==null&&(r=n(t),e.set(t,r)),r}}o(eP,"instancePerContainerCachingFactory");bm.default=eP});var oS=v(Em=>{"use strict";Object.defineProperty(Em,"__esModule",{value:!0});function tP(n,e,t,r=!0){let i,s;return a=>{let c=n(a);return(!r||s!==c)&&((s=c)?i=a.resolve(e):i=a.resolve(t)),i}}o(tP,"predicateAwareClassFactory");Em.default=tP});var cS=v(Ec=>{"use strict";Object.defineProperty(Ec,"__esModule",{value:!0});var rP=sS();Object.defineProperty(Ec,"instanceCachingFactory",{enumerable:!0,get:o(function(){return rP.default},"get")});var nP=aS();Object.defineProperty(Ec,"instancePerContainerCachingFactory",{enumerable:!0,get:o(function(){return nP.default},"get")});var iP=oS();Object.defineProperty(Ec,"predicateAwareClassFactory",{enumerable:!0,get:o(function(){return iP.default},"get")})});var Le=v(Zi=>{"use strict";Object.defineProperty(Zi,"__esModule",{value:!0});var Tm=(Cl(),Md(Al));if(typeof Reflect>"u"||!Reflect.getMetadata)throw new Error(`tsyringe requires a reflect polyfill. Please add 'import "reflect-metadata"' to the top of your entry point.`);var sP=Bv();Object.defineProperty(Zi,"Lifecycle",{enumerable:!0,get:o(function(){return sP.Lifecycle},"get")});Tm.__exportStar(iS(),Zi);Tm.__exportStar(cS(),Zi);Tm.__exportStar(em(),Zi);var aP=Pl();Object.defineProperty(Zi,"delay",{enumerable:!0,get:o(function(){return aP.delay},"get")});var oP=Ji();Object.defineProperty(Zi,"container",{enumerable:!0,get:o(function(){return oP.instance},"get")})});var rn=v(Bl=>{"use strict";Object.defineProperty(Bl,"__esModule",{value:!0});Bl.MetadataHelpers=void 0;var Am=class{static{o(this,"MetadataHelpers")}static findAllReferencingProperties(e,t){let r=[];for(let[i,s]of Object.entries(e))this.containsReference(s,t)&&r.push(i);return r}static findReferencingProperty(e,t){for(let[r,i]of Object.entries(e))if(this.containsReference(i,t))return r}static containsReference(e,t){if(!e)return!1;let r=t.replace(/\.md$/,"");if(typeof e=="string"){let i=/\[\[([^\[\]]+)\]\]/g,s;for(;(s=i.exec(e))!==null;){let c=s[1].split("|")[0].trim();if(c===r||c.endsWith(`/${r}`))return!0}return!1}return Array.isArray(e)?e.some(i=>this.containsReference(i,t)):!1}static isAssetArchived(e){let t=e?.exo__Asset_isArchived;if(t!=null){if(t===!0||t===1)return!0;if(typeof t=="string"){let i=t.toLowerCase().trim();if(i==="true"||i==="yes"||i==="1")return!0}if(typeof t=="boolean")return t}let r=e?.archived;if(r==null)return!1;if(typeof r=="boolean")return r;if(typeof r=="number")return r!==0;if(typeof r=="string"){let i=r.toLowerCase().trim();return i==="true"||i==="yes"||i==="1"}return!1}static getPropertyValue(e,t){return t==="Name"||t==="title"?e.title:t==="created"?e.created:t==="modified"?e.modified:t==="path"?e.path:e.metadata?.[t]}static ensureQuoted(e){return!e||e==='""'?'""':e.startsWith('"')&&e.endsWith('"')?e:`"${e}"`}static buildFileContent(e,t){let r=Object.entries(e).map(([s,a])=>{if(Array.isArray(a)){let c=a.map(u=>` - ${u}`).join(`
|
|
33
|
+
`)}o(fO,"composeErrorMessage");function hO(n,e,t){let[,r=null]=n.toString().match(/constructor\(([\w, ]+)\)/)||[],i=lO(r,e);return fO(`Cannot inject the dependency ${i} of "${n.name}" constructor. Reason:`,t)}o(hO,"formatErrorCtor");Ll.formatErrorCtor=hO});var zv=v(Ml=>{"use strict";Object.defineProperty(Ml,"__esModule",{value:!0});Ml.isDisposable=void 0;function dO(n){return!(typeof n.dispose!="function"||n.dispose.length>0)}o(dO,"isDisposable");Ml.isDisposable=dO});var Qv=v(Gs=>{"use strict";Object.defineProperty(Gs,"__esModule",{value:!0});Gs.PostResolutionInterceptors=Gs.PreResolutionInterceptors=void 0;var Hv=nm(),kl=class extends Hv.default{static{o(this,"PreResolutionInterceptors")}};Gs.PreResolutionInterceptors=kl;var jl=class extends Hv.default{static{o(this,"PostResolutionInterceptors")}};Gs.PostResolutionInterceptors=jl;var um=class{static{o(this,"Interceptors")}constructor(){this.preResolution=new kl,this.postResolution=new jl}};Gs.default=um});var Ji=v(Fi=>{"use strict";Object.defineProperty(Fi,"__esModule",{value:!0});Fi.instance=Fi.typeInfo=void 0;var pO=(Cl(),Md(Al)),Sr=em(),mO=qv(),$l=Dl(),gO=Gv(),Nr=Qp(),Vl=Wv(),yO=cm(),vO=Pl(),SO=zv(),_O=Qv();Fi.typeInfo=new Map;var lm=class n{static{o(this,"InternalDependencyContainer")}constructor(e){this.parent=e,this._registry=new gO.default,this.interceptors=new _O.default,this.disposed=!1,this.disposables=new Set}register(e,t,r={lifecycle:Nr.default.Transient}){this.ensureNotDisposed();let i;if(mO.isProvider(t)?i=t:i={useClass:t},Sr.isTokenProvider(i)){let s=[e],a=i;for(;a!=null;){let c=a.useToken;if(s.includes(c))throw new Error(`Token registration cycle detected! ${[...s,c].join(" -> ")}`);s.push(c);let u=this._registry.get(c);u&&Sr.isTokenProvider(u.provider)?a=u.provider:a=null}}if((r.lifecycle===Nr.default.Singleton||r.lifecycle==Nr.default.ContainerScoped||r.lifecycle==Nr.default.ResolutionScoped)&&(Sr.isValueProvider(i)||Sr.isFactoryProvider(i)))throw new Error(`Cannot use lifecycle "${Nr.default[r.lifecycle]}" with ValueProviders or FactoryProviders`);return this._registry.set(e,{provider:i,options:r}),this}registerType(e,t){return this.ensureNotDisposed(),Sr.isNormalToken(t)?this.register(e,{useToken:t}):this.register(e,{useClass:t})}registerInstance(e,t){return this.ensureNotDisposed(),this.register(e,{useValue:t})}registerSingleton(e,t){if(this.ensureNotDisposed(),Sr.isNormalToken(e)){if(Sr.isNormalToken(t))return this.register(e,{useToken:t},{lifecycle:Nr.default.Singleton});if(t)return this.register(e,{useClass:t},{lifecycle:Nr.default.Singleton});throw new Error('Cannot register a type name as a singleton without a "to" token')}let r=e;return t&&!Sr.isNormalToken(t)&&(r=t),this.register(e,{useClass:r},{lifecycle:Nr.default.Singleton})}resolve(e,t=new Vl.default,r=!1){this.ensureNotDisposed();let i=this.getRegistration(e);if(!i&&Sr.isNormalToken(e)){if(r)return;throw new Error(`Attempted to resolve unregistered dependency token: "${e.toString()}"`)}if(this.executePreResolutionInterceptor(e,"Single"),i){let s=this.resolveRegistration(i,t);return this.executePostResolutionInterceptor(e,s,"Single"),s}if($l.isConstructorToken(e)){let s=this.construct(e,t);return this.executePostResolutionInterceptor(e,s,"Single"),s}throw new Error("Attempted to construct an undefined constructor. Could mean a circular dependency problem. Try using `delay` function.")}executePreResolutionInterceptor(e,t){if(this.interceptors.preResolution.has(e)){let r=[];for(let i of this.interceptors.preResolution.getAll(e))i.options.frequency!="Once"&&r.push(i),i.callback(e,t);this.interceptors.preResolution.setAll(e,r)}}executePostResolutionInterceptor(e,t,r){if(this.interceptors.postResolution.has(e)){let i=[];for(let s of this.interceptors.postResolution.getAll(e))s.options.frequency!="Once"&&i.push(s),s.callback(e,t,r);this.interceptors.postResolution.setAll(e,i)}}resolveRegistration(e,t){if(this.ensureNotDisposed(),e.options.lifecycle===Nr.default.ResolutionScoped&&t.scopedResolutions.has(e))return t.scopedResolutions.get(e);let r=e.options.lifecycle===Nr.default.Singleton,i=e.options.lifecycle===Nr.default.ContainerScoped,s=r||i,a;return Sr.isValueProvider(e.provider)?a=e.provider.useValue:Sr.isTokenProvider(e.provider)?a=s?e.instance||(e.instance=this.resolve(e.provider.useToken,t)):this.resolve(e.provider.useToken,t):Sr.isClassProvider(e.provider)?a=s?e.instance||(e.instance=this.construct(e.provider.useClass,t)):this.construct(e.provider.useClass,t):Sr.isFactoryProvider(e.provider)?a=e.provider.useFactory(this):a=this.construct(e.provider,t),e.options.lifecycle===Nr.default.ResolutionScoped&&t.scopedResolutions.set(e,a),a}resolveAll(e,t=new Vl.default,r=!1){this.ensureNotDisposed();let i=this.getAllRegistrations(e);if(!i&&Sr.isNormalToken(e)){if(r)return[];throw new Error(`Attempted to resolve unregistered dependency token: "${e.toString()}"`)}if(this.executePreResolutionInterceptor(e,"All"),i){let a=i.map(c=>this.resolveRegistration(c,t));return this.executePostResolutionInterceptor(e,a,"All"),a}let s=[this.construct(e,t)];return this.executePostResolutionInterceptor(e,s,"All"),s}isRegistered(e,t=!1){return this.ensureNotDisposed(),this._registry.has(e)||t&&(this.parent||!1)&&this.parent.isRegistered(e,!0)}reset(){this.ensureNotDisposed(),this._registry.clear(),this.interceptors.preResolution.clear(),this.interceptors.postResolution.clear()}clearInstances(){this.ensureNotDisposed();for(let[e,t]of this._registry.entries())this._registry.setAll(e,t.filter(r=>!Sr.isValueProvider(r.provider)).map(r=>(r.instance=void 0,r)))}createChildContainer(){this.ensureNotDisposed();let e=new n(this);for(let[t,r]of this._registry.entries())r.some(({options:i})=>i.lifecycle===Nr.default.ContainerScoped)&&e._registry.setAll(t,r.map(i=>i.options.lifecycle===Nr.default.ContainerScoped?{provider:i.provider,options:i.options}:i));return e}beforeResolution(e,t,r={frequency:"Always"}){this.interceptors.preResolution.set(e,{callback:t,options:r})}afterResolution(e,t,r={frequency:"Always"}){this.interceptors.postResolution.set(e,{callback:t,options:r})}dispose(){return pO.__awaiter(this,void 0,void 0,function*(){this.disposed=!0;let e=[];this.disposables.forEach(t=>{let r=t.dispose();r&&e.push(r)}),yield Promise.all(e)})}getRegistration(e){return this.isRegistered(e)?this._registry.get(e):this.parent?this.parent.getRegistration(e):null}getAllRegistrations(e){return this.isRegistered(e)?this._registry.getAll(e):this.parent?this.parent.getAllRegistrations(e):null}construct(e,t){if(e instanceof vO.DelayedConstructor)return e.createProxy(i=>this.resolve(i,t));let r=(()=>{let i=Fi.typeInfo.get(e);if(!i||i.length===0){if(e.length===0)return new e;throw new Error(`TypeInfo not known for "${e.name}"`)}let s=i.map(this.resolveParams(t,e));return new e(...s)})();return SO.isDisposable(r)&&this.disposables.add(r),r}resolveParams(e,t){return(r,i)=>{try{return $l.isTokenDescriptor(r)?$l.isTransformDescriptor(r)?r.multiple?this.resolve(r.transform).transform(this.resolveAll(r.token,new Vl.default,r.isOptional),...r.transformArgs):this.resolve(r.transform).transform(this.resolve(r.token,e,r.isOptional),...r.transformArgs):r.multiple?this.resolveAll(r.token,new Vl.default,r.isOptional):this.resolve(r.token,e,r.isOptional):$l.isTransformDescriptor(r)?this.resolve(r.transform,e).transform(this.resolve(r.token,e),...r.transformArgs):this.resolve(r,e)}catch(s){throw new Error(yO.formatErrorCtor(t,i,s))}}}ensureNotDisposed(){if(this.disposed)throw new Error("This container has been disposed, you cannot interact with a disposed container")}};Fi.instance=new lm;Fi.default=Fi.instance});var Yv=v(hm=>{"use strict";Object.defineProperty(hm,"__esModule",{value:!0});var wO=Bs(),Ni=Ji(),fm=Dl(),bO=cm();function EO(){return function(n){let e=wO.getParamInfo(n);return class extends n{constructor(...t){super(...t.concat(e.slice(t.length).map((r,i)=>{try{return fm.isTokenDescriptor(r)?fm.isTransformDescriptor(r)?r.multiple?Ni.instance.resolve(r.transform).transform(Ni.instance.resolveAll(r.token),...r.transformArgs):Ni.instance.resolve(r.transform).transform(Ni.instance.resolve(r.token),...r.transformArgs):r.multiple?Ni.instance.resolveAll(r.token):Ni.instance.resolve(r.token):fm.isTransformDescriptor(r)?Ni.instance.resolve(r.transform).transform(Ni.instance.resolve(r.token),...r.transformArgs):Ni.instance.resolve(r)}catch(s){let a=i+t.length;throw new Error(bO.formatErrorCtor(n,a,s))}})))}}}}o(EO,"autoInjectable");hm.default=EO});var Kv=v(dm=>{"use strict";Object.defineProperty(dm,"__esModule",{value:!0});var TO=Bs();function AO(n,e){let t={token:n,multiple:!1,isOptional:e&&e.isOptional};return TO.defineInjectionTokenMetadata(t)}o(AO,"inject");dm.default=AO});var Ul=v(pm=>{"use strict";Object.defineProperty(pm,"__esModule",{value:!0});var CO=Bs(),xO=Ji(),Xv=Ji();function IO(n){return function(e){xO.typeInfo.set(e,CO.getParamInfo(e)),n&&n.token&&(Array.isArray(n.token)?n.token.forEach(t=>{Xv.instance.register(t,e)}):Xv.instance.register(n.token,e))}}o(IO,"injectable");pm.default=IO});var Jv=v(mm=>{"use strict";Object.defineProperty(mm,"__esModule",{value:!0});var OO=(Cl(),Md(Al)),PO=Ji();function DO(n=[]){return function(e){return n.forEach(t=>{var{token:r,options:i}=t,s=OO.__rest(t,["token","options"]);return PO.instance.register(r,s,i)}),e}}o(DO,"registry");mm.default=DO});var Zv=v(gm=>{"use strict";Object.defineProperty(gm,"__esModule",{value:!0});var RO=Ul(),FO=Ji();function NO(){return function(n){RO.default()(n),FO.instance.registerSingleton(n)}}o(NO,"singleton");gm.default=NO});var eS=v(ym=>{"use strict";Object.defineProperty(ym,"__esModule",{value:!0});var LO=Bs();function MO(n,e){let t={token:n,multiple:!0,isOptional:e&&e.isOptional};return LO.defineInjectionTokenMetadata(t)}o(MO,"injectAll");ym.default=MO});var tS=v(vm=>{"use strict";Object.defineProperty(vm,"__esModule",{value:!0});var kO=Bs();function jO(n,e,...t){let r={token:n,multiple:!0,transform:e,transformArgs:t};return kO.defineInjectionTokenMetadata(r)}o(jO,"injectAllWithTransform");vm.default=jO});var rS=v(Sm=>{"use strict";Object.defineProperty(Sm,"__esModule",{value:!0});var $O=Bs();function VO(n,e,...t){return $O.defineInjectionTokenMetadata(n,{transformToken:e,args:t})}o(VO,"injectWithTransform");Sm.default=VO});var nS=v(_m=>{"use strict";Object.defineProperty(_m,"__esModule",{value:!0});var UO=Ul(),BO=Ji();function qO(n,e){return function(t){UO.default()(t),BO.instance.register(e||t,t,{lifecycle:n})}}o(qO,"scoped");_m.default=qO});var iS=v(vn=>{"use strict";Object.defineProperty(vn,"__esModule",{value:!0});var GO=Yv();Object.defineProperty(vn,"autoInjectable",{enumerable:!0,get:o(function(){return GO.default},"get")});var WO=Kv();Object.defineProperty(vn,"inject",{enumerable:!0,get:o(function(){return WO.default},"get")});var zO=Ul();Object.defineProperty(vn,"injectable",{enumerable:!0,get:o(function(){return zO.default},"get")});var HO=Jv();Object.defineProperty(vn,"registry",{enumerable:!0,get:o(function(){return HO.default},"get")});var QO=Zv();Object.defineProperty(vn,"singleton",{enumerable:!0,get:o(function(){return QO.default},"get")});var YO=eS();Object.defineProperty(vn,"injectAll",{enumerable:!0,get:o(function(){return YO.default},"get")});var KO=tS();Object.defineProperty(vn,"injectAllWithTransform",{enumerable:!0,get:o(function(){return KO.default},"get")});var XO=rS();Object.defineProperty(vn,"injectWithTransform",{enumerable:!0,get:o(function(){return XO.default},"get")});var JO=nS();Object.defineProperty(vn,"scoped",{enumerable:!0,get:o(function(){return JO.default},"get")})});var sS=v(wm=>{"use strict";Object.defineProperty(wm,"__esModule",{value:!0});function ZO(n){let e;return t=>(e==null&&(e=n(t)),e)}o(ZO,"instanceCachingFactory");wm.default=ZO});var aS=v(bm=>{"use strict";Object.defineProperty(bm,"__esModule",{value:!0});function eP(n){let e=new WeakMap;return t=>{let r=e.get(t);return r==null&&(r=n(t),e.set(t,r)),r}}o(eP,"instancePerContainerCachingFactory");bm.default=eP});var oS=v(Em=>{"use strict";Object.defineProperty(Em,"__esModule",{value:!0});function tP(n,e,t,r=!0){let i,s;return a=>{let c=n(a);return(!r||s!==c)&&((s=c)?i=a.resolve(e):i=a.resolve(t)),i}}o(tP,"predicateAwareClassFactory");Em.default=tP});var cS=v(Ec=>{"use strict";Object.defineProperty(Ec,"__esModule",{value:!0});var rP=sS();Object.defineProperty(Ec,"instanceCachingFactory",{enumerable:!0,get:o(function(){return rP.default},"get")});var nP=aS();Object.defineProperty(Ec,"instancePerContainerCachingFactory",{enumerable:!0,get:o(function(){return nP.default},"get")});var iP=oS();Object.defineProperty(Ec,"predicateAwareClassFactory",{enumerable:!0,get:o(function(){return iP.default},"get")})});var Le=v(Zi=>{"use strict";Object.defineProperty(Zi,"__esModule",{value:!0});var Tm=(Cl(),Md(Al));if(typeof Reflect>"u"||!Reflect.getMetadata)throw new Error(`tsyringe requires a reflect polyfill. Please add 'import "reflect-metadata"' to the top of your entry point.`);var sP=Bv();Object.defineProperty(Zi,"Lifecycle",{enumerable:!0,get:o(function(){return sP.Lifecycle},"get")});Tm.__exportStar(iS(),Zi);Tm.__exportStar(cS(),Zi);Tm.__exportStar(em(),Zi);var aP=Pl();Object.defineProperty(Zi,"delay",{enumerable:!0,get:o(function(){return aP.delay},"get")});var oP=Ji();Object.defineProperty(Zi,"container",{enumerable:!0,get:o(function(){return oP.instance},"get")})});var nn=v(Bl=>{"use strict";Object.defineProperty(Bl,"__esModule",{value:!0});Bl.MetadataHelpers=void 0;var Am=class{static{o(this,"MetadataHelpers")}static findAllReferencingProperties(e,t){let r=[];for(let[i,s]of Object.entries(e))this.containsReference(s,t)&&r.push(i);return r}static findReferencingProperty(e,t){for(let[r,i]of Object.entries(e))if(this.containsReference(i,t))return r}static containsReference(e,t){if(!e)return!1;let r=t.replace(/\.md$/,"");if(typeof e=="string"){let i=/\[\[([^\[\]]+)\]\]/g,s;for(;(s=i.exec(e))!==null;){let c=s[1].split("|")[0].trim();if(c===r||c.endsWith(`/${r}`))return!0}return!1}return Array.isArray(e)?e.some(i=>this.containsReference(i,t)):!1}static isAssetArchived(e){let t=e?.exo__Asset_isArchived;if(t!=null){if(t===!0||t===1)return!0;if(typeof t=="string"){let i=t.toLowerCase().trim();if(i==="true"||i==="yes"||i==="1")return!0}if(typeof t=="boolean")return t}let r=e?.archived;if(r==null)return!1;if(typeof r=="boolean")return r;if(typeof r=="number")return r!==0;if(typeof r=="string"){let i=r.toLowerCase().trim();return i==="true"||i==="yes"||i==="1"}return!1}static getPropertyValue(e,t){return t==="Name"||t==="title"?e.title:t==="created"?e.created:t==="modified"?e.modified:t==="path"?e.path:e.metadata?.[t]}static ensureQuoted(e){return!e||e==='""'?'""':e.startsWith('"')&&e.endsWith('"')?e:`"${e}"`}static buildFileContent(e,t){let r=Object.entries(e).map(([s,a])=>{if(Array.isArray(a)){let c=a.map(u=>` - ${u}`).join(`
|
|
34
34
|
`);return`${s}:
|
|
35
35
|
${c}`}return`${s}: ${a}`}).join(`
|
|
36
36
|
`),i=t?`
|
|
@@ -39,14 +39,14 @@ ${t}
|
|
|
39
39
|
`;return`---
|
|
40
40
|
${r}
|
|
41
41
|
---
|
|
42
|
-
${i}`}};Bl.MetadataHelpers=Am});var zt=v(ql=>{"use strict";Object.defineProperty(ql,"__esModule",{value:!0});ql.DateFormatter=void 0;var Cm=class n{static{o(this,"DateFormatter")}static toISOTimestamp(e){return e.toISOString().replace(/\.\d{3}Z$/,"Z")}static toLocalTimestamp(e){let t=e.getFullYear(),r=String(e.getMonth()+1).padStart(2,"0"),i=String(e.getDate()).padStart(2,"0"),s=String(e.getHours()).padStart(2,"0"),a=String(e.getMinutes()).padStart(2,"0"),c=String(e.getSeconds()).padStart(2,"0");return`${t}-${r}-${i}T${s}:${a}:${c}`}static toDateWikilink(e){let t=e.getFullYear(),r=String(e.getMonth()+1).padStart(2,"0"),i=String(e.getDate()).padStart(2,"0");return`"[[${t}-${r}-${i}]]"`}static getTodayWikilink(){return n.toDateWikilink(new Date)}static toDateString(e){let t=e.getFullYear(),r=String(e.getMonth()+1).padStart(2,"0"),i=String(e.getDate()).padStart(2,"0");return`${t}-${r}-${i}`}static parseWikilink(e){let r=e.replace(/^["']|["']$/g,"").match(/\[\[(\d{4}-\d{2}-\d{2})\]\]/);return r?r[1]:null}static addDays(e,t){let r=new Date(e);return r.setDate(r.getDate()+t),r}static isSameDay(e,t){return e.getFullYear()===t.getFullYear()&&e.getMonth()===t.getMonth()&&e.getDate()===t.getDate()}static getTodayStartTimestamp(){let e=new Date;return e.setHours(0,0,0,0),n.toLocalTimestamp(e)}static toTimestampAtStartOfDay(e){let t=e.split("-").map(Number);if(t.length!==3||t.some(isNaN))throw new Error(`Invalid date format: ${e}. Expected YYYY-MM-DD`);let[r,i,s]=t,a=new Date(r,i-1,s,0,0,0,0);if(isNaN(a.getTime()))throw new Error(`Invalid date values: ${e}`);return n.toLocalTimestamp(a)}static normalizeTimestamp(e){if(/^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}Z$/.test(e))return e;let t=new Date(e);if(isNaN(t.getTime()))throw new Error(`Invalid timestamp format: ${e}`);return n.toISOTimestamp(t)}static isISOTimestamp(e){return/^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}Z$/.test(e)}};ql.DateFormatter=Cm});var Tc=v(Gl=>{"use strict";Object.defineProperty(Gl,"__esModule",{value:!0});Gl.MetadataExtractor=void 0;var cP=
|
|
42
|
+
${i}`}};Bl.MetadataHelpers=Am});var zt=v(ql=>{"use strict";Object.defineProperty(ql,"__esModule",{value:!0});ql.DateFormatter=void 0;var Cm=class n{static{o(this,"DateFormatter")}static toISOTimestamp(e){return e.toISOString().replace(/\.\d{3}Z$/,"Z")}static toLocalTimestamp(e){let t=e.getFullYear(),r=String(e.getMonth()+1).padStart(2,"0"),i=String(e.getDate()).padStart(2,"0"),s=String(e.getHours()).padStart(2,"0"),a=String(e.getMinutes()).padStart(2,"0"),c=String(e.getSeconds()).padStart(2,"0");return`${t}-${r}-${i}T${s}:${a}:${c}`}static toDateWikilink(e){let t=e.getFullYear(),r=String(e.getMonth()+1).padStart(2,"0"),i=String(e.getDate()).padStart(2,"0");return`"[[${t}-${r}-${i}]]"`}static getTodayWikilink(){return n.toDateWikilink(new Date)}static toDateString(e){let t=e.getFullYear(),r=String(e.getMonth()+1).padStart(2,"0"),i=String(e.getDate()).padStart(2,"0");return`${t}-${r}-${i}`}static parseWikilink(e){let r=e.replace(/^["']|["']$/g,"").match(/\[\[(\d{4}-\d{2}-\d{2})\]\]/);return r?r[1]:null}static addDays(e,t){let r=new Date(e);return r.setDate(r.getDate()+t),r}static isSameDay(e,t){return e.getFullYear()===t.getFullYear()&&e.getMonth()===t.getMonth()&&e.getDate()===t.getDate()}static getTodayStartTimestamp(){let e=new Date;return e.setHours(0,0,0,0),n.toLocalTimestamp(e)}static toTimestampAtStartOfDay(e){let t=e.split("-").map(Number);if(t.length!==3||t.some(isNaN))throw new Error(`Invalid date format: ${e}. Expected YYYY-MM-DD`);let[r,i,s]=t,a=new Date(r,i-1,s,0,0,0,0);if(isNaN(a.getTime()))throw new Error(`Invalid date values: ${e}`);return n.toLocalTimestamp(a)}static normalizeTimestamp(e){if(/^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}Z$/.test(e))return e;let t=new Date(e);if(isNaN(t.getTime()))throw new Error(`Invalid timestamp format: ${e}`);return n.toISOTimestamp(t)}static isISOTimestamp(e){return/^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}Z$/.test(e)}};ql.DateFormatter=Cm});var Tc=v(Gl=>{"use strict";Object.defineProperty(Gl,"__esModule",{value:!0});Gl.MetadataExtractor=void 0;var cP=nn(),xm=class{static{o(this,"MetadataExtractor")}constructor(e){this.vault=e}extractMetadata(e){return e?this.vault.getFrontmatter(e)||{}:{}}extractInstanceClass(e){return e.exo__Instance_class||null}extractStatus(e){return e.ems__Effort_status||null}extractIsArchived(e){return cP.MetadataHelpers.isAssetArchived(e)}static extractIsDefinedBy(e){let t=e.exo__Asset_isDefinedBy||'""';return Array.isArray(t)&&(t=t[0]||'""'),t}extractExpectedFolder(e){let t=e.exo__Asset_isDefinedBy;if(!t)return null;let r=Array.isArray(t)?t[0]:t;if(!r||typeof r!="string")return null;let i=r.replace(/["'[\]]/g,"").trim();if(!i)return null;let s=i.split("/");return s.pop(),s.join("/")}extractCommandVisibilityContext(e){let t=this.extractMetadata(e),r=this.extractInstanceClass(t),i=this.extractStatus(t),s=this.extractIsArchived(t),a=e.parent?.path||"",c=this.extractExpectedFolder(t);return{instanceClass:r,currentStatus:i,metadata:t,isArchived:s,currentFolder:a,expectedFolder:c}}extractCache(e){return e?this.vault.getFrontmatter(e):null}};Gl.MetadataExtractor=xm});var Wl=v(Ws=>{"use strict";var uP=Ws&&Ws.__decorate||function(n,e,t,r){var i=arguments.length,s=i<3?e:r===null?r=Object.getOwnPropertyDescriptor(e,t):r,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")s=Reflect.decorate(n,e,t,r);else for(var c=n.length-1;c>=0;c--)(a=n[c])&&(s=(i<3?a(s):i>3?a(e,t,s):a(e,t))||s);return i>3&&s&&Object.defineProperty(e,t,s),s};Object.defineProperty(Ws,"__esModule",{value:!0});Ws.TaskFrontmatterGenerator=void 0;var lP=Le(),uS=vr(),Im=zt(),fP=ks(),lS=Tc(),fS=nn(),vt=nr(),hP=Yi(),dP={[vt.AssetClass.AREA]:"ems__Effort_area",[vt.AssetClass.PROJECT]:"ems__Effort_parent",[vt.AssetClass.TASK_PROTOTYPE]:"exo__Asset_prototype",[vt.AssetClass.MEETING_PROTOTYPE]:"exo__Asset_prototype",[vt.AssetClass.EVENT_PROTOTYPE]:"exo__Asset_prototype",[vt.AssetClass.PROJECT_PROTOTYPE]:"exo__Asset_prototype"},pP={[vt.AssetClass.AREA]:vt.AssetClass.TASK,[vt.AssetClass.PROJECT]:vt.AssetClass.TASK,[vt.AssetClass.TASK_PROTOTYPE]:vt.AssetClass.TASK,[vt.AssetClass.MEETING_PROTOTYPE]:vt.AssetClass.MEETING,[vt.AssetClass.EVENT_PROTOTYPE]:vt.AssetClass.EVENT,[vt.AssetClass.PROJECT_PROTOTYPE]:vt.AssetClass.PROJECT},Om=class{static{o(this,"TaskFrontmatterGenerator")}generateTaskFrontmatter(e,t,r,i,s,a,c){let u=new Date,l=Im.DateFormatter.toLocalTimestamp(u),f=lS.MetadataExtractor.extractIsDefinedBy(e),h=fP.WikiLinkHelpers.normalize(r),d=dP[h],p=pP[h]||vt.AssetClass.TASK,S={};S.exo__Asset_isDefinedBy=fS.MetadataHelpers.ensureQuoted(f),S.exo__Asset_uid=s||(0,uS.v4)(),S.exo__Asset_createdAt=l,S.exo__Instance_class=[`"[[${p}]]"`],S.ems__Effort_status='"[[ems__EffortStatusDraft]]"',d?S[d]=`"[[${t}]]"`:(0,hP.isPrototypeClass)(r,e)&&(S.exo__Asset_prototype=`"[[${t}]]"`);let b=i;if(p===vt.AssetClass.MEETING&&(!i||i.trim()==="")){let T=e.exo__Asset_label||t,A=Im.DateFormatter.toDateString(u);b=`${T} ${A}`}if(b&&b.trim()!==""){let T=b.trim();S.exo__Asset_label=T,S.aliases=[T]}return a&&(S.ems__Task_size=a),c&&(S.ems__Effort_plannedStartTimestamp=c),S}generateRelatedTaskFrontmatter(e,t,r,i,s){let a=new Date,c=Im.DateFormatter.toLocalTimestamp(a),u=lS.MetadataExtractor.extractIsDefinedBy(e),l={};if(l.exo__Asset_isDefinedBy=fS.MetadataHelpers.ensureQuoted(u),l.exo__Asset_uid=i||(0,uS.v4)(),l.exo__Asset_createdAt=c,l.exo__Instance_class=[`"[[${vt.AssetClass.TASK}]]"`],l.ems__Effort_status='"[[ems__EffortStatusDraft]]"',l.exo__Asset_relates=[`"[[${t}]]"`],r&&r.trim()!==""){let f=r.trim();l.exo__Asset_label=f,l.aliases=[f]}return s&&(l.ems__Task_size=s),l}};Ws.TaskFrontmatterGenerator=Om;Ws.TaskFrontmatterGenerator=Om=uP([(0,lP.injectable)()],Om)});var zl=v(zs=>{"use strict";var mP=zs&&zs.__decorate||function(n,e,t,r){var i=arguments.length,s=i<3?e:r===null?r=Object.getOwnPropertyDescriptor(e,t):r,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")s=Reflect.decorate(n,e,t,r);else for(var c=n.length-1;c>=0;c--)(a=n[c])&&(s=(i<3?a(s):i>3?a(e,t,s):a(e,t))||s);return i>3&&s&&Object.defineProperty(e,t,s),s};Object.defineProperty(zs,"__esModule",{value:!0});zs.AlgorithmExtractor=void 0;var gP=Le(),Pm=class{static{o(this,"AlgorithmExtractor")}extractH2Section(e,t){let r=e.split(`
|
|
43
43
|
`),i=`## ${t}`,s=!1,a=[];for(let u of r){if(u.trim()===i){s=!0;continue}if(s){if(u.startsWith("## ")||u.startsWith("# "))break;a.push(u)}}return a.length===0?null:a.join(`
|
|
44
|
-
`).trim()||null}};zs.AlgorithmExtractor=Pm;zs.AlgorithmExtractor=Pm=mP([(0,gP.injectable)()],Pm)});var dS=v(hS=>{"use strict";Object.defineProperty(hS,"__esModule",{value:!0})});var ct=v(Hl=>{"use strict";Object.defineProperty(Hl,"__esModule",{value:!0});Hl.DI_TOKENS=void 0;Hl.DI_TOKENS={IFileSystemAdapter:Symbol.for("IFileSystemAdapter"),IVaultAdapter:Symbol.for("IVaultAdapter"),IVaultContext:Symbol.for("IVaultContext"),IMultiVaultManager:Symbol.for("IMultiVaultManager"),ILogger:Symbol.for("ILogger"),IEventBus:Symbol.for("IEventBus"),IConfiguration:Symbol.for("IConfiguration"),INotificationService:Symbol.for("INotificationService"),TaskCreationService:Symbol.for("TaskCreationService"),ProjectCreationService:Symbol.for("ProjectCreationService"),AreaCreationService:Symbol.for("AreaCreationService"),ClassCreationService:Symbol.for("ClassCreationService"),ConceptCreationService:Symbol.for("ConceptCreationService"),FleetingNoteCreationService:Symbol.for("FleetingNoteCreationService"),SupervisionCreationService:Symbol.for("SupervisionCreationService"),GenericAssetCreationService:Symbol.for("GenericAssetCreationService"),TaskFrontmatterGenerator:Symbol.for("TaskFrontmatterGenerator"),DynamicFrontmatterGenerator:Symbol.for("DynamicFrontmatterGenerator"),AlgorithmExtractor:Symbol.for("AlgorithmExtractor"),TaskStatusService:Symbol.for("TaskStatusService"),EffortStatusWorkflow:Symbol.for("EffortStatusWorkflow"),StatusTimestampService:Symbol.for("StatusTimestampService"),PropertyCleanupService:Symbol.for("PropertyCleanupService"),FolderRepairService:Symbol.for("FolderRepairService"),LabelToAliasService:Symbol.for("LabelToAliasService"),RenameToUidService:Symbol.for("RenameToUidService"),PlanningService:Symbol.for("PlanningService"),EffortVotingService:Symbol.for("EffortVotingService"),SessionEventService:Symbol.for("SessionEventService"),AssetConversionService:Symbol.for("AssetConversionService"),NoteToRDFConverter:Symbol.for("NoteToRDFConverter"),AreaHierarchyBuilder:Symbol.for("AreaHierarchyBuilder"),URIConstructionService:Symbol.for("URIConstructionService"),WebhookService:Symbol.for("WebhookService"),EmbeddingService:Symbol.for("EmbeddingService"),VectorStore:Symbol.for("VectorStore"),SemanticSearchService:Symbol.for("SemanticSearchService")}});var Rm=v(Ht=>{"use strict";var yP=Ht&&Ht.__createBinding||(Object.create?(function(n,e,t,r){r===void 0&&(r=t);var i=Object.getOwnPropertyDescriptor(e,t);(!i||("get"in i?!e.__esModule:i.writable||i.configurable))&&(i={enumerable:!0,get:o(function(){return e[t]},"get")}),Object.defineProperty(n,r,i)}):(function(n,e,t,r){r===void 0&&(r=t),n[r]=e[t]})),vP=Ht&&Ht.__setModuleDefault||(Object.create?(function(n,e){Object.defineProperty(n,"default",{enumerable:!0,value:e})}):function(n,e){n.default=e}),SP=Ht&&Ht.__decorate||function(n,e,t,r){var i=arguments.length,s=i<3?e:r===null?r=Object.getOwnPropertyDescriptor(e,t):r,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")s=Reflect.decorate(n,e,t,r);else for(var c=n.length-1;c>=0;c--)(a=n[c])&&(s=(i<3?a(s):i>3?a(e,t,s):a(e,t))||s);return i>3&&s&&Object.defineProperty(e,t,s),s},_P=Ht&&Ht.__importStar||(function(){var n=o(function(e){return n=Object.getOwnPropertyNames||function(t){var r=[];for(var i in t)Object.prototype.hasOwnProperty.call(t,i)&&(r[r.length]=i);return r},n(e)},"ownKeys");return function(e){if(e&&e.__esModule)return e;var t={};if(e!=null)for(var r=n(e),i=0;i<r.length;i++)r[i]!=="default"&&yP(t,e,r[i]);return vP(t,e),t}})(),wP=Ht&&Ht.__metadata||function(n,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(n,e)},bP=Ht&&Ht.__param||function(n,e){return function(t,r){e(t,r,n)}};Object.defineProperty(Ht,"__esModule",{value:!0});Ht.TaskCreationService=void 0;var pS=Le(),mS=vr(),EP=ks(),gS=
|
|
44
|
+
`).trim()||null}};zs.AlgorithmExtractor=Pm;zs.AlgorithmExtractor=Pm=mP([(0,gP.injectable)()],Pm)});var dS=v(hS=>{"use strict";Object.defineProperty(hS,"__esModule",{value:!0})});var ct=v(Hl=>{"use strict";Object.defineProperty(Hl,"__esModule",{value:!0});Hl.DI_TOKENS=void 0;Hl.DI_TOKENS={IFileSystemAdapter:Symbol.for("IFileSystemAdapter"),IVaultAdapter:Symbol.for("IVaultAdapter"),IVaultContext:Symbol.for("IVaultContext"),IMultiVaultManager:Symbol.for("IMultiVaultManager"),ILogger:Symbol.for("ILogger"),IEventBus:Symbol.for("IEventBus"),IConfiguration:Symbol.for("IConfiguration"),INotificationService:Symbol.for("INotificationService"),TaskCreationService:Symbol.for("TaskCreationService"),ProjectCreationService:Symbol.for("ProjectCreationService"),AreaCreationService:Symbol.for("AreaCreationService"),ClassCreationService:Symbol.for("ClassCreationService"),ConceptCreationService:Symbol.for("ConceptCreationService"),FleetingNoteCreationService:Symbol.for("FleetingNoteCreationService"),SupervisionCreationService:Symbol.for("SupervisionCreationService"),GenericAssetCreationService:Symbol.for("GenericAssetCreationService"),TaskFrontmatterGenerator:Symbol.for("TaskFrontmatterGenerator"),DynamicFrontmatterGenerator:Symbol.for("DynamicFrontmatterGenerator"),AlgorithmExtractor:Symbol.for("AlgorithmExtractor"),TaskStatusService:Symbol.for("TaskStatusService"),EffortStatusWorkflow:Symbol.for("EffortStatusWorkflow"),StatusTimestampService:Symbol.for("StatusTimestampService"),PropertyCleanupService:Symbol.for("PropertyCleanupService"),FolderRepairService:Symbol.for("FolderRepairService"),LabelToAliasService:Symbol.for("LabelToAliasService"),RenameToUidService:Symbol.for("RenameToUidService"),PlanningService:Symbol.for("PlanningService"),EffortVotingService:Symbol.for("EffortVotingService"),SessionEventService:Symbol.for("SessionEventService"),AssetConversionService:Symbol.for("AssetConversionService"),NoteToRDFConverter:Symbol.for("NoteToRDFConverter"),AreaHierarchyBuilder:Symbol.for("AreaHierarchyBuilder"),URIConstructionService:Symbol.for("URIConstructionService"),WebhookService:Symbol.for("WebhookService"),EmbeddingService:Symbol.for("EmbeddingService"),VectorStore:Symbol.for("VectorStore"),SemanticSearchService:Symbol.for("SemanticSearchService")}});var Rm=v(Ht=>{"use strict";var yP=Ht&&Ht.__createBinding||(Object.create?(function(n,e,t,r){r===void 0&&(r=t);var i=Object.getOwnPropertyDescriptor(e,t);(!i||("get"in i?!e.__esModule:i.writable||i.configurable))&&(i={enumerable:!0,get:o(function(){return e[t]},"get")}),Object.defineProperty(n,r,i)}):(function(n,e,t,r){r===void 0&&(r=t),n[r]=e[t]})),vP=Ht&&Ht.__setModuleDefault||(Object.create?(function(n,e){Object.defineProperty(n,"default",{enumerable:!0,value:e})}):function(n,e){n.default=e}),SP=Ht&&Ht.__decorate||function(n,e,t,r){var i=arguments.length,s=i<3?e:r===null?r=Object.getOwnPropertyDescriptor(e,t):r,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")s=Reflect.decorate(n,e,t,r);else for(var c=n.length-1;c>=0;c--)(a=n[c])&&(s=(i<3?a(s):i>3?a(e,t,s):a(e,t))||s);return i>3&&s&&Object.defineProperty(e,t,s),s},_P=Ht&&Ht.__importStar||(function(){var n=o(function(e){return n=Object.getOwnPropertyNames||function(t){var r=[];for(var i in t)Object.prototype.hasOwnProperty.call(t,i)&&(r[r.length]=i);return r},n(e)},"ownKeys");return function(e){if(e&&e.__esModule)return e;var t={};if(e!=null)for(var r=n(e),i=0;i<r.length;i++)r[i]!=="default"&&yP(t,e,r[i]);return vP(t,e),t}})(),wP=Ht&&Ht.__metadata||function(n,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(n,e)},bP=Ht&&Ht.__param||function(n,e){return function(t,r){e(t,r,n)}};Object.defineProperty(Ht,"__esModule",{value:!0});Ht.TaskCreationService=void 0;var pS=Le(),mS=vr(),EP=ks(),gS=nn(),TP=nr(),AP=Wl(),CP=zl(),XV=_P(dS()),xP=ct(),Dm=class{static{o(this,"TaskCreationService")}constructor(e,t,r){this.vault=e,this.frontmatterGenerator=t,this.algorithmExtractor=r}async createTask(e,t,r,i,s,a){let c=(0,mS.v4)(),u=`${c}.md`,l=this.frontmatterGenerator.generateTaskFrontmatter(t,e.basename,r,i,c,s,a),f="";if(EP.WikiLinkHelpers.normalize(r)===TP.AssetClass.TASK_PROTOTYPE){let T=await this.vault.read(e),A=this.algorithmExtractor.extractH2Section(T,"Algorithm");A&&(f=`## Algorithm
|
|
45
45
|
|
|
46
46
|
${A}`)}let d=gS.MetadataHelpers.buildFileContent(l,f),p=e.parent?.path||"",S=p?`${p}/${u}`:u;return await this.vault.create(S,d)}async createRelatedTask(e,t,r,i){let s=(0,mS.v4)(),a=`${s}.md`,c=this.frontmatterGenerator.generateRelatedTaskFrontmatter(t,e.basename,r,s,i),u=gS.MetadataHelpers.buildFileContent(c),l=e.parent?.path||"",f=l?`${l}/${a}`:a,h=await this.vault.create(f,u);return await this.addRelationToSourceFile(e,s),h}generateTaskFrontmatter(e,t,r,i,s,a,c){return this.frontmatterGenerator.generateTaskFrontmatter(e,t,r,i,s,a,c)}generateRelatedTaskFrontmatter(e,t,r,i,s){return this.frontmatterGenerator.generateRelatedTaskFrontmatter(e,t,r,i,s)}extractH2Section(e,t){return this.algorithmExtractor.extractH2Section(e,t)}async addRelationToSourceFile(e,t){let r=await this.vault.read(e),i=this.addRelationToFrontmatter(r,t);await this.vault.modify(e,i)}addRelationToFrontmatter(e,t){let r=/^---\r?\n([\s\S]*?)\r?\n---/,i=e.match(r),s=e.includes(`\r
|
|
47
47
|
`)?`\r
|
|
48
48
|
`:`
|
|
49
|
-
`;if(!i)return`---${s}exo__Asset_relates:${s} - "[[${t}]]"${s}---${s}${e}`;let c=i[1];if(c.includes("exo__Asset_relates:")){let u=c.match(/exo__Asset_relates:\r?\n((?: {2}- .*\r?\n)*)/);if(u){let l=u[1],f=` - "[[${t}]]"${s}`;c=c.replace(/exo__Asset_relates:\r?\n((?: {2}- .*\r?\n)*)/,`exo__Asset_relates:${s}${l}${f}`)}}else c+=`${s}exo__Asset_relates:${s} - "[[${t}]]"`;return e.replace(r,`---${s}${c}${s}---`)}};Ht.TaskCreationService=Dm;Ht.TaskCreationService=Dm=SP([(0,pS.injectable)(),bP(0,(0,pS.inject)(xP.DI_TOKENS.IVaultAdapter)),wP("design:paramtypes",[Object,AP.TaskFrontmatterGenerator,CP.AlgorithmExtractor])],Dm)});var Nm=v(Sn=>{"use strict";var IP=Sn&&Sn.__decorate||function(n,e,t,r){var i=arguments.length,s=i<3?e:r===null?r=Object.getOwnPropertyDescriptor(e,t):r,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")s=Reflect.decorate(n,e,t,r);else for(var c=n.length-1;c>=0;c--)(a=n[c])&&(s=(i<3?a(s):i>3?a(e,t,s):a(e,t))||s);return i>3&&s&&Object.defineProperty(e,t,s),s},OP=Sn&&Sn.__metadata||function(n,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(n,e)},PP=Sn&&Sn.__param||function(n,e){return function(t,r){e(t,r,n)}};Object.defineProperty(Sn,"__esModule",{value:!0});Sn.ProjectCreationService=void 0;var yS=Le(),vS=vr(),DP=ks(),Ql=nr(),RP=zt(),FP=Tc(),SS=
|
|
49
|
+
`;if(!i)return`---${s}exo__Asset_relates:${s} - "[[${t}]]"${s}---${s}${e}`;let c=i[1];if(c.includes("exo__Asset_relates:")){let u=c.match(/exo__Asset_relates:\r?\n((?: {2}- .*\r?\n)*)/);if(u){let l=u[1],f=` - "[[${t}]]"${s}`;c=c.replace(/exo__Asset_relates:\r?\n((?: {2}- .*\r?\n)*)/,`exo__Asset_relates:${s}${l}${f}`)}}else c+=`${s}exo__Asset_relates:${s} - "[[${t}]]"`;return e.replace(r,`---${s}${c}${s}---`)}};Ht.TaskCreationService=Dm;Ht.TaskCreationService=Dm=SP([(0,pS.injectable)(),bP(0,(0,pS.inject)(xP.DI_TOKENS.IVaultAdapter)),wP("design:paramtypes",[Object,AP.TaskFrontmatterGenerator,CP.AlgorithmExtractor])],Dm)});var Nm=v(Sn=>{"use strict";var IP=Sn&&Sn.__decorate||function(n,e,t,r){var i=arguments.length,s=i<3?e:r===null?r=Object.getOwnPropertyDescriptor(e,t):r,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")s=Reflect.decorate(n,e,t,r);else for(var c=n.length-1;c>=0;c--)(a=n[c])&&(s=(i<3?a(s):i>3?a(e,t,s):a(e,t))||s);return i>3&&s&&Object.defineProperty(e,t,s),s},OP=Sn&&Sn.__metadata||function(n,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(n,e)},PP=Sn&&Sn.__param||function(n,e){return function(t,r){e(t,r,n)}};Object.defineProperty(Sn,"__esModule",{value:!0});Sn.ProjectCreationService=void 0;var yS=Le(),vS=vr(),DP=ks(),Ql=nr(),RP=zt(),FP=Tc(),SS=nn(),NP=ct(),LP={[Ql.AssetClass.AREA]:"ems__Effort_area",[Ql.AssetClass.INITIATIVE]:"ems__Effort_parent",[Ql.AssetClass.PROJECT]:"ems__Effort_parent"},Fm=class{static{o(this,"ProjectCreationService")}constructor(e){this.vault=e}async createProject(e,t,r,i){let s=(0,vS.v4)(),a=`${s}.md`,c=this.generateProjectFrontmatter(t,e.basename,r,i,s),u=SS.MetadataHelpers.buildFileContent(c),l=e.parent?.path||"",f=l?`${l}/${a}`:a;return await this.vault.create(f,u)}generateProjectFrontmatter(e,t,r,i,s){let a=new Date,c=RP.DateFormatter.toLocalTimestamp(a),u=FP.MetadataExtractor.extractIsDefinedBy(e),l=DP.WikiLinkHelpers.normalize(r),f=LP[l]||"ems__Effort_area",h={};if(h.exo__Asset_isDefinedBy=SS.MetadataHelpers.ensureQuoted(u),h.exo__Asset_uid=s||(0,vS.v4)(),h.exo__Asset_createdAt=c,h.exo__Instance_class=[`"[[${Ql.AssetClass.PROJECT}]]"`],h.ems__Effort_status='"[[ems__EffortStatusDraft]]"',h[f]=`"[[${t}]]"`,i&&i.trim()!==""){let d=i.trim();h.exo__Asset_label=d,h.aliases=[d]}return h}};Sn.ProjectCreationService=Fm;Sn.ProjectCreationService=Fm=IP([(0,yS.injectable)(),PP(0,(0,yS.inject)(NP.DI_TOKENS.IVaultAdapter)),OP("design:paramtypes",[Object])],Fm)});var es=v(Kl=>{"use strict";Object.defineProperty(Kl,"__esModule",{value:!0});Kl.FrontmatterService=void 0;var Yl=class n{static{o(this,"FrontmatterService")}parse(e){let t=e.match(n.FRONTMATTER_REGEX);return t?{exists:!0,content:t[1],originalContent:e}:{exists:!1,content:"",originalContent:e}}updateProperty(e,t,r){let i=this.parse(e);if(!i.exists)return this.createFrontmatter(e,{[t]:r});let s=i.content;if(this.hasProperty(s,t)){let a=new RegExp(`${this.escapeRegex(t)}:.*$`,"m");s=s.replace(a,`${t}: ${r}`)}else{let a=s.length>0?`
|
|
50
50
|
`:"";s+=`${a}${t}: ${r}`}return e.replace(n.FRONTMATTER_REGEX,`---
|
|
51
51
|
${s}
|
|
52
52
|
---`)}addProperty(e,t,r){return this.updateProperty(e,t,r)}removeProperty(e,t){let r=this.parse(e);if(!r.exists||!this.hasProperty(r.content,t))return e;let i=new RegExp(`
|
|
@@ -63,7 +63,7 @@ ${Object.entries(t).map(([a,c])=>`${a}: ${c}`).join(`
|
|
|
63
63
|
## Trash Reason
|
|
64
64
|
|
|
65
65
|
${t}`;return e.trimEnd()+r}async archiveTask(e){let t=await this.vault.read(e),r=this.frontmatterService.updateProperty(t,"archived","true");r=this.frontmatterService.removeProperty(r,"aliases"),await this.vault.modify(e,r)}async planOnToday(e){let t=await this.vault.read(e),r=Qs.DateFormatter.getTodayStartTimestamp(),i=this.frontmatterService.updateProperty(t,"ems__Effort_plannedStartTimestamp",r);await this.vault.modify(e,i)}async planForEvening(e){let t=await this.vault.read(e),r=new Date;r.setHours(19,0,0,0);let i=Qs.DateFormatter.toLocalTimestamp(r),s=this.frontmatterService.updateProperty(t,"ems__Effort_plannedStartTimestamp",i);await this.vault.modify(e,s)}async shiftDayBackward(e){await this.shiftDay(e,-1)}async shiftDayForward(e){await this.shiftDay(e,1)}async rollbackStatus(e){let t=await this.vault.read(e),r=this.extractCurrentStatus(t),i=this.extractInstanceClass(t);if(!r)throw new Error("No current status to rollback from");let s=this.workflow.getPreviousStatus(r,i);if(s===void 0)throw new Error("Cannot rollback from current status");let a=t;s===null?a=this.frontmatterService.removeProperty(a,"ems__Effort_status"):a=this.frontmatterService.updateProperty(a,"ems__Effort_status",s);let c=this.workflow.normalizeStatus(r);c==="ems__EffortStatusDone"?(a=this.frontmatterService.removeProperty(a,"ems__Effort_endTimestamp"),a=this.frontmatterService.removeProperty(a,"ems__Effort_resolutionTimestamp")):c==="ems__EffortStatusDoing"&&(a=this.frontmatterService.removeProperty(a,"ems__Effort_startTimestamp")),await this.vault.modify(e,a)}async updateStatus(e,t){let r=await this.vault.read(e),i=this.frontmatterService.updateProperty(r,"ems__Effort_status",`"[[${t}]]"`);await this.vault.modify(e,i)}async shiftDay(e,t){let r=await this.vault.read(e),i=this.extractPlannedStartTimestamp(r);if(!i)throw new Error("ems__Effort_plannedStartTimestamp property not found");let s=this.parseDateFromTimestamp(i);if(!s)throw new Error("Invalid date format in ems__Effort_plannedStartTimestamp");let a=Qs.DateFormatter.addDays(s,t);a.setHours(0,0,0,0);let c=Qs.DateFormatter.toLocalTimestamp(a),u=this.frontmatterService.updateProperty(r,"ems__Effort_plannedStartTimestamp",c);await this.vault.modify(e,u)}parseDateFromTimestamp(e){let t=new Date(e);return isNaN(t.getTime())?null:t}extractPlannedStartTimestamp(e){let t=this.frontmatterService.parse(e);return t.exists?this.frontmatterService.getPropertyValue(t.content,"ems__Effort_plannedStartTimestamp"):null}extractCurrentStatus(e){let t=this.frontmatterService.parse(e);return t.exists?this.frontmatterService.getPropertyValue(t.content,"ems__Effort_status"):null}extractInstanceClass(e){let t=this.frontmatterService.parse(e);if(!t.exists)return null;let r=t.content.match(/exo__Instance_class:\s*\n((?:\s*-\s*.*\n?)+)/);return r?r[1].split(`
|
|
66
|
-
`).filter(s=>s.trim()).map(s=>s.replace(/^\s*-\s*/,"").trim()):this.frontmatterService.getPropertyValue(t.content,"exo__Instance_class")}};wn.TaskStatusService=km;wn.TaskStatusService=km=qP([(0,wS.injectable)(),WP(0,(0,wS.inject)(YP.DI_TOKENS.IVaultAdapter)),GP("design:paramtypes",[Object,HP.EffortStatusWorkflow,QP.StatusTimestampService])],km)});var Vm=v(bn=>{"use strict";var KP=bn&&bn.__decorate||function(n,e,t,r){var i=arguments.length,s=i<3?e:r===null?r=Object.getOwnPropertyDescriptor(e,t):r,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")s=Reflect.decorate(n,e,t,r);else for(var c=n.length-1;c>=0;c--)(a=n[c])&&(s=(i<3?a(s):i>3?a(e,t,s):a(e,t))||s);return i>3&&s&&Object.defineProperty(e,t,s),s},XP=bn&&bn.__metadata||function(n,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(n,e)},JP=bn&&bn.__param||function(n,e){return function(t,r){e(t,r,n)}};Object.defineProperty(bn,"__esModule",{value:!0});bn.AreaCreationService=void 0;var bS=Le(),ES=vr(),ZP=nr(),eD=zt(),tD=Tc(),TS=
|
|
66
|
+
`).filter(s=>s.trim()).map(s=>s.replace(/^\s*-\s*/,"").trim()):this.frontmatterService.getPropertyValue(t.content,"exo__Instance_class")}};wn.TaskStatusService=km;wn.TaskStatusService=km=qP([(0,wS.injectable)(),WP(0,(0,wS.inject)(YP.DI_TOKENS.IVaultAdapter)),GP("design:paramtypes",[Object,HP.EffortStatusWorkflow,QP.StatusTimestampService])],km)});var Vm=v(bn=>{"use strict";var KP=bn&&bn.__decorate||function(n,e,t,r){var i=arguments.length,s=i<3?e:r===null?r=Object.getOwnPropertyDescriptor(e,t):r,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")s=Reflect.decorate(n,e,t,r);else for(var c=n.length-1;c>=0;c--)(a=n[c])&&(s=(i<3?a(s):i>3?a(e,t,s):a(e,t))||s);return i>3&&s&&Object.defineProperty(e,t,s),s},XP=bn&&bn.__metadata||function(n,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(n,e)},JP=bn&&bn.__param||function(n,e){return function(t,r){e(t,r,n)}};Object.defineProperty(bn,"__esModule",{value:!0});bn.AreaCreationService=void 0;var bS=Le(),ES=vr(),ZP=nr(),eD=zt(),tD=Tc(),TS=nn(),rD=ct(),$m=class{static{o(this,"AreaCreationService")}constructor(e){this.vault=e}async createChildArea(e,t,r){let i=(0,ES.v4)(),s=`${i}.md`,a=this.generateChildAreaFrontmatter(t,e.basename,r,i),c=TS.MetadataHelpers.buildFileContent(a),u=e.parent?.path||"",l=u?`${u}/${s}`:s;return await this.vault.create(l,c)}generateChildAreaFrontmatter(e,t,r,i){let s=new Date,a=eD.DateFormatter.toLocalTimestamp(s),c=tD.MetadataExtractor.extractIsDefinedBy(e),u={};if(u.exo__Asset_isDefinedBy=TS.MetadataHelpers.ensureQuoted(c),u.exo__Asset_uid=i||(0,ES.v4)(),u.exo__Asset_createdAt=a,u.exo__Instance_class=[`"[[${ZP.AssetClass.AREA}]]"`],u.ems__Area_parent=`"[[${t}]]"`,r&&r.trim()!==""){let l=r.trim();u.exo__Asset_label=l,u.aliases=[l]}return u}};bn.AreaCreationService=$m;bn.AreaCreationService=$m=KP([(0,bS.injectable)(),JP(0,(0,bS.inject)(rD.DI_TOKENS.IVaultAdapter)),XP("design:paramtypes",[Object])],$m)});var Bm=v(En=>{"use strict";var nD=En&&En.__decorate||function(n,e,t,r){var i=arguments.length,s=i<3?e:r===null?r=Object.getOwnPropertyDescriptor(e,t):r,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")s=Reflect.decorate(n,e,t,r);else for(var c=n.length-1;c>=0;c--)(a=n[c])&&(s=(i<3?a(s):i>3?a(e,t,s):a(e,t))||s);return i>3&&s&&Object.defineProperty(e,t,s),s},iD=En&&En.__metadata||function(n,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(n,e)},sD=En&&En.__param||function(n,e){return function(t,r){e(t,r,n)}};Object.defineProperty(En,"__esModule",{value:!0});En.AreaHierarchyBuilder=void 0;var AS=Le(),CS=nr(),aD=ct(),Um=class{static{o(this,"AreaHierarchyBuilder")}constructor(e){this.vault=e}buildHierarchy(e,t){let r=this.vault.getAbstractFileByPath(e);if(!this.isFile(r))return null;let i=this.vault.getFrontmatter(r)||{};if(this.extractInstanceClass(i)!==CS.AssetClass.AREA)return null;let a=this.collectAllAreasFromVault(),c=new Set;return this.buildTree(e,a,c,0)}isFile(e){return e&&typeof e=="object"&&"basename"in e&&"path"in e}extractInstanceClass(e){let t=e.exo__Instance_class||"";return Array.isArray(t)?this.cleanWikiLink(t[0]||""):this.cleanWikiLink(t)}cleanWikiLink(e){return typeof e!="string"?"":e.replace(/^\[\[|\]\]$/g,"").trim()}collectAllAreasFromVault(){let e=new Map,t=new Map,r=this.vault.getAllFiles();for(let i of r){let s=this.vault.getFrontmatter(i)||{};if(this.extractInstanceClass(s)===CS.AssetClass.AREA){let c=this.extractParentPath(s);e.set(i.path,{path:i.path,title:i.basename,label:s.exo__Asset_label||void 0,isArchived:this.isArchived(s),depth:0,parentPath:c||void 0}),t.set(i.basename,i.path)}}for(let[,i]of e.entries())i.parentPath&&t.has(i.parentPath)&&(i.parentPath=t.get(i.parentPath));return e}extractParentPath(e){let t=e.ems__Area_parent;if(!t)return null;if(Array.isArray(t)){let r=t[0]||"";return this.cleanWikiLink(r)}return this.cleanWikiLink(t)}isArchived(e){let t=e.exo__Asset_archived;if(t===!0||t==="true")return!0;if(Array.isArray(t)&&t.length>0){let r=t[0];return r===!0||r==="true"}return!1}buildTree(e,t,r,i){if(r.has(e))return null;r.add(e);let s=t.get(e);if(!s)return null;let a=[];for(let[c,u]of t.entries())if(u.parentPath===e){let l=this.buildTree(c,t,r,i+1);l&&a.push(l)}return a.sort((c,u)=>{let l=c.label||c.title,f=u.label||u.title;return l.localeCompare(f)}),{path:s.path,title:s.title,label:s.label,isArchived:s.isArchived,depth:i,parentPath:s.parentPath,children:a}}};En.AreaHierarchyBuilder=Um;En.AreaHierarchyBuilder=Um=nD([(0,AS.injectable)(),sD(0,(0,AS.inject)(aD.DI_TOKENS.IVaultAdapter)),iD("design:paramtypes",[Object])],Um)});var Gm=v(Tn=>{"use strict";var oD=Tn&&Tn.__decorate||function(n,e,t,r){var i=arguments.length,s=i<3?e:r===null?r=Object.getOwnPropertyDescriptor(e,t):r,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")s=Reflect.decorate(n,e,t,r);else for(var c=n.length-1;c>=0;c--)(a=n[c])&&(s=(i<3?a(s):i>3?a(e,t,s):a(e,t))||s);return i>3&&s&&Object.defineProperty(e,t,s),s},cD=Tn&&Tn.__metadata||function(n,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(n,e)},uD=Tn&&Tn.__param||function(n,e){return function(t,r){e(t,r,n)}};Object.defineProperty(Tn,"__esModule",{value:!0});Tn.ClassCreationService=void 0;var xS=Le(),lD=vr(),fD=zt(),hD=nn(),dD=ct(),qm=class{static{o(this,"ClassCreationService")}constructor(e){this.vault=e}async createSubclass(e,t,r){let i=(0,lD.v4)(),s=this.generateFileName(t),a=s.endsWith(".md")?s:`${s}.md`,c=this.generateClassFrontmatter(e.basename,t,i,r),u=hD.MetadataHelpers.buildFileContent(c),l="classes",f=`${l}/${a}`;return this.vault.getAbstractFileByPath(l)||await this.vault.createFolder(l),await this.vault.create(f,u)}generateFileName(e){let t=e.toLowerCase().replace(/[^a-z0-9]+/g,"-");for(;t.startsWith("-");)t=t.slice(1);for(;t.endsWith("-");)t=t.slice(0,-1);return t}generateClassFrontmatter(e,t,r,i){let s=new Date,a=fD.DateFormatter.toLocalTimestamp(s),c={};c.exo__Asset_uid=r,c.exo__Asset_label=t,c.exo__Asset_createdAt=a,c.exo__Instance_class=['"[[exo__Class]]"'],c.exo__Class_superClass=`"[[${e}]]"`;let u=i.exo__Asset_isDefinedBy||'"[[Ontology/EXO]]"';return c.exo__Asset_isDefinedBy=u,c.aliases=[t],c}};Tn.ClassCreationService=qm;Tn.ClassCreationService=qm=oD([(0,xS.injectable)(),uD(0,(0,xS.inject)(dD.DI_TOKENS.IVaultAdapter)),cD("design:paramtypes",[Object])],qm)});var zm=v(An=>{"use strict";var pD=An&&An.__decorate||function(n,e,t,r){var i=arguments.length,s=i<3?e:r===null?r=Object.getOwnPropertyDescriptor(e,t):r,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")s=Reflect.decorate(n,e,t,r);else for(var c=n.length-1;c>=0;c--)(a=n[c])&&(s=(i<3?a(s):i>3?a(e,t,s):a(e,t))||s);return i>3&&s&&Object.defineProperty(e,t,s),s},mD=An&&An.__metadata||function(n,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(n,e)},gD=An&&An.__param||function(n,e){return function(t,r){e(t,r,n)}};Object.defineProperty(An,"__esModule",{value:!0});An.ConceptCreationService=void 0;var IS=Le(),yD=vr(),vD=zt(),SD=nn(),_D=nr(),wD=ct(),Wm=class{static{o(this,"ConceptCreationService")}constructor(e){this.vault=e}async createNarrowerConcept(e,t,r,i){let s=(0,yD.v4)(),a=t.endsWith(".md")?t:`${t}.md`,c=this.generateConceptFrontmatter(e.basename,r,i,s),u=SD.MetadataHelpers.buildFileContent(c),l="concepts",f=`${l}/${a}`;return this.vault.getAbstractFileByPath(l)||await this.vault.createFolder(l),await this.vault.create(f,u)}generateConceptFrontmatter(e,t,r,i){let s=new Date,a=vD.DateFormatter.toLocalTimestamp(s),c={};return c.exo__Asset_isDefinedBy='"[[!concepts]]"',c.exo__Asset_uid=i,c.exo__Asset_createdAt=a,c.exo__Instance_class=[`"[[${_D.AssetClass.CONCEPT}]]"`],c.ims__Concept_broader=`"[[${e}]]"`,c.ims__Concept_definition=t,r.length>0&&(c.aliases=r),c}};An.ConceptCreationService=Wm;An.ConceptCreationService=Wm=pD([(0,IS.injectable)(),gD(0,(0,IS.inject)(wD.DI_TOKENS.IVaultAdapter)),mD("design:paramtypes",[Object])],Wm)});var Qm=v(Cn=>{"use strict";var bD=Cn&&Cn.__decorate||function(n,e,t,r){var i=arguments.length,s=i<3?e:r===null?r=Object.getOwnPropertyDescriptor(e,t):r,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")s=Reflect.decorate(n,e,t,r);else for(var c=n.length-1;c>=0;c--)(a=n[c])&&(s=(i<3?a(s):i>3?a(e,t,s):a(e,t))||s);return i>3&&s&&Object.defineProperty(e,t,s),s},ED=Cn&&Cn.__metadata||function(n,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(n,e)},TD=Cn&&Cn.__param||function(n,e){return function(t,r){e(t,r,n)}};Object.defineProperty(Cn,"__esModule",{value:!0});Cn.EffortVotingService=void 0;var OS=Le(),AD=ct(),Hm=class{static{o(this,"EffortVotingService")}constructor(e){this.vault=e}async incrementEffortVotes(e){let t=await this.vault.read(e),i=this.extractVoteCount(t)+1,s=this.updateFrontmatterWithVotes(t,i);return await this.vault.modify(e,s),i}extractVoteCount(e){let t=/^---\r?\n([\s\S]*?)\r?\n---/,r=e.match(t);if(!r)return 0;let s=r[1].match(/ems__Effort_votes:\s*(\d+)/);return s&&s[1]?parseInt(s[1],10):0}updateFrontmatterWithVotes(e,t){let r=/^---\r?\n([\s\S]*?)\r?\n---/,i=e.match(r),s=e.includes(`\r
|
|
67
67
|
`)?`\r
|
|
68
68
|
`:`
|
|
69
69
|
`;if(!i)return`---${s}ems__Effort_votes: ${t}${s}---${s}${e}`;let c=i[1];return c.includes("ems__Effort_votes:")?c=c.replace(/ems__Effort_votes:.*$/m,`ems__Effort_votes: ${t}`):c+=`${s}ems__Effort_votes: ${t}`,e.replace(r,`---${s}${c}${s}---`)}};Cn.EffortVotingService=Hm;Cn.EffortVotingService=Hm=bD([(0,OS.injectable)(),TD(0,(0,OS.inject)(AD.DI_TOKENS.IVaultAdapter)),ED("design:paramtypes",[Object])],Hm)});var Km=v(xn=>{"use strict";var CD=xn&&xn.__decorate||function(n,e,t,r){var i=arguments.length,s=i<3?e:r===null?r=Object.getOwnPropertyDescriptor(e,t):r,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")s=Reflect.decorate(n,e,t,r);else for(var c=n.length-1;c>=0;c--)(a=n[c])&&(s=(i<3?a(s):i>3?a(e,t,s):a(e,t))||s);return i>3&&s&&Object.defineProperty(e,t,s),s},xD=xn&&xn.__metadata||function(n,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(n,e)},ID=xn&&xn.__param||function(n,e){return function(t,r){e(t,r,n)}};Object.defineProperty(xn,"__esModule",{value:!0});xn.FolderRepairService=void 0;var PS=Le(),OD=ct(),Ym=class{static{o(this,"FolderRepairService")}constructor(e){this.vault=e}async getExpectedFolder(e,t){let r=t?.exo__Asset_isDefinedBy;if(!r)return null;let i=this.extractReference(r);if(!i)return null;let s=this.vault.getFirstLinkpathDest(i,e.path);return s?this.getFileFolder(s):null}async repairFolder(e,t){let r=`${t}/${e.name}`;if(this.vault.getAbstractFileByPath(r))throw new Error(`Cannot move file: ${r} already exists`);await this.ensureFolderExists(t),await this.vault.rename(e,r)}getFileFolder(e){return e.parent?.path||""}extractReference(e){if(typeof e!="string")return null;let t=e.trim().replace(/^["']|["']$/g,"");return t=t.replace(/^\[\[|\]\]$/g,""),t||null}async ensureFolderExists(e){if(!e)return;let t=this.vault.getAbstractFileByPath(e);if(!(t&&"children"in t))try{await this.vault.createFolder(e)}catch(r){if(r instanceof Error&&r.message.includes("Folder already exists"))return;throw r}}};xn.FolderRepairService=Ym;xn.FolderRepairService=Ym=CD([(0,PS.injectable)(),ID(0,(0,PS.inject)(OD.DI_TOKENS.IVaultAdapter)),xD("design:paramtypes",[Object])],Ym)});var Jm=v(In=>{"use strict";var PD=In&&In.__decorate||function(n,e,t,r){var i=arguments.length,s=i<3?e:r===null?r=Object.getOwnPropertyDescriptor(e,t):r,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")s=Reflect.decorate(n,e,t,r);else for(var c=n.length-1;c>=0;c--)(a=n[c])&&(s=(i<3?a(s):i>3?a(e,t,s):a(e,t))||s);return i>3&&s&&Object.defineProperty(e,t,s),s},DD=In&&In.__metadata||function(n,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(n,e)},RD=In&&In.__param||function(n,e){return function(t,r){e(t,r,n)}};Object.defineProperty(In,"__esModule",{value:!0});In.LabelToAliasService=void 0;var DS=Le(),FD=ct(),Xm=class{static{o(this,"LabelToAliasService")}constructor(e){this.vault=e}async copyLabelToAliases(e){let t=await this.vault.read(e),r=this.extractLabel(t);if(!r)throw new Error("No exo__Asset_label found in file");let i=this.addLabelToAliases(t,r);await this.vault.modify(e,i)}extractLabel(e){let t=/^---\r?\n([\s\S]*?)\r?\n---/,r=e.match(t);if(!r)return null;let s=r[1].match(/exo__Asset_label:\s*["']?([^"'\r\n]+)["']?/);return s&&s[1]?s[1].trim():null}addLabelToAliases(e,t){let r=/^---\r?\n([\s\S]*?)\r?\n---/,i=e.match(r),s=e.includes(`\r
|
|
@@ -91,7 +91,7 @@ ${a}`}return`${i}: ${s}`}).join(`
|
|
|
91
91
|
---
|
|
92
92
|
|
|
93
93
|
${t}
|
|
94
|
-
`}};Dn.SupervisionCreationService=ig;Dn.SupervisionCreationService=ig=VD([(0,LS.injectable)(),BD(0,(0,LS.inject)(WD.DI_TOKENS.IVaultAdapter)),UD("design:paramtypes",[Object])],ig)});var og=v(Rn=>{"use strict";var zD=Rn&&Rn.__decorate||function(n,e,t,r){var i=arguments.length,s=i<3?e:r===null?r=Object.getOwnPropertyDescriptor(e,t):r,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")s=Reflect.decorate(n,e,t,r);else for(var c=n.length-1;c>=0;c--)(a=n[c])&&(s=(i<3?a(s):i>3?a(e,t,s):a(e,t))||s);return i>3&&s&&Object.defineProperty(e,t,s),s},HD=Rn&&Rn.__metadata||function(n,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(n,e)},QD=Rn&&Rn.__param||function(n,e){return function(t,r){e(t,r,n)}},ag;Object.defineProperty(Rn,"__esModule",{value:!0});Rn.FleetingNoteCreationService=void 0;var MS=Le(),YD=vr(),KD=zt(),XD=
|
|
94
|
+
`}};Dn.SupervisionCreationService=ig;Dn.SupervisionCreationService=ig=VD([(0,LS.injectable)(),BD(0,(0,LS.inject)(WD.DI_TOKENS.IVaultAdapter)),UD("design:paramtypes",[Object])],ig)});var og=v(Rn=>{"use strict";var zD=Rn&&Rn.__decorate||function(n,e,t,r){var i=arguments.length,s=i<3?e:r===null?r=Object.getOwnPropertyDescriptor(e,t):r,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")s=Reflect.decorate(n,e,t,r);else for(var c=n.length-1;c>=0;c--)(a=n[c])&&(s=(i<3?a(s):i>3?a(e,t,s):a(e,t))||s);return i>3&&s&&Object.defineProperty(e,t,s),s},HD=Rn&&Rn.__metadata||function(n,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(n,e)},QD=Rn&&Rn.__param||function(n,e){return function(t,r){e(t,r,n)}},ag;Object.defineProperty(Rn,"__esModule",{value:!0});Rn.FleetingNoteCreationService=void 0;var MS=Le(),YD=vr(),KD=zt(),XD=nn(),JD=ct(),ef=ag=class{static{o(this,"FleetingNoteCreationService")}constructor(e){this.vault=e}async createFleetingNote(e){let t=(0,YD.v4)(),r=`${t}.md`,i=this.generateFrontmatter(t,e),s=XD.MetadataHelpers.buildFileContent(i),a=`${ag.INBOX_FOLDER}/${r}`;return await this.vault.create(a,s)}generateFrontmatter(e,t){let r=new Date,i=KD.DateFormatter.toLocalTimestamp(r),s=t.trim();return{exo__Asset_isDefinedBy:'"[[!kitelev]]"',exo__Asset_uid:e,exo__Asset_createdAt:i,exo__Instance_class:['"[[ztlk__FleetingNote]]"'],exo__Asset_label:s,aliases:[s]}}};Rn.FleetingNoteCreationService=ef;ef.INBOX_FOLDER="01 Inbox";Rn.FleetingNoteCreationService=ef=ag=zD([(0,MS.injectable)(),QD(0,(0,MS.inject)(JD.DI_TOKENS.IVaultAdapter)),HD("design:paramtypes",[Object])],ef)});var ug=v(Ys=>{"use strict";var ZD=Ys&&Ys.__decorate||function(n,e,t,r){var i=arguments.length,s=i<3?e:r===null?r=Object.getOwnPropertyDescriptor(e,t):r,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")s=Reflect.decorate(n,e,t,r);else for(var c=n.length-1;c>=0;c--)(a=n[c])&&(s=(i<3?a(s):i>3?a(e,t,s):a(e,t))||s);return i>3&&s&&Object.defineProperty(e,t,s),s};Object.defineProperty(Ys,"__esModule",{value:!0});Ys.DynamicFrontmatterGenerator=void 0;var eR=Le(),tR=vr(),xc=zt(),cg=class{static{o(this,"DynamicFrontmatterGenerator")}generate(e,t,r,i){let s={},a=new Date;i?.isDefinedBy&&(s.exo__Asset_isDefinedBy=this.ensureQuoted(i.isDefinedBy)),s.exo__Asset_uid=i?.uid||(0,tR.v4)(),s.exo__Asset_createdAt=i?.createdAt||xc.DateFormatter.toLocalTimestamp(a),s.exo__Instance_class=[this.formatWikilink(e)];let c=new Map;for(let l of r)c.set(l.name,l.type);for(let[l,f]of Object.entries(t)){if(f==null||l==="exo__Asset_uid"||l==="exo__Asset_createdAt"||l==="exo__Instance_class"||l==="exo__Asset_isDefinedBy")continue;let h=c.get(l);s[l]=this.formatValue(f,h)}let u=t.exo__Asset_label;if(u&&typeof u=="string"&&u.trim()!==""){let l=u.trim();s.exo__Asset_label=l,s.aliases=[l]}return s}formatValue(e,t){if(e==null)return null;if(!t)return this.formatInferredValue(e);switch(t){case"text":return this.formatText(e);case"wikilink":return this.formatWikilink(e);case"status-select":case"size-select":return this.formatWikilink(e);case"number":return this.formatNumber(e);case"boolean":return this.formatBoolean(e);case"timestamp":return this.formatTimestamp(e);default:return this.formatText(e)}}formatText(e){return typeof e=="string"?e:String(e)}formatWikilink(e){let t=String(e);return t.startsWith('"[[')&&t.endsWith(']]"')?t:t.startsWith("[[")&&t.endsWith("]]")?`"${t}"`:`"[[${t}]]"`}formatNumber(e){if(typeof e=="number")return e;let t=Number(e);return isNaN(t)?0:t}formatBoolean(e){if(typeof e=="boolean")return e;if(typeof e=="string"){let t=e.toLowerCase().trim();return t==="true"||t==="yes"||t==="1"}return typeof e=="number"?e!==0:!!e}formatTimestamp(e){if(e instanceof Date)return xc.DateFormatter.toLocalTimestamp(e);if(typeof e=="string"){if(/^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}$/.test(e))return e;if(/^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}Z$/.test(e))return e.replace("Z","");let t=new Date(e);return isNaN(t.getTime())?e:xc.DateFormatter.toLocalTimestamp(t)}if(typeof e=="number"){let t=new Date(e);if(!isNaN(t.getTime()))return xc.DateFormatter.toLocalTimestamp(t)}return String(e)}formatInferredValue(e){return typeof e=="boolean"||typeof e=="number"?e:e instanceof Date?xc.DateFormatter.toLocalTimestamp(e):typeof e=="string"?e.startsWith("[[")||e.startsWith('"[[')?this.formatWikilink(e):e:String(e)}ensureQuoted(e){return!e||e==='""'?'""':e.startsWith('"')&&e.endsWith('"')?e:`"${e}"`}generateYAML(e,t,r,i){let s=this.generate(e,t,r,i);return this.toYAML(s)}toYAML(e){return`---
|
|
95
95
|
${Object.entries(e).map(([r,i])=>{if(Array.isArray(i)){let s=i.map(a=>` - ${a}`).join(`
|
|
96
96
|
`);return`${r}:
|
|
97
97
|
${s}`}return`${r}: ${i}`}).join(`
|
|
@@ -99,11 +99,11 @@ ${s}`}return`${r}: ${i}`}).join(`
|
|
|
99
99
|
---`}};Ys.DynamicFrontmatterGenerator=cg;Ys.DynamicFrontmatterGenerator=cg=ZD([(0,eR.injectable)()],cg)});var fg=v(Fn=>{"use strict";var rR=Fn&&Fn.__decorate||function(n,e,t,r){var i=arguments.length,s=i<3?e:r===null?r=Object.getOwnPropertyDescriptor(e,t):r,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")s=Reflect.decorate(n,e,t,r);else for(var c=n.length-1;c>=0;c--)(a=n[c])&&(s=(i<3?a(s):i>3?a(e,t,s):a(e,t))||s);return i>3&&s&&Object.defineProperty(e,t,s),s},nR=Fn&&Fn.__metadata||function(n,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(n,e)},iR=Fn&&Fn.__param||function(n,e){return function(t,r){e(t,r,n)}};Object.defineProperty(Fn,"__esModule",{value:!0});Fn.PlanningService=void 0;var kS=Le(),sR=es(),aR=zt(),oR=ct(),lg=class{static{o(this,"PlanningService")}constructor(e){this.vault=e,this.frontmatterService=new sR.FrontmatterService}async planOnToday(e){let t=this.vault.getAbstractFileByPath(e);if(!t||!this.isFile(t))throw new Error(`File not found: ${e}`);let r=await this.vault.read(t),i=aR.DateFormatter.getTodayStartTimestamp(),s=this.frontmatterService.updateProperty(r,"ems__Effort_plannedStartTimestamp",i);await this.vault.modify(t,s)}isFile(e){return"basename"in e}};Fn.PlanningService=lg;Fn.PlanningService=lg=rR([(0,kS.injectable)(),iR(0,(0,kS.inject)(oR.DI_TOKENS.IVaultAdapter)),nR("design:paramtypes",[Object])],lg)});var dg=v(Nn=>{"use strict";var cR=Nn&&Nn.__decorate||function(n,e,t,r){var i=arguments.length,s=i<3?e:r===null?r=Object.getOwnPropertyDescriptor(e,t):r,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")s=Reflect.decorate(n,e,t,r);else for(var c=n.length-1;c>=0;c--)(a=n[c])&&(s=(i<3?a(s):i>3?a(e,t,s):a(e,t))||s);return i>3&&s&&Object.defineProperty(e,t,s),s},uR=Nn&&Nn.__metadata||function(n,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(n,e)},lR=Nn&&Nn.__param||function(n,e){return function(t,r){e(t,r,n)}};Object.defineProperty(Nn,"__esModule",{value:!0});Nn.AssetConversionService=void 0;var jS=Le(),$S=nr(),fR=es(),tf=ts(),hR=ct(),hg=class{static{o(this,"AssetConversionService")}constructor(e){this.vault=e,this.frontmatterService=new fR.FrontmatterService}async convertTaskToProject(e){try{let t=await this.vault.read(e),r=this.removeInstanceClassProperty(t);return r=this.frontmatterService.updateProperty(r,"exo__Instance_class",`["[[${$S.AssetClass.PROJECT}]]"]`),await this.vault.modify(e,r),tf.LoggingService.info(`Converted Task to Project: ${e.basename} (${e.path})`),e}catch(t){let r=`Failed to convert Task to Project: ${e.path}`;throw tf.LoggingService.error(r,t instanceof Error?t:void 0),new Error(r)}}async convertProjectToTask(e){try{let t=await this.vault.read(e),r=this.removeInstanceClassProperty(t);return r=this.frontmatterService.updateProperty(r,"exo__Instance_class",`["[[${$S.AssetClass.TASK}]]"]`),await this.vault.modify(e,r),tf.LoggingService.info(`Converted Project to Task: ${e.basename} (${e.path})`),e}catch(t){let r=`Failed to convert Project to Task: ${e.path}`;throw tf.LoggingService.error(r,t instanceof Error?t:void 0),new Error(r)}}removeInstanceClassProperty(e){let t=this.frontmatterService.parse(e);if(!t.exists)return e;let r=/^exo__Instance_class:.*$(\n -.*$)*/gm,i=t.content.replace(r,"").replace(/\n\n+/g,`
|
|
100
100
|
`).trim();return e.replace(/^---\n[\s\S]*?\n---/,`---
|
|
101
101
|
${i}
|
|
102
|
-
---`)}};Nn.AssetConversionService=hg;Nn.AssetConversionService=hg=cR([(0,jS.injectable)(),lR(0,(0,jS.inject)(hR.DI_TOKENS.IVaultAdapter)),uR("design:paramtypes",[Object])],hg)});var mg=v(Ln=>{"use strict";var dR=Ln&&Ln.__decorate||function(n,e,t,r){var i=arguments.length,s=i<3?e:r===null?r=Object.getOwnPropertyDescriptor(e,t):r,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")s=Reflect.decorate(n,e,t,r);else for(var c=n.length-1;c>=0;c--)(a=n[c])&&(s=(i<3?a(s):i>3?a(e,t,s):a(e,t))||s);return i>3&&s&&Object.defineProperty(e,t,s),s},pR=Ln&&Ln.__metadata||function(n,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(n,e)},mR=Ln&&Ln.__param||function(n,e){return function(t,r){e(t,r,n)}};Object.defineProperty(Ln,"__esModule",{value:!0});Ln.SessionEventService=void 0;var VS=Le(),gR=vr(),US=nr(),yR=zt(),vR=rn(),SR=ct(),pg=class{static{o(this,"SessionEventService")}constructor(e){this.vault=e,this.folderPathCache=null,this.defaultOntologyAsset=null}setDefaultOntologyAsset(e){this.defaultOntologyAsset=e,this.folderPathCache=null}async createSessionStartEvent(e){return this.createSessionEvent(e,US.AssetClass.SESSION_START_EVENT)}async createSessionEndEvent(e){return this.createSessionEvent(e,US.AssetClass.SESSION_END_EVENT)}async getOntologyAssetFolder(){if(this.folderPathCache!==null)return this.folderPathCache;if(!this.defaultOntologyAsset){let r=this.vault.getDefaultNewFileParent();return this.folderPathCache=r?.path||"",this.folderPathCache}let e=this.vault.getAllFiles();for(let r of e)if(r.basename===this.defaultOntologyAsset){let i=r.parent?.path||"";return this.folderPathCache=i,this.folderPathCache}let t=this.vault.getDefaultNewFileParent();return this.folderPathCache=t?.path||"",this.folderPathCache}async createSessionEvent(e,t){let r=(0,gR.v4)(),i=yR.DateFormatter.toLocalTimestamp(new Date),s=this.defaultOntologyAsset?`"[[${this.defaultOntologyAsset}]]"`:'"[[!kitelev]]"',a={exo__Asset_uid:r,exo__Asset_createdAt:i,exo__Asset_isDefinedBy:s,exo__Instance_class:[`"[[${t}]]"`],ems__SessionEvent_timestamp:i,ems__Session_area:`"[[${e}]]"`},c=vR.MetadataHelpers.buildFileContent(a),u=await this.getOntologyAssetFolder();u&&!await this.vault.exists(u)&&await this.vault.createFolder(u);let l=u?`${u}/${r}.md`:`${r}.md`;return await this.vault.create(l,c)}};Ln.SessionEventService=pg;Ln.SessionEventService=pg=dR([(0,VS.injectable)(),mR(0,(0,VS.inject)(SR.DI_TOKENS.IVaultAdapter)),pR("design:paramtypes",[Object])],pg)});var yg=v(Mn=>{"use strict";var _R=Mn&&Mn.__decorate||function(n,e,t,r){var i=arguments.length,s=i<3?e:r===null?r=Object.getOwnPropertyDescriptor(e,t):r,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")s=Reflect.decorate(n,e,t,r);else for(var c=n.length-1;c>=0;c--)(a=n[c])&&(s=(i<3?a(s):i>3?a(e,t,s):a(e,t))||s);return i>3&&s&&Object.defineProperty(e,t,s),s},wR=Mn&&Mn.__metadata||function(n,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(n,e)},bR=Mn&&Mn.__param||function(n,e){return function(t,r){e(t,r,n)}};Object.defineProperty(Mn,"__esModule",{value:!0});Mn.URIConstructionService=void 0;var BS=Le(),ER=ct(),gg=class{static{o(this,"URIConstructionService")}constructor(e){this.fileSystem=e,this.defaultOntologyURL="https://exocortex.my/default/",this.strictValidation=!0}configure(e){e?.defaultOntologyURL&&(this.defaultOntologyURL=e.defaultOntologyURL),e?.strictValidation!==void 0&&(this.strictValidation=e.strictValidation)}async constructAssetURI(e){let t=this.extractUID(e);if(!t){if(this.strictValidation)throw new Error(`Asset missing exo__Asset_uid: ${e.path}`);return console.warn(`Asset ${e.path} missing UID, using filename fallback`),this.constructFallbackURI(e)}let r=await this.resolveOntologyURL(e);if(!this.validateOntologyURL(r))throw new Error(`Invalid ontology URL: ${r}`);return`${r.endsWith("/")?r:`${r}/`}${t}`}validateOntologyURL(e){if(!e)return!1;try{let t=new URL(e);return t.protocol==="http:"||t.protocol==="https:"}catch{return!1}}async resolveOntologyURL(e){let t=e.frontmatter?.exo__Asset_isDefinedBy;if(!t)return this.defaultOntologyURL;let r=this.extractWikiLink(t),i=r,s=await this.fileSystem.fileExists(r);return!s&&!r.endsWith(".md")&&(i=`${r}.md`,s=await this.fileSystem.fileExists(i)),s?(await this.fileSystem.getFileMetadata(i))?.exo__Ontology_url||this.defaultOntologyURL:(console.warn(`Ontology file not found: ${r}, using default`),this.defaultOntologyURL)}extractUID(e){return e.frontmatter?.exo__Asset_uid||null}extractWikiLink(e){return e.replace(/^\[\[|\]\]$/g,"")}constructFallbackURI(e){let t=e.path.split("/").pop()?.replace(".md","")||"unknown";return`${this.defaultOntologyURL}${t}`}};Mn.URIConstructionService=gg;Mn.URIConstructionService=gg=_R([(0,BS.injectable)(),bR(0,(0,BS.inject)(ER.DI_TOKENS.IFileSystemAdapter)),wR("design:paramtypes",[Object])],gg)});var qS=v(Ks=>{"use strict";var TR=Ks&&Ks.__decorate||function(n,e,t,r){var i=arguments.length,s=i<3?e:r===null?r=Object.getOwnPropertyDescriptor(e,t):r,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")s=Reflect.decorate(n,e,t,r);else for(var c=n.length-1;c>=0;c--)(a=n[c])&&(s=(i<3?a(s):i>3?a(e,t,s):a(e,t))||s);return i>3&&s&&Object.defineProperty(e,t,s),s};Object.defineProperty(Ks,"__esModule",{value:!0});Ks.WebhookService=void 0;var AR=Le(),Ma=ts(),vg=class{static{o(this,"WebhookService")}constructor(){this.webhooks=new Map,this.rateLimitStates=new Map,this.defaultRateLimitConfig={maxRequests:100,windowMs:6e4},this.dispatchHistory=[],this.maxHistorySize=100}registerWebhook(e){if(!e.id)throw new Error("Webhook ID is required");if(!e.url)throw new Error("Webhook URL is required");try{new URL(e.url)}catch{throw new Error(`Invalid webhook URL: ${e.url}`)}this.webhooks.set(e.id,{...e,timeout:e.timeout??3e4,retryCount:e.retryCount??3}),Ma.LoggingService.debug(`Registered webhook: ${e.name} (${e.id})`)}unregisterWebhook(e){let t=this.webhooks.delete(e);return this.rateLimitStates.delete(e),t&&Ma.LoggingService.debug(`Unregistered webhook: ${e}`),t}getWebhooks(){return Array.from(this.webhooks.values())}getWebhook(e){return this.webhooks.get(e)}updateWebhook(e,t){let r=this.webhooks.get(e);if(!r)return!1;if(t.url)try{new URL(t.url)}catch{throw new Error(`Invalid webhook URL: ${t.url}`)}return this.webhooks.set(e,{...r,...t,id:e}),Ma.LoggingService.debug(`Updated webhook: ${e}`),!0}getWebhooksForEvent(e){return Array.from(this.webhooks.values()).filter(t=>t.enabled&&(t.events.length===0||t.events.includes(e)))}isRateLimited(e){let t=this.rateLimitStates.get(e);if(!t)return!1;let r=Date.now(),{maxRequests:i,windowMs:s}=this.defaultRateLimitConfig;return r-t.windowStart>=s?(this.rateLimitStates.set(e,{requests:0,windowStart:r}),!1):t.requests>=i}recordRequest(e){let t=Date.now(),r=this.rateLimitStates.get(e),{windowMs:i}=this.defaultRateLimitConfig;!r||t-r.windowStart>=i?this.rateLimitStates.set(e,{requests:1,windowStart:t}):r.requests++}setRateLimitConfig(e){this.defaultRateLimitConfig=e}async dispatchEvent(e){let t=this.getWebhooksForEvent(e.event),r=[];for(let i of t){let s=await this.dispatchToWebhook(i,e);r.push(s),this.addToHistory(s)}return r}async dispatchToWebhook(e,t){let r=e.retryCount??3,i,s=0;for(;s<=r;){if(this.isRateLimited(e.id))return{webhookId:e.id,success:!1,error:"Rate limit exceeded",timestamp:new Date().toISOString(),retryCount:s};try{this.recordRequest(e.id);let a={"Content-Type":"application/json","User-Agent":"Exocortex-Webhook/1.0","X-Webhook-Event":t.event,"X-Webhook-Timestamp":t.timestamp,...e.headers},c=JSON.stringify(t);if(e.secret){let f=await this.createHmacSignature(c,e.secret);a["X-Webhook-Signature"]=f}let u=new AbortController,l=setTimeout(()=>u.abort(),e.timeout??3e4);try{let f=await fetch(e.url,{method:"POST",headers:a,body:c,signal:u.signal});if(clearTimeout(l),f.ok)return Ma.LoggingService.debug(`Webhook ${e.name} dispatched successfully: ${f.status}`),{webhookId:e.id,success:!0,statusCode:f.status,timestamp:new Date().toISOString(),retryCount:s};i=`HTTP ${f.status}: ${f.statusText}`,Ma.LoggingService.warn(`Webhook ${e.name} failed: ${i}`)}finally{clearTimeout(l)}}catch(a){i=a instanceof Error?a.message:"Unknown error",a instanceof Error&&a.name==="AbortError"&&(i="Request timeout"),Ma.LoggingService.warn(`Webhook ${e.name} error (attempt ${s+1}/${r+1}): ${i}`)}s++,s<=r&&await this.delay(Math.pow(2,s)*100)}return{webhookId:e.id,success:!1,error:i,timestamp:new Date().toISOString(),retryCount:s-1}}async createHmacSignature(e,t){let r=new TextEncoder,i=r.encode(t),s=r.encode(e),a=await crypto.subtle.importKey("raw",i,{name:"HMAC",hash:"SHA-256"},!1,["sign"]),c=await crypto.subtle.sign("HMAC",a,s);return"sha256="+Array.from(new Uint8Array(c)).map(l=>l.toString(16).padStart(2,"0")).join("")}delay(e){return new Promise(t=>setTimeout(t,e))}addToHistory(e){this.dispatchHistory.push(e),this.dispatchHistory.length>this.maxHistorySize&&this.dispatchHistory.shift()}getDispatchHistory(e=50){return this.dispatchHistory.slice(-e)}clearDispatchHistory(){this.dispatchHistory=[]}async testWebhook(e){let t=this.webhooks.get(e);if(!t)return{webhookId:e,success:!1,error:"Webhook not found",timestamp:new Date().toISOString(),retryCount:0};let r={event:"note.updated",timestamp:new Date().toISOString(),filePath:"/test/webhook-test.md",label:"Webhook Test",data:{test:!0,message:"This is a test webhook event from Exocortex"}},i=t.enabled;t.enabled=!0;let s=await this.dispatchToWebhook(t,r);return t.enabled=i,s}cleanup(){this.webhooks.clear(),this.rateLimitStates.clear(),this.dispatchHistory=[]}};Ks.WebhookService=vg;Ks.WebhookService=vg=TR([(0,AR.injectable)()],vg)});var _g=v(kn=>{"use strict";var CR=kn&&kn.__decorate||function(n,e,t,r){var i=arguments.length,s=i<3?e:r===null?r=Object.getOwnPropertyDescriptor(e,t):r,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")s=Reflect.decorate(n,e,t,r);else for(var c=n.length-1;c>=0;c--)(a=n[c])&&(s=(i<3?a(s):i>3?a(e,t,s):a(e,t))||s);return i>3&&s&&Object.defineProperty(e,t,s),s},xR=kn&&kn.__metadata||function(n,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(n,e)},IR=kn&&kn.__param||function(n,e){return function(t,r){e(t,r,n)}};Object.defineProperty(kn,"__esModule",{value:!0});kn.GenericAssetCreationService=void 0;var GS=Le(),OR=vr(),Ic=zt(),PR=rn(),DR=ct(),ni=Bp(),Sg=class{static{o(this,"GenericAssetCreationService")}constructor(e){this.vault=e}async createAsset(e,t){let r=(0,OR.v4)(),i=`${r}.md`,s=this.generateFrontmatter(e,t||[],r),a=PR.MetadataHelpers.buildFileContent(s),c=e.folderPath||this.getDefaultFolderPath(e);this.vault.getAbstractFileByPath(c)||await this.vault.createFolder(c);let l=c?`${c}/${i}`:i;return await this.vault.create(l,a)}generateFrontmatter(e,t,r){let i=new Date,s={},a=new Map;for(let c of t)a.set(c.name,c.fieldType);if(s.exo__Asset_uid=r,s.exo__Asset_createdAt=Ic.DateFormatter.toLocalTimestamp(i),s.exo__Instance_class=[this.formatWikilink(e.className)],e.label&&e.label.trim()!==""){let c=e.label.trim();s.exo__Asset_label=c,s.aliases=[c]}if(e.parentFile&&e.parentMetadata&&this.inheritParentContext(s,e),e.propertyValues)for(let[c,u]of Object.entries(e.propertyValues)){if(c==="exo__Asset_uid"||c==="exo__Asset_createdAt"||c==="exo__Instance_class"||c==="exo__Asset_label"||c==="aliases"||u==null)continue;let l=a.get(c);s[c]=this.formatValue(u,l)}return s}inheritParentContext(e,t){let r=t.parentMetadata||{},i=t.parentFile?.basename;if((t.className==="ems__Task"||t.className.startsWith("ems__Task"))&&(e.ems__Effort_parent=i?this.formatWikilink(i):null),t.className==="ems__Project"||t.className.startsWith("ems__Project")){let s=r.exo__Instance_class;this.isAreaClass(s)&&(e.ems__Project_area=i?this.formatWikilink(i):null)}r.exo__Asset_isDefinedBy&&(e.exo__Asset_isDefinedBy=r.exo__Asset_isDefinedBy)}isAreaClass(e){return e?(Array.isArray(e)?e:[e]).some(r=>String(r).includes("Area")||String(r).includes("ems__Area")):!1}getDefaultFolderPath(e){if(e.parentFile?.parent?.path)return e.parentFile.parent.path;let t={ems__Task:"tasks",ems__Project:"projects",ems__Area:"areas",ems__Meeting:"meetings",exo__Event:"events",ims__Concept:"concepts"};if(t[e.className])return t[e.className];for(let[r,i]of Object.entries(t))if(e.className.startsWith(r))return i;return"assets"}formatValue(e,t){if(e==null)return null;if(!t)return this.formatInferredValue(e);switch(t){case ni.PropertyFieldType.Text:return String(e);case ni.PropertyFieldType.Wikilink:case ni.PropertyFieldType.Reference:case ni.PropertyFieldType.StatusSelect:case ni.PropertyFieldType.SizeSelect:return this.formatWikilink(String(e));case ni.PropertyFieldType.Number:return typeof e=="number"?e:Number(e)||0;case ni.PropertyFieldType.Boolean:return this.formatBoolean(e);case ni.PropertyFieldType.Date:case ni.PropertyFieldType.DateTime:case ni.PropertyFieldType.Timestamp:return this.formatTimestamp(e);default:return String(e)}}formatInferredValue(e){return typeof e=="boolean"||typeof e=="number"?e:e instanceof Date?Ic.DateFormatter.toLocalTimestamp(e):typeof e=="string"?e.startsWith("[[")||e.startsWith('"[[')?this.formatWikilink(e):e:String(e)}formatWikilink(e){return e.startsWith('"[[')&&e.endsWith(']]"')?e:e.startsWith("[[")&&e.endsWith("]]")?`"${e}"`:`"[[${e}]]"`}formatBoolean(e){if(typeof e=="boolean")return e;if(typeof e=="string"){let t=e.toLowerCase().trim();return t==="true"||t==="yes"||t==="1"}return typeof e=="number"?e!==0:!!e}formatTimestamp(e){if(e instanceof Date)return Ic.DateFormatter.toLocalTimestamp(e);if(typeof e=="string"){if(/^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}$/.test(e))return e;if(/^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}Z$/.test(e))return e.replace("Z","");let t=new Date(e);return isNaN(t.getTime())?e:Ic.DateFormatter.toLocalTimestamp(t)}if(typeof e=="number"){let t=new Date(e);if(!isNaN(t.getTime()))return Ic.DateFormatter.toLocalTimestamp(t)}return String(e)}};kn.GenericAssetCreationService=Sg;kn.GenericAssetCreationService=Sg=CR([(0,GS.injectable)(),IR(0,(0,GS.inject)(DR.DI_TOKENS.IVaultAdapter)),xR("design:paramtypes",[Object])],Sg)});var bg=v(nn=>{"use strict";var RR=nn&&nn.__decorate||function(n,e,t,r){var i=arguments.length,s=i<3?e:r===null?r=Object.getOwnPropertyDescriptor(e,t):r,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")s=Reflect.decorate(n,e,t,r);else for(var c=n.length-1;c>=0;c--)(a=n[c])&&(s=(i<3?a(s):i>3?a(e,t,s):a(e,t))||s);return i>3&&s&&Object.defineProperty(e,t,s),s},FR=nn&&nn.__metadata||function(n,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(n,e)};Object.defineProperty(nn,"__esModule",{value:!0});nn.EmbeddingService=nn.DEFAULT_EMBEDDING_CONFIG=void 0;var NR=Le(),WS=ts();nn.DEFAULT_EMBEDDING_CONFIG={provider:"openai",model:"text-embedding-3-small",timeout:3e4,maxTextLength:8e3};var wg=class{static{o(this,"EmbeddingService")}constructor(e={}){this.requestCount=0,this.tokenCount=0,this.config={...nn.DEFAULT_EMBEDDING_CONFIG,...e}}setConfig(e){this.config={...this.config,...e},WS.LoggingService.debug(`EmbeddingService config updated: provider=${this.config.provider}, model=${this.config.model}`)}getConfig(){let{apiKey:e,...t}=this.config;return t}isConfigured(){return this.config.provider==="openai"?!!this.config.apiKey:!0}async generateEmbedding(e){if(!this.isConfigured())throw new Error("EmbeddingService is not properly configured");let t=this.truncateText(e);if(this.config.provider==="openai")return this.generateOpenAIEmbedding(t);throw new Error(`Unsupported embedding provider: ${this.config.provider}`)}async generateBatchEmbeddings(e){if(!this.isConfigured())throw new Error("EmbeddingService is not properly configured");if(e.length===0)return[];let t=[];if(this.config.provider==="openai"){let r=e.map(i=>this.truncateText(i.text));try{let i=await this.generateOpenAIBatchEmbeddings(r);for(let s=0;s<e.length;s++)t.push({id:e[s].id,result:i[s]??null})}catch(i){let s=i instanceof Error?i.message:"Unknown error";for(let a of e)t.push({id:a.id,result:null,error:s})}}else throw new Error(`Unsupported embedding provider: ${this.config.provider}`);return t}async generateOpenAIEmbedding(e){let t=await this.generateOpenAIBatchEmbeddings([e]);if(t.length===0||!t[0])throw new Error("Failed to generate embedding");return t[0]}async generateOpenAIBatchEmbeddings(e){let r=`${this.config.baseUrl||"https://api.openai.com/v1"}/embeddings`,i=new AbortController,s=setTimeout(()=>i.abort(),this.config.timeout??3e4);try{let a=await fetch(r,{method:"POST",headers:{"Content-Type":"application/json",Authorization:`Bearer ${this.config.apiKey}`},body:JSON.stringify({model:this.config.model||"text-embedding-3-small",input:e}),signal:i.signal});if(clearTimeout(s),!a.ok){let u=await a.text();throw new Error(`OpenAI API error: ${a.status} - ${u}`)}let c=await a.json();return this.requestCount++,this.tokenCount+=c.usage?.total_tokens||0,c.data.map(u=>({embedding:u.embedding,tokenCount:Math.round((c.usage?.total_tokens||0)/e.length),model:c.model}))}catch(a){throw clearTimeout(s),a instanceof Error&&a.name==="AbortError"?new Error("OpenAI API request timeout"):a}}truncateText(e){let t=this.config.maxTextLength??8e3;return e.length<=t?e:(WS.LoggingService.debug(`Truncating text from ${e.length} to ${t} characters`),e.slice(0,t))}prepareTextForEmbedding(e,t){let r=[];if(t){let s=t.exo__Asset_label;typeof s=="string"&&s&&r.push(`Title: ${s}`);let a=t.exo__Instance_class;if(a){let c=Array.isArray(a)?a[0]:a;typeof c=="string"&&r.push(`Type: ${this.cleanWikiLink(c)}`)}}let i=this.cleanMarkdownContent(e);return i&&r.push(i),r.join(`
|
|
102
|
+
---`)}};Nn.AssetConversionService=hg;Nn.AssetConversionService=hg=cR([(0,jS.injectable)(),lR(0,(0,jS.inject)(hR.DI_TOKENS.IVaultAdapter)),uR("design:paramtypes",[Object])],hg)});var mg=v(Ln=>{"use strict";var dR=Ln&&Ln.__decorate||function(n,e,t,r){var i=arguments.length,s=i<3?e:r===null?r=Object.getOwnPropertyDescriptor(e,t):r,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")s=Reflect.decorate(n,e,t,r);else for(var c=n.length-1;c>=0;c--)(a=n[c])&&(s=(i<3?a(s):i>3?a(e,t,s):a(e,t))||s);return i>3&&s&&Object.defineProperty(e,t,s),s},pR=Ln&&Ln.__metadata||function(n,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(n,e)},mR=Ln&&Ln.__param||function(n,e){return function(t,r){e(t,r,n)}};Object.defineProperty(Ln,"__esModule",{value:!0});Ln.SessionEventService=void 0;var VS=Le(),gR=vr(),US=nr(),yR=zt(),vR=nn(),SR=ct(),pg=class{static{o(this,"SessionEventService")}constructor(e){this.vault=e,this.folderPathCache=null,this.defaultOntologyAsset=null}setDefaultOntologyAsset(e){this.defaultOntologyAsset=e,this.folderPathCache=null}async createSessionStartEvent(e){return this.createSessionEvent(e,US.AssetClass.SESSION_START_EVENT)}async createSessionEndEvent(e){return this.createSessionEvent(e,US.AssetClass.SESSION_END_EVENT)}async getOntologyAssetFolder(){if(this.folderPathCache!==null)return this.folderPathCache;if(!this.defaultOntologyAsset){let r=this.vault.getDefaultNewFileParent();return this.folderPathCache=r?.path||"",this.folderPathCache}let e=this.vault.getAllFiles();for(let r of e)if(r.basename===this.defaultOntologyAsset){let i=r.parent?.path||"";return this.folderPathCache=i,this.folderPathCache}let t=this.vault.getDefaultNewFileParent();return this.folderPathCache=t?.path||"",this.folderPathCache}async createSessionEvent(e,t){let r=(0,gR.v4)(),i=yR.DateFormatter.toLocalTimestamp(new Date),s=this.defaultOntologyAsset?`"[[${this.defaultOntologyAsset}]]"`:'"[[!kitelev]]"',a={exo__Asset_uid:r,exo__Asset_createdAt:i,exo__Asset_isDefinedBy:s,exo__Instance_class:[`"[[${t}]]"`],ems__SessionEvent_timestamp:i,ems__Session_area:`"[[${e}]]"`},c=vR.MetadataHelpers.buildFileContent(a),u=await this.getOntologyAssetFolder();u&&!await this.vault.exists(u)&&await this.vault.createFolder(u);let l=u?`${u}/${r}.md`:`${r}.md`;return await this.vault.create(l,c)}};Ln.SessionEventService=pg;Ln.SessionEventService=pg=dR([(0,VS.injectable)(),mR(0,(0,VS.inject)(SR.DI_TOKENS.IVaultAdapter)),pR("design:paramtypes",[Object])],pg)});var yg=v(Mn=>{"use strict";var _R=Mn&&Mn.__decorate||function(n,e,t,r){var i=arguments.length,s=i<3?e:r===null?r=Object.getOwnPropertyDescriptor(e,t):r,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")s=Reflect.decorate(n,e,t,r);else for(var c=n.length-1;c>=0;c--)(a=n[c])&&(s=(i<3?a(s):i>3?a(e,t,s):a(e,t))||s);return i>3&&s&&Object.defineProperty(e,t,s),s},wR=Mn&&Mn.__metadata||function(n,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(n,e)},bR=Mn&&Mn.__param||function(n,e){return function(t,r){e(t,r,n)}};Object.defineProperty(Mn,"__esModule",{value:!0});Mn.URIConstructionService=void 0;var BS=Le(),ER=ct(),gg=class{static{o(this,"URIConstructionService")}constructor(e){this.fileSystem=e,this.defaultOntologyURL="https://exocortex.my/default/",this.strictValidation=!0}configure(e){e?.defaultOntologyURL&&(this.defaultOntologyURL=e.defaultOntologyURL),e?.strictValidation!==void 0&&(this.strictValidation=e.strictValidation)}async constructAssetURI(e){let t=this.extractUID(e);if(!t){if(this.strictValidation)throw new Error(`Asset missing exo__Asset_uid: ${e.path}`);return console.warn(`Asset ${e.path} missing UID, using filename fallback`),this.constructFallbackURI(e)}let r=await this.resolveOntologyURL(e);if(!this.validateOntologyURL(r))throw new Error(`Invalid ontology URL: ${r}`);return`${r.endsWith("/")?r:`${r}/`}${t}`}validateOntologyURL(e){if(!e)return!1;try{let t=new URL(e);return t.protocol==="http:"||t.protocol==="https:"}catch{return!1}}async resolveOntologyURL(e){let t=e.frontmatter?.exo__Asset_isDefinedBy;if(!t)return this.defaultOntologyURL;let r=this.extractWikiLink(t),i=r,s=await this.fileSystem.fileExists(r);return!s&&!r.endsWith(".md")&&(i=`${r}.md`,s=await this.fileSystem.fileExists(i)),s?(await this.fileSystem.getFileMetadata(i))?.exo__Ontology_url||this.defaultOntologyURL:(console.warn(`Ontology file not found: ${r}, using default`),this.defaultOntologyURL)}extractUID(e){return e.frontmatter?.exo__Asset_uid||null}extractWikiLink(e){return e.replace(/^\[\[|\]\]$/g,"")}constructFallbackURI(e){let t=e.path.split("/").pop()?.replace(".md","")||"unknown";return`${this.defaultOntologyURL}${t}`}};Mn.URIConstructionService=gg;Mn.URIConstructionService=gg=_R([(0,BS.injectable)(),bR(0,(0,BS.inject)(ER.DI_TOKENS.IFileSystemAdapter)),wR("design:paramtypes",[Object])],gg)});var qS=v(Ks=>{"use strict";var TR=Ks&&Ks.__decorate||function(n,e,t,r){var i=arguments.length,s=i<3?e:r===null?r=Object.getOwnPropertyDescriptor(e,t):r,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")s=Reflect.decorate(n,e,t,r);else for(var c=n.length-1;c>=0;c--)(a=n[c])&&(s=(i<3?a(s):i>3?a(e,t,s):a(e,t))||s);return i>3&&s&&Object.defineProperty(e,t,s),s};Object.defineProperty(Ks,"__esModule",{value:!0});Ks.WebhookService=void 0;var AR=Le(),Ma=ts(),vg=class{static{o(this,"WebhookService")}constructor(){this.webhooks=new Map,this.rateLimitStates=new Map,this.defaultRateLimitConfig={maxRequests:100,windowMs:6e4},this.dispatchHistory=[],this.maxHistorySize=100}registerWebhook(e){if(!e.id)throw new Error("Webhook ID is required");if(!e.url)throw new Error("Webhook URL is required");try{new URL(e.url)}catch{throw new Error(`Invalid webhook URL: ${e.url}`)}this.webhooks.set(e.id,{...e,timeout:e.timeout??3e4,retryCount:e.retryCount??3}),Ma.LoggingService.debug(`Registered webhook: ${e.name} (${e.id})`)}unregisterWebhook(e){let t=this.webhooks.delete(e);return this.rateLimitStates.delete(e),t&&Ma.LoggingService.debug(`Unregistered webhook: ${e}`),t}getWebhooks(){return Array.from(this.webhooks.values())}getWebhook(e){return this.webhooks.get(e)}updateWebhook(e,t){let r=this.webhooks.get(e);if(!r)return!1;if(t.url)try{new URL(t.url)}catch{throw new Error(`Invalid webhook URL: ${t.url}`)}return this.webhooks.set(e,{...r,...t,id:e}),Ma.LoggingService.debug(`Updated webhook: ${e}`),!0}getWebhooksForEvent(e){return Array.from(this.webhooks.values()).filter(t=>t.enabled&&(t.events.length===0||t.events.includes(e)))}isRateLimited(e){let t=this.rateLimitStates.get(e);if(!t)return!1;let r=Date.now(),{maxRequests:i,windowMs:s}=this.defaultRateLimitConfig;return r-t.windowStart>=s?(this.rateLimitStates.set(e,{requests:0,windowStart:r}),!1):t.requests>=i}recordRequest(e){let t=Date.now(),r=this.rateLimitStates.get(e),{windowMs:i}=this.defaultRateLimitConfig;!r||t-r.windowStart>=i?this.rateLimitStates.set(e,{requests:1,windowStart:t}):r.requests++}setRateLimitConfig(e){this.defaultRateLimitConfig=e}async dispatchEvent(e){let t=this.getWebhooksForEvent(e.event),r=[];for(let i of t){let s=await this.dispatchToWebhook(i,e);r.push(s),this.addToHistory(s)}return r}async dispatchToWebhook(e,t){let r=e.retryCount??3,i,s=0;for(;s<=r;){if(this.isRateLimited(e.id))return{webhookId:e.id,success:!1,error:"Rate limit exceeded",timestamp:new Date().toISOString(),retryCount:s};try{this.recordRequest(e.id);let a={"Content-Type":"application/json","User-Agent":"Exocortex-Webhook/1.0","X-Webhook-Event":t.event,"X-Webhook-Timestamp":t.timestamp,...e.headers},c=JSON.stringify(t);if(e.secret){let f=await this.createHmacSignature(c,e.secret);a["X-Webhook-Signature"]=f}let u=new AbortController,l=setTimeout(()=>u.abort(),e.timeout??3e4);try{let f=await fetch(e.url,{method:"POST",headers:a,body:c,signal:u.signal});if(clearTimeout(l),f.ok)return Ma.LoggingService.debug(`Webhook ${e.name} dispatched successfully: ${f.status}`),{webhookId:e.id,success:!0,statusCode:f.status,timestamp:new Date().toISOString(),retryCount:s};i=`HTTP ${f.status}: ${f.statusText}`,Ma.LoggingService.warn(`Webhook ${e.name} failed: ${i}`)}finally{clearTimeout(l)}}catch(a){i=a instanceof Error?a.message:"Unknown error",a instanceof Error&&a.name==="AbortError"&&(i="Request timeout"),Ma.LoggingService.warn(`Webhook ${e.name} error (attempt ${s+1}/${r+1}): ${i}`)}s++,s<=r&&await this.delay(Math.pow(2,s)*100)}return{webhookId:e.id,success:!1,error:i,timestamp:new Date().toISOString(),retryCount:s-1}}async createHmacSignature(e,t){let r=new TextEncoder,i=r.encode(t),s=r.encode(e),a=await crypto.subtle.importKey("raw",i,{name:"HMAC",hash:"SHA-256"},!1,["sign"]),c=await crypto.subtle.sign("HMAC",a,s);return"sha256="+Array.from(new Uint8Array(c)).map(l=>l.toString(16).padStart(2,"0")).join("")}delay(e){return new Promise(t=>setTimeout(t,e))}addToHistory(e){this.dispatchHistory.push(e),this.dispatchHistory.length>this.maxHistorySize&&this.dispatchHistory.shift()}getDispatchHistory(e=50){return this.dispatchHistory.slice(-e)}clearDispatchHistory(){this.dispatchHistory=[]}async testWebhook(e){let t=this.webhooks.get(e);if(!t)return{webhookId:e,success:!1,error:"Webhook not found",timestamp:new Date().toISOString(),retryCount:0};let r={event:"note.updated",timestamp:new Date().toISOString(),filePath:"/test/webhook-test.md",label:"Webhook Test",data:{test:!0,message:"This is a test webhook event from Exocortex"}},i=t.enabled;t.enabled=!0;let s=await this.dispatchToWebhook(t,r);return t.enabled=i,s}cleanup(){this.webhooks.clear(),this.rateLimitStates.clear(),this.dispatchHistory=[]}};Ks.WebhookService=vg;Ks.WebhookService=vg=TR([(0,AR.injectable)()],vg)});var _g=v(kn=>{"use strict";var CR=kn&&kn.__decorate||function(n,e,t,r){var i=arguments.length,s=i<3?e:r===null?r=Object.getOwnPropertyDescriptor(e,t):r,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")s=Reflect.decorate(n,e,t,r);else for(var c=n.length-1;c>=0;c--)(a=n[c])&&(s=(i<3?a(s):i>3?a(e,t,s):a(e,t))||s);return i>3&&s&&Object.defineProperty(e,t,s),s},xR=kn&&kn.__metadata||function(n,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(n,e)},IR=kn&&kn.__param||function(n,e){return function(t,r){e(t,r,n)}};Object.defineProperty(kn,"__esModule",{value:!0});kn.GenericAssetCreationService=void 0;var GS=Le(),OR=vr(),Ic=zt(),PR=nn(),DR=ct(),ni=Bp(),Sg=class{static{o(this,"GenericAssetCreationService")}constructor(e){this.vault=e}async createAsset(e,t){let r=(0,OR.v4)(),i=`${r}.md`,s=this.generateFrontmatter(e,t||[],r),a=PR.MetadataHelpers.buildFileContent(s),c=e.folderPath||this.getDefaultFolderPath(e);this.vault.getAbstractFileByPath(c)||await this.vault.createFolder(c);let l=c?`${c}/${i}`:i;return await this.vault.create(l,a)}generateFrontmatter(e,t,r){let i=new Date,s={},a=new Map;for(let c of t)a.set(c.name,c.fieldType);if(s.exo__Asset_uid=r,s.exo__Asset_createdAt=Ic.DateFormatter.toLocalTimestamp(i),s.exo__Instance_class=[this.formatWikilink(e.className)],e.label&&e.label.trim()!==""){let c=e.label.trim();s.exo__Asset_label=c,s.aliases=[c]}if(e.parentFile&&e.parentMetadata&&this.inheritParentContext(s,e),e.propertyValues)for(let[c,u]of Object.entries(e.propertyValues)){if(c==="exo__Asset_uid"||c==="exo__Asset_createdAt"||c==="exo__Instance_class"||c==="exo__Asset_label"||c==="aliases"||u==null)continue;let l=a.get(c);s[c]=this.formatValue(u,l)}return s}inheritParentContext(e,t){let r=t.parentMetadata||{},i=t.parentFile?.basename;if((t.className==="ems__Task"||t.className.startsWith("ems__Task"))&&(e.ems__Effort_parent=i?this.formatWikilink(i):null),t.className==="ems__Project"||t.className.startsWith("ems__Project")){let s=r.exo__Instance_class;this.isAreaClass(s)&&(e.ems__Project_area=i?this.formatWikilink(i):null)}r.exo__Asset_isDefinedBy&&(e.exo__Asset_isDefinedBy=r.exo__Asset_isDefinedBy)}isAreaClass(e){return e?(Array.isArray(e)?e:[e]).some(r=>String(r).includes("Area")||String(r).includes("ems__Area")):!1}getDefaultFolderPath(e){if(e.parentFile?.parent?.path)return e.parentFile.parent.path;let t={ems__Task:"tasks",ems__Project:"projects",ems__Area:"areas",ems__Meeting:"meetings",exo__Event:"events",ims__Concept:"concepts"};if(t[e.className])return t[e.className];for(let[r,i]of Object.entries(t))if(e.className.startsWith(r))return i;return"assets"}formatValue(e,t){if(e==null)return null;if(!t)return this.formatInferredValue(e);switch(t){case ni.PropertyFieldType.Text:return String(e);case ni.PropertyFieldType.Wikilink:case ni.PropertyFieldType.Reference:case ni.PropertyFieldType.StatusSelect:case ni.PropertyFieldType.SizeSelect:return this.formatWikilink(String(e));case ni.PropertyFieldType.Number:return typeof e=="number"?e:Number(e)||0;case ni.PropertyFieldType.Boolean:return this.formatBoolean(e);case ni.PropertyFieldType.Date:case ni.PropertyFieldType.DateTime:case ni.PropertyFieldType.Timestamp:return this.formatTimestamp(e);default:return String(e)}}formatInferredValue(e){return typeof e=="boolean"||typeof e=="number"?e:e instanceof Date?Ic.DateFormatter.toLocalTimestamp(e):typeof e=="string"?e.startsWith("[[")||e.startsWith('"[[')?this.formatWikilink(e):e:String(e)}formatWikilink(e){return e.startsWith('"[[')&&e.endsWith(']]"')?e:e.startsWith("[[")&&e.endsWith("]]")?`"${e}"`:`"[[${e}]]"`}formatBoolean(e){if(typeof e=="boolean")return e;if(typeof e=="string"){let t=e.toLowerCase().trim();return t==="true"||t==="yes"||t==="1"}return typeof e=="number"?e!==0:!!e}formatTimestamp(e){if(e instanceof Date)return Ic.DateFormatter.toLocalTimestamp(e);if(typeof e=="string"){if(/^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}$/.test(e))return e;if(/^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}Z$/.test(e))return e.replace("Z","");let t=new Date(e);return isNaN(t.getTime())?e:Ic.DateFormatter.toLocalTimestamp(t)}if(typeof e=="number"){let t=new Date(e);if(!isNaN(t.getTime()))return Ic.DateFormatter.toLocalTimestamp(t)}return String(e)}};kn.GenericAssetCreationService=Sg;kn.GenericAssetCreationService=Sg=CR([(0,GS.injectable)(),IR(0,(0,GS.inject)(DR.DI_TOKENS.IVaultAdapter)),xR("design:paramtypes",[Object])],Sg)});var bg=v(sn=>{"use strict";var RR=sn&&sn.__decorate||function(n,e,t,r){var i=arguments.length,s=i<3?e:r===null?r=Object.getOwnPropertyDescriptor(e,t):r,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")s=Reflect.decorate(n,e,t,r);else for(var c=n.length-1;c>=0;c--)(a=n[c])&&(s=(i<3?a(s):i>3?a(e,t,s):a(e,t))||s);return i>3&&s&&Object.defineProperty(e,t,s),s},FR=sn&&sn.__metadata||function(n,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(n,e)};Object.defineProperty(sn,"__esModule",{value:!0});sn.EmbeddingService=sn.DEFAULT_EMBEDDING_CONFIG=void 0;var NR=Le(),WS=ts();sn.DEFAULT_EMBEDDING_CONFIG={provider:"openai",model:"text-embedding-3-small",timeout:3e4,maxTextLength:8e3};var wg=class{static{o(this,"EmbeddingService")}constructor(e={}){this.requestCount=0,this.tokenCount=0,this.config={...sn.DEFAULT_EMBEDDING_CONFIG,...e}}setConfig(e){this.config={...this.config,...e},WS.LoggingService.debug(`EmbeddingService config updated: provider=${this.config.provider}, model=${this.config.model}`)}getConfig(){let{apiKey:e,...t}=this.config;return t}isConfigured(){return this.config.provider==="openai"?!!this.config.apiKey:!0}async generateEmbedding(e){if(!this.isConfigured())throw new Error("EmbeddingService is not properly configured");let t=this.truncateText(e);if(this.config.provider==="openai")return this.generateOpenAIEmbedding(t);throw new Error(`Unsupported embedding provider: ${this.config.provider}`)}async generateBatchEmbeddings(e){if(!this.isConfigured())throw new Error("EmbeddingService is not properly configured");if(e.length===0)return[];let t=[];if(this.config.provider==="openai"){let r=e.map(i=>this.truncateText(i.text));try{let i=await this.generateOpenAIBatchEmbeddings(r);for(let s=0;s<e.length;s++)t.push({id:e[s].id,result:i[s]??null})}catch(i){let s=i instanceof Error?i.message:"Unknown error";for(let a of e)t.push({id:a.id,result:null,error:s})}}else throw new Error(`Unsupported embedding provider: ${this.config.provider}`);return t}async generateOpenAIEmbedding(e){let t=await this.generateOpenAIBatchEmbeddings([e]);if(t.length===0||!t[0])throw new Error("Failed to generate embedding");return t[0]}async generateOpenAIBatchEmbeddings(e){let r=`${this.config.baseUrl||"https://api.openai.com/v1"}/embeddings`,i=new AbortController,s=setTimeout(()=>i.abort(),this.config.timeout??3e4);try{let a=await fetch(r,{method:"POST",headers:{"Content-Type":"application/json",Authorization:`Bearer ${this.config.apiKey}`},body:JSON.stringify({model:this.config.model||"text-embedding-3-small",input:e}),signal:i.signal});if(clearTimeout(s),!a.ok){let u=await a.text();throw new Error(`OpenAI API error: ${a.status} - ${u}`)}let c=await a.json();return this.requestCount++,this.tokenCount+=c.usage?.total_tokens||0,c.data.map(u=>({embedding:u.embedding,tokenCount:Math.round((c.usage?.total_tokens||0)/e.length),model:c.model}))}catch(a){throw clearTimeout(s),a instanceof Error&&a.name==="AbortError"?new Error("OpenAI API request timeout"):a}}truncateText(e){let t=this.config.maxTextLength??8e3;return e.length<=t?e:(WS.LoggingService.debug(`Truncating text from ${e.length} to ${t} characters`),e.slice(0,t))}prepareTextForEmbedding(e,t){let r=[];if(t){let s=t.exo__Asset_label;typeof s=="string"&&s&&r.push(`Title: ${s}`);let a=t.exo__Instance_class;if(a){let c=Array.isArray(a)?a[0]:a;typeof c=="string"&&r.push(`Type: ${this.cleanWikiLink(c)}`)}}let i=this.cleanMarkdownContent(e);return i&&r.push(i),r.join(`
|
|
103
103
|
|
|
104
104
|
`)}cleanMarkdownContent(e){let t=e.replace(/^---[\s\S]*?---\n*/m,"").replace(/```[\s\S]*?```/g,r=>r.replace(/```\w*\n?|\n?```/g,"")).replace(/`([^`]+)`/g,"$1").replace(/\[\[([^\]|]+)(?:\|([^\]]+))?\]\]/g,(r,i,s)=>s||i).replace(/\[([^\]]+)\]\([^)]+\)/g,"$1").replace(/!\[[^\]]*\]\([^)]+\)/g,"").replace(/^---+$/gm,"");return t=this.removeHtmlTags(t),t.replace(/\n{3,}/g,`
|
|
105
105
|
|
|
106
|
-
`).trim()}removeHtmlTags(e){let t=/<[^>]*>/g,r=e,i;do i=r,r=r.replace(t,"");while(r!==i);return r}cleanWikiLink(e){return e.replace(/^\[\[/,"").replace(/\]\]$/,"").replace(/^"/,"").replace(/"$/,"")}getStats(){return{requestCount:this.requestCount,tokenCount:this.tokenCount}}resetStats(){this.requestCount=0,this.tokenCount=0}};nn.EmbeddingService=wg;nn.EmbeddingService=wg=RR([(0,NR.injectable)(),FR("design:paramtypes",[Object])],wg)});var Ag=v(sn=>{"use strict";var LR=sn&&sn.__decorate||function(n,e,t,r){var i=arguments.length,s=i<3?e:r===null?r=Object.getOwnPropertyDescriptor(e,t):r,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")s=Reflect.decorate(n,e,t,r);else for(var c=n.length-1;c>=0;c--)(a=n[c])&&(s=(i<3?a(s):i>3?a(e,t,s):a(e,t))||s);return i>3&&s&&Object.defineProperty(e,t,s),s},MR=sn&&sn.__metadata||function(n,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(n,e)};Object.defineProperty(sn,"__esModule",{value:!0});sn.VectorStore=sn.DEFAULT_VECTOR_STORE_CONFIG=void 0;var kR=Le(),Eg=ts();sn.DEFAULT_VECTOR_STORE_CONFIG={maxEntries:0,similarityThreshold:.7};var Tg=class{static{o(this,"VectorStore")}constructor(e={}){this.entries=new Map,this.createdAt=new Date,this.updatedAt=new Date,this.config={...sn.DEFAULT_VECTOR_STORE_CONFIG,...e}}setConfig(e){this.config={...this.config,...e}}upsert(e){if(!e.vector||e.vector.length===0)throw new Error("Vector cannot be empty");let t=this.entries.values().next().value;if(t&&t.vector.length!==e.vector.length)throw new Error(`Vector dimension mismatch: expected ${t.vector.length}, got ${e.vector.length}`);if(this.config.maxEntries&&this.config.maxEntries>0&&!this.entries.has(e.id)&&this.entries.size>=this.config.maxEntries){let r=null,i=1/0;for(let[s,a]of this.entries)a.timestamp<i&&(i=a.timestamp,r=s);r&&(this.entries.delete(r),Eg.LoggingService.debug(`VectorStore: Evicted oldest entry ${r}`))}this.entries.set(e.id,e),this.updatedAt=new Date}remove(e){let t=this.entries.delete(e);return t&&(this.updatedAt=new Date),t}get(e){return this.entries.get(e)}has(e){return this.entries.has(e)}needsUpdate(e,t){let r=this.entries.get(e);return r?r.contentHash!==t:!0}getAllIds(){return Array.from(this.entries.keys())}size(){return this.entries.size}clear(){this.entries.clear(),this.updatedAt=new Date}search(e,t=10){if(this.entries.size===0)return[];let r=this.entries.values().next().value;if(r&&r.vector.length!==e.length)throw new Error(`Query vector dimension mismatch: expected ${r.vector.length}, got ${e.length}`);let i=[],s=this.config.similarityThreshold??.7;for(let a of this.entries.values()){let c=this.cosineSimilarity(e,a.vector);c>=s&&i.push({entry:a,score:c})}return i.sort((a,c)=>c.score-a.score),i.slice(0,t)}findSimilar(e,t=10){let r=this.entries.get(e);return r?this.search(r.vector,t+1).filter(s=>s.entry.id!==e).slice(0,t):[]}cosineSimilarity(e,t){if(e.length!==t.length)throw new Error("Vectors must have the same dimension");let r=0,i=0,s=0;for(let a=0;a<e.length;a++)r+=e[a]*t[a],i+=e[a]*e[a],s+=t[a]*t[a];return i=Math.sqrt(i),s=Math.sqrt(s),i===0||s===0?0:r/(i*s)}serialize(){return{version:1,entries:Array.from(this.entries.values()).map(e=>({id:e.id,vector:e.vector,metadata:e.metadata,timestamp:e.timestamp,contentHash:e.contentHash})),createdAt:this.createdAt.toISOString(),updatedAt:this.updatedAt.toISOString()}}deserialize(e){if(e.version!==1)throw new Error(`Unsupported VectorStore version: ${e.version}`);this.entries.clear();for(let t of e.entries)this.entries.set(t.id,{id:t.id,vector:t.vector,metadata:t.metadata,timestamp:t.timestamp,contentHash:t.contentHash});this.createdAt=new Date(e.createdAt),this.updatedAt=new Date(e.updatedAt),Eg.LoggingService.debug(`VectorStore: Loaded ${this.entries.size} entries from persistence`)}getStats(){let t=this.entries.values().next().value?.vector.length??null,i=(t?this.entries.size*t*8:0)/(1024*1024);return{entryCount:this.entries.size,dimension:t,createdAt:this.createdAt.toISOString(),updatedAt:this.updatedAt.toISOString(),estimatedMemoryMB:Math.round(i*100)/100}}pruneInvalidEntries(e){let t=[];for(let r of this.entries.keys())e.has(r)||t.push(r);for(let r of t)this.entries.delete(r);return t.length>0&&(this.updatedAt=new Date,Eg.LoggingService.debug(`VectorStore: Pruned ${t.length} invalid entries`)),t.length}};sn.VectorStore=Tg;sn.VectorStore=Tg=LR([(0,kR.injectable)(),MR("design:paramtypes",[Object])],Tg)});var HS=v(an=>{"use strict";var jR=an&&an.__decorate||function(n,e,t,r){var i=arguments.length,s=i<3?e:r===null?r=Object.getOwnPropertyDescriptor(e,t):r,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")s=Reflect.decorate(n,e,t,r);else for(var c=n.length-1;c>=0;c--)(a=n[c])&&(s=(i<3?a(s):i>3?a(e,t,s):a(e,t))||s);return i>3&&s&&Object.defineProperty(e,t,s),s},$R=an&&an.__metadata||function(n,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(n,e)};Object.defineProperty(an,"__esModule",{value:!0});an.SemanticSearchService=an.DEFAULT_SEMANTIC_SEARCH_CONFIG=void 0;var VR=Le(),Oc=ts(),zS=bg(),UR=Ag();an.DEFAULT_SEMANTIC_SEARCH_CONFIG={embedding:zS.DEFAULT_EMBEDDING_CONFIG,maxResults:10,minSimilarity:.7,autoEmbed:!0,batchSize:20};var Cg=class{static{o(this,"SemanticSearchService")}constructor(e={}){this.indexingStatus={isIndexing:!1,totalFiles:0,indexedFiles:0,failedFiles:0,progress:0},this.abortController=null,this.config={...an.DEFAULT_SEMANTIC_SEARCH_CONFIG,...e},this.embeddingService=new zS.EmbeddingService(this.config.embedding),this.vectorStore=new UR.VectorStore({similarityThreshold:this.config.minSimilarity})}setConfig(e){this.config={...this.config,...e},e.embedding&&this.embeddingService.setConfig(e.embedding),e.minSimilarity!==void 0&&this.vectorStore.setConfig({similarityThreshold:e.minSimilarity})}getConfig(){return{...this.config,embedding:this.embeddingService.getConfig()}}isConfigured(){return this.embeddingService.isConfigured()}getIndexingStatus(){return{...this.indexingStatus}}async search(e,t){if(!this.isConfigured())throw new Error("SemanticSearchService is not properly configured");if(!e.trim())return[];let r=await this.embeddingService.generateEmbedding(e),i=t??this.config.maxResults;return this.vectorStore.search(r.embedding,i).map(a=>this.toSearchResult(a))}async findSimilar(e,t){let r=t??this.config.maxResults;return this.vectorStore.findSimilar(e,r).map(s=>this.toSearchResult(s))}toSearchResult(e){let t=e.entry.metadata??{};return{path:e.entry.id,score:e.score,label:t.exo__Asset_label,instanceClass:this.extractInstanceClass(t),metadata:t}}extractInstanceClass(e){let t=e.exo__Instance_class;if(t){if(Array.isArray(t)){let r=t[0];return typeof r=="string"?this.cleanWikiLink(r):void 0}return typeof t=="string"?this.cleanWikiLink(t):void 0}}cleanWikiLink(e){return e.replace(/^\[\[/,"").replace(/\]\]$/,"").replace(/^"/,"").replace(/"$/,"")}async indexFile(e,t,r){if(!this.isConfigured())return!1;try{let i=await this.hashContent(t);if(!this.vectorStore.needsUpdate(e,i))return!0;let s=this.embeddingService.prepareTextForEmbedding(t,r),a=await this.embeddingService.generateEmbedding(s);return this.vectorStore.upsert({id:e,vector:a.embedding,metadata:r,timestamp:Date.now(),contentHash:i}),Oc.LoggingService.debug(`Indexed file: ${e}`),!0}catch(i){return Oc.LoggingService.warn(`Failed to index file ${e}: ${i instanceof Error?i.message:"Unknown error"}`),!1}}removeFromIndex(e){return this.vectorStore.remove(e)}async indexBatch(e){if(!this.isConfigured())return{indexed:0,failed:e.length};let t=[],r=new Map;for(let c of e){let u=await this.hashContent(c.content);if(!this.vectorStore.needsUpdate(c.path,u))continue;let l=this.embeddingService.prepareTextForEmbedding(c.content,c.metadata);t.push({id:c.path,text:l}),r.set(c.path,{content:c.content,metadata:c.metadata,contentHash:u})}if(t.length===0)return{indexed:0,failed:0};let i=await this.embeddingService.generateBatchEmbeddings(t),s=0,a=0;for(let c of i){let u=r.get(c.id);u&&(c.result?(this.vectorStore.upsert({id:c.id,vector:c.result.embedding,metadata:u.metadata,timestamp:Date.now(),contentHash:u.contentHash}),s++):(a++,Oc.LoggingService.warn(`Failed to embed ${c.id}: ${c.error||"Unknown error"}`)))}return{indexed:s,failed:a}}async indexAll(e,t,r){if(!this.isConfigured())throw new Error("SemanticSearchService is not properly configured");if(this.indexingStatus.isIndexing)throw new Error("Indexing is already in progress");this.abortController=new AbortController,this.indexingStatus={isIndexing:!0,totalFiles:e.length,indexedFiles:0,failedFiles:0,progress:0};let i=0,s=0,a=!1;try{for(let c=0;c<e.length;c+=this.config.batchSize){if(this.abortController.signal.aborted){a=!0;break}let u=e.slice(c,c+this.config.batchSize),l=[];for(let h of u){if(this.abortController.signal.aborted){a=!0;break}let d=await t(h);d?l.push({path:h,content:d.content,metadata:d.metadata}):s++}if(a)break;let f=await this.indexBatch(l);i+=f.indexed,s+=f.failed,this.indexingStatus.indexedFiles=c+u.length,this.indexingStatus.failedFiles=s,this.indexingStatus.progress=Math.round(this.indexingStatus.indexedFiles/e.length*100),r&&r({...this.indexingStatus})}}finally{this.indexingStatus.isIndexing=!1,this.abortController=null}return{indexed:i,failed:s,aborted:a}}abortIndexing(){this.abortController&&(this.abortController.abort(),Oc.LoggingService.debug("Indexing aborted by user"))}isIndexed(e){return this.vectorStore.has(e)}getIndexedPaths(){return this.vectorStore.getAllIds()}getIndexedCount(){return this.vectorStore.size()}clearIndex(){this.vectorStore.clear(),Oc.LoggingService.debug("Semantic search index cleared")}pruneDeletedFiles(e){return this.vectorStore.pruneInvalidEntries(e)}serializeIndex(){return this.vectorStore.serialize()}deserializeIndex(e){this.vectorStore.deserialize(e)}getStats(){return{indexStats:this.vectorStore.getStats(),embeddingStats:this.embeddingService.getStats()}}async hashContent(e){let r=new TextEncoder().encode(e),i=await crypto.subtle.digest("SHA-256",r);return Array.from(new Uint8Array(i)).map(a=>a.toString(16).padStart(2,"0")).join("")}};an.SemanticSearchService=Cg;an.SemanticSearchService=Cg=jR([(0,VR.injectable)(),$R("design:paramtypes",[Object])],Cg)});var QS=v(rf=>{"use strict";Object.defineProperty(rf,"__esModule",{value:!0});rf.GraphQueryService=void 0;var Pc=Ye(),BR=lt(),rs=Xr(),qR=rp(),ii={INSTANCE_CLASS:rs.Namespace.EXO.term("Instance_class"),ASSET_LABEL:rs.Namespace.EXO.term("Asset_label"),ASSET_PROTOTYPE:rs.Namespace.EXO.term("Asset_prototype"),ASSET_IS_ARCHIVED:rs.Namespace.EXO.term("Asset_isArchived"),EFFORT_PARENT:rs.Namespace.EMS.term("Effort_parent"),REFERENCES:rs.Namespace.EXO.term("references"),REFERENCED_BY:rs.Namespace.EXO.term("referencedBy"),RDF_TYPE:rs.Namespace.RDF.term("type")},xg=class{static{o(this,"GraphQueryService")}constructor(e,t={}){this.subscribers=new Set,this.nodeCache=new Map,this.lastCacheUpdate=0,this.tripleStore=e,this.config={defaultLimit:t.defaultLimit??100,maxLimit:t.maxLimit??1e4,defaultDepth:t.defaultDepth??2,maxDepth:t.maxDepth??10,includeArchivedByDefault:t.includeArchivedByDefault??!1,cacheTTL:t.cacheTTL??3e4}}async loadGraphData(e={}){let t=Date.now(),r=await this.loadNodes(e),i=await this.loadEdges(r,e),s=this.computeStats(r,i),a=Date.now()-t;return a>100&&r.length>0&&console.debug(`GraphQueryService: loaded ${r.length} nodes in ${a}ms (${(a/r.length).toFixed(2)}ms/node)`),{nodes:r,edges:i,stats:s,lastUpdated:Date.now(),version:1}}async loadNodesIncremental(e={}){let t=Math.min(e.limit??this.config.defaultLimit,this.config.maxLimit),r=e.offset??0,i=await this.loadNodes({...e,limit:t+1,offset:r}),s=i.length>t,a=s?i.slice(0,t):i,c=await this.loadEdges(a,e);return{nodes:a,edges:c,hasMore:s,totalCount:void 0,cursor:s?String(r+t):void 0}}async loadConnectedNodes(e,t={}){let r=Math.min(t.depth??this.config.defaultDepth,this.config.maxDepth),i=Math.min(t.limit??this.config.maxLimit,this.config.maxLimit),s=new Set,a=[{id:e,currentDepth:0}],c=[];for(;a.length>0&&c.length<i;){let{id:l,currentDepth:f}=a.shift();if(s.has(l))continue;s.add(l);let h=await this.getNodeById(l,t);if(h&&(c.push(h),f<r)){let d=await this.getConnectedNodeIds(l);for(let p of d)s.has(p)||a.push({id:p,currentDepth:f+1})}}let u=await this.loadEdges(c,t);return{nodes:c,edges:u,hasMore:a.length>0,totalCount:s.size+a.length}}async getNodeById(e,t={}){let r=this.getCachedNode(e);if(r)return{...r};let i=this.idToIRI(e),s=await this.tripleStore.match(i,void 0,void 0);if(s.length===0)return null;let a=this.triplesToNode(e,s,t);return a&&this.cacheNode(a),a}subscribe(e){return this.subscribers.add(e),{unsubscribe:o(()=>{this.subscribers.delete(e)},"unsubscribe")}}notifyChange(e){for(let t of this.subscribers)try{t(e)}catch(r){console.error("GraphQueryService: error in subscriber callback",r)}this.invalidateCache()}async getStats(){let e=await this.loadNodes({includeArchived:!0}),t=await this.loadEdges(e,{});return this.computeStats(e,t)}clearCache(){this.nodeCache.clear(),this.lastCacheUpdate=0}async loadNodes(e){let t=e.includeArchived??this.config.includeArchivedByDefault,r=e.limit??this.config.maxLimit,i=e.offset??0,s=await this.tripleStore.match(void 0,ii.INSTANCE_CLASS,void 0),a=s;if(e.classes&&e.classes.length>0){let p=new Set(e.classes);a=s.filter(S=>{let b=this.getObjectValue(S.object);return b&&p.has(b)})}let c=new Set;for(let p of a)c.add(this.subjectToId(p.subject));let f=Array.from(c).slice(i,i+r).map(p=>this.getNodeById(p,e));return(await Promise.all(f)).filter(p=>!(!p||!t&&p.isArchived))}async loadEdges(e,t){let r=new Set(e.map(a=>a.id)),i=[],s=new Set;for(let a of e){let c=this.idToIRI(a.id),u=await this.tripleStore.match(c,void 0,void 0);for(let l of u){let f=this.tripleToEdge(a.id,l,r);f&&!s.has(f.id)&&(!t.edgeTypes||t.edgeTypes.includes(f.type))&&(s.add(f.id),i.push(f))}}return i}async getConnectedNodeIds(e){let t=this.idToIRI(e),r=[],i=await this.tripleStore.match(t,void 0,void 0);for(let a of i){let c=this.objectToId(a.object);c&&r.push(c)}let s=await this.tripleStore.match(void 0,void 0,t);for(let a of s)r.push(this.subjectToId(a.subject));return[...new Set(r)]}triplesToNode(e,t,r){let i={},s,a,c,u,l=!1;for(let d of t){let p=d.predicate.value,S=this.getObjectValue(d.object);if(p===ii.INSTANCE_CLASS.value)s=S;else if(p===ii.ASSET_LABEL.value)a=S;else if(p===ii.ASSET_PROTOTYPE.value)c=this.objectToId(d.object)??S;else if(p===ii.EFFORT_PARENT.value)u=this.objectToId(d.object)??S;else if(p===ii.ASSET_IS_ARCHIVED.value)l=S==="true"||S==="1";else{let b=this.predicateToPropertyName(p);b&&(i[b]=S)}}if(l&&!(r.includeArchived??this.config.includeArchivedByDefault))return null;let f=this.idToPath(e),h=a??this.pathToTitle(f);return{id:e,path:f,title:h,label:h,assetClass:s,isArchived:l,uri:e.startsWith("http")?e:void 0,prototype:c,parent:u,properties:Object.keys(i).length>0?i:void 0}}tripleToEdge(e,t,r){let i=t.predicate.value,s=this.objectToId(t.object);if(!s||!r.has(s)||s===e)return null;let a=this.predicateToEdgeType(i);if(!a)return null;let c=(0,qR.createEdgeId)(e,s,a,i),u=this.predicateToLabel(i);return{id:c,source:e,target:s,type:a,predicate:i,label:u}}predicateToEdgeType(e){return e===ii.EFFORT_PARENT.value?"hierarchy":e===ii.ASSET_PROTOTYPE.value?"prototype":e===ii.REFERENCES.value?"forward-link":e===ii.REFERENCED_BY.value?"backlink":e.includes("Asset_")||e.includes("Instance_")?null:"semantic"}predicateToLabel(e){let t=e.lastIndexOf("#"),r=e.lastIndexOf("/"),i=Math.max(t,r);return i>=0?e.substring(i+1):e}predicateToPropertyName(e){return this.predicateToLabel(e).replace(/_/g,"__").replace(/#/g,"_")}computeStats(e,t){let r={},i={backlink:0,"forward-link":0,hierarchy:0,prototype:0,semantic:0,reference:0};for(let c of e){let u=c.assetClass??"unknown";r[u]=(r[u]??0)+1}for(let c of t)i[c.type]=(i[c.type]??0)+1;let s=new Map,a=new Map;for(let c of t)a.set(c.source,(a.get(c.source)??0)+1),s.set(c.target,(s.get(c.target)??0)+1);for(let c of e)c.inDegree=s.get(c.id)??0,c.outDegree=a.get(c.id)??0,c.weight=c.inDegree+c.outDegree;return{nodeCount:e.length,edgeCount:t.length,nodesByClass:r,edgesByType:i,computedAt:Date.now()}}idToIRI(e){return e.startsWith("http://")||e.startsWith("https://")?new Pc.IRI(e):new Pc.IRI(`obsidian://vault/${encodeURIComponent(e)}`)}subjectToId(e){if(e instanceof Pc.IRI){let t=e.value;return t.startsWith("obsidian://vault/")?decodeURIComponent(t.replace("obsidian://vault/","")):t}return e.toString()}objectToId(e){if(e instanceof Pc.IRI){let t=e.value;return t.startsWith("obsidian://vault/")?decodeURIComponent(t.replace("obsidian://vault/","")):t}return null}getObjectValue(e){if(e instanceof BR.Literal||e instanceof Pc.IRI)return e.value}idToPath(e){if(e.startsWith("obsidian://vault/"))return decodeURIComponent(e.replace("obsidian://vault/",""));if(e.startsWith("http://")||e.startsWith("https://")){let t=e.match(/\/([^/]+\.md)$/);if(t)return t[1]}return e}pathToTitle(e){return(e.split("/").pop()??e).replace(/\.md$/,"")}getCachedNode(e){return Date.now()-this.lastCacheUpdate>this.config.cacheTTL?(this.clearCache(),null):this.nodeCache.get(e)??null}cacheNode(e){this.nodeCache.set(e.id,e),this.lastCacheUpdate===0&&(this.lastCacheUpdate=Date.now())}invalidateCache(){this.clearCache()}};rf.GraphQueryService=xg});var KS=v(nf=>{"use strict";Object.defineProperty(nf,"__esModule",{value:!0});nf.TypeRegistry=void 0;var si=Ye(),YS=It(),GR=lt(),et=np(),Ig=class{static{o(this,"TypeRegistry")}constructor(e=null,t={}){this.nodeTypes=new Map,this.edgeTypes=new Map,this.typeHierarchy=new Map,this.subscribers=new Set,this.discoveryComplete=!1,this.tripleStore=e,this.config={autoDiscoverTypes:t.autoDiscoverTypes??!0,includeBuiltInStyles:t.includeBuiltInStyles??!0,styleResolution:t.styleResolution??{mergeStyles:!0,inheritParentStyles:!0,defaultNodeStyle:et.DEFAULT_NODE_STYLE,defaultEdgeStyle:et.DEFAULT_EDGE_STYLE},maxInheritanceDepth:t.maxInheritanceDepth??10},this.config.includeBuiltInStyles&&this.registerBuiltInTypes()}registerNodeType(e){let r=this.nodeTypes.get(e.uri)?"type-updated":"type-added";this.nodeTypes.set(e.uri,e),e.parentTypes&&e.parentTypes.length>0&&this.typeHierarchy.set(e.uri,e.parentTypes),this.emit({type:r,typeUri:e.uri,definition:e})}registerEdgeType(e){let r=this.edgeTypes.get(e.uri)?"type-updated":"type-added";this.edgeTypes.set(e.uri,e),this.emit({type:r,typeUri:e.uri,definition:e})}unregisterType(e){let t=this.nodeTypes.delete(e),r=this.edgeTypes.delete(e);this.typeHierarchy.delete(e),(t||r)&&this.emit({type:"type-removed",typeUri:e})}getNodeType(e){return this.nodeTypes.get(e)}getEdgeType(e){return this.edgeTypes.get(e)}getAllNodeTypes(){return Array.from(this.nodeTypes.values())}getAllEdgeTypes(){return Array.from(this.edgeTypes.values())}getParentTypes(e,t=this.config.maxInheritanceDepth){let r=[],i=new Set,s=[{uri:e,currentDepth:0}];for(;s.length>0;){let{uri:a,currentDepth:c}=s.shift();if(i.has(a)||(i.add(a),c>=t))continue;let u=this.typeHierarchy.get(a)??[];for(let l of u)i.has(l)||(r.push(l),s.push({uri:l,currentDepth:c+1}))}return r}getChildTypes(e){let t=[];for(let[r,i]of this.typeHierarchy)i.includes(e)&&t.push(r);return t}isSubtypeOf(e,t){return e===t?!0:this.getParentTypes(e).includes(t)}resolveNodeType(e){let t=[],r="unknown",i="custom";if(e.assetClass){let c=this.normalizeTypeUri(e.assetClass);t.push(c),r=c,i="exo:Instance_class"}let s=e.properties?.[et.RDF_TYPE_PREDICATES.RDF_TYPE];s&&!t.includes(s)&&(t.push(s),r==="unknown"&&(r=s,i="rdf:type"));for(let c of[...t]){let u=this.getParentTypes(c);for(let l of u)t.includes(l)||t.push(l)}let a=this.resolveNodeStyle(t);return{primaryType:r,types:t,resolvedStyle:a,source:i}}resolveEdgeType(e){let t=e.predicate??e.type,r=e.predicate?"rdf:type":"custom",i=this.resolveEdgeStyle(t);return{primaryType:t,resolvedStyle:i,source:r}}resolveNodeStyle(e){let{mergeStyles:t,defaultNodeStyle:r}=this.config.styleResolution,i={...r},s=[];for(let a of e){let c=this.nodeTypes.get(a);c&&s.push(c)}if(s.sort((a,c)=>a.priority-c.priority),t)for(let a of s)i=(0,et.mergeNodeStyles)(i,a.style);else if(s.length>0){let a=s[s.length-1];i=(0,et.mergeNodeStyles)(i,a.style)}return i}resolveEdgeStyle(e){let{defaultEdgeStyle:t}=this.config.styleResolution,r={...t},i=this.edgeTypes.get(e);return i&&(r=(0,et.mergeEdgeStyles)(r,i.style)),r}filterNodes(e,t){return e.filter(r=>{let i=this.resolveNodeType(r);return!(t.includeNodeTypes&&t.includeNodeTypes.length>0&&!t.includeNodeTypes.some(a=>i.types.includes(a)||t.includeInferred&&this.isSubtypeOf(i.primaryType,a))||t.excludeNodeTypes&&t.excludeNodeTypes.length>0&&t.excludeNodeTypes.some(a=>i.types.includes(a)||t.includeInferred&&this.isSubtypeOf(i.primaryType,a))||!t.includeDeprecated&&this.nodeTypes.get(i.primaryType)?.deprecated)})}filterEdges(e,t){return e.filter(r=>{let i=r.predicate??r.type;return!(t.includeEdgeTypes&&t.includeEdgeTypes.length>0&&!t.includeEdgeTypes.includes(i)||t.excludeEdgeTypes&&t.excludeEdgeTypes.length>0&&t.excludeEdgeTypes.includes(i))})}groupNodesByType(e,t,r={}){let{groupByNodeType:i=!0,groupByParentType:s=!1,groupLevel:a=0,maxGroups:c=20,customGroupFn:u}=r,l=new Map;for(let d of e){let p=this.resolveNodeType(d),S;if(u?S=u(p.types):s&&p.types.length>a?S=p.types[a]??p.primaryType:i?S=p.primaryType:S="all",!l.has(S)){let T=this.nodeTypes.get(S)?.label??(0,et.extractLocalName)(S);l.set(S,{nodeIds:new Set,label:T})}l.get(S).nodeIds.add(d.id)}let f=Array.from(l.entries()).map(([d,p])=>({id:d,label:p.label,nodeIds:Array.from(p.nodeIds)}));if(f.length>c){f.sort((S,b)=>b.nodeIds.length-S.nodeIds.length);let d=f.slice(0,c-1),p=f.slice(c-1).flatMap(S=>S.nodeIds);d.push({id:"other",label:"Other",nodeIds:p}),f=d}let h=new Map;for(let d of f)for(let p of d.nodeIds)h.set(p,d.id);return f.map((d,p)=>{let S=new Set(d.nodeIds),b=[],T=[];for(let L of t){let $=S.has(L.source),G=S.has(L.target);$&&G?L.id&&b.push(L.id):($||G)&&L.id&&T.push(L.id)}let P=`hsl(${p*137.5%360}, 70%, 50%)`;return{id:d.id,label:d.label,nodeIds:d.nodeIds,internalEdgeIds:b,externalEdgeIds:T,color:P,stats:{nodeCount:d.nodeIds.length,internalEdgeCount:b.length,externalEdgeCount:T.length}}})}validateTypes(e,t){let r=[],i=[];for(let s of e){let a=this.resolveNodeType(s);if(a.primaryType!=="unknown"){let c=this.nodeTypes.get(a.primaryType);!c&&a.source!=="inferred"&&i.push({code:"UNREGISTERED_NODE_TYPE",message:`Node type "${a.primaryType}" is not registered`,elementId:s.id,suggestion:"Register the type with registerNodeType()"}),c?.deprecated&&i.push({code:"DEPRECATED_NODE_TYPE",message:`Node uses deprecated type "${a.primaryType}"`,elementId:s.id,suggestion:"Migrate to a non-deprecated type"})}else i.push({code:"MISSING_NODE_TYPE",message:"Node has no type information",elementId:s.id,suggestion:"Add exo:Instance_class or rdf:type to the node"})}for(let s of t){let a=s.predicate??s.type,c=this.edgeTypes.get(a);if(c?.domain&&c.domain.length>0){let u=e.find(l=>l.id===s.source);if(u){let l=this.resolveNodeType(u);c.domain.some(h=>l.types.includes(h))||r.push({code:"DOMAIN_VIOLATION",message:"Edge source does not match expected domain",elementId:s.id,expected:c.domain,actual:l.types})}}if(c?.range&&c.range.length>0){let u=e.find(l=>l.id===s.target);if(u){let l=this.resolveNodeType(u);c.range.some(h=>l.types.includes(h))||r.push({code:"RANGE_VIOLATION",message:"Edge target does not match expected range",elementId:s.id,expected:c.range,actual:l.types})}}}return{valid:r.length===0,errors:r,warnings:i}}async discoverTypes(){if(!this.tripleStore||this.discoveryComplete)return;let e=await this.tripleStore.match(void 0,new si.IRI(et.RDF_TYPE_PREDICATES.RDF_TYPE),void 0);for(let r of e){let i=this.getObjectValue(r.object);if(i&&(0,et.isClassType)(i)){let s=this.getSubjectValue(r.subject);s&&await this.discoverNodeType(s)}}let t=await this.tripleStore.match(void 0,new si.IRI(et.RDF_TYPE_PREDICATES.RDFS_SUBCLASS_OF),void 0);for(let r of t){let i=this.getSubjectValue(r.subject),s=this.getObjectValue(r.object);if(i&&s){let a=this.typeHierarchy.get(i)??[];if(!a.includes(s)){a.push(s),this.typeHierarchy.set(i,a);let c=this.nodeTypes.get(i);c&&(c.parentTypes=a)}}}this.discoveryComplete=!0,this.emit({type:"hierarchy-updated",rootTypes:this.getRootTypes()})}subscribe(e){return this.subscribers.add(e),()=>this.subscribers.delete(e)}clear(){this.nodeTypes.clear(),this.edgeTypes.clear(),this.typeHierarchy.clear(),this.discoveryComplete=!1,this.config.includeBuiltInStyles&&this.registerBuiltInTypes()}registerBuiltInTypes(){for(let[e,t]of Object.entries(et.BUILT_IN_NODE_STYLES))this.nodeTypes.set(e,{uri:e,label:(0,et.extractLocalName)(e),source:"custom",style:(0,et.mergeNodeStyles)(et.DEFAULT_NODE_STYLE,t),priority:1});for(let[e,t]of Object.entries(et.BUILT_IN_EDGE_STYLES))this.edgeTypes.set(e,{uri:e,label:(0,et.extractLocalName)(e),source:"custom",style:(0,et.mergeEdgeStyles)(et.DEFAULT_EDGE_STYLE,t),priority:1})}async discoverNodeType(e){if(this.nodeTypes.has(e)||!this.tripleStore)return;let t=await this.tripleStore.match(new si.IRI(e),new si.IRI(et.RDF_TYPE_PREDICATES.RDFS_LABEL),void 0),r=await this.tripleStore.match(new si.IRI(e),new si.IRI(et.RDF_TYPE_PREDICATES.RDFS_COMMENT),void 0),i=t.length>0?this.getObjectValue(t[0].object)??(0,et.extractLocalName)(e):(0,et.extractLocalName)(e),s=r.length>0?this.getObjectValue(r[0].object):void 0,a="rdfs:Class",c=await this.tripleStore.match(new si.IRI(e),new si.IRI(et.RDF_TYPE_PREDICATES.RDF_TYPE),void 0);for(let f of c)if(this.getObjectValue(f.object)===et.RDF_TYPE_PREDICATES.OWL_CLASS){a="owl:Class";break}let u=et.BUILT_IN_NODE_STYLES[e]??et.BUILT_IN_NODE_STYLES[(0,et.extractLocalName)(e)],l={uri:e,label:i,description:s,source:a,style:(0,et.mergeNodeStyles)(et.DEFAULT_NODE_STYLE,u??{}),priority:1};this.registerNodeType(l)}normalizeTypeUri(e){let t=e.match(/^\[\[(.+?)\]\]$/);return t?t[1]:e}getSubjectValue(e){if(e instanceof si.IRI)return e.value;if(e instanceof YS.BlankNode)return`_:${e.id}`;if(typeof e=="object"&&e!==null&&"termType"in e)return e.toString()}getObjectValue(e){if(e instanceof GR.Literal||e instanceof si.IRI)return e.value;if(e instanceof YS.BlankNode)return`_:${e.id}`}getRootTypes(){let e=new Set;for(let r of this.typeHierarchy.values())for(let i of r)e.add(i);let t=[];for(let r of this.nodeTypes.keys())(!this.typeHierarchy.has(r)||this.typeHierarchy.get(r).length===0)&&e.has(r)&&t.push(r);return t}emit(e){for(let t of this.subscribers)try{t(e)}catch(r){console.error("TypeRegistry: error in subscriber callback",r)}}};nf.TypeRegistry=Ig});var Og=v(B=>{"use strict";Object.defineProperty(B,"__esModule",{value:!0});B.SPARQL_TEMPLATES=B.KNOWN_PROTOTYPES=B.EFFORT_STATUSES=B.ASSET_CLASSES=B.PREDICATES=B.SPARQL_PREFIXES=void 0;B.getTemplateByName=WR;B.findMatchingTemplates=zR;B.fillTemplate=HR;B.validateParameters=QR;B.SPARQL_PREFIXES=`PREFIX exo: <https://exocortex.my/ontology/exo#>
|
|
106
|
+
`).trim()}removeHtmlTags(e){let t=/<[^>]*>/g,r=e,i;do i=r,r=r.replace(t,"");while(r!==i);return r}cleanWikiLink(e){return e.replace(/^\[\[/,"").replace(/\]\]$/,"").replace(/^"/,"").replace(/"$/,"")}getStats(){return{requestCount:this.requestCount,tokenCount:this.tokenCount}}resetStats(){this.requestCount=0,this.tokenCount=0}};sn.EmbeddingService=wg;sn.EmbeddingService=wg=RR([(0,NR.injectable)(),FR("design:paramtypes",[Object])],wg)});var Ag=v(an=>{"use strict";var LR=an&&an.__decorate||function(n,e,t,r){var i=arguments.length,s=i<3?e:r===null?r=Object.getOwnPropertyDescriptor(e,t):r,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")s=Reflect.decorate(n,e,t,r);else for(var c=n.length-1;c>=0;c--)(a=n[c])&&(s=(i<3?a(s):i>3?a(e,t,s):a(e,t))||s);return i>3&&s&&Object.defineProperty(e,t,s),s},MR=an&&an.__metadata||function(n,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(n,e)};Object.defineProperty(an,"__esModule",{value:!0});an.VectorStore=an.DEFAULT_VECTOR_STORE_CONFIG=void 0;var kR=Le(),Eg=ts();an.DEFAULT_VECTOR_STORE_CONFIG={maxEntries:0,similarityThreshold:.7};var Tg=class{static{o(this,"VectorStore")}constructor(e={}){this.entries=new Map,this.createdAt=new Date,this.updatedAt=new Date,this.config={...an.DEFAULT_VECTOR_STORE_CONFIG,...e}}setConfig(e){this.config={...this.config,...e}}upsert(e){if(!e.vector||e.vector.length===0)throw new Error("Vector cannot be empty");let t=this.entries.values().next().value;if(t&&t.vector.length!==e.vector.length)throw new Error(`Vector dimension mismatch: expected ${t.vector.length}, got ${e.vector.length}`);if(this.config.maxEntries&&this.config.maxEntries>0&&!this.entries.has(e.id)&&this.entries.size>=this.config.maxEntries){let r=null,i=1/0;for(let[s,a]of this.entries)a.timestamp<i&&(i=a.timestamp,r=s);r&&(this.entries.delete(r),Eg.LoggingService.debug(`VectorStore: Evicted oldest entry ${r}`))}this.entries.set(e.id,e),this.updatedAt=new Date}remove(e){let t=this.entries.delete(e);return t&&(this.updatedAt=new Date),t}get(e){return this.entries.get(e)}has(e){return this.entries.has(e)}needsUpdate(e,t){let r=this.entries.get(e);return r?r.contentHash!==t:!0}getAllIds(){return Array.from(this.entries.keys())}size(){return this.entries.size}clear(){this.entries.clear(),this.updatedAt=new Date}search(e,t=10){if(this.entries.size===0)return[];let r=this.entries.values().next().value;if(r&&r.vector.length!==e.length)throw new Error(`Query vector dimension mismatch: expected ${r.vector.length}, got ${e.length}`);let i=[],s=this.config.similarityThreshold??.7;for(let a of this.entries.values()){let c=this.cosineSimilarity(e,a.vector);c>=s&&i.push({entry:a,score:c})}return i.sort((a,c)=>c.score-a.score),i.slice(0,t)}findSimilar(e,t=10){let r=this.entries.get(e);return r?this.search(r.vector,t+1).filter(s=>s.entry.id!==e).slice(0,t):[]}cosineSimilarity(e,t){if(e.length!==t.length)throw new Error("Vectors must have the same dimension");let r=0,i=0,s=0;for(let a=0;a<e.length;a++)r+=e[a]*t[a],i+=e[a]*e[a],s+=t[a]*t[a];return i=Math.sqrt(i),s=Math.sqrt(s),i===0||s===0?0:r/(i*s)}serialize(){return{version:1,entries:Array.from(this.entries.values()).map(e=>({id:e.id,vector:e.vector,metadata:e.metadata,timestamp:e.timestamp,contentHash:e.contentHash})),createdAt:this.createdAt.toISOString(),updatedAt:this.updatedAt.toISOString()}}deserialize(e){if(e.version!==1)throw new Error(`Unsupported VectorStore version: ${e.version}`);this.entries.clear();for(let t of e.entries)this.entries.set(t.id,{id:t.id,vector:t.vector,metadata:t.metadata,timestamp:t.timestamp,contentHash:t.contentHash});this.createdAt=new Date(e.createdAt),this.updatedAt=new Date(e.updatedAt),Eg.LoggingService.debug(`VectorStore: Loaded ${this.entries.size} entries from persistence`)}getStats(){let t=this.entries.values().next().value?.vector.length??null,i=(t?this.entries.size*t*8:0)/(1024*1024);return{entryCount:this.entries.size,dimension:t,createdAt:this.createdAt.toISOString(),updatedAt:this.updatedAt.toISOString(),estimatedMemoryMB:Math.round(i*100)/100}}pruneInvalidEntries(e){let t=[];for(let r of this.entries.keys())e.has(r)||t.push(r);for(let r of t)this.entries.delete(r);return t.length>0&&(this.updatedAt=new Date,Eg.LoggingService.debug(`VectorStore: Pruned ${t.length} invalid entries`)),t.length}};an.VectorStore=Tg;an.VectorStore=Tg=LR([(0,kR.injectable)(),MR("design:paramtypes",[Object])],Tg)});var HS=v(on=>{"use strict";var jR=on&&on.__decorate||function(n,e,t,r){var i=arguments.length,s=i<3?e:r===null?r=Object.getOwnPropertyDescriptor(e,t):r,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")s=Reflect.decorate(n,e,t,r);else for(var c=n.length-1;c>=0;c--)(a=n[c])&&(s=(i<3?a(s):i>3?a(e,t,s):a(e,t))||s);return i>3&&s&&Object.defineProperty(e,t,s),s},$R=on&&on.__metadata||function(n,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(n,e)};Object.defineProperty(on,"__esModule",{value:!0});on.SemanticSearchService=on.DEFAULT_SEMANTIC_SEARCH_CONFIG=void 0;var VR=Le(),Oc=ts(),zS=bg(),UR=Ag();on.DEFAULT_SEMANTIC_SEARCH_CONFIG={embedding:zS.DEFAULT_EMBEDDING_CONFIG,maxResults:10,minSimilarity:.7,autoEmbed:!0,batchSize:20};var Cg=class{static{o(this,"SemanticSearchService")}constructor(e={}){this.indexingStatus={isIndexing:!1,totalFiles:0,indexedFiles:0,failedFiles:0,progress:0},this.abortController=null,this.config={...on.DEFAULT_SEMANTIC_SEARCH_CONFIG,...e},this.embeddingService=new zS.EmbeddingService(this.config.embedding),this.vectorStore=new UR.VectorStore({similarityThreshold:this.config.minSimilarity})}setConfig(e){this.config={...this.config,...e},e.embedding&&this.embeddingService.setConfig(e.embedding),e.minSimilarity!==void 0&&this.vectorStore.setConfig({similarityThreshold:e.minSimilarity})}getConfig(){return{...this.config,embedding:this.embeddingService.getConfig()}}isConfigured(){return this.embeddingService.isConfigured()}getIndexingStatus(){return{...this.indexingStatus}}async search(e,t){if(!this.isConfigured())throw new Error("SemanticSearchService is not properly configured");if(!e.trim())return[];let r=await this.embeddingService.generateEmbedding(e),i=t??this.config.maxResults;return this.vectorStore.search(r.embedding,i).map(a=>this.toSearchResult(a))}async findSimilar(e,t){let r=t??this.config.maxResults;return this.vectorStore.findSimilar(e,r).map(s=>this.toSearchResult(s))}toSearchResult(e){let t=e.entry.metadata??{};return{path:e.entry.id,score:e.score,label:t.exo__Asset_label,instanceClass:this.extractInstanceClass(t),metadata:t}}extractInstanceClass(e){let t=e.exo__Instance_class;if(t){if(Array.isArray(t)){let r=t[0];return typeof r=="string"?this.cleanWikiLink(r):void 0}return typeof t=="string"?this.cleanWikiLink(t):void 0}}cleanWikiLink(e){return e.replace(/^\[\[/,"").replace(/\]\]$/,"").replace(/^"/,"").replace(/"$/,"")}async indexFile(e,t,r){if(!this.isConfigured())return!1;try{let i=await this.hashContent(t);if(!this.vectorStore.needsUpdate(e,i))return!0;let s=this.embeddingService.prepareTextForEmbedding(t,r),a=await this.embeddingService.generateEmbedding(s);return this.vectorStore.upsert({id:e,vector:a.embedding,metadata:r,timestamp:Date.now(),contentHash:i}),Oc.LoggingService.debug(`Indexed file: ${e}`),!0}catch(i){return Oc.LoggingService.warn(`Failed to index file ${e}: ${i instanceof Error?i.message:"Unknown error"}`),!1}}removeFromIndex(e){return this.vectorStore.remove(e)}async indexBatch(e){if(!this.isConfigured())return{indexed:0,failed:e.length};let t=[],r=new Map;for(let c of e){let u=await this.hashContent(c.content);if(!this.vectorStore.needsUpdate(c.path,u))continue;let l=this.embeddingService.prepareTextForEmbedding(c.content,c.metadata);t.push({id:c.path,text:l}),r.set(c.path,{content:c.content,metadata:c.metadata,contentHash:u})}if(t.length===0)return{indexed:0,failed:0};let i=await this.embeddingService.generateBatchEmbeddings(t),s=0,a=0;for(let c of i){let u=r.get(c.id);u&&(c.result?(this.vectorStore.upsert({id:c.id,vector:c.result.embedding,metadata:u.metadata,timestamp:Date.now(),contentHash:u.contentHash}),s++):(a++,Oc.LoggingService.warn(`Failed to embed ${c.id}: ${c.error||"Unknown error"}`)))}return{indexed:s,failed:a}}async indexAll(e,t,r){if(!this.isConfigured())throw new Error("SemanticSearchService is not properly configured");if(this.indexingStatus.isIndexing)throw new Error("Indexing is already in progress");this.abortController=new AbortController,this.indexingStatus={isIndexing:!0,totalFiles:e.length,indexedFiles:0,failedFiles:0,progress:0};let i=0,s=0,a=!1;try{for(let c=0;c<e.length;c+=this.config.batchSize){if(this.abortController.signal.aborted){a=!0;break}let u=e.slice(c,c+this.config.batchSize),l=[];for(let h of u){if(this.abortController.signal.aborted){a=!0;break}let d=await t(h);d?l.push({path:h,content:d.content,metadata:d.metadata}):s++}if(a)break;let f=await this.indexBatch(l);i+=f.indexed,s+=f.failed,this.indexingStatus.indexedFiles=c+u.length,this.indexingStatus.failedFiles=s,this.indexingStatus.progress=Math.round(this.indexingStatus.indexedFiles/e.length*100),r&&r({...this.indexingStatus})}}finally{this.indexingStatus.isIndexing=!1,this.abortController=null}return{indexed:i,failed:s,aborted:a}}abortIndexing(){this.abortController&&(this.abortController.abort(),Oc.LoggingService.debug("Indexing aborted by user"))}isIndexed(e){return this.vectorStore.has(e)}getIndexedPaths(){return this.vectorStore.getAllIds()}getIndexedCount(){return this.vectorStore.size()}clearIndex(){this.vectorStore.clear(),Oc.LoggingService.debug("Semantic search index cleared")}pruneDeletedFiles(e){return this.vectorStore.pruneInvalidEntries(e)}serializeIndex(){return this.vectorStore.serialize()}deserializeIndex(e){this.vectorStore.deserialize(e)}getStats(){return{indexStats:this.vectorStore.getStats(),embeddingStats:this.embeddingService.getStats()}}async hashContent(e){let r=new TextEncoder().encode(e),i=await crypto.subtle.digest("SHA-256",r);return Array.from(new Uint8Array(i)).map(a=>a.toString(16).padStart(2,"0")).join("")}};on.SemanticSearchService=Cg;on.SemanticSearchService=Cg=jR([(0,VR.injectable)(),$R("design:paramtypes",[Object])],Cg)});var QS=v(rf=>{"use strict";Object.defineProperty(rf,"__esModule",{value:!0});rf.GraphQueryService=void 0;var Pc=Ye(),BR=lt(),rs=Jr(),qR=rp(),ii={INSTANCE_CLASS:rs.Namespace.EXO.term("Instance_class"),ASSET_LABEL:rs.Namespace.EXO.term("Asset_label"),ASSET_PROTOTYPE:rs.Namespace.EXO.term("Asset_prototype"),ASSET_IS_ARCHIVED:rs.Namespace.EXO.term("Asset_isArchived"),EFFORT_PARENT:rs.Namespace.EMS.term("Effort_parent"),REFERENCES:rs.Namespace.EXO.term("references"),REFERENCED_BY:rs.Namespace.EXO.term("referencedBy"),RDF_TYPE:rs.Namespace.RDF.term("type")},xg=class{static{o(this,"GraphQueryService")}constructor(e,t={}){this.subscribers=new Set,this.nodeCache=new Map,this.lastCacheUpdate=0,this.tripleStore=e,this.config={defaultLimit:t.defaultLimit??100,maxLimit:t.maxLimit??1e4,defaultDepth:t.defaultDepth??2,maxDepth:t.maxDepth??10,includeArchivedByDefault:t.includeArchivedByDefault??!1,cacheTTL:t.cacheTTL??3e4}}async loadGraphData(e={}){let t=Date.now(),r=await this.loadNodes(e),i=await this.loadEdges(r,e),s=this.computeStats(r,i),a=Date.now()-t;return a>100&&r.length>0&&console.debug(`GraphQueryService: loaded ${r.length} nodes in ${a}ms (${(a/r.length).toFixed(2)}ms/node)`),{nodes:r,edges:i,stats:s,lastUpdated:Date.now(),version:1}}async loadNodesIncremental(e={}){let t=Math.min(e.limit??this.config.defaultLimit,this.config.maxLimit),r=e.offset??0,i=await this.loadNodes({...e,limit:t+1,offset:r}),s=i.length>t,a=s?i.slice(0,t):i,c=await this.loadEdges(a,e);return{nodes:a,edges:c,hasMore:s,totalCount:void 0,cursor:s?String(r+t):void 0}}async loadConnectedNodes(e,t={}){let r=Math.min(t.depth??this.config.defaultDepth,this.config.maxDepth),i=Math.min(t.limit??this.config.maxLimit,this.config.maxLimit),s=new Set,a=[{id:e,currentDepth:0}],c=[];for(;a.length>0&&c.length<i;){let{id:l,currentDepth:f}=a.shift();if(s.has(l))continue;s.add(l);let h=await this.getNodeById(l,t);if(h&&(c.push(h),f<r)){let d=await this.getConnectedNodeIds(l);for(let p of d)s.has(p)||a.push({id:p,currentDepth:f+1})}}let u=await this.loadEdges(c,t);return{nodes:c,edges:u,hasMore:a.length>0,totalCount:s.size+a.length}}async getNodeById(e,t={}){let r=this.getCachedNode(e);if(r)return{...r};let i=this.idToIRI(e),s=await this.tripleStore.match(i,void 0,void 0);if(s.length===0)return null;let a=this.triplesToNode(e,s,t);return a&&this.cacheNode(a),a}subscribe(e){return this.subscribers.add(e),{unsubscribe:o(()=>{this.subscribers.delete(e)},"unsubscribe")}}notifyChange(e){for(let t of this.subscribers)try{t(e)}catch(r){console.error("GraphQueryService: error in subscriber callback",r)}this.invalidateCache()}async getStats(){let e=await this.loadNodes({includeArchived:!0}),t=await this.loadEdges(e,{});return this.computeStats(e,t)}clearCache(){this.nodeCache.clear(),this.lastCacheUpdate=0}async loadNodes(e){let t=e.includeArchived??this.config.includeArchivedByDefault,r=e.limit??this.config.maxLimit,i=e.offset??0,s=await this.tripleStore.match(void 0,ii.INSTANCE_CLASS,void 0),a=s;if(e.classes&&e.classes.length>0){let p=new Set(e.classes);a=s.filter(S=>{let b=this.getObjectValue(S.object);return b&&p.has(b)})}let c=new Set;for(let p of a)c.add(this.subjectToId(p.subject));let f=Array.from(c).slice(i,i+r).map(p=>this.getNodeById(p,e));return(await Promise.all(f)).filter(p=>!(!p||!t&&p.isArchived))}async loadEdges(e,t){let r=new Set(e.map(a=>a.id)),i=[],s=new Set;for(let a of e){let c=this.idToIRI(a.id),u=await this.tripleStore.match(c,void 0,void 0);for(let l of u){let f=this.tripleToEdge(a.id,l,r);f&&!s.has(f.id)&&(!t.edgeTypes||t.edgeTypes.includes(f.type))&&(s.add(f.id),i.push(f))}}return i}async getConnectedNodeIds(e){let t=this.idToIRI(e),r=[],i=await this.tripleStore.match(t,void 0,void 0);for(let a of i){let c=this.objectToId(a.object);c&&r.push(c)}let s=await this.tripleStore.match(void 0,void 0,t);for(let a of s)r.push(this.subjectToId(a.subject));return[...new Set(r)]}triplesToNode(e,t,r){let i={},s,a,c,u,l=!1;for(let d of t){let p=d.predicate.value,S=this.getObjectValue(d.object);if(p===ii.INSTANCE_CLASS.value)s=S;else if(p===ii.ASSET_LABEL.value)a=S;else if(p===ii.ASSET_PROTOTYPE.value)c=this.objectToId(d.object)??S;else if(p===ii.EFFORT_PARENT.value)u=this.objectToId(d.object)??S;else if(p===ii.ASSET_IS_ARCHIVED.value)l=S==="true"||S==="1";else{let b=this.predicateToPropertyName(p);b&&(i[b]=S)}}if(l&&!(r.includeArchived??this.config.includeArchivedByDefault))return null;let f=this.idToPath(e),h=a??this.pathToTitle(f);return{id:e,path:f,title:h,label:h,assetClass:s,isArchived:l,uri:e.startsWith("http")?e:void 0,prototype:c,parent:u,properties:Object.keys(i).length>0?i:void 0}}tripleToEdge(e,t,r){let i=t.predicate.value,s=this.objectToId(t.object);if(!s||!r.has(s)||s===e)return null;let a=this.predicateToEdgeType(i);if(!a)return null;let c=(0,qR.createEdgeId)(e,s,a,i),u=this.predicateToLabel(i);return{id:c,source:e,target:s,type:a,predicate:i,label:u}}predicateToEdgeType(e){return e===ii.EFFORT_PARENT.value?"hierarchy":e===ii.ASSET_PROTOTYPE.value?"prototype":e===ii.REFERENCES.value?"forward-link":e===ii.REFERENCED_BY.value?"backlink":e.includes("Asset_")||e.includes("Instance_")?null:"semantic"}predicateToLabel(e){let t=e.lastIndexOf("#"),r=e.lastIndexOf("/"),i=Math.max(t,r);return i>=0?e.substring(i+1):e}predicateToPropertyName(e){return this.predicateToLabel(e).replace(/_/g,"__").replace(/#/g,"_")}computeStats(e,t){let r={},i={backlink:0,"forward-link":0,hierarchy:0,prototype:0,semantic:0,reference:0};for(let c of e){let u=c.assetClass??"unknown";r[u]=(r[u]??0)+1}for(let c of t)i[c.type]=(i[c.type]??0)+1;let s=new Map,a=new Map;for(let c of t)a.set(c.source,(a.get(c.source)??0)+1),s.set(c.target,(s.get(c.target)??0)+1);for(let c of e)c.inDegree=s.get(c.id)??0,c.outDegree=a.get(c.id)??0,c.weight=c.inDegree+c.outDegree;return{nodeCount:e.length,edgeCount:t.length,nodesByClass:r,edgesByType:i,computedAt:Date.now()}}idToIRI(e){return e.startsWith("http://")||e.startsWith("https://")?new Pc.IRI(e):new Pc.IRI(`obsidian://vault/${encodeURIComponent(e)}`)}subjectToId(e){if(e instanceof Pc.IRI){let t=e.value;return t.startsWith("obsidian://vault/")?decodeURIComponent(t.replace("obsidian://vault/","")):t}return e.toString()}objectToId(e){if(e instanceof Pc.IRI){let t=e.value;return t.startsWith("obsidian://vault/")?decodeURIComponent(t.replace("obsidian://vault/","")):t}return null}getObjectValue(e){if(e instanceof BR.Literal||e instanceof Pc.IRI)return e.value}idToPath(e){if(e.startsWith("obsidian://vault/"))return decodeURIComponent(e.replace("obsidian://vault/",""));if(e.startsWith("http://")||e.startsWith("https://")){let t=e.match(/\/([^/]+\.md)$/);if(t)return t[1]}return e}pathToTitle(e){return(e.split("/").pop()??e).replace(/\.md$/,"")}getCachedNode(e){return Date.now()-this.lastCacheUpdate>this.config.cacheTTL?(this.clearCache(),null):this.nodeCache.get(e)??null}cacheNode(e){this.nodeCache.set(e.id,e),this.lastCacheUpdate===0&&(this.lastCacheUpdate=Date.now())}invalidateCache(){this.clearCache()}};rf.GraphQueryService=xg});var KS=v(nf=>{"use strict";Object.defineProperty(nf,"__esModule",{value:!0});nf.TypeRegistry=void 0;var si=Ye(),YS=It(),GR=lt(),et=np(),Ig=class{static{o(this,"TypeRegistry")}constructor(e=null,t={}){this.nodeTypes=new Map,this.edgeTypes=new Map,this.typeHierarchy=new Map,this.subscribers=new Set,this.discoveryComplete=!1,this.tripleStore=e,this.config={autoDiscoverTypes:t.autoDiscoverTypes??!0,includeBuiltInStyles:t.includeBuiltInStyles??!0,styleResolution:t.styleResolution??{mergeStyles:!0,inheritParentStyles:!0,defaultNodeStyle:et.DEFAULT_NODE_STYLE,defaultEdgeStyle:et.DEFAULT_EDGE_STYLE},maxInheritanceDepth:t.maxInheritanceDepth??10},this.config.includeBuiltInStyles&&this.registerBuiltInTypes()}registerNodeType(e){let r=this.nodeTypes.get(e.uri)?"type-updated":"type-added";this.nodeTypes.set(e.uri,e),e.parentTypes&&e.parentTypes.length>0&&this.typeHierarchy.set(e.uri,e.parentTypes),this.emit({type:r,typeUri:e.uri,definition:e})}registerEdgeType(e){let r=this.edgeTypes.get(e.uri)?"type-updated":"type-added";this.edgeTypes.set(e.uri,e),this.emit({type:r,typeUri:e.uri,definition:e})}unregisterType(e){let t=this.nodeTypes.delete(e),r=this.edgeTypes.delete(e);this.typeHierarchy.delete(e),(t||r)&&this.emit({type:"type-removed",typeUri:e})}getNodeType(e){return this.nodeTypes.get(e)}getEdgeType(e){return this.edgeTypes.get(e)}getAllNodeTypes(){return Array.from(this.nodeTypes.values())}getAllEdgeTypes(){return Array.from(this.edgeTypes.values())}getParentTypes(e,t=this.config.maxInheritanceDepth){let r=[],i=new Set,s=[{uri:e,currentDepth:0}];for(;s.length>0;){let{uri:a,currentDepth:c}=s.shift();if(i.has(a)||(i.add(a),c>=t))continue;let u=this.typeHierarchy.get(a)??[];for(let l of u)i.has(l)||(r.push(l),s.push({uri:l,currentDepth:c+1}))}return r}getChildTypes(e){let t=[];for(let[r,i]of this.typeHierarchy)i.includes(e)&&t.push(r);return t}isSubtypeOf(e,t){return e===t?!0:this.getParentTypes(e).includes(t)}resolveNodeType(e){let t=[],r="unknown",i="custom";if(e.assetClass){let c=this.normalizeTypeUri(e.assetClass);t.push(c),r=c,i="exo:Instance_class"}let s=e.properties?.[et.RDF_TYPE_PREDICATES.RDF_TYPE];s&&!t.includes(s)&&(t.push(s),r==="unknown"&&(r=s,i="rdf:type"));for(let c of[...t]){let u=this.getParentTypes(c);for(let l of u)t.includes(l)||t.push(l)}let a=this.resolveNodeStyle(t);return{primaryType:r,types:t,resolvedStyle:a,source:i}}resolveEdgeType(e){let t=e.predicate??e.type,r=e.predicate?"rdf:type":"custom",i=this.resolveEdgeStyle(t);return{primaryType:t,resolvedStyle:i,source:r}}resolveNodeStyle(e){let{mergeStyles:t,defaultNodeStyle:r}=this.config.styleResolution,i={...r},s=[];for(let a of e){let c=this.nodeTypes.get(a);c&&s.push(c)}if(s.sort((a,c)=>a.priority-c.priority),t)for(let a of s)i=(0,et.mergeNodeStyles)(i,a.style);else if(s.length>0){let a=s[s.length-1];i=(0,et.mergeNodeStyles)(i,a.style)}return i}resolveEdgeStyle(e){let{defaultEdgeStyle:t}=this.config.styleResolution,r={...t},i=this.edgeTypes.get(e);return i&&(r=(0,et.mergeEdgeStyles)(r,i.style)),r}filterNodes(e,t){return e.filter(r=>{let i=this.resolveNodeType(r);return!(t.includeNodeTypes&&t.includeNodeTypes.length>0&&!t.includeNodeTypes.some(a=>i.types.includes(a)||t.includeInferred&&this.isSubtypeOf(i.primaryType,a))||t.excludeNodeTypes&&t.excludeNodeTypes.length>0&&t.excludeNodeTypes.some(a=>i.types.includes(a)||t.includeInferred&&this.isSubtypeOf(i.primaryType,a))||!t.includeDeprecated&&this.nodeTypes.get(i.primaryType)?.deprecated)})}filterEdges(e,t){return e.filter(r=>{let i=r.predicate??r.type;return!(t.includeEdgeTypes&&t.includeEdgeTypes.length>0&&!t.includeEdgeTypes.includes(i)||t.excludeEdgeTypes&&t.excludeEdgeTypes.length>0&&t.excludeEdgeTypes.includes(i))})}groupNodesByType(e,t,r={}){let{groupByNodeType:i=!0,groupByParentType:s=!1,groupLevel:a=0,maxGroups:c=20,customGroupFn:u}=r,l=new Map;for(let d of e){let p=this.resolveNodeType(d),S;if(u?S=u(p.types):s&&p.types.length>a?S=p.types[a]??p.primaryType:i?S=p.primaryType:S="all",!l.has(S)){let T=this.nodeTypes.get(S)?.label??(0,et.extractLocalName)(S);l.set(S,{nodeIds:new Set,label:T})}l.get(S).nodeIds.add(d.id)}let f=Array.from(l.entries()).map(([d,p])=>({id:d,label:p.label,nodeIds:Array.from(p.nodeIds)}));if(f.length>c){f.sort((S,b)=>b.nodeIds.length-S.nodeIds.length);let d=f.slice(0,c-1),p=f.slice(c-1).flatMap(S=>S.nodeIds);d.push({id:"other",label:"Other",nodeIds:p}),f=d}let h=new Map;for(let d of f)for(let p of d.nodeIds)h.set(p,d.id);return f.map((d,p)=>{let S=new Set(d.nodeIds),b=[],T=[];for(let L of t){let $=S.has(L.source),G=S.has(L.target);$&&G?L.id&&b.push(L.id):($||G)&&L.id&&T.push(L.id)}let P=`hsl(${p*137.5%360}, 70%, 50%)`;return{id:d.id,label:d.label,nodeIds:d.nodeIds,internalEdgeIds:b,externalEdgeIds:T,color:P,stats:{nodeCount:d.nodeIds.length,internalEdgeCount:b.length,externalEdgeCount:T.length}}})}validateTypes(e,t){let r=[],i=[];for(let s of e){let a=this.resolveNodeType(s);if(a.primaryType!=="unknown"){let c=this.nodeTypes.get(a.primaryType);!c&&a.source!=="inferred"&&i.push({code:"UNREGISTERED_NODE_TYPE",message:`Node type "${a.primaryType}" is not registered`,elementId:s.id,suggestion:"Register the type with registerNodeType()"}),c?.deprecated&&i.push({code:"DEPRECATED_NODE_TYPE",message:`Node uses deprecated type "${a.primaryType}"`,elementId:s.id,suggestion:"Migrate to a non-deprecated type"})}else i.push({code:"MISSING_NODE_TYPE",message:"Node has no type information",elementId:s.id,suggestion:"Add exo:Instance_class or rdf:type to the node"})}for(let s of t){let a=s.predicate??s.type,c=this.edgeTypes.get(a);if(c?.domain&&c.domain.length>0){let u=e.find(l=>l.id===s.source);if(u){let l=this.resolveNodeType(u);c.domain.some(h=>l.types.includes(h))||r.push({code:"DOMAIN_VIOLATION",message:"Edge source does not match expected domain",elementId:s.id,expected:c.domain,actual:l.types})}}if(c?.range&&c.range.length>0){let u=e.find(l=>l.id===s.target);if(u){let l=this.resolveNodeType(u);c.range.some(h=>l.types.includes(h))||r.push({code:"RANGE_VIOLATION",message:"Edge target does not match expected range",elementId:s.id,expected:c.range,actual:l.types})}}}return{valid:r.length===0,errors:r,warnings:i}}async discoverTypes(){if(!this.tripleStore||this.discoveryComplete)return;let e=await this.tripleStore.match(void 0,new si.IRI(et.RDF_TYPE_PREDICATES.RDF_TYPE),void 0);for(let r of e){let i=this.getObjectValue(r.object);if(i&&(0,et.isClassType)(i)){let s=this.getSubjectValue(r.subject);s&&await this.discoverNodeType(s)}}let t=await this.tripleStore.match(void 0,new si.IRI(et.RDF_TYPE_PREDICATES.RDFS_SUBCLASS_OF),void 0);for(let r of t){let i=this.getSubjectValue(r.subject),s=this.getObjectValue(r.object);if(i&&s){let a=this.typeHierarchy.get(i)??[];if(!a.includes(s)){a.push(s),this.typeHierarchy.set(i,a);let c=this.nodeTypes.get(i);c&&(c.parentTypes=a)}}}this.discoveryComplete=!0,this.emit({type:"hierarchy-updated",rootTypes:this.getRootTypes()})}subscribe(e){return this.subscribers.add(e),()=>this.subscribers.delete(e)}clear(){this.nodeTypes.clear(),this.edgeTypes.clear(),this.typeHierarchy.clear(),this.discoveryComplete=!1,this.config.includeBuiltInStyles&&this.registerBuiltInTypes()}registerBuiltInTypes(){for(let[e,t]of Object.entries(et.BUILT_IN_NODE_STYLES))this.nodeTypes.set(e,{uri:e,label:(0,et.extractLocalName)(e),source:"custom",style:(0,et.mergeNodeStyles)(et.DEFAULT_NODE_STYLE,t),priority:1});for(let[e,t]of Object.entries(et.BUILT_IN_EDGE_STYLES))this.edgeTypes.set(e,{uri:e,label:(0,et.extractLocalName)(e),source:"custom",style:(0,et.mergeEdgeStyles)(et.DEFAULT_EDGE_STYLE,t),priority:1})}async discoverNodeType(e){if(this.nodeTypes.has(e)||!this.tripleStore)return;let t=await this.tripleStore.match(new si.IRI(e),new si.IRI(et.RDF_TYPE_PREDICATES.RDFS_LABEL),void 0),r=await this.tripleStore.match(new si.IRI(e),new si.IRI(et.RDF_TYPE_PREDICATES.RDFS_COMMENT),void 0),i=t.length>0?this.getObjectValue(t[0].object)??(0,et.extractLocalName)(e):(0,et.extractLocalName)(e),s=r.length>0?this.getObjectValue(r[0].object):void 0,a="rdfs:Class",c=await this.tripleStore.match(new si.IRI(e),new si.IRI(et.RDF_TYPE_PREDICATES.RDF_TYPE),void 0);for(let f of c)if(this.getObjectValue(f.object)===et.RDF_TYPE_PREDICATES.OWL_CLASS){a="owl:Class";break}let u=et.BUILT_IN_NODE_STYLES[e]??et.BUILT_IN_NODE_STYLES[(0,et.extractLocalName)(e)],l={uri:e,label:i,description:s,source:a,style:(0,et.mergeNodeStyles)(et.DEFAULT_NODE_STYLE,u??{}),priority:1};this.registerNodeType(l)}normalizeTypeUri(e){let t=e.match(/^\[\[(.+?)\]\]$/);return t?t[1]:e}getSubjectValue(e){if(e instanceof si.IRI)return e.value;if(e instanceof YS.BlankNode)return`_:${e.id}`;if(typeof e=="object"&&e!==null&&"termType"in e)return e.toString()}getObjectValue(e){if(e instanceof GR.Literal||e instanceof si.IRI)return e.value;if(e instanceof YS.BlankNode)return`_:${e.id}`}getRootTypes(){let e=new Set;for(let r of this.typeHierarchy.values())for(let i of r)e.add(i);let t=[];for(let r of this.nodeTypes.keys())(!this.typeHierarchy.has(r)||this.typeHierarchy.get(r).length===0)&&e.has(r)&&t.push(r);return t}emit(e){for(let t of this.subscribers)try{t(e)}catch(r){console.error("TypeRegistry: error in subscriber callback",r)}}};nf.TypeRegistry=Ig});var Og=v(B=>{"use strict";Object.defineProperty(B,"__esModule",{value:!0});B.SPARQL_TEMPLATES=B.KNOWN_PROTOTYPES=B.EFFORT_STATUSES=B.ASSET_CLASSES=B.PREDICATES=B.SPARQL_PREFIXES=void 0;B.getTemplateByName=WR;B.findMatchingTemplates=zR;B.fillTemplate=HR;B.validateParameters=QR;B.SPARQL_PREFIXES=`PREFIX exo: <https://exocortex.my/ontology/exo#>
|
|
107
107
|
PREFIX ems: <https://exocortex.my/ontology/ems#>
|
|
108
108
|
PREFIX ims: <https://exocortex.my/ontology/ims#>
|
|
109
109
|
PREFIX gtd: <https://exocortex.my/ontology/gtd#>
|
|
@@ -226,7 +226,7 @@ WHERE {
|
|
|
226
226
|
?person ${B.PREDICATES.INSTANCE_CLASS} "[[${B.ASSET_CLASSES.PERSON}]]" .
|
|
227
227
|
?person ${B.PREDICATES.ASSET_LABEL} ?label .
|
|
228
228
|
}
|
|
229
|
-
ORDER BY ?label`,parameters:[],examples:["\u0432\u0441\u0435 \u043B\u044E\u0434\u0438","\u043A\u043E\u043D\u0442\u0430\u043A\u0442\u044B","persons"],keywords:["\u043B\u044E\u0434\u0438","\u043A\u043E\u043D\u0442\u0430\u043A\u0442\u044B","persons","person"]}];function WR(n){return B.SPARQL_TEMPLATES.find(e=>e.name===n)}o(WR,"getTemplateByName");function zR(n,e=3){let t=n.toLowerCase(),r=new Map;for(let i of B.SPARQL_TEMPLATES){let s=0;for(let a of i.keywords)t.includes(a.toLowerCase())&&(s+=2);for(let a of i.examples){let c=a.toLowerCase().split(/\s+/),u=t.split(/\s+/),l=c.filter(f=>u.some(h=>h.includes(f)||f.includes(h)));s+=l.length*.5}s>0&&r.set(i,s)}return Array.from(r.entries()).sort((i,s)=>s[1]-i[1]).slice(0,e).map(([i])=>i)}o(zR,"findMatchingTemplates");function HR(n,e){let t=n.template;for(let r of n.parameters)!r.required&&!e[r.name]&&r.name==="limit"&&(e[r.name]="100");for(let[r,i]of Object.entries(e))t=t.replace(new RegExp(`\\{\\{${r}\\}\\}`,"g"),i);return t}o(HR,"fillTemplate");function QR(n,e){let t=[];for(let r of n.parameters)r.required&&!e[r.name]&&t.push(r.name);return{valid:t.length===0,missing:t}}o(QR,"validateParameters")});var XS=v(
|
|
229
|
+
ORDER BY ?label`,parameters:[],examples:["\u0432\u0441\u0435 \u043B\u044E\u0434\u0438","\u043A\u043E\u043D\u0442\u0430\u043A\u0442\u044B","persons"],keywords:["\u043B\u044E\u0434\u0438","\u043A\u043E\u043D\u0442\u0430\u043A\u0442\u044B","persons","person"]}];function WR(n){return B.SPARQL_TEMPLATES.find(e=>e.name===n)}o(WR,"getTemplateByName");function zR(n,e=3){let t=n.toLowerCase(),r=new Map;for(let i of B.SPARQL_TEMPLATES){let s=0;for(let a of i.keywords)t.includes(a.toLowerCase())&&(s+=2);for(let a of i.examples){let c=a.toLowerCase().split(/\s+/),u=t.split(/\s+/),l=c.filter(f=>u.some(h=>h.includes(f)||f.includes(h)));s+=l.length*.5}s>0&&r.set(i,s)}return Array.from(r.entries()).sort((i,s)=>s[1]-i[1]).slice(0,e).map(([i])=>i)}o(zR,"findMatchingTemplates");function HR(n,e){let t=n.template;for(let r of n.parameters)!r.required&&!e[r.name]&&r.name==="limit"&&(e[r.name]="100");for(let[r,i]of Object.entries(e))t=t.replace(new RegExp(`\\{\\{${r}\\}\\}`,"g"),i);return t}o(HR,"fillTemplate");function QR(n,e){let t=[];for(let r of n.parameters)r.required&&!e[r.name]&&t.push(r.name);return{valid:t.length===0,missing:t}}o(QR,"validateParameters")});var XS=v(cn=>{"use strict";var YR=cn&&cn.__decorate||function(n,e,t,r){var i=arguments.length,s=i<3?e:r===null?r=Object.getOwnPropertyDescriptor(e,t):r,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")s=Reflect.decorate(n,e,t,r);else for(var c=n.length-1;c>=0;c--)(a=n[c])&&(s=(i<3?a(s):i>3?a(e,t,s):a(e,t))||s);return i>3&&s&&Object.defineProperty(e,t,s),s},KR=cn&&cn.__metadata||function(n,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(n,e)};Object.defineProperty(cn,"__esModule",{value:!0});cn.NLToSPARQLService=cn.DEFAULT_NL_TO_SPARQL_CONFIG=void 0;var XR=Le(),JR=ts(),St=Og();cn.DEFAULT_NL_TO_SPARQL_CONFIG={defaultLimit:100,includeExplanation:!0,confidenceThreshold:.3};var Pg=class{static{o(this,"NLToSPARQLService")}constructor(e={}){this.uuidPattern=/\b([0-9a-f]{8}[-]?[0-9a-f]{4}[-]?[0-9a-f]{4}[-]?[0-9a-f]{4}[-]?[0-9a-f]{12})\b/i,this.datePattern=/\b(20\d{2}[-]?\d{2}(?:[-]?\d{2})?)\b/,this.monthNames={\u044F\u043D\u0432\u0430\u0440:"01",\u0444\u0435\u0432\u0440\u0430\u043B:"02",\u043C\u0430\u0440\u0442:"03",\u0430\u043F\u0440\u0435\u043B:"04",\u043C\u0430\u0439:"05",\u0438\u044E\u043D:"06",\u0438\u044E\u043B:"07",\u0430\u0432\u0433\u0443\u0441\u0442:"08",\u0441\u0435\u043D\u0442\u044F\u0431\u0440:"09",\u043E\u043A\u0442\u044F\u0431\u0440:"10",\u043D\u043E\u044F\u0431\u0440:"11",\u0434\u0435\u043A\u0430\u0431\u0440:"12",january:"01",february:"02",march:"03",april:"04",may:"05",june:"06",july:"07",august:"08",september:"09",october:"10",november:"11",december:"12"},this.activityPatterns={\u0434\u0443\u0448:"\u0434\u0443\u0448","morning shower":"\u0434\u0443\u0448","\u0443\u0442\u0440\u0435\u043D\u043D\u0438\u0439 \u0434\u0443\u0448":"\u0434\u0443\u0448",\u0441\u043E\u043D:"\u041F\u043E\u0441\u043F\u0430\u0442\u044C",\u0441\u043F\u0430\u0442\u044C:"\u041F\u043E\u0441\u043F\u0430\u0442\u044C",\u043F\u043E\u0441\u043F\u0430\u0442\u044C:"\u041F\u043E\u0441\u043F\u0430\u0442\u044C",sleep:"\u041F\u043E\u0441\u043F\u0430\u0442\u044C",\u0439\u043E\u0433\u0430:"\u0439\u043E\u0433",yoga:"\u0439\u043E\u0433",\u043F\u0440\u0435\u0441\u0441:"\u041F\u0440\u0435\u0441\u0441","wim hof":"Wim Hof",\u043C\u043E\u0447\u0438:"\u041C\u041E\u0427\u0418"},this.prototypeMapping={\u0434\u0443\u0448:St.KNOWN_PROTOTYPES.MORNING_SHOWER,"\u0443\u0442\u0440\u0435\u043D\u043D\u0438\u0439 \u0434\u0443\u0448":St.KNOWN_PROTOTYPES.MORNING_SHOWER,"morning shower":St.KNOWN_PROTOTYPES.MORNING_SHOWER,\u043D\u043E\u0433\u0442\u0438:St.KNOWN_PROTOTYPES.CUT_NAILS,"\u043F\u043E\u0434\u0441\u0442\u0440\u0438\u0447\u044C \u043D\u043E\u0433\u0442\u0438":St.KNOWN_PROTOTYPES.CUT_NAILS},this.config={...cn.DEFAULT_NL_TO_SPARQL_CONFIG,...e}}convert(e){let t=e.trim().toLowerCase(),r=t.match(this.uuidPattern);if(r)return this.handleUuidQuery(t,r[1]);let i=(0,St.findMatchingTemplates)(t,3);if(i.length===0)return this.createFallbackQuery(t);let s=i[0],a=this.extractParameters(t,s),c=(0,St.validateParameters)(s,a);if(!c.valid){for(let d of c.missing){let p=this.inferParameter(t,d,s);p&&(a[d]=p)}let h=(0,St.validateParameters)(s,a);if(!h.valid)return this.createFallbackQuery(t,{template:s,missingParams:h.missing})}let u=(0,St.fillTemplate)(s,a),l=this.calculateConfidence(t,s,a),f=i.slice(1).map(h=>{let d=this.extractParameters(t,h);return(0,St.fillTemplate)(h,d)}).filter(h=>h!==u);return{query:u,templateName:s.name,parameters:a,confidence:l,explanation:this.generateExplanation(s,a),isFallback:!1,alternatives:f}}handleUuidQuery(e,t){if(e.includes("\u043F\u0440\u043E\u0442\u043E\u0442\u0438\u043F")||e.includes("prototype")||e.includes("\u0438\u043D\u0441\u0442\u0430\u043D\u0441")){let s=(0,St.getTemplateByName)("find_by_prototype_uuid");if(!s)throw new Error("Template find_by_prototype_uuid not found");let a={prototypeUuid:t,limit:"100"};return{query:(0,St.fillTemplate)(s,a),templateName:s.name,parameters:a,confidence:.9,explanation:`\u041F\u043E\u0438\u0441\u043A \u0438\u043D\u0441\u0442\u0430\u043D\u0441\u043E\u0432 \u043F\u0440\u043E\u0442\u043E\u0442\u0438\u043F\u0430 \u0441 UUID ${t}`,isFallback:!1,alternatives:[]}}let r=(0,St.getTemplateByName)("properties_by_uuid");if(!r)throw new Error("Template properties_by_uuid not found");let i={uuid:t};return{query:(0,St.fillTemplate)(r,i),templateName:r.name,parameters:i,confidence:.9,explanation:`\u041F\u043E\u043B\u0443\u0447\u0435\u043D\u0438\u0435 \u0441\u0432\u043E\u0439\u0441\u0442\u0432 \u0441\u0443\u0449\u043D\u043E\u0441\u0442\u0438 \u0441 UUID ${t}`,isFallback:!1,alternatives:[]}}extractParameters(e,t){let r={};for(let i of t.parameters)switch(i.name){case"keyword":case"pattern":case"taskLabel":case"entityLabel":r[i.name]=this.extractKeyword(e,t);break;case"prototypeUuid":r[i.name]=this.extractPrototypeUuid(e);break;case"yearMonth":r[i.name]=this.extractYearMonth(e);break;case"limit":r[i.name]=this.extractLimit(e);break;case"uuid":{let s=e.match(this.uuidPattern);s&&(r[i.name]=s[1]);break}}return r}extractKeyword(e,t){for(let[a,c]of Object.entries(this.activityPatterns))if(e.includes(a))return c;let r=e.match(/["'«»]([^"'«»]+)["'«»]/);if(r)return r[1];let i=e.replace(/^(найди|найти|покажи|покажешь|какие|какой|сколько|где|как|что|все|всех|мои|моих|за|в|по|для|который|которые)\s+/gi,"").replace(/\s+(за|в|по|для|с|на|от)\s+\d+.*$/gi,"").trim(),s=i.split(/\s+/);return s.length>0?s.slice(0,2).join(" "):i||e}extractPrototypeUuid(e){let t=e.match(this.uuidPattern);if(t)return t[1];for(let[r,i]of Object.entries(this.prototypeMapping))if(e.includes(r))return i;return""}extractYearMonth(e){let t=e.match(this.datePattern);if(t)return t[1].replace(/(\d{4})(\d{2})/,"$1-$2");for(let[r,i]of Object.entries(this.monthNames))if(e.includes(r)){let s=e.match(/\b(20\d{2})\b/);return`${s?s[1]:new Date().getFullYear()}-${i}`}return""}extractLimit(e){let t=e.match(/(?:первые|последние|топ|limit|лимит)\s*(\d+)/i);if(t)return t[1];let r=e.match(/\b(\d{1,3})\b/);return r&&parseInt(r[1])<=500?r[1]:String(this.config.defaultLimit)}inferParameter(e,t,r){switch(t){case"prototypeUuid":for(let[i,s]of Object.entries(this.prototypeMapping))if(e.includes(i))return s;break;case"keyword":case"pattern":for(let[i,s]of Object.entries(this.activityPatterns))if(e.includes(i))return s;break}return null}createFallbackQuery(e,t){let r=this.extractKeyword(e,St.SPARQL_TEMPLATES[0]),i=`${St.SPARQL_PREFIXES}
|
|
230
230
|
|
|
231
231
|
SELECT ?s ?label ?class WHERE {
|
|
232
232
|
?s ${St.PREDICATES.ASSET_LABEL} ?label .
|
|
@@ -234,21 +234,21 @@ SELECT ?s ?label ?class WHERE {
|
|
|
234
234
|
FILTER(CONTAINS(LCASE(?label), "${r.toLowerCase()}"))
|
|
235
235
|
}
|
|
236
236
|
ORDER BY ?label
|
|
237
|
-
LIMIT ${this.config.defaultLimit}`,s="\u041D\u0435 \u0443\u0434\u0430\u043B\u043E\u0441\u044C \u0442\u043E\u0447\u043D\u043E \u043E\u043F\u0440\u0435\u0434\u0435\u043B\u0438\u0442\u044C \u0442\u0438\u043F \u0437\u0430\u043F\u0440\u043E\u0441\u0430. \u0412\u044B\u043F\u043E\u043B\u043D\u044F\u0435\u0442\u0441\u044F \u043F\u043E\u0438\u0441\u043A \u043F\u043E \u043A\u043B\u044E\u0447\u0435\u0432\u043E\u043C\u0443 \u0441\u043B\u043E\u0432\u0443.";return t?.template&&t?.missingParams&&(s+=` \u0414\u043B\u044F \u0448\u0430\u0431\u043B\u043E\u043D\u0430 "${t.template.name}" \u043D\u0435 \u0445\u0432\u0430\u0442\u0430\u0435\u0442 \u043F\u0430\u0440\u0430\u043C\u0435\u0442\u0440\u043E\u0432: ${t.missingParams.join(", ")}.`),{query:i,templateName:null,parameters:{keyword:r},confidence:.3,explanation:s,isFallback:!0,alternatives:[]}}calculateConfidence(e,t,r){let i=.5;for(let c of t.keywords)e.includes(c.toLowerCase())&&(i+=.1);let s=t.parameters.filter(c=>c.required),a=s.filter(c=>r[c.name]&&r[c.name].length>0);s.length>0?i+=a.length/s.length*.2:i+=.2;for(let[c]of Object.entries(this.prototypeMapping))if(e.includes(c)){i+=.1;break}return Math.min(i,1)}generateExplanation(e,t){let r=e.description;return Object.keys(t).length>0&&(r+=". \u041F\u0430\u0440\u0430\u043C\u0435\u0442\u0440\u044B: ",r+=Object.entries(t).filter(([,i])=>i&&i.length>0).map(([i,s])=>`${i}="${s}"`).join(", ")),r}getAvailableTemplates(){return[...St.SPARQL_TEMPLATES]}getTemplate(e){return(0,St.getTemplateByName)(e)}setConfig(e){this.config={...this.config,...e}}getConfig(){return{...this.config}}addTemplate(e){St.SPARQL_TEMPLATES.push(e),JR.LoggingService.debug(`Added custom template: ${e.name}`)}getSuggestions(e){let t=[];return(e.includes("\u0441\u043A\u043E\u043B\u044C\u043A\u043E")||e.includes("\u0441\u0440\u0435\u0434\u043D")||e.includes("\u0441\u0442\u0430\u0442\u0438\u0441\u0442\u0438\u043A"))&&!e.match(/\b20\d{2}\b/)&&!this.containsMonth(e)&&t.push("\u0414\u043E\u0431\u0430\u0432\u044C\u0442\u0435 \u043F\u0435\u0440\u0438\u043E\u0434 \u0432\u0440\u0435\u043C\u0435\u043D\u0438 (\u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440: '\u0437\u0430 \u0434\u0435\u043A\u0430\u0431\u0440\u044C' \u0438\u043B\u0438 '\u0437\u0430 2025-12')"),(e.includes("\u0437\u0430\u0434\u0430\u0447")||e.includes("\u0430\u043A\u0442\u0438\u0432\u043D\u043E\u0441\u0442"))&&t.push("\u0414\u043B\u044F \u0442\u043E\u0447\u043D\u043E\u0433\u043E \u043F\u043E\u0438\u0441\u043A\u0430 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 UUID \u043F\u0440\u043E\u0442\u043E\u0442\u0438\u043F\u0430 \u0432\u043C\u0435\u0441\u0442\u043E \u043D\u0430\u0437\u0432\u0430\u043D\u0438\u044F"),e.length<10&&t.push("\u0423\u0442\u043E\u0447\u043D\u0438\u0442\u0435 \u0437\u0430\u043F\u0440\u043E\u0441: \u0434\u043E\u0431\u0430\u0432\u044C\u0442\u0435 \u043D\u0430\u0437\u0432\u0430\u043D\u0438\u0435 \u0430\u043A\u0442\u0438\u0432\u043D\u043E\u0441\u0442\u0438 \u0438\u043B\u0438 \u0442\u0438\u043F \u0434\u0430\u043D\u043D\u044B\u0445"),t}containsMonth(e){return Object.keys(this.monthNames).some(t=>e.includes(t))}};
|
|
238
|
-
`).filter(s=>s.trim()).map(s=>this.cleanWikiLink(s.replace(/^\s*-\s*/,"").trim()));let r=this.frontmatterService.getPropertyValue(e,"exo__Instance_class");return r?this.cleanWikiLink(r):null}cleanWikiLink(e){return e.replace(/^\[\[/,"").replace(/\]\]$/,"").replace(/^"/,"").replace(/"$/,"")}parseTimestamp(e){if(!e)return null;let t=e.replace(/^"/,"").replace(/"$/,""),r=new Date(t);return isNaN(r.getTime())?null:r}calculateDurationStats(e){let t=e.filter(f=>f.startTimestamp&&f.endTimestamp).map(f=>(f.endTimestamp.getTime()-f.startTimestamp.getTime())/6e4).filter(f=>f>0);if(t.length===0)return{count:0,totalMinutes:0,averageMinutes:0,minMinutes:0,maxMinutes:0,stdDevMinutes:0};let r=t.reduce((f,h)=>f+h,0),i=r/t.length,s=Math.min(...t),a=Math.max(...t),u=t.map(f=>Math.pow(f-i,2)).reduce((f,h)=>f+h,0)/t.length,l=Math.sqrt(u);return{count:t.length,totalMinutes:Math.round(r),averageMinutes:Math.round(i*10)/10,minMinutes:Math.round(s),maxMinutes:Math.round(a),stdDevMinutes:Math.round(l*10)/10}}calculateDailyAggregates(e){let t=new Map;for(let r of e){if(!r.startTimestamp)continue;let i=nF.DateFormatter.toDateString(r.startTimestamp);t.has(i)||t.set(i,{count:0,totalMinutes:0});let s=t.get(i);if(s.count++,r.endTimestamp){let a=r.endTimestamp.getTime()-r.startTimestamp.getTime();s.totalMinutes+=a/6e4}}return Array.from(t.entries()).map(([r,i])=>({date:r,count:i.count,totalMinutes:Math.round(i.totalMinutes),averageMinutes:i.count>0?Math.round(i.totalMinutes/i.count*10)/10:0})).sort((r,i)=>r.date.localeCompare(i.date))}calculateHourlyDistribution(e){let t=new Array(24).fill(0);for(let i of e){if(!i.startTimestamp)continue;let s=i.startTimestamp.getHours();t[s]++}let r=t.reduce((i,s)=>i+s,0);return t.map((i,s)=>({hour:s,count:i,percentage:r>0?Math.round(i/r*1e3)/10:0}))}calculateWeekdayDistribution(e){let t=["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],r=new Array(7).fill(0);for(let s of e){if(!s.startTimestamp)continue;let a=s.startTimestamp.getDay();r[a]++}let i=r.reduce((s,a)=>s+a,0);return r.map((s,a)=>({dayOfWeek:a,dayName:t[a],count:s,percentage:i>0?Math.round(s/i*1e3)/10:0}))}async analyzeSleep(e=this.getDefaultPeriod()){let t=await this.getEffortsInPeriod(e,{labelContains:"\u041F\u043E\u0441\u043F\u0430\u0442\u044C"}),r=this.calculateDurationStats(t),i=this.calculateDailyAggregates(t),s=[],a=[];for(let h of t){if(h.startTimestamp){let d=h.startTimestamp.getHours()*60+h.startTimestamp.getMinutes();s.push(d<360?d+1440:d)}if(h.endTimestamp){let d=h.endTimestamp.getHours()*60+h.endTimestamp.getMinutes();a.push(d)}}let c=s.length>0?s.reduce((h,d)=>h+d,0)/s.length:0,u=a.length>0?a.reduce((h,d)=>h+d,0)/a.length:0,l=s.length>1?Math.sqrt(s.map(h=>Math.pow(h-c,2)).reduce((h,d)=>h+d,0)/s.length):0,f=a.length>1?Math.sqrt(a.map(h=>Math.pow(h-u,2)).reduce((h,d)=>h+d,0)/a.length):0;return{period:e,stats:r,dailyData:i,averageBedtime:this.minutesToTimeString(c%1440),averageWakeTime:this.minutesToTimeString(u),bedtimeVariabilityMinutes:Math.round(l),wakeTimeVariabilityMinutes:Math.round(f)}}minutesToTimeString(e){let t=Math.floor(e/60),r=Math.round(e%60);return`${String(t).padStart(2,"0")}:${String(r).padStart(2,"0")}`}async analyzeTaskCompletion(e=this.getDefaultPeriod()){let r=(await this.getEffortsInPeriod(e)).filter(l=>Array.isArray(l.instanceClass)?l.instanceClass.some(f=>f.includes("ems__Task")):l.instanceClass?.includes("ems__Task")??!1),i=r.filter(l=>l.status?.includes("ems__EffortStatusDone")),s=r.filter(l=>l.status?.includes("ems__EffortStatusTrashed")),a=i.filter(l=>l.startTimestamp&&l.endTimestamp).map(l=>(l.endTimestamp.getTime()-l.startTimestamp.getTime())/6e4),c=a.length>0?a.reduce((l,f)=>l+f,0)/a.length:0,u=this.calculateDailyAggregates(i);return{period:e,totalTasks:r.length,completedTasks:i.length,trashedTasks:s.length,completionRate:r.length>0?Math.round(i.length/r.length*1e3)/10:0,averageCompletionTimeMinutes:Math.round(c*10)/10,dailyCompletions:u}}async analyzeActivityFrequency(e,t=this.getDefaultPeriod()){let r=await this.getEffortsInPeriod(t,{labelContains:e}),i=this.calculateDurationStats(r),s=this.calculateDailyAggregates(r),a=this.calculateHourlyDistribution(r),c=this.calculateWeekdayDistribution(r);return{activityLabel:e,period:t,stats:i,dailyData:s,hourlyDistribution:a,weekdayDistribution:c}}async getActivitySummary(e=this.getDefaultPeriod()){let t=await this.getEffortsInPeriod(e),r=new Map;for(let s of t){let a=s.label.split(" ")[0];r.has(a)||r.set(a,[]),r.get(a).push(s)}let i=new Map;for(let[s,a]of r)i.set(s,this.calculateDurationStats(a));return i}};jn.AnalyticsService=Dg;jn.AnalyticsService=Dg=ZR([(0,JS.injectable)(),tF(0,(0,JS.inject)(rF.DI_TOKENS.IVaultAdapter)),eF("design:paramtypes",[Object])],Dg)});var e_=v(Xs=>{"use strict";var sF=Xs&&Xs.__decorate||function(n,e,t,r){var i=arguments.length,s=i<3?e:r===null?r=Object.getOwnPropertyDescriptor(e,t):r,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")s=Reflect.decorate(n,e,t,r);else for(var c=n.length-1;c>=0;c--)(a=n[c])&&(s=(i<3?a(s):i>3?a(e,t,s):a(e,t))||s);return i>3&&s&&Object.defineProperty(e,t,s),s};Object.defineProperty(Xs,"__esModule",{value:!0});Xs.TrendDetectionService=void 0;var aF=Le(),Rg=class{static{o(this,"TrendDetectionService")}constructor(){this.TREND_THRESHOLD=.05,this.ANOMALY_THRESHOLD_STD=2,this.STRONG_CORRELATION_THRESHOLD=.7,this.MODERATE_CORRELATION_THRESHOLD=.4}analyzeTrend(e,t="averageMinutes"){if(e.length<3)return{direction:"stable",strength:"none",slope:0,rSquared:0,changePercentage:0,insight:"Insufficient data for trend analysis (need at least 3 data points)"};let r=e.map(d=>d[t]),{slope:i,rSquared:s}=this.linearRegression(r),a=r[0]||1,u=((r[r.length-1]||0)-a)/a*100,l;Math.abs(u)<this.TREND_THRESHOLD*100?l="stable":i>0?l="increasing":l="decreasing";let f;s>=.7?f="strong":s>=.4?f="moderate":s>=.2?f="weak":f="none";let h=this.generateTrendInsight(l,f,u);return{direction:l,strength:f,slope:Math.round(i*100)/100,rSquared:Math.round(s*100)/100,changePercentage:Math.round(u*10)/10,insight:h}}linearRegression(e){let t=e.length;if(t===0)return{slope:0,intercept:0,rSquared:0};let r=(t-1)/2,i=e.reduce((d,p)=>d+p,0)/t,s=0,a=0;for(let d=0;d<t;d++)s+=(d-r)*(e[d]-i),a+=Math.pow(d-r,2);let c=a!==0?s/a:0,u=i-c*r,l=0,f=0;for(let d=0;d<t;d++){let p=u+c*d;l+=Math.pow(e[d]-p,2),f+=Math.pow(e[d]-i,2)}let h=f!==0?1-l/f:0;return{slope:c,intercept:u,rSquared:Math.max(0,h)}}generateTrendInsight(e,t,r){if(t==="none"||e==="stable")return"Metric is relatively stable with no significant trend.";let i=t==="strong"?"clearly":t==="moderate"?"moderately":"slightly",s=e==="increasing"?"increasing":"decreasing",a=`${Math.abs(Math.round(r))}%`;return`Metric is ${i} ${s} (${a} change over the period).`}detectAnomalies(e,t="averageMinutes"){if(e.length<5)return[];let r=e.map(c=>c[t]),{mean:i,stdDev:s}=this.calculateStats(r),a=[];for(let c=0;c<e.length;c++){let u=r[c],l=(u-i)/(s||1);if(Math.abs(l)>=this.ANOMALY_THRESHOLD_STD){let f=this.determineAnomalySeverity(l),h=this.determineAnomalyType(l,u,i);a.push({date:e[c].date,value:u,expectedValue:Math.round(i*10)/10,deviation:Math.round(l*100)/100,severity:f,type:h,description:this.generateAnomalyDescription(h,f,l,u,i)})}}return a}calculateStats(e){if(e.length===0)return{mean:0,stdDev:0};let t=e.reduce((a,c)=>a+c,0)/e.length,i=e.map(a=>Math.pow(a-t,2)).reduce((a,c)=>a+c,0)/e.length,s=Math.sqrt(i);return{mean:t,stdDev:s}}determineAnomalySeverity(e){let t=Math.abs(e);return t>=3?"critical":t>=2.5?"warning":"info"}determineAnomalyType(e,t,r){return t>r&&e>0?"spike":t<r&&e<0?"drop":"outlier"}generateAnomalyDescription(e,t,r,i,s){let a=t==="critical"?"Significant":t==="warning"?"Notable":"Minor",c=e==="spike"?"spike":e==="drop"?"drop":"unusual value",u=Math.round((i-s)/s*100);return`${a} ${c} detected: ${Math.round(i)} (${u>0?"+":""}${u}% from average of ${Math.round(s)}, ${r.toFixed(1)}\u03C3 from mean).`}calculateCorrelation(e,t,r,i){let s=Math.min(e.length,t.length);if(s<5)return{metric1:r,metric2:i,coefficient:0,strength:"none",direction:"none",insight:"Insufficient data for correlation analysis."};let{mean:a,stdDev:c}=this.calculateStats(e.slice(0,s)),{mean:u,stdDev:l}=this.calculateStats(t.slice(0,s));if(c===0||l===0)return{metric1:r,metric2:i,coefficient:0,strength:"none",direction:"none",insight:"One or both metrics have no variation."};let f=0;for(let T=0;T<s;T++)f+=(e[T]-a)/c*((t[T]-u)/l);let h=f/s,d=Math.abs(h),p;d>=this.STRONG_CORRELATION_THRESHOLD?p="strong":d>=this.MODERATE_CORRELATION_THRESHOLD?p="moderate":d>=.2?p="weak":p="none";let S=p==="none"?"none":h>0?"positive":"negative",b=this.generateCorrelationInsight(r,i,h,p,S);return{metric1:r,metric2:i,coefficient:Math.round(h*100)/100,strength:p,direction:S,insight:b}}generateCorrelationInsight(e,t,r,i,s){if(i==="none")return`No significant correlation found between ${e} and ${t}.`;let a=i==="strong"?"strongly":i==="moderate"?"moderately":"weakly",c=s==="positive"?"When one increases, the other tends to increase":"When one increases, the other tends to decrease";return`${e} and ${t} are ${a} ${s}ly correlated (r=${r.toFixed(2)}). ${c}.`}analyzeWeeklyPattern(e,t="averageMinutes"){let r=["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],i={};for(let u of e){let f=new Date(u.date).getDay();i[f]||(i[f]=[]),i[f].push(u[t])}let s=[],a=0,c=1/0;for(let u=0;u<7;u++){let l=i[u]||[],{mean:f,stdDev:h}=this.calculateStats(l);f>a&&(a=f),f<c&&l.length>0&&(c=f),s.push({dayOfWeek:u,dayName:r[u],averageValue:Math.round(f*10)/10,deviation:Math.round(h*10)/10,isHighPoint:!1,isLowPoint:!1})}for(let u of s)u.averageValue===a&&a>0&&(u.isHighPoint=!0),u.averageValue===c&&c!==1/0&&(u.isLowPoint=!0);return s}generateInsights(e,t,r,i,s){let a=[];t.strength!=="none"&&t.direction!=="stable"&&a.push({type:"trend",severity:t.direction==="decreasing"?"warning":"info",title:`${s} is ${t.direction}`,description:t.insight,metric:s,value:t.changePercentage,actionable:t.direction==="decreasing"});let c=r.filter(f=>f.severity==="critical");if(c.length>0)for(let f of c)a.push({type:"anomaly",severity:"critical",title:`Unusual ${f.type} detected on ${f.date}`,description:f.description,metric:s,value:f.value,actionable:!0});let u=i.filter(f=>f.isHighPoint).map(f=>f.dayName),l=i.filter(f=>f.isLowPoint).map(f=>f.dayName);return u.length>0&&l.length>0&&a.push({type:"pattern",severity:"info",title:"Weekly pattern detected",description:`${s} tends to be highest on ${u.join(", ")} and lowest on ${l.join(", ")}.`,metric:s,actionable:!1}),e.stdDevMinutes>e.averageMinutes*.5&&a.push({type:"recommendation",severity:"warning",title:"High variability detected",description:`${s} shows high variability (std dev: ${e.stdDevMinutes} min). Consider maintaining a more consistent schedule.`,metric:s,value:e.stdDevMinutes,actionable:!0}),a}detectSuddenChanges(e,t="averageMinutes",r=50){let i=[];for(let s=1;s<e.length;s++){let a=e[s-1][t],c=e[s][t];if(a===0)continue;let u=(c-a)/a*100;Math.abs(u)>=r&&i.push({date:e[s].date,previousValue:a,currentValue:c,changePercent:Math.round(u*10)/10})}return i}};Xs.TrendDetectionService=Rg;Xs.TrendDetectionService=Rg=sF([(0,aF.injectable)()],Rg)});var r_=v(Js=>{"use strict";Object.defineProperty(Js,"__esModule",{value:!0});Js.AutocompleteService=Js.DEFAULT_AUTOCOMPLETE_CONFIG=void 0;var sf=Xr(),Dc=Ye(),t_=lt();Js.DEFAULT_AUTOCOMPLETE_CONFIG={limit:10,activeBoost:20,recencyBoost:10,recencyDays:7};var Fg=class{static{o(this,"AutocompleteService")}constructor(e,t){this.tripleStore=e,this.config={...Js.DEFAULT_AUTOCOMPLETE_CONFIG,...t}}async getSuggestions(e,t,r){let i={...this.config,...r},s=await this.getPropertyRange(e);if(s.length===0){let u=this.inferClassFromProperty(e);u&&s.push(u)}let a=[];for(let u of s){let l=await this.getAssetsOfClass(u);a.push(...l)}return a.map(u=>({...u,matchScore:this.calculateMatchScore(u,t,i)})).filter(u=>u.matchScore>0).sort((u,l)=>l.matchScore-u.matchScore).slice(0,i.limit)}async getSuggestionsByClass(e,t,r){let i={...this.config,...r},s=[];for(let c of e){let u=await this.getAssetsOfClass(c);s.push(...u)}return s.map(c=>({...c,matchScore:this.calculateMatchScore(c,t,i)})).filter(c=>c.matchScore>0).sort((c,u)=>u.matchScore-c.matchScore).slice(0,i.limit)}async getPropertyRange(e){let t=this.toFullIri(e),r=[],i=await this.tripleStore.match(new Dc.IRI(t),sf.Namespace.RDFS.term("range"),void 0);for(let s of i)if(s.object instanceof Dc.IRI){let a=this.toClassName(s.object.value);a&&r.push(a)}return r}async getAssetsOfClass(e){let t=this.toFullIri(e),r=[],i=await this.tripleStore.match(void 0,sf.Namespace.RDF.term("type"),new Dc.IRI(t));for(let s of i)if(s.subject instanceof Dc.IRI){let a=await this.buildSuggestion(s.subject,e);a&&r.push(a)}return r}async buildSuggestion(e,t){let r=await this.tripleStore.match(e,sf.Namespace.EXO.term("Asset_label"),void 0),i="";for(let c of r)if(c.object instanceof t_.Literal){i=c.object.value;break}if(i||(i=this.extractLabelFromUri(e.value)),!i)return null;let s=await this.checkIfActive(e),a=this.extractPathFromUri(e.value);return{label:i,uri:e.value,path:a,assetClass:t,isActive:s,matchScore:0}}async checkIfActive(e){let t=await this.tripleStore.match(e,sf.Namespace.EMS.term("Effort_status"),void 0);for(let r of t){let i=r.object instanceof t_.Literal||r.object instanceof Dc.IRI?r.object.value:"";if(i.includes("Active")||i.includes("EffortStatus_Active"))return!0}return!1}calculateMatchScore(e,t,r){if(!t||t.length===0)return e.isActive?100+r.activeBoost:100;let i=e.label.toLowerCase(),s=t.toLowerCase(),a=0;if(i===s)a=100;else if(i.startsWith(s))a=80;else if(i.includes(s))a=60;else if(this.fuzzyMatch(s,i))a=40;else return 0;if(e.isActive&&(a+=r.activeBoost),e.lastModified){let c=(Date.now()-e.lastModified)/864e5;c<=r.recencyDays&&(a+=r.recencyBoost*(1-c/r.recencyDays))}return a}fuzzyMatch(e,t){let r=0;for(let i=0;i<t.length&&r<e.length;i++)t[i]===e[r]&&r++;return r===e.length}inferClassFromProperty(e){let t=e.toLowerCase();return t.includes("project")?"ems__Project":t.includes("area")?"ems__Area":t.includes("task")?"ems__Task":t.includes("effort")?"ems__Effort":null}toFullIri(e){if(e.startsWith("http://")||e.startsWith("https://"))return e;let t=e.match(/^([a-z]+)__(.+)$/);if(t){let[,r,i]=t;switch(r){case"ems":return`https://exocortex.my/ontology/ems#${i}`;case"exo":return`https://exocortex.my/ontology/exo#${i}`;default:return`https://exocortex.my/ontology/${r}#${i}`}}return e}toClassName(e){let t=e.match(/https:\/\/exocortex\.my\/ontology\/([a-z]+)#(.+)$/);if(t){let[,r,i]=t;return`${r}__${i}`}return null}extractLabelFromUri(e){if(e.startsWith("obsidian://")){let r=decodeURIComponent(e),i=r.lastIndexOf("/");if(i>=0){let s=r.substring(i+1);return s.endsWith(".md")&&(s=s.substring(0,s.length-3)),s}}let t=e.lastIndexOf("/");if(t>=0){let r=e.substring(t+1);return r.endsWith(".md")&&(r=r.substring(0,r.length-3)),r}return""}extractPathFromUri(e){if(e.startsWith("obsidian://vault/")){let t=decodeURIComponent(e.substring(17)),r=t.indexOf("/");return r>=0?t.substring(r+1):t}return e}};Js.AutocompleteService=Fg});var i_=v($n=>{"use strict";var oF=$n&&$n.__decorate||function(n,e,t,r){var i=arguments.length,s=i<3?e:r===null?r=Object.getOwnPropertyDescriptor(e,t):r,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")s=Reflect.decorate(n,e,t,r);else for(var c=n.length-1;c>=0;c--)(a=n[c])&&(s=(i<3?a(s):i>3?a(e,t,s):a(e,t))||s);return i>3&&s&&Object.defineProperty(e,t,s),s},cF=$n&&$n.__metadata||function(n,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(n,e)},uF=$n&&$n.__param||function(n,e){return function(t,r){e(t,r,n)}};Object.defineProperty($n,"__esModule",{value:!0});$n.DailyReviewService=void 0;var n_=Le(),lF=ct(),ka=zt(),fF=es(),hF=vr(),Ng=class{static{o(this,"DailyReviewService")}constructor(e){this.vault=e,this.frontmatterService=new fF.FrontmatterService}async getPractices(){let e=this.vault.getAllFiles(),t=[],r=ka.DateFormatter.toDateString(new Date);for(let i of e)if(i.path.endsWith(".md"))try{let s=await this.vault.read(i),a=this.frontmatterService.parse(s);if(!a.exists)continue;let c=this.frontmatterService.getPropertyValue(a.content,"exo__Instance_class");if(!this.isTaskPrototype(c))continue;let u=this.frontmatterService.getPropertyValue(a.content,"exo__Asset_uid");if(!u)continue;let l=u.replace(/"/g,""),f=this.frontmatterService.getPropertyValue(a.content,"exo__Asset_label");if(!f)continue;let h=f.replace(/"/g,""),p=this.frontmatterService.getPropertyValue(a.content,"ems__Recurring_rule")?.replace(/"/g,"")||null,S=this.frontmatterService.getPropertyValue(a.content,"ems__Task_estimatedDuration"),b=null;if(S){let A=parseInt(S,10);isNaN(A)||(b=A)}let T=await this.findTodayInstance(l,r);t.push({uid:l,label:h,path:i.path,recurringRule:p,estimatedDuration:b,doneToday:T?.status==="done",inProgressToday:T?.status==="doing",todayInstancePath:T?.path||null})}catch{continue}return t.sort((i,s)=>i.label.localeCompare(s.label))}async getDailyReviewSummary(e){let t=e||new Date,r=ka.DateFormatter.toDateString(t),i=new Date(t);i.setHours(0,0,0,0);let s=new Date(t);s.setHours(23,59,59,999);let a=this.vault.getAllFiles(),c=0,u=0,l=0,f=0;for(let S of a)if(S.path.endsWith(".md"))try{let b=await this.vault.read(S),T=this.frontmatterService.parse(b);if(!T.exists)continue;let A=this.frontmatterService.getPropertyValue(T.content,"exo__Instance_class");if(!this.isTask(A))continue;let P=this.frontmatterService.getPropertyValue(T.content,"ems__Effort_plannedStartTimestamp"),L=this.frontmatterService.getPropertyValue(T.content,"ems__Effort_startTimestamp"),$=L?new Date(L):null,G=P?new Date(P):null;if(!(G&&G>=i&&G<=s||$&&$>=i&&$<=s))continue;c++;let Ue=this.frontmatterService.getPropertyValue(T.content,"ems__Effort_status");if(this.isDoneStatus(Ue)){u++;let $e=this.frontmatterService.getPropertyValue(T.content,"ems__Effort_endTimestamp");if(L&&$e){let q=this.calculateDurationMinutes(L,$e);f+=q}}else this.isDoingStatus(Ue)&&l++}catch{continue}let d=(await this.getPractices()).filter(S=>!S.doneToday&&S.recurringRule),p=c>0?Math.round(u/c*100):0;return{date:r,plannedCount:c,completedCount:u,inProgressCount:l,practicesDue:d,completionPercentage:p,totalTimeMinutes:Math.round(f)}}async quickCapture(e,t=!0,r){let i=(0,hF.v4)(),s=ka.DateFormatter.toISOTimestamp(new Date),a=`${i}.md`,c="03 Knowledge/kitelev",u=["---",`exo__Asset_uid: "${i}"`,`exo__Asset_label: "${e}"`,'exo__Instance_class: "[[ems__Task]]"'];if(r?.prototypeUid){let h=this.buildPrototypeUri(r.prototypeUid);u.push(`exo__Asset_prototype: "${h}"`)}if(r?.areaUid){let h=this.buildAssetUri(r.areaUid);u.push(`ems__Effort_area: "${h}"`)}if(r?.parentUid){let h=this.buildAssetUri(r.parentUid);u.push(`ems__Effort_parent: "${h}"`)}t?(u.push('ems__Effort_status: "[[ems__EffortStatusDoing]]"'),u.push(`ems__Effort_startTimestamp: ${s}`)):u.push('ems__Effort_status: "[[ems__EffortStatusBacklog]]"'),u.push("---","","");let l=u.join(`
|
|
237
|
+
LIMIT ${this.config.defaultLimit}`,s="\u041D\u0435 \u0443\u0434\u0430\u043B\u043E\u0441\u044C \u0442\u043E\u0447\u043D\u043E \u043E\u043F\u0440\u0435\u0434\u0435\u043B\u0438\u0442\u044C \u0442\u0438\u043F \u0437\u0430\u043F\u0440\u043E\u0441\u0430. \u0412\u044B\u043F\u043E\u043B\u043D\u044F\u0435\u0442\u0441\u044F \u043F\u043E\u0438\u0441\u043A \u043F\u043E \u043A\u043B\u044E\u0447\u0435\u0432\u043E\u043C\u0443 \u0441\u043B\u043E\u0432\u0443.";return t?.template&&t?.missingParams&&(s+=` \u0414\u043B\u044F \u0448\u0430\u0431\u043B\u043E\u043D\u0430 "${t.template.name}" \u043D\u0435 \u0445\u0432\u0430\u0442\u0430\u0435\u0442 \u043F\u0430\u0440\u0430\u043C\u0435\u0442\u0440\u043E\u0432: ${t.missingParams.join(", ")}.`),{query:i,templateName:null,parameters:{keyword:r},confidence:.3,explanation:s,isFallback:!0,alternatives:[]}}calculateConfidence(e,t,r){let i=.5;for(let c of t.keywords)e.includes(c.toLowerCase())&&(i+=.1);let s=t.parameters.filter(c=>c.required),a=s.filter(c=>r[c.name]&&r[c.name].length>0);s.length>0?i+=a.length/s.length*.2:i+=.2;for(let[c]of Object.entries(this.prototypeMapping))if(e.includes(c)){i+=.1;break}return Math.min(i,1)}generateExplanation(e,t){let r=e.description;return Object.keys(t).length>0&&(r+=". \u041F\u0430\u0440\u0430\u043C\u0435\u0442\u0440\u044B: ",r+=Object.entries(t).filter(([,i])=>i&&i.length>0).map(([i,s])=>`${i}="${s}"`).join(", ")),r}getAvailableTemplates(){return[...St.SPARQL_TEMPLATES]}getTemplate(e){return(0,St.getTemplateByName)(e)}setConfig(e){this.config={...this.config,...e}}getConfig(){return{...this.config}}addTemplate(e){St.SPARQL_TEMPLATES.push(e),JR.LoggingService.debug(`Added custom template: ${e.name}`)}getSuggestions(e){let t=[];return(e.includes("\u0441\u043A\u043E\u043B\u044C\u043A\u043E")||e.includes("\u0441\u0440\u0435\u0434\u043D")||e.includes("\u0441\u0442\u0430\u0442\u0438\u0441\u0442\u0438\u043A"))&&!e.match(/\b20\d{2}\b/)&&!this.containsMonth(e)&&t.push("\u0414\u043E\u0431\u0430\u0432\u044C\u0442\u0435 \u043F\u0435\u0440\u0438\u043E\u0434 \u0432\u0440\u0435\u043C\u0435\u043D\u0438 (\u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440: '\u0437\u0430 \u0434\u0435\u043A\u0430\u0431\u0440\u044C' \u0438\u043B\u0438 '\u0437\u0430 2025-12')"),(e.includes("\u0437\u0430\u0434\u0430\u0447")||e.includes("\u0430\u043A\u0442\u0438\u0432\u043D\u043E\u0441\u0442"))&&t.push("\u0414\u043B\u044F \u0442\u043E\u0447\u043D\u043E\u0433\u043E \u043F\u043E\u0438\u0441\u043A\u0430 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 UUID \u043F\u0440\u043E\u0442\u043E\u0442\u0438\u043F\u0430 \u0432\u043C\u0435\u0441\u0442\u043E \u043D\u0430\u0437\u0432\u0430\u043D\u0438\u044F"),e.length<10&&t.push("\u0423\u0442\u043E\u0447\u043D\u0438\u0442\u0435 \u0437\u0430\u043F\u0440\u043E\u0441: \u0434\u043E\u0431\u0430\u0432\u044C\u0442\u0435 \u043D\u0430\u0437\u0432\u0430\u043D\u0438\u0435 \u0430\u043A\u0442\u0438\u0432\u043D\u043E\u0441\u0442\u0438 \u0438\u043B\u0438 \u0442\u0438\u043F \u0434\u0430\u043D\u043D\u044B\u0445"),t}containsMonth(e){return Object.keys(this.monthNames).some(t=>e.includes(t))}};cn.NLToSPARQLService=Pg;cn.NLToSPARQLService=Pg=YR([(0,XR.injectable)(),KR("design:paramtypes",[Object])],Pg)});var ZS=v(jn=>{"use strict";var ZR=jn&&jn.__decorate||function(n,e,t,r){var i=arguments.length,s=i<3?e:r===null?r=Object.getOwnPropertyDescriptor(e,t):r,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")s=Reflect.decorate(n,e,t,r);else for(var c=n.length-1;c>=0;c--)(a=n[c])&&(s=(i<3?a(s):i>3?a(e,t,s):a(e,t))||s);return i>3&&s&&Object.defineProperty(e,t,s),s},eF=jn&&jn.__metadata||function(n,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(n,e)},tF=jn&&jn.__param||function(n,e){return function(t,r){e(t,r,n)}};Object.defineProperty(jn,"__esModule",{value:!0});jn.AnalyticsService=void 0;var JS=Le(),rF=ct(),nF=zt(),iF=es(),Dg=class{static{o(this,"AnalyticsService")}constructor(e){this.vault=e,this.frontmatterService=new iF.FrontmatterService}getDefaultPeriod(){let e=new Date,t=new Date;return t.setDate(t.getDate()-30),{startDate:t,endDate:e}}async getEffortsInPeriod(e,t){let i=this.vault.getAllFiles().filter(a=>a.path.endsWith(".md")),s=[];for(let a of i)try{let c=await this.vault.read(a),u=this.extractEffortData(a,c);if(!u)continue;if(u.startTimestamp){if(u.startTimestamp<e.startDate||u.startTimestamp>e.endDate)continue}else continue;if(t?.prototypeUri&&u.prototypeUri!==t.prototypeUri||t?.labelContains&&!u.label.toLowerCase().includes(t.labelContains.toLowerCase())||t?.status&&u.status&&!t.status.includes(u.status))continue;s.push(u)}catch{continue}return s}extractEffortData(e,t){let r=this.frontmatterService.parse(t);if(!r.exists)return null;let i=this.frontmatterService.getPropertyValue(r.content,"exo__Asset_label");if(!i)return null;let s=this.frontmatterService.getPropertyValue(r.content,"ems__Effort_status"),a=this.frontmatterService.getPropertyValue(r.content,"ems__Effort_startTimestamp"),c=this.frontmatterService.getPropertyValue(r.content,"ems__Effort_endTimestamp"),u=this.frontmatterService.getPropertyValue(r.content,"exo__Asset_prototype"),l=this.extractInstanceClass(r.content);return{path:e.path,label:this.cleanWikiLink(i),status:s?this.cleanWikiLink(s):null,startTimestamp:a?this.parseTimestamp(a):null,endTimestamp:c?this.parseTimestamp(c):null,prototypeUri:u?this.cleanWikiLink(u):null,instanceClass:l}}extractInstanceClass(e){let t=e.match(/exo__Instance_class:\s*\n((?:\s*-\s*.*\n?)+)/);if(t)return t[1].split(`
|
|
238
|
+
`).filter(s=>s.trim()).map(s=>this.cleanWikiLink(s.replace(/^\s*-\s*/,"").trim()));let r=this.frontmatterService.getPropertyValue(e,"exo__Instance_class");return r?this.cleanWikiLink(r):null}cleanWikiLink(e){return e.replace(/^\[\[/,"").replace(/\]\]$/,"").replace(/^"/,"").replace(/"$/,"")}parseTimestamp(e){if(!e)return null;let t=e.replace(/^"/,"").replace(/"$/,""),r=new Date(t);return isNaN(r.getTime())?null:r}calculateDurationStats(e){let t=e.filter(f=>f.startTimestamp&&f.endTimestamp).map(f=>(f.endTimestamp.getTime()-f.startTimestamp.getTime())/6e4).filter(f=>f>0);if(t.length===0)return{count:0,totalMinutes:0,averageMinutes:0,minMinutes:0,maxMinutes:0,stdDevMinutes:0};let r=t.reduce((f,h)=>f+h,0),i=r/t.length,s=Math.min(...t),a=Math.max(...t),u=t.map(f=>Math.pow(f-i,2)).reduce((f,h)=>f+h,0)/t.length,l=Math.sqrt(u);return{count:t.length,totalMinutes:Math.round(r),averageMinutes:Math.round(i*10)/10,minMinutes:Math.round(s),maxMinutes:Math.round(a),stdDevMinutes:Math.round(l*10)/10}}calculateDailyAggregates(e){let t=new Map;for(let r of e){if(!r.startTimestamp)continue;let i=nF.DateFormatter.toDateString(r.startTimestamp);t.has(i)||t.set(i,{count:0,totalMinutes:0});let s=t.get(i);if(s.count++,r.endTimestamp){let a=r.endTimestamp.getTime()-r.startTimestamp.getTime();s.totalMinutes+=a/6e4}}return Array.from(t.entries()).map(([r,i])=>({date:r,count:i.count,totalMinutes:Math.round(i.totalMinutes),averageMinutes:i.count>0?Math.round(i.totalMinutes/i.count*10)/10:0})).sort((r,i)=>r.date.localeCompare(i.date))}calculateHourlyDistribution(e){let t=new Array(24).fill(0);for(let i of e){if(!i.startTimestamp)continue;let s=i.startTimestamp.getHours();t[s]++}let r=t.reduce((i,s)=>i+s,0);return t.map((i,s)=>({hour:s,count:i,percentage:r>0?Math.round(i/r*1e3)/10:0}))}calculateWeekdayDistribution(e){let t=["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],r=new Array(7).fill(0);for(let s of e){if(!s.startTimestamp)continue;let a=s.startTimestamp.getDay();r[a]++}let i=r.reduce((s,a)=>s+a,0);return r.map((s,a)=>({dayOfWeek:a,dayName:t[a],count:s,percentage:i>0?Math.round(s/i*1e3)/10:0}))}async analyzeSleep(e=this.getDefaultPeriod()){let t=await this.getEffortsInPeriod(e,{labelContains:"\u041F\u043E\u0441\u043F\u0430\u0442\u044C"}),r=this.calculateDurationStats(t),i=this.calculateDailyAggregates(t),s=[],a=[];for(let h of t){if(h.startTimestamp){let d=h.startTimestamp.getHours()*60+h.startTimestamp.getMinutes();s.push(d<360?d+1440:d)}if(h.endTimestamp){let d=h.endTimestamp.getHours()*60+h.endTimestamp.getMinutes();a.push(d)}}let c=s.length>0?s.reduce((h,d)=>h+d,0)/s.length:0,u=a.length>0?a.reduce((h,d)=>h+d,0)/a.length:0,l=s.length>1?Math.sqrt(s.map(h=>Math.pow(h-c,2)).reduce((h,d)=>h+d,0)/s.length):0,f=a.length>1?Math.sqrt(a.map(h=>Math.pow(h-u,2)).reduce((h,d)=>h+d,0)/a.length):0;return{period:e,stats:r,dailyData:i,averageBedtime:this.minutesToTimeString(c%1440),averageWakeTime:this.minutesToTimeString(u),bedtimeVariabilityMinutes:Math.round(l),wakeTimeVariabilityMinutes:Math.round(f)}}minutesToTimeString(e){let t=Math.floor(e/60),r=Math.round(e%60);return`${String(t).padStart(2,"0")}:${String(r).padStart(2,"0")}`}async analyzeTaskCompletion(e=this.getDefaultPeriod()){let r=(await this.getEffortsInPeriod(e)).filter(l=>Array.isArray(l.instanceClass)?l.instanceClass.some(f=>f.includes("ems__Task")):l.instanceClass?.includes("ems__Task")??!1),i=r.filter(l=>l.status?.includes("ems__EffortStatusDone")),s=r.filter(l=>l.status?.includes("ems__EffortStatusTrashed")),a=i.filter(l=>l.startTimestamp&&l.endTimestamp).map(l=>(l.endTimestamp.getTime()-l.startTimestamp.getTime())/6e4),c=a.length>0?a.reduce((l,f)=>l+f,0)/a.length:0,u=this.calculateDailyAggregates(i);return{period:e,totalTasks:r.length,completedTasks:i.length,trashedTasks:s.length,completionRate:r.length>0?Math.round(i.length/r.length*1e3)/10:0,averageCompletionTimeMinutes:Math.round(c*10)/10,dailyCompletions:u}}async analyzeActivityFrequency(e,t=this.getDefaultPeriod()){let r=await this.getEffortsInPeriod(t,{labelContains:e}),i=this.calculateDurationStats(r),s=this.calculateDailyAggregates(r),a=this.calculateHourlyDistribution(r),c=this.calculateWeekdayDistribution(r);return{activityLabel:e,period:t,stats:i,dailyData:s,hourlyDistribution:a,weekdayDistribution:c}}async getActivitySummary(e=this.getDefaultPeriod()){let t=await this.getEffortsInPeriod(e),r=new Map;for(let s of t){let a=s.label.split(" ")[0];r.has(a)||r.set(a,[]),r.get(a).push(s)}let i=new Map;for(let[s,a]of r)i.set(s,this.calculateDurationStats(a));return i}};jn.AnalyticsService=Dg;jn.AnalyticsService=Dg=ZR([(0,JS.injectable)(),tF(0,(0,JS.inject)(rF.DI_TOKENS.IVaultAdapter)),eF("design:paramtypes",[Object])],Dg)});var e_=v(Xs=>{"use strict";var sF=Xs&&Xs.__decorate||function(n,e,t,r){var i=arguments.length,s=i<3?e:r===null?r=Object.getOwnPropertyDescriptor(e,t):r,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")s=Reflect.decorate(n,e,t,r);else for(var c=n.length-1;c>=0;c--)(a=n[c])&&(s=(i<3?a(s):i>3?a(e,t,s):a(e,t))||s);return i>3&&s&&Object.defineProperty(e,t,s),s};Object.defineProperty(Xs,"__esModule",{value:!0});Xs.TrendDetectionService=void 0;var aF=Le(),Rg=class{static{o(this,"TrendDetectionService")}constructor(){this.TREND_THRESHOLD=.05,this.ANOMALY_THRESHOLD_STD=2,this.STRONG_CORRELATION_THRESHOLD=.7,this.MODERATE_CORRELATION_THRESHOLD=.4}analyzeTrend(e,t="averageMinutes"){if(e.length<3)return{direction:"stable",strength:"none",slope:0,rSquared:0,changePercentage:0,insight:"Insufficient data for trend analysis (need at least 3 data points)"};let r=e.map(d=>d[t]),{slope:i,rSquared:s}=this.linearRegression(r),a=r[0]||1,u=((r[r.length-1]||0)-a)/a*100,l;Math.abs(u)<this.TREND_THRESHOLD*100?l="stable":i>0?l="increasing":l="decreasing";let f;s>=.7?f="strong":s>=.4?f="moderate":s>=.2?f="weak":f="none";let h=this.generateTrendInsight(l,f,u);return{direction:l,strength:f,slope:Math.round(i*100)/100,rSquared:Math.round(s*100)/100,changePercentage:Math.round(u*10)/10,insight:h}}linearRegression(e){let t=e.length;if(t===0)return{slope:0,intercept:0,rSquared:0};let r=(t-1)/2,i=e.reduce((d,p)=>d+p,0)/t,s=0,a=0;for(let d=0;d<t;d++)s+=(d-r)*(e[d]-i),a+=Math.pow(d-r,2);let c=a!==0?s/a:0,u=i-c*r,l=0,f=0;for(let d=0;d<t;d++){let p=u+c*d;l+=Math.pow(e[d]-p,2),f+=Math.pow(e[d]-i,2)}let h=f!==0?1-l/f:0;return{slope:c,intercept:u,rSquared:Math.max(0,h)}}generateTrendInsight(e,t,r){if(t==="none"||e==="stable")return"Metric is relatively stable with no significant trend.";let i=t==="strong"?"clearly":t==="moderate"?"moderately":"slightly",s=e==="increasing"?"increasing":"decreasing",a=`${Math.abs(Math.round(r))}%`;return`Metric is ${i} ${s} (${a} change over the period).`}detectAnomalies(e,t="averageMinutes"){if(e.length<5)return[];let r=e.map(c=>c[t]),{mean:i,stdDev:s}=this.calculateStats(r),a=[];for(let c=0;c<e.length;c++){let u=r[c],l=(u-i)/(s||1);if(Math.abs(l)>=this.ANOMALY_THRESHOLD_STD){let f=this.determineAnomalySeverity(l),h=this.determineAnomalyType(l,u,i);a.push({date:e[c].date,value:u,expectedValue:Math.round(i*10)/10,deviation:Math.round(l*100)/100,severity:f,type:h,description:this.generateAnomalyDescription(h,f,l,u,i)})}}return a}calculateStats(e){if(e.length===0)return{mean:0,stdDev:0};let t=e.reduce((a,c)=>a+c,0)/e.length,i=e.map(a=>Math.pow(a-t,2)).reduce((a,c)=>a+c,0)/e.length,s=Math.sqrt(i);return{mean:t,stdDev:s}}determineAnomalySeverity(e){let t=Math.abs(e);return t>=3?"critical":t>=2.5?"warning":"info"}determineAnomalyType(e,t,r){return t>r&&e>0?"spike":t<r&&e<0?"drop":"outlier"}generateAnomalyDescription(e,t,r,i,s){let a=t==="critical"?"Significant":t==="warning"?"Notable":"Minor",c=e==="spike"?"spike":e==="drop"?"drop":"unusual value",u=Math.round((i-s)/s*100);return`${a} ${c} detected: ${Math.round(i)} (${u>0?"+":""}${u}% from average of ${Math.round(s)}, ${r.toFixed(1)}\u03C3 from mean).`}calculateCorrelation(e,t,r,i){let s=Math.min(e.length,t.length);if(s<5)return{metric1:r,metric2:i,coefficient:0,strength:"none",direction:"none",insight:"Insufficient data for correlation analysis."};let{mean:a,stdDev:c}=this.calculateStats(e.slice(0,s)),{mean:u,stdDev:l}=this.calculateStats(t.slice(0,s));if(c===0||l===0)return{metric1:r,metric2:i,coefficient:0,strength:"none",direction:"none",insight:"One or both metrics have no variation."};let f=0;for(let T=0;T<s;T++)f+=(e[T]-a)/c*((t[T]-u)/l);let h=f/s,d=Math.abs(h),p;d>=this.STRONG_CORRELATION_THRESHOLD?p="strong":d>=this.MODERATE_CORRELATION_THRESHOLD?p="moderate":d>=.2?p="weak":p="none";let S=p==="none"?"none":h>0?"positive":"negative",b=this.generateCorrelationInsight(r,i,h,p,S);return{metric1:r,metric2:i,coefficient:Math.round(h*100)/100,strength:p,direction:S,insight:b}}generateCorrelationInsight(e,t,r,i,s){if(i==="none")return`No significant correlation found between ${e} and ${t}.`;let a=i==="strong"?"strongly":i==="moderate"?"moderately":"weakly",c=s==="positive"?"When one increases, the other tends to increase":"When one increases, the other tends to decrease";return`${e} and ${t} are ${a} ${s}ly correlated (r=${r.toFixed(2)}). ${c}.`}analyzeWeeklyPattern(e,t="averageMinutes"){let r=["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],i={};for(let u of e){let f=new Date(u.date).getDay();i[f]||(i[f]=[]),i[f].push(u[t])}let s=[],a=0,c=1/0;for(let u=0;u<7;u++){let l=i[u]||[],{mean:f,stdDev:h}=this.calculateStats(l);f>a&&(a=f),f<c&&l.length>0&&(c=f),s.push({dayOfWeek:u,dayName:r[u],averageValue:Math.round(f*10)/10,deviation:Math.round(h*10)/10,isHighPoint:!1,isLowPoint:!1})}for(let u of s)u.averageValue===a&&a>0&&(u.isHighPoint=!0),u.averageValue===c&&c!==1/0&&(u.isLowPoint=!0);return s}generateInsights(e,t,r,i,s){let a=[];t.strength!=="none"&&t.direction!=="stable"&&a.push({type:"trend",severity:t.direction==="decreasing"?"warning":"info",title:`${s} is ${t.direction}`,description:t.insight,metric:s,value:t.changePercentage,actionable:t.direction==="decreasing"});let c=r.filter(f=>f.severity==="critical");if(c.length>0)for(let f of c)a.push({type:"anomaly",severity:"critical",title:`Unusual ${f.type} detected on ${f.date}`,description:f.description,metric:s,value:f.value,actionable:!0});let u=i.filter(f=>f.isHighPoint).map(f=>f.dayName),l=i.filter(f=>f.isLowPoint).map(f=>f.dayName);return u.length>0&&l.length>0&&a.push({type:"pattern",severity:"info",title:"Weekly pattern detected",description:`${s} tends to be highest on ${u.join(", ")} and lowest on ${l.join(", ")}.`,metric:s,actionable:!1}),e.stdDevMinutes>e.averageMinutes*.5&&a.push({type:"recommendation",severity:"warning",title:"High variability detected",description:`${s} shows high variability (std dev: ${e.stdDevMinutes} min). Consider maintaining a more consistent schedule.`,metric:s,value:e.stdDevMinutes,actionable:!0}),a}detectSuddenChanges(e,t="averageMinutes",r=50){let i=[];for(let s=1;s<e.length;s++){let a=e[s-1][t],c=e[s][t];if(a===0)continue;let u=(c-a)/a*100;Math.abs(u)>=r&&i.push({date:e[s].date,previousValue:a,currentValue:c,changePercent:Math.round(u*10)/10})}return i}};Xs.TrendDetectionService=Rg;Xs.TrendDetectionService=Rg=sF([(0,aF.injectable)()],Rg)});var r_=v(Js=>{"use strict";Object.defineProperty(Js,"__esModule",{value:!0});Js.AutocompleteService=Js.DEFAULT_AUTOCOMPLETE_CONFIG=void 0;var sf=Jr(),Dc=Ye(),t_=lt();Js.DEFAULT_AUTOCOMPLETE_CONFIG={limit:10,activeBoost:20,recencyBoost:10,recencyDays:7};var Fg=class{static{o(this,"AutocompleteService")}constructor(e,t){this.tripleStore=e,this.config={...Js.DEFAULT_AUTOCOMPLETE_CONFIG,...t}}async getSuggestions(e,t,r){let i={...this.config,...r},s=await this.getPropertyRange(e);if(s.length===0){let u=this.inferClassFromProperty(e);u&&s.push(u)}let a=[];for(let u of s){let l=await this.getAssetsOfClass(u);a.push(...l)}return a.map(u=>({...u,matchScore:this.calculateMatchScore(u,t,i)})).filter(u=>u.matchScore>0).sort((u,l)=>l.matchScore-u.matchScore).slice(0,i.limit)}async getSuggestionsByClass(e,t,r){let i={...this.config,...r},s=[];for(let c of e){let u=await this.getAssetsOfClass(c);s.push(...u)}return s.map(c=>({...c,matchScore:this.calculateMatchScore(c,t,i)})).filter(c=>c.matchScore>0).sort((c,u)=>u.matchScore-c.matchScore).slice(0,i.limit)}async getPropertyRange(e){let t=this.toFullIri(e),r=[],i=await this.tripleStore.match(new Dc.IRI(t),sf.Namespace.RDFS.term("range"),void 0);for(let s of i)if(s.object instanceof Dc.IRI){let a=this.toClassName(s.object.value);a&&r.push(a)}return r}async getAssetsOfClass(e){let t=this.toFullIri(e),r=[],i=await this.tripleStore.match(void 0,sf.Namespace.RDF.term("type"),new Dc.IRI(t));for(let s of i)if(s.subject instanceof Dc.IRI){let a=await this.buildSuggestion(s.subject,e);a&&r.push(a)}return r}async buildSuggestion(e,t){let r=await this.tripleStore.match(e,sf.Namespace.EXO.term("Asset_label"),void 0),i="";for(let c of r)if(c.object instanceof t_.Literal){i=c.object.value;break}if(i||(i=this.extractLabelFromUri(e.value)),!i)return null;let s=await this.checkIfActive(e),a=this.extractPathFromUri(e.value);return{label:i,uri:e.value,path:a,assetClass:t,isActive:s,matchScore:0}}async checkIfActive(e){let t=await this.tripleStore.match(e,sf.Namespace.EMS.term("Effort_status"),void 0);for(let r of t){let i=r.object instanceof t_.Literal||r.object instanceof Dc.IRI?r.object.value:"";if(i.includes("Active")||i.includes("EffortStatus_Active"))return!0}return!1}calculateMatchScore(e,t,r){if(!t||t.length===0)return e.isActive?100+r.activeBoost:100;let i=e.label.toLowerCase(),s=t.toLowerCase(),a=0;if(i===s)a=100;else if(i.startsWith(s))a=80;else if(i.includes(s))a=60;else if(this.fuzzyMatch(s,i))a=40;else return 0;if(e.isActive&&(a+=r.activeBoost),e.lastModified){let c=(Date.now()-e.lastModified)/864e5;c<=r.recencyDays&&(a+=r.recencyBoost*(1-c/r.recencyDays))}return a}fuzzyMatch(e,t){let r=0;for(let i=0;i<t.length&&r<e.length;i++)t[i]===e[r]&&r++;return r===e.length}inferClassFromProperty(e){let t=e.toLowerCase();return t.includes("project")?"ems__Project":t.includes("area")?"ems__Area":t.includes("task")?"ems__Task":t.includes("effort")?"ems__Effort":null}toFullIri(e){if(e.startsWith("http://")||e.startsWith("https://"))return e;let t=e.match(/^([a-z]+)__(.+)$/);if(t){let[,r,i]=t;switch(r){case"ems":return`https://exocortex.my/ontology/ems#${i}`;case"exo":return`https://exocortex.my/ontology/exo#${i}`;default:return`https://exocortex.my/ontology/${r}#${i}`}}return e}toClassName(e){let t=e.match(/https:\/\/exocortex\.my\/ontology\/([a-z]+)#(.+)$/);if(t){let[,r,i]=t;return`${r}__${i}`}return null}extractLabelFromUri(e){if(e.startsWith("obsidian://")){let r=decodeURIComponent(e),i=r.lastIndexOf("/");if(i>=0){let s=r.substring(i+1);return s.endsWith(".md")&&(s=s.substring(0,s.length-3)),s}}let t=e.lastIndexOf("/");if(t>=0){let r=e.substring(t+1);return r.endsWith(".md")&&(r=r.substring(0,r.length-3)),r}return""}extractPathFromUri(e){if(e.startsWith("obsidian://vault/")){let t=decodeURIComponent(e.substring(17)),r=t.indexOf("/");return r>=0?t.substring(r+1):t}return e}};Js.AutocompleteService=Fg});var i_=v($n=>{"use strict";var oF=$n&&$n.__decorate||function(n,e,t,r){var i=arguments.length,s=i<3?e:r===null?r=Object.getOwnPropertyDescriptor(e,t):r,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")s=Reflect.decorate(n,e,t,r);else for(var c=n.length-1;c>=0;c--)(a=n[c])&&(s=(i<3?a(s):i>3?a(e,t,s):a(e,t))||s);return i>3&&s&&Object.defineProperty(e,t,s),s},cF=$n&&$n.__metadata||function(n,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(n,e)},uF=$n&&$n.__param||function(n,e){return function(t,r){e(t,r,n)}};Object.defineProperty($n,"__esModule",{value:!0});$n.DailyReviewService=void 0;var n_=Le(),lF=ct(),ka=zt(),fF=es(),hF=vr(),Ng=class{static{o(this,"DailyReviewService")}constructor(e){this.vault=e,this.frontmatterService=new fF.FrontmatterService}async getPractices(){let e=this.vault.getAllFiles(),t=[],r=ka.DateFormatter.toDateString(new Date);for(let i of e)if(i.path.endsWith(".md"))try{let s=await this.vault.read(i),a=this.frontmatterService.parse(s);if(!a.exists)continue;let c=this.frontmatterService.getPropertyValue(a.content,"exo__Instance_class");if(!this.isTaskPrototype(c))continue;let u=this.frontmatterService.getPropertyValue(a.content,"exo__Asset_uid");if(!u)continue;let l=u.replace(/"/g,""),f=this.frontmatterService.getPropertyValue(a.content,"exo__Asset_label");if(!f)continue;let h=f.replace(/"/g,""),p=this.frontmatterService.getPropertyValue(a.content,"ems__Recurring_rule")?.replace(/"/g,"")||null,S=this.frontmatterService.getPropertyValue(a.content,"ems__Task_estimatedDuration"),b=null;if(S){let A=parseInt(S,10);isNaN(A)||(b=A)}let T=await this.findTodayInstance(l,r);t.push({uid:l,label:h,path:i.path,recurringRule:p,estimatedDuration:b,doneToday:T?.status==="done",inProgressToday:T?.status==="doing",todayInstancePath:T?.path||null})}catch{continue}return t.sort((i,s)=>i.label.localeCompare(s.label))}async getDailyReviewSummary(e){let t=e||new Date,r=ka.DateFormatter.toDateString(t),i=new Date(t);i.setHours(0,0,0,0);let s=new Date(t);s.setHours(23,59,59,999);let a=this.vault.getAllFiles(),c=0,u=0,l=0,f=0;for(let S of a)if(S.path.endsWith(".md"))try{let b=await this.vault.read(S),T=this.frontmatterService.parse(b);if(!T.exists)continue;let A=this.frontmatterService.getPropertyValue(T.content,"exo__Instance_class");if(!this.isTask(A))continue;let P=this.frontmatterService.getPropertyValue(T.content,"ems__Effort_plannedStartTimestamp"),L=this.frontmatterService.getPropertyValue(T.content,"ems__Effort_startTimestamp"),$=L?new Date(L):null,G=P?new Date(P):null;if(!(G&&G>=i&&G<=s||$&&$>=i&&$<=s))continue;c++;let Ue=this.frontmatterService.getPropertyValue(T.content,"ems__Effort_status");if(this.isDoneStatus(Ue)){u++;let $e=this.frontmatterService.getPropertyValue(T.content,"ems__Effort_endTimestamp");if(L&&$e){let q=this.calculateDurationMinutes(L,$e);f+=q}}else this.isDoingStatus(Ue)&&l++}catch{continue}let d=(await this.getPractices()).filter(S=>!S.doneToday&&S.recurringRule),p=c>0?Math.round(u/c*100):0;return{date:r,plannedCount:c,completedCount:u,inProgressCount:l,practicesDue:d,completionPercentage:p,totalTimeMinutes:Math.round(f)}}async quickCapture(e,t=!0,r){let i=(0,hF.v4)(),s=ka.DateFormatter.toISOTimestamp(new Date),a=`${i}.md`,c="03 Knowledge/kitelev",u=["---",`exo__Asset_uid: "${i}"`,`exo__Asset_label: "${e}"`,'exo__Instance_class: "[[ems__Task]]"'];if(r?.prototypeUid){let h=this.buildPrototypeUri(r.prototypeUid);u.push(`exo__Asset_prototype: "${h}"`)}if(r?.areaUid){let h=this.buildAssetUri(r.areaUid);u.push(`ems__Effort_area: "${h}"`)}if(r?.parentUid){let h=this.buildAssetUri(r.parentUid);u.push(`ems__Effort_parent: "${h}"`)}t?(u.push('ems__Effort_status: "[[ems__EffortStatusDoing]]"'),u.push(`ems__Effort_startTimestamp: ${s}`)):u.push('ems__Effort_status: "[[ems__EffortStatusBacklog]]"'),u.push("---","","");let l=u.join(`
|
|
239
239
|
`),f=`${c}/${a}`;return await this.vault.create(f,l),{path:f,uid:i,label:e,started:t}}async createFromPractice(e){let r=(await this.getPractices()).find(a=>a.uid===e.prototypeUid);if(!r)throw new Error(`Practice not found: ${e.prototypeUid}`);if(r.doneToday)throw new Error(`Practice "${r.label}" already completed today`);if(r.inProgressToday&&r.todayInstancePath)return{path:r.todayInstancePath,uid:e.prototypeUid,label:r.label,started:!0};let i=ka.DateFormatter.toDateString(new Date),s=e.label||`${r.label} ${i}`;return this.quickCapture(s,e.startImmediately??!0,{prototypeUid:e.prototypeUid,areaUid:e.areaUid,parentUid:e.parentUid})}async markPracticeDone(e){let r=(await this.getPractices()).find(l=>l.uid===e);if(!r)throw new Error(`Practice not found: ${e}`);if(r.doneToday)return;if(!r.todayInstancePath)throw new Error(`No active instance for practice "${r.label}" today`);let i=this.vault.getAbstractFileByPath(r.todayInstancePath);if(!i||!("basename"in i))throw new Error(`File not found: ${r.todayInstancePath}`);let s=i,a=await this.vault.read(s),c=ka.DateFormatter.toISOTimestamp(new Date),u=this.frontmatterService.updateProperty(a,"ems__Effort_status",'"[[ems__EffortStatusDone]]"');u=this.frontmatterService.updateProperty(u,"ems__Effort_endTimestamp",c),u=this.frontmatterService.updateProperty(u,"ems__Effort_resolutionTimestamp",c),await this.vault.modify(s,u)}async findTodayInstance(e,t){let r=this.vault.getAllFiles();for(let i of r)if(i.path.endsWith(".md"))try{let s=await this.vault.read(i),a=this.frontmatterService.parse(s);if(!a.exists)continue;let c=this.frontmatterService.getPropertyValue(a.content,"exo__Asset_prototype");if(!c||!c.includes(e))continue;let u=this.frontmatterService.getPropertyValue(a.content,"exo__Asset_label"),l=this.frontmatterService.getPropertyValue(a.content,"ems__Effort_startTimestamp"),f=u?.includes(t),h=l?new Date(l):null,d=h&&ka.DateFormatter.toDateString(h)===t;if(!f&&!d)continue;let p=this.frontmatterService.getPropertyValue(a.content,"ems__Effort_status");return this.isDoneStatus(p)?{path:i.path,status:"done"}:this.isDoingStatus(p)?{path:i.path,status:"doing"}:{path:i.path,status:"other"}}catch{continue}return null}isTaskPrototype(e){return e?e.includes("ems__TaskPrototype")||e.includes("TaskPrototype"):!1}isTask(e){return e?(e.includes("ems__Task")||e.includes("[[ems__Task]]"))&&!e.includes("Prototype"):!1}isDoneStatus(e){return e?e.includes("Done")||e.includes("EffortStatusDone"):!1}isDoingStatus(e){return e?e.includes("Doing")||e.includes("EffortStatusDoing"):!1}calculateDurationMinutes(e,t){let r=new Date(e);return(new Date(t).getTime()-r.getTime())/1e3/60}buildPrototypeUri(e){return`obsidian://vault/03%20Knowledge%2Fkitelev%2F${e}.md`}buildAssetUri(e){return`obsidian://vault/03%20Knowledge%2Fkitelev%2F${e}.md`}};$n.DailyReviewService=Ng;$n.DailyReviewService=Ng=oF([(0,n_.injectable)(),uF(0,(0,n_.inject)(lF.DI_TOKENS.IVaultAdapter)),cF("design:paramtypes",[Object])],Ng)});var s_=v(af=>{"use strict";Object.defineProperty(af,"__esModule",{value:!0});af.EffortSortingHelpers=void 0;var Lg=class n{static{o(this,"EffortSortingHelpers")}static getTimeFromTimestamp(e){if(!e)return"00:00:00";let t=new Date(e);if(isNaN(t.getTime()))return"00:00:00";let r=String(t.getHours()).padStart(2,"0"),i=String(t.getMinutes()).padStart(2,"0"),s=String(t.getSeconds()).padStart(2,"0");return`${r}:${i}:${s}`}static sortByStartTime(e,t){let r=n.getTimeFromTimestamp(e.startTimestamp),i=n.getTimeFromTimestamp(t.startTimestamp),s=r==="00:00:00",a=i==="00:00:00";return s&&!a?1:!s&&a?-1:r.localeCompare(i)}static sortByPriority(e,t){if(e.isTrashed!==t.isTrashed)return e.isTrashed?1:-1;if(e.isDone!==t.isDone)return e.isDone?1:-1;let r=typeof e.metadata.ems__Effort_votes=="number"?e.metadata.ems__Effort_votes:0,i=typeof t.metadata.ems__Effort_votes=="number"?t.metadata.ems__Effort_votes:0;return r!==i?i-r:e.startTime&&t.startTime?e.startTime.localeCompare(t.startTime):e.startTime?-1:t.startTime?1:0}};af.EffortSortingHelpers=Lg});var a_=v(of=>{"use strict";Object.defineProperty(of,"__esModule",{value:!0});of.FilenameValidator=void 0;var Zs=class{static{o(this,"FilenameValidator")}static validate(e,t={}){let{maxLength:r=this.DEFAULT_MAX_LENGTH,replacementChar:i=this.DEFAULT_REPLACEMENT,allowEmpty:s=!1}=t,a=[];if(!e||e.trim().length===0)return s||a.push("Filename cannot be empty"),{valid:a.length===0,sanitized:"",errors:a};e.endsWith(" ")&&a.push("Filename should not end with a space");let c=e.trim();this.INVALID_CHARS_PATTERN.test(c)&&a.push('Filename contains invalid characters: / \\ : * ? " < > |');let u=this.getBaseName(c);this.RESERVED_NAMES.has(u.toUpperCase())&&a.push(`"${u}" is a reserved filename on Windows`),c.length>r&&a.push(`Filename exceeds maximum length of ${r} characters`),c.startsWith(".")&&a.push("Filename should not start with a dot"),c.endsWith(".")&&a.push("Filename should not end with a dot");let l=this.sanitize(e,{maxLength:r,replacementChar:i});return{valid:a.length===0,sanitized:l,errors:a}}static sanitize(e,t={}){let{maxLength:r=this.DEFAULT_MAX_LENGTH,replacementChar:i=this.DEFAULT_REPLACEMENT}=t;if(!e||e.trim().length===0)return"";let s=e.trim();for(s=s.replace(this.INVALID_CHARS_PATTERN,i);s.startsWith(".")&&s.length>1;)s=s.substring(1);for(;s.length>0&&(s.endsWith(".")||s.endsWith(" "));)s=s.slice(0,-1);for(s.includes(i)&&(s=s.split(i).filter(l=>l!=="").join(i));s.startsWith(i);)s=s.slice(i.length);for(;s.endsWith(i);)s=s.slice(0,-i.length);let a=this.getBaseName(s);if(this.RESERVED_NAMES.has(a.toUpperCase())){let c=this.getExtension(s);s=a+i+c}if(s.length>r)for(s=s.slice(0,r);s.endsWith(i);)s=s.slice(0,-i.length);return s}static hasInvalidChars(e){return this.INVALID_CHARS_PATTERN.test(e)}static getInvalidChars(e){let t=e.match(this.INVALID_CHARS_PATTERN);return t?[...new Set(t)]:[]}static getBaseName(e){let t=e.lastIndexOf(".");return t===-1||t===0?e:e.substring(0,t)}static getExtension(e){let t=e.lastIndexOf(".");return t===-1||t===0?"":e.substring(t)}};of.FilenameValidator=Zs;Zs.INVALID_CHARS_PATTERN=/[/\\:*?"<>|\x00-\x1F]/g;Zs.RESERVED_NAMES=new Set(["CON","PRN","AUX","NUL","COM1","COM2","COM3","COM4","COM5","COM6","COM7","COM8","COM9","LPT1","LPT2","LPT3","LPT4","LPT5","LPT6","LPT7","LPT8","LPT9"]);Zs.DEFAULT_MAX_LENGTH=200;Zs.DEFAULT_REPLACEMENT="_"});var kg=v(cf=>{"use strict";Object.defineProperty(cf,"__esModule",{value:!0});cf.NTriplesSerializer=void 0;var Mg=class{static{o(this,"NTriplesSerializer")}serialize(e,t={}){let r=t.newline??`
|
|
240
|
-
`;return e.length===0?"":e.map(i=>i.toString()).join(r)+r}serializeChunk(e,t){return e.length===0?"":e.map(r=>r.toString()).join(t)+t}};cf.NTriplesSerializer=Mg});var o_=v(uf=>{"use strict";Object.defineProperty(uf,"__esModule",{value:!0});uf.TurtleSerializer=void 0;var ja=
|
|
241
|
-
`,i=this.composePrefixes(t),s=this.serializePrefixes(i,r),a=this.nTriplesSerializer.serialize(e,{newline:r}).trimEnd();return s?a?`${s}${r}${r}${a}${r}`:`${s}${r}`:a?`${a}${r}`:""}serializePrefixes(e,t){let r=Object.entries(e);return r.length===0?"":r.map(([i,s])=>`@prefix ${i}: <${s}> .`).join(t)}composePrefixes(e){return e.includeDefaultPrefixes??!0?{...pF,...e.prefixes??{}}:{...e.prefixes??{}}}serializeTriplesOnly(e,t){return this.nTriplesSerializer.serializeChunk(e,t).trimEnd()}};uf.TurtleSerializer=jg});var l_=v(lf=>{"use strict";Object.defineProperty(lf,"__esModule",{value:!0});lf.JSONLDSerializer=void 0;var c_=Ye(),u_=It(),mF=lt(),$a=
|
|
242
|
-
`,i+=1;break;case"r":r+="\r",i+=1;break;case"f":r+="\f",i+=1;break;case'"':r+='"',i+=1;break;case"\\":r+="\\",i+=1;break;case"u":{let c=e.slice(i+2,i+6);if(c.length!==4||!/^[0-9a-fA-F]{4}$/.test(c))throw new Error(`Invalid \\u escape at line ${t}`);r+=String.fromCharCode(parseInt(c,16)),i+=5;break}case"U":{let c=e.slice(i+2,i+10);if(c.length!==8||!/^[0-9a-fA-F]{8}$/.test(c))throw new Error(`Invalid \\U escape at line ${t}`);r+=String.fromCodePoint(parseInt(c,16)),i+=9;break}default:throw new Error(`Unknown escape sequence \\${a} at line ${t}`)}continue}if(s==='"'){let a=e.slice(i+1);return{value:r,rest:a}}r+=s}throw new Error(`Unterminated string literal at line ${t}`)}findClosingBracket(e,t,r){let i=0;for(let s=0;s<e.length;s++){let a=e[s];if(a===t){i++;continue}if(a===r&&(i--,i===0))return s}return-1}};ff.NTriplesParser=Ug});var h_=v(hf=>{"use strict";Object.defineProperty(hf,"__esModule",{value:!0});hf.TurtleParser=void 0;var Ua=
|
|
240
|
+
`;return e.length===0?"":e.map(i=>i.toString()).join(r)+r}serializeChunk(e,t){return e.length===0?"":e.map(r=>r.toString()).join(t)+t}};cf.NTriplesSerializer=Mg});var o_=v(uf=>{"use strict";Object.defineProperty(uf,"__esModule",{value:!0});uf.TurtleSerializer=void 0;var ja=Jr(),dF=kg(),pF={rdf:ja.Namespace.RDF.iri.value,rdfs:ja.Namespace.RDFS.iri.value,owl:ja.Namespace.OWL.iri.value,xsd:ja.Namespace.XSD.iri.value,exo:ja.Namespace.EXO.iri.value,ems:ja.Namespace.EMS.iri.value},jg=class{static{o(this,"TurtleSerializer")}constructor(){this.nTriplesSerializer=new dF.NTriplesSerializer}serialize(e,t={}){let r=t.newline??`
|
|
241
|
+
`,i=this.composePrefixes(t),s=this.serializePrefixes(i,r),a=this.nTriplesSerializer.serialize(e,{newline:r}).trimEnd();return s?a?`${s}${r}${r}${a}${r}`:`${s}${r}`:a?`${a}${r}`:""}serializePrefixes(e,t){let r=Object.entries(e);return r.length===0?"":r.map(([i,s])=>`@prefix ${i}: <${s}> .`).join(t)}composePrefixes(e){return e.includeDefaultPrefixes??!0?{...pF,...e.prefixes??{}}:{...e.prefixes??{}}}serializeTriplesOnly(e,t){return this.nTriplesSerializer.serializeChunk(e,t).trimEnd()}};uf.TurtleSerializer=jg});var l_=v(lf=>{"use strict";Object.defineProperty(lf,"__esModule",{value:!0});lf.JSONLDSerializer=void 0;var c_=Ye(),u_=It(),mF=lt(),$a=Jr(),gF={rdf:$a.Namespace.RDF.iri.value,rdfs:$a.Namespace.RDFS.iri.value,owl:$a.Namespace.OWL.iri.value,xsd:$a.Namespace.XSD.iri.value,exo:$a.Namespace.EXO.iri.value,ems:$a.Namespace.EMS.iri.value},$g=class{static{o(this,"JSONLDSerializer")}toDocument(e,t={}){let r={...gF,...t.context??{}},i=new Map;for(let s of e){let a=this.subjectToId(s.subject),c=this.compactIri(s.predicate.value,r),u=this.objectToJSONLD(s.object,r),l=i.get(a)??{"@id":a},f=l[c];f===void 0?l[c]=u:Array.isArray(f)?f.push(u):l[c]=[f,u],i.set(a,l)}return{"@context":r,"@graph":Array.from(i.values())}}serialize(e,t={}){let r=this.toDocument(e,t),i=t.pretty?t.indent??2:void 0;return JSON.stringify(r,null,i)}subjectToId(e){return e instanceof c_.IRI?e.value:e instanceof u_.BlankNode?`_:${e.id}`:String(e)}compactIri(e,t){for(let[r,i]of Object.entries(t))if(e.startsWith(i)){let s=e.slice(i.length);if(s.length>0)return`${r}:${s}`}return e}objectToJSONLD(e,t){if(e instanceof c_.IRI)return{"@id":e.value};if(e instanceof u_.BlankNode)return{"@id":`_:${e.id}`};if(e instanceof mF.Literal){let r={"@value":e.value};return e.datatype?r["@type"]=this.compactIri(e.datatype.value,t):e.language&&(r["@language"]=e.language,e.hasDirection()&&e.direction&&(r["@direction"]=e.direction)),r}return e}};lf.JSONLDSerializer=$g});var Bg=v(ff=>{"use strict";Object.defineProperty(ff,"__esModule",{value:!0});ff.NTriplesParser=void 0;var yF=Oi(),f_=Ye(),Vg=lt(),vF=It(),Va=Jr(),SF={rdf:Va.Namespace.RDF.iri.value,rdfs:Va.Namespace.RDFS.iri.value,owl:Va.Namespace.OWL.iri.value,xsd:Va.Namespace.XSD.iri.value,exo:Va.Namespace.EXO.iri.value,ems:Va.Namespace.EMS.iri.value},Ug=class{static{o(this,"NTriplesParser")}parse(e,t={}){let r={prefixes:{...SF,...t.prefixes??{}},strict:t.strict??!1},i=[];return e.split(/\r?\n/).forEach((a,c)=>{let u=a.trim();!u||u.startsWith("#")||i.push(this.parseLine(u,c+1,r))}),i}parseLine(e,t,r){if(!e.endsWith("."))throw new Error(`Invalid RDF statement at line ${t}: missing '.' terminator`);let s=e.slice(0,-1).trim(),a=this.parseSubject(s,t,r);s=a.rest.trim();let c=this.parsePredicate(s,t,r);s=c.rest.trim();let u=this.parseObject(s,t,r);if(s=u.rest.trim(),s.length>0)throw new Error(`Unexpected tokens after object at line ${t}`);return new yF.Triple(a.node,c.node,u.node)}parseSubject(e,t,r){return e.startsWith("<")?this.consumeIRI(e,t,r):e.startsWith("_:")?this.consumeBlankNode(e,t):this.consumePrefixedName(e,t,r)}parsePredicate(e,t,r){return e.startsWith("<")?this.consumeIRI(e,t,r):this.consumePrefixedName(e,t,r)}parseObject(e,t,r){return e.startsWith("<")?this.consumeIRI(e,t,r):e.startsWith("_:")?this.consumeBlankNode(e,t):e.startsWith('"')?this.consumeLiteral(e,t,r):this.consumePrefixedName(e,t,r)}consumePrefixedName(e,t,r){let i=e.match(/^([a-zA-Z_][\w-]*):([^\s]+)(?:\s+(.*))?$/);if(!i)throw new Error(`Invalid token at line ${t}: ${e}`);let[,s,a,c]=i,u=r.prefixes[s];if(!u)throw new Error(`Unknown prefix "${s}" at line ${t}`);return{node:new f_.IRI(`${u}${a}`),rest:(c??"").trimStart()}}consumeIRI(e,t,r){let i=this.findClosingBracket(e,"<",">");if(i===-1)throw new Error(`Invalid IRI at line ${t}`);let s=e.slice(1,i),a=new f_.IRI(s),c=e.slice(i+1).trimStart();return{node:a,rest:c}}consumeBlankNode(e,t){let r=e.match(/^_:(\w+)(?:\s+(.*))?$/);if(!r)throw new Error(`Invalid blank node identifier at line ${t}`);let[,i,s]=r;return{node:new vF.BlankNode(i),rest:(s??"").trimStart()}}consumeLiteral(e,t,r){let{value:i,rest:s}=this.consumeQuotedString(e,t),a=s.trimStart();if(a.startsWith("^^")){a=a.slice(2).trimStart();let c=a.startsWith("<")?this.consumeIRI(a,t,r):this.consumePrefixedName(a,t,r);return{node:new Vg.Literal(i,c.node),rest:c.rest}}if(a.startsWith("@")){let c=a.match(/^@([a-zA-Z-]+)(?:\s+(.*))?$/);if(!c)throw new Error(`Invalid language tag at line ${t}`);let[,u,l]=c;return{node:new Vg.Literal(i,void 0,u),rest:(l??"").trimStart()}}return{node:new Vg.Literal(i),rest:a}}consumeQuotedString(e,t){if(!e.startsWith('"'))throw new Error(`Expected quoted string at line ${t}`);let r="";for(let i=1;i<e.length;i++){let s=e[i];if(s==="\\"){if(i+1>=e.length)throw new Error(`Invalid escape sequence at line ${t}`);let a=e[i+1];switch(a){case"t":r+=" ",i+=1;break;case"b":r+="\b",i+=1;break;case"n":r+=`
|
|
242
|
+
`,i+=1;break;case"r":r+="\r",i+=1;break;case"f":r+="\f",i+=1;break;case'"':r+='"',i+=1;break;case"\\":r+="\\",i+=1;break;case"u":{let c=e.slice(i+2,i+6);if(c.length!==4||!/^[0-9a-fA-F]{4}$/.test(c))throw new Error(`Invalid \\u escape at line ${t}`);r+=String.fromCharCode(parseInt(c,16)),i+=5;break}case"U":{let c=e.slice(i+2,i+10);if(c.length!==8||!/^[0-9a-fA-F]{8}$/.test(c))throw new Error(`Invalid \\U escape at line ${t}`);r+=String.fromCodePoint(parseInt(c,16)),i+=9;break}default:throw new Error(`Unknown escape sequence \\${a} at line ${t}`)}continue}if(s==='"'){let a=e.slice(i+1);return{value:r,rest:a}}r+=s}throw new Error(`Unterminated string literal at line ${t}`)}findClosingBracket(e,t,r){let i=0;for(let s=0;s<e.length;s++){let a=e[s];if(a===t){i++;continue}if(a===r&&(i--,i===0))return s}return-1}};ff.NTriplesParser=Ug});var h_=v(hf=>{"use strict";Object.defineProperty(hf,"__esModule",{value:!0});hf.TurtleParser=void 0;var Ua=Jr(),_F=Bg(),wF={rdf:Ua.Namespace.RDF.iri.value,rdfs:Ua.Namespace.RDFS.iri.value,owl:Ua.Namespace.OWL.iri.value,xsd:Ua.Namespace.XSD.iri.value,exo:Ua.Namespace.EXO.iri.value,ems:Ua.Namespace.EMS.iri.value},bF=/^@prefix\s+([a-zA-Z_][\w-]*):\s*<([^>]+)>\s*\.$/,qg=class{static{o(this,"TurtleParser")}constructor(){this.nTriplesParser=new _F.NTriplesParser}parse(e,t={}){let r={...wF,...t.prefixes??{}},i=this.collectStatements(e),s=[];return i.forEach(({statement:a,lineNumber:c})=>{if(this.isPrefixStatement(a)){let l=a.match(bF);if(!l)throw new Error(`Invalid prefix declaration at line ${c}`);let[,f,h]=l;r[f]=h;return}if(a.includes(";")||a.includes(","))throw new Error(`Complex Turtle statements with ';' or ',' are not supported (line ${c})`);let u=this.normalizeShortcuts(a);s.push(this.nTriplesParser.parseLine(u,c,{prefixes:r,strict:!1}))}),s}collectStatements(e){let t=e.split(/\r?\n/),r=[],i="",s=0;if(t.forEach((a,c)=>{let u=a.trim();!u||u.startsWith("#")||(i||(s=c+1),i=i?`${i} ${u}`:u,u.endsWith(".")&&(r.push({statement:i,lineNumber:s}),i=""))}),i)throw new Error(`Unterminated Turtle statement near line ${s}`);return r}isPrefixStatement(e){return e.startsWith("@prefix")}normalizeShortcuts(e){return e.includes(" a ")?e.replace(/\sa\s/g," rdf:type "):e}};hf.TurtleParser=qg});var d_=v(df=>{"use strict";Object.defineProperty(df,"__esModule",{value:!0});df.RDFSerializer=void 0;var Ba=Oi(),ea=Ye(),ta=lt(),Gg=It(),ai=Jr(),EF=o_(),TF=kg(),AF=l_(),CF=h_(),xF=Bg(),IF=1024,OF=`
|
|
243
243
|
`,PF={rdf:ai.Namespace.RDF.iri.value,rdfs:ai.Namespace.RDFS.iri.value,owl:ai.Namespace.OWL.iri.value,xsd:ai.Namespace.XSD.iri.value,exo:ai.Namespace.EXO.iri.value,ems:ai.Namespace.EMS.iri.value},Wg=class{static{o(this,"RDFSerializer")}constructor(e){this.store=e,this.turtleSerializer=new EF.TurtleSerializer,this.nTriplesSerializer=new TF.NTriplesSerializer,this.jsonldSerializer=new AF.JSONLDSerializer,this.turtleParser=new CF.TurtleParser,this.nTriplesParser=new xF.NTriplesParser}async serialize(e,t={}){let r=await this.store.match();return this.serializeTriples(r,e,t)}serializeTriples(e,t,r={}){switch(t){case"turtle":return this.turtleSerializer.serialize(e,{prefixes:r.prefixes,includeDefaultPrefixes:r.includeDefaultPrefixes,newline:r.newline});case"n-triples":return this.nTriplesSerializer.serialize(e,{newline:r.newline});case"json-ld":return this.jsonldSerializer.serialize(e,{context:r.prefixes,pretty:r.pretty,indent:r.indent});default:throw new Error(`Unsupported serialization format: ${t}`)}}stream(e,t={}){let r=t.newline??OF,i=t.batchSize??IF,s=t.includeDefaultPrefixes,a=t.prefixes,c=this,u=!1,l=[],f=[],h=0,d=o(async()=>{if(!u){if(f=await c.store.match(),e==="json-ld"){let S=c.jsonldSerializer.toDocument(f,{context:a,pretty:!1});l.push(...c.buildJsonLdChunks(S))}else if(e==="turtle"){let S=c.turtleSerializer.serializePrefixes(c.composePrefixes(a,s),r);S&&l.push(`${S}${r}${r}`)}u=!0}},"ensureInitialized");return{async next(){if(await d(),l.length>0)return{value:l.shift(),done:!1};if(e==="json-ld")return{value:void 0,done:!0};if(h>=f.length)return{value:void 0,done:!0};let S=f.slice(h,h+i);h+=S.length;let b="";if(e==="turtle"){let T=c.turtleSerializer.serializeTriplesOnly(S,r);T&&(b=`${T}${r}`)}else e==="n-triples"&&(b=c.nTriplesSerializer.serializeChunk(S,r));return b?{value:b,done:!1}:this.next()},async return(){return l=[],f=[],h=0,{value:void 0,done:!0}},[Symbol.asyncIterator](){return this}}}async load(e,t,r={}){let i=this.parse(e,t,r);return r.mode!=="append"&&await this.store.clear(),await this.store.addAll(i),i.length}parse(e,t,r={}){switch(t){case"turtle":return this.turtleParser.parse(e,this.buildTurtleParseOptions(r));case"n-triples":return this.nTriplesParser.parse(e,this.buildNTriplesParseOptions(r));case"json-ld":return this.parseJsonLd(e,r);default:throw new Error(`Unsupported serialization format: ${t}`)}}buildTurtleParseOptions(e){return{prefixes:this.composePrefixes(e.prefixes,!0),strict:e.strict}}buildNTriplesParseOptions(e){return{prefixes:this.composePrefixes(e.prefixes,!0),strict:e.strict}}composePrefixes(e,t){return t??!0?{...PF,...e??{}}:{...e??{}}}parseJsonLd(e,t){let r;try{r=JSON.parse(e)}catch(l){throw new Error(`Invalid JSON-LD document: ${l.message}`)}let i=this.composePrefixes(t.prefixes,!0),s=this.extractContext(r),a={...i,...s},c=this.extractGraph(r),u=[];return c.forEach((l,f)=>{if(!l||typeof l!="object"||Array.isArray(l))throw new Error(`Invalid JSON-LD node at index ${f}`);let h=this.parseSubjectFromNode(l,a,f),d=Object.entries(l);for(let[p,S]of d){if(p==="@id"||p==="@context")continue;if(p==="@type"){this.collectTypeTriples(h,S,u,a);continue}let b=this.expandTerm(p,a),T=new ea.IRI(b);this.collectTriplesForValue(h,T,S,u,a)}}),u}extractContext(e){if(!e||typeof e!="object"||Array.isArray(e))return{};let t=e["@context"];if(!t||typeof t!="object"||Array.isArray(t))return{};let r={};return Object.entries(t).forEach(([i,s])=>{typeof s=="string"&&(r[i]=s)}),r}extractGraph(e){if(Array.isArray(e))return e;if(!e||typeof e!="object")return[];let t=e["@graph"];return Array.isArray(t)?t:[e]}parseSubjectFromNode(e,t,r){let i=e["@id"];if(typeof i=="string"){if(i.startsWith("_:"))return new Gg.BlankNode(i.slice(2));if(this.isAbsoluteIri(i))return new ea.IRI(i);let s=this.expandTerm(i,t);return new ea.IRI(s)}return new Gg.BlankNode(`jsonld_${r}`)}collectTypeTriples(e,t,r,i){let s=ai.Namespace.RDF.term("type");(Array.isArray(t)?t:[t]).forEach(c=>{if(typeof c!="string")throw new Error("Invalid @type value in JSON-LD node");let u=this.expandTerm(c,i);r.push(new Ba.Triple(e,s,new ea.IRI(u)))})}collectTriplesForValue(e,t,r,i,s){if(r!=null){if(Array.isArray(r)){r.forEach(a=>this.collectTriplesForValue(e,t,a,i,s));return}if(typeof r=="object"){let a=r;if(typeof a["@id"]=="string"){let c=this.parseIdNode(a["@id"],s);i.push(new Ba.Triple(e,t,c));return}if(a["@value"]!==void 0){let c=this.parseLiteralObject(a,s);i.push(new Ba.Triple(e,t,c));return}}if(typeof r=="string"){i.push(new Ba.Triple(e,t,new ta.Literal(r)));return}if(typeof r=="number"){let a=Number.isInteger(r)?ai.Namespace.XSD.term("integer"):ai.Namespace.XSD.term("decimal");i.push(new Ba.Triple(e,t,new ta.Literal(r.toString(),a)));return}if(typeof r=="boolean"){let a=ai.Namespace.XSD.term("boolean");i.push(new Ba.Triple(e,t,new ta.Literal(r.toString(),a)));return}throw new Error("Unsupported JSON-LD value encountered")}}parseIdNode(e,t){if(e.startsWith("_:"))return new Gg.BlankNode(e.slice(2));if(this.isAbsoluteIri(e))return new ea.IRI(e);let r=this.expandTerm(e,t);return new ea.IRI(r)}parseLiteralObject(e,t){let r=e["@value"];if(typeof r!="string")throw new Error("JSON-LD literal values must be strings");if(typeof e["@language"]=="string"){let i=e["@direction"];return i==="ltr"||i==="rtl"?new ta.Literal(r,void 0,e["@language"],i):new ta.Literal(r,void 0,e["@language"])}if(typeof e["@type"]=="string"){let i=this.expandTerm(e["@type"],t);return new ta.Literal(r,new ea.IRI(i))}return new ta.Literal(r)}expandTerm(e,t){if(this.isAbsoluteIri(e))return e;let r=e.indexOf(":");if(r>0){let s=e.slice(0,r),a=e.slice(r+1),c=t[s];if(!c)throw new Error(`Unknown prefix "${s}" in JSON-LD document`);return`${c}${a}`}let i=t["@vocab"];if(i)return`${i}${e}`;throw new Error(`Unable to expand JSON-LD term "${e}"`)}isAbsoluteIri(e){return/^[a-z][a-z0-9+.-]*:/i.test(e)}buildJsonLdChunks(e){let t=[],r=JSON.stringify(e["@context"]);return t.push(`{"@context":${r},"@graph":[`),e["@graph"].forEach((i,s)=>{let a=JSON.stringify(i);s>0?t.push(`,${a}`):t.push(a)}),t.push(`]}
|
|
244
|
-
`),t}};df.RDFSerializer=Wg});var Yg=v(ns=>{"use strict";Object.defineProperty(ns,"__esModule",{value:!0});ns.TransactionError=ns.TripleNotFoundError=ns.TripleAlreadyExistsError=void 0;var zg=class extends Error{static{o(this,"TripleAlreadyExistsError")}constructor(e){super(`Triple already exists: ${e.toString()}`),this.name="TripleAlreadyExistsError"}};ns.TripleAlreadyExistsError=zg;var Hg=class extends Error{static{o(this,"TripleNotFoundError")}constructor(e){super(`Triple not found: ${e.toString()}`),this.name="TripleNotFoundError"}};ns.TripleNotFoundError=Hg;var Qg=class extends Error{static{o(this,"TransactionError")}constructor(e){super(e),this.name="TransactionError"}};ns.TransactionError=Qg});var mf=v(pf=>{"use strict";Object.defineProperty(pf,"__esModule",{value:!0});pf.LRUCache=void 0;var Kg=class{static{o(this,"LRUCache")}constructor(e){this.maxSize=e,this.cache=new Map}get(e){let t=this.cache.get(e);return t!==void 0&&(this.cache.delete(e),this.cache.set(e,t)),t}set(e,t){if(this.cache.has(e))this.cache.delete(e);else if(this.cache.size>=this.maxSize){let r=this.cache.keys().next().value;r!==void 0&&this.cache.delete(r)}this.cache.set(e,t)}clear(){this.cache.clear()}size(){return this.cache.size}};pf.LRUCache=Kg});var p_=v(yf=>{"use strict";Object.defineProperty(yf,"__esModule",{value:!0});yf.InMemoryTripleStore=void 0;var is=Yg(),gf=Ye(),DF=It(),RF=lt(),FF=Xr(),NF=mf(),LF=FF.Namespace.XSD.term("string").value,MF=/[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}/gi,qa="__default__",Xg=class n{static{o(this,"InMemoryTripleStore")}constructor(){this.triples=new Map,this.spo=new Map,this.sop=new Map,this.pso=new Map,this.pos=new Map,this.osp=new Map,this.ops=new Map,this.queryCache=new NF.LRUCache(1e3),this.uuidIndex=new Map,this.namedGraphs=new Map}async add(e){let t=this.getTripleKey(e);if(this.triples.has(t))return;this.triples.set(t,e);let r=this.getNodeKey(e.subject),i=this.getNodeKey(e.predicate),s=this.getNodeKey(e.object);this.addToIndex(this.spo,r,i,s),this.addToIndex(this.sop,r,s,i),this.addToIndex(this.pso,i,r,s),this.addToIndex(this.pos,i,s,r),this.addToIndex(this.osp,s,r,i),this.addToIndex(this.ops,s,i,r),this.addToUUIDIndex(e.subject),this.queryCache.clear()}async remove(e){let t=this.getTripleKey(e);if(!this.triples.has(t))return!1;this.triples.delete(t);let r=this.getNodeKey(e.subject),i=this.getNodeKey(e.predicate),s=this.getNodeKey(e.object);return this.removeFromIndex(this.spo,r,i,s),this.removeFromIndex(this.sop,r,s,i),this.removeFromIndex(this.pso,i,r,s),this.removeFromIndex(this.pos,i,s,r),this.removeFromIndex(this.osp,s,r,i),this.removeFromIndex(this.ops,s,i,r),this.queryCache.clear(),!0}async has(e){let t=this.getTripleKey(e);return this.triples.has(t)}async match(e,t,r){let i=this.getMatchCacheKey(e,t,r),s=this.queryCache.get(i);if(s!==void 0)return s;let a;return!e&&!t&&!r?a=Array.from(this.triples.values()):e&&t&&r?a=this.matchSPO(e,t,r):e&&t?a=this.matchSP(e,t):e&&r?a=this.matchSO(e,r):t&&r?a=this.matchPO(t,r):e?a=this.matchS(e):t?a=this.matchP(t):r?a=this.matchO(r):a=[],this.queryCache.set(i,a),a}async addAll(e){for(let t of e)await this.add(t)}async removeAll(e){let t=0;for(let r of e)await this.remove(r)&&t++;return t}async clear(){this.triples.clear(),this.spo.clear(),this.sop.clear(),this.pso.clear(),this.pos.clear(),this.osp.clear(),this.ops.clear(),this.uuidIndex.clear(),this.queryCache.clear()}async count(){return this.triples.size}async subjects(){let e=new Set;for(let t of this.triples.values())e.add(t.subject);return Array.from(e)}async predicates(){let e=new Set;for(let t of this.triples.values())e.add(t.predicate);return Array.from(e)}async objects(){let e=new Set;for(let t of this.triples.values())e.add(t.object);return Array.from(e)}async beginTransaction(){return new Jg(this)}async findSubjectsByUUID(e){return this.findSubjectsByUUIDSync(e)}findSubjectsByUUIDSync(e){let t=e.toLowerCase(),r=this.uuidIndex.get(t);if(!r||r.size===0)return[];let i=[];for(let s of r)this.spo.has(`i:${s}`)&&i.push(new gf.IRI(s));return i}addToUUIDIndex(e){if(!(e instanceof gf.IRI))return;let t=e.value,r=t.match(MF);if(r)for(let i of r){let s=i.toLowerCase();this.uuidIndex.has(s)||this.uuidIndex.set(s,new Set),this.uuidIndex.get(s).add(t)}}matchSPO(e,t,r){let i=this.getNodeKey(e),s=this.getNodeKey(t),a=this.getNodeKey(r),c=this.spo.get(i);if(!c)return[];let u=c.get(s);if(!u)return[];if(u.has(a)){let l=this.buildTripleKey(i,s,a),f=this.triples.get(l);return f?[f]:[]}return[]}matchSP(e,t){let r=this.getNodeKey(e),i=this.getNodeKey(t),s=this.spo.get(r);if(!s)return[];let a=s.get(i);return a?this.getTriplesByKeys(Array.from(a).map(c=>this.buildTripleKey(r,i,c))):[]}matchSO(e,t){let r=this.getNodeKey(e),i=this.getNodeKey(t),s=this.sop.get(r);if(!s)return[];let a=s.get(i);return a?this.getTriplesByKeys(Array.from(a).map(c=>this.buildTripleKey(r,c,i))):[]}matchPO(e,t){let r=this.getNodeKey(e),i=this.getNodeKey(t),s=this.pos.get(r);if(!s)return[];let a=s.get(i);return a?this.getTriplesByKeys(Array.from(a).map(c=>this.buildTripleKey(c,r,i))):[]}matchS(e){let t=this.getNodeKey(e),r=this.spo.get(t);if(!r)return[];let i=[];for(let[s,a]of r.entries())for(let c of a)i.push(this.buildTripleKey(t,s,c));return this.getTriplesByKeys(i)}matchP(e){let t=this.getNodeKey(e),r=this.pso.get(t);if(!r)return[];let i=[];for(let[s,a]of r.entries())for(let c of a)i.push(this.buildTripleKey(s,t,c));return this.getTriplesByKeys(i)}matchO(e){let t=this.getNodeKey(e),r=this.osp.get(t);if(!r)return[];let i=[];for(let[s,a]of r.entries())for(let c of a)i.push(this.buildTripleKey(s,c,t));return this.getTriplesByKeys(i)}getTriplesByKeys(e){let t=[];for(let r of e){let i=this.triples.get(r);i&&t.push(i)}return t}addToIndex(e,t,r,i){e.has(t)||e.set(t,new Map);let s=e.get(t);s.has(r)||s.set(r,new Set),s.get(r).add(i)}removeFromIndex(e,t,r,i){let s=e.get(t);if(!s)return;let a=s.get(r);a&&(a.delete(i),a.size===0&&s.delete(r),s.size===0&&e.delete(t))}getTripleKey(e){let t=this.getNodeKey(e.subject),r=this.getNodeKey(e.predicate),i=this.getNodeKey(e.object);return this.buildTripleKey(t,r,i)}buildTripleKey(e,t,r){return`${e}|${t}|${r}`}getNodeKey(e){if(e instanceof gf.IRI)return`i:${e.value}`;if(e instanceof DF.BlankNode)return`b:${e.id}`;if(e instanceof RF.Literal){let t=`l:${e.value}`;return e.datatype&&e.datatype.value!==LF?t+=`^^${e.datatype.value}`:e.language&&(t+=`@${e.language}`),t}return""}getMatchCacheKey(e,t,r){let i=e?this.getNodeKey(e):"?",s=t?this.getNodeKey(t):"?",a=r?this.getNodeKey(r):"?";return`${i}|${s}|${a}`}getGraphKey(e){return e?e.value:qa}getOrCreateGraphStore(e){let t=this.getGraphKey(e);return t===qa?this:(this.namedGraphs.has(t)||this.namedGraphs.set(t,new n),this.namedGraphs.get(t))}async addToGraph(e,t){await this.getOrCreateGraphStore(t).add(e)}async removeFromGraph(e,t){let r=this.getGraphKey(t);if(r===qa)return this.remove(e);let i=this.namedGraphs.get(r);return i?i.remove(e):!1}async matchInGraph(e,t,r,i){let s=this.getGraphKey(i);if(s===qa)return this.match(e,t,r);let a=this.namedGraphs.get(s);return a?a.match(e,t,r):[]}async getNamedGraphs(){return Array.from(this.namedGraphs.keys()).map(e=>new gf.IRI(e))}async hasGraph(e){let t=this.namedGraphs.get(e.value);return t?await t.count()>0:!1}async clearGraph(e){let t=this.getGraphKey(e);if(t===qa){await this.clear();return}let r=this.namedGraphs.get(t);r&&(await r.clear(),this.namedGraphs.delete(t))}async countInGraph(e){let t=this.getGraphKey(e);if(t===qa)return this.count();let r=this.namedGraphs.get(t);return r?r.count():0}};yf.InMemoryTripleStore=Xg;var Jg=class{static{o(this,"InMemoryTransaction")}constructor(e){this.store=e,this.operations=[],this.committed=!1,this.rolledBack=!1}async add(e){if(this.committed)throw new is.TransactionError("Transaction already committed");if(this.rolledBack)throw new is.TransactionError("Transaction already rolled back");this.operations.push({type:"add",triple:e})}async remove(e){if(this.committed)throw new is.TransactionError("Transaction already committed");if(this.rolledBack)throw new is.TransactionError("Transaction already rolled back");return this.operations.push({type:"remove",triple:e}),!0}async commit(){if(this.committed)throw new is.TransactionError("Transaction already committed");if(this.rolledBack)throw new is.TransactionError("Transaction already rolled back");for(let e of this.operations)e.type==="add"?await this.store.add(e.triple):await this.store.remove(e.triple);this.committed=!0,this.operations=[]}async rollback(){if(this.committed)throw new is.TransactionError("Transaction already committed");if(this.rolledBack)throw new is.TransactionError("Transaction already rolled back");this.operations=[],this.rolledBack=!0}}});var ey=v(vf=>{"use strict";Object.defineProperty(vf,"__esModule",{value:!0});vf.RDFVocabularyMapper=void 0;var qr=Oi(),m_=Ye(),ye=Xr(),Zg=class{static{o(this,"RDFVocabularyMapper")}constructor(){this.propertyMappings=new Map([["exo__Instance_class",ye.Namespace.RDF.term("type")],["exo__Asset_isDefinedBy",ye.Namespace.RDFS.term("isDefinedBy")],["exo__Class_superClass",ye.Namespace.RDFS.term("subClassOf")],["exo__Property_range",ye.Namespace.RDFS.term("range")],["exo__Property_domain",ye.Namespace.RDFS.term("domain")],["exo__Property_superProperty",ye.Namespace.RDFS.term("subPropertyOf")]])}generateClassHierarchyTriples(){let e=[];return e.push(new qr.Triple(ye.Namespace.EXO.term("Asset"),ye.Namespace.RDFS.term("subClassOf"),ye.Namespace.RDFS.term("Resource"))),e.push(new qr.Triple(ye.Namespace.EXO.term("Class"),ye.Namespace.RDFS.term("subClassOf"),ye.Namespace.RDFS.term("Class"))),e.push(new qr.Triple(ye.Namespace.EXO.term("Property"),ye.Namespace.RDFS.term("subClassOf"),ye.Namespace.RDF.term("Property"))),e.push(new qr.Triple(ye.Namespace.EMS.term("Task"),ye.Namespace.RDFS.term("subClassOf"),ye.Namespace.EXO.term("Asset"))),e.push(new qr.Triple(ye.Namespace.EMS.term("Project"),ye.Namespace.RDFS.term("subClassOf"),ye.Namespace.EXO.term("Asset"))),e.push(new qr.Triple(ye.Namespace.EMS.term("Area"),ye.Namespace.RDFS.term("subClassOf"),ye.Namespace.EXO.term("Asset"))),e}generatePropertyHierarchyTriples(){let e=[];return e.push(new qr.Triple(ye.Namespace.EXO.term("Instance_class"),ye.Namespace.RDFS.term("subPropertyOf"),ye.Namespace.RDF.term("type"))),e.push(new qr.Triple(ye.Namespace.EXO.term("Asset_isDefinedBy"),ye.Namespace.RDFS.term("subPropertyOf"),ye.Namespace.RDFS.term("isDefinedBy"))),e.push(new qr.Triple(ye.Namespace.EXO.term("Class_superClass"),ye.Namespace.RDFS.term("subPropertyOf"),ye.Namespace.RDFS.term("subClassOf"))),e.push(new qr.Triple(ye.Namespace.EXO.term("Property_range"),ye.Namespace.RDFS.term("subPropertyOf"),ye.Namespace.RDFS.term("range"))),e.push(new qr.Triple(ye.Namespace.EXO.term("Property_domain"),ye.Namespace.RDFS.term("subPropertyOf"),ye.Namespace.RDFS.term("domain"))),e.push(new qr.Triple(ye.Namespace.EXO.term("Property_superProperty"),ye.Namespace.RDFS.term("subPropertyOf"),ye.Namespace.RDFS.term("subPropertyOf"))),e}generateMappedTriple(e,t,r){let i=this.propertyMappings.get(t);if(!i)return null;let s;if(r instanceof m_.IRI)s=r;else{let a=r.match(/^(ems|exo)__(.+)$/);if(a){let[,c,u]=a;s=(c==="ems"?ye.Namespace.EMS:ye.Namespace.EXO).term(u)}else s=new m_.IRI(r)}return new qr.Triple(e,i,s)}hasMappingFor(e){return this.propertyMappings.has(e)}};vf.RDFVocabularyMapper=Zg});var ry=v(Vn=>{"use strict";var kF=Vn&&Vn.__decorate||function(n,e,t,r){var i=arguments.length,s=i<3?e:r===null?r=Object.getOwnPropertyDescriptor(e,t):r,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")s=Reflect.decorate(n,e,t,r);else for(var c=n.length-1;c>=0;c--)(a=n[c])&&(s=(i<3?a(s):i>3?a(e,t,s):a(e,t))||s);return i>3&&s&&Object.defineProperty(e,t,s),s},jF=Vn&&Vn.__metadata||function(n,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(n,e)},$F=Vn&&Vn.__param||function(n,e){return function(t,r){e(t,r,n)}};Object.defineProperty(Vn,"__esModule",{value:!0});Vn.NoteToRDFConverter=void 0;var g_=Le(),Lr=Oi(),Rc=Ye(),cn=lt(),y_=It(),_r=Xr(),VF=ct(),UF=ey(),Mr=jp(),ty=class{static{o(this,"NoteToRDFConverter")}constructor(e){this.vault=e,this.OBSIDIAN_VAULT_SCHEME="obsidian://vault/",this.BODY_WIKILINK_PATTERN=/(?<!!)\[\[([^\]|]+)(?:\|[^\]]+)?\]\]/g,this.vocabularyMapper=new UF.RDFVocabularyMapper}async convertNote(e){let t=this.vault.getFrontmatter(e);return t?Mr.Exo003Parser.isExo003Format(t)?this.convertExo003Note(e,t):this.convertLegacyNote(e,t):[]}async convertLegacyNote(e,t){let r=[],i=this.notePathToIRI(e.path),s=_r.Namespace.EXO.term("Asset_fileName");r.push(new Lr.Triple(i,s,new cn.Literal(e.basename)));for(let[c,u]of Object.entries(t)){if(!this.isExocortexProperty(c))continue;let l=this.propertyKeyToIRI(c),f=Array.isArray(u)?u:[u];for(let h of f)if(c==="exo__Instance_class"){let d=this.valueToClassURI(h);r.push(new Lr.Triple(i,l,d))}else{let d=await this.valueToRDFObject(h,e);if(r.push(new Lr.Triple(i,l,d)),this.vocabularyMapper.hasMappingFor(c)&&d instanceof Rc.IRI){let p=this.vocabularyMapper.generateMappedTriple(i,c,d);p&&r.push(p)}}if(c==="exo__Instance_class")for(let h of f){let d=this.expandClassValue(h);if(d){let p=_r.Namespace.RDF.term("type");r.push(new Lr.Triple(i,p,d))}}}let a=await this.convertBodyWikilinks(e,i);return r.push(...a),r}async convertExo003Note(e,t){let r=Mr.Exo003Parser.parse(t);if(!r.success||!r.metadata)return[];let i=r.metadata,s=[];switch(i.metadata){case Mr.Exo003MetadataType.Namespace:break;case Mr.Exo003MetadataType.Anchor:s.push(...this.convertExo003Anchor(e,i));break;case Mr.Exo003MetadataType.BlankNode:s.push(...this.convertExo003BlankNode(e,i));break;case Mr.Exo003MetadataType.Statement:s.push(...this.convertExo003Statement(e,i));break;case Mr.Exo003MetadataType.Body:s.push(...await this.convertExo003Body(e,i));break}return s}convertExo003Anchor(e,t){let r=this.notePathToIRI(e.path),i=new Rc.IRI(t.uri);return[new Lr.Triple(r,_r.Namespace.OWL.term("sameAs"),i),new Lr.Triple(i,_r.Namespace.OWL.term("sameAs"),r)]}convertExo003BlankNode(e,t){let r=this.notePathToIRI(e.path),i=t.uri.replace(/[^a-zA-Z0-9_-]/g,"_");return[new Lr.Triple(r,_r.Namespace.OWL.term("sameAs"),new y_.BlankNode(i))]}convertExo003Statement(e,t){let r=[];try{let i=this.createExo003ReferenceResolver(e),s=Mr.Exo003Parser.toTriple(t,i);r.push(s);let a=this.notePathToIRI(e.path);r.push(new Lr.Triple(a,_r.Namespace.RDF.term("value"),s.subject))}catch{}return r}async convertExo003Body(e,t){let r=[];try{let i=await this.vault.read(e),s=this.extractBodyContent(i),a=this.createExo003ReferenceResolver(e),c=a(t.subject),u=a(t.predicate);if(c.type==="literal")throw new Error("Body subject cannot be a literal");if(u.type!=="iri")throw new Error("Body predicate must be an IRI");let l=c.type==="iri"?new Rc.IRI(c.value):new y_.BlankNode(c.value),f=new Rc.IRI(u.value),h=Mr.Exo003Parser.toLiteral(t,s.trim());r.push(new Lr.Triple(l,f,h));let d=this.notePathToIRI(e.path);r.push(new Lr.Triple(d,_r.Namespace.RDF.term("value"),l))}catch{}return r}createExo003ReferenceResolver(e){return t=>{let r=this.extractWikilink(t),i=r||t,s=this.vault.getFirstLinkpathDest(i,e.path);if(s){let a=this.vault.getFrontmatter(s);if(a&&Mr.Exo003Parser.isExo003Format(a)){let c=Mr.Exo003Parser.parse(a);if(c.success&&c.metadata){let u=c.metadata;if(u.metadata===Mr.Exo003MetadataType.Anchor||u.metadata===Mr.Exo003MetadataType.Namespace)return{type:"iri",value:u.uri};if(u.metadata===Mr.Exo003MetadataType.BlankNode)return{type:"blank",value:u.uri.replace(/[^a-zA-Z0-9_-]/g,"_")}}}return{type:"iri",value:this.notePathToIRI(s.path).value}}return!r&&t.includes("://")?{type:"iri",value:t}:{type:"literal",value:t}}}async convertVault(){let e=this.vault.getAllFiles(),t=[];for(let r of e)try{let i=await this.convertNote(r);t.push(...i)}catch(i){console.warn(`\u26A0\uFE0F Skipping file with invalid IRI: ${r.path}`),console.warn(` Reason: ${i instanceof Error?i.message:String(i)}`);continue}return t}notePathToIRI(e){let t=encodeURI(e);return new Rc.IRI(`${this.OBSIDIAN_VAULT_SCHEME}${t}`)}isExocortexProperty(e){return e.startsWith("exo__")||e.startsWith("ems__")}propertyKeyToIRI(e){if(e.startsWith("exo__")){let t=e.substring(5);return _r.Namespace.EXO.term(t)}if(e.startsWith("ems__")){let t=e.substring(5);return _r.Namespace.EMS.term(t)}throw new Error(`Invalid property key: ${e}`)}async valueToRDFObject(e,t){if(typeof e=="string"){let r=this.removeQuotes(e),i=this.extractWikilink(r);if(i){let s=this.vault.getFirstLinkpathDest(i,t.path);if(s)return this.notePathToIRI(s.path);if(this.isClassReference(i)){let a=this.expandClassValue(i);if(a)return a}return new cn.Literal(r)}if(this.isClassReference(r)){let s=this.expandClassValue(r);if(s)return s}return this.isISO8601DateTime(r)?new cn.Literal(r,_r.Namespace.XSD.term("dateTime")):new cn.Literal(r)}return typeof e=="boolean"?new cn.Literal(e.toString()):typeof e=="number"?new cn.Literal(e.toString(),_r.Namespace.XSD.term("decimal")):e instanceof Date?new cn.Literal(e.toISOString(),_r.Namespace.XSD.term("dateTime")):new cn.Literal(String(e))}isISO8601DateTime(e){return/^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}(\.\d{1,3})?(Z|[+-]\d{2}:\d{2})?$/.test(e)}removeQuotes(e){let t=e.trim();return t.startsWith('"')&&t.endsWith('"')||t.startsWith("'")&&t.endsWith("'")?t.substring(1,t.length-1):e}extractWikilink(e){let t=e.match(/^\[\[([^\]]+)\]\]$/);return t?t[1]:null}valueToClassURI(e){if(typeof e!="string")return new cn.Literal(String(e));let t=this.removeQuotes(e),i=this.extractWikilink(t)||t,s=this.expandClassValue(i);return s||new cn.Literal(t)}isClassReference(e){return(e.startsWith("ems__")||e.startsWith("exo__"))&&!/\s/.test(e)}expandClassValue(e){let t=this.removeQuotes(e);if(t.startsWith("ems__")){let r=t.substring(5);return _r.Namespace.EMS.term(r)}if(t.startsWith("exo__")){let r=t.substring(5);return _r.Namespace.EXO.term(r)}return null}extractBodyContent(e){let t=/^---\r?\n[\s\S]*?\r?\n---\r?\n?/;return e.replace(t,"")}extractBodyWikilinks(e){let t=new Set,r,i=new RegExp(this.BODY_WIKILINK_PATTERN.source,"g");for(;(r=i.exec(e))!==null;)r[1]&&t.add(r[1]);return Array.from(t)}async convertBodyWikilinks(e,t){let r=[];try{let i=await this.vault.read(e),s=this.extractBodyContent(i),a=this.extractBodyWikilinks(s),c=_r.Namespace.EXO.term("Asset_bodyLink");for(let u of a){let l=this.vault.getFirstLinkpathDest(u,e.path);if(l){let f=this.notePathToIRI(l.path);r.push(new Lr.Triple(t,c,f))}else if(this.isClassReference(u)){let f=this.expandClassValue(u);f?r.push(new Lr.Triple(t,c,f)):r.push(new Lr.Triple(t,c,new cn.Literal(u)))}else r.push(new Lr.Triple(t,c,new cn.Literal(u)))}}catch{}return r}};Vn.NoteToRDFConverter=ty;Vn.NoteToRDFConverter=ty=kF([(0,g_.injectable)(),$F(0,(0,g_.inject)(VF.DI_TOKENS.IVaultAdapter)),jF("design:paramtypes",[Object])],ty)});var ny=v((Sq,v_)=>{var Ga=class{static{o(this,"Wildcard")}constructor(){return BF||this}equals(e){return e&&this.termType===e.termType}};Object.defineProperty(Ga.prototype,"value",{enumerable:!0,value:"*"});Object.defineProperty(Ga.prototype,"termType",{enumerable:!0,value:"Wildcard"});var BF=new Ga;v_.exports.Wildcard=Ga});var __=v((wq,S_)=>{var qF=(function(){var n=o(function(x,C,O,F){for(O=O||{},F=x.length;F--;O[x[F]]=C);return O},"o"),e=[6,12,13,15,16,24,32,36,41,45,100,110,113,115,116,123,126,131,197,224,229,308,329,330,331,332,333],t=[2,247],r=[100,110,113,115,116,123,126,131,329,330,331,332,333],i=[2,409],s=[1,18],a=[1,27],c=[13,16,45,197,224,229,308],u=[28,29,53],l=[28,53],f=[1,42],h=[1,45],d=[1,41],p=[1,44],S=[123,126],b=[1,67],T=[39,45,87],A=[13,16,45,197,224,308],P=[1,87],L=[2,281],$=[1,86],G=[13,16,45,82,87,89,231,294,295,296,297,298,299,300,301,302,303,304,305,306,308,309,310,312],Ee=[6,28,29,53,63,70,73,81,83,85],Ue=[6,13,16,28,29,53,63,70,73,81,83,85,87,308],$e=[6,13,16,28,29,45,53,63,70,73,81,82,83,85,87,89,197,231,294,295,296,297,298,299,300,301,302,303,304,305,306,308,309,310,312,314],q=[6,13,16,28,29,31,39,45,47,48,53,63,70,73,81,82,83,85,87,89,109,112,121,123,126,128,159,160,161,163,164,174,193,197,224,229,231,232,242,246,250,263,265,272,290,294,295,296,297,298,299,300,301,302,303,304,305,306,308,309,310,312,314,317,318,335,337,338,340,341,342,343,344,345,346],ie=[13,16,308],Se=[112,132,327,334],nt=[13,16,112,132,308],Ke=[1,111],at=[1,117],Be=[112,132,327,328,334],qe=[13,16,112,132,308,328],Me=[28,29,45,53,87],Y=[1,138],M=[1,151],Ge=[1,128],Xe=[1,127],V=[1,129],me=[1,140],Oe=[1,141],Q=[1,142],Pe=[1,143],De=[1,144],Te=[1,145],Re=[1,147],he=[1,148],Ae=[2,457],ge=[1,158],Ce=[1,159],Fe=[1,160],Z=[1,152],se=[1,153],ae=[1,156],ee=[1,171],te=[1,172],re=[1,173],ne=[1,174],oe=[1,175],ce=[1,176],ue=[1,167],le=[1,168],X=[1,169],fe=[1,170],ke=[1,157],Ne=[1,166],we=[1,161],w=[1,162],E=[1,163],_=[1,164],I=[1,165],W=[6,13,16,29,31,45,82,85,87,89,112,159,160,161,163,164,231,294,295,296,297,298,299,300,301,302,303,304,305,306,308,309,310,312,335],it=[1,195],ut=[6,31,73,81,83,85],be=[2,285],k=[1,199],j=[1,201],U=[6,31,70,73,81,83,85],z=[2,283],ve=[1,207],We=[1,218],ze=[1,223],Ut=[1,219],Pr=[1,225],Vr=[1,226],dr=[1,224],k1=[6,63,70,73,81,83,85],j1=[1,236],$1=[2,334],V1=[1,243],U1=[1,241],Bt=[6,193],Ou=[2,349],B1=[2,339],Wi=[28,128],q1=[47,48,193,272],Pu=[47,48,193,242,272],ba=[47,48,193,242,246,272],Ea=[47,48,193,242,246,250,263,265,272,290,297,298,299,300,301,302,341,342,343,344,345,346],Lt=[39,47,48,193,242,246,250,263,265,272,290,297,298,299,300,301,302,338,341,342,343,344,345,346],G1=[1,271],W1=[1,270],wt=[6,13,16,29,31,39,45,47,48,70,73,76,78,81,82,83,85,87,89,112,159,160,161,163,164,193,231,242,246,250,263,265,268,269,270,271,272,273,274,276,277,279,280,283,285,290,294,295,296,297,298,299,300,301,302,303,304,305,306,308,309,310,312,335,338,341,342,343,344,345,346,347,348,349,350,351],z1=[1,281],H1=[1,280],pr=[13,16,29,31,39,45,47,48,82,85,87,89,112,159,160,161,163,164,174,193,197,224,229,231,232,242,246,250,263,265,272,290,294,295,296,297,298,299,300,301,302,303,304,305,306,308,309,310,312,314,317,318,335,338,341,342,343,344,345,346],Ko=[45,89],Du=[13,16,29,31,39,45,47,48,82,85,87,89,112,159,160,161,163,164,174,193,197,224,229,231,232,242,246,250,263,265,272,290,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,308,309,310,312,314,317,318,335,338,341,342,343,344,345,346],Ru=[13,16,31,82,174,294,295,296,297,298,299,300,301,302,303,304,305,306,308,312],Fu=[31,89],Nu=[48,87],Ts=[6,13,16,45,48,82,87,89,231,294,295,296,297,298,299,300,301,302,303,304,305,306,308,309,310,312,337,338],Kn=[6,13,16,39,45,48,82,87,89,231,263,294,295,296,297,298,299,300,301,302,303,304,305,306,308,309,310,312,337,338,340],Q1=[1,313],Ta=[6,85],md=[6,31,81,83,85],Y1=[2,361],_i=[2,353],As=[1,343],Xo=[31,112,335],wi=[13,16,29,31,45,48,82,85,87,89,112,159,160,161,163,164,193,197,224,229,231,232,272,294,295,296,297,298,299,300,301,302,303,304,305,306,308,309,310,312,317,318,335],gd=[13,16,29,31,45,48,82,85,87,89,112,159,160,161,163,164,193,197,224,229,231,232,272,294,295,296,297,298,299,300,301,302,303,304,305,306,308,309,310,312,314,317,318,335],K1=[6,109,193],Cs=[31,112],bt=[13,16,45,82,87,224,263,265,268,269,270,271,273,274,276,277,279,280,283,285,294,295,296,297,298,299,300,301,302,303,304,305,306,308,312,346,347,348,349,350,351],yd=[1,390],vd=[1,391],zi=[13,16,87,197,308,314],X1=[13,16,39,45,82,87,224,263,265,268,269,270,271,273,274,276,277,279,280,283,285,294,295,296,297,298,299,300,301,302,303,304,305,306,308,312,346,347,348,349,350,351],Lu=[1,417],Mu=[1,418],J1=[13,16,48,197,229,308],Hi=[6,31,85],Z1=[6,13,16,31,45,73,81,83,85,268,269,270,271,273,274,276,277,279,280,283,285,308,346,347,348,349,350,351],Sd=[6,13,16,29,31,45,73,76,78,81,82,83,85,87,89,112,159,160,161,163,164,231,268,269,270,271,273,274,276,277,279,280,283,285,294,295,296,297,298,299,300,301,302,303,304,305,306,308,309,310,312,335,346,347,348,349,350,351],xs=[29,31,85,112,159,160,161,163,164],ku=[1,443],ju=[1,444],e2=[1,449],Is=[31,112,193,232,318,335],$u=[13,16,45,48,82,87,89,231,294,295,296,297,298,299,300,301,302,303,304,305,306,308,309,310,312],t2=[13,16,31,45,48,82,87,89,112,193,231,232,272,294,295,296,297,298,299,300,301,302,303,304,305,306,308,309,310,312,317,318,335],_d=[13,16,29,31,45,48,82,85,87,89,112,159,160,161,163,164,193,231,232,272,294,295,296,297,298,299,300,301,302,303,304,305,306,308,309,310,312,317,318,335],Jo=[13,16,31,48,82,174,294,295,296,297,298,299,300,301,302,303,304,305,306,308,312],Zo=[31,45],r2=[1,507],n2=[1,508],i2=[6,13,16,29,31,39,45,47,48,63,70,73,76,78,81,82,83,85,87,89,112,159,160,161,163,164,193,231,242,246,250,263,265,268,269,270,271,272,273,274,276,277,279,280,283,285,290,294,295,296,297,298,299,300,301,302,303,304,305,306,308,309,310,312,335,336,338,341,342,343,344,345,346,347,348,349,350,351],Vu=[29,31,85,112,159,160,161,163,164,335],Os=[6,13,16,31,45,70,73,81,83,85,87,268,269,270,271,273,274,276,277,279,280,283,285,308,346,347,348,349,350,351],s2=[13,16,31,45,48,82,87,89,112,193,197,231,232,272,294,295,296,297,298,299,300,301,302,303,304,305,306,308,309,310,312,317,318,335],a2=[2,352],wd=[13,16,197,308,314],o2=[1,565],Aa=[6,13,16,31,45,76,78,81,83,85,87,268,269,270,271,273,274,276,277,279,280,283,285,308,346,347,348,349,350,351],c2=[13,16,29,31,45,82,85,87,89,112,159,160,161,163,164,231,294,295,296,297,298,299,300,301,302,303,304,305,306,308,309,310,312],bi=[13,16,29,31,45,82,85,87,89,112,159,160,161,163,164,231,294,295,296,297,298,299,300,301,302,303,304,305,306,308,309,310,312,335],u2=[13,16,87,308],Ei=[2,364],Ca=[29,31,85,112,159,160,161,163,164,193,232,318,335],Uu=[31,112,193,232,272,318,335],Ti=[2,359],l2=[13,16,48,82,174,294,295,296,297,298,299,300,301,302,303,304,305,306,308,312],Bu=[29,31,85,112,159,160,161,163,164,193,232,272,318,335],f2=[13,16,31,45,82,87,89,112,231,294,295,296,297,298,299,300,301,302,303,304,305,306,308,309,310,312],h2=[2,347],bd={trace:o(function(){},"trace"),yy:{},symbols_:{error:2,QueryOrUpdate:3,Prologue:4,QueryOrUpdate_group0:5,EOF:6,Query:7,Qry:8,Query_option0:9,Prologue_repetition0:10,BaseDecl:11,BASE:12,IRIREF:13,PrefixDecl:14,PREFIX:15,PNAME_NS:16,SelectClauseWildcard:17,Qry_repetition0:18,WhereClause:19,SolutionModifierNoGroup:20,SelectClauseVars:21,Qry_repetition1:22,SolutionModifier:23,CONSTRUCT:24,ConstructTemplate:25,Qry_repetition2:26,Qry_repetition3:27,WHERE:28,"{":29,Qry_option0:30,"}":31,DESCRIBE:32,Qry_group0:33,Qry_repetition4:34,Qry_option1:35,ASK:36,Qry_repetition5:37,SelectClauseBase:38,"*":39,SelectClauseVars_repetition_plus0:40,SELECT:41,SelectClauseBase_option0:42,SelectClauseItem:43,Var:44,"(":45,Expression:46,AS:47,")":48,SubSelect:49,SubSelect_option0:50,SubSelect_option1:51,DatasetClause:52,FROM:53,DatasetClause_option0:54,iri:55,WhereClause_option0:56,GroupGraphPattern:57,SolutionModifier_option0:58,SolutionModifierNoGroup_option0:59,SolutionModifierNoGroup_option1:60,SolutionModifierNoGroup_option2:61,GroupClause:62,GROUP:63,BY:64,GroupClause_repetition_plus0:65,GroupCondition:66,BuiltInCall:67,FunctionCall:68,HavingClause:69,HAVING:70,HavingClause_repetition_plus0:71,OrderClause:72,ORDER:73,OrderClause_repetition_plus0:74,OrderCondition:75,ASC:76,BrackettedExpression:77,DESC:78,Constraint:79,LimitOffsetClauses:80,LIMIT:81,INTEGER:82,OFFSET:83,ValuesClause:84,VALUES:85,InlineData:86,VAR:87,InlineData_repetition0:88,NIL:89,InlineData_repetition1:90,InlineData_repetition_plus2:91,InlineData_repetition3:92,DataBlock:93,DataBlockValueList:94,DataBlockValueList_repetition_plus0:95,Update:96,Update_repetition0:97,Update1:98,Update_option0:99,LOAD:100,Update1_option0:101,Update1_option1:102,Update1_group0:103,Update1_option2:104,GraphRefAll:105,Update1_group1:106,Update1_option3:107,GraphOrDefault:108,TO:109,CREATE:110,Update1_option4:111,GRAPH:112,INSERTDATA:113,QuadPattern:114,DELETEDATA:115,DELETEWHERE:116,Update1_option5:117,InsertDeleteClause:118,Update1_repetition0:119,IntoGraphClause:120,INTO:121,GraphRef:122,DELETE:123,InsertDeleteClause_option0:124,InsertClause:125,INSERT:126,UsingClause:127,USING:128,UsingClause_option0:129,WithClause:130,WITH:131,DEFAULT:132,GraphOrDefault_option0:133,GraphRefAll_group0:134,Quads:135,Quads_option0:136,Quads_repetition0:137,QuadsNotTriples:138,VarOrIri:139,QuadsNotTriples_option0:140,QuadsNotTriples_option1:141,QuadsNotTriples_option2:142,TriplesTemplate:143,TriplesTemplate_repetition0:144,TriplesSameSubject:145,TriplesTemplate_option0:146,GroupGraphPatternSub:147,GroupGraphPatternSub_option0:148,GroupGraphPatternSub_repetition0:149,GroupGraphPatternSubTail:150,GraphPatternNotTriples:151,GroupGraphPatternSubTail_option0:152,GroupGraphPatternSubTail_option1:153,TriplesBlock:154,TriplesBlock_repetition0:155,TriplesSameSubjectPath:156,TriplesBlock_option0:157,GroupOrUnionGraphPattern:158,OPTIONAL:159,MINUS:160,SERVICE:161,GraphPatternNotTriples_option0:162,FILTER:163,BIND:164,InlineDataOneVar:165,InlineDataFull:166,InlineDataOneVar_repetition0:167,InlineDataFull_repetition0:168,InlineDataFull_repetition_plus1:169,InlineDataFull_repetition2:170,DataBlockValue:171,Literal:172,QuotedTriple:173,UNDEF:174,GroupOrUnionGraphPattern_repetition0:175,ArgList:176,ArgList_option0:177,ArgList_repetition0:178,ExpressionList:179,ExpressionList_repetition0:180,ConstructTemplate_option0:181,ConstructTriples:182,ConstructTriples_repetition0:183,ConstructTriples_option0:184,VarOrTermOrQuotedTP:185,PropertyListNotEmpty:186,TriplesNode:187,PropertyList:188,PropertyList_option0:189,VerbObjectList:190,PropertyListNotEmpty_repetition0:191,SemiOptionalVerbObjectList:192,";":193,SemiOptionalVerbObjectList_option0:194,Verb:195,ObjectList:196,a:197,ObjectList_repetition0:198,Object:199,GraphNode:200,Object_option0:201,PropertyListPathNotEmpty:202,TriplesNodePath:203,TriplesSameSubjectPath_option0:204,O:205,PropertyListPathNotEmpty_repetition0:206,PropertyListPathNotEmptyTail:207,O_group0:208,ObjectListPath:209,ObjectListPath_repetition0:210,ObjectPath:211,GraphNodePath:212,ObjectPath_option0:213,Path:214,Path_repetition0:215,PathSequence:216,PathSequence_repetition0:217,PathEltOrInverse:218,PathElt:219,PathPrimary:220,PathElt_option0:221,PathEltOrInverse_option0:222,IriOrA:223,"!":224,PathNegatedPropertySet:225,PathOneInPropertySet:226,PathNegatedPropertySet_repetition0:227,PathNegatedPropertySet_option0:228,"^":229,TriplesNode_repetition_plus0:230,"[":231,"]":232,TriplesNodePath_repetition_plus0:233,VarOrTermOrQuotedTPExpr:234,VarOrTerm:235,GraphTerm:236,BlankNode:237,ConditionalOrExpression:238,ConditionalAndExpression:239,ConditionalOrExpression_repetition0:240,ConditionalOrExpressionTail:241,"||":242,RelationalExpression:243,ConditionalAndExpression_repetition0:244,ConditionalAndExpressionTail:245,"&&":246,NumericExpression:247,RelationalExpression_group0:248,RelationalExpression_option0:249,IN:250,MultiplicativeExpression:251,NumericExpression_repetition0:252,AdditiveExpressionTail:253,AdditiveExpressionTail_group0:254,NumericLiteralPositive:255,AdditiveExpressionTail_repetition0:256,NumericLiteralNegative:257,AdditiveExpressionTail_repetition1:258,UnaryExpression:259,MultiplicativeExpression_repetition0:260,MultiplicativeExpressionTail:261,MultiplicativeExpressionTail_group0:262,"+":263,PrimaryExpression:264,"-":265,ExprQuotedTP:266,Aggregate:267,FUNC_ARITY0:268,FUNC_ARITY1:269,FUNC_ARITY1_SPARQL_STAR:270,FUNC_ARITY2:271,",":272,FUNC_ARITY3:273,FUNC_ARITY3_SPARQL_STAR:274,BuiltInCall_group0:275,BOUND:276,BNODE:277,BuiltInCall_option0:278,EXISTS:279,COUNT:280,Aggregate_option0:281,Aggregate_group0:282,FUNC_AGGREGATE:283,Aggregate_option1:284,GROUP_CONCAT:285,Aggregate_option2:286,Aggregate_option3:287,GroupConcatSeparator:288,SEPARATOR:289,"=":290,String:291,LANGTAG:292,"^^":293,DECIMAL:294,DOUBLE:295,BOOLEAN:296,INTEGER_POSITIVE:297,DECIMAL_POSITIVE:298,DOUBLE_POSITIVE:299,INTEGER_NEGATIVE:300,DECIMAL_NEGATIVE:301,DOUBLE_NEGATIVE:302,STRING_LITERAL1:303,STRING_LITERAL2:304,STRING_LITERAL_LONG1:305,STRING_LITERAL_LONG2:306,PrefixedName:307,PNAME_LN:308,BLANK_NODE_LABEL:309,ANON:310,QuotedTP:311,"<<":312,qtSubjectOrObject:313,">>":314,DataValueTerm:315,AnnotationPattern:316,"{|":317,"|}":318,AnnotationPatternPath:319,ExprVarOrTerm:320,QueryOrUpdate_group0_option0:321,Prologue_repetition0_group0:322,Qry_group0_repetition_plus0:323,SelectClauseBase_option0_group0:324,DISTINCT:325,REDUCED:326,NAMED:327,SILENT:328,CLEAR:329,DROP:330,ADD:331,MOVE:332,COPY:333,ALL:334,".":335,UNION:336,"|":337,"/":338,PathElt_option0_group0:339,"?":340,"!=":341,"<":342,">":343,"<=":344,">=":345,NOT:346,CONCAT:347,COALESCE:348,SUBSTR:349,REGEX:350,REPLACE:351,$accept:0,$end:1},terminals_:{2:"error",6:"EOF",12:"BASE",13:"IRIREF",15:"PREFIX",16:"PNAME_NS",24:"CONSTRUCT",28:"WHERE",29:"{",31:"}",32:"DESCRIBE",36:"ASK",39:"*",41:"SELECT",45:"(",47:"AS",48:")",53:"FROM",63:"GROUP",64:"BY",70:"HAVING",73:"ORDER",76:"ASC",78:"DESC",81:"LIMIT",82:"INTEGER",83:"OFFSET",85:"VALUES",87:"VAR",89:"NIL",100:"LOAD",109:"TO",110:"CREATE",112:"GRAPH",113:"INSERTDATA",115:"DELETEDATA",116:"DELETEWHERE",121:"INTO",123:"DELETE",126:"INSERT",128:"USING",131:"WITH",132:"DEFAULT",159:"OPTIONAL",160:"MINUS",161:"SERVICE",163:"FILTER",164:"BIND",174:"UNDEF",193:";",197:"a",224:"!",229:"^",231:"[",232:"]",242:"||",246:"&&",250:"IN",263:"+",265:"-",268:"FUNC_ARITY0",269:"FUNC_ARITY1",270:"FUNC_ARITY1_SPARQL_STAR",271:"FUNC_ARITY2",272:",",273:"FUNC_ARITY3",274:"FUNC_ARITY3_SPARQL_STAR",276:"BOUND",277:"BNODE",279:"EXISTS",280:"COUNT",283:"FUNC_AGGREGATE",285:"GROUP_CONCAT",289:"SEPARATOR",290:"=",292:"LANGTAG",293:"^^",294:"DECIMAL",295:"DOUBLE",296:"BOOLEAN",297:"INTEGER_POSITIVE",298:"DECIMAL_POSITIVE",299:"DOUBLE_POSITIVE",300:"INTEGER_NEGATIVE",301:"DECIMAL_NEGATIVE",302:"DOUBLE_NEGATIVE",303:"STRING_LITERAL1",304:"STRING_LITERAL2",305:"STRING_LITERAL_LONG1",306:"STRING_LITERAL_LONG2",308:"PNAME_LN",309:"BLANK_NODE_LABEL",310:"ANON",312:"<<",314:">>",317:"{|",318:"|}",325:"DISTINCT",326:"REDUCED",327:"NAMED",328:"SILENT",329:"CLEAR",330:"DROP",331:"ADD",332:"MOVE",333:"COPY",334:"ALL",335:".",336:"UNION",337:"|",338:"/",340:"?",341:"!=",342:"<",343:">",344:"<=",345:">=",346:"NOT",347:"CONCAT",348:"COALESCE",349:"SUBSTR",350:"REGEX",351:"REPLACE"},productions_:[0,[3,3],[7,2],[4,1],[11,2],[14,3],[8,4],[8,4],[8,5],[8,7],[8,5],[8,4],[17,2],[21,2],[38,2],[43,1],[43,5],[49,4],[49,4],[52,3],[19,2],[23,2],[20,3],[62,3],[66,1],[66,1],[66,3],[66,5],[66,1],[69,2],[72,3],[75,2],[75,2],[75,1],[75,1],[80,2],[80,2],[80,4],[80,4],[84,2],[86,4],[86,4],[86,6],[86,2],[94,3],[96,3],[98,4],[98,3],[98,5],[98,4],[98,2],[98,2],[98,2],[98,5],[120,2],[118,3],[118,1],[125,2],[127,3],[130,2],[108,1],[108,2],[122,2],[105,1],[105,1],[114,3],[135,2],[138,7],[143,3],[57,3],[57,3],[147,2],[150,3],[154,3],[151,1],[151,2],[151,2],[151,3],[151,4],[151,2],[151,6],[151,1],[93,1],[93,1],[165,4],[166,4],[166,6],[171,1],[171,1],[171,1],[171,1],[158,2],[79,1],[79,1],[79,1],[68,2],[176,1],[176,5],[179,1],[179,4],[25,3],[182,3],[145,2],[145,2],[188,1],[186,2],[192,2],[190,2],[195,1],[195,1],[196,2],[199,2],[156,2],[156,2],[202,2],[207,1],[207,2],[205,2],[209,2],[211,2],[214,2],[216,2],[219,2],[218,2],[220,1],[220,2],[220,3],[225,1],[225,1],[225,4],[226,1],[226,2],[187,3],[187,3],[203,3],[203,3],[200,1],[200,1],[212,1],[212,1],[234,1],[235,1],[235,1],[139,1],[139,1],[44,1],[236,1],[236,1],[236,1],[236,1],[46,1],[238,2],[241,2],[239,2],[245,2],[243,1],[243,3],[243,4],[247,2],[253,2],[253,2],[253,2],[251,2],[261,2],[259,2],[259,2],[259,2],[259,1],[264,1],[264,1],[264,1],[264,1],[264,1],[264,1],[264,1],[77,3],[67,1],[67,2],[67,4],[67,4],[67,6],[67,8],[67,8],[67,2],[67,4],[67,2],[67,4],[67,3],[267,5],[267,5],[267,6],[288,4],[172,1],[172,2],[172,3],[172,1],[172,1],[172,1],[172,1],[172,1],[172,1],[255,1],[255,1],[255,1],[257,1],[257,1],[257,1],[291,1],[291,1],[291,1],[291,1],[55,1],[55,1],[307,1],[307,1],[237,1],[237,1],[311,5],[173,5],[313,1],[313,1],[313,1],[313,1],[313,1],[315,1],[315,1],[315,1],[185,1],[185,1],[185,1],[316,3],[319,3],[266,5],[320,1],[320,1],[320,1],[223,1],[223,1],[321,0],[321,1],[5,1],[5,1],[5,1],[9,0],[9,1],[322,1],[322,1],[10,0],[10,2],[18,0],[18,2],[22,0],[22,2],[26,0],[26,2],[27,0],[27,2],[30,0],[30,1],[323,1],[323,2],[33,1],[33,1],[34,0],[34,2],[35,0],[35,1],[37,0],[37,2],[40,1],[40,2],[324,1],[324,1],[42,0],[42,1],[50,0],[50,1],[51,0],[51,1],[54,0],[54,1],[56,0],[56,1],[58,0],[58,1],[59,0],[59,1],[60,0],[60,1],[61,0],[61,1],[65,1],[65,2],[71,1],[71,2],[74,1],[74,2],[88,0],[88,2],[90,0],[90,2],[91,1],[91,2],[92,0],[92,2],[95,1],[95,2],[97,0],[97,4],[99,0],[99,2],[101,0],[101,1],[102,0],[102,1],[103,1],[103,1],[104,0],[104,1],[106,1],[106,1],[106,1],[107,0],[107,1],[111,0],[111,1],[117,0],[117,1],[119,0],[119,2],[124,0],[124,1],[129,0],[129,1],[133,0],[133,1],[134,1],[134,1],[134,1],[136,0],[136,1],[137,0],[137,2],[140,0],[140,1],[141,0],[141,1],[142,0],[142,1],[144,0],[144,3],[146,0],[146,1],[148,0],[148,1],[149,0],[149,2],[152,0],[152,1],[153,0],[153,1],[155,0],[155,3],[157,0],[157,1],[162,0],[162,1],[167,0],[167,2],[168,0],[168,2],[169,1],[169,2],[170,0],[170,2],[175,0],[175,3],[177,0],[177,1],[178,0],[178,3],[180,0],[180,3],[181,0],[181,1],[183,0],[183,3],[184,0],[184,1],[189,0],[189,1],[191,0],[191,2],[194,0],[194,1],[198,0],[198,3],[201,0],[201,1],[204,0],[204,1],[206,0],[206,2],[208,1],[208,1],[210,0],[210,3],[213,0],[213,1],[215,0],[215,3],[217,0],[217,3],[339,1],[339,1],[339,1],[221,0],[221,1],[222,0],[222,1],[227,0],[227,3],[228,0],[228,1],[230,1],[230,2],[233,1],[233,2],[240,0],[240,2],[244,0],[244,2],[248,1],[248,1],[248,1],[248,1],[248,1],[248,1],[249,0],[249,1],[252,0],[252,2],[254,1],[254,1],[256,0],[256,2],[258,0],[258,2],[260,0],[260,2],[262,1],[262,1],[275,1],[275,1],[275,1],[275,1],[275,1],[278,0],[278,1],[281,0],[281,1],[282,1],[282,1],[284,0],[284,1],[286,0],[286,1],[287,0],[287,1]],performAction:o(function(C,O,F,K,_e,m,gr){var g=m.length-1;switch(_e){case 1:if(m[g-1]=m[g-1]||{},xe.base&&(m[g-1].base=xe.base),xe.base="",m[g-1].prefixes=xe.prefixes,xe.prefixes=null,xe.pathOnly){if(m[g-1].type==="path"||"termType"in m[g-1])return m[g-1];throw new Error("Received full SPARQL query in path only mode")}else if(m[g-1].type==="path"||"termType"in m[g-1])throw new Error("Received only path in full SPARQL mode");if(m[g-1].type==="update"){let st={};for(let dt of m[g-1].updates)if(dt.updateType==="insert"){let He={};for(let Ze of dt.insert)if(Ze.type==="bgp"||Ze.type==="graph")for(let Dr of Ze.triples)Dr.subject.termType==="BlankNode"&&(He[Dr.subject.value]=!0),Dr.predicate.termType==="BlankNode"&&(He[Dr.predicate.value]=!0),Dr.object.termType==="BlankNode"&&(He[Dr.object.value]=!0);for(let Ze of Object.keys(He)){if(st[Ze])throw new Error("Detected reuse blank node across different INSERT DATA clauses");st[Ze]=!0}}}return m[g-1];case 2:this.$={...m[g-1],...m[g],type:"query"};break;case 4:xe.base=ec(m[g]);break;case 5:xe.prefixes||(xe.prefixes={}),m[g-1]=m[g-1].substr(0,m[g-1].length-1),m[g]=ec(m[g]),xe.prefixes[m[g-1]]=m[g];break;case 6:this.$={...m[g-3],...Rs(m[g-2]),...m[g-1],...m[g]};break;case 7:if(!xe.skipValidation&&(Pd(m[g-3].variables.map(dt=>Od(dt.expression))).some(dt=>dt.aggregation==="count"&&!(dt.expression instanceof qu))||m[g].group)){for(let dt of m[g-3].variables)if(dt.termType==="Variable"){if(!m[g].group||!m[g].group.map(He=>Pa(He)).includes(Pa(dt)))throw Error("Projection of ungrouped variable (?"+Pa(dt)+")")}else if(Od(dt.expression).length===0){let He=PA(dt.expression);for(let Ze of He)if(!m[g].group||!m[g].group.map||!m[g].group.map(Dr=>Pa(Dr)).includes(Pa(Ze)))throw Error("Use of ungrouped variable in projection of operation (?"+Pa(Ze)+")")}}let ei=m[g-1].where.filter(st=>st.type==="query");if(ei.length>0){let st=m[g-3].variables.filter(He=>He.variable&&He.variable.value).map(He=>He.variable.value),dt=Pd(ei.map(He=>He.variables)).map(He=>He.value||He.variable.value);for(let He of st)if(dt.indexOf(He)>=0)throw Error("Target id of 'AS' (?"+He+") already used in subquery")}this.$=yt(m[g-3],Rs(m[g-2]),m[g-1],m[g]);break;case 8:this.$=yt({queryType:"CONSTRUCT",template:m[g-3]},Rs(m[g-2]),m[g-1],m[g]);break;case 9:this.$=yt({queryType:"CONSTRUCT",template:m[g-2]=m[g-2]?m[g-2].triples:[]},Rs(m[g-5]),{where:[{type:"bgp",triples:Ds([],m[g-2])}]},m[g]);break;case 10:this.$=yt({queryType:"DESCRIBE",variables:m[g-3]==="*"?[new qu]:m[g-3]},Rs(m[g-2]),m[g-1],m[g]);break;case 11:this.$=yt({queryType:"ASK"},Rs(m[g-2]),m[g-1],m[g]);break;case 12:this.$=yt(m[g-1],{variables:[new qu]});break;case 13:let sc=m[g].map(st=>st.value||st.variable.value),Da=DA(sc);if(Da.length>0)throw Error("Two or more of the resulting columns have the same name (?"+Da[0]+")");this.$=yt(m[g-1],{variables:m[g]});break;case 14:this.$=yt({queryType:"SELECT"},m[g]&&(m[g-1]=mr(m[g]),m[g]={},m[g][m[g-1]]=!0,m[g]));break;case 16:case 27:this.$=xa(m[g-3],{variable:m[g-1]});break;case 17:case 18:this.$=yt(m[g-3],m[g-2],m[g-1],m[g],{type:"query"});break;case 19:case 58:this.$={iri:m[g],named:!!m[g-1]};break;case 20:this.$={where:m[g].patterns};break;case 21:this.$=yt(m[g-1],m[g]);break;case 22:this.$=yt(m[g-2],m[g-1],m[g]);break;case 23:this.$={group:m[g]};break;case 24:case 25:case 28:case 31:case 33:case 34:this.$=xa(m[g]);break;case 26:this.$=xa(m[g-1]);break;case 29:this.$={having:m[g]};break;case 30:this.$={order:m[g]};break;case 32:this.$=xa(m[g],{descending:!0});break;case 35:this.$={limit:Oa(m[g])};break;case 36:this.$={offset:Oa(m[g])};break;case 37:this.$={limit:Oa(m[g-2]),offset:Oa(m[g])};break;case 38:this.$={limit:Oa(m[g]),offset:Oa(m[g-2])};break;case 39:case 43:this.$={type:"values",values:m[g]};break;case 40:case 84:this.$=m[g-1].map(st=>({[m[g-3]]:st}));break;case 41:case 85:this.$=m[g-1].map(()=>({}));break;case 42:case 86:var Zn=m[g-4].length;m[g-4]=m[g-4].map(Ed),this.$=m[g-1].map(function(st){if(st.length!==Zn)throw Error("Inconsistent VALUES length");for(var dt={},He=0;He<Zn;He++)dt["?"+m[g-4][He].value]=st[He];return dt});break;case 44:case 65:case 100:case 126:case 175:this.$=m[g-1];break;case 45:this.$={type:"update",updates:Ai(m[g-2],m[g-1])};break;case 46:this.$=yt({type:"load",silent:!!m[g-2],source:m[g-1]},m[g]&&{destination:m[g]});break;case 47:this.$={type:mr(m[g-2]),silent:!!m[g-1],graph:m[g]};break;case 48:this.$={type:mr(m[g-4]),silent:!!m[g-3],source:m[g-2],destination:m[g]};break;case 49:this.$={type:"create",silent:!!m[g-2],graph:{type:"graph",name:m[g]}};break;case 50:this.$={updateType:"insert",insert:E2(m[g])};break;case 51:this.$={updateType:"delete",delete:Fd(E2(m[g]))};break;case 52:this.$={updateType:"deletewhere",delete:Fd(m[g])};break;case 53:this.$={updateType:"insertdelete",...m[g-4],...m[g-3],...Rs(m[g-2],"using"),where:m[g].patterns};break;case 54:case 57:case 62:case 167:case 191:case 236:this.$=m[g];break;case 55:this.$={delete:Fd(m[g-1]),insert:m[g]||[]};break;case 56:this.$={delete:[],insert:m[g]};break;case 59:this.$={graph:m[g]};break;case 60:this.$={type:"graph",default:!0};break;case 61:case 63:this.$={type:"graph",name:m[g]};break;case 64:this.$={[mr(m[g])]:!0};break;case 66:this.$=m[g-1]?Xn(m[g],[m[g-1]]):Xn(m[g]);break;case 67:var nc=yt(m[g-3]||{triples:[]},{type:"graph",name:m[g-5]});this.$=m[g]?[nc,m[g]]:[nc];break;case 68:case 73:this.$={type:"bgp",triples:Xn(m[g-2],[m[g-1]])};break;case 69:this.$={type:"group",patterns:[m[g-1]]};break;case 70:for(let st of m[g-1].filter(dt=>dt.type==="bind")){let dt=m[g-1].indexOf(st),He=new Set;for(let Ze of m[g-1].slice(0,dt))(Ze.type==="group"||Ze.type==="bgp")&&w2(Ze).forEach(Dr=>He.add(Dr));if(He.has(st.variable.value))throw Error("Variable used to bind is already bound (?"+st.variable.value+")")}this.$={type:"group",patterns:m[g-1]};break;case 71:this.$=m[g-1]?Xn([m[g-1]],m[g]):Xn(m[g]);break;case 72:this.$=m[g]?[m[g-2],m[g]]:m[g-2];break;case 75:this.$=yt(m[g],{type:"optional"});break;case 76:this.$=yt(m[g],{type:"minus"});break;case 77:this.$=yt(m[g],{type:"graph",name:m[g-1]});break;case 78:this.$=yt(m[g],{type:"service",name:m[g-1],silent:!!m[g-2]});break;case 79:this.$={type:"filter",expression:m[g]};break;case 80:this.$={type:"bind",variable:m[g-1],expression:m[g-3]};break;case 89:this.$=rc(m[g]);break;case 90:this.$=void 0;break;case 91:this.$=m[g-1].length?{type:"union",patterns:Xn(m[g-1].map(Ad),[Ad(m[g])])}:m[g];break;case 95:this.$={...m[g],function:m[g-1]};break;case 96:this.$={type:"functionCall",args:[]};break;case 97:this.$={type:"functionCall",args:Ai(m[g-2],m[g-1]),distinct:!!m[g-3]};break;case 98:case 115:case 128:case 247:case 249:case 251:case 253:case 255:case 263:case 267:case 297:case 299:case 303:case 307:case 328:case 341:case 349:case 355:case 361:case 367:case 369:case 373:case 375:case 379:case 381:case 385:case 391:case 395:case 401:case 405:case 409:case 411:case 420:case 428:case 430:case 440:case 444:case 446:case 448:this.$=[];break;case 99:this.$=Ai(m[g-2],m[g-1]);break;case 101:this.$=Xn(m[g-2],[m[g-1]]);break;case 102:case 112:this.$=Rd(m[g].map(st=>yt(Ci(m[g-1]),st)));break;case 103:this.$=Rd(Ds(m[g].map(st=>yt(Ci(m[g-1].entity),st)),m[g-1].triples));break;case 105:this.$=Xn([m[g-1]],m[g]);break;case 106:this.$=Xn(m[g]);break;case 107:this.$=Id(m[g-1],m[g]);break;case 109:case 237:this.$=xe.factory.namedNode(_A);break;case 110:case 118:this.$=Ai(m[g-1],m[g]);break;case 111:this.$=m[g]?{annotation:m[g],object:m[g-1]}:m[g-1];break;case 113:this.$=m[g]?Rd(Ds(m[g].map(st=>yt(Ci(m[g-1].entity),st)),m[g-1].triples)):m[g-1].triples;break;case 114:this.$=Id(...m[g-1],m[g]);break;case 116:this.$=Id(...m[g]);break;case 117:case 159:case 163:this.$=[m[g-1],m[g]];break;case 119:this.$=m[g]?{object:m[g-1],annotation:m[g]}:m[g-1];break;case 120:this.$=m[g-1].length?Ia("|",Ai(m[g-1],m[g])):m[g];break;case 121:this.$=m[g-1].length?Ia("/",Ai(m[g-1],m[g])):m[g];break;case 122:this.$=m[g]?Ia(m[g],[m[g-1]]):m[g-1];break;case 123:this.$=m[g-1]?Ia(m[g-1],[m[g]]):m[g];break;case 125:case 131:this.$=Ia(m[g-1],[m[g]]);break;case 129:this.$=Ia("|",Ai(m[g-2],m[g-1]));break;case 132:case 134:this.$=IA(m[g-1]);break;case 133:case 135:this.$=OA(m[g-1]);break;case 140:this.$={entity:m[g],triples:[]};break;case 145:this.$=Ed(m[g]);break;case 149:this.$=xe.factory.namedNode(d2);break;case 151:case 153:case 158:case 162:this.$=Td(m[g-1],m[g]);break;case 152:this.$=["||",m[g]];break;case 154:this.$=["&&",m[g]];break;case 156:this.$=qt(m[g-1],[m[g-2],m[g]]);break;case 157:this.$=qt(m[g-2]?"notin":"in",[m[g-3],m[g]]);break;case 160:this.$=["+",Td(m[g-1],m[g])];break;case 161:var zu=Jn(m[g-1].value.replace("-",""),m[g-1].datatype);this.$=["-",Td(zu,m[g])];break;case 164:this.$=qt("UPLUS",[m[g]]);break;case 165:this.$=qt(m[g-1],[m[g]]);break;case 166:this.$=qt("UMINUS",[m[g]]);break;case 177:this.$=qt(mr(m[g-1]));break;case 178:this.$=qt(mr(m[g-3]),[m[g-1]]);break;case 179:this.$=rc(qt(mr(m[g-3]),[m[g-1]]));break;case 180:this.$=qt(mr(m[g-5]),[m[g-3],m[g-1]]);break;case 181:this.$=qt(mr(m[g-7]),[m[g-5],m[g-3],m[g-1]]);break;case 182:this.$=rc(qt(mr(m[g-7]),[m[g-5],m[g-3],m[g-1]]));break;case 183:this.$=qt(mr(m[g-1]),m[g]);break;case 184:this.$=qt("bound",[Ed(m[g-1])]);break;case 185:this.$=qt(m[g-1],[]);break;case 186:this.$=qt(m[g-3],[m[g-1]]);break;case 187:this.$=qt(m[g-2]?"notexists":"exists",[Ad(m[g])]);break;case 188:case 189:this.$=xa(m[g-1],{type:"aggregate",aggregation:mr(m[g-4]),distinct:!!m[g-2]});break;case 190:this.$=xa(m[g-2],{type:"aggregate",aggregation:mr(m[g-5]),distinct:!!m[g-3],separator:typeof m[g-1]=="string"?m[g-1]:" "});break;case 192:this.$=Jn(m[g]);break;case 193:this.$=TA(m[g-1],mr(m[g].substr(1)));break;case 194:this.$=Jn(m[g-2],m[g]);break;case 195:case 204:this.$=Jn(m[g],p2);break;case 196:case 205:this.$=Jn(m[g],m2);break;case 197:case 206:this.$=Jn(mr(m[g]),g2);break;case 200:this.$=Jn(m[g].toLowerCase(),EA);break;case 201:this.$=Jn(m[g].substr(1),p2);break;case 202:this.$=Jn(m[g].substr(1),m2);break;case 203:this.$=Jn(m[g].substr(1).toLowerCase(),g2);break;case 207:case 208:this.$=_2(m[g],1);break;case 209:case 210:this.$=_2(m[g],3);break;case 211:this.$=xe.factory.namedNode(ec(m[g]));break;case 213:var Hu=m[g].indexOf(":"),ic=m[g].substr(0,Hu),Qu=xe.prefixes[ic];if(!Qu)throw new Error("Unknown prefix: "+ic);var mt=ec(Qu+m[g].substr(Hu+1));this.$=xe.factory.namedNode(mt);break;case 214:if(m[g]=m[g].substr(0,m[g].length-1),!(m[g]in xe.prefixes))throw new Error("Unknown prefix: "+m[g]);var mt=ec(xe.prefixes[m[g]]);this.$=xe.factory.namedNode(mt);break;case 215:this.$=tc(m[g].replace(/^(_:)/,""));break;case 216:this.$=tc();break;case 217:case 218:case 232:this.$=rc(Cd(m[g-3],m[g-2],m[g-1]));break;case 230:case 231:this.$=rc(m[g-1]);break;case 248:case 250:case 252:case 254:case 256:case 260:case 264:case 268:case 270:case 292:case 294:case 296:case 298:case 300:case 302:case 304:case 306:case 329:case 342:case 356:case 368:case 370:case 372:case 374:case 392:case 402:case 425:case 427:case 429:case 431:case 441:case 445:case 447:case 449:m[g-1].push(m[g]);break;case 259:case 269:case 291:case 293:case 295:case 301:case 305:case 371:case 424:case 426:this.$=[m[g]];break;case 308:m[g-3].push(m[g-2]);break;case 350:case 362:case 376:case 380:case 382:case 386:case 396:case 406:case 410:case 412:case 421:m[g-2].push(m[g-1]);break}},"anonymous"),table:[n(e,t,{3:1,4:2,10:3}),{1:[3]},n(r,[2,307],{5:4,7:5,321:6,214:7,8:8,96:9,215:10,17:11,21:12,97:16,38:17,6:[2,238],13:i,16:i,45:i,197:i,224:i,229:i,308:i,24:[1,13],32:[1,14],36:[1,15],41:s}),n([6,13,16,24,32,36,41,45,100,110,113,115,116,123,126,131,197,224,229,308,329,330,331,332,333],[2,3],{322:19,11:20,14:21,12:[1,22],15:[1,23]}),{6:[1,24]},{6:[2,240]},{6:[2,241]},{6:[2,242]},{6:[2,243],9:25,84:26,85:a},{6:[2,239]},n(c,[2,411],{216:28,217:29}),n(u,[2,249],{18:30}),n(u,[2,251],{22:31}),n(l,[2,255],{25:32,27:33,29:[1,34]}),{13:f,16:h,33:35,39:[1,37],44:39,55:40,87:d,139:38,307:43,308:p,323:36},n(u,[2,267],{37:46}),n(S,[2,326],{98:47,103:49,106:50,117:55,130:61,100:[1,48],110:[1,51],113:[1,52],115:[1,53],116:[1,54],131:[1,62],329:[1,56],330:[1,57],331:[1,58],332:[1,59],333:[1,60]}),{39:[1,63],40:64,43:65,44:66,45:b,87:d},n(T,[2,273],{42:68,324:69,325:[1,70],326:[1,71]}),n(e,[2,248]),n(e,[2,245]),n(e,[2,246]),{13:[1,72]},{16:[1,73]},{1:[2,1]},{6:[2,2]},{6:[2,244]},{45:[1,77],85:[1,78],86:74,87:[1,75],89:[1,76]},n([6,13,16,45,48,82,87,89,231,294,295,296,297,298,299,300,301,302,303,304,305,306,308,309,310,312],[2,120],{337:[1,79]}),n(A,[2,418],{218:80,222:81,229:[1,82]}),{19:83,28:P,29:L,52:84,53:$,56:85},{19:88,28:P,29:L,52:89,53:$,56:85},n(u,[2,253],{26:90}),{28:[1,91],52:92,53:$},n(G,[2,385],{181:93,182:94,183:95,31:[2,383]}),n(Ee,[2,263],{34:96}),n(Ee,[2,261],{44:39,55:40,307:43,139:97,13:f,16:h,87:d,308:p}),n(Ee,[2,262]),n(Ue,[2,259]),n($e,[2,143]),n($e,[2,144]),n([6,13,16,28,29,31,39,45,47,48,53,63,70,73,76,78,81,82,83,85,87,89,112,159,160,161,163,164,193,197,224,229,231,232,242,246,250,263,265,268,269,270,271,272,273,274,276,277,279,280,283,285,290,294,295,296,297,298,299,300,301,302,303,304,305,306,308,309,310,312,314,317,318,335,338,341,342,343,344,345,346,347,348,349,350,351],[2,145]),n(q,[2,211]),n(q,[2,212]),n(q,[2,213]),n(q,[2,214]),{19:98,28:P,29:L,52:99,53:$,56:85},{6:[2,309],99:100,193:[1,101]},n(ie,[2,311],{101:102,328:[1,103]}),n(Se,[2,317],{104:104,328:[1,105]}),n(nt,[2,322],{107:106,328:[1,107]}),{111:108,112:[2,324],328:[1,109]},{29:Ke,114:110},{29:Ke,114:112},{29:Ke,114:113},{118:114,123:[1,115],125:116,126:at},n(Be,[2,315]),n(Be,[2,316]),n(qe,[2,319]),n(qe,[2,320]),n(qe,[2,321]),n(S,[2,327]),{13:f,16:h,55:118,307:43,308:p},n(u,[2,12]),n(u,[2,13],{44:66,43:119,45:b,87:d}),n(Me,[2,269]),n(Me,[2,15]),{13:f,16:h,44:136,45:Y,46:120,55:133,67:132,68:134,77:131,82:M,87:d,172:135,224:Ge,238:121,239:122,243:123,247:124,251:125,255:154,257:155,259:126,263:Xe,264:130,265:V,266:137,267:139,268:me,269:Oe,270:Q,271:Pe,273:De,274:Te,275:146,276:Re,277:he,278:149,279:Ae,280:ge,283:Ce,285:Fe,291:150,294:Z,295:se,296:ae,297:ee,298:te,299:re,300:ne,301:oe,302:ce,303:ue,304:le,305:X,306:fe,307:43,308:p,312:ke,346:Ne,347:we,348:w,349:E,350:_,351:I},n(T,[2,14]),n(T,[2,274]),n(T,[2,271]),n(T,[2,272]),n(e,[2,4]),{13:[1,177]},n(W,[2,39]),{29:[1,178]},{29:[1,179]},{87:[1,181],91:180},{45:[1,187],87:[1,185],89:[1,186],93:182,165:183,166:184},n(c,[2,410]),n([6,13,16,45,48,82,87,89,231,294,295,296,297,298,299,300,301,302,303,304,305,306,308,309,310,312,337],[2,121],{338:[1,188]}),{13:f,16:h,45:[1,193],55:194,197:it,219:189,220:190,223:191,224:[1,192],307:43,308:p},n(A,[2,419]),n(ut,be,{20:196,59:197,69:198,70:k}),n(u,[2,250]),{29:j,57:200},n(ie,[2,279],{54:202,327:[1,203]}),{29:[2,282]},n(U,z,{23:204,58:205,62:206,63:ve}),n(u,[2,252]),{19:208,28:P,29:L,52:209,53:$,56:85},{29:[1,210]},n(l,[2,256]),{31:[1,211]},{31:[2,384]},{13:f,16:h,44:215,45:We,55:220,82:M,87:d,89:ze,145:212,172:221,185:213,187:214,231:Ut,236:216,237:222,255:154,257:155,291:150,294:Z,295:se,296:ae,297:ee,298:te,299:re,300:ne,301:oe,302:ce,303:ue,304:le,305:X,306:fe,307:43,308:p,309:Pr,310:Vr,311:217,312:dr},n(k1,[2,265],{56:85,35:227,52:228,19:229,28:P,29:L,53:$}),n(Ue,[2,260]),n(U,z,{58:205,62:206,23:230,63:ve}),n(u,[2,268]),{6:[2,45]},n(e,t,{10:3,4:231}),{13:f,16:h,55:232,307:43,308:p},n(ie,[2,312]),{105:233,112:j1,122:234,132:[1,237],134:235,327:[1,238],334:[1,239]},n(Se,[2,318]),n(ie,$1,{108:240,133:242,112:V1,132:U1}),n(nt,[2,323]),{112:[1,244]},{112:[2,325]},n(Bt,[2,50]),n(G,Ou,{135:245,136:246,143:247,144:248,31:B1,112:B1}),n(Bt,[2,51]),n(Bt,[2,52]),n(Wi,[2,328],{119:249}),{29:Ke,114:250},n(Wi,[2,56]),{29:Ke,114:251},n(S,[2,59]),n(Me,[2,270]),{47:[1,252]},n(q1,[2,150]),n(Pu,[2,428],{240:253}),n(ba,[2,430],{244:254}),n(ba,[2,155],{248:255,249:256,250:[2,438],290:[1,257],341:[1,258],342:[1,259],343:[1,260],344:[1,261],345:[1,262],346:[1,263]}),n(Ea,[2,440],{252:264}),n(Lt,[2,448],{260:265}),{13:f,16:h,44:136,45:Y,55:133,67:132,68:134,77:131,82:M,87:d,172:135,255:154,257:155,264:266,266:137,267:139,268:me,269:Oe,270:Q,271:Pe,273:De,274:Te,275:146,276:Re,277:he,278:149,279:Ae,280:ge,283:Ce,285:Fe,291:150,294:Z,295:se,296:ae,297:ee,298:te,299:re,300:ne,301:oe,302:ce,303:ue,304:le,305:X,306:fe,307:43,308:p,312:ke,346:Ne,347:we,348:w,349:E,350:_,351:I},{13:f,16:h,44:136,45:Y,55:133,67:132,68:134,77:131,82:M,87:d,172:135,255:154,257:155,264:267,266:137,267:139,268:me,269:Oe,270:Q,271:Pe,273:De,274:Te,275:146,276:Re,277:he,278:149,279:Ae,280:ge,283:Ce,285:Fe,291:150,294:Z,295:se,296:ae,297:ee,298:te,299:re,300:ne,301:oe,302:ce,303:ue,304:le,305:X,306:fe,307:43,308:p,312:ke,346:Ne,347:we,348:w,349:E,350:_,351:I},{13:f,16:h,44:136,45:Y,55:133,67:132,68:134,77:131,82:M,87:d,172:135,255:154,257:155,264:268,266:137,267:139,268:me,269:Oe,270:Q,271:Pe,273:De,274:Te,275:146,276:Re,277:he,278:149,279:Ae,280:ge,283:Ce,285:Fe,291:150,294:Z,295:se,296:ae,297:ee,298:te,299:re,300:ne,301:oe,302:ce,303:ue,304:le,305:X,306:fe,307:43,308:p,312:ke,346:Ne,347:we,348:w,349:E,350:_,351:I},n(Lt,[2,167]),n(Lt,[2,168]),n(Lt,[2,169]),n(Lt,[2,170],{176:269,45:G1,89:W1}),n(Lt,[2,171]),n(Lt,[2,172]),n(Lt,[2,173]),n(Lt,[2,174]),{13:f,16:h,44:136,45:Y,46:272,55:133,67:132,68:134,77:131,82:M,87:d,172:135,224:Ge,238:121,239:122,243:123,247:124,251:125,255:154,257:155,259:126,263:Xe,264:130,265:V,266:137,267:139,268:me,269:Oe,270:Q,271:Pe,273:De,274:Te,275:146,276:Re,277:he,278:149,279:Ae,280:ge,283:Ce,285:Fe,291:150,294:Z,295:se,296:ae,297:ee,298:te,299:re,300:ne,301:oe,302:ce,303:ue,304:le,305:X,306:fe,307:43,308:p,312:ke,346:Ne,347:we,348:w,349:E,350:_,351:I},n(wt,[2,176]),{89:[1,273]},{45:[1,274]},{45:[1,275]},{45:[1,276]},{45:[1,277]},{45:[1,278]},{45:z1,89:H1,179:279},{45:[1,282]},{45:[1,284],89:[1,283]},{279:[1,285]},n(pr,[2,192],{292:[1,286],293:[1,287]}),n(pr,[2,195]),n(pr,[2,196]),n(pr,[2,197]),n(pr,[2,198]),n(pr,[2,199]),n(pr,[2,200]),{13:f,16:h,44:39,55:40,82:M,87:d,139:289,172:291,255:154,257:155,266:290,291:150,294:Z,295:se,296:ae,297:ee,298:te,299:re,300:ne,301:oe,302:ce,303:ue,304:le,305:X,306:fe,307:43,308:p,312:ke,320:288},{45:[1,292]},{45:[1,293]},{45:[1,294]},n(Ko,[2,452]),n(Ko,[2,453]),n(Ko,[2,454]),n(Ko,[2,455]),n(Ko,[2,456]),{279:[2,458]},n(Du,[2,207]),n(Du,[2,208]),n(Du,[2,209]),n(Du,[2,210]),n(pr,[2,201]),n(pr,[2,202]),n(pr,[2,203]),n(pr,[2,204]),n(pr,[2,205]),n(pr,[2,206]),n(e,[2,5]),n(Ru,[2,297],{88:295}),n(Fu,[2,299],{90:296}),{48:[1,297],87:[1,298]},n(Nu,[2,301]),n(W,[2,43]),n(W,[2,82]),n(W,[2,83]),{29:[1,299]},{29:[1,300]},{87:[1,302],169:301},n(c,[2,412]),n(Ts,[2,123]),n(Ts,[2,416],{221:303,339:304,39:[1,306],263:[1,307],340:[1,305]}),n(Kn,[2,124]),{13:f,16:h,45:[1,311],55:194,89:[1,310],197:it,223:312,225:308,226:309,229:Q1,307:43,308:p},n(c,i,{215:10,214:314}),n(Kn,[2,236]),n(Kn,[2,237]),n(Ta,[2,6]),n(md,[2,287],{60:315,72:316,73:[1,317]}),n(ut,[2,286]),{13:f,16:h,45:Y,55:323,67:321,68:322,71:318,77:320,79:319,267:139,268:me,269:Oe,270:Q,271:Pe,273:De,274:Te,275:146,276:Re,277:he,278:149,279:Ae,280:ge,283:Ce,285:Fe,307:43,308:p,346:Ne,347:we,348:w,349:E,350:_,351:I},n([6,31,63,70,73,81,83,85],[2,20]),n(G,Y1,{38:17,49:324,147:325,17:326,21:327,148:328,154:329,155:330,29:_i,31:_i,85:_i,112:_i,159:_i,160:_i,161:_i,163:_i,164:_i,41:s}),{13:f,16:h,55:331,307:43,308:p},n(ie,[2,280]),n(Ta,[2,7]),n(ut,be,{59:197,69:198,20:332,70:k}),n(U,[2,284]),{64:[1,333]},n(U,z,{58:205,62:206,23:334,63:ve}),n(u,[2,254]),n(G,Ou,{144:248,30:335,143:336,31:[2,257]}),n(u,[2,100]),{31:[2,387],184:337,335:[1,338]},{13:f,16:h,44:39,55:40,87:d,139:342,186:339,190:340,195:341,197:As,307:43,308:p},n(Xo,[2,389],{44:39,55:40,307:43,190:340,195:341,139:342,188:344,189:345,186:346,13:f,16:h,87:d,197:As,308:p}),n(wi,[2,227]),n(wi,[2,228]),n(wi,[2,229]),{13:f,16:h,44:215,45:We,55:220,82:M,87:d,89:ze,172:221,185:351,187:350,200:348,230:347,231:Ut,234:349,236:216,237:222,255:154,257:155,291:150,294:Z,295:se,296:ae,297:ee,298:te,299:re,300:ne,301:oe,302:ce,303:ue,304:le,305:X,306:fe,307:43,308:p,309:Pr,310:Vr,311:217,312:dr},{13:f,16:h,44:39,55:40,87:d,139:342,186:352,190:340,195:341,197:As,307:43,308:p},n(wi,[2,146]),n(wi,[2,147]),n(wi,[2,148]),n(wi,[2,149]),{13:f,16:h,44:354,55:355,82:M,87:d,172:357,237:356,255:154,257:155,291:150,294:Z,295:se,296:ae,297:ee,298:te,299:re,300:ne,301:oe,302:ce,303:ue,304:le,305:X,306:fe,307:43,308:p,309:Pr,310:Vr,311:358,312:dr,313:353},n(gd,[2,215]),n(gd,[2,216]),n(U,z,{58:205,62:206,23:359,63:ve}),n(Ee,[2,264]),n(k1,[2,266]),n(Ta,[2,11]),n(r,[2,308],{6:[2,310]}),n(Bt,[2,313],{102:360,120:361,121:[1,362]}),n(Bt,[2,47]),n(Bt,[2,63]),n(Bt,[2,64]),{13:f,16:h,55:363,307:43,308:p},n(Bt,[2,336]),n(Bt,[2,337]),n(Bt,[2,338]),{109:[1,364]},n(K1,[2,60]),{13:f,16:h,55:365,307:43,308:p},n(ie,[2,335]),{13:f,16:h,55:366,307:43,308:p},{31:[1,367]},n(Cs,[2,341],{137:368}),n(Cs,[2,340]),{13:f,16:h,44:215,45:We,55:220,82:M,87:d,89:ze,145:369,172:221,185:213,187:214,231:Ut,236:216,237:222,255:154,257:155,291:150,294:Z,295:se,296:ae,297:ee,298:te,299:re,300:ne,301:oe,302:ce,303:ue,304:le,305:X,306:fe,307:43,308:p,309:Pr,310:Vr,311:217,312:dr},{28:[1,370],127:371,128:[1,372]},n(Wi,[2,330],{124:373,125:374,126:at}),n(Wi,[2,57]),{44:375,87:d},n(q1,[2,151],{241:376,242:[1,377]}),n(Pu,[2,153],{245:378,246:[1,379]}),{13:f,16:h,44:136,45:Y,55:133,67:132,68:134,77:131,82:M,87:d,172:135,224:Ge,247:380,251:125,255:154,257:155,259:126,263:Xe,264:130,265:V,266:137,267:139,268:me,269:Oe,270:Q,271:Pe,273:De,274:Te,275:146,276:Re,277:he,278:149,279:Ae,280:ge,283:Ce,285:Fe,291:150,294:Z,295:se,296:ae,297:ee,298:te,299:re,300:ne,301:oe,302:ce,303:ue,304:le,305:X,306:fe,307:43,308:p,312:ke,346:Ne,347:we,348:w,349:E,350:_,351:I},{250:[1,381]},n(bt,[2,432]),n(bt,[2,433]),n(bt,[2,434]),n(bt,[2,435]),n(bt,[2,436]),n(bt,[2,437]),{250:[2,439]},n([47,48,193,242,246,250,272,290,341,342,343,344,345,346],[2,158],{253:382,254:383,255:384,257:385,263:[1,386],265:[1,387],297:ee,298:te,299:re,300:ne,301:oe,302:ce}),n(Ea,[2,162],{261:388,262:389,39:yd,338:vd}),n(Lt,[2,164]),n(Lt,[2,165]),n(Lt,[2,166]),n(wt,[2,95]),n(wt,[2,96]),n(bt,[2,377],{177:392,325:[1,393]}),{48:[1,394]},n(wt,[2,177]),{13:f,16:h,44:136,45:Y,46:395,55:133,67:132,68:134,77:131,82:M,87:d,172:135,224:Ge,238:121,239:122,243:123,247:124,251:125,255:154,257:155,259:126,263:Xe,264:130,265:V,266:137,267:139,268:me,269:Oe,270:Q,271:Pe,273:De,274:Te,275:146,276:Re,277:he,278:149,279:Ae,280:ge,283:Ce,285:Fe,291:150,294:Z,295:se,296:ae,297:ee,298:te,299:re,300:ne,301:oe,302:ce,303:ue,304:le,305:X,306:fe,307:43,308:p,312:ke,346:Ne,347:we,348:w,349:E,350:_,351:I},{13:f,16:h,44:136,45:Y,46:396,55:133,67:132,68:134,77:131,82:M,87:d,172:135,224:Ge,238:121,239:122,243:123,247:124,251:125,255:154,257:155,259:126,263:Xe,264:130,265:V,266:137,267:139,268:me,269:Oe,270:Q,271:Pe,273:De,274:Te,275:146,276:Re,277:he,278:149,279:Ae,280:ge,283:Ce,285:Fe,291:150,294:Z,295:se,296:ae,297:ee,298:te,299:re,300:ne,301:oe,302:ce,303:ue,304:le,305:X,306:fe,307:43,308:p,312:ke,346:Ne,347:we,348:w,349:E,350:_,351:I},{13:f,16:h,44:136,45:Y,46:397,55:133,67:132,68:134,77:131,82:M,87:d,172:135,224:Ge,238:121,239:122,243:123,247:124,251:125,255:154,257:155,259:126,263:Xe,264:130,265:V,266:137,267:139,268:me,269:Oe,270:Q,271:Pe,273:De,274:Te,275:146,276:Re,277:he,278:149,279:Ae,280:ge,283:Ce,285:Fe,291:150,294:Z,295:se,296:ae,297:ee,298:te,299:re,300:ne,301:oe,302:ce,303:ue,304:le,305:X,306:fe,307:43,308:p,312:ke,346:Ne,347:we,348:w,349:E,350:_,351:I},{13:f,16:h,44:136,45:Y,46:398,55:133,67:132,68:134,77:131,82:M,87:d,172:135,224:Ge,238:121,239:122,243:123,247:124,251:125,255:154,257:155,259:126,263:Xe,264:130,265:V,266:137,267:139,268:me,269:Oe,270:Q,271:Pe,273:De,274:Te,275:146,276:Re,277:he,278:149,279:Ae,280:ge,283:Ce,285:Fe,291:150,294:Z,295:se,296:ae,297:ee,298:te,299:re,300:ne,301:oe,302:ce,303:ue,304:le,305:X,306:fe,307:43,308:p,312:ke,346:Ne,347:we,348:w,349:E,350:_,351:I},{13:f,16:h,44:136,45:Y,46:399,55:133,67:132,68:134,77:131,82:M,87:d,172:135,224:Ge,238:121,239:122,243:123,247:124,251:125,255:154,257:155,259:126,263:Xe,264:130,265:V,266:137,267:139,268:me,269:Oe,270:Q,271:Pe,273:De,274:Te,275:146,276:Re,277:he,278:149,279:Ae,280:ge,283:Ce,285:Fe,291:150,294:Z,295:se,296:ae,297:ee,298:te,299:re,300:ne,301:oe,302:ce,303:ue,304:le,305:X,306:fe,307:43,308:p,312:ke,346:Ne,347:we,348:w,349:E,350:_,351:I},n(wt,[2,183]),n(wt,[2,98]),n(bt,[2,381],{180:400}),{87:[1,401]},n(wt,[2,185]),{13:f,16:h,44:136,45:Y,46:402,55:133,67:132,68:134,77:131,82:M,87:d,172:135,224:Ge,238:121,239:122,243:123,247:124,251:125,255:154,257:155,259:126,263:Xe,264:130,265:V,266:137,267:139,268:me,269:Oe,270:Q,271:Pe,273:De,274:Te,275:146,276:Re,277:he,278:149,279:Ae,280:ge,283:Ce,285:Fe,291:150,294:Z,295:se,296:ae,297:ee,298:te,299:re,300:ne,301:oe,302:ce,303:ue,304:le,305:X,306:fe,307:43,308:p,312:ke,346:Ne,347:we,348:w,349:E,350:_,351:I},{29:j,57:403},n(pr,[2,193]),{13:f,16:h,55:404,307:43,308:p},{13:f,16:h,44:39,55:40,87:d,139:342,195:405,197:As,307:43,308:p},n(zi,[2,233]),n(zi,[2,234]),n(zi,[2,235]),n(X1,[2,459],{281:406,325:[1,407]}),n(bt,[2,463],{284:408,325:[1,409]}),n(bt,[2,465],{286:410,325:[1,411]}),{13:f,16:h,31:[1,412],55:414,82:M,171:413,172:415,173:416,174:Lu,255:154,257:155,291:150,294:Z,295:se,296:ae,297:ee,298:te,299:re,300:ne,301:oe,302:ce,303:ue,304:le,305:X,306:fe,307:43,308:p,312:Mu},{31:[1,419],89:[1,420]},{29:[1,421]},n(Nu,[2,302]),n(Ru,[2,367],{167:422}),n(Fu,[2,369],{168:423}),{48:[1,424],87:[1,425]},n(Nu,[2,371]),n(Ts,[2,122]),n(Ts,[2,417]),n(Ts,[2,413]),n(Ts,[2,414]),n(Ts,[2,415]),n(Kn,[2,125]),n(Kn,[2,127]),n(Kn,[2,128]),n(J1,[2,420],{227:426}),n(Kn,[2,130]),{13:f,16:h,55:194,197:it,223:427,307:43,308:p},{48:[1,428]},n(Hi,[2,289],{61:429,80:430,81:[1,431],83:[1,432]}),n(md,[2,288]),{64:[1,433]},n(ut,[2,29],{307:43,267:139,275:146,278:149,77:320,67:321,68:322,55:323,79:434,13:f,16:h,45:Y,268:me,269:Oe,270:Q,271:Pe,273:De,274:Te,276:Re,277:he,279:Ae,280:ge,283:Ce,285:Fe,308:p,346:Ne,347:we,348:w,349:E,350:_,351:I}),n(Z1,[2,293]),n(Sd,[2,92]),n(Sd,[2,93]),n(Sd,[2,94]),{45:G1,89:W1,176:269},{31:[1,435]},{31:[1,436]},{19:437,28:P,29:L,56:85},{19:438,28:P,29:L,56:85},n(xs,[2,355],{149:439}),n(xs,[2,354]),{13:f,16:h,44:215,45:ku,55:220,82:M,87:d,89:ze,156:440,172:221,185:441,203:442,231:ju,236:216,237:222,255:154,257:155,291:150,294:Z,295:se,296:ae,297:ee,298:te,299:re,300:ne,301:oe,302:ce,303:ue,304:le,305:X,306:fe,307:43,308:p,309:Pr,310:Vr,311:217,312:dr},n(Ee,[2,19]),n(Hi,[2,21]),{13:f,16:h,44:450,45:e2,55:323,65:445,66:446,67:447,68:448,87:d,267:139,268:me,269:Oe,270:Q,271:Pe,273:De,274:Te,275:146,276:Re,277:he,278:149,279:Ae,280:ge,283:Ce,285:Fe,307:43,308:p,346:Ne,347:we,348:w,349:E,350:_,351:I},n(Ta,[2,8]),{31:[1,451]},{31:[2,258]},{31:[2,101]},n(G,[2,386],{31:[2,388]}),n(Xo,[2,102]),n(Is,[2,391],{191:452}),n(G,[2,395],{196:453,198:454}),n(G,[2,108]),n(G,[2,109]),n(Xo,[2,103]),n(Xo,[2,104]),n(Xo,[2,390]),{13:f,16:h,44:215,45:We,48:[1,455],55:220,82:M,87:d,89:ze,172:221,185:351,187:350,200:456,231:Ut,234:349,236:216,237:222,255:154,257:155,291:150,294:Z,295:se,296:ae,297:ee,298:te,299:re,300:ne,301:oe,302:ce,303:ue,304:le,305:X,306:fe,307:43,308:p,309:Pr,310:Vr,311:217,312:dr},n($u,[2,424]),n(t2,[2,136]),n(t2,[2,137]),n(_d,[2,140]),{232:[1,457]},{13:f,16:h,44:39,55:40,87:d,139:342,195:458,197:As,307:43,308:p},n(zi,[2,219]),n(zi,[2,220]),n(zi,[2,221]),n(zi,[2,222]),n(zi,[2,223]),n(Ta,[2,10]),n(Bt,[2,46]),n(Bt,[2,314]),{112:j1,122:459},n(Bt,[2,62]),n(ie,$1,{133:242,108:460,112:V1,132:U1}),n(K1,[2,61]),n(Bt,[2,49]),n([6,28,126,128,193],[2,65]),{31:[2,66],112:[1,462],138:461},n(Cs,[2,351],{146:463,335:[1,464]}),{29:j,57:465},n(Wi,[2,329]),n(ie,[2,332],{129:466,327:[1,467]}),n(Wi,[2,55]),n(Wi,[2,331]),{48:[1,468]},n(Pu,[2,429]),{13:f,16:h,44:136,45:Y,55:133,67:132,68:134,77:131,82:M,87:d,172:135,224:Ge,239:469,243:123,247:124,251:125,255:154,257:155,259:126,263:Xe,264:130,265:V,266:137,267:139,268:me,269:Oe,270:Q,271:Pe,273:De,274:Te,275:146,276:Re,277:he,278:149,279:Ae,280:ge,283:Ce,285:Fe,291:150,294:Z,295:se,296:ae,297:ee,298:te,299:re,300:ne,301:oe,302:ce,303:ue,304:le,305:X,306:fe,307:43,308:p,312:ke,346:Ne,347:we,348:w,349:E,350:_,351:I},n(ba,[2,431]),{13:f,16:h,44:136,45:Y,55:133,67:132,68:134,77:131,82:M,87:d,172:135,224:Ge,243:470,247:124,251:125,255:154,257:155,259:126,263:Xe,264:130,265:V,266:137,267:139,268:me,269:Oe,270:Q,271:Pe,273:De,274:Te,275:146,276:Re,277:he,278:149,279:Ae,280:ge,283:Ce,285:Fe,291:150,294:Z,295:se,296:ae,297:ee,298:te,299:re,300:ne,301:oe,302:ce,303:ue,304:le,305:X,306:fe,307:43,308:p,312:ke,346:Ne,347:we,348:w,349:E,350:_,351:I},n(ba,[2,156]),{45:z1,89:H1,179:471},n(Ea,[2,441]),{13:f,16:h,44:136,45:Y,55:133,67:132,68:134,77:131,82:M,87:d,172:135,224:Ge,251:472,255:154,257:155,259:126,263:Xe,264:130,265:V,266:137,267:139,268:me,269:Oe,270:Q,271:Pe,273:De,274:Te,275:146,276:Re,277:he,278:149,279:Ae,280:ge,283:Ce,285:Fe,291:150,294:Z,295:se,296:ae,297:ee,298:te,299:re,300:ne,301:oe,302:ce,303:ue,304:le,305:X,306:fe,307:43,308:p,312:ke,346:Ne,347:we,348:w,349:E,350:_,351:I},n(Lt,[2,444],{256:473}),n(Lt,[2,446],{258:474}),n(bt,[2,442]),n(bt,[2,443]),n(Lt,[2,449]),{13:f,16:h,44:136,45:Y,55:133,67:132,68:134,77:131,82:M,87:d,172:135,224:Ge,255:154,257:155,259:475,263:Xe,264:130,265:V,266:137,267:139,268:me,269:Oe,270:Q,271:Pe,273:De,274:Te,275:146,276:Re,277:he,278:149,279:Ae,280:ge,283:Ce,285:Fe,291:150,294:Z,295:se,296:ae,297:ee,298:te,299:re,300:ne,301:oe,302:ce,303:ue,304:le,305:X,306:fe,307:43,308:p,312:ke,346:Ne,347:we,348:w,349:E,350:_,351:I},n(bt,[2,450]),n(bt,[2,451]),n(bt,[2,379],{178:476}),n(bt,[2,378]),n([6,13,16,29,31,39,45,47,48,73,76,78,81,82,83,85,87,89,112,159,160,161,163,164,193,231,242,246,250,263,265,268,269,270,271,272,273,274,276,277,279,280,283,285,290,294,295,296,297,298,299,300,301,302,303,304,305,306,308,309,310,312,335,338,341,342,343,344,345,346,347,348,349,350,351],[2,175]),{48:[1,477]},{48:[1,478]},{272:[1,479]},{272:[1,480]},{272:[1,481]},{13:f,16:h,44:136,45:Y,46:482,55:133,67:132,68:134,77:131,82:M,87:d,172:135,224:Ge,238:121,239:122,243:123,247:124,251:125,255:154,257:155,259:126,263:Xe,264:130,265:V,266:137,267:139,268:me,269:Oe,270:Q,271:Pe,273:De,274:Te,275:146,276:Re,277:he,278:149,279:Ae,280:ge,283:Ce,285:Fe,291:150,294:Z,295:se,296:ae,297:ee,298:te,299:re,300:ne,301:oe,302:ce,303:ue,304:le,305:X,306:fe,307:43,308:p,312:ke,346:Ne,347:we,348:w,349:E,350:_,351:I},{48:[1,483]},{48:[1,484]},n(wt,[2,187]),n(pr,[2,194]),{13:f,16:h,44:39,55:40,82:M,87:d,139:289,172:291,255:154,257:155,266:290,291:150,294:Z,295:se,296:ae,297:ee,298:te,299:re,300:ne,301:oe,302:ce,303:ue,304:le,305:X,306:fe,307:43,308:p,312:ke,320:485},{13:f,16:h,39:[1,487],44:136,45:Y,46:488,55:133,67:132,68:134,77:131,82:M,87:d,172:135,224:Ge,238:121,239:122,243:123,247:124,251:125,255:154,257:155,259:126,263:Xe,264:130,265:V,266:137,267:139,268:me,269:Oe,270:Q,271:Pe,273:De,274:Te,275:146,276:Re,277:he,278:149,279:Ae,280:ge,282:486,283:Ce,285:Fe,291:150,294:Z,295:se,296:ae,297:ee,298:te,299:re,300:ne,301:oe,302:ce,303:ue,304:le,305:X,306:fe,307:43,308:p,312:ke,346:Ne,347:we,348:w,349:E,350:_,351:I},n(X1,[2,460]),{13:f,16:h,44:136,45:Y,46:489,55:133,67:132,68:134,77:131,82:M,87:d,172:135,224:Ge,238:121,239:122,243:123,247:124,251:125,255:154,257:155,259:126,263:Xe,264:130,265:V,266:137,267:139,268:me,269:Oe,270:Q,271:Pe,273:De,274:Te,275:146,276:Re,277:he,278:149,279:Ae,280:ge,283:Ce,285:Fe,291:150,294:Z,295:se,296:ae,297:ee,298:te,299:re,300:ne,301:oe,302:ce,303:ue,304:le,305:X,306:fe,307:43,308:p,312:ke,346:Ne,347:we,348:w,349:E,350:_,351:I},n(bt,[2,464]),{13:f,16:h,44:136,45:Y,46:490,55:133,67:132,68:134,77:131,82:M,87:d,172:135,224:Ge,238:121,239:122,243:123,247:124,251:125,255:154,257:155,259:126,263:Xe,264:130,265:V,266:137,267:139,268:me,269:Oe,270:Q,271:Pe,273:De,274:Te,275:146,276:Re,277:he,278:149,279:Ae,280:ge,283:Ce,285:Fe,291:150,294:Z,295:se,296:ae,297:ee,298:te,299:re,300:ne,301:oe,302:ce,303:ue,304:le,305:X,306:fe,307:43,308:p,312:ke,346:Ne,347:we,348:w,349:E,350:_,351:I},n(bt,[2,466]),n(W,[2,40]),n(Ru,[2,298]),n(Jo,[2,87]),n(Jo,[2,88]),n(Jo,[2,89]),n(Jo,[2,90]),{13:f,16:h,55:492,82:M,172:493,255:154,257:155,291:150,294:Z,295:se,296:ae,297:ee,298:te,299:re,300:ne,301:oe,302:ce,303:ue,304:le,305:X,306:fe,307:43,308:p,311:494,312:dr,315:491},n(W,[2,41]),n(Fu,[2,300]),n(Zo,[2,303],{92:495}),{13:f,16:h,31:[1,496],55:414,82:M,171:497,172:415,173:416,174:Lu,255:154,257:155,291:150,294:Z,295:se,296:ae,297:ee,298:te,299:re,300:ne,301:oe,302:ce,303:ue,304:le,305:X,306:fe,307:43,308:p,312:Mu},{31:[1,498],89:[1,499]},{29:[1,500]},n(Nu,[2,372]),{13:f,16:h,48:[2,422],55:194,197:it,223:312,226:502,228:501,229:Q1,307:43,308:p},n(Kn,[2,131]),n(Kn,[2,126]),n(Hi,[2,22]),n(Hi,[2,290]),{82:[1,503]},{82:[1,504]},{13:f,16:h,44:510,45:Y,55:323,67:321,68:322,74:505,75:506,76:r2,77:320,78:n2,79:509,87:d,267:139,268:me,269:Oe,270:Q,271:Pe,273:De,274:Te,275:146,276:Re,277:he,278:149,279:Ae,280:ge,283:Ce,285:Fe,307:43,308:p,346:Ne,347:we,348:w,349:E,350:_,351:I},n(Z1,[2,294]),n(i2,[2,69]),n(i2,[2,70]),n(ut,be,{59:197,69:198,20:511,70:k}),n(U,z,{58:205,62:206,23:512,63:ve}),{29:[2,375],31:[2,71],84:522,85:a,112:[1,518],150:513,151:514,158:515,159:[1,516],160:[1,517],161:[1,519],163:[1,520],164:[1,521],175:523},n(xs,[2,363],{157:524,335:[1,525]}),n(c,i,{215:10,202:526,205:527,208:528,214:529,44:530,87:d}),n(Vu,[2,399],{215:10,205:527,208:528,214:529,44:530,204:531,202:532,13:i,16:i,45:i,197:i,224:i,229:i,308:i,87:d}),{13:f,16:h,44:215,45:ku,55:220,82:M,87:d,89:ze,172:221,185:351,203:536,212:534,231:ju,233:533,234:535,236:216,237:222,255:154,257:155,291:150,294:Z,295:se,296:ae,297:ee,298:te,299:re,300:ne,301:oe,302:ce,303:ue,304:le,305:X,306:fe,307:43,308:p,309:Pr,310:Vr,311:217,312:dr},n(c,i,{215:10,205:527,208:528,214:529,44:530,202:537,87:d}),n(U,[2,23],{307:43,267:139,275:146,278:149,55:323,67:447,68:448,44:450,66:538,13:f,16:h,45:e2,87:d,268:me,269:Oe,270:Q,271:Pe,273:De,274:Te,276:Re,277:he,279:Ae,280:ge,283:Ce,285:Fe,308:p,346:Ne,347:we,348:w,349:E,350:_,351:I}),n(Os,[2,291]),n(Os,[2,24]),n(Os,[2,25]),{13:f,16:h,44:136,45:Y,46:539,55:133,67:132,68:134,77:131,82:M,87:d,172:135,224:Ge,238:121,239:122,243:123,247:124,251:125,255:154,257:155,259:126,263:Xe,264:130,265:V,266:137,267:139,268:me,269:Oe,270:Q,271:Pe,273:De,274:Te,275:146,276:Re,277:he,278:149,279:Ae,280:ge,283:Ce,285:Fe,291:150,294:Z,295:se,296:ae,297:ee,298:te,299:re,300:ne,301:oe,302:ce,303:ue,304:le,305:X,306:fe,307:43,308:p,312:ke,346:Ne,347:we,348:w,349:E,350:_,351:I},n(Os,[2,28]),n(U,z,{58:205,62:206,23:540,63:ve}),n([31,112,232,318,335],[2,105],{192:541,193:[1,542]}),n(Is,[2,107]),{13:f,16:h,44:215,45:We,55:220,82:M,87:d,89:ze,172:221,185:351,187:350,199:543,200:544,231:Ut,234:349,236:216,237:222,255:154,257:155,291:150,294:Z,295:se,296:ae,297:ee,298:te,299:re,300:ne,301:oe,302:ce,303:ue,304:le,305:X,306:fe,307:43,308:p,309:Pr,310:Vr,311:217,312:dr},n(s2,[2,132]),n($u,[2,425]),n(s2,[2,133]),{13:f,16:h,44:354,55:355,82:M,87:d,172:357,237:356,255:154,257:155,291:150,294:Z,295:se,296:ae,297:ee,298:te,299:re,300:ne,301:oe,302:ce,303:ue,304:le,305:X,306:fe,307:43,308:p,309:Pr,310:Vr,311:358,312:dr,313:545},n(Bt,[2,54]),n(Bt,[2,48]),n(Cs,[2,342]),{13:f,16:h,44:39,55:40,87:d,139:546,307:43,308:p},n(Cs,[2,68]),n(G,[2,350],{31:a2,112:a2}),n(Bt,[2,53]),{13:f,16:h,55:547,307:43,308:p},n(ie,[2,333]),n(Me,[2,16]),n(Pu,[2,152]),n(ba,[2,154]),n(ba,[2,157]),n(Ea,[2,159]),n(Ea,[2,160],{262:389,261:548,39:yd,338:vd}),n(Ea,[2,161],{262:389,261:549,39:yd,338:vd}),n(Lt,[2,163]),{13:f,16:h,44:136,45:Y,46:550,55:133,67:132,68:134,77:131,82:M,87:d,172:135,224:Ge,238:121,239:122,243:123,247:124,251:125,255:154,257:155,259:126,263:Xe,264:130,265:V,266:137,267:139,268:me,269:Oe,270:Q,271:Pe,273:De,274:Te,275:146,276:Re,277:he,278:149,279:Ae,280:ge,283:Ce,285:Fe,291:150,294:Z,295:se,296:ae,297:ee,298:te,299:re,300:ne,301:oe,302:ce,303:ue,304:le,305:X,306:fe,307:43,308:p,312:ke,346:Ne,347:we,348:w,349:E,350:_,351:I},n(wt,[2,178]),n(wt,[2,179]),{13:f,16:h,44:136,45:Y,46:551,55:133,67:132,68:134,77:131,82:M,87:d,172:135,224:Ge,238:121,239:122,243:123,247:124,251:125,255:154,257:155,259:126,263:Xe,264:130,265:V,266:137,267:139,268:me,269:Oe,270:Q,271:Pe,273:De,274:Te,275:146,276:Re,277:he,278:149,279:Ae,280:ge,283:Ce,285:Fe,291:150,294:Z,295:se,296:ae,297:ee,298:te,299:re,300:ne,301:oe,302:ce,303:ue,304:le,305:X,306:fe,307:43,308:p,312:ke,346:Ne,347:we,348:w,349:E,350:_,351:I},{13:f,16:h,44:136,45:Y,46:552,55:133,67:132,68:134,77:131,82:M,87:d,172:135,224:Ge,238:121,239:122,243:123,247:124,251:125,255:154,257:155,259:126,263:Xe,264:130,265:V,266:137,267:139,268:me,269:Oe,270:Q,271:Pe,273:De,274:Te,275:146,276:Re,277:he,278:149,279:Ae,280:ge,283:Ce,285:Fe,291:150,294:Z,295:se,296:ae,297:ee,298:te,299:re,300:ne,301:oe,302:ce,303:ue,304:le,305:X,306:fe,307:43,308:p,312:ke,346:Ne,347:we,348:w,349:E,350:_,351:I},{13:f,16:h,44:136,45:Y,46:553,55:133,67:132,68:134,77:131,82:M,87:d,172:135,224:Ge,238:121,239:122,243:123,247:124,251:125,255:154,257:155,259:126,263:Xe,264:130,265:V,266:137,267:139,268:me,269:Oe,270:Q,271:Pe,273:De,274:Te,275:146,276:Re,277:he,278:149,279:Ae,280:ge,283:Ce,285:Fe,291:150,294:Z,295:se,296:ae,297:ee,298:te,299:re,300:ne,301:oe,302:ce,303:ue,304:le,305:X,306:fe,307:43,308:p,312:ke,346:Ne,347:we,348:w,349:E,350:_,351:I},{48:[1,554],272:[1,555]},n(wt,[2,184]),n(wt,[2,186]),{314:[1,556]},{48:[1,557]},{48:[2,461]},{48:[2,462]},{48:[1,558]},{48:[2,467],193:[1,561],287:559,288:560},{13:f,16:h,55:194,197:it,223:562,307:43,308:p},n(wd,[2,224]),n(wd,[2,225]),n(wd,[2,226]),{31:[1,563],45:o2,94:564},n(W,[2,84]),n(Ru,[2,368]),n(W,[2,85]),n(Fu,[2,370]),n(Zo,[2,373],{170:566}),{48:[1,567]},{48:[2,423],337:[1,568]},n(Hi,[2,35],{83:[1,569]}),n(Hi,[2,36],{81:[1,570]}),n(md,[2,30],{307:43,267:139,275:146,278:149,77:320,67:321,68:322,55:323,79:509,44:510,75:571,13:f,16:h,45:Y,76:r2,78:n2,87:d,268:me,269:Oe,270:Q,271:Pe,273:De,274:Te,276:Re,277:he,279:Ae,280:ge,283:Ce,285:Fe,308:p,346:Ne,347:we,348:w,349:E,350:_,351:I}),n(Aa,[2,295]),{45:Y,77:572},{45:Y,77:573},n(Aa,[2,33]),n(Aa,[2,34]),{31:[2,275],50:574,84:575,85:a},{31:[2,277],51:576,84:577,85:a},n(xs,[2,356]),n(c2,[2,357],{152:578,335:[1,579]}),n(bi,[2,74]),{29:j,57:580},{29:j,57:581},{13:f,16:h,44:39,55:40,87:d,139:582,307:43,308:p},n(u2,[2,365],{162:583,328:[1,584]}),{13:f,16:h,45:Y,55:323,67:321,68:322,77:320,79:585,267:139,268:me,269:Oe,270:Q,271:Pe,273:De,274:Te,275:146,276:Re,277:he,278:149,279:Ae,280:ge,283:Ce,285:Fe,307:43,308:p,346:Ne,347:we,348:w,349:E,350:_,351:I},{45:[1,586]},n(bi,[2,81]),{29:j,57:587},n(xs,[2,73]),n(G,[2,362],{29:Ei,31:Ei,85:Ei,112:Ei,159:Ei,160:Ei,161:Ei,163:Ei,164:Ei}),n(Vu,[2,112]),n(Ca,[2,401],{206:588}),n(G,[2,405],{209:589,210:590}),n(G,[2,403]),n(G,[2,404]),n(Vu,[2,113]),n(Vu,[2,400]),{13:f,16:h,44:215,45:ku,48:[1,591],55:220,82:M,87:d,89:ze,172:221,185:351,203:536,212:592,231:ju,234:535,236:216,237:222,255:154,257:155,291:150,294:Z,295:se,296:ae,297:ee,298:te,299:re,300:ne,301:oe,302:ce,303:ue,304:le,305:X,306:fe,307:43,308:p,309:Pr,310:Vr,311:217,312:dr},n($u,[2,426]),n(_d,[2,138]),n(_d,[2,139]),{232:[1,593]},n(Os,[2,292]),{47:[1,595],48:[1,594]},n(Ta,[2,9]),n(Is,[2,392]),n(Is,[2,393],{44:39,55:40,307:43,195:341,139:342,194:596,190:597,13:f,16:h,87:d,197:As,308:p}),n(Is,[2,110],{272:[1,598]}),n(Uu,[2,397],{201:599,316:600,317:[1,601]}),{314:[1,602]},{29:[1,603]},n(Wi,[2,58]),n(Lt,[2,445]),n(Lt,[2,447]),{48:[1,604],272:[1,605]},{48:[1,606]},{272:[1,607]},{272:[1,608]},n(wt,[2,99]),n(bt,[2,382]),n([13,16,39,47,48,87,193,197,242,246,250,263,265,272,290,297,298,299,300,301,302,308,314,338,341,342,343,344,345,346],[2,232]),n(wt,[2,188]),n(wt,[2,189]),{48:[1,609]},{48:[2,468]},{289:[1,610]},{13:f,16:h,55:492,82:M,172:493,255:154,257:155,291:150,294:Z,295:se,296:ae,297:ee,298:te,299:re,300:ne,301:oe,302:ce,303:ue,304:le,305:X,306:fe,307:43,308:p,311:494,312:dr,315:611},n(W,[2,42]),n(Zo,[2,304]),{13:f,16:h,55:414,82:M,95:612,171:613,172:415,173:416,174:Lu,255:154,257:155,291:150,294:Z,295:se,296:ae,297:ee,298:te,299:re,300:ne,301:oe,302:ce,303:ue,304:le,305:X,306:fe,307:43,308:p,312:Mu},{31:[1,614],45:o2,94:615},n(Kn,[2,129]),n(J1,[2,421]),{82:[1,616]},{82:[1,617]},n(Aa,[2,296]),n(Aa,[2,31]),n(Aa,[2,32]),{31:[2,17]},{31:[2,276]},{31:[2,18]},{31:[2,278]},n(G,Y1,{155:330,153:618,154:619,29:Ti,31:Ti,85:Ti,112:Ti,159:Ti,160:Ti,161:Ti,163:Ti,164:Ti}),n(c2,[2,358]),n(bi,[2,75]),n(bi,[2,76]),{29:j,57:620},{13:f,16:h,44:39,55:40,87:d,139:621,307:43,308:p},n(u2,[2,366]),n(bi,[2,79]),{13:f,16:h,44:136,45:Y,46:622,55:133,67:132,68:134,77:131,82:M,87:d,172:135,224:Ge,238:121,239:122,243:123,247:124,251:125,255:154,257:155,259:126,263:Xe,264:130,265:V,266:137,267:139,268:me,269:Oe,270:Q,271:Pe,273:De,274:Te,275:146,276:Re,277:he,278:149,279:Ae,280:ge,283:Ce,285:Fe,291:150,294:Z,295:se,296:ae,297:ee,298:te,299:re,300:ne,301:oe,302:ce,303:ue,304:le,305:X,306:fe,307:43,308:p,312:ke,346:Ne,347:we,348:w,349:E,350:_,351:I},n(bi,[2,91],{336:[1,623]}),n([29,31,85,112,159,160,161,163,164,232,318,335],[2,114],{207:624,193:[1,625]}),n(Ca,[2,117]),{13:f,16:h,44:215,45:ku,55:220,82:M,87:d,89:ze,172:221,185:351,203:536,211:626,212:627,231:ju,234:535,236:216,237:222,255:154,257:155,291:150,294:Z,295:se,296:ae,297:ee,298:te,299:re,300:ne,301:oe,302:ce,303:ue,304:le,305:X,306:fe,307:43,308:p,309:Pr,310:Vr,311:217,312:dr},n(wi,[2,134]),n($u,[2,427]),n(wi,[2,135]),n(Os,[2,26]),{44:628,87:d},n(Is,[2,106]),n(Is,[2,394]),n(G,[2,396]),n(Uu,[2,111]),n(Uu,[2,398]),{13:f,16:h,44:39,55:40,87:d,139:342,186:629,190:340,195:341,197:As,307:43,308:p},n(gd,[2,217]),n(G,Ou,{144:248,140:630,143:631,31:[2,343]}),n(wt,[2,97]),n(bt,[2,380]),n(wt,[2,180]),{13:f,16:h,44:136,45:Y,46:632,55:133,67:132,68:134,77:131,82:M,87:d,172:135,224:Ge,238:121,239:122,243:123,247:124,251:125,255:154,257:155,259:126,263:Xe,264:130,265:V,266:137,267:139,268:me,269:Oe,270:Q,271:Pe,273:De,274:Te,275:146,276:Re,277:he,278:149,279:Ae,280:ge,283:Ce,285:Fe,291:150,294:Z,295:se,296:ae,297:ee,298:te,299:re,300:ne,301:oe,302:ce,303:ue,304:le,305:X,306:fe,307:43,308:p,312:ke,346:Ne,347:we,348:w,349:E,350:_,351:I},{13:f,16:h,44:136,45:Y,46:633,55:133,67:132,68:134,77:131,82:M,87:d,172:135,224:Ge,238:121,239:122,243:123,247:124,251:125,255:154,257:155,259:126,263:Xe,264:130,265:V,266:137,267:139,268:me,269:Oe,270:Q,271:Pe,273:De,274:Te,275:146,276:Re,277:he,278:149,279:Ae,280:ge,283:Ce,285:Fe,291:150,294:Z,295:se,296:ae,297:ee,298:te,299:re,300:ne,301:oe,302:ce,303:ue,304:le,305:X,306:fe,307:43,308:p,312:ke,346:Ne,347:we,348:w,349:E,350:_,351:I},n(wt,[2,190]),{290:[1,634]},{314:[1,635]},{13:f,16:h,48:[1,636],55:414,82:M,171:637,172:415,173:416,174:Lu,255:154,257:155,291:150,294:Z,295:se,296:ae,297:ee,298:te,299:re,300:ne,301:oe,302:ce,303:ue,304:le,305:X,306:fe,307:43,308:p,312:Mu},n(l2,[2,305]),n(W,[2,86]),n(Zo,[2,374]),n(Hi,[2,37]),n(Hi,[2,38]),n(xs,[2,72]),n(xs,[2,360]),n(bi,[2,77]),{29:j,57:638},{47:[1,639]},{29:[2,376]},n(Ca,[2,402]),n(Ca,[2,115],{215:10,208:528,214:529,44:530,205:640,13:i,16:i,45:i,197:i,224:i,229:i,308:i,87:d}),n(Ca,[2,118],{272:[1,641]}),n(Bu,[2,407],{213:642,319:643,317:[1,644]}),{48:[1,645]},{318:[1,646]},{31:[1,647]},{31:[2,344]},{48:[1,648]},{48:[1,649]},{291:650,303:ue,304:le,305:X,306:fe},n(Jo,[2,218]),n(Zo,[2,44]),n(l2,[2,306]),n(bi,[2,78]),{44:651,87:d},n(Ca,[2,116]),n(G,[2,406]),n(Bu,[2,119]),n(Bu,[2,408]),n(c,i,{215:10,205:527,208:528,214:529,44:530,202:652,87:d}),n(Os,[2,27]),n(Uu,[2,230]),n(f2,[2,345],{141:653,335:[1,654]}),n(wt,[2,181]),n(wt,[2,182]),{48:[2,191]},{48:[1,655]},{318:[1,656]},n(G,Ou,{144:248,142:657,143:658,31:h2,112:h2}),n(f2,[2,346]),n(bi,[2,80]),n(Bu,[2,231]),n(Cs,[2,67]),n(Cs,[2,348])],defaultActions:{5:[2,240],6:[2,241],7:[2,242],9:[2,239],24:[2,1],25:[2,2],26:[2,244],87:[2,282],94:[2,384],100:[2,45],109:[2,325],166:[2,458],263:[2,439],336:[2,258],337:[2,101],487:[2,461],488:[2,462],560:[2,468],574:[2,17],575:[2,276],576:[2,18],577:[2,278],623:[2,376],631:[2,344],650:[2,191]},parseError:o(function(C,O){if(O.recoverable)this.trace(C);else{var F=new Error(C);throw F.hash=O,F}},"parseError"),parse:o(function(C){var O=this,F=[0],K=[],_e=[null],m=[],gr=this.table,g="",Zn=0,nc=0,zu=0,Hu=2,ic=1,Qu=m.slice.call(arguments,1),mt=Object.create(this.lexer),ei={yy:{}};for(var sc in this.yy)Object.prototype.hasOwnProperty.call(this.yy,sc)&&(ei.yy[sc]=this.yy[sc]);mt.setInput(C,ei.yy),ei.yy.lexer=mt,ei.yy.parser=this,typeof mt.yylloc>"u"&&(mt.yylloc={});var Da=mt.yylloc;m.push(Da);var st=mt.options&&mt.options.ranges;typeof ei.yy.parseError=="function"?this.parseError=ei.yy.parseError:this.parseError=Object.getPrototypeOf(this).parseError;function dt(ti){F.length=F.length-2*ti,_e.length=_e.length-ti,m.length=m.length-ti}o(dt,"popStack");for(var He=o(function(){var ti;return ti=mt.lex()||ic,typeof ti!="number"&&(ti=O.symbols_[ti]||ti),ti},"lex"),Ze,Dr,Fs,Yr,uj,Nd,Ra={},Yu,xi,T2,Ku;;){if(Fs=F[F.length-1],this.defaultActions[Fs]?Yr=this.defaultActions[Fs]:((Ze===null||typeof Ze>"u")&&(Ze=He()),Yr=gr[Fs]&&gr[Fs][Ze]),typeof Yr>"u"||!Yr.length||!Yr[0]){var Ld="";Ku=[];for(Yu in gr[Fs])this.terminals_[Yu]&&Yu>Hu&&Ku.push("'"+this.terminals_[Yu]+"'");mt.showPosition?Ld="Parse error on line "+(Zn+1)+`:
|
|
244
|
+
`),t}};df.RDFSerializer=Wg});var Yg=v(ns=>{"use strict";Object.defineProperty(ns,"__esModule",{value:!0});ns.TransactionError=ns.TripleNotFoundError=ns.TripleAlreadyExistsError=void 0;var zg=class extends Error{static{o(this,"TripleAlreadyExistsError")}constructor(e){super(`Triple already exists: ${e.toString()}`),this.name="TripleAlreadyExistsError"}};ns.TripleAlreadyExistsError=zg;var Hg=class extends Error{static{o(this,"TripleNotFoundError")}constructor(e){super(`Triple not found: ${e.toString()}`),this.name="TripleNotFoundError"}};ns.TripleNotFoundError=Hg;var Qg=class extends Error{static{o(this,"TransactionError")}constructor(e){super(e),this.name="TransactionError"}};ns.TransactionError=Qg});var mf=v(pf=>{"use strict";Object.defineProperty(pf,"__esModule",{value:!0});pf.LRUCache=void 0;var Kg=class{static{o(this,"LRUCache")}constructor(e){this.maxSize=e,this.cache=new Map}get(e){let t=this.cache.get(e);return t!==void 0&&(this.cache.delete(e),this.cache.set(e,t)),t}set(e,t){if(this.cache.has(e))this.cache.delete(e);else if(this.cache.size>=this.maxSize){let r=this.cache.keys().next().value;r!==void 0&&this.cache.delete(r)}this.cache.set(e,t)}clear(){this.cache.clear()}size(){return this.cache.size}};pf.LRUCache=Kg});var p_=v(yf=>{"use strict";Object.defineProperty(yf,"__esModule",{value:!0});yf.InMemoryTripleStore=void 0;var is=Yg(),gf=Ye(),DF=It(),RF=lt(),FF=Jr(),NF=mf(),LF=FF.Namespace.XSD.term("string").value,MF=/[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}/gi,qa="__default__",Xg=class n{static{o(this,"InMemoryTripleStore")}constructor(){this.triples=new Map,this.spo=new Map,this.sop=new Map,this.pso=new Map,this.pos=new Map,this.osp=new Map,this.ops=new Map,this.queryCache=new NF.LRUCache(1e3),this.uuidIndex=new Map,this.namedGraphs=new Map}async add(e){let t=this.getTripleKey(e);if(this.triples.has(t))return;this.triples.set(t,e);let r=this.getNodeKey(e.subject),i=this.getNodeKey(e.predicate),s=this.getNodeKey(e.object);this.addToIndex(this.spo,r,i,s),this.addToIndex(this.sop,r,s,i),this.addToIndex(this.pso,i,r,s),this.addToIndex(this.pos,i,s,r),this.addToIndex(this.osp,s,r,i),this.addToIndex(this.ops,s,i,r),this.addToUUIDIndex(e.subject),this.queryCache.clear()}async remove(e){let t=this.getTripleKey(e);if(!this.triples.has(t))return!1;this.triples.delete(t);let r=this.getNodeKey(e.subject),i=this.getNodeKey(e.predicate),s=this.getNodeKey(e.object);return this.removeFromIndex(this.spo,r,i,s),this.removeFromIndex(this.sop,r,s,i),this.removeFromIndex(this.pso,i,r,s),this.removeFromIndex(this.pos,i,s,r),this.removeFromIndex(this.osp,s,r,i),this.removeFromIndex(this.ops,s,i,r),this.queryCache.clear(),!0}async has(e){let t=this.getTripleKey(e);return this.triples.has(t)}async match(e,t,r){let i=this.getMatchCacheKey(e,t,r),s=this.queryCache.get(i);if(s!==void 0)return s;let a;return!e&&!t&&!r?a=Array.from(this.triples.values()):e&&t&&r?a=this.matchSPO(e,t,r):e&&t?a=this.matchSP(e,t):e&&r?a=this.matchSO(e,r):t&&r?a=this.matchPO(t,r):e?a=this.matchS(e):t?a=this.matchP(t):r?a=this.matchO(r):a=[],this.queryCache.set(i,a),a}async addAll(e){for(let t of e)await this.add(t)}async removeAll(e){let t=0;for(let r of e)await this.remove(r)&&t++;return t}async clear(){this.triples.clear(),this.spo.clear(),this.sop.clear(),this.pso.clear(),this.pos.clear(),this.osp.clear(),this.ops.clear(),this.uuidIndex.clear(),this.queryCache.clear()}async count(){return this.triples.size}async subjects(){let e=new Set;for(let t of this.triples.values())e.add(t.subject);return Array.from(e)}async predicates(){let e=new Set;for(let t of this.triples.values())e.add(t.predicate);return Array.from(e)}async objects(){let e=new Set;for(let t of this.triples.values())e.add(t.object);return Array.from(e)}async beginTransaction(){return new Jg(this)}async findSubjectsByUUID(e){return this.findSubjectsByUUIDSync(e)}findSubjectsByUUIDSync(e){let t=e.toLowerCase(),r=this.uuidIndex.get(t);if(!r||r.size===0)return[];let i=[];for(let s of r)this.spo.has(`i:${s}`)&&i.push(new gf.IRI(s));return i}addToUUIDIndex(e){if(!(e instanceof gf.IRI))return;let t=e.value,r=t.match(MF);if(r)for(let i of r){let s=i.toLowerCase();this.uuidIndex.has(s)||this.uuidIndex.set(s,new Set),this.uuidIndex.get(s).add(t)}}matchSPO(e,t,r){let i=this.getNodeKey(e),s=this.getNodeKey(t),a=this.getNodeKey(r),c=this.spo.get(i);if(!c)return[];let u=c.get(s);if(!u)return[];if(u.has(a)){let l=this.buildTripleKey(i,s,a),f=this.triples.get(l);return f?[f]:[]}return[]}matchSP(e,t){let r=this.getNodeKey(e),i=this.getNodeKey(t),s=this.spo.get(r);if(!s)return[];let a=s.get(i);return a?this.getTriplesByKeys(Array.from(a).map(c=>this.buildTripleKey(r,i,c))):[]}matchSO(e,t){let r=this.getNodeKey(e),i=this.getNodeKey(t),s=this.sop.get(r);if(!s)return[];let a=s.get(i);return a?this.getTriplesByKeys(Array.from(a).map(c=>this.buildTripleKey(r,c,i))):[]}matchPO(e,t){let r=this.getNodeKey(e),i=this.getNodeKey(t),s=this.pos.get(r);if(!s)return[];let a=s.get(i);return a?this.getTriplesByKeys(Array.from(a).map(c=>this.buildTripleKey(c,r,i))):[]}matchS(e){let t=this.getNodeKey(e),r=this.spo.get(t);if(!r)return[];let i=[];for(let[s,a]of r.entries())for(let c of a)i.push(this.buildTripleKey(t,s,c));return this.getTriplesByKeys(i)}matchP(e){let t=this.getNodeKey(e),r=this.pso.get(t);if(!r)return[];let i=[];for(let[s,a]of r.entries())for(let c of a)i.push(this.buildTripleKey(s,t,c));return this.getTriplesByKeys(i)}matchO(e){let t=this.getNodeKey(e),r=this.osp.get(t);if(!r)return[];let i=[];for(let[s,a]of r.entries())for(let c of a)i.push(this.buildTripleKey(s,c,t));return this.getTriplesByKeys(i)}getTriplesByKeys(e){let t=[];for(let r of e){let i=this.triples.get(r);i&&t.push(i)}return t}addToIndex(e,t,r,i){e.has(t)||e.set(t,new Map);let s=e.get(t);s.has(r)||s.set(r,new Set),s.get(r).add(i)}removeFromIndex(e,t,r,i){let s=e.get(t);if(!s)return;let a=s.get(r);a&&(a.delete(i),a.size===0&&s.delete(r),s.size===0&&e.delete(t))}getTripleKey(e){let t=this.getNodeKey(e.subject),r=this.getNodeKey(e.predicate),i=this.getNodeKey(e.object);return this.buildTripleKey(t,r,i)}buildTripleKey(e,t,r){return`${e}|${t}|${r}`}getNodeKey(e){if(e instanceof gf.IRI)return`i:${e.value}`;if(e instanceof DF.BlankNode)return`b:${e.id}`;if(e instanceof RF.Literal){let t=`l:${e.value}`;return e.datatype&&e.datatype.value!==LF?t+=`^^${e.datatype.value}`:e.language&&(t+=`@${e.language}`),t}return""}getMatchCacheKey(e,t,r){let i=e?this.getNodeKey(e):"?",s=t?this.getNodeKey(t):"?",a=r?this.getNodeKey(r):"?";return`${i}|${s}|${a}`}getGraphKey(e){return e?e.value:qa}getOrCreateGraphStore(e){let t=this.getGraphKey(e);return t===qa?this:(this.namedGraphs.has(t)||this.namedGraphs.set(t,new n),this.namedGraphs.get(t))}async addToGraph(e,t){await this.getOrCreateGraphStore(t).add(e)}async removeFromGraph(e,t){let r=this.getGraphKey(t);if(r===qa)return this.remove(e);let i=this.namedGraphs.get(r);return i?i.remove(e):!1}async matchInGraph(e,t,r,i){let s=this.getGraphKey(i);if(s===qa)return this.match(e,t,r);let a=this.namedGraphs.get(s);return a?a.match(e,t,r):[]}async getNamedGraphs(){return Array.from(this.namedGraphs.keys()).map(e=>new gf.IRI(e))}async hasGraph(e){let t=this.namedGraphs.get(e.value);return t?await t.count()>0:!1}async clearGraph(e){let t=this.getGraphKey(e);if(t===qa){await this.clear();return}let r=this.namedGraphs.get(t);r&&(await r.clear(),this.namedGraphs.delete(t))}async countInGraph(e){let t=this.getGraphKey(e);if(t===qa)return this.count();let r=this.namedGraphs.get(t);return r?r.count():0}};yf.InMemoryTripleStore=Xg;var Jg=class{static{o(this,"InMemoryTransaction")}constructor(e){this.store=e,this.operations=[],this.committed=!1,this.rolledBack=!1}async add(e){if(this.committed)throw new is.TransactionError("Transaction already committed");if(this.rolledBack)throw new is.TransactionError("Transaction already rolled back");this.operations.push({type:"add",triple:e})}async remove(e){if(this.committed)throw new is.TransactionError("Transaction already committed");if(this.rolledBack)throw new is.TransactionError("Transaction already rolled back");return this.operations.push({type:"remove",triple:e}),!0}async commit(){if(this.committed)throw new is.TransactionError("Transaction already committed");if(this.rolledBack)throw new is.TransactionError("Transaction already rolled back");for(let e of this.operations)e.type==="add"?await this.store.add(e.triple):await this.store.remove(e.triple);this.committed=!0,this.operations=[]}async rollback(){if(this.committed)throw new is.TransactionError("Transaction already committed");if(this.rolledBack)throw new is.TransactionError("Transaction already rolled back");this.operations=[],this.rolledBack=!0}}});var ey=v(vf=>{"use strict";Object.defineProperty(vf,"__esModule",{value:!0});vf.RDFVocabularyMapper=void 0;var qr=Oi(),m_=Ye(),ye=Jr(),Zg=class{static{o(this,"RDFVocabularyMapper")}constructor(){this.propertyMappings=new Map([["exo__Instance_class",ye.Namespace.RDF.term("type")],["exo__Asset_isDefinedBy",ye.Namespace.RDFS.term("isDefinedBy")],["exo__Class_superClass",ye.Namespace.RDFS.term("subClassOf")],["exo__Property_range",ye.Namespace.RDFS.term("range")],["exo__Property_domain",ye.Namespace.RDFS.term("domain")],["exo__Property_superProperty",ye.Namespace.RDFS.term("subPropertyOf")]])}generateClassHierarchyTriples(){let e=[];return e.push(new qr.Triple(ye.Namespace.EXO.term("Asset"),ye.Namespace.RDFS.term("subClassOf"),ye.Namespace.RDFS.term("Resource"))),e.push(new qr.Triple(ye.Namespace.EXO.term("Class"),ye.Namespace.RDFS.term("subClassOf"),ye.Namespace.RDFS.term("Class"))),e.push(new qr.Triple(ye.Namespace.EXO.term("Property"),ye.Namespace.RDFS.term("subClassOf"),ye.Namespace.RDF.term("Property"))),e.push(new qr.Triple(ye.Namespace.EMS.term("Task"),ye.Namespace.RDFS.term("subClassOf"),ye.Namespace.EXO.term("Asset"))),e.push(new qr.Triple(ye.Namespace.EMS.term("Project"),ye.Namespace.RDFS.term("subClassOf"),ye.Namespace.EXO.term("Asset"))),e.push(new qr.Triple(ye.Namespace.EMS.term("Area"),ye.Namespace.RDFS.term("subClassOf"),ye.Namespace.EXO.term("Asset"))),e}generatePropertyHierarchyTriples(){let e=[];return e.push(new qr.Triple(ye.Namespace.EXO.term("Instance_class"),ye.Namespace.RDFS.term("subPropertyOf"),ye.Namespace.RDF.term("type"))),e.push(new qr.Triple(ye.Namespace.EXO.term("Asset_isDefinedBy"),ye.Namespace.RDFS.term("subPropertyOf"),ye.Namespace.RDFS.term("isDefinedBy"))),e.push(new qr.Triple(ye.Namespace.EXO.term("Class_superClass"),ye.Namespace.RDFS.term("subPropertyOf"),ye.Namespace.RDFS.term("subClassOf"))),e.push(new qr.Triple(ye.Namespace.EXO.term("Property_range"),ye.Namespace.RDFS.term("subPropertyOf"),ye.Namespace.RDFS.term("range"))),e.push(new qr.Triple(ye.Namespace.EXO.term("Property_domain"),ye.Namespace.RDFS.term("subPropertyOf"),ye.Namespace.RDFS.term("domain"))),e.push(new qr.Triple(ye.Namespace.EXO.term("Property_superProperty"),ye.Namespace.RDFS.term("subPropertyOf"),ye.Namespace.RDFS.term("subPropertyOf"))),e}generateMappedTriple(e,t,r){let i=this.propertyMappings.get(t);if(!i)return null;let s;if(r instanceof m_.IRI)s=r;else{let a=r.match(/^(ems|exo)__(.+)$/);if(a){let[,c,u]=a;s=(c==="ems"?ye.Namespace.EMS:ye.Namespace.EXO).term(u)}else s=new m_.IRI(r)}return new qr.Triple(e,i,s)}hasMappingFor(e){return this.propertyMappings.has(e)}};vf.RDFVocabularyMapper=Zg});var ry=v(Vn=>{"use strict";var kF=Vn&&Vn.__decorate||function(n,e,t,r){var i=arguments.length,s=i<3?e:r===null?r=Object.getOwnPropertyDescriptor(e,t):r,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")s=Reflect.decorate(n,e,t,r);else for(var c=n.length-1;c>=0;c--)(a=n[c])&&(s=(i<3?a(s):i>3?a(e,t,s):a(e,t))||s);return i>3&&s&&Object.defineProperty(e,t,s),s},jF=Vn&&Vn.__metadata||function(n,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(n,e)},$F=Vn&&Vn.__param||function(n,e){return function(t,r){e(t,r,n)}};Object.defineProperty(Vn,"__esModule",{value:!0});Vn.NoteToRDFConverter=void 0;var g_=Le(),Lr=Oi(),Rc=Ye(),Gr=lt(),y_=It(),_r=Jr(),VF=ct(),UF=ey(),Mr=jp(),ty=class{static{o(this,"NoteToRDFConverter")}constructor(e){this.vault=e,this.OBSIDIAN_VAULT_SCHEME="obsidian://vault/",this.BODY_WIKILINK_PATTERN=/(?<!!)\[\[([^\]|]+)(?:\|[^\]]+)?\]\]/g,this.vocabularyMapper=new UF.RDFVocabularyMapper}async convertNote(e){let t=this.vault.getFrontmatter(e);return t?Mr.Exo003Parser.isExo003Format(t)?this.convertExo003Note(e,t):this.convertLegacyNote(e,t):[]}async convertLegacyNote(e,t){let r=[],i=this.notePathToIRI(e.path),s=_r.Namespace.EXO.term("Asset_fileName");r.push(new Lr.Triple(i,s,new Gr.Literal(e.basename)));for(let[c,u]of Object.entries(t)){if(!this.isExocortexProperty(c))continue;let l=this.propertyKeyToIRI(c),f=Array.isArray(u)?u:[u];for(let h of f)if(c==="exo__Instance_class"){let d=this.valueToClassURI(h);r.push(new Lr.Triple(i,l,d))}else{let d=await this.valueToRDFObject(h,e);for(let p of d)if(r.push(new Lr.Triple(i,l,p)),this.vocabularyMapper.hasMappingFor(c)&&p instanceof Rc.IRI){let S=this.vocabularyMapper.generateMappedTriple(i,c,p);S&&r.push(S)}}if(c==="exo__Instance_class")for(let h of f){let d=this.expandClassValue(h);if(d){let p=_r.Namespace.RDF.term("type");r.push(new Lr.Triple(i,p,d))}}}let a=await this.convertBodyWikilinks(e,i);return r.push(...a),r}async convertExo003Note(e,t){let r=Mr.Exo003Parser.parse(t);if(!r.success||!r.metadata)return[];let i=r.metadata,s=[];switch(i.metadata){case Mr.Exo003MetadataType.Namespace:break;case Mr.Exo003MetadataType.Anchor:s.push(...this.convertExo003Anchor(e,i));break;case Mr.Exo003MetadataType.BlankNode:s.push(...this.convertExo003BlankNode(e,i));break;case Mr.Exo003MetadataType.Statement:s.push(...this.convertExo003Statement(e,i));break;case Mr.Exo003MetadataType.Body:s.push(...await this.convertExo003Body(e,i));break}return s}convertExo003Anchor(e,t){let r=this.notePathToIRI(e.path),i=new Rc.IRI(t.uri);return[new Lr.Triple(r,_r.Namespace.OWL.term("sameAs"),i),new Lr.Triple(i,_r.Namespace.OWL.term("sameAs"),r)]}convertExo003BlankNode(e,t){let r=this.notePathToIRI(e.path),i=t.uri.replace(/[^a-zA-Z0-9_-]/g,"_");return[new Lr.Triple(r,_r.Namespace.OWL.term("sameAs"),new y_.BlankNode(i))]}convertExo003Statement(e,t){let r=[];try{let i=this.createExo003ReferenceResolver(e),s=Mr.Exo003Parser.toTriple(t,i);r.push(s);let a=this.notePathToIRI(e.path);r.push(new Lr.Triple(a,_r.Namespace.RDF.term("value"),s.subject))}catch{}return r}async convertExo003Body(e,t){let r=[];try{let i=await this.vault.read(e),s=this.extractBodyContent(i),a=this.createExo003ReferenceResolver(e),c=a(t.subject),u=a(t.predicate);if(c.type==="literal")throw new Error("Body subject cannot be a literal");if(u.type!=="iri")throw new Error("Body predicate must be an IRI");let l=c.type==="iri"?new Rc.IRI(c.value):new y_.BlankNode(c.value),f=new Rc.IRI(u.value),h=Mr.Exo003Parser.toLiteral(t,s.trim());r.push(new Lr.Triple(l,f,h));let d=this.notePathToIRI(e.path);r.push(new Lr.Triple(d,_r.Namespace.RDF.term("value"),l))}catch{}return r}createExo003ReferenceResolver(e){return t=>{let r=this.extractWikilink(t),i=r||t,s=this.vault.getFirstLinkpathDest(i,e.path);if(s){let a=this.vault.getFrontmatter(s);if(a&&Mr.Exo003Parser.isExo003Format(a)){let c=Mr.Exo003Parser.parse(a);if(c.success&&c.metadata){let u=c.metadata;if(u.metadata===Mr.Exo003MetadataType.Anchor||u.metadata===Mr.Exo003MetadataType.Namespace)return{type:"iri",value:u.uri};if(u.metadata===Mr.Exo003MetadataType.BlankNode)return{type:"blank",value:u.uri.replace(/[^a-zA-Z0-9_-]/g,"_")}}}return{type:"iri",value:this.notePathToIRI(s.path).value}}return!r&&t.includes("://")?{type:"iri",value:t}:{type:"literal",value:t}}}async convertVault(){let e=this.vault.getAllFiles(),t=[];for(let r of e)try{let i=await this.convertNote(r);t.push(...i)}catch(i){console.warn(`\u26A0\uFE0F Skipping file with invalid IRI: ${r.path}`),console.warn(` Reason: ${i instanceof Error?i.message:String(i)}`);continue}return t}notePathToIRI(e){let t=encodeURI(e);return new Rc.IRI(`${this.OBSIDIAN_VAULT_SCHEME}${t}`)}isExocortexProperty(e){return e.startsWith("exo__")||e.startsWith("ems__")}propertyKeyToIRI(e){if(e.startsWith("exo__")){let t=e.substring(5);return _r.Namespace.EXO.term(t)}if(e.startsWith("ems__")){let t=e.substring(5);return _r.Namespace.EMS.term(t)}throw new Error(`Invalid property key: ${e}`)}async valueToRDFObject(e,t){if(typeof e=="string"){let r=this.removeQuotes(e),i=this.extractWikilink(r);if(i){let s=this.vault.getFirstLinkpathDest(i,t.path);if(s){let a=this.notePathToIRI(s.path);if(this.isUUID(i)){let c=new Gr.Literal(i);return[a,c]}return[a]}if(this.isClassReference(i)){let a=this.expandClassValue(i);if(a)return[a]}return[new Gr.Literal(r)]}if(this.isClassReference(r)){let s=this.expandClassValue(r);if(s)return[s]}return this.isISO8601DateTime(r)?[new Gr.Literal(r,_r.Namespace.XSD.term("dateTime"))]:[new Gr.Literal(r)]}return typeof e=="boolean"?[new Gr.Literal(e.toString())]:typeof e=="number"?[new Gr.Literal(e.toString(),_r.Namespace.XSD.term("decimal"))]:e instanceof Date?[new Gr.Literal(e.toISOString(),_r.Namespace.XSD.term("dateTime"))]:[new Gr.Literal(String(e))]}isISO8601DateTime(e){return/^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}(\.\d{1,3})?(Z|[+-]\d{2}:\d{2})?$/.test(e)}removeQuotes(e){let t=e.trim();return t.startsWith('"')&&t.endsWith('"')||t.startsWith("'")&&t.endsWith("'")?t.substring(1,t.length-1):e}extractWikilink(e){let t=e.match(/^\[\[([^\]]+)\]\]$/);return t?t[1]:null}valueToClassURI(e){if(typeof e!="string")return new Gr.Literal(String(e));let t=this.removeQuotes(e),i=this.extractWikilink(t)||t,s=this.expandClassValue(i);return s||new Gr.Literal(t)}isClassReference(e){return(e.startsWith("ems__")||e.startsWith("exo__"))&&!/\s/.test(e)}isUUID(e){return/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/i.test(e)}expandClassValue(e){let t=this.removeQuotes(e);if(t.startsWith("ems__")){let r=t.substring(5);return _r.Namespace.EMS.term(r)}if(t.startsWith("exo__")){let r=t.substring(5);return _r.Namespace.EXO.term(r)}return null}extractBodyContent(e){let t=/^---\r?\n[\s\S]*?\r?\n---\r?\n?/;return e.replace(t,"")}extractBodyWikilinks(e){let t=new Set,r,i=new RegExp(this.BODY_WIKILINK_PATTERN.source,"g");for(;(r=i.exec(e))!==null;)r[1]&&t.add(r[1]);return Array.from(t)}async convertBodyWikilinks(e,t){let r=[];try{let i=await this.vault.read(e),s=this.extractBodyContent(i),a=this.extractBodyWikilinks(s),c=_r.Namespace.EXO.term("Asset_bodyLink");for(let u of a){let l=this.vault.getFirstLinkpathDest(u,e.path);if(l){let f=this.notePathToIRI(l.path);r.push(new Lr.Triple(t,c,f))}else if(this.isClassReference(u)){let f=this.expandClassValue(u);f?r.push(new Lr.Triple(t,c,f)):r.push(new Lr.Triple(t,c,new Gr.Literal(u)))}else r.push(new Lr.Triple(t,c,new Gr.Literal(u)))}}catch{}return r}};Vn.NoteToRDFConverter=ty;Vn.NoteToRDFConverter=ty=kF([(0,g_.injectable)(),$F(0,(0,g_.inject)(VF.DI_TOKENS.IVaultAdapter)),jF("design:paramtypes",[Object])],ty)});var ny=v((Sq,v_)=>{var Ga=class{static{o(this,"Wildcard")}constructor(){return BF||this}equals(e){return e&&this.termType===e.termType}};Object.defineProperty(Ga.prototype,"value",{enumerable:!0,value:"*"});Object.defineProperty(Ga.prototype,"termType",{enumerable:!0,value:"Wildcard"});var BF=new Ga;v_.exports.Wildcard=Ga});var __=v((wq,S_)=>{var qF=(function(){var n=o(function(x,C,O,F){for(O=O||{},F=x.length;F--;O[x[F]]=C);return O},"o"),e=[6,12,13,15,16,24,32,36,41,45,100,110,113,115,116,123,126,131,197,224,229,308,329,330,331,332,333],t=[2,247],r=[100,110,113,115,116,123,126,131,329,330,331,332,333],i=[2,409],s=[1,18],a=[1,27],c=[13,16,45,197,224,229,308],u=[28,29,53],l=[28,53],f=[1,42],h=[1,45],d=[1,41],p=[1,44],S=[123,126],b=[1,67],T=[39,45,87],A=[13,16,45,197,224,308],P=[1,87],L=[2,281],$=[1,86],G=[13,16,45,82,87,89,231,294,295,296,297,298,299,300,301,302,303,304,305,306,308,309,310,312],Ee=[6,28,29,53,63,70,73,81,83,85],Ue=[6,13,16,28,29,53,63,70,73,81,83,85,87,308],$e=[6,13,16,28,29,45,53,63,70,73,81,82,83,85,87,89,197,231,294,295,296,297,298,299,300,301,302,303,304,305,306,308,309,310,312,314],q=[6,13,16,28,29,31,39,45,47,48,53,63,70,73,81,82,83,85,87,89,109,112,121,123,126,128,159,160,161,163,164,174,193,197,224,229,231,232,242,246,250,263,265,272,290,294,295,296,297,298,299,300,301,302,303,304,305,306,308,309,310,312,314,317,318,335,337,338,340,341,342,343,344,345,346],ie=[13,16,308],Se=[112,132,327,334],nt=[13,16,112,132,308],Ke=[1,111],at=[1,117],Be=[112,132,327,328,334],qe=[13,16,112,132,308,328],Me=[28,29,45,53,87],Y=[1,138],M=[1,151],Ge=[1,128],Xe=[1,127],V=[1,129],me=[1,140],Oe=[1,141],Q=[1,142],Pe=[1,143],De=[1,144],Te=[1,145],Re=[1,147],he=[1,148],Ae=[2,457],ge=[1,158],Ce=[1,159],Fe=[1,160],Z=[1,152],se=[1,153],ae=[1,156],ee=[1,171],te=[1,172],re=[1,173],ne=[1,174],oe=[1,175],ce=[1,176],ue=[1,167],le=[1,168],X=[1,169],fe=[1,170],ke=[1,157],Ne=[1,166],we=[1,161],w=[1,162],E=[1,163],_=[1,164],I=[1,165],W=[6,13,16,29,31,45,82,85,87,89,112,159,160,161,163,164,231,294,295,296,297,298,299,300,301,302,303,304,305,306,308,309,310,312,335],it=[1,195],ut=[6,31,73,81,83,85],be=[2,285],k=[1,199],j=[1,201],U=[6,31,70,73,81,83,85],z=[2,283],ve=[1,207],We=[1,218],ze=[1,223],Ut=[1,219],Pr=[1,225],Vr=[1,226],dr=[1,224],k1=[6,63,70,73,81,83,85],j1=[1,236],$1=[2,334],V1=[1,243],U1=[1,241],Bt=[6,193],Ou=[2,349],B1=[2,339],Wi=[28,128],q1=[47,48,193,272],Pu=[47,48,193,242,272],ba=[47,48,193,242,246,272],Ea=[47,48,193,242,246,250,263,265,272,290,297,298,299,300,301,302,341,342,343,344,345,346],Lt=[39,47,48,193,242,246,250,263,265,272,290,297,298,299,300,301,302,338,341,342,343,344,345,346],G1=[1,271],W1=[1,270],wt=[6,13,16,29,31,39,45,47,48,70,73,76,78,81,82,83,85,87,89,112,159,160,161,163,164,193,231,242,246,250,263,265,268,269,270,271,272,273,274,276,277,279,280,283,285,290,294,295,296,297,298,299,300,301,302,303,304,305,306,308,309,310,312,335,338,341,342,343,344,345,346,347,348,349,350,351],z1=[1,281],H1=[1,280],pr=[13,16,29,31,39,45,47,48,82,85,87,89,112,159,160,161,163,164,174,193,197,224,229,231,232,242,246,250,263,265,272,290,294,295,296,297,298,299,300,301,302,303,304,305,306,308,309,310,312,314,317,318,335,338,341,342,343,344,345,346],Ko=[45,89],Du=[13,16,29,31,39,45,47,48,82,85,87,89,112,159,160,161,163,164,174,193,197,224,229,231,232,242,246,250,263,265,272,290,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,308,309,310,312,314,317,318,335,338,341,342,343,344,345,346],Ru=[13,16,31,82,174,294,295,296,297,298,299,300,301,302,303,304,305,306,308,312],Fu=[31,89],Nu=[48,87],Ts=[6,13,16,45,48,82,87,89,231,294,295,296,297,298,299,300,301,302,303,304,305,306,308,309,310,312,337,338],Kn=[6,13,16,39,45,48,82,87,89,231,263,294,295,296,297,298,299,300,301,302,303,304,305,306,308,309,310,312,337,338,340],Q1=[1,313],Ta=[6,85],md=[6,31,81,83,85],Y1=[2,361],_i=[2,353],As=[1,343],Xo=[31,112,335],wi=[13,16,29,31,45,48,82,85,87,89,112,159,160,161,163,164,193,197,224,229,231,232,272,294,295,296,297,298,299,300,301,302,303,304,305,306,308,309,310,312,317,318,335],gd=[13,16,29,31,45,48,82,85,87,89,112,159,160,161,163,164,193,197,224,229,231,232,272,294,295,296,297,298,299,300,301,302,303,304,305,306,308,309,310,312,314,317,318,335],K1=[6,109,193],Cs=[31,112],bt=[13,16,45,82,87,224,263,265,268,269,270,271,273,274,276,277,279,280,283,285,294,295,296,297,298,299,300,301,302,303,304,305,306,308,312,346,347,348,349,350,351],yd=[1,390],vd=[1,391],zi=[13,16,87,197,308,314],X1=[13,16,39,45,82,87,224,263,265,268,269,270,271,273,274,276,277,279,280,283,285,294,295,296,297,298,299,300,301,302,303,304,305,306,308,312,346,347,348,349,350,351],Lu=[1,417],Mu=[1,418],J1=[13,16,48,197,229,308],Hi=[6,31,85],Z1=[6,13,16,31,45,73,81,83,85,268,269,270,271,273,274,276,277,279,280,283,285,308,346,347,348,349,350,351],Sd=[6,13,16,29,31,45,73,76,78,81,82,83,85,87,89,112,159,160,161,163,164,231,268,269,270,271,273,274,276,277,279,280,283,285,294,295,296,297,298,299,300,301,302,303,304,305,306,308,309,310,312,335,346,347,348,349,350,351],xs=[29,31,85,112,159,160,161,163,164],ku=[1,443],ju=[1,444],e2=[1,449],Is=[31,112,193,232,318,335],$u=[13,16,45,48,82,87,89,231,294,295,296,297,298,299,300,301,302,303,304,305,306,308,309,310,312],t2=[13,16,31,45,48,82,87,89,112,193,231,232,272,294,295,296,297,298,299,300,301,302,303,304,305,306,308,309,310,312,317,318,335],_d=[13,16,29,31,45,48,82,85,87,89,112,159,160,161,163,164,193,231,232,272,294,295,296,297,298,299,300,301,302,303,304,305,306,308,309,310,312,317,318,335],Jo=[13,16,31,48,82,174,294,295,296,297,298,299,300,301,302,303,304,305,306,308,312],Zo=[31,45],r2=[1,507],n2=[1,508],i2=[6,13,16,29,31,39,45,47,48,63,70,73,76,78,81,82,83,85,87,89,112,159,160,161,163,164,193,231,242,246,250,263,265,268,269,270,271,272,273,274,276,277,279,280,283,285,290,294,295,296,297,298,299,300,301,302,303,304,305,306,308,309,310,312,335,336,338,341,342,343,344,345,346,347,348,349,350,351],Vu=[29,31,85,112,159,160,161,163,164,335],Os=[6,13,16,31,45,70,73,81,83,85,87,268,269,270,271,273,274,276,277,279,280,283,285,308,346,347,348,349,350,351],s2=[13,16,31,45,48,82,87,89,112,193,197,231,232,272,294,295,296,297,298,299,300,301,302,303,304,305,306,308,309,310,312,317,318,335],a2=[2,352],wd=[13,16,197,308,314],o2=[1,565],Aa=[6,13,16,31,45,76,78,81,83,85,87,268,269,270,271,273,274,276,277,279,280,283,285,308,346,347,348,349,350,351],c2=[13,16,29,31,45,82,85,87,89,112,159,160,161,163,164,231,294,295,296,297,298,299,300,301,302,303,304,305,306,308,309,310,312],bi=[13,16,29,31,45,82,85,87,89,112,159,160,161,163,164,231,294,295,296,297,298,299,300,301,302,303,304,305,306,308,309,310,312,335],u2=[13,16,87,308],Ei=[2,364],Ca=[29,31,85,112,159,160,161,163,164,193,232,318,335],Uu=[31,112,193,232,272,318,335],Ti=[2,359],l2=[13,16,48,82,174,294,295,296,297,298,299,300,301,302,303,304,305,306,308,312],Bu=[29,31,85,112,159,160,161,163,164,193,232,272,318,335],f2=[13,16,31,45,82,87,89,112,231,294,295,296,297,298,299,300,301,302,303,304,305,306,308,309,310,312],h2=[2,347],bd={trace:o(function(){},"trace"),yy:{},symbols_:{error:2,QueryOrUpdate:3,Prologue:4,QueryOrUpdate_group0:5,EOF:6,Query:7,Qry:8,Query_option0:9,Prologue_repetition0:10,BaseDecl:11,BASE:12,IRIREF:13,PrefixDecl:14,PREFIX:15,PNAME_NS:16,SelectClauseWildcard:17,Qry_repetition0:18,WhereClause:19,SolutionModifierNoGroup:20,SelectClauseVars:21,Qry_repetition1:22,SolutionModifier:23,CONSTRUCT:24,ConstructTemplate:25,Qry_repetition2:26,Qry_repetition3:27,WHERE:28,"{":29,Qry_option0:30,"}":31,DESCRIBE:32,Qry_group0:33,Qry_repetition4:34,Qry_option1:35,ASK:36,Qry_repetition5:37,SelectClauseBase:38,"*":39,SelectClauseVars_repetition_plus0:40,SELECT:41,SelectClauseBase_option0:42,SelectClauseItem:43,Var:44,"(":45,Expression:46,AS:47,")":48,SubSelect:49,SubSelect_option0:50,SubSelect_option1:51,DatasetClause:52,FROM:53,DatasetClause_option0:54,iri:55,WhereClause_option0:56,GroupGraphPattern:57,SolutionModifier_option0:58,SolutionModifierNoGroup_option0:59,SolutionModifierNoGroup_option1:60,SolutionModifierNoGroup_option2:61,GroupClause:62,GROUP:63,BY:64,GroupClause_repetition_plus0:65,GroupCondition:66,BuiltInCall:67,FunctionCall:68,HavingClause:69,HAVING:70,HavingClause_repetition_plus0:71,OrderClause:72,ORDER:73,OrderClause_repetition_plus0:74,OrderCondition:75,ASC:76,BrackettedExpression:77,DESC:78,Constraint:79,LimitOffsetClauses:80,LIMIT:81,INTEGER:82,OFFSET:83,ValuesClause:84,VALUES:85,InlineData:86,VAR:87,InlineData_repetition0:88,NIL:89,InlineData_repetition1:90,InlineData_repetition_plus2:91,InlineData_repetition3:92,DataBlock:93,DataBlockValueList:94,DataBlockValueList_repetition_plus0:95,Update:96,Update_repetition0:97,Update1:98,Update_option0:99,LOAD:100,Update1_option0:101,Update1_option1:102,Update1_group0:103,Update1_option2:104,GraphRefAll:105,Update1_group1:106,Update1_option3:107,GraphOrDefault:108,TO:109,CREATE:110,Update1_option4:111,GRAPH:112,INSERTDATA:113,QuadPattern:114,DELETEDATA:115,DELETEWHERE:116,Update1_option5:117,InsertDeleteClause:118,Update1_repetition0:119,IntoGraphClause:120,INTO:121,GraphRef:122,DELETE:123,InsertDeleteClause_option0:124,InsertClause:125,INSERT:126,UsingClause:127,USING:128,UsingClause_option0:129,WithClause:130,WITH:131,DEFAULT:132,GraphOrDefault_option0:133,GraphRefAll_group0:134,Quads:135,Quads_option0:136,Quads_repetition0:137,QuadsNotTriples:138,VarOrIri:139,QuadsNotTriples_option0:140,QuadsNotTriples_option1:141,QuadsNotTriples_option2:142,TriplesTemplate:143,TriplesTemplate_repetition0:144,TriplesSameSubject:145,TriplesTemplate_option0:146,GroupGraphPatternSub:147,GroupGraphPatternSub_option0:148,GroupGraphPatternSub_repetition0:149,GroupGraphPatternSubTail:150,GraphPatternNotTriples:151,GroupGraphPatternSubTail_option0:152,GroupGraphPatternSubTail_option1:153,TriplesBlock:154,TriplesBlock_repetition0:155,TriplesSameSubjectPath:156,TriplesBlock_option0:157,GroupOrUnionGraphPattern:158,OPTIONAL:159,MINUS:160,SERVICE:161,GraphPatternNotTriples_option0:162,FILTER:163,BIND:164,InlineDataOneVar:165,InlineDataFull:166,InlineDataOneVar_repetition0:167,InlineDataFull_repetition0:168,InlineDataFull_repetition_plus1:169,InlineDataFull_repetition2:170,DataBlockValue:171,Literal:172,QuotedTriple:173,UNDEF:174,GroupOrUnionGraphPattern_repetition0:175,ArgList:176,ArgList_option0:177,ArgList_repetition0:178,ExpressionList:179,ExpressionList_repetition0:180,ConstructTemplate_option0:181,ConstructTriples:182,ConstructTriples_repetition0:183,ConstructTriples_option0:184,VarOrTermOrQuotedTP:185,PropertyListNotEmpty:186,TriplesNode:187,PropertyList:188,PropertyList_option0:189,VerbObjectList:190,PropertyListNotEmpty_repetition0:191,SemiOptionalVerbObjectList:192,";":193,SemiOptionalVerbObjectList_option0:194,Verb:195,ObjectList:196,a:197,ObjectList_repetition0:198,Object:199,GraphNode:200,Object_option0:201,PropertyListPathNotEmpty:202,TriplesNodePath:203,TriplesSameSubjectPath_option0:204,O:205,PropertyListPathNotEmpty_repetition0:206,PropertyListPathNotEmptyTail:207,O_group0:208,ObjectListPath:209,ObjectListPath_repetition0:210,ObjectPath:211,GraphNodePath:212,ObjectPath_option0:213,Path:214,Path_repetition0:215,PathSequence:216,PathSequence_repetition0:217,PathEltOrInverse:218,PathElt:219,PathPrimary:220,PathElt_option0:221,PathEltOrInverse_option0:222,IriOrA:223,"!":224,PathNegatedPropertySet:225,PathOneInPropertySet:226,PathNegatedPropertySet_repetition0:227,PathNegatedPropertySet_option0:228,"^":229,TriplesNode_repetition_plus0:230,"[":231,"]":232,TriplesNodePath_repetition_plus0:233,VarOrTermOrQuotedTPExpr:234,VarOrTerm:235,GraphTerm:236,BlankNode:237,ConditionalOrExpression:238,ConditionalAndExpression:239,ConditionalOrExpression_repetition0:240,ConditionalOrExpressionTail:241,"||":242,RelationalExpression:243,ConditionalAndExpression_repetition0:244,ConditionalAndExpressionTail:245,"&&":246,NumericExpression:247,RelationalExpression_group0:248,RelationalExpression_option0:249,IN:250,MultiplicativeExpression:251,NumericExpression_repetition0:252,AdditiveExpressionTail:253,AdditiveExpressionTail_group0:254,NumericLiteralPositive:255,AdditiveExpressionTail_repetition0:256,NumericLiteralNegative:257,AdditiveExpressionTail_repetition1:258,UnaryExpression:259,MultiplicativeExpression_repetition0:260,MultiplicativeExpressionTail:261,MultiplicativeExpressionTail_group0:262,"+":263,PrimaryExpression:264,"-":265,ExprQuotedTP:266,Aggregate:267,FUNC_ARITY0:268,FUNC_ARITY1:269,FUNC_ARITY1_SPARQL_STAR:270,FUNC_ARITY2:271,",":272,FUNC_ARITY3:273,FUNC_ARITY3_SPARQL_STAR:274,BuiltInCall_group0:275,BOUND:276,BNODE:277,BuiltInCall_option0:278,EXISTS:279,COUNT:280,Aggregate_option0:281,Aggregate_group0:282,FUNC_AGGREGATE:283,Aggregate_option1:284,GROUP_CONCAT:285,Aggregate_option2:286,Aggregate_option3:287,GroupConcatSeparator:288,SEPARATOR:289,"=":290,String:291,LANGTAG:292,"^^":293,DECIMAL:294,DOUBLE:295,BOOLEAN:296,INTEGER_POSITIVE:297,DECIMAL_POSITIVE:298,DOUBLE_POSITIVE:299,INTEGER_NEGATIVE:300,DECIMAL_NEGATIVE:301,DOUBLE_NEGATIVE:302,STRING_LITERAL1:303,STRING_LITERAL2:304,STRING_LITERAL_LONG1:305,STRING_LITERAL_LONG2:306,PrefixedName:307,PNAME_LN:308,BLANK_NODE_LABEL:309,ANON:310,QuotedTP:311,"<<":312,qtSubjectOrObject:313,">>":314,DataValueTerm:315,AnnotationPattern:316,"{|":317,"|}":318,AnnotationPatternPath:319,ExprVarOrTerm:320,QueryOrUpdate_group0_option0:321,Prologue_repetition0_group0:322,Qry_group0_repetition_plus0:323,SelectClauseBase_option0_group0:324,DISTINCT:325,REDUCED:326,NAMED:327,SILENT:328,CLEAR:329,DROP:330,ADD:331,MOVE:332,COPY:333,ALL:334,".":335,UNION:336,"|":337,"/":338,PathElt_option0_group0:339,"?":340,"!=":341,"<":342,">":343,"<=":344,">=":345,NOT:346,CONCAT:347,COALESCE:348,SUBSTR:349,REGEX:350,REPLACE:351,$accept:0,$end:1},terminals_:{2:"error",6:"EOF",12:"BASE",13:"IRIREF",15:"PREFIX",16:"PNAME_NS",24:"CONSTRUCT",28:"WHERE",29:"{",31:"}",32:"DESCRIBE",36:"ASK",39:"*",41:"SELECT",45:"(",47:"AS",48:")",53:"FROM",63:"GROUP",64:"BY",70:"HAVING",73:"ORDER",76:"ASC",78:"DESC",81:"LIMIT",82:"INTEGER",83:"OFFSET",85:"VALUES",87:"VAR",89:"NIL",100:"LOAD",109:"TO",110:"CREATE",112:"GRAPH",113:"INSERTDATA",115:"DELETEDATA",116:"DELETEWHERE",121:"INTO",123:"DELETE",126:"INSERT",128:"USING",131:"WITH",132:"DEFAULT",159:"OPTIONAL",160:"MINUS",161:"SERVICE",163:"FILTER",164:"BIND",174:"UNDEF",193:";",197:"a",224:"!",229:"^",231:"[",232:"]",242:"||",246:"&&",250:"IN",263:"+",265:"-",268:"FUNC_ARITY0",269:"FUNC_ARITY1",270:"FUNC_ARITY1_SPARQL_STAR",271:"FUNC_ARITY2",272:",",273:"FUNC_ARITY3",274:"FUNC_ARITY3_SPARQL_STAR",276:"BOUND",277:"BNODE",279:"EXISTS",280:"COUNT",283:"FUNC_AGGREGATE",285:"GROUP_CONCAT",289:"SEPARATOR",290:"=",292:"LANGTAG",293:"^^",294:"DECIMAL",295:"DOUBLE",296:"BOOLEAN",297:"INTEGER_POSITIVE",298:"DECIMAL_POSITIVE",299:"DOUBLE_POSITIVE",300:"INTEGER_NEGATIVE",301:"DECIMAL_NEGATIVE",302:"DOUBLE_NEGATIVE",303:"STRING_LITERAL1",304:"STRING_LITERAL2",305:"STRING_LITERAL_LONG1",306:"STRING_LITERAL_LONG2",308:"PNAME_LN",309:"BLANK_NODE_LABEL",310:"ANON",312:"<<",314:">>",317:"{|",318:"|}",325:"DISTINCT",326:"REDUCED",327:"NAMED",328:"SILENT",329:"CLEAR",330:"DROP",331:"ADD",332:"MOVE",333:"COPY",334:"ALL",335:".",336:"UNION",337:"|",338:"/",340:"?",341:"!=",342:"<",343:">",344:"<=",345:">=",346:"NOT",347:"CONCAT",348:"COALESCE",349:"SUBSTR",350:"REGEX",351:"REPLACE"},productions_:[0,[3,3],[7,2],[4,1],[11,2],[14,3],[8,4],[8,4],[8,5],[8,7],[8,5],[8,4],[17,2],[21,2],[38,2],[43,1],[43,5],[49,4],[49,4],[52,3],[19,2],[23,2],[20,3],[62,3],[66,1],[66,1],[66,3],[66,5],[66,1],[69,2],[72,3],[75,2],[75,2],[75,1],[75,1],[80,2],[80,2],[80,4],[80,4],[84,2],[86,4],[86,4],[86,6],[86,2],[94,3],[96,3],[98,4],[98,3],[98,5],[98,4],[98,2],[98,2],[98,2],[98,5],[120,2],[118,3],[118,1],[125,2],[127,3],[130,2],[108,1],[108,2],[122,2],[105,1],[105,1],[114,3],[135,2],[138,7],[143,3],[57,3],[57,3],[147,2],[150,3],[154,3],[151,1],[151,2],[151,2],[151,3],[151,4],[151,2],[151,6],[151,1],[93,1],[93,1],[165,4],[166,4],[166,6],[171,1],[171,1],[171,1],[171,1],[158,2],[79,1],[79,1],[79,1],[68,2],[176,1],[176,5],[179,1],[179,4],[25,3],[182,3],[145,2],[145,2],[188,1],[186,2],[192,2],[190,2],[195,1],[195,1],[196,2],[199,2],[156,2],[156,2],[202,2],[207,1],[207,2],[205,2],[209,2],[211,2],[214,2],[216,2],[219,2],[218,2],[220,1],[220,2],[220,3],[225,1],[225,1],[225,4],[226,1],[226,2],[187,3],[187,3],[203,3],[203,3],[200,1],[200,1],[212,1],[212,1],[234,1],[235,1],[235,1],[139,1],[139,1],[44,1],[236,1],[236,1],[236,1],[236,1],[46,1],[238,2],[241,2],[239,2],[245,2],[243,1],[243,3],[243,4],[247,2],[253,2],[253,2],[253,2],[251,2],[261,2],[259,2],[259,2],[259,2],[259,1],[264,1],[264,1],[264,1],[264,1],[264,1],[264,1],[264,1],[77,3],[67,1],[67,2],[67,4],[67,4],[67,6],[67,8],[67,8],[67,2],[67,4],[67,2],[67,4],[67,3],[267,5],[267,5],[267,6],[288,4],[172,1],[172,2],[172,3],[172,1],[172,1],[172,1],[172,1],[172,1],[172,1],[255,1],[255,1],[255,1],[257,1],[257,1],[257,1],[291,1],[291,1],[291,1],[291,1],[55,1],[55,1],[307,1],[307,1],[237,1],[237,1],[311,5],[173,5],[313,1],[313,1],[313,1],[313,1],[313,1],[315,1],[315,1],[315,1],[185,1],[185,1],[185,1],[316,3],[319,3],[266,5],[320,1],[320,1],[320,1],[223,1],[223,1],[321,0],[321,1],[5,1],[5,1],[5,1],[9,0],[9,1],[322,1],[322,1],[10,0],[10,2],[18,0],[18,2],[22,0],[22,2],[26,0],[26,2],[27,0],[27,2],[30,0],[30,1],[323,1],[323,2],[33,1],[33,1],[34,0],[34,2],[35,0],[35,1],[37,0],[37,2],[40,1],[40,2],[324,1],[324,1],[42,0],[42,1],[50,0],[50,1],[51,0],[51,1],[54,0],[54,1],[56,0],[56,1],[58,0],[58,1],[59,0],[59,1],[60,0],[60,1],[61,0],[61,1],[65,1],[65,2],[71,1],[71,2],[74,1],[74,2],[88,0],[88,2],[90,0],[90,2],[91,1],[91,2],[92,0],[92,2],[95,1],[95,2],[97,0],[97,4],[99,0],[99,2],[101,0],[101,1],[102,0],[102,1],[103,1],[103,1],[104,0],[104,1],[106,1],[106,1],[106,1],[107,0],[107,1],[111,0],[111,1],[117,0],[117,1],[119,0],[119,2],[124,0],[124,1],[129,0],[129,1],[133,0],[133,1],[134,1],[134,1],[134,1],[136,0],[136,1],[137,0],[137,2],[140,0],[140,1],[141,0],[141,1],[142,0],[142,1],[144,0],[144,3],[146,0],[146,1],[148,0],[148,1],[149,0],[149,2],[152,0],[152,1],[153,0],[153,1],[155,0],[155,3],[157,0],[157,1],[162,0],[162,1],[167,0],[167,2],[168,0],[168,2],[169,1],[169,2],[170,0],[170,2],[175,0],[175,3],[177,0],[177,1],[178,0],[178,3],[180,0],[180,3],[181,0],[181,1],[183,0],[183,3],[184,0],[184,1],[189,0],[189,1],[191,0],[191,2],[194,0],[194,1],[198,0],[198,3],[201,0],[201,1],[204,0],[204,1],[206,0],[206,2],[208,1],[208,1],[210,0],[210,3],[213,0],[213,1],[215,0],[215,3],[217,0],[217,3],[339,1],[339,1],[339,1],[221,0],[221,1],[222,0],[222,1],[227,0],[227,3],[228,0],[228,1],[230,1],[230,2],[233,1],[233,2],[240,0],[240,2],[244,0],[244,2],[248,1],[248,1],[248,1],[248,1],[248,1],[248,1],[249,0],[249,1],[252,0],[252,2],[254,1],[254,1],[256,0],[256,2],[258,0],[258,2],[260,0],[260,2],[262,1],[262,1],[275,1],[275,1],[275,1],[275,1],[275,1],[278,0],[278,1],[281,0],[281,1],[282,1],[282,1],[284,0],[284,1],[286,0],[286,1],[287,0],[287,1]],performAction:o(function(C,O,F,K,_e,m,gr){var g=m.length-1;switch(_e){case 1:if(m[g-1]=m[g-1]||{},xe.base&&(m[g-1].base=xe.base),xe.base="",m[g-1].prefixes=xe.prefixes,xe.prefixes=null,xe.pathOnly){if(m[g-1].type==="path"||"termType"in m[g-1])return m[g-1];throw new Error("Received full SPARQL query in path only mode")}else if(m[g-1].type==="path"||"termType"in m[g-1])throw new Error("Received only path in full SPARQL mode");if(m[g-1].type==="update"){let st={};for(let dt of m[g-1].updates)if(dt.updateType==="insert"){let He={};for(let Ze of dt.insert)if(Ze.type==="bgp"||Ze.type==="graph")for(let Dr of Ze.triples)Dr.subject.termType==="BlankNode"&&(He[Dr.subject.value]=!0),Dr.predicate.termType==="BlankNode"&&(He[Dr.predicate.value]=!0),Dr.object.termType==="BlankNode"&&(He[Dr.object.value]=!0);for(let Ze of Object.keys(He)){if(st[Ze])throw new Error("Detected reuse blank node across different INSERT DATA clauses");st[Ze]=!0}}}return m[g-1];case 2:this.$={...m[g-1],...m[g],type:"query"};break;case 4:xe.base=ec(m[g]);break;case 5:xe.prefixes||(xe.prefixes={}),m[g-1]=m[g-1].substr(0,m[g-1].length-1),m[g]=ec(m[g]),xe.prefixes[m[g-1]]=m[g];break;case 6:this.$={...m[g-3],...Rs(m[g-2]),...m[g-1],...m[g]};break;case 7:if(!xe.skipValidation&&(Pd(m[g-3].variables.map(dt=>Od(dt.expression))).some(dt=>dt.aggregation==="count"&&!(dt.expression instanceof qu))||m[g].group)){for(let dt of m[g-3].variables)if(dt.termType==="Variable"){if(!m[g].group||!m[g].group.map(He=>Pa(He)).includes(Pa(dt)))throw Error("Projection of ungrouped variable (?"+Pa(dt)+")")}else if(Od(dt.expression).length===0){let He=PA(dt.expression);for(let Ze of He)if(!m[g].group||!m[g].group.map||!m[g].group.map(Dr=>Pa(Dr)).includes(Pa(Ze)))throw Error("Use of ungrouped variable in projection of operation (?"+Pa(Ze)+")")}}let ei=m[g-1].where.filter(st=>st.type==="query");if(ei.length>0){let st=m[g-3].variables.filter(He=>He.variable&&He.variable.value).map(He=>He.variable.value),dt=Pd(ei.map(He=>He.variables)).map(He=>He.value||He.variable.value);for(let He of st)if(dt.indexOf(He)>=0)throw Error("Target id of 'AS' (?"+He+") already used in subquery")}this.$=yt(m[g-3],Rs(m[g-2]),m[g-1],m[g]);break;case 8:this.$=yt({queryType:"CONSTRUCT",template:m[g-3]},Rs(m[g-2]),m[g-1],m[g]);break;case 9:this.$=yt({queryType:"CONSTRUCT",template:m[g-2]=m[g-2]?m[g-2].triples:[]},Rs(m[g-5]),{where:[{type:"bgp",triples:Ds([],m[g-2])}]},m[g]);break;case 10:this.$=yt({queryType:"DESCRIBE",variables:m[g-3]==="*"?[new qu]:m[g-3]},Rs(m[g-2]),m[g-1],m[g]);break;case 11:this.$=yt({queryType:"ASK"},Rs(m[g-2]),m[g-1],m[g]);break;case 12:this.$=yt(m[g-1],{variables:[new qu]});break;case 13:let sc=m[g].map(st=>st.value||st.variable.value),Da=DA(sc);if(Da.length>0)throw Error("Two or more of the resulting columns have the same name (?"+Da[0]+")");this.$=yt(m[g-1],{variables:m[g]});break;case 14:this.$=yt({queryType:"SELECT"},m[g]&&(m[g-1]=mr(m[g]),m[g]={},m[g][m[g-1]]=!0,m[g]));break;case 16:case 27:this.$=xa(m[g-3],{variable:m[g-1]});break;case 17:case 18:this.$=yt(m[g-3],m[g-2],m[g-1],m[g],{type:"query"});break;case 19:case 58:this.$={iri:m[g],named:!!m[g-1]};break;case 20:this.$={where:m[g].patterns};break;case 21:this.$=yt(m[g-1],m[g]);break;case 22:this.$=yt(m[g-2],m[g-1],m[g]);break;case 23:this.$={group:m[g]};break;case 24:case 25:case 28:case 31:case 33:case 34:this.$=xa(m[g]);break;case 26:this.$=xa(m[g-1]);break;case 29:this.$={having:m[g]};break;case 30:this.$={order:m[g]};break;case 32:this.$=xa(m[g],{descending:!0});break;case 35:this.$={limit:Oa(m[g])};break;case 36:this.$={offset:Oa(m[g])};break;case 37:this.$={limit:Oa(m[g-2]),offset:Oa(m[g])};break;case 38:this.$={limit:Oa(m[g]),offset:Oa(m[g-2])};break;case 39:case 43:this.$={type:"values",values:m[g]};break;case 40:case 84:this.$=m[g-1].map(st=>({[m[g-3]]:st}));break;case 41:case 85:this.$=m[g-1].map(()=>({}));break;case 42:case 86:var Zn=m[g-4].length;m[g-4]=m[g-4].map(Ed),this.$=m[g-1].map(function(st){if(st.length!==Zn)throw Error("Inconsistent VALUES length");for(var dt={},He=0;He<Zn;He++)dt["?"+m[g-4][He].value]=st[He];return dt});break;case 44:case 65:case 100:case 126:case 175:this.$=m[g-1];break;case 45:this.$={type:"update",updates:Ai(m[g-2],m[g-1])};break;case 46:this.$=yt({type:"load",silent:!!m[g-2],source:m[g-1]},m[g]&&{destination:m[g]});break;case 47:this.$={type:mr(m[g-2]),silent:!!m[g-1],graph:m[g]};break;case 48:this.$={type:mr(m[g-4]),silent:!!m[g-3],source:m[g-2],destination:m[g]};break;case 49:this.$={type:"create",silent:!!m[g-2],graph:{type:"graph",name:m[g]}};break;case 50:this.$={updateType:"insert",insert:E2(m[g])};break;case 51:this.$={updateType:"delete",delete:Fd(E2(m[g]))};break;case 52:this.$={updateType:"deletewhere",delete:Fd(m[g])};break;case 53:this.$={updateType:"insertdelete",...m[g-4],...m[g-3],...Rs(m[g-2],"using"),where:m[g].patterns};break;case 54:case 57:case 62:case 167:case 191:case 236:this.$=m[g];break;case 55:this.$={delete:Fd(m[g-1]),insert:m[g]||[]};break;case 56:this.$={delete:[],insert:m[g]};break;case 59:this.$={graph:m[g]};break;case 60:this.$={type:"graph",default:!0};break;case 61:case 63:this.$={type:"graph",name:m[g]};break;case 64:this.$={[mr(m[g])]:!0};break;case 66:this.$=m[g-1]?Xn(m[g],[m[g-1]]):Xn(m[g]);break;case 67:var nc=yt(m[g-3]||{triples:[]},{type:"graph",name:m[g-5]});this.$=m[g]?[nc,m[g]]:[nc];break;case 68:case 73:this.$={type:"bgp",triples:Xn(m[g-2],[m[g-1]])};break;case 69:this.$={type:"group",patterns:[m[g-1]]};break;case 70:for(let st of m[g-1].filter(dt=>dt.type==="bind")){let dt=m[g-1].indexOf(st),He=new Set;for(let Ze of m[g-1].slice(0,dt))(Ze.type==="group"||Ze.type==="bgp")&&w2(Ze).forEach(Dr=>He.add(Dr));if(He.has(st.variable.value))throw Error("Variable used to bind is already bound (?"+st.variable.value+")")}this.$={type:"group",patterns:m[g-1]};break;case 71:this.$=m[g-1]?Xn([m[g-1]],m[g]):Xn(m[g]);break;case 72:this.$=m[g]?[m[g-2],m[g]]:m[g-2];break;case 75:this.$=yt(m[g],{type:"optional"});break;case 76:this.$=yt(m[g],{type:"minus"});break;case 77:this.$=yt(m[g],{type:"graph",name:m[g-1]});break;case 78:this.$=yt(m[g],{type:"service",name:m[g-1],silent:!!m[g-2]});break;case 79:this.$={type:"filter",expression:m[g]};break;case 80:this.$={type:"bind",variable:m[g-1],expression:m[g-3]};break;case 89:this.$=rc(m[g]);break;case 90:this.$=void 0;break;case 91:this.$=m[g-1].length?{type:"union",patterns:Xn(m[g-1].map(Ad),[Ad(m[g])])}:m[g];break;case 95:this.$={...m[g],function:m[g-1]};break;case 96:this.$={type:"functionCall",args:[]};break;case 97:this.$={type:"functionCall",args:Ai(m[g-2],m[g-1]),distinct:!!m[g-3]};break;case 98:case 115:case 128:case 247:case 249:case 251:case 253:case 255:case 263:case 267:case 297:case 299:case 303:case 307:case 328:case 341:case 349:case 355:case 361:case 367:case 369:case 373:case 375:case 379:case 381:case 385:case 391:case 395:case 401:case 405:case 409:case 411:case 420:case 428:case 430:case 440:case 444:case 446:case 448:this.$=[];break;case 99:this.$=Ai(m[g-2],m[g-1]);break;case 101:this.$=Xn(m[g-2],[m[g-1]]);break;case 102:case 112:this.$=Rd(m[g].map(st=>yt(Ci(m[g-1]),st)));break;case 103:this.$=Rd(Ds(m[g].map(st=>yt(Ci(m[g-1].entity),st)),m[g-1].triples));break;case 105:this.$=Xn([m[g-1]],m[g]);break;case 106:this.$=Xn(m[g]);break;case 107:this.$=Id(m[g-1],m[g]);break;case 109:case 237:this.$=xe.factory.namedNode(_A);break;case 110:case 118:this.$=Ai(m[g-1],m[g]);break;case 111:this.$=m[g]?{annotation:m[g],object:m[g-1]}:m[g-1];break;case 113:this.$=m[g]?Rd(Ds(m[g].map(st=>yt(Ci(m[g-1].entity),st)),m[g-1].triples)):m[g-1].triples;break;case 114:this.$=Id(...m[g-1],m[g]);break;case 116:this.$=Id(...m[g]);break;case 117:case 159:case 163:this.$=[m[g-1],m[g]];break;case 119:this.$=m[g]?{object:m[g-1],annotation:m[g]}:m[g-1];break;case 120:this.$=m[g-1].length?Ia("|",Ai(m[g-1],m[g])):m[g];break;case 121:this.$=m[g-1].length?Ia("/",Ai(m[g-1],m[g])):m[g];break;case 122:this.$=m[g]?Ia(m[g],[m[g-1]]):m[g-1];break;case 123:this.$=m[g-1]?Ia(m[g-1],[m[g]]):m[g];break;case 125:case 131:this.$=Ia(m[g-1],[m[g]]);break;case 129:this.$=Ia("|",Ai(m[g-2],m[g-1]));break;case 132:case 134:this.$=IA(m[g-1]);break;case 133:case 135:this.$=OA(m[g-1]);break;case 140:this.$={entity:m[g],triples:[]};break;case 145:this.$=Ed(m[g]);break;case 149:this.$=xe.factory.namedNode(d2);break;case 151:case 153:case 158:case 162:this.$=Td(m[g-1],m[g]);break;case 152:this.$=["||",m[g]];break;case 154:this.$=["&&",m[g]];break;case 156:this.$=qt(m[g-1],[m[g-2],m[g]]);break;case 157:this.$=qt(m[g-2]?"notin":"in",[m[g-3],m[g]]);break;case 160:this.$=["+",Td(m[g-1],m[g])];break;case 161:var zu=Jn(m[g-1].value.replace("-",""),m[g-1].datatype);this.$=["-",Td(zu,m[g])];break;case 164:this.$=qt("UPLUS",[m[g]]);break;case 165:this.$=qt(m[g-1],[m[g]]);break;case 166:this.$=qt("UMINUS",[m[g]]);break;case 177:this.$=qt(mr(m[g-1]));break;case 178:this.$=qt(mr(m[g-3]),[m[g-1]]);break;case 179:this.$=rc(qt(mr(m[g-3]),[m[g-1]]));break;case 180:this.$=qt(mr(m[g-5]),[m[g-3],m[g-1]]);break;case 181:this.$=qt(mr(m[g-7]),[m[g-5],m[g-3],m[g-1]]);break;case 182:this.$=rc(qt(mr(m[g-7]),[m[g-5],m[g-3],m[g-1]]));break;case 183:this.$=qt(mr(m[g-1]),m[g]);break;case 184:this.$=qt("bound",[Ed(m[g-1])]);break;case 185:this.$=qt(m[g-1],[]);break;case 186:this.$=qt(m[g-3],[m[g-1]]);break;case 187:this.$=qt(m[g-2]?"notexists":"exists",[Ad(m[g])]);break;case 188:case 189:this.$=xa(m[g-1],{type:"aggregate",aggregation:mr(m[g-4]),distinct:!!m[g-2]});break;case 190:this.$=xa(m[g-2],{type:"aggregate",aggregation:mr(m[g-5]),distinct:!!m[g-3],separator:typeof m[g-1]=="string"?m[g-1]:" "});break;case 192:this.$=Jn(m[g]);break;case 193:this.$=TA(m[g-1],mr(m[g].substr(1)));break;case 194:this.$=Jn(m[g-2],m[g]);break;case 195:case 204:this.$=Jn(m[g],p2);break;case 196:case 205:this.$=Jn(m[g],m2);break;case 197:case 206:this.$=Jn(mr(m[g]),g2);break;case 200:this.$=Jn(m[g].toLowerCase(),EA);break;case 201:this.$=Jn(m[g].substr(1),p2);break;case 202:this.$=Jn(m[g].substr(1),m2);break;case 203:this.$=Jn(m[g].substr(1).toLowerCase(),g2);break;case 207:case 208:this.$=_2(m[g],1);break;case 209:case 210:this.$=_2(m[g],3);break;case 211:this.$=xe.factory.namedNode(ec(m[g]));break;case 213:var Hu=m[g].indexOf(":"),ic=m[g].substr(0,Hu),Qu=xe.prefixes[ic];if(!Qu)throw new Error("Unknown prefix: "+ic);var mt=ec(Qu+m[g].substr(Hu+1));this.$=xe.factory.namedNode(mt);break;case 214:if(m[g]=m[g].substr(0,m[g].length-1),!(m[g]in xe.prefixes))throw new Error("Unknown prefix: "+m[g]);var mt=ec(xe.prefixes[m[g]]);this.$=xe.factory.namedNode(mt);break;case 215:this.$=tc(m[g].replace(/^(_:)/,""));break;case 216:this.$=tc();break;case 217:case 218:case 232:this.$=rc(Cd(m[g-3],m[g-2],m[g-1]));break;case 230:case 231:this.$=rc(m[g-1]);break;case 248:case 250:case 252:case 254:case 256:case 260:case 264:case 268:case 270:case 292:case 294:case 296:case 298:case 300:case 302:case 304:case 306:case 329:case 342:case 356:case 368:case 370:case 372:case 374:case 392:case 402:case 425:case 427:case 429:case 431:case 441:case 445:case 447:case 449:m[g-1].push(m[g]);break;case 259:case 269:case 291:case 293:case 295:case 301:case 305:case 371:case 424:case 426:this.$=[m[g]];break;case 308:m[g-3].push(m[g-2]);break;case 350:case 362:case 376:case 380:case 382:case 386:case 396:case 406:case 410:case 412:case 421:m[g-2].push(m[g-1]);break}},"anonymous"),table:[n(e,t,{3:1,4:2,10:3}),{1:[3]},n(r,[2,307],{5:4,7:5,321:6,214:7,8:8,96:9,215:10,17:11,21:12,97:16,38:17,6:[2,238],13:i,16:i,45:i,197:i,224:i,229:i,308:i,24:[1,13],32:[1,14],36:[1,15],41:s}),n([6,13,16,24,32,36,41,45,100,110,113,115,116,123,126,131,197,224,229,308,329,330,331,332,333],[2,3],{322:19,11:20,14:21,12:[1,22],15:[1,23]}),{6:[1,24]},{6:[2,240]},{6:[2,241]},{6:[2,242]},{6:[2,243],9:25,84:26,85:a},{6:[2,239]},n(c,[2,411],{216:28,217:29}),n(u,[2,249],{18:30}),n(u,[2,251],{22:31}),n(l,[2,255],{25:32,27:33,29:[1,34]}),{13:f,16:h,33:35,39:[1,37],44:39,55:40,87:d,139:38,307:43,308:p,323:36},n(u,[2,267],{37:46}),n(S,[2,326],{98:47,103:49,106:50,117:55,130:61,100:[1,48],110:[1,51],113:[1,52],115:[1,53],116:[1,54],131:[1,62],329:[1,56],330:[1,57],331:[1,58],332:[1,59],333:[1,60]}),{39:[1,63],40:64,43:65,44:66,45:b,87:d},n(T,[2,273],{42:68,324:69,325:[1,70],326:[1,71]}),n(e,[2,248]),n(e,[2,245]),n(e,[2,246]),{13:[1,72]},{16:[1,73]},{1:[2,1]},{6:[2,2]},{6:[2,244]},{45:[1,77],85:[1,78],86:74,87:[1,75],89:[1,76]},n([6,13,16,45,48,82,87,89,231,294,295,296,297,298,299,300,301,302,303,304,305,306,308,309,310,312],[2,120],{337:[1,79]}),n(A,[2,418],{218:80,222:81,229:[1,82]}),{19:83,28:P,29:L,52:84,53:$,56:85},{19:88,28:P,29:L,52:89,53:$,56:85},n(u,[2,253],{26:90}),{28:[1,91],52:92,53:$},n(G,[2,385],{181:93,182:94,183:95,31:[2,383]}),n(Ee,[2,263],{34:96}),n(Ee,[2,261],{44:39,55:40,307:43,139:97,13:f,16:h,87:d,308:p}),n(Ee,[2,262]),n(Ue,[2,259]),n($e,[2,143]),n($e,[2,144]),n([6,13,16,28,29,31,39,45,47,48,53,63,70,73,76,78,81,82,83,85,87,89,112,159,160,161,163,164,193,197,224,229,231,232,242,246,250,263,265,268,269,270,271,272,273,274,276,277,279,280,283,285,290,294,295,296,297,298,299,300,301,302,303,304,305,306,308,309,310,312,314,317,318,335,338,341,342,343,344,345,346,347,348,349,350,351],[2,145]),n(q,[2,211]),n(q,[2,212]),n(q,[2,213]),n(q,[2,214]),{19:98,28:P,29:L,52:99,53:$,56:85},{6:[2,309],99:100,193:[1,101]},n(ie,[2,311],{101:102,328:[1,103]}),n(Se,[2,317],{104:104,328:[1,105]}),n(nt,[2,322],{107:106,328:[1,107]}),{111:108,112:[2,324],328:[1,109]},{29:Ke,114:110},{29:Ke,114:112},{29:Ke,114:113},{118:114,123:[1,115],125:116,126:at},n(Be,[2,315]),n(Be,[2,316]),n(qe,[2,319]),n(qe,[2,320]),n(qe,[2,321]),n(S,[2,327]),{13:f,16:h,55:118,307:43,308:p},n(u,[2,12]),n(u,[2,13],{44:66,43:119,45:b,87:d}),n(Me,[2,269]),n(Me,[2,15]),{13:f,16:h,44:136,45:Y,46:120,55:133,67:132,68:134,77:131,82:M,87:d,172:135,224:Ge,238:121,239:122,243:123,247:124,251:125,255:154,257:155,259:126,263:Xe,264:130,265:V,266:137,267:139,268:me,269:Oe,270:Q,271:Pe,273:De,274:Te,275:146,276:Re,277:he,278:149,279:Ae,280:ge,283:Ce,285:Fe,291:150,294:Z,295:se,296:ae,297:ee,298:te,299:re,300:ne,301:oe,302:ce,303:ue,304:le,305:X,306:fe,307:43,308:p,312:ke,346:Ne,347:we,348:w,349:E,350:_,351:I},n(T,[2,14]),n(T,[2,274]),n(T,[2,271]),n(T,[2,272]),n(e,[2,4]),{13:[1,177]},n(W,[2,39]),{29:[1,178]},{29:[1,179]},{87:[1,181],91:180},{45:[1,187],87:[1,185],89:[1,186],93:182,165:183,166:184},n(c,[2,410]),n([6,13,16,45,48,82,87,89,231,294,295,296,297,298,299,300,301,302,303,304,305,306,308,309,310,312,337],[2,121],{338:[1,188]}),{13:f,16:h,45:[1,193],55:194,197:it,219:189,220:190,223:191,224:[1,192],307:43,308:p},n(A,[2,419]),n(ut,be,{20:196,59:197,69:198,70:k}),n(u,[2,250]),{29:j,57:200},n(ie,[2,279],{54:202,327:[1,203]}),{29:[2,282]},n(U,z,{23:204,58:205,62:206,63:ve}),n(u,[2,252]),{19:208,28:P,29:L,52:209,53:$,56:85},{29:[1,210]},n(l,[2,256]),{31:[1,211]},{31:[2,384]},{13:f,16:h,44:215,45:We,55:220,82:M,87:d,89:ze,145:212,172:221,185:213,187:214,231:Ut,236:216,237:222,255:154,257:155,291:150,294:Z,295:se,296:ae,297:ee,298:te,299:re,300:ne,301:oe,302:ce,303:ue,304:le,305:X,306:fe,307:43,308:p,309:Pr,310:Vr,311:217,312:dr},n(k1,[2,265],{56:85,35:227,52:228,19:229,28:P,29:L,53:$}),n(Ue,[2,260]),n(U,z,{58:205,62:206,23:230,63:ve}),n(u,[2,268]),{6:[2,45]},n(e,t,{10:3,4:231}),{13:f,16:h,55:232,307:43,308:p},n(ie,[2,312]),{105:233,112:j1,122:234,132:[1,237],134:235,327:[1,238],334:[1,239]},n(Se,[2,318]),n(ie,$1,{108:240,133:242,112:V1,132:U1}),n(nt,[2,323]),{112:[1,244]},{112:[2,325]},n(Bt,[2,50]),n(G,Ou,{135:245,136:246,143:247,144:248,31:B1,112:B1}),n(Bt,[2,51]),n(Bt,[2,52]),n(Wi,[2,328],{119:249}),{29:Ke,114:250},n(Wi,[2,56]),{29:Ke,114:251},n(S,[2,59]),n(Me,[2,270]),{47:[1,252]},n(q1,[2,150]),n(Pu,[2,428],{240:253}),n(ba,[2,430],{244:254}),n(ba,[2,155],{248:255,249:256,250:[2,438],290:[1,257],341:[1,258],342:[1,259],343:[1,260],344:[1,261],345:[1,262],346:[1,263]}),n(Ea,[2,440],{252:264}),n(Lt,[2,448],{260:265}),{13:f,16:h,44:136,45:Y,55:133,67:132,68:134,77:131,82:M,87:d,172:135,255:154,257:155,264:266,266:137,267:139,268:me,269:Oe,270:Q,271:Pe,273:De,274:Te,275:146,276:Re,277:he,278:149,279:Ae,280:ge,283:Ce,285:Fe,291:150,294:Z,295:se,296:ae,297:ee,298:te,299:re,300:ne,301:oe,302:ce,303:ue,304:le,305:X,306:fe,307:43,308:p,312:ke,346:Ne,347:we,348:w,349:E,350:_,351:I},{13:f,16:h,44:136,45:Y,55:133,67:132,68:134,77:131,82:M,87:d,172:135,255:154,257:155,264:267,266:137,267:139,268:me,269:Oe,270:Q,271:Pe,273:De,274:Te,275:146,276:Re,277:he,278:149,279:Ae,280:ge,283:Ce,285:Fe,291:150,294:Z,295:se,296:ae,297:ee,298:te,299:re,300:ne,301:oe,302:ce,303:ue,304:le,305:X,306:fe,307:43,308:p,312:ke,346:Ne,347:we,348:w,349:E,350:_,351:I},{13:f,16:h,44:136,45:Y,55:133,67:132,68:134,77:131,82:M,87:d,172:135,255:154,257:155,264:268,266:137,267:139,268:me,269:Oe,270:Q,271:Pe,273:De,274:Te,275:146,276:Re,277:he,278:149,279:Ae,280:ge,283:Ce,285:Fe,291:150,294:Z,295:se,296:ae,297:ee,298:te,299:re,300:ne,301:oe,302:ce,303:ue,304:le,305:X,306:fe,307:43,308:p,312:ke,346:Ne,347:we,348:w,349:E,350:_,351:I},n(Lt,[2,167]),n(Lt,[2,168]),n(Lt,[2,169]),n(Lt,[2,170],{176:269,45:G1,89:W1}),n(Lt,[2,171]),n(Lt,[2,172]),n(Lt,[2,173]),n(Lt,[2,174]),{13:f,16:h,44:136,45:Y,46:272,55:133,67:132,68:134,77:131,82:M,87:d,172:135,224:Ge,238:121,239:122,243:123,247:124,251:125,255:154,257:155,259:126,263:Xe,264:130,265:V,266:137,267:139,268:me,269:Oe,270:Q,271:Pe,273:De,274:Te,275:146,276:Re,277:he,278:149,279:Ae,280:ge,283:Ce,285:Fe,291:150,294:Z,295:se,296:ae,297:ee,298:te,299:re,300:ne,301:oe,302:ce,303:ue,304:le,305:X,306:fe,307:43,308:p,312:ke,346:Ne,347:we,348:w,349:E,350:_,351:I},n(wt,[2,176]),{89:[1,273]},{45:[1,274]},{45:[1,275]},{45:[1,276]},{45:[1,277]},{45:[1,278]},{45:z1,89:H1,179:279},{45:[1,282]},{45:[1,284],89:[1,283]},{279:[1,285]},n(pr,[2,192],{292:[1,286],293:[1,287]}),n(pr,[2,195]),n(pr,[2,196]),n(pr,[2,197]),n(pr,[2,198]),n(pr,[2,199]),n(pr,[2,200]),{13:f,16:h,44:39,55:40,82:M,87:d,139:289,172:291,255:154,257:155,266:290,291:150,294:Z,295:se,296:ae,297:ee,298:te,299:re,300:ne,301:oe,302:ce,303:ue,304:le,305:X,306:fe,307:43,308:p,312:ke,320:288},{45:[1,292]},{45:[1,293]},{45:[1,294]},n(Ko,[2,452]),n(Ko,[2,453]),n(Ko,[2,454]),n(Ko,[2,455]),n(Ko,[2,456]),{279:[2,458]},n(Du,[2,207]),n(Du,[2,208]),n(Du,[2,209]),n(Du,[2,210]),n(pr,[2,201]),n(pr,[2,202]),n(pr,[2,203]),n(pr,[2,204]),n(pr,[2,205]),n(pr,[2,206]),n(e,[2,5]),n(Ru,[2,297],{88:295}),n(Fu,[2,299],{90:296}),{48:[1,297],87:[1,298]},n(Nu,[2,301]),n(W,[2,43]),n(W,[2,82]),n(W,[2,83]),{29:[1,299]},{29:[1,300]},{87:[1,302],169:301},n(c,[2,412]),n(Ts,[2,123]),n(Ts,[2,416],{221:303,339:304,39:[1,306],263:[1,307],340:[1,305]}),n(Kn,[2,124]),{13:f,16:h,45:[1,311],55:194,89:[1,310],197:it,223:312,225:308,226:309,229:Q1,307:43,308:p},n(c,i,{215:10,214:314}),n(Kn,[2,236]),n(Kn,[2,237]),n(Ta,[2,6]),n(md,[2,287],{60:315,72:316,73:[1,317]}),n(ut,[2,286]),{13:f,16:h,45:Y,55:323,67:321,68:322,71:318,77:320,79:319,267:139,268:me,269:Oe,270:Q,271:Pe,273:De,274:Te,275:146,276:Re,277:he,278:149,279:Ae,280:ge,283:Ce,285:Fe,307:43,308:p,346:Ne,347:we,348:w,349:E,350:_,351:I},n([6,31,63,70,73,81,83,85],[2,20]),n(G,Y1,{38:17,49:324,147:325,17:326,21:327,148:328,154:329,155:330,29:_i,31:_i,85:_i,112:_i,159:_i,160:_i,161:_i,163:_i,164:_i,41:s}),{13:f,16:h,55:331,307:43,308:p},n(ie,[2,280]),n(Ta,[2,7]),n(ut,be,{59:197,69:198,20:332,70:k}),n(U,[2,284]),{64:[1,333]},n(U,z,{58:205,62:206,23:334,63:ve}),n(u,[2,254]),n(G,Ou,{144:248,30:335,143:336,31:[2,257]}),n(u,[2,100]),{31:[2,387],184:337,335:[1,338]},{13:f,16:h,44:39,55:40,87:d,139:342,186:339,190:340,195:341,197:As,307:43,308:p},n(Xo,[2,389],{44:39,55:40,307:43,190:340,195:341,139:342,188:344,189:345,186:346,13:f,16:h,87:d,197:As,308:p}),n(wi,[2,227]),n(wi,[2,228]),n(wi,[2,229]),{13:f,16:h,44:215,45:We,55:220,82:M,87:d,89:ze,172:221,185:351,187:350,200:348,230:347,231:Ut,234:349,236:216,237:222,255:154,257:155,291:150,294:Z,295:se,296:ae,297:ee,298:te,299:re,300:ne,301:oe,302:ce,303:ue,304:le,305:X,306:fe,307:43,308:p,309:Pr,310:Vr,311:217,312:dr},{13:f,16:h,44:39,55:40,87:d,139:342,186:352,190:340,195:341,197:As,307:43,308:p},n(wi,[2,146]),n(wi,[2,147]),n(wi,[2,148]),n(wi,[2,149]),{13:f,16:h,44:354,55:355,82:M,87:d,172:357,237:356,255:154,257:155,291:150,294:Z,295:se,296:ae,297:ee,298:te,299:re,300:ne,301:oe,302:ce,303:ue,304:le,305:X,306:fe,307:43,308:p,309:Pr,310:Vr,311:358,312:dr,313:353},n(gd,[2,215]),n(gd,[2,216]),n(U,z,{58:205,62:206,23:359,63:ve}),n(Ee,[2,264]),n(k1,[2,266]),n(Ta,[2,11]),n(r,[2,308],{6:[2,310]}),n(Bt,[2,313],{102:360,120:361,121:[1,362]}),n(Bt,[2,47]),n(Bt,[2,63]),n(Bt,[2,64]),{13:f,16:h,55:363,307:43,308:p},n(Bt,[2,336]),n(Bt,[2,337]),n(Bt,[2,338]),{109:[1,364]},n(K1,[2,60]),{13:f,16:h,55:365,307:43,308:p},n(ie,[2,335]),{13:f,16:h,55:366,307:43,308:p},{31:[1,367]},n(Cs,[2,341],{137:368}),n(Cs,[2,340]),{13:f,16:h,44:215,45:We,55:220,82:M,87:d,89:ze,145:369,172:221,185:213,187:214,231:Ut,236:216,237:222,255:154,257:155,291:150,294:Z,295:se,296:ae,297:ee,298:te,299:re,300:ne,301:oe,302:ce,303:ue,304:le,305:X,306:fe,307:43,308:p,309:Pr,310:Vr,311:217,312:dr},{28:[1,370],127:371,128:[1,372]},n(Wi,[2,330],{124:373,125:374,126:at}),n(Wi,[2,57]),{44:375,87:d},n(q1,[2,151],{241:376,242:[1,377]}),n(Pu,[2,153],{245:378,246:[1,379]}),{13:f,16:h,44:136,45:Y,55:133,67:132,68:134,77:131,82:M,87:d,172:135,224:Ge,247:380,251:125,255:154,257:155,259:126,263:Xe,264:130,265:V,266:137,267:139,268:me,269:Oe,270:Q,271:Pe,273:De,274:Te,275:146,276:Re,277:he,278:149,279:Ae,280:ge,283:Ce,285:Fe,291:150,294:Z,295:se,296:ae,297:ee,298:te,299:re,300:ne,301:oe,302:ce,303:ue,304:le,305:X,306:fe,307:43,308:p,312:ke,346:Ne,347:we,348:w,349:E,350:_,351:I},{250:[1,381]},n(bt,[2,432]),n(bt,[2,433]),n(bt,[2,434]),n(bt,[2,435]),n(bt,[2,436]),n(bt,[2,437]),{250:[2,439]},n([47,48,193,242,246,250,272,290,341,342,343,344,345,346],[2,158],{253:382,254:383,255:384,257:385,263:[1,386],265:[1,387],297:ee,298:te,299:re,300:ne,301:oe,302:ce}),n(Ea,[2,162],{261:388,262:389,39:yd,338:vd}),n(Lt,[2,164]),n(Lt,[2,165]),n(Lt,[2,166]),n(wt,[2,95]),n(wt,[2,96]),n(bt,[2,377],{177:392,325:[1,393]}),{48:[1,394]},n(wt,[2,177]),{13:f,16:h,44:136,45:Y,46:395,55:133,67:132,68:134,77:131,82:M,87:d,172:135,224:Ge,238:121,239:122,243:123,247:124,251:125,255:154,257:155,259:126,263:Xe,264:130,265:V,266:137,267:139,268:me,269:Oe,270:Q,271:Pe,273:De,274:Te,275:146,276:Re,277:he,278:149,279:Ae,280:ge,283:Ce,285:Fe,291:150,294:Z,295:se,296:ae,297:ee,298:te,299:re,300:ne,301:oe,302:ce,303:ue,304:le,305:X,306:fe,307:43,308:p,312:ke,346:Ne,347:we,348:w,349:E,350:_,351:I},{13:f,16:h,44:136,45:Y,46:396,55:133,67:132,68:134,77:131,82:M,87:d,172:135,224:Ge,238:121,239:122,243:123,247:124,251:125,255:154,257:155,259:126,263:Xe,264:130,265:V,266:137,267:139,268:me,269:Oe,270:Q,271:Pe,273:De,274:Te,275:146,276:Re,277:he,278:149,279:Ae,280:ge,283:Ce,285:Fe,291:150,294:Z,295:se,296:ae,297:ee,298:te,299:re,300:ne,301:oe,302:ce,303:ue,304:le,305:X,306:fe,307:43,308:p,312:ke,346:Ne,347:we,348:w,349:E,350:_,351:I},{13:f,16:h,44:136,45:Y,46:397,55:133,67:132,68:134,77:131,82:M,87:d,172:135,224:Ge,238:121,239:122,243:123,247:124,251:125,255:154,257:155,259:126,263:Xe,264:130,265:V,266:137,267:139,268:me,269:Oe,270:Q,271:Pe,273:De,274:Te,275:146,276:Re,277:he,278:149,279:Ae,280:ge,283:Ce,285:Fe,291:150,294:Z,295:se,296:ae,297:ee,298:te,299:re,300:ne,301:oe,302:ce,303:ue,304:le,305:X,306:fe,307:43,308:p,312:ke,346:Ne,347:we,348:w,349:E,350:_,351:I},{13:f,16:h,44:136,45:Y,46:398,55:133,67:132,68:134,77:131,82:M,87:d,172:135,224:Ge,238:121,239:122,243:123,247:124,251:125,255:154,257:155,259:126,263:Xe,264:130,265:V,266:137,267:139,268:me,269:Oe,270:Q,271:Pe,273:De,274:Te,275:146,276:Re,277:he,278:149,279:Ae,280:ge,283:Ce,285:Fe,291:150,294:Z,295:se,296:ae,297:ee,298:te,299:re,300:ne,301:oe,302:ce,303:ue,304:le,305:X,306:fe,307:43,308:p,312:ke,346:Ne,347:we,348:w,349:E,350:_,351:I},{13:f,16:h,44:136,45:Y,46:399,55:133,67:132,68:134,77:131,82:M,87:d,172:135,224:Ge,238:121,239:122,243:123,247:124,251:125,255:154,257:155,259:126,263:Xe,264:130,265:V,266:137,267:139,268:me,269:Oe,270:Q,271:Pe,273:De,274:Te,275:146,276:Re,277:he,278:149,279:Ae,280:ge,283:Ce,285:Fe,291:150,294:Z,295:se,296:ae,297:ee,298:te,299:re,300:ne,301:oe,302:ce,303:ue,304:le,305:X,306:fe,307:43,308:p,312:ke,346:Ne,347:we,348:w,349:E,350:_,351:I},n(wt,[2,183]),n(wt,[2,98]),n(bt,[2,381],{180:400}),{87:[1,401]},n(wt,[2,185]),{13:f,16:h,44:136,45:Y,46:402,55:133,67:132,68:134,77:131,82:M,87:d,172:135,224:Ge,238:121,239:122,243:123,247:124,251:125,255:154,257:155,259:126,263:Xe,264:130,265:V,266:137,267:139,268:me,269:Oe,270:Q,271:Pe,273:De,274:Te,275:146,276:Re,277:he,278:149,279:Ae,280:ge,283:Ce,285:Fe,291:150,294:Z,295:se,296:ae,297:ee,298:te,299:re,300:ne,301:oe,302:ce,303:ue,304:le,305:X,306:fe,307:43,308:p,312:ke,346:Ne,347:we,348:w,349:E,350:_,351:I},{29:j,57:403},n(pr,[2,193]),{13:f,16:h,55:404,307:43,308:p},{13:f,16:h,44:39,55:40,87:d,139:342,195:405,197:As,307:43,308:p},n(zi,[2,233]),n(zi,[2,234]),n(zi,[2,235]),n(X1,[2,459],{281:406,325:[1,407]}),n(bt,[2,463],{284:408,325:[1,409]}),n(bt,[2,465],{286:410,325:[1,411]}),{13:f,16:h,31:[1,412],55:414,82:M,171:413,172:415,173:416,174:Lu,255:154,257:155,291:150,294:Z,295:se,296:ae,297:ee,298:te,299:re,300:ne,301:oe,302:ce,303:ue,304:le,305:X,306:fe,307:43,308:p,312:Mu},{31:[1,419],89:[1,420]},{29:[1,421]},n(Nu,[2,302]),n(Ru,[2,367],{167:422}),n(Fu,[2,369],{168:423}),{48:[1,424],87:[1,425]},n(Nu,[2,371]),n(Ts,[2,122]),n(Ts,[2,417]),n(Ts,[2,413]),n(Ts,[2,414]),n(Ts,[2,415]),n(Kn,[2,125]),n(Kn,[2,127]),n(Kn,[2,128]),n(J1,[2,420],{227:426}),n(Kn,[2,130]),{13:f,16:h,55:194,197:it,223:427,307:43,308:p},{48:[1,428]},n(Hi,[2,289],{61:429,80:430,81:[1,431],83:[1,432]}),n(md,[2,288]),{64:[1,433]},n(ut,[2,29],{307:43,267:139,275:146,278:149,77:320,67:321,68:322,55:323,79:434,13:f,16:h,45:Y,268:me,269:Oe,270:Q,271:Pe,273:De,274:Te,276:Re,277:he,279:Ae,280:ge,283:Ce,285:Fe,308:p,346:Ne,347:we,348:w,349:E,350:_,351:I}),n(Z1,[2,293]),n(Sd,[2,92]),n(Sd,[2,93]),n(Sd,[2,94]),{45:G1,89:W1,176:269},{31:[1,435]},{31:[1,436]},{19:437,28:P,29:L,56:85},{19:438,28:P,29:L,56:85},n(xs,[2,355],{149:439}),n(xs,[2,354]),{13:f,16:h,44:215,45:ku,55:220,82:M,87:d,89:ze,156:440,172:221,185:441,203:442,231:ju,236:216,237:222,255:154,257:155,291:150,294:Z,295:se,296:ae,297:ee,298:te,299:re,300:ne,301:oe,302:ce,303:ue,304:le,305:X,306:fe,307:43,308:p,309:Pr,310:Vr,311:217,312:dr},n(Ee,[2,19]),n(Hi,[2,21]),{13:f,16:h,44:450,45:e2,55:323,65:445,66:446,67:447,68:448,87:d,267:139,268:me,269:Oe,270:Q,271:Pe,273:De,274:Te,275:146,276:Re,277:he,278:149,279:Ae,280:ge,283:Ce,285:Fe,307:43,308:p,346:Ne,347:we,348:w,349:E,350:_,351:I},n(Ta,[2,8]),{31:[1,451]},{31:[2,258]},{31:[2,101]},n(G,[2,386],{31:[2,388]}),n(Xo,[2,102]),n(Is,[2,391],{191:452}),n(G,[2,395],{196:453,198:454}),n(G,[2,108]),n(G,[2,109]),n(Xo,[2,103]),n(Xo,[2,104]),n(Xo,[2,390]),{13:f,16:h,44:215,45:We,48:[1,455],55:220,82:M,87:d,89:ze,172:221,185:351,187:350,200:456,231:Ut,234:349,236:216,237:222,255:154,257:155,291:150,294:Z,295:se,296:ae,297:ee,298:te,299:re,300:ne,301:oe,302:ce,303:ue,304:le,305:X,306:fe,307:43,308:p,309:Pr,310:Vr,311:217,312:dr},n($u,[2,424]),n(t2,[2,136]),n(t2,[2,137]),n(_d,[2,140]),{232:[1,457]},{13:f,16:h,44:39,55:40,87:d,139:342,195:458,197:As,307:43,308:p},n(zi,[2,219]),n(zi,[2,220]),n(zi,[2,221]),n(zi,[2,222]),n(zi,[2,223]),n(Ta,[2,10]),n(Bt,[2,46]),n(Bt,[2,314]),{112:j1,122:459},n(Bt,[2,62]),n(ie,$1,{133:242,108:460,112:V1,132:U1}),n(K1,[2,61]),n(Bt,[2,49]),n([6,28,126,128,193],[2,65]),{31:[2,66],112:[1,462],138:461},n(Cs,[2,351],{146:463,335:[1,464]}),{29:j,57:465},n(Wi,[2,329]),n(ie,[2,332],{129:466,327:[1,467]}),n(Wi,[2,55]),n(Wi,[2,331]),{48:[1,468]},n(Pu,[2,429]),{13:f,16:h,44:136,45:Y,55:133,67:132,68:134,77:131,82:M,87:d,172:135,224:Ge,239:469,243:123,247:124,251:125,255:154,257:155,259:126,263:Xe,264:130,265:V,266:137,267:139,268:me,269:Oe,270:Q,271:Pe,273:De,274:Te,275:146,276:Re,277:he,278:149,279:Ae,280:ge,283:Ce,285:Fe,291:150,294:Z,295:se,296:ae,297:ee,298:te,299:re,300:ne,301:oe,302:ce,303:ue,304:le,305:X,306:fe,307:43,308:p,312:ke,346:Ne,347:we,348:w,349:E,350:_,351:I},n(ba,[2,431]),{13:f,16:h,44:136,45:Y,55:133,67:132,68:134,77:131,82:M,87:d,172:135,224:Ge,243:470,247:124,251:125,255:154,257:155,259:126,263:Xe,264:130,265:V,266:137,267:139,268:me,269:Oe,270:Q,271:Pe,273:De,274:Te,275:146,276:Re,277:he,278:149,279:Ae,280:ge,283:Ce,285:Fe,291:150,294:Z,295:se,296:ae,297:ee,298:te,299:re,300:ne,301:oe,302:ce,303:ue,304:le,305:X,306:fe,307:43,308:p,312:ke,346:Ne,347:we,348:w,349:E,350:_,351:I},n(ba,[2,156]),{45:z1,89:H1,179:471},n(Ea,[2,441]),{13:f,16:h,44:136,45:Y,55:133,67:132,68:134,77:131,82:M,87:d,172:135,224:Ge,251:472,255:154,257:155,259:126,263:Xe,264:130,265:V,266:137,267:139,268:me,269:Oe,270:Q,271:Pe,273:De,274:Te,275:146,276:Re,277:he,278:149,279:Ae,280:ge,283:Ce,285:Fe,291:150,294:Z,295:se,296:ae,297:ee,298:te,299:re,300:ne,301:oe,302:ce,303:ue,304:le,305:X,306:fe,307:43,308:p,312:ke,346:Ne,347:we,348:w,349:E,350:_,351:I},n(Lt,[2,444],{256:473}),n(Lt,[2,446],{258:474}),n(bt,[2,442]),n(bt,[2,443]),n(Lt,[2,449]),{13:f,16:h,44:136,45:Y,55:133,67:132,68:134,77:131,82:M,87:d,172:135,224:Ge,255:154,257:155,259:475,263:Xe,264:130,265:V,266:137,267:139,268:me,269:Oe,270:Q,271:Pe,273:De,274:Te,275:146,276:Re,277:he,278:149,279:Ae,280:ge,283:Ce,285:Fe,291:150,294:Z,295:se,296:ae,297:ee,298:te,299:re,300:ne,301:oe,302:ce,303:ue,304:le,305:X,306:fe,307:43,308:p,312:ke,346:Ne,347:we,348:w,349:E,350:_,351:I},n(bt,[2,450]),n(bt,[2,451]),n(bt,[2,379],{178:476}),n(bt,[2,378]),n([6,13,16,29,31,39,45,47,48,73,76,78,81,82,83,85,87,89,112,159,160,161,163,164,193,231,242,246,250,263,265,268,269,270,271,272,273,274,276,277,279,280,283,285,290,294,295,296,297,298,299,300,301,302,303,304,305,306,308,309,310,312,335,338,341,342,343,344,345,346,347,348,349,350,351],[2,175]),{48:[1,477]},{48:[1,478]},{272:[1,479]},{272:[1,480]},{272:[1,481]},{13:f,16:h,44:136,45:Y,46:482,55:133,67:132,68:134,77:131,82:M,87:d,172:135,224:Ge,238:121,239:122,243:123,247:124,251:125,255:154,257:155,259:126,263:Xe,264:130,265:V,266:137,267:139,268:me,269:Oe,270:Q,271:Pe,273:De,274:Te,275:146,276:Re,277:he,278:149,279:Ae,280:ge,283:Ce,285:Fe,291:150,294:Z,295:se,296:ae,297:ee,298:te,299:re,300:ne,301:oe,302:ce,303:ue,304:le,305:X,306:fe,307:43,308:p,312:ke,346:Ne,347:we,348:w,349:E,350:_,351:I},{48:[1,483]},{48:[1,484]},n(wt,[2,187]),n(pr,[2,194]),{13:f,16:h,44:39,55:40,82:M,87:d,139:289,172:291,255:154,257:155,266:290,291:150,294:Z,295:se,296:ae,297:ee,298:te,299:re,300:ne,301:oe,302:ce,303:ue,304:le,305:X,306:fe,307:43,308:p,312:ke,320:485},{13:f,16:h,39:[1,487],44:136,45:Y,46:488,55:133,67:132,68:134,77:131,82:M,87:d,172:135,224:Ge,238:121,239:122,243:123,247:124,251:125,255:154,257:155,259:126,263:Xe,264:130,265:V,266:137,267:139,268:me,269:Oe,270:Q,271:Pe,273:De,274:Te,275:146,276:Re,277:he,278:149,279:Ae,280:ge,282:486,283:Ce,285:Fe,291:150,294:Z,295:se,296:ae,297:ee,298:te,299:re,300:ne,301:oe,302:ce,303:ue,304:le,305:X,306:fe,307:43,308:p,312:ke,346:Ne,347:we,348:w,349:E,350:_,351:I},n(X1,[2,460]),{13:f,16:h,44:136,45:Y,46:489,55:133,67:132,68:134,77:131,82:M,87:d,172:135,224:Ge,238:121,239:122,243:123,247:124,251:125,255:154,257:155,259:126,263:Xe,264:130,265:V,266:137,267:139,268:me,269:Oe,270:Q,271:Pe,273:De,274:Te,275:146,276:Re,277:he,278:149,279:Ae,280:ge,283:Ce,285:Fe,291:150,294:Z,295:se,296:ae,297:ee,298:te,299:re,300:ne,301:oe,302:ce,303:ue,304:le,305:X,306:fe,307:43,308:p,312:ke,346:Ne,347:we,348:w,349:E,350:_,351:I},n(bt,[2,464]),{13:f,16:h,44:136,45:Y,46:490,55:133,67:132,68:134,77:131,82:M,87:d,172:135,224:Ge,238:121,239:122,243:123,247:124,251:125,255:154,257:155,259:126,263:Xe,264:130,265:V,266:137,267:139,268:me,269:Oe,270:Q,271:Pe,273:De,274:Te,275:146,276:Re,277:he,278:149,279:Ae,280:ge,283:Ce,285:Fe,291:150,294:Z,295:se,296:ae,297:ee,298:te,299:re,300:ne,301:oe,302:ce,303:ue,304:le,305:X,306:fe,307:43,308:p,312:ke,346:Ne,347:we,348:w,349:E,350:_,351:I},n(bt,[2,466]),n(W,[2,40]),n(Ru,[2,298]),n(Jo,[2,87]),n(Jo,[2,88]),n(Jo,[2,89]),n(Jo,[2,90]),{13:f,16:h,55:492,82:M,172:493,255:154,257:155,291:150,294:Z,295:se,296:ae,297:ee,298:te,299:re,300:ne,301:oe,302:ce,303:ue,304:le,305:X,306:fe,307:43,308:p,311:494,312:dr,315:491},n(W,[2,41]),n(Fu,[2,300]),n(Zo,[2,303],{92:495}),{13:f,16:h,31:[1,496],55:414,82:M,171:497,172:415,173:416,174:Lu,255:154,257:155,291:150,294:Z,295:se,296:ae,297:ee,298:te,299:re,300:ne,301:oe,302:ce,303:ue,304:le,305:X,306:fe,307:43,308:p,312:Mu},{31:[1,498],89:[1,499]},{29:[1,500]},n(Nu,[2,372]),{13:f,16:h,48:[2,422],55:194,197:it,223:312,226:502,228:501,229:Q1,307:43,308:p},n(Kn,[2,131]),n(Kn,[2,126]),n(Hi,[2,22]),n(Hi,[2,290]),{82:[1,503]},{82:[1,504]},{13:f,16:h,44:510,45:Y,55:323,67:321,68:322,74:505,75:506,76:r2,77:320,78:n2,79:509,87:d,267:139,268:me,269:Oe,270:Q,271:Pe,273:De,274:Te,275:146,276:Re,277:he,278:149,279:Ae,280:ge,283:Ce,285:Fe,307:43,308:p,346:Ne,347:we,348:w,349:E,350:_,351:I},n(Z1,[2,294]),n(i2,[2,69]),n(i2,[2,70]),n(ut,be,{59:197,69:198,20:511,70:k}),n(U,z,{58:205,62:206,23:512,63:ve}),{29:[2,375],31:[2,71],84:522,85:a,112:[1,518],150:513,151:514,158:515,159:[1,516],160:[1,517],161:[1,519],163:[1,520],164:[1,521],175:523},n(xs,[2,363],{157:524,335:[1,525]}),n(c,i,{215:10,202:526,205:527,208:528,214:529,44:530,87:d}),n(Vu,[2,399],{215:10,205:527,208:528,214:529,44:530,204:531,202:532,13:i,16:i,45:i,197:i,224:i,229:i,308:i,87:d}),{13:f,16:h,44:215,45:ku,55:220,82:M,87:d,89:ze,172:221,185:351,203:536,212:534,231:ju,233:533,234:535,236:216,237:222,255:154,257:155,291:150,294:Z,295:se,296:ae,297:ee,298:te,299:re,300:ne,301:oe,302:ce,303:ue,304:le,305:X,306:fe,307:43,308:p,309:Pr,310:Vr,311:217,312:dr},n(c,i,{215:10,205:527,208:528,214:529,44:530,202:537,87:d}),n(U,[2,23],{307:43,267:139,275:146,278:149,55:323,67:447,68:448,44:450,66:538,13:f,16:h,45:e2,87:d,268:me,269:Oe,270:Q,271:Pe,273:De,274:Te,276:Re,277:he,279:Ae,280:ge,283:Ce,285:Fe,308:p,346:Ne,347:we,348:w,349:E,350:_,351:I}),n(Os,[2,291]),n(Os,[2,24]),n(Os,[2,25]),{13:f,16:h,44:136,45:Y,46:539,55:133,67:132,68:134,77:131,82:M,87:d,172:135,224:Ge,238:121,239:122,243:123,247:124,251:125,255:154,257:155,259:126,263:Xe,264:130,265:V,266:137,267:139,268:me,269:Oe,270:Q,271:Pe,273:De,274:Te,275:146,276:Re,277:he,278:149,279:Ae,280:ge,283:Ce,285:Fe,291:150,294:Z,295:se,296:ae,297:ee,298:te,299:re,300:ne,301:oe,302:ce,303:ue,304:le,305:X,306:fe,307:43,308:p,312:ke,346:Ne,347:we,348:w,349:E,350:_,351:I},n(Os,[2,28]),n(U,z,{58:205,62:206,23:540,63:ve}),n([31,112,232,318,335],[2,105],{192:541,193:[1,542]}),n(Is,[2,107]),{13:f,16:h,44:215,45:We,55:220,82:M,87:d,89:ze,172:221,185:351,187:350,199:543,200:544,231:Ut,234:349,236:216,237:222,255:154,257:155,291:150,294:Z,295:se,296:ae,297:ee,298:te,299:re,300:ne,301:oe,302:ce,303:ue,304:le,305:X,306:fe,307:43,308:p,309:Pr,310:Vr,311:217,312:dr},n(s2,[2,132]),n($u,[2,425]),n(s2,[2,133]),{13:f,16:h,44:354,55:355,82:M,87:d,172:357,237:356,255:154,257:155,291:150,294:Z,295:se,296:ae,297:ee,298:te,299:re,300:ne,301:oe,302:ce,303:ue,304:le,305:X,306:fe,307:43,308:p,309:Pr,310:Vr,311:358,312:dr,313:545},n(Bt,[2,54]),n(Bt,[2,48]),n(Cs,[2,342]),{13:f,16:h,44:39,55:40,87:d,139:546,307:43,308:p},n(Cs,[2,68]),n(G,[2,350],{31:a2,112:a2}),n(Bt,[2,53]),{13:f,16:h,55:547,307:43,308:p},n(ie,[2,333]),n(Me,[2,16]),n(Pu,[2,152]),n(ba,[2,154]),n(ba,[2,157]),n(Ea,[2,159]),n(Ea,[2,160],{262:389,261:548,39:yd,338:vd}),n(Ea,[2,161],{262:389,261:549,39:yd,338:vd}),n(Lt,[2,163]),{13:f,16:h,44:136,45:Y,46:550,55:133,67:132,68:134,77:131,82:M,87:d,172:135,224:Ge,238:121,239:122,243:123,247:124,251:125,255:154,257:155,259:126,263:Xe,264:130,265:V,266:137,267:139,268:me,269:Oe,270:Q,271:Pe,273:De,274:Te,275:146,276:Re,277:he,278:149,279:Ae,280:ge,283:Ce,285:Fe,291:150,294:Z,295:se,296:ae,297:ee,298:te,299:re,300:ne,301:oe,302:ce,303:ue,304:le,305:X,306:fe,307:43,308:p,312:ke,346:Ne,347:we,348:w,349:E,350:_,351:I},n(wt,[2,178]),n(wt,[2,179]),{13:f,16:h,44:136,45:Y,46:551,55:133,67:132,68:134,77:131,82:M,87:d,172:135,224:Ge,238:121,239:122,243:123,247:124,251:125,255:154,257:155,259:126,263:Xe,264:130,265:V,266:137,267:139,268:me,269:Oe,270:Q,271:Pe,273:De,274:Te,275:146,276:Re,277:he,278:149,279:Ae,280:ge,283:Ce,285:Fe,291:150,294:Z,295:se,296:ae,297:ee,298:te,299:re,300:ne,301:oe,302:ce,303:ue,304:le,305:X,306:fe,307:43,308:p,312:ke,346:Ne,347:we,348:w,349:E,350:_,351:I},{13:f,16:h,44:136,45:Y,46:552,55:133,67:132,68:134,77:131,82:M,87:d,172:135,224:Ge,238:121,239:122,243:123,247:124,251:125,255:154,257:155,259:126,263:Xe,264:130,265:V,266:137,267:139,268:me,269:Oe,270:Q,271:Pe,273:De,274:Te,275:146,276:Re,277:he,278:149,279:Ae,280:ge,283:Ce,285:Fe,291:150,294:Z,295:se,296:ae,297:ee,298:te,299:re,300:ne,301:oe,302:ce,303:ue,304:le,305:X,306:fe,307:43,308:p,312:ke,346:Ne,347:we,348:w,349:E,350:_,351:I},{13:f,16:h,44:136,45:Y,46:553,55:133,67:132,68:134,77:131,82:M,87:d,172:135,224:Ge,238:121,239:122,243:123,247:124,251:125,255:154,257:155,259:126,263:Xe,264:130,265:V,266:137,267:139,268:me,269:Oe,270:Q,271:Pe,273:De,274:Te,275:146,276:Re,277:he,278:149,279:Ae,280:ge,283:Ce,285:Fe,291:150,294:Z,295:se,296:ae,297:ee,298:te,299:re,300:ne,301:oe,302:ce,303:ue,304:le,305:X,306:fe,307:43,308:p,312:ke,346:Ne,347:we,348:w,349:E,350:_,351:I},{48:[1,554],272:[1,555]},n(wt,[2,184]),n(wt,[2,186]),{314:[1,556]},{48:[1,557]},{48:[2,461]},{48:[2,462]},{48:[1,558]},{48:[2,467],193:[1,561],287:559,288:560},{13:f,16:h,55:194,197:it,223:562,307:43,308:p},n(wd,[2,224]),n(wd,[2,225]),n(wd,[2,226]),{31:[1,563],45:o2,94:564},n(W,[2,84]),n(Ru,[2,368]),n(W,[2,85]),n(Fu,[2,370]),n(Zo,[2,373],{170:566}),{48:[1,567]},{48:[2,423],337:[1,568]},n(Hi,[2,35],{83:[1,569]}),n(Hi,[2,36],{81:[1,570]}),n(md,[2,30],{307:43,267:139,275:146,278:149,77:320,67:321,68:322,55:323,79:509,44:510,75:571,13:f,16:h,45:Y,76:r2,78:n2,87:d,268:me,269:Oe,270:Q,271:Pe,273:De,274:Te,276:Re,277:he,279:Ae,280:ge,283:Ce,285:Fe,308:p,346:Ne,347:we,348:w,349:E,350:_,351:I}),n(Aa,[2,295]),{45:Y,77:572},{45:Y,77:573},n(Aa,[2,33]),n(Aa,[2,34]),{31:[2,275],50:574,84:575,85:a},{31:[2,277],51:576,84:577,85:a},n(xs,[2,356]),n(c2,[2,357],{152:578,335:[1,579]}),n(bi,[2,74]),{29:j,57:580},{29:j,57:581},{13:f,16:h,44:39,55:40,87:d,139:582,307:43,308:p},n(u2,[2,365],{162:583,328:[1,584]}),{13:f,16:h,45:Y,55:323,67:321,68:322,77:320,79:585,267:139,268:me,269:Oe,270:Q,271:Pe,273:De,274:Te,275:146,276:Re,277:he,278:149,279:Ae,280:ge,283:Ce,285:Fe,307:43,308:p,346:Ne,347:we,348:w,349:E,350:_,351:I},{45:[1,586]},n(bi,[2,81]),{29:j,57:587},n(xs,[2,73]),n(G,[2,362],{29:Ei,31:Ei,85:Ei,112:Ei,159:Ei,160:Ei,161:Ei,163:Ei,164:Ei}),n(Vu,[2,112]),n(Ca,[2,401],{206:588}),n(G,[2,405],{209:589,210:590}),n(G,[2,403]),n(G,[2,404]),n(Vu,[2,113]),n(Vu,[2,400]),{13:f,16:h,44:215,45:ku,48:[1,591],55:220,82:M,87:d,89:ze,172:221,185:351,203:536,212:592,231:ju,234:535,236:216,237:222,255:154,257:155,291:150,294:Z,295:se,296:ae,297:ee,298:te,299:re,300:ne,301:oe,302:ce,303:ue,304:le,305:X,306:fe,307:43,308:p,309:Pr,310:Vr,311:217,312:dr},n($u,[2,426]),n(_d,[2,138]),n(_d,[2,139]),{232:[1,593]},n(Os,[2,292]),{47:[1,595],48:[1,594]},n(Ta,[2,9]),n(Is,[2,392]),n(Is,[2,393],{44:39,55:40,307:43,195:341,139:342,194:596,190:597,13:f,16:h,87:d,197:As,308:p}),n(Is,[2,110],{272:[1,598]}),n(Uu,[2,397],{201:599,316:600,317:[1,601]}),{314:[1,602]},{29:[1,603]},n(Wi,[2,58]),n(Lt,[2,445]),n(Lt,[2,447]),{48:[1,604],272:[1,605]},{48:[1,606]},{272:[1,607]},{272:[1,608]},n(wt,[2,99]),n(bt,[2,382]),n([13,16,39,47,48,87,193,197,242,246,250,263,265,272,290,297,298,299,300,301,302,308,314,338,341,342,343,344,345,346],[2,232]),n(wt,[2,188]),n(wt,[2,189]),{48:[1,609]},{48:[2,468]},{289:[1,610]},{13:f,16:h,55:492,82:M,172:493,255:154,257:155,291:150,294:Z,295:se,296:ae,297:ee,298:te,299:re,300:ne,301:oe,302:ce,303:ue,304:le,305:X,306:fe,307:43,308:p,311:494,312:dr,315:611},n(W,[2,42]),n(Zo,[2,304]),{13:f,16:h,55:414,82:M,95:612,171:613,172:415,173:416,174:Lu,255:154,257:155,291:150,294:Z,295:se,296:ae,297:ee,298:te,299:re,300:ne,301:oe,302:ce,303:ue,304:le,305:X,306:fe,307:43,308:p,312:Mu},{31:[1,614],45:o2,94:615},n(Kn,[2,129]),n(J1,[2,421]),{82:[1,616]},{82:[1,617]},n(Aa,[2,296]),n(Aa,[2,31]),n(Aa,[2,32]),{31:[2,17]},{31:[2,276]},{31:[2,18]},{31:[2,278]},n(G,Y1,{155:330,153:618,154:619,29:Ti,31:Ti,85:Ti,112:Ti,159:Ti,160:Ti,161:Ti,163:Ti,164:Ti}),n(c2,[2,358]),n(bi,[2,75]),n(bi,[2,76]),{29:j,57:620},{13:f,16:h,44:39,55:40,87:d,139:621,307:43,308:p},n(u2,[2,366]),n(bi,[2,79]),{13:f,16:h,44:136,45:Y,46:622,55:133,67:132,68:134,77:131,82:M,87:d,172:135,224:Ge,238:121,239:122,243:123,247:124,251:125,255:154,257:155,259:126,263:Xe,264:130,265:V,266:137,267:139,268:me,269:Oe,270:Q,271:Pe,273:De,274:Te,275:146,276:Re,277:he,278:149,279:Ae,280:ge,283:Ce,285:Fe,291:150,294:Z,295:se,296:ae,297:ee,298:te,299:re,300:ne,301:oe,302:ce,303:ue,304:le,305:X,306:fe,307:43,308:p,312:ke,346:Ne,347:we,348:w,349:E,350:_,351:I},n(bi,[2,91],{336:[1,623]}),n([29,31,85,112,159,160,161,163,164,232,318,335],[2,114],{207:624,193:[1,625]}),n(Ca,[2,117]),{13:f,16:h,44:215,45:ku,55:220,82:M,87:d,89:ze,172:221,185:351,203:536,211:626,212:627,231:ju,234:535,236:216,237:222,255:154,257:155,291:150,294:Z,295:se,296:ae,297:ee,298:te,299:re,300:ne,301:oe,302:ce,303:ue,304:le,305:X,306:fe,307:43,308:p,309:Pr,310:Vr,311:217,312:dr},n(wi,[2,134]),n($u,[2,427]),n(wi,[2,135]),n(Os,[2,26]),{44:628,87:d},n(Is,[2,106]),n(Is,[2,394]),n(G,[2,396]),n(Uu,[2,111]),n(Uu,[2,398]),{13:f,16:h,44:39,55:40,87:d,139:342,186:629,190:340,195:341,197:As,307:43,308:p},n(gd,[2,217]),n(G,Ou,{144:248,140:630,143:631,31:[2,343]}),n(wt,[2,97]),n(bt,[2,380]),n(wt,[2,180]),{13:f,16:h,44:136,45:Y,46:632,55:133,67:132,68:134,77:131,82:M,87:d,172:135,224:Ge,238:121,239:122,243:123,247:124,251:125,255:154,257:155,259:126,263:Xe,264:130,265:V,266:137,267:139,268:me,269:Oe,270:Q,271:Pe,273:De,274:Te,275:146,276:Re,277:he,278:149,279:Ae,280:ge,283:Ce,285:Fe,291:150,294:Z,295:se,296:ae,297:ee,298:te,299:re,300:ne,301:oe,302:ce,303:ue,304:le,305:X,306:fe,307:43,308:p,312:ke,346:Ne,347:we,348:w,349:E,350:_,351:I},{13:f,16:h,44:136,45:Y,46:633,55:133,67:132,68:134,77:131,82:M,87:d,172:135,224:Ge,238:121,239:122,243:123,247:124,251:125,255:154,257:155,259:126,263:Xe,264:130,265:V,266:137,267:139,268:me,269:Oe,270:Q,271:Pe,273:De,274:Te,275:146,276:Re,277:he,278:149,279:Ae,280:ge,283:Ce,285:Fe,291:150,294:Z,295:se,296:ae,297:ee,298:te,299:re,300:ne,301:oe,302:ce,303:ue,304:le,305:X,306:fe,307:43,308:p,312:ke,346:Ne,347:we,348:w,349:E,350:_,351:I},n(wt,[2,190]),{290:[1,634]},{314:[1,635]},{13:f,16:h,48:[1,636],55:414,82:M,171:637,172:415,173:416,174:Lu,255:154,257:155,291:150,294:Z,295:se,296:ae,297:ee,298:te,299:re,300:ne,301:oe,302:ce,303:ue,304:le,305:X,306:fe,307:43,308:p,312:Mu},n(l2,[2,305]),n(W,[2,86]),n(Zo,[2,374]),n(Hi,[2,37]),n(Hi,[2,38]),n(xs,[2,72]),n(xs,[2,360]),n(bi,[2,77]),{29:j,57:638},{47:[1,639]},{29:[2,376]},n(Ca,[2,402]),n(Ca,[2,115],{215:10,208:528,214:529,44:530,205:640,13:i,16:i,45:i,197:i,224:i,229:i,308:i,87:d}),n(Ca,[2,118],{272:[1,641]}),n(Bu,[2,407],{213:642,319:643,317:[1,644]}),{48:[1,645]},{318:[1,646]},{31:[1,647]},{31:[2,344]},{48:[1,648]},{48:[1,649]},{291:650,303:ue,304:le,305:X,306:fe},n(Jo,[2,218]),n(Zo,[2,44]),n(l2,[2,306]),n(bi,[2,78]),{44:651,87:d},n(Ca,[2,116]),n(G,[2,406]),n(Bu,[2,119]),n(Bu,[2,408]),n(c,i,{215:10,205:527,208:528,214:529,44:530,202:652,87:d}),n(Os,[2,27]),n(Uu,[2,230]),n(f2,[2,345],{141:653,335:[1,654]}),n(wt,[2,181]),n(wt,[2,182]),{48:[2,191]},{48:[1,655]},{318:[1,656]},n(G,Ou,{144:248,142:657,143:658,31:h2,112:h2}),n(f2,[2,346]),n(bi,[2,80]),n(Bu,[2,231]),n(Cs,[2,67]),n(Cs,[2,348])],defaultActions:{5:[2,240],6:[2,241],7:[2,242],9:[2,239],24:[2,1],25:[2,2],26:[2,244],87:[2,282],94:[2,384],100:[2,45],109:[2,325],166:[2,458],263:[2,439],336:[2,258],337:[2,101],487:[2,461],488:[2,462],560:[2,468],574:[2,17],575:[2,276],576:[2,18],577:[2,278],623:[2,376],631:[2,344],650:[2,191]},parseError:o(function(C,O){if(O.recoverable)this.trace(C);else{var F=new Error(C);throw F.hash=O,F}},"parseError"),parse:o(function(C){var O=this,F=[0],K=[],_e=[null],m=[],gr=this.table,g="",Zn=0,nc=0,zu=0,Hu=2,ic=1,Qu=m.slice.call(arguments,1),mt=Object.create(this.lexer),ei={yy:{}};for(var sc in this.yy)Object.prototype.hasOwnProperty.call(this.yy,sc)&&(ei.yy[sc]=this.yy[sc]);mt.setInput(C,ei.yy),ei.yy.lexer=mt,ei.yy.parser=this,typeof mt.yylloc>"u"&&(mt.yylloc={});var Da=mt.yylloc;m.push(Da);var st=mt.options&&mt.options.ranges;typeof ei.yy.parseError=="function"?this.parseError=ei.yy.parseError:this.parseError=Object.getPrototypeOf(this).parseError;function dt(ti){F.length=F.length-2*ti,_e.length=_e.length-ti,m.length=m.length-ti}o(dt,"popStack");for(var He=o(function(){var ti;return ti=mt.lex()||ic,typeof ti!="number"&&(ti=O.symbols_[ti]||ti),ti},"lex"),Ze,Dr,Fs,Kr,uj,Nd,Ra={},Yu,xi,T2,Ku;;){if(Fs=F[F.length-1],this.defaultActions[Fs]?Kr=this.defaultActions[Fs]:((Ze===null||typeof Ze>"u")&&(Ze=He()),Kr=gr[Fs]&&gr[Fs][Ze]),typeof Kr>"u"||!Kr.length||!Kr[0]){var Ld="";Ku=[];for(Yu in gr[Fs])this.terminals_[Yu]&&Yu>Hu&&Ku.push("'"+this.terminals_[Yu]+"'");mt.showPosition?Ld="Parse error on line "+(Zn+1)+`:
|
|
245
245
|
`+mt.showPosition()+`
|
|
246
|
-
Expecting `+Ku.join(", ")+", got '"+(this.terminals_[Ze]||Ze)+"'":Ld="Parse error on line "+(Zn+1)+": Unexpected "+(Ze==ic?"end of input":"'"+(this.terminals_[Ze]||Ze)+"'"),this.parseError(Ld,{text:mt.match,token:this.terminals_[Ze]||Ze,line:mt.yylineno,loc:Da,expected:Ku})}if(
|
|
246
|
+
Expecting `+Ku.join(", ")+", got '"+(this.terminals_[Ze]||Ze)+"'":Ld="Parse error on line "+(Zn+1)+": Unexpected "+(Ze==ic?"end of input":"'"+(this.terminals_[Ze]||Ze)+"'"),this.parseError(Ld,{text:mt.match,token:this.terminals_[Ze]||Ze,line:mt.yylineno,loc:Da,expected:Ku})}if(Kr[0]instanceof Array&&Kr.length>1)throw new Error("Parse Error: multiple actions possible at state: "+Fs+", token: "+Ze);switch(Kr[0]){case 1:F.push(Ze),_e.push(mt.yytext),m.push(mt.yylloc),F.push(Kr[1]),Ze=null,Dr?(Ze=Dr,Dr=null):(nc=mt.yyleng,g=mt.yytext,Zn=mt.yylineno,Da=mt.yylloc,zu>0&&zu--);break;case 2:if(xi=this.productions_[Kr[1]][1],Ra.$=_e[_e.length-xi],Ra._$={first_line:m[m.length-(xi||1)].first_line,last_line:m[m.length-1].last_line,first_column:m[m.length-(xi||1)].first_column,last_column:m[m.length-1].last_column},st&&(Ra._$.range=[m[m.length-(xi||1)].range[0],m[m.length-1].range[1]]),Nd=this.performAction.apply(Ra,[g,nc,Zn,ei.yy,Kr[1],_e,m].concat(Qu)),typeof Nd<"u")return Nd;xi&&(F=F.slice(0,-1*xi*2),_e=_e.slice(0,-1*xi),m=m.slice(0,-1*xi)),F.push(this.productions_[Kr[1]][0]),_e.push(Ra.$),m.push(Ra._$),T2=gr[F[F.length-2]][F[F.length-1]],F.push(T2);break;case 3:return!0}}return!0},"parse")},qu=ny().Wildcard,Gu="http://www.w3.org/1999/02/22-rdf-syntax-ns#",_A=Gu+"type",wA=Gu+"first",bA=Gu+"rest",d2=Gu+"nil",Wu="http://www.w3.org/2001/XMLSchema#",p2=Wu+"integer",m2=Wu+"decimal",g2=Wu+"double",EA=Wu+"boolean",Ps="",y2="",v2="";function mr(x){return x.toLowerCase()}o(mr,"lowercase");function Ai(x,C){return x.push(C),x}o(Ai,"appendTo");function Ds(x,C){return x.push.apply(x,C),x}o(Ds,"appendAllTo");function yt(x){x||(x={});for(var C=1,O=arguments.length,F;C<O&&(F=arguments[C]||{});C++)for(var K in F)x[K]=F[K];return x}o(yt,"extend");function Xn(){for(var x=[],C=0,O=arguments.length;C<O;C++)x=x.concat.apply(x,arguments[C]);return x}o(Xn,"unionAll");function ec(x){if(x[0]==="<"&&(x=x.substring(1,x.length-1)),/^[a-z][a-z0-9.+-]*:/i.test(x))return x;if(!xe.base)throw new Error("Cannot resolve relative IRI "+x+" because no base IRI was set.");switch(Ps!==xe.base&&(Ps=xe.base,y2=Ps.replace(/[^\/:]*$/,""),v2=Ps.match(/^(?:[a-z]+:\/*)?[^\/]*/)[0]),x[0]){case void 0:return Ps;case"#":return Ps+x;case"?":return Ps.replace(/(?:\?.*)?$/,x);case"/":return v2+x;default:return y2+x}}o(ec,"resolveIRI");function Ed(x){if(x){var C=x[0];if(C==="?"||C==="$")return xe.factory.variable(x.substr(1))}return x}o(Ed,"toVar");function qt(x,C){return{type:"operation",operator:x,args:C||[]}}o(qt,"operation");function xa(x,C){var O={expression:x==="*"?new qu:x};if(C)for(var F in C)O[F]=C[F];return O}o(xa,"expression");function Ia(x,C){return{type:"path",pathType:x,items:C}}o(Ia,"path");function Td(x,C){for(var O=0,F=C.length,K;O<F&&(K=C[O]);O++)x=qt(K[0],[x,K[1]]);return x}o(Td,"createOperationTree");function Rs(x,C){var O=[],F=[],K=x.length,_e,m={};if(!K)return null;for(var gr=0;gr<K&&(_e=x[gr]);gr++)(_e.named?F:O).push(_e.iri);return m[C||"from"]={default:O,named:F},m}o(Rs,"groupDatasets");function Oa(x){return parseInt(x,10)}o(Oa,"toInt");function Ad(x){return x.type==="group"&&x.patterns.length===1?x.patterns[0]:x}o(Ad,"degroupSingle");function Jn(x,C){return C&&C.termType!=="NamedNode"&&(C=xe.factory.namedNode(C)),xe.factory.literal(x,C)}o(Jn,"createTypedLiteral");function TA(x,C){return xe.factory.literal(x,C)}o(TA,"createLangLiteral");function Cd(x,C,O){if(!("termType"in C))throw new Error("Nested triples cannot contain paths");return xe.factory.quad(x,C,O)}o(Cd,"nestedTriple");function Ci(x,C,O,F){var K={};return x!=null&&(K.subject=x),C!=null&&(K.predicate=C),O!=null&&(K.object=O),F!=null&&(K.annotations=F),K}o(Ci,"triple");function tc(x){return typeof x=="string"?x.startsWith("e_")?xe.factory.blankNode(x):xe.factory.blankNode("e_"+x):xe.factory.blankNode("g_"+S2++)}o(tc,"blank");var S2=0;xe._resetBlanks=function(){S2=0};var AA=/\\u([a-fA-F0-9]{4})|\\U([a-fA-F0-9]{8})|\\(.)/g,CA={"\\":"\\","'":"'",'"':'"',t:" ",b:"\b",n:`
|
|
247
247
|
`,r:"\r",f:"\f"},xA=/[\uD800-\uDBFF]([^\uDC00-\uDFFF]|$)/,xd=String.fromCharCode;function _2(x,C){x=x.substring(C,x.length-C);try{x=x.replace(AA,function(O,F,K,_e){var m;if(F){if(m=parseInt(F,16),isNaN(m))throw new Error;return xd(m)}else if(K){if(m=parseInt(K,16),isNaN(m))throw new Error;return m<65535?xd(m):xd(55296+((m-=65536)>>10),56320+(m&1023))}else{var gr=CA[_e];if(!gr)throw new Error;return gr}})}catch{return""}if(xA.exec(x))throw new Error("Invalid unicode codepoint of surrogate pair without corresponding codepoint in "+x);return x}o(_2,"unescapeString");function IA(x){var C=tc(),O=C,F=[],K,_e=[];x.forEach(function(Zn){F.push(Zn.entity),Ds(_e,Zn.triples)});for(var m=0,gr=0,g=F.length,K=Array(g*2);m<g;)K[gr++]=Ci(O,xe.factory.namedNode(wA),F[m]),K[gr++]=Ci(O,xe.factory.namedNode(bA),O=++m<g?tc():xe.factory.namedNode(d2));return{entity:C,triples:Ds(K,_e)}}o(IA,"createList");function OA(x){var C=tc();return{entity:C,triples:x.map(function(O){return yt(Ci(C),O)})}}o(OA,"createAnonymousObject");function Id(x,C,O){var F=[],K=[];return C.forEach(function(_e){let m=null;_e.annotation&&(m=_e.annotation,_e=_e.object),F.push(Ci(null,x,_e.entity,m)),Ds(K,_e.triples)}),Xn(F,O||[],K)}o(Id,"objectListToTriples");function oj(x){for(var C=[],O,F=0,K;K=x[F];F++)switch(K.type){case"bgp":K.triples.length&&(O?Ds(O.triples,K.triples):Ai(C,O=K));break;default:(!K.patterns||K.patterns.length>0)&&(Ai(C,K),O=null)}return C}o(oj,"mergeAdjacentBGPs");function Pa(x){return x.variable?x.variable.value:x.value||x.expression.value}o(Pa,"getExpressionId");function Od(x){if(!x)return[];if(x.type==="aggregate")return[x];if(x.type==="operation"){let C=[];for(let O of x.args)C.push(...Od(O));return C}return[]}o(Od,"getAggregatesOfExpression");function PA(x){let C=new Set,O=o(function(F){F&&(F.termType==="Variable"?C.add(F):F.type==="operation"&&F.args.forEach(O))},"visitExpression");return O(x),C}o(PA,"getVariablesFromExpression");function Pd(x,C=1,O=[]){for(let F of x)C>0&&F instanceof Array?Pd(F,C-1,O):O.push(F);return O}o(Pd,"flatten");function Dd(x){return x.termType==="Variable"}o(Dd,"isVariable");function w2(x){if(x.triples){let C=[];for(let O of x.triples)Dd(O.subject)&&C.push(O.subject.value),Dd(O.predicate)&&C.push(O.predicate.value),Dd(O.object)&&C.push(O.object.value);return C}else if(x.patterns){let C=[];for(let O of x.patterns)C.push(...w2(O));return C}return[]}o(w2,"getBoundVarsFromGroupGraphPattern");function DA(x){let C=x.slice().sort(),O=[];for(let F=0;F<C.length-1;F++)C[F+1]==C[F]&&O.push(C[F]);return O}o(DA,"getDuplicatesInArray");function rc(x){if(!xe.sparqlStar)throw new Error("SPARQL-star support is not enabled");return x}o(rc,"ensureSparqlStar");function b2(x,C,O){for(let F of C){let K=Ci("subject"in F?F.subject:x,F.predicate,F.object);O.push(K),F.annotations&&b2(Cd(x,F.predicate,F.object),F.annotations,O)}}o(b2,"_applyAnnotations");function Rd(x){if(xe.sparqlStar){let C=[];return x.forEach(O=>{let F=Ci(O.subject,O.predicate,O.object);C.push(F),O.annotations&&b2(Cd(O.subject,O.predicate,O.object),O.annotations,C)}),C}return x}o(Rd,"applyAnnotations");function cj(x){if(!xe.sparqlStarNestedQuads)throw new Error("Lenient SPARQL-star support with nested quads is not enabled");return x}o(cj,"ensureSparqlStarNestedQuads");function E2(x){for(let C of x){if(C.type==="graph"&&C.name.termType==="Variable")throw new Error("Detected illegal variable in GRAPH");if(C.type==="bgp"||C.type==="graph"){for(let O of C.triples)if(O.subject.termType==="Variable"||O.predicate.termType==="Variable"||O.object.termType==="Variable")throw new Error("Detected illegal variable in BGP")}}return x}o(E2,"ensureNoVariables");function Fd(x){for(let C of x)if(C.type==="bgp"){for(let O of C.triples)if(O.subject.termType==="BlankNode"||O.predicate.termType==="BlankNode"||O.object.termType==="BlankNode")throw new Error("Detected illegal blank node in BGP")}return x}o(Fd,"ensureNoBnodes");var RA=(function(){var x={EOF:1,parseError:o(function(O,F){if(this.yy.parser)this.yy.parser.parseError(O,F);else throw new Error(O)},"parseError"),setInput:o(function(C,O){return this.yy=O||this.yy||{},this._input=C,this._more=this._backtrack=this.done=!1,this.yylineno=this.yyleng=0,this.yytext=this.matched=this.match="",this.conditionStack=["INITIAL"],this.yylloc={first_line:1,first_column:0,last_line:1,last_column:0},this.options.ranges&&(this.yylloc.range=[0,0]),this.offset=0,this},"setInput"),input:o(function(){var C=this._input[0];this.yytext+=C,this.yyleng++,this.offset++,this.match+=C,this.matched+=C;var O=C.match(/(?:\r\n?|\n).*/g);return O?(this.yylineno++,this.yylloc.last_line++):this.yylloc.last_column++,this.options.ranges&&this.yylloc.range[1]++,this._input=this._input.slice(1),C},"input"),unput:o(function(C){var O=C.length,F=C.split(/(?:\r\n?|\n)/g);this._input=C+this._input,this.yytext=this.yytext.substr(0,this.yytext.length-O),this.offset-=O;var K=this.match.split(/(?:\r\n?|\n)/g);this.match=this.match.substr(0,this.match.length-1),this.matched=this.matched.substr(0,this.matched.length-1),F.length-1&&(this.yylineno-=F.length-1);var _e=this.yylloc.range;return this.yylloc={first_line:this.yylloc.first_line,last_line:this.yylineno+1,first_column:this.yylloc.first_column,last_column:F?(F.length===K.length?this.yylloc.first_column:0)+K[K.length-F.length].length-F[0].length:this.yylloc.first_column-O},this.options.ranges&&(this.yylloc.range=[_e[0],_e[0]+this.yyleng-O]),this.yyleng=this.yytext.length,this},"unput"),more:o(function(){return this._more=!0,this},"more"),reject:o(function(){if(this.options.backtrack_lexer)this._backtrack=!0;else return this.parseError("Lexical error on line "+(this.yylineno+1)+`. You can only invoke reject() in the lexer when the lexer is of the backtracking persuasion (options.backtrack_lexer = true).
|
|
248
248
|
`+this.showPosition(),{text:"",token:null,line:this.yylineno});return this},"reject"),less:o(function(C){this.unput(this.match.slice(C))},"less"),pastInput:o(function(){var C=this.matched.substr(0,this.matched.length-this.match.length);return(C.length>20?"...":"")+C.substr(-20).replace(/\n/g,"")},"pastInput"),upcomingInput:o(function(){var C=this.match;return C.length<20&&(C+=this._input.substr(0,20-C.length)),(C.substr(0,20)+(C.length>20?"...":"")).replace(/\n/g,"")},"upcomingInput"),showPosition:o(function(){var C=this.pastInput(),O=new Array(C.length+1).join("-");return C+this.upcomingInput()+`
|
|
249
249
|
`+O+"^"},"showPosition"),test_match:o(function(C,O){var F,K,_e;if(this.options.backtrack_lexer&&(_e={yylineno:this.yylineno,yylloc:{first_line:this.yylloc.first_line,last_line:this.last_line,first_column:this.yylloc.first_column,last_column:this.yylloc.last_column},yytext:this.yytext,match:this.match,matches:this.matches,matched:this.matched,yyleng:this.yyleng,offset:this.offset,_more:this._more,_input:this._input,yy:this.yy,conditionStack:this.conditionStack.slice(0),done:this.done},this.options.ranges&&(_e.yylloc.range=this.yylloc.range.slice(0))),K=C[0].match(/(?:\r\n?|\n).*/g),K&&(this.yylineno+=K.length),this.yylloc={first_line:this.yylloc.last_line,last_line:this.yylineno+1,first_column:this.yylloc.last_column,last_column:K?K[K.length-1].length-K[K.length-1].match(/\r?\n?/)[0].length:this.yylloc.last_column+C[0].length},this.yytext+=C[0],this.match+=C[0],this.matches=C,this.yyleng=this.yytext.length,this.options.ranges&&(this.yylloc.range=[this.offset,this.offset+=this.yyleng]),this._more=!1,this._backtrack=!1,this._input=this._input.slice(C[0].length),this.matched+=C[0],F=this.performAction.call(this,this.yy,this,O,this.conditionStack[this.conditionStack.length-1]),this.done&&this._input&&(this.done=!1),F)return F;if(this._backtrack){for(var m in _e)this[m]=_e[m];return!1}return!1},"test_match"),next:o(function(){if(this.done)return this.EOF;this._input||(this.done=!0);var C,O,F,K;this._more||(this.yytext="",this.match="");for(var _e=this._currentRules(),m=0;m<_e.length;m++)if(F=this._input.match(this.rules[_e[m]]),F&&(!O||F[0].length>O[0].length)){if(O=F,K=m,this.options.backtrack_lexer){if(C=this.test_match(F,_e[m]),C!==!1)return C;if(this._backtrack){O=!1;continue}else return!1}else if(!this.options.flex)break}return O?(C=this.test_match(O,_e[K]),C!==!1?C:!1):this._input===""?this.EOF:this.parseError("Lexical error on line "+(this.yylineno+1)+`. Unrecognized text.
|
|
250
250
|
`+this.showPosition(),{text:"",token:null,line:this.yylineno})},"next"),lex:o(function(){var O=this.next();return O||this.lex()},"lex"),begin:o(function(O){this.conditionStack.push(O)},"begin"),popState:o(function(){var O=this.conditionStack.length-1;return O>0?this.conditionStack.pop():this.conditionStack[0]},"popState"),_currentRules:o(function(){return this.conditionStack.length&&this.conditionStack[this.conditionStack.length-1]?this.conditions[this.conditionStack[this.conditionStack.length-1]].rules:this.conditions.INITIAL.rules},"_currentRules"),topState:o(function(O){return O=this.conditionStack.length-1-Math.abs(O||0),O>=0?this.conditionStack[O]:"INITIAL"},"topState"),pushState:o(function(O){this.begin(O)},"pushState"),stateStackSize:o(function(){return this.conditionStack.length},"stateStackSize"),options:{flex:!0,"case-insensitive":!0},performAction:o(function(O,F,K,_e){var m=_e;switch(K){case 0:break;case 1:return 12;case 2:return 15;case 3:return 41;case 4:return 325;case 5:return 326;case 6:return 45;case 7:return 47;case 8:return 48;case 9:return 39;case 10:return 24;case 11:return 28;case 12:return 29;case 13:return 31;case 14:return 32;case 15:return 36;case 16:return 53;case 17:return 327;case 18:return 63;case 19:return 64;case 20:return 70;case 21:return 73;case 22:return 76;case 23:return 78;case 24:return 81;case 25:return 83;case 26:return 85;case 27:return 193;case 28:return 100;case 29:return 328;case 30:return 121;case 31:return 329;case 32:return 330;case 33:return 110;case 34:return 331;case 35:return 109;case 36:return 332;case 37:return 333;case 38:return 113;case 39:return 115;case 40:return 116;case 41:return 131;case 42:return 123;case 43:return 126;case 44:return 128;case 45:return 132;case 46:return 112;case 47:return 334;case 48:return 335;case 49:return 159;case 50:return 161;case 51:return 164;case 52:return 174;case 53:return 160;case 54:return 336;case 55:return 163;case 56:return 312;case 57:return 314;case 58:return 317;case 59:return 318;case 60:return 272;case 61:return 197;case 62:return 337;case 63:return 338;case 64:return 229;case 65:return 340;case 66:return 263;case 67:return 224;case 68:return 231;case 69:return 232;case 70:return 242;case 71:return 246;case 72:return 290;case 73:return 341;case 74:return 342;case 75:return 343;case 76:return 344;case 77:return 345;case 78:return 250;case 79:return 346;case 80:return 265;case 81:return 276;case 82:return 277;case 83:return 268;case 84:return 269;case 85:return 270;case 86:return 271;case 87:return 347;case 88:return 348;case 89:return 273;case 90:return 274;case 91:return 350;case 92:return 349;case 93:return 351;case 94:return 279;case 95:return 280;case 96:return 283;case 97:return 285;case 98:return 289;case 99:return 293;case 100:return 296;case 101:return 13;case 102:return 16;case 103:return 308;case 104:return 309;case 105:return 87;case 106:return 292;case 107:return 82;case 108:return 294;case 109:return 295;case 110:return 297;case 111:return 298;case 112:return 299;case 113:return 300;case 114:return 301;case 115:return 302;case 116:return"EXPONENT";case 117:return 303;case 118:return 304;case 119:return 305;case 120:return 306;case 121:return 89;case 122:return 310;case 123:return 6;case 124:return"INVALID";case 125:console.log(F.yytext);break}},"anonymous"),rules:[/^(?:\s+|(#[^\n\r]*))/i,/^(?:BASE)/i,/^(?:PREFIX)/i,/^(?:SELECT)/i,/^(?:DISTINCT)/i,/^(?:REDUCED)/i,/^(?:\()/i,/^(?:AS)/i,/^(?:\))/i,/^(?:\*)/i,/^(?:CONSTRUCT)/i,/^(?:WHERE)/i,/^(?:\{)/i,/^(?:\})/i,/^(?:DESCRIBE)/i,/^(?:ASK)/i,/^(?:FROM)/i,/^(?:NAMED)/i,/^(?:GROUP)/i,/^(?:BY)/i,/^(?:HAVING)/i,/^(?:ORDER)/i,/^(?:ASC)/i,/^(?:DESC)/i,/^(?:LIMIT)/i,/^(?:OFFSET)/i,/^(?:VALUES)/i,/^(?:;)/i,/^(?:LOAD)/i,/^(?:SILENT)/i,/^(?:INTO)/i,/^(?:CLEAR)/i,/^(?:DROP)/i,/^(?:CREATE)/i,/^(?:ADD)/i,/^(?:TO)/i,/^(?:MOVE)/i,/^(?:COPY)/i,/^(?:INSERT((\s+|(#[^\n\r]*)\n\r?)+)DATA)/i,/^(?:DELETE((\s+|(#[^\n\r]*)\n\r?)+)DATA)/i,/^(?:DELETE((\s+|(#[^\n\r]*)\n\r?)+)WHERE)/i,/^(?:WITH)/i,/^(?:DELETE)/i,/^(?:INSERT)/i,/^(?:USING)/i,/^(?:DEFAULT)/i,/^(?:GRAPH)/i,/^(?:ALL)/i,/^(?:\.)/i,/^(?:OPTIONAL)/i,/^(?:SERVICE)/i,/^(?:BIND)/i,/^(?:UNDEF)/i,/^(?:MINUS)/i,/^(?:UNION)/i,/^(?:FILTER)/i,/^(?:<<)/i,/^(?:>>)/i,/^(?:\{\|)/i,/^(?:\|\})/i,/^(?:,)/i,/^(?:a)/i,/^(?:\|)/i,/^(?:\/)/i,/^(?:\^)/i,/^(?:\?)/i,/^(?:\+)/i,/^(?:!)/i,/^(?:\[)/i,/^(?:\])/i,/^(?:\|\|)/i,/^(?:&&)/i,/^(?:=)/i,/^(?:!=)/i,/^(?:<)/i,/^(?:>)/i,/^(?:<=)/i,/^(?:>=)/i,/^(?:IN)/i,/^(?:NOT)/i,/^(?:-)/i,/^(?:BOUND)/i,/^(?:BNODE)/i,/^(?:(RAND|NOW|UUID|STRUUID))/i,/^(?:(LANG|DATATYPE|IRI|URI|ABS|CEIL|FLOOR|ROUND|STRLEN|STR|UCASE|LCASE|ENCODE_FOR_URI|YEAR|MONTH|DAY|HOURS|MINUTES|SECONDS|TIMEZONE|TZ|MD5|SHA1|SHA256|SHA384|SHA512|isIRI|isURI|isBLANK|isLITERAL|isNUMERIC))/i,/^(?:(SUBJECT|PREDICATE|OBJECT|isTRIPLE))/i,/^(?:(LANGMATCHES|CONTAINS|STRSTARTS|STRENDS|STRBEFORE|STRAFTER|STRLANG|STRDT|sameTerm))/i,/^(?:CONCAT)/i,/^(?:COALESCE)/i,/^(?:IF)/i,/^(?:TRIPLE)/i,/^(?:REGEX)/i,/^(?:SUBSTR)/i,/^(?:REPLACE)/i,/^(?:EXISTS)/i,/^(?:COUNT)/i,/^(?:SUM|MIN|MAX|AVG|SAMPLE)/i,/^(?:GROUP_CONCAT)/i,/^(?:SEPARATOR)/i,/^(?:\^\^)/i,/^(?:true|false)/i,/^(?:(<(?:[^<>\"\{\}\|\^`\\\u0000-\u0020])*>))/i,/^(?:((([A-Za-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD]|[\uD800-\uDB7F][\uDC00-\uDFFF])(?:(?:(((?:([A-Za-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD]|[\uD800-\uDB7F][\uDC00-\uDFFF])|_))|-|[0-9]|\u00B7|[\u0300-\u036F\u203F-\u2040])|\.)*(((?:([A-Za-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD]|[\uD800-\uDB7F][\uDC00-\uDFFF])|_))|-|[0-9]|\u00B7|[\u0300-\u036F\u203F-\u2040]))?)?:))/i,/^(?:(((([A-Za-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD]|[\uD800-\uDB7F][\uDC00-\uDFFF])(?:(?:(((?:([A-Za-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD]|[\uD800-\uDB7F][\uDC00-\uDFFF])|_))|-|[0-9]|\u00B7|[\u0300-\u036F\u203F-\u2040])|\.)*(((?:([A-Za-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD]|[\uD800-\uDB7F][\uDC00-\uDFFF])|_))|-|[0-9]|\u00B7|[\u0300-\u036F\u203F-\u2040]))?)?:)((?:((?:([A-Za-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD]|[\uD800-\uDB7F][\uDC00-\uDFFF])|_))|:|[0-9]|((%([0-9A-Fa-f])([0-9A-Fa-f]))|(\\(_|~|\.|-|!|\$|&|'|\(|\)|\*|\+|,|;|=|\/|\?|#|@|%))))(?:(?:(((?:([A-Za-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD]|[\uD800-\uDB7F][\uDC00-\uDFFF])|_))|-|[0-9]|\u00B7|[\u0300-\u036F\u203F-\u2040])|\.|:|((%([0-9A-Fa-f])([0-9A-Fa-f]))|(\\(_|~|\.|-|!|\$|&|'|\(|\)|\*|\+|,|;|=|\/|\?|#|@|%))))*(?:(((?:([A-Za-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD]|[\uD800-\uDB7F][\uDC00-\uDFFF])|_))|-|[0-9]|\u00B7|[\u0300-\u036F\u203F-\u2040])|:|((%([0-9A-Fa-f])([0-9A-Fa-f]))|(\\(_|~|\.|-|!|\$|&|'|\(|\)|\*|\+|,|;|=|\/|\?|#|@|%)))))?)))/i,/^(?:(_:(?:((?:([A-Za-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD]|[\uD800-\uDB7F][\uDC00-\uDFFF])|_))|[0-9])(?:(?:(((?:([A-Za-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD]|[\uD800-\uDB7F][\uDC00-\uDFFF])|_))|-|[0-9]|\u00B7|[\u0300-\u036F\u203F-\u2040])|\.)*(((?:([A-Za-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD]|[\uD800-\uDB7F][\uDC00-\uDFFF])|_))|-|[0-9]|\u00B7|[\u0300-\u036F\u203F-\u2040]))?))/i,/^(?:([\?\$]((?:((?:([A-Za-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD]|[\uD800-\uDB7F][\uDC00-\uDFFF])|_))|[0-9])(?:((?:([A-Za-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD]|[\uD800-\uDB7F][\uDC00-\uDFFF])|_))|[0-9]|\u00B7|[\u0300-\u036F\u203F-\u2040])*)))/i,/^(?:(@[a-zA-Z]+(?:-[a-zA-Z0-9]+)*))/i,/^(?:([0-9]+))/i,/^(?:([0-9]*\.[0-9]+))/i,/^(?:([0-9]+\.[0-9]*([eE][+-]?[0-9]+)|\.([0-9])+([eE][+-]?[0-9]+)|([0-9])+([eE][+-]?[0-9]+)))/i,/^(?:(\+([0-9]+)))/i,/^(?:(\+([0-9]*\.[0-9]+)))/i,/^(?:(\+([0-9]+\.[0-9]*([eE][+-]?[0-9]+)|\.([0-9])+([eE][+-]?[0-9]+)|([0-9])+([eE][+-]?[0-9]+))))/i,/^(?:(-([0-9]+)))/i,/^(?:(-([0-9]*\.[0-9]+)))/i,/^(?:(-([0-9]+\.[0-9]*([eE][+-]?[0-9]+)|\.([0-9])+([eE][+-]?[0-9]+)|([0-9])+([eE][+-]?[0-9]+))))/i,/^(?:([eE][+-]?[0-9]+))/i,/^(?:('(?:(?:[^\u0027\u005C\u000A\u000D])|(\\[tbnrf\\\"']|\\u([0-9A-Fa-f])([0-9A-Fa-f])([0-9A-Fa-f])([0-9A-Fa-f])|\\U([0-9A-Fa-f])([0-9A-Fa-f])([0-9A-Fa-f])([0-9A-Fa-f])([0-9A-Fa-f])([0-9A-Fa-f])([0-9A-Fa-f])([0-9A-Fa-f])))*'))/i,/^(?:("(?:(?:[^\u0022\u005C\u000A\u000D])|(\\[tbnrf\\\"']|\\u([0-9A-Fa-f])([0-9A-Fa-f])([0-9A-Fa-f])([0-9A-Fa-f])|\\U([0-9A-Fa-f])([0-9A-Fa-f])([0-9A-Fa-f])([0-9A-Fa-f])([0-9A-Fa-f])([0-9A-Fa-f])([0-9A-Fa-f])([0-9A-Fa-f])))*"))/i,/^(?:('''(?:(?:'|'')?(?:[^'\\]|(\\[tbnrf\\\"']|\\u([0-9A-Fa-f])([0-9A-Fa-f])([0-9A-Fa-f])([0-9A-Fa-f])|\\U([0-9A-Fa-f])([0-9A-Fa-f])([0-9A-Fa-f])([0-9A-Fa-f])([0-9A-Fa-f])([0-9A-Fa-f])([0-9A-Fa-f])([0-9A-Fa-f]))))*'''))/i,/^(?:("""(?:(?:"|"")?(?:[^\"\\]|(\\[tbnrf\\\"']|\\u([0-9A-Fa-f])([0-9A-Fa-f])([0-9A-Fa-f])([0-9A-Fa-f])|\\U([0-9A-Fa-f])([0-9A-Fa-f])([0-9A-Fa-f])([0-9A-Fa-f])([0-9A-Fa-f])([0-9A-Fa-f])([0-9A-Fa-f])([0-9A-Fa-f]))))*"""))/i,/^(?:(\((\u0020|\u0009|\u000D|\u000A)*\)))/i,/^(?:(\[(\u0020|\u0009|\u000D|\u000A)*\]))/i,/^(?:$)/i,/^(?:.)/i,/^(?:.)/i],conditions:{INITIAL:{rules:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125],inclusive:!0}}};return x})();bd.lexer=RA;function xe(){this.yy={}}return o(xe,"Parser"),xe.prototype=bd,bd.Parser=xe,new xe})();S_.exports=qF});var T_=v((Eq,E_)=>{var GF="http://www.w3.org/2001/XMLSchema#integer",WF="http://www.w3.org/2001/XMLSchema#string";function ft(n){this._options=n=n||{};var e=n.prefixes||{};this._prefixByIri={};var t=[];for(var r in e){var i=e[r];Fc(i)&&(this._prefixByIri[i]=r,t.push(i))}var s=t.join("|").replace(/[\]\/\(\)\*\+\?\.\\\$]/g,"\\$&");this._prefixRegex=new RegExp("^("+s+")([a-zA-Z][\\-_a-zA-Z0-9]*)$"),this._usedPrefixes={},this._sparqlStar=n.sparqlStar,this._indent=Fc(n.indent)?n.indent:" ",this._newline=Fc(n.newline)?n.newline:`
|
|
251
|
-
`,this._explicitDatatype=!!n.explicitDatatype}o(ft,"Generator");ft.prototype.toQuery=function(n){var e="";return n.queryType&&(e+=n.queryType.toUpperCase()+" "),n.reduced&&(e+="REDUCED "),n.distinct&&(e+="DISTINCT "),n.variables?e+=Gr(n.variables,void 0,function(t){return/^[?$]/.test(t)?t:ss(t)?this.toEntity(t):"("+this.toExpression(t.expression)+" AS "+Sf(t.variable)+")"},this)+" ":n.template&&(e+=this.group(n.template,!0)+this._newline),n.from&&(e+=this.graphs("FROM ",n.from.default)+this.graphs("FROM NAMED ",n.from.named)),n.where&&(e+="WHERE "+this.group(n.where,!0)+this._newline),n.updates&&(e+=Gr(n.updates,";"+this._newline,this.toUpdate,this)),n.group&&(e+="GROUP BY "+Gr(n.group,void 0,function(t){var r=ss(t.expression)?this.toEntity(t.expression):"("+this.toExpression(t.expression)+")";return t.variable?"("+r+" AS "+Sf(t.variable)+")":r},this)+this._newline),n.having&&(e+="HAVING ("+Gr(n.having,void 0,this.toExpression,this)+")"+this._newline),n.order&&(e+="ORDER BY "+Gr(n.order,void 0,function(t){var r="("+this.toExpression(t.expression)+")";return t.descending?"DESC "+r:r},this)+this._newline),n.offset&&(e+="OFFSET "+n.offset+this._newline),n.limit&&(e+="LIMIT "+n.limit+this._newline),n.values&&(e+=this.values(n)),e=this.baseAndPrefixes(n)+e,e.trim()};ft.prototype.baseAndPrefixes=function(n){var e=n.base?"BASE <"+n.base+">"+this._newline:"",t="";for(var r in n.prefixes)(this._options.allPrefixes||this._usedPrefixes[r])&&(t+="PREFIX "+r+": <"+n.prefixes[r]+">"+this._newline);return e+t};ft.prototype.toPattern=function(n){var e=n.type||n instanceof Array&&"array"||(n.subject&&n.predicate&&n.object?"triple":"");if(!(e in this))throw new Error("Unknown entry type: "+e);return this[e](n)};ft.prototype.triple=function(n){return this.toEntity(n.subject)+" "+this.toEntity(n.predicate)+" "+this.toEntity(n.object)+"."};ft.prototype.array=function(n){return Gr(n,this._newline,this.toPattern,this)};ft.prototype.bgp=function(n){return this.encodeTriples(n.triples)};ft.prototype.encodeTriples=function(n){if(!n.length)return"";for(var e=[],t=void 0,r=void 0,i=0;i<n.length;i++){var s=n[i];ra(s.subject,t)?ra(s.predicate,r)?e.push(","):(r=s.predicate,e.push(";"+this._newline,this._indent,this.toEntity(r))):(t&&e.push("."+this._newline),t=s.subject,r=s.predicate,e.push(this.toEntity(t)," ",this.toEntity(r))),e.push(" ",this.toEntity(s.object))}return e.push("."),e.join("")};ft.prototype.graph=function(n){return"GRAPH "+this.toEntity(n.name)+" "+this.group(n)};ft.prototype.graphs=function(n,e){return!e||e.length===0?"":Gr(e,"",function(t){return n+this.toEntity(t)+this._newline},this)};ft.prototype.group=function(n,e){return n=e!==!0?this.array(n.patterns||n.triples):this.toPattern(n.type!=="group"?n:n.patterns),n.indexOf(this._newline)===-1?"{ "+n+" }":"{"+this._newline+this.indent(n)+this._newline+"}"};ft.prototype.query=function(n){return this.toQuery(n)};ft.prototype.filter=function(n){return"FILTER("+this.toExpression(n.expression)+")"};ft.prototype.bind=function(n){return"BIND("+this.toExpression(n.expression)+" AS "+Sf(n.variable)+")"};ft.prototype.optional=function(n){return"OPTIONAL "+this.group(n)};ft.prototype.union=function(n){return Gr(n.patterns,this._newline+"UNION"+this._newline,function(e){return this.group(e,!0)},this)};ft.prototype.minus=function(n){return"MINUS "+this.group(n)};ft.prototype.values=function(n){var e=Object.keys(n.values.reduce(function(i,s){for(var a in s)i[a]=!0;return i},{})),t,r;return e.length===1?t=r="":(t="(",r=")"),"VALUES "+t+e.join(" ")+r+" {"+this._newline+Gr(n.values,this._newline,function(i){return" "+t+Gr(e,void 0,function(s){return i[s]?this.toEntity(i[s]):"UNDEF"},this)+r},this)+this._newline+"}"};ft.prototype.service=function(n){return"SERVICE "+(n.silent?"SILENT ":"")+this.toEntity(n.name)+" "+this.group(n)};ft.prototype.toExpression=function(n){if(ss(n))return this.toEntity(n);switch(n.type.toLowerCase()){case"aggregate":return n.aggregation.toUpperCase()+"("+(n.distinct?"DISTINCT ":"")+this.toExpression(n.expression)+(typeof n.separator=="string"?'; SEPARATOR = "'+n.separator.replace(w_,b_)+'"':"")+")";case"functioncall":return this.toEntity(n.function)+"("+Gr(n.args,", ",this.toExpression,this)+")";case"operation":var e=n.operator.toUpperCase(),t=n.args||[];switch(n.operator.toLowerCase()){case"<":case">":case">=":case"<=":case"&&":case"||":case"=":case"!=":case"+":case"-":case"*":case"/":return(ss(t[0])?this.toEntity(t[0]):"("+this.toExpression(t[0])+")")+" "+e+" "+(ss(t[1])?this.toEntity(t[1]):"("+this.toExpression(t[1])+")");case"!":return"!("+this.toExpression(t[0])+")";case"uplus":return"+("+this.toExpression(t[0])+")";case"uminus":return"-("+this.toExpression(t[0])+")";case"notin":e="NOT IN";case"in":return this.toExpression(t[0])+" "+e+"("+(Fc(t[1])?t[1]:Gr(t[1],", ",this.toExpression,this))+")";case"notexists":e="NOT EXISTS";case"exists":return e+" "+this.group(t[0],!0);default:return e+"("+Gr(t,", ",this.toExpression,this)+")"}default:throw new Error("Unknown expression type: "+n.type)}};ft.prototype.toEntity=function(n){if(ss(n))switch(n.termType){case"Wildcard":return"*";case"Variable":return Sf(n);case"BlankNode":return"_:"+n.value;case"Literal":var e=n.value||"",t=n.language||"",r=n.datatype;if(n='"'+e.replace(w_,b_)+'"',t)n+="@"+t;else if(r){if(!this._explicitDatatype)switch(r.value){case WF:return n;case GF:if(/^\d+$/.test(e))return e+" "}n+="^^"+this.encodeIRI(r.value)}return n;case"Quad":if(!this._sparqlStar)throw new Error("SPARQL* support is not enabled");return n.graph&&n.graph.termType!=="DefaultGraph"?"<< GRAPH "+this.toEntity(n.graph)+" { "+this.toEntity(n.subject)+" "+this.toEntity(n.predicate)+" "+this.toEntity(n.object)+" } >>":"<< "+this.toEntity(n.subject)+" "+this.toEntity(n.predicate)+" "+this.toEntity(n.object)+" >>";default:return this.encodeIRI(n.value)}else{var i=n.items.map(this.toEntity,this),s=n.pathType;switch(s){case"^":case"!":return s+i[0];case"*":case"+":case"?":return"("+i[0]+s+")";default:return"("+i.join(s)+")"}}};var w_=/["\\\t\n\r\b\f]/g,b_=o(function(n){return zF[n]},"escapeReplacer"),zF={"\\":"\\\\",'"':'\\"'," ":"\\t","\n":"\\n","\r":"\\r","\b":"\\b","\f":"\\f"};ft.prototype.encodeIRI=function(n){var e=this._prefixRegex.exec(n);if(e){var t=this._prefixByIri[e[1]];return this._usedPrefixes[t]=!0,t+":"+e[2]}return"<"+n+">"};ft.prototype.toUpdate=function(n){switch(n.type||n.updateType){case"load":return"LOAD"+(n.source?" "+this.toEntity(n.source):"")+(n.destination?" INTO GRAPH "+this.toEntity(n.destination):"");case"insert":return"INSERT DATA "+this.group(n.insert,!0);case"delete":return"DELETE DATA "+this.group(n.delete,!0);case"deletewhere":return"DELETE WHERE "+this.group(n.delete,!0);case"insertdelete":return(n.graph?"WITH "+this.toEntity(n.graph)+this._newline:"")+(n.delete.length?"DELETE "+this.group(n.delete,!0)+this._newline:"")+(n.insert.length?"INSERT "+this.group(n.insert,!0)+this._newline:"")+(n.using?this.graphs("USING ",n.using.default):"")+(n.using?this.graphs("USING NAMED ",n.using.named):"")+"WHERE "+this.group(n.where,!0);case"add":case"copy":case"move":return n.type.toUpperCase()+" "+(n.silent?"SILENT ":"")+(n.source.default?"DEFAULT":this.toEntity(n.source.name))+" TO "+this.toEntity(n.destination.name);case"create":case"clear":case"drop":return n.type.toUpperCase()+(n.silent?" SILENT ":" ")+(n.graph.default?"DEFAULT":n.graph.named?"NAMED":n.graph.all?"ALL":"GRAPH "+this.toEntity(n.graph.name));default:throw new Error("Unknown update query type: "+n.type)}};ft.prototype.indent=function(n){return n.replace(/^/gm,this._indent)};function Sf(n){return"?"+n.value}o(Sf,"variableToString");function Fc(n){return typeof n=="string"}o(Fc,"isString");function ss(n){return typeof n.termType=="string"}o(ss,"isTerm");function ra(n,e){if(!n||!ss(n)||!e||!ss(e)||n.termType!==e.termType)return!1;switch(n.termType){case"Literal":return n.value===e.value&&n.language===e.language&&ra(n.datatype,e.datatype);case"Quad":return ra(n.subject,e.subject)&&ra(n.predicate,e.predicate)&&ra(n.object,e.object)&&ra(n.graph,e.graph);default:return n.value===e.value}}o(ra,"equalTerms");function Gr(n,e,t,r){return n.map(t,r).join(Fc(e)?e:" ")}o(Gr,"mapJoin");function HF(n={}){return{stringify:o(function(e){var t=Object.create(n);return t.prefixes=e.prefixes,new ft(t).toQuery(e)},"stringify"),createGenerator:o(function(){return new ft(n)},"createGenerator")}}o(HF,"_Generator");E_.exports={Generator:HF}});var sy=v(_f=>{"use strict";Object.defineProperty(_f,"__esModule",{value:!0});_f.BlankNode=void 0;var iy=class{static{o(this,"BlankNode")}constructor(e){this.termType="BlankNode",this.value=e}equals(e){return!!e&&e.termType==="BlankNode"&&e.value===this.value}};_f.BlankNode=iy});var ay=v(wf=>{"use strict";Object.defineProperty(wf,"__esModule",{value:!0});wf.DefaultGraph=void 0;var Nc=class{static{o(this,"DefaultGraph")}constructor(){this.termType="DefaultGraph",this.value=""}equals(e){return!!e&&e.termType==="DefaultGraph"}};wf.DefaultGraph=Nc;Nc.INSTANCE=new Nc});var Ef=v(bf=>{"use strict";Object.defineProperty(bf,"__esModule",{value:!0});bf.NamedNode=void 0;var oy=class{static{o(this,"NamedNode")}constructor(e){this.termType="NamedNode",this.value=e}equals(e){return!!e&&e.termType==="NamedNode"&&e.value===this.value}};bf.NamedNode=oy});var cy=v(Tf=>{"use strict";Object.defineProperty(Tf,"__esModule",{value:!0});Tf.Literal=void 0;var A_=Ef(),Lc=class n{static{o(this,"Literal")}constructor(e,t){this.termType="Literal",this.value=e,typeof t=="string"?(this.language=t,this.datatype=n.RDF_LANGUAGE_STRING):t?(this.language="",this.datatype=t):(this.language="",this.datatype=n.XSD_STRING)}equals(e){return!!e&&e.termType==="Literal"&&e.value===this.value&&e.language===this.language&&this.datatype.equals(e.datatype)}};Tf.Literal=Lc;Lc.RDF_LANGUAGE_STRING=new A_.NamedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#langString");Lc.XSD_STRING=new A_.NamedNode("http://www.w3.org/2001/XMLSchema#string")});var ly=v(Af=>{"use strict";Object.defineProperty(Af,"__esModule",{value:!0});Af.Quad=void 0;var uy=class{static{o(this,"Quad")}constructor(e,t,r,i){this.termType="Quad",this.value="",this.subject=e,this.predicate=t,this.object=r,this.graph=i}equals(e){return!!e&&(e.termType==="Quad"||!e.termType)&&this.subject.equals(e.subject)&&this.predicate.equals(e.predicate)&&this.object.equals(e.object)&&this.graph.equals(e.graph)}};Af.Quad=uy});var hy=v(Cf=>{"use strict";Object.defineProperty(Cf,"__esModule",{value:!0});Cf.Variable=void 0;var fy=class{static{o(this,"Variable")}constructor(e){this.termType="Variable",this.value=e}equals(e){return!!e&&e.termType==="Variable"&&e.value===this.value}};Cf.Variable=fy});var x_=v(xf=>{"use strict";Object.defineProperty(xf,"__esModule",{value:!0});xf.DataFactory=void 0;var QF=sy(),YF=ay(),C_=cy(),KF=Ef(),XF=ly(),JF=hy(),ZF=0,dy=class{static{o(this,"DataFactory")}constructor(e){this.blankNodeCounter=0,e=e||{},this.blankNodePrefix=e.blankNodePrefix||`df_${ZF++}_`}namedNode(e){return new KF.NamedNode(e)}blankNode(e){return new QF.BlankNode(e||`${this.blankNodePrefix}${this.blankNodeCounter++}`)}literal(e,t){return new C_.Literal(e,t)}variable(e){return new JF.Variable(e)}defaultGraph(){return YF.DefaultGraph.INSTANCE}quad(e,t,r,i){return new XF.Quad(e,t,r,i||this.defaultGraph())}fromTerm(e){switch(e.termType){case"NamedNode":return this.namedNode(e.value);case"BlankNode":return this.blankNode(e.value);case"Literal":return e.language?this.literal(e.value,e.language):e.datatype.equals(C_.Literal.XSD_STRING)?this.literal(e.value):this.literal(e.value,this.fromTerm(e.datatype));case"Variable":return this.variable(e.value);case"DefaultGraph":return this.defaultGraph();case"Quad":return this.quad(this.fromTerm(e.subject),this.fromTerm(e.predicate),this.fromTerm(e.object),this.fromTerm(e.graph))}}fromQuad(e){return this.fromTerm(e)}resetBlankNodeCounter(){this.blankNodeCounter=0}};xf.DataFactory=dy});var I_=v(Wr=>{"use strict";var eN=Wr&&Wr.__createBinding||(Object.create?(function(n,e,t,r){r===void 0&&(r=t);var i=Object.getOwnPropertyDescriptor(e,t);(!i||("get"in i?!e.__esModule:i.writable||i.configurable))&&(i={enumerable:!0,get:o(function(){return e[t]},"get")}),Object.defineProperty(n,r,i)}):(function(n,e,t,r){r===void 0&&(r=t),n[r]=e[t]})),na=Wr&&Wr.__exportStar||function(n,e){for(var t in n)t!=="default"&&!Object.prototype.hasOwnProperty.call(e,t)&&eN(e,n,t)};Object.defineProperty(Wr,"__esModule",{value:!0});na(sy(),Wr);na(x_(),Wr);na(ay(),Wr);na(cy(),Wr);na(Ef(),Wr);na(ly(),Wr);na(hy(),Wr)});var P_=v((Uq,O_)=>{var{Parser:Li}=__(),{Generator:tN}=T_(),{Wildcard:rN}=ny(),{DataFactory:nN}=I_();function iN({prefixes:n,baseIRI:e,factory:t,pathOnly:r,sparqlStar:i,skipValidation:s,skipUngroupedVariableCheck:a}={}){let c={};for(let l in n??{})c[l]=n[l];let u=new Li;return u.parse=function(){return Li.base=e||"",Li.prefixes=Object.create(c),Li.factory=t||new nN,Li.sparqlStar=!!i,Li.pathOnly=!!r,Li.skipValidation=!!s||!!a,Li.prototype.parse.apply(u,arguments)},u._resetBlanks=Li._resetBlanks,u}o(iN,"_Parser");O_.exports={Parser:iN,Generator:tN,Wildcard:rN}});var my=v(Wa=>{"use strict";Object.defineProperty(Wa,"__esModule",{value:!0});Wa.CaseWhenTransformerError=Wa.CaseWhenTransformer=void 0;var py=class{static{o(this,"CaseWhenTransformer")}transform(e){let t=e,r,i=0,s=100;do if(r=t,t=this.transformSinglePass(t),i++,i>s)throw new Mi("Too many nested CASE expressions (max 100 iterations)");while(t!==r);return t}transformSinglePass(e){let t=this.findCasePositions(e);if(t.length===0)return e;let r=e;for(let i=t.length-1;i>=0;i--){let s=t[i],a=this.extractCaseExpression(r,s);if(a){let c=this.convertCaseToIf(a.content);r=r.substring(0,s)+c+r.substring(s+a.length)}}return r}findCasePositions(e){let t=[],r=e.toUpperCase(),i=0;for(;i<e.length;){if(e[i]==="'"||e[i]==='"'){let s=e[i];for(i++;i<e.length&&e[i]!==s;)e[i]==="\\"&&i++,i++;i++;continue}if(r.substring(i,i+4)==="CASE"&&this.isWordBoundary(e,i,4)){t.push(i),i+=4;continue}i++}return t}extractCaseExpression(e,t){let r=1,i=t+4,s=e.toUpperCase();for(;i<e.length&&r>0;){if(e[i]==="'"||e[i]==='"'){let a=e[i];for(i++;i<e.length&&e[i]!==a;)e[i]==="\\"&&i++,i++;i++;continue}if(s.substring(i,i+4)==="CASE"&&this.isWordBoundary(e,i,4)){r++,i+=4;continue}if(s.substring(i,i+3)==="END"&&this.isWordBoundary(e,i,3)){if(r--,r===0){let a=e.substring(t,i+3);return{content:a,length:a.length}}i+=3;continue}i++}if(r>0)throw new Mi(`Unclosed CASE expression at position ${t}`);return null}isWordBoundary(e,t,r){let i=t>0?e[t-1]:"",s=t===0||!/[a-zA-Z0-9_?$]/.test(i),a=t+r<e.length?e[t+r]:"",c=t+r>=e.length||!/[a-zA-Z0-9_]/.test(a);return s&&c}convertCaseToIf(e){let t=this.extractWhenClauses(e),r=this.extractElseClause(e);if(t.length===0)throw new Mi("CASE expression must have at least one WHEN clause");let i=r!==null?r:'""';for(let s=t.length-1;s>=0;s--){let{condition:a,result:c}=t[s];i=`IF(${a}, ${c}, ${i})`}return i}extractWhenClauses(e){let t=[],r=e.replace(/^\s*CASE\s+/i,"").replace(/\s*END\s*$/i,""),i=this.findKeywordPositions(r,"WHEN"),s=this.findKeywordPositions(r,"ELSE"),a=s.length>0?s[0]:r.length;for(let c=0;c<i.length;c++){let u=i[c]+4,l=c+1<i.length?i[c+1]:a,f=r.substring(u,l).trim(),h=this.parseWhenClause(f);h&&t.push(h)}return t}findKeywordPositions(e,t){let r=[],i=e.toUpperCase(),s=0,a=0;for(;s<e.length;){let c=e[s];if(c==="'"||c==='"'){let u=c;for(s++;s<e.length&&e[s]!==u;)e[s]==="\\"&&s++,s++;s++;continue}if(c==="("){a++,s++;continue}if(c===")"){a--,s++;continue}if(a===0&&i.substring(s,s+t.length)===t&&this.isWordBoundary(e,s,t.length)){r.push(s),s+=t.length;continue}s++}return r}parseWhenClause(e){let t=this.findKeywordPositions(e,"THEN");if(t.length===0)throw new Mi(`WHEN clause missing THEN keyword: ${e.substring(0,50)}...`);let r=t[0],i=e.substring(0,r).trim(),s=e.substring(r+4).trim();if(!i)throw new Mi("WHEN clause has empty condition");if(!s)throw new Mi("WHEN clause has empty result");return{condition:i,result:s}}extractElseClause(e){let t=e.replace(/^\s*CASE\s+/i,"").replace(/\s*END\s*$/i,""),r=this.findKeywordPositions(t,"ELSE");if(r.length>0){let i=r[0];return t.substring(i+4).trim()}return null}};Wa.CaseWhenTransformer=py;var Mi=class extends Error{static{o(this,"CaseWhenTransformerError")}constructor(e){super(`CASE WHEN transformation error: ${e}`),this.name="CaseWhenTransformerError"}};Wa.CaseWhenTransformerError=Mi});var gy=v(za=>{"use strict";Object.defineProperty(za,"__esModule",{value:!0});za.LateralTransformerError=za.LateralTransformer=void 0;var If=class n{static{o(this,"LateralTransformer")}transform(e){let t=e,r,i=0,s=100;do if(r=t,t=this.transformSinglePass(t),i++,i>s)throw new as("Too many nested LATERAL joins (max 100 iterations)");while(t!==r);return t}hasLateral(e){return this.findLateralPositions(e).length>0}static isLateralJoin(e){if(e.type==="group"&&e.patterns){for(let t of e.patterns)if(t.type==="query"&&t.queryType==="SELECT"&&t.variables&&Array.isArray(t.variables)){for(let r of t.variables)if(r.termType==="Variable"&&r.value===n.LATERAL_MARKER)return!0}}if(e.type==="query"&&e.queryType==="SELECT"&&e.variables&&Array.isArray(e.variables)){for(let t of e.variables)if(t.termType==="Variable"&&t.value===n.LATERAL_MARKER)return!0}return!1}transformSinglePass(e){let t=this.findLateralPositions(e);if(t.length===0)return e;let r=e;for(let i=t.length-1;i>=0;i--){let s=t[i],a=this.extractLateralExpression(r,s);if(a){let c=this.transformLateral(a.content);r=r.substring(0,s)+c+r.substring(s+a.length)}}return r}findLateralPositions(e){let t=[],r=e.toUpperCase(),i=0;for(;i<e.length;){if(e[i]==="'"||e[i]==='"'){let s=e[i];for(i++;i<e.length&&e[i]!==s;)e[i]==="\\"&&i++,i++;i++;continue}if(e[i]==="#"){for(;i<e.length&&e[i]!==`
|
|
251
|
+
`,this._explicitDatatype=!!n.explicitDatatype}o(ft,"Generator");ft.prototype.toQuery=function(n){var e="";return n.queryType&&(e+=n.queryType.toUpperCase()+" "),n.reduced&&(e+="REDUCED "),n.distinct&&(e+="DISTINCT "),n.variables?e+=Wr(n.variables,void 0,function(t){return/^[?$]/.test(t)?t:ss(t)?this.toEntity(t):"("+this.toExpression(t.expression)+" AS "+Sf(t.variable)+")"},this)+" ":n.template&&(e+=this.group(n.template,!0)+this._newline),n.from&&(e+=this.graphs("FROM ",n.from.default)+this.graphs("FROM NAMED ",n.from.named)),n.where&&(e+="WHERE "+this.group(n.where,!0)+this._newline),n.updates&&(e+=Wr(n.updates,";"+this._newline,this.toUpdate,this)),n.group&&(e+="GROUP BY "+Wr(n.group,void 0,function(t){var r=ss(t.expression)?this.toEntity(t.expression):"("+this.toExpression(t.expression)+")";return t.variable?"("+r+" AS "+Sf(t.variable)+")":r},this)+this._newline),n.having&&(e+="HAVING ("+Wr(n.having,void 0,this.toExpression,this)+")"+this._newline),n.order&&(e+="ORDER BY "+Wr(n.order,void 0,function(t){var r="("+this.toExpression(t.expression)+")";return t.descending?"DESC "+r:r},this)+this._newline),n.offset&&(e+="OFFSET "+n.offset+this._newline),n.limit&&(e+="LIMIT "+n.limit+this._newline),n.values&&(e+=this.values(n)),e=this.baseAndPrefixes(n)+e,e.trim()};ft.prototype.baseAndPrefixes=function(n){var e=n.base?"BASE <"+n.base+">"+this._newline:"",t="";for(var r in n.prefixes)(this._options.allPrefixes||this._usedPrefixes[r])&&(t+="PREFIX "+r+": <"+n.prefixes[r]+">"+this._newline);return e+t};ft.prototype.toPattern=function(n){var e=n.type||n instanceof Array&&"array"||(n.subject&&n.predicate&&n.object?"triple":"");if(!(e in this))throw new Error("Unknown entry type: "+e);return this[e](n)};ft.prototype.triple=function(n){return this.toEntity(n.subject)+" "+this.toEntity(n.predicate)+" "+this.toEntity(n.object)+"."};ft.prototype.array=function(n){return Wr(n,this._newline,this.toPattern,this)};ft.prototype.bgp=function(n){return this.encodeTriples(n.triples)};ft.prototype.encodeTriples=function(n){if(!n.length)return"";for(var e=[],t=void 0,r=void 0,i=0;i<n.length;i++){var s=n[i];ra(s.subject,t)?ra(s.predicate,r)?e.push(","):(r=s.predicate,e.push(";"+this._newline,this._indent,this.toEntity(r))):(t&&e.push("."+this._newline),t=s.subject,r=s.predicate,e.push(this.toEntity(t)," ",this.toEntity(r))),e.push(" ",this.toEntity(s.object))}return e.push("."),e.join("")};ft.prototype.graph=function(n){return"GRAPH "+this.toEntity(n.name)+" "+this.group(n)};ft.prototype.graphs=function(n,e){return!e||e.length===0?"":Wr(e,"",function(t){return n+this.toEntity(t)+this._newline},this)};ft.prototype.group=function(n,e){return n=e!==!0?this.array(n.patterns||n.triples):this.toPattern(n.type!=="group"?n:n.patterns),n.indexOf(this._newline)===-1?"{ "+n+" }":"{"+this._newline+this.indent(n)+this._newline+"}"};ft.prototype.query=function(n){return this.toQuery(n)};ft.prototype.filter=function(n){return"FILTER("+this.toExpression(n.expression)+")"};ft.prototype.bind=function(n){return"BIND("+this.toExpression(n.expression)+" AS "+Sf(n.variable)+")"};ft.prototype.optional=function(n){return"OPTIONAL "+this.group(n)};ft.prototype.union=function(n){return Wr(n.patterns,this._newline+"UNION"+this._newline,function(e){return this.group(e,!0)},this)};ft.prototype.minus=function(n){return"MINUS "+this.group(n)};ft.prototype.values=function(n){var e=Object.keys(n.values.reduce(function(i,s){for(var a in s)i[a]=!0;return i},{})),t,r;return e.length===1?t=r="":(t="(",r=")"),"VALUES "+t+e.join(" ")+r+" {"+this._newline+Wr(n.values,this._newline,function(i){return" "+t+Wr(e,void 0,function(s){return i[s]?this.toEntity(i[s]):"UNDEF"},this)+r},this)+this._newline+"}"};ft.prototype.service=function(n){return"SERVICE "+(n.silent?"SILENT ":"")+this.toEntity(n.name)+" "+this.group(n)};ft.prototype.toExpression=function(n){if(ss(n))return this.toEntity(n);switch(n.type.toLowerCase()){case"aggregate":return n.aggregation.toUpperCase()+"("+(n.distinct?"DISTINCT ":"")+this.toExpression(n.expression)+(typeof n.separator=="string"?'; SEPARATOR = "'+n.separator.replace(w_,b_)+'"':"")+")";case"functioncall":return this.toEntity(n.function)+"("+Wr(n.args,", ",this.toExpression,this)+")";case"operation":var e=n.operator.toUpperCase(),t=n.args||[];switch(n.operator.toLowerCase()){case"<":case">":case">=":case"<=":case"&&":case"||":case"=":case"!=":case"+":case"-":case"*":case"/":return(ss(t[0])?this.toEntity(t[0]):"("+this.toExpression(t[0])+")")+" "+e+" "+(ss(t[1])?this.toEntity(t[1]):"("+this.toExpression(t[1])+")");case"!":return"!("+this.toExpression(t[0])+")";case"uplus":return"+("+this.toExpression(t[0])+")";case"uminus":return"-("+this.toExpression(t[0])+")";case"notin":e="NOT IN";case"in":return this.toExpression(t[0])+" "+e+"("+(Fc(t[1])?t[1]:Wr(t[1],", ",this.toExpression,this))+")";case"notexists":e="NOT EXISTS";case"exists":return e+" "+this.group(t[0],!0);default:return e+"("+Wr(t,", ",this.toExpression,this)+")"}default:throw new Error("Unknown expression type: "+n.type)}};ft.prototype.toEntity=function(n){if(ss(n))switch(n.termType){case"Wildcard":return"*";case"Variable":return Sf(n);case"BlankNode":return"_:"+n.value;case"Literal":var e=n.value||"",t=n.language||"",r=n.datatype;if(n='"'+e.replace(w_,b_)+'"',t)n+="@"+t;else if(r){if(!this._explicitDatatype)switch(r.value){case WF:return n;case GF:if(/^\d+$/.test(e))return e+" "}n+="^^"+this.encodeIRI(r.value)}return n;case"Quad":if(!this._sparqlStar)throw new Error("SPARQL* support is not enabled");return n.graph&&n.graph.termType!=="DefaultGraph"?"<< GRAPH "+this.toEntity(n.graph)+" { "+this.toEntity(n.subject)+" "+this.toEntity(n.predicate)+" "+this.toEntity(n.object)+" } >>":"<< "+this.toEntity(n.subject)+" "+this.toEntity(n.predicate)+" "+this.toEntity(n.object)+" >>";default:return this.encodeIRI(n.value)}else{var i=n.items.map(this.toEntity,this),s=n.pathType;switch(s){case"^":case"!":return s+i[0];case"*":case"+":case"?":return"("+i[0]+s+")";default:return"("+i.join(s)+")"}}};var w_=/["\\\t\n\r\b\f]/g,b_=o(function(n){return zF[n]},"escapeReplacer"),zF={"\\":"\\\\",'"':'\\"'," ":"\\t","\n":"\\n","\r":"\\r","\b":"\\b","\f":"\\f"};ft.prototype.encodeIRI=function(n){var e=this._prefixRegex.exec(n);if(e){var t=this._prefixByIri[e[1]];return this._usedPrefixes[t]=!0,t+":"+e[2]}return"<"+n+">"};ft.prototype.toUpdate=function(n){switch(n.type||n.updateType){case"load":return"LOAD"+(n.source?" "+this.toEntity(n.source):"")+(n.destination?" INTO GRAPH "+this.toEntity(n.destination):"");case"insert":return"INSERT DATA "+this.group(n.insert,!0);case"delete":return"DELETE DATA "+this.group(n.delete,!0);case"deletewhere":return"DELETE WHERE "+this.group(n.delete,!0);case"insertdelete":return(n.graph?"WITH "+this.toEntity(n.graph)+this._newline:"")+(n.delete.length?"DELETE "+this.group(n.delete,!0)+this._newline:"")+(n.insert.length?"INSERT "+this.group(n.insert,!0)+this._newline:"")+(n.using?this.graphs("USING ",n.using.default):"")+(n.using?this.graphs("USING NAMED ",n.using.named):"")+"WHERE "+this.group(n.where,!0);case"add":case"copy":case"move":return n.type.toUpperCase()+" "+(n.silent?"SILENT ":"")+(n.source.default?"DEFAULT":this.toEntity(n.source.name))+" TO "+this.toEntity(n.destination.name);case"create":case"clear":case"drop":return n.type.toUpperCase()+(n.silent?" SILENT ":" ")+(n.graph.default?"DEFAULT":n.graph.named?"NAMED":n.graph.all?"ALL":"GRAPH "+this.toEntity(n.graph.name));default:throw new Error("Unknown update query type: "+n.type)}};ft.prototype.indent=function(n){return n.replace(/^/gm,this._indent)};function Sf(n){return"?"+n.value}o(Sf,"variableToString");function Fc(n){return typeof n=="string"}o(Fc,"isString");function ss(n){return typeof n.termType=="string"}o(ss,"isTerm");function ra(n,e){if(!n||!ss(n)||!e||!ss(e)||n.termType!==e.termType)return!1;switch(n.termType){case"Literal":return n.value===e.value&&n.language===e.language&&ra(n.datatype,e.datatype);case"Quad":return ra(n.subject,e.subject)&&ra(n.predicate,e.predicate)&&ra(n.object,e.object)&&ra(n.graph,e.graph);default:return n.value===e.value}}o(ra,"equalTerms");function Wr(n,e,t,r){return n.map(t,r).join(Fc(e)?e:" ")}o(Wr,"mapJoin");function HF(n={}){return{stringify:o(function(e){var t=Object.create(n);return t.prefixes=e.prefixes,new ft(t).toQuery(e)},"stringify"),createGenerator:o(function(){return new ft(n)},"createGenerator")}}o(HF,"_Generator");E_.exports={Generator:HF}});var sy=v(_f=>{"use strict";Object.defineProperty(_f,"__esModule",{value:!0});_f.BlankNode=void 0;var iy=class{static{o(this,"BlankNode")}constructor(e){this.termType="BlankNode",this.value=e}equals(e){return!!e&&e.termType==="BlankNode"&&e.value===this.value}};_f.BlankNode=iy});var ay=v(wf=>{"use strict";Object.defineProperty(wf,"__esModule",{value:!0});wf.DefaultGraph=void 0;var Nc=class{static{o(this,"DefaultGraph")}constructor(){this.termType="DefaultGraph",this.value=""}equals(e){return!!e&&e.termType==="DefaultGraph"}};wf.DefaultGraph=Nc;Nc.INSTANCE=new Nc});var Ef=v(bf=>{"use strict";Object.defineProperty(bf,"__esModule",{value:!0});bf.NamedNode=void 0;var oy=class{static{o(this,"NamedNode")}constructor(e){this.termType="NamedNode",this.value=e}equals(e){return!!e&&e.termType==="NamedNode"&&e.value===this.value}};bf.NamedNode=oy});var cy=v(Tf=>{"use strict";Object.defineProperty(Tf,"__esModule",{value:!0});Tf.Literal=void 0;var A_=Ef(),Lc=class n{static{o(this,"Literal")}constructor(e,t){this.termType="Literal",this.value=e,typeof t=="string"?(this.language=t,this.datatype=n.RDF_LANGUAGE_STRING):t?(this.language="",this.datatype=t):(this.language="",this.datatype=n.XSD_STRING)}equals(e){return!!e&&e.termType==="Literal"&&e.value===this.value&&e.language===this.language&&this.datatype.equals(e.datatype)}};Tf.Literal=Lc;Lc.RDF_LANGUAGE_STRING=new A_.NamedNode("http://www.w3.org/1999/02/22-rdf-syntax-ns#langString");Lc.XSD_STRING=new A_.NamedNode("http://www.w3.org/2001/XMLSchema#string")});var ly=v(Af=>{"use strict";Object.defineProperty(Af,"__esModule",{value:!0});Af.Quad=void 0;var uy=class{static{o(this,"Quad")}constructor(e,t,r,i){this.termType="Quad",this.value="",this.subject=e,this.predicate=t,this.object=r,this.graph=i}equals(e){return!!e&&(e.termType==="Quad"||!e.termType)&&this.subject.equals(e.subject)&&this.predicate.equals(e.predicate)&&this.object.equals(e.object)&&this.graph.equals(e.graph)}};Af.Quad=uy});var hy=v(Cf=>{"use strict";Object.defineProperty(Cf,"__esModule",{value:!0});Cf.Variable=void 0;var fy=class{static{o(this,"Variable")}constructor(e){this.termType="Variable",this.value=e}equals(e){return!!e&&e.termType==="Variable"&&e.value===this.value}};Cf.Variable=fy});var x_=v(xf=>{"use strict";Object.defineProperty(xf,"__esModule",{value:!0});xf.DataFactory=void 0;var QF=sy(),YF=ay(),C_=cy(),KF=Ef(),XF=ly(),JF=hy(),ZF=0,dy=class{static{o(this,"DataFactory")}constructor(e){this.blankNodeCounter=0,e=e||{},this.blankNodePrefix=e.blankNodePrefix||`df_${ZF++}_`}namedNode(e){return new KF.NamedNode(e)}blankNode(e){return new QF.BlankNode(e||`${this.blankNodePrefix}${this.blankNodeCounter++}`)}literal(e,t){return new C_.Literal(e,t)}variable(e){return new JF.Variable(e)}defaultGraph(){return YF.DefaultGraph.INSTANCE}quad(e,t,r,i){return new XF.Quad(e,t,r,i||this.defaultGraph())}fromTerm(e){switch(e.termType){case"NamedNode":return this.namedNode(e.value);case"BlankNode":return this.blankNode(e.value);case"Literal":return e.language?this.literal(e.value,e.language):e.datatype.equals(C_.Literal.XSD_STRING)?this.literal(e.value):this.literal(e.value,this.fromTerm(e.datatype));case"Variable":return this.variable(e.value);case"DefaultGraph":return this.defaultGraph();case"Quad":return this.quad(this.fromTerm(e.subject),this.fromTerm(e.predicate),this.fromTerm(e.object),this.fromTerm(e.graph))}}fromQuad(e){return this.fromTerm(e)}resetBlankNodeCounter(){this.blankNodeCounter=0}};xf.DataFactory=dy});var I_=v(zr=>{"use strict";var eN=zr&&zr.__createBinding||(Object.create?(function(n,e,t,r){r===void 0&&(r=t);var i=Object.getOwnPropertyDescriptor(e,t);(!i||("get"in i?!e.__esModule:i.writable||i.configurable))&&(i={enumerable:!0,get:o(function(){return e[t]},"get")}),Object.defineProperty(n,r,i)}):(function(n,e,t,r){r===void 0&&(r=t),n[r]=e[t]})),na=zr&&zr.__exportStar||function(n,e){for(var t in n)t!=="default"&&!Object.prototype.hasOwnProperty.call(e,t)&&eN(e,n,t)};Object.defineProperty(zr,"__esModule",{value:!0});na(sy(),zr);na(x_(),zr);na(ay(),zr);na(cy(),zr);na(Ef(),zr);na(ly(),zr);na(hy(),zr)});var P_=v((Uq,O_)=>{var{Parser:Li}=__(),{Generator:tN}=T_(),{Wildcard:rN}=ny(),{DataFactory:nN}=I_();function iN({prefixes:n,baseIRI:e,factory:t,pathOnly:r,sparqlStar:i,skipValidation:s,skipUngroupedVariableCheck:a}={}){let c={};for(let l in n??{})c[l]=n[l];let u=new Li;return u.parse=function(){return Li.base=e||"",Li.prefixes=Object.create(c),Li.factory=t||new nN,Li.sparqlStar=!!i,Li.pathOnly=!!r,Li.skipValidation=!!s||!!a,Li.prototype.parse.apply(u,arguments)},u._resetBlanks=Li._resetBlanks,u}o(iN,"_Parser");O_.exports={Parser:iN,Generator:tN,Wildcard:rN}});var my=v(Wa=>{"use strict";Object.defineProperty(Wa,"__esModule",{value:!0});Wa.CaseWhenTransformerError=Wa.CaseWhenTransformer=void 0;var py=class{static{o(this,"CaseWhenTransformer")}transform(e){let t=e,r,i=0,s=100;do if(r=t,t=this.transformSinglePass(t),i++,i>s)throw new Mi("Too many nested CASE expressions (max 100 iterations)");while(t!==r);return t}transformSinglePass(e){let t=this.findCasePositions(e);if(t.length===0)return e;let r=e;for(let i=t.length-1;i>=0;i--){let s=t[i],a=this.extractCaseExpression(r,s);if(a){let c=this.convertCaseToIf(a.content);r=r.substring(0,s)+c+r.substring(s+a.length)}}return r}findCasePositions(e){let t=[],r=e.toUpperCase(),i=0;for(;i<e.length;){if(e[i]==="'"||e[i]==='"'){let s=e[i];for(i++;i<e.length&&e[i]!==s;)e[i]==="\\"&&i++,i++;i++;continue}if(r.substring(i,i+4)==="CASE"&&this.isWordBoundary(e,i,4)){t.push(i),i+=4;continue}i++}return t}extractCaseExpression(e,t){let r=1,i=t+4,s=e.toUpperCase();for(;i<e.length&&r>0;){if(e[i]==="'"||e[i]==='"'){let a=e[i];for(i++;i<e.length&&e[i]!==a;)e[i]==="\\"&&i++,i++;i++;continue}if(s.substring(i,i+4)==="CASE"&&this.isWordBoundary(e,i,4)){r++,i+=4;continue}if(s.substring(i,i+3)==="END"&&this.isWordBoundary(e,i,3)){if(r--,r===0){let a=e.substring(t,i+3);return{content:a,length:a.length}}i+=3;continue}i++}if(r>0)throw new Mi(`Unclosed CASE expression at position ${t}`);return null}isWordBoundary(e,t,r){let i=t>0?e[t-1]:"",s=t===0||!/[a-zA-Z0-9_?$]/.test(i),a=t+r<e.length?e[t+r]:"",c=t+r>=e.length||!/[a-zA-Z0-9_]/.test(a);return s&&c}convertCaseToIf(e){let t=this.extractWhenClauses(e),r=this.extractElseClause(e);if(t.length===0)throw new Mi("CASE expression must have at least one WHEN clause");let i=r!==null?r:'""';for(let s=t.length-1;s>=0;s--){let{condition:a,result:c}=t[s];i=`IF(${a}, ${c}, ${i})`}return i}extractWhenClauses(e){let t=[],r=e.replace(/^\s*CASE\s+/i,"").replace(/\s*END\s*$/i,""),i=this.findKeywordPositions(r,"WHEN"),s=this.findKeywordPositions(r,"ELSE"),a=s.length>0?s[0]:r.length;for(let c=0;c<i.length;c++){let u=i[c]+4,l=c+1<i.length?i[c+1]:a,f=r.substring(u,l).trim(),h=this.parseWhenClause(f);h&&t.push(h)}return t}findKeywordPositions(e,t){let r=[],i=e.toUpperCase(),s=0,a=0;for(;s<e.length;){let c=e[s];if(c==="'"||c==='"'){let u=c;for(s++;s<e.length&&e[s]!==u;)e[s]==="\\"&&s++,s++;s++;continue}if(c==="("){a++,s++;continue}if(c===")"){a--,s++;continue}if(a===0&&i.substring(s,s+t.length)===t&&this.isWordBoundary(e,s,t.length)){r.push(s),s+=t.length;continue}s++}return r}parseWhenClause(e){let t=this.findKeywordPositions(e,"THEN");if(t.length===0)throw new Mi(`WHEN clause missing THEN keyword: ${e.substring(0,50)}...`);let r=t[0],i=e.substring(0,r).trim(),s=e.substring(r+4).trim();if(!i)throw new Mi("WHEN clause has empty condition");if(!s)throw new Mi("WHEN clause has empty result");return{condition:i,result:s}}extractElseClause(e){let t=e.replace(/^\s*CASE\s+/i,"").replace(/\s*END\s*$/i,""),r=this.findKeywordPositions(t,"ELSE");if(r.length>0){let i=r[0];return t.substring(i+4).trim()}return null}};Wa.CaseWhenTransformer=py;var Mi=class extends Error{static{o(this,"CaseWhenTransformerError")}constructor(e){super(`CASE WHEN transformation error: ${e}`),this.name="CaseWhenTransformerError"}};Wa.CaseWhenTransformerError=Mi});var gy=v(za=>{"use strict";Object.defineProperty(za,"__esModule",{value:!0});za.LateralTransformerError=za.LateralTransformer=void 0;var If=class n{static{o(this,"LateralTransformer")}transform(e){let t=e,r,i=0,s=100;do if(r=t,t=this.transformSinglePass(t),i++,i>s)throw new as("Too many nested LATERAL joins (max 100 iterations)");while(t!==r);return t}hasLateral(e){return this.findLateralPositions(e).length>0}static isLateralJoin(e){if(e.type==="group"&&e.patterns){for(let t of e.patterns)if(t.type==="query"&&t.queryType==="SELECT"&&t.variables&&Array.isArray(t.variables)){for(let r of t.variables)if(r.termType==="Variable"&&r.value===n.LATERAL_MARKER)return!0}}if(e.type==="query"&&e.queryType==="SELECT"&&e.variables&&Array.isArray(e.variables)){for(let t of e.variables)if(t.termType==="Variable"&&t.value===n.LATERAL_MARKER)return!0}return!1}transformSinglePass(e){let t=this.findLateralPositions(e);if(t.length===0)return e;let r=e;for(let i=t.length-1;i>=0;i--){let s=t[i],a=this.extractLateralExpression(r,s);if(a){let c=this.transformLateral(a.content);r=r.substring(0,s)+c+r.substring(s+a.length)}}return r}findLateralPositions(e){let t=[],r=e.toUpperCase(),i=0;for(;i<e.length;){if(e[i]==="'"||e[i]==='"'){let s=e[i];for(i++;i<e.length&&e[i]!==s;)e[i]==="\\"&&i++,i++;i++;continue}if(e[i]==="#"){for(;i<e.length&&e[i]!==`
|
|
252
252
|
`;)i++;continue}if(r.substring(i,i+7)==="LATERAL"&&this.isWordBoundary(e,i,7)){t.push(i),i+=7;continue}i++}return t}extractLateralExpression(e,t){let r=t+7;for(;r<e.length&&/\s/.test(e[r]);)r++;if(e[r]!=="{")throw new as(`Expected '{' after LATERAL keyword at position ${t}`);let i=1;for(r++;r<e.length&&i>0;){if(e[r]==="'"||e[r]==='"'){let s=e[r];for(r++;r<e.length&&e[r]!==s;)e[r]==="\\"&&r++,r++;r++;continue}if(e[r]==="#"){for(;r<e.length&&e[r]!==`
|
|
253
253
|
`;)r++;continue}if(e[r]==="{"){i++,r++;continue}if(e[r]==="}"){if(i--,i===0){let s=e.substring(t,r+1);return{content:s,length:s.length}}r++;continue}r++}if(i>0)throw new as(`Unclosed LATERAL block at position ${t}`);return null}transformLateral(e){let t=e.indexOf("{");if(t===-1)throw new as("LATERAL expression missing opening brace");let r=e.substring(t+1,e.length-1).trim();if(!r.toUpperCase().trim().startsWith("SELECT"))throw new as("LATERAL block must contain a SELECT subquery");let a=r.toUpperCase().indexOf("SELECT")+6;for(;a<r.length&&/\s/.test(r[a]);)a++;let c=r.substring(a).toUpperCase();return c.startsWith("DISTINCT")?a+=8:c.startsWith("REDUCED")&&(a+=7),`{ ${r.substring(0,a)+` ?${n.LATERAL_MARKER}`+r.substring(a)} }`}isWordBoundary(e,t,r){let i=t>0?e[t-1]:"",s=t===0||!/[a-zA-Z0-9_]/.test(i),a=t+r<e.length?e[t+r]:"",c=t+r>=e.length||!/[a-zA-Z0-9_]/.test(a);return s&&c}};za.LateralTransformer=If;If.LATERAL_MARKER="__LATERAL_JOIN__";var as=class extends Error{static{o(this,"LateralTransformerError")}constructor(e){super(`LATERAL transformation error: ${e}`),this.name="LateralTransformerError"}};za.LateralTransformerError=as});var D_=v(os=>{"use strict";Object.defineProperty(os,"__esModule",{value:!0});os.PrefixStarTransformerError=os.PrefixStarTransformer=os.WellKnownPrefixResolver=void 0;var Of=class{static{o(this,"WellKnownPrefixResolver")}constructor(){this.wellKnownPrefixes=new Map;let e=new Map;e.set("schema","http://schema.org/"),this.wellKnownPrefixes.set("http://schema.org/",e);let t=new Map;t.set("foaf","http://xmlns.com/foaf/0.1/"),this.wellKnownPrefixes.set("http://xmlns.com/foaf/0.1/",t);let r=new Map;r.set("dc","http://purl.org/dc/elements/1.1/"),r.set("dcterms","http://purl.org/dc/terms/"),this.wellKnownPrefixes.set("http://purl.org/dc/elements/1.1/",r),this.wellKnownPrefixes.set("http://purl.org/dc/terms/",r);let i=new Map;i.set("rdf","http://www.w3.org/1999/02/22-rdf-syntax-ns#"),i.set("rdfs","http://www.w3.org/2000/01/rdf-schema#"),this.wellKnownPrefixes.set("http://www.w3.org/1999/02/22-rdf-syntax-ns#",i),this.wellKnownPrefixes.set("http://www.w3.org/2000/01/rdf-schema#",i);let s=new Map;s.set("owl","http://www.w3.org/2002/07/owl#"),this.wellKnownPrefixes.set("http://www.w3.org/2002/07/owl#",s);let a=new Map;a.set("xsd","http://www.w3.org/2001/XMLSchema#"),this.wellKnownPrefixes.set("http://www.w3.org/2001/XMLSchema#",a);let c=new Map;c.set("skos","http://www.w3.org/2004/02/skos/core#"),this.wellKnownPrefixes.set("http://www.w3.org/2004/02/skos/core#",c);let u=new Map;u.set("prov","http://www.w3.org/ns/prov#"),this.wellKnownPrefixes.set("http://www.w3.org/ns/prov#",u);let l=new Map;l.set("geo","http://www.w3.org/2003/01/geo/wgs84_pos#"),this.wellKnownPrefixes.set("http://www.w3.org/2003/01/geo/wgs84_pos#",l);let f=new Map;f.set("dcat","http://www.w3.org/ns/dcat#"),this.wellKnownPrefixes.set("http://www.w3.org/ns/dcat#",f)}async resolve(e){let t=e.endsWith("#")||e.endsWith("/")?e:e+(e.includes("#")?"":"/"),r=this.wellKnownPrefixes.get(t);if(r)return r;let i=t.slice(0,-1),s=this.wellKnownPrefixes.get(i);return s||new Map}addVocabulary(e,t){this.wellKnownPrefixes.set(e,t)}};os.WellKnownPrefixResolver=Of;var yy=class{static{o(this,"PrefixStarTransformer")}constructor(e){this.resolver=e??new Of}async transform(e){let t=this.findPrefixStarDeclarations(e);if(t.length===0)return e;let r=[],i=[];for(let a of t)try{let c=await this.resolver.resolve(a.uri);for(let[u,l]of c)r.push(`PREFIX ${u}: <${l}>`);if(c.size===0){let u=this.extractPrefixFromUri(a.uri);u&&r.push(`PREFIX ${u}: <${a.uri}>`)}}catch(c){let u=c instanceof Error?c.message:String(c);i.push(`Failed to resolve vocabulary ${a.uri}: ${u}`)}if(r.length===0&&i.length>0)throw new Ha(i.join("; "));let s=e;for(let a=t.length-1;a>=0;a--){let c=t[a];s=s.substring(0,c.startPos)+s.substring(c.endPos)}return r.length>0&&(s=r.join(`
|
|
254
254
|
`)+`
|
|
@@ -353,7 +353,7 @@ To resolve:
|
|
|
353
353
|
\u2022 Verify all required dependencies are available
|
|
354
354
|
\u2022 Review service logs for detailed error information
|
|
355
355
|
\u2022 Contact support if the issue persists`}};yh.ServiceError=C0});var Pw=v(Ct=>{"use strict";Object.defineProperty(Ct,"__esModule",{value:!0});Ct.ServiceError=Ct.ResourceExhaustedError=Ct.NotFoundError=Ct.PermissionError=Ct.StateTransitionError=Ct.NetworkError=Ct.ValidationError=Ct.ApplicationError=Ct.ErrorCode=void 0;var z4=ci();Object.defineProperty(Ct,"ErrorCode",{enumerable:!0,get:o(function(){return z4.ErrorCode},"get")});var H4=ui();Object.defineProperty(Ct,"ApplicationError",{enumerable:!0,get:o(function(){return H4.ApplicationError},"get")});var Q4=Ew();Object.defineProperty(Ct,"ValidationError",{enumerable:!0,get:o(function(){return Q4.ValidationError},"get")});var Y4=Tw();Object.defineProperty(Ct,"NetworkError",{enumerable:!0,get:o(function(){return Y4.NetworkError},"get")});var K4=Aw();Object.defineProperty(Ct,"StateTransitionError",{enumerable:!0,get:o(function(){return K4.StateTransitionError},"get")});var X4=Cw();Object.defineProperty(Ct,"PermissionError",{enumerable:!0,get:o(function(){return X4.PermissionError},"get")});var J4=xw();Object.defineProperty(Ct,"NotFoundError",{enumerable:!0,get:o(function(){return J4.NotFoundError},"get")});var Z4=Iw();Object.defineProperty(Ct,"ResourceExhaustedError",{enumerable:!0,get:o(function(){return Z4.ResourceExhaustedError},"get")});var e5=Ow();Object.defineProperty(Ct,"ServiceError",{enumerable:!0,get:o(function(){return e5.ServiceError},"get")})});var Dw=v(vh=>{"use strict";Object.defineProperty(vh,"__esModule",{value:!0});vh.ApplicationErrorHandler=void 0;var x0=ui(),t5=ci(),I0=class{static{o(this,"ApplicationErrorHandler")}constructor(e={},t,r){this.logger=t,this.notifier=r,this.telemetryHooks=new Set,this.retryConfig={maxRetries:e.maxRetries??3,initialDelayMs:e.initialDelayMs??1e3,backoffMultiplier:e.backoffMultiplier??2,maxDelayMs:e.maxDelayMs??1e4}}handle(e,t){let r=this.ensureApplicationError(e,t);return this.notifier&&this.notifier.error(r.message),this.callTelemetryHooks("onError",r,t),this.formatError(r)}async executeWithRetry(e,t){let r,i=0;for(;i<=this.retryConfig.maxRetries;)try{return await e()}catch(s){if(r=this.ensureApplicationError(s,t),!r.retriable||i>=this.retryConfig.maxRetries)throw this.callTelemetryHooks("onError",r,t),i>=this.retryConfig.maxRetries&&r.retriable&&this.callTelemetryHooks("onRetryExhausted",r,i+1),r;let a=this.calculateDelay(i);this.callTelemetryHooks("onRetry",r,i+1,a),this.logger?.debug(`Retrying after ${a}ms (attempt ${i+1}/${this.retryConfig.maxRetries})`),await this.sleep(a),i++}throw r}registerTelemetryHook(e){this.telemetryHooks.add(e)}unregisterTelemetryHook(e){this.telemetryHooks.delete(e)}ensureApplicationError(e,t){if(e instanceof x0.ApplicationError){if(t){let i=e,s={...e.context,...t};return new class extends x0.ApplicationError{constructor(){super(...arguments),this.code=i.code,this.retriable=i.retriable,this.guidance=i.guidance}}(e.message,s)}return e}return new class extends x0.ApplicationError{static{o(this,"UnknownError")}constructor(s,a){super(s,{originalError:a.name,...t}),this.code=t5.ErrorCode.UNKNOWN_ERROR,this.retriable=!1,this.guidance="An unexpected error occurred"}}(e.message,e)}formatError(e){let t=[];return t.push(`\u274C ${e.name}: ${e.message}`),e.guidance&&t.push(`\u{1F4A1} ${e.guidance}`),e.context&&Object.keys(e.context).length>0&&t.push(`Context: ${JSON.stringify(e.context,null,2)}`),t.join(`
|
|
356
|
-
`)}calculateDelay(e){let t=this.retryConfig.initialDelayMs*Math.pow(this.retryConfig.backoffMultiplier,e);return Math.min(t,this.retryConfig.maxDelayMs)}sleep(e){return new Promise(t=>setTimeout(t,e))}callTelemetryHooks(e,...t){for(let r of this.telemetryHooks)try{let i=r[e];i&&i.apply(r,t)}catch(i){console.error("Error in telemetry hook:",i)}}};vh.ApplicationErrorHandler=I0});var Rw=v(Sh=>{"use strict";Object.defineProperty(Sh,"__esModule",{value:!0});Sh.ApplicationErrorHandler=void 0;var r5=Dw();Object.defineProperty(Sh,"ApplicationErrorHandler",{enumerable:!0,get:o(function(){return r5.ApplicationErrorHandler},"get")})});var hn=v(y=>{"use strict";var n5=y&&y.__createBinding||(Object.create?(function(n,e,t,r){r===void 0&&(r=t);var i=Object.getOwnPropertyDescriptor(e,t);(!i||("get"in i?!e.__esModule:i.writable||i.configurable))&&(i={enumerable:!0,get:o(function(){return e[t]},"get")}),Object.defineProperty(n,r,i)}):(function(n,e,t,r){r===void 0&&(r=t),n[r]=e[t]})),fn=y&&y.__exportStar||function(n,e){for(var t in n)t!=="default"&&!Object.prototype.hasOwnProperty.call(e,t)&&n5(e,n,t)};Object.defineProperty(y,"__esModule",{value:!0});y.validateParameters=y.fillTemplate=y.findMatchingTemplates=y.KNOWN_PROTOTYPES=y.EFFORT_STATUSES=y.ASSET_CLASSES=y.PREDICATES=y.SPARQL_PREFIXES=y.SPARQL_TEMPLATES=y.DEFAULT_NL_TO_SPARQL_CONFIG=y.NLToSPARQLService=y.TypeRegistry=y.GraphQueryService=y.DEFAULT_SEMANTIC_SEARCH_CONFIG=y.SemanticSearchService=y.DEFAULT_VECTOR_STORE_CONFIG=y.VectorStore=y.DEFAULT_EMBEDDING_CONFIG=y.EmbeddingService=y.GenericAssetCreationService=y.WebhookService=y.URIConstructionService=y.SessionEventService=y.AssetConversionService=y.PlanningService=y.AlgorithmExtractor=y.DynamicFrontmatterGenerator=y.TaskFrontmatterGenerator=y.FleetingNoteCreationService=y.SupervisionCreationService=y.StatusTimestampService=y.RenameToUidService=y.PropertyCleanupService=y.LoggingService=y.LabelToAliasService=y.FolderRepairService=y.EffortVotingService=y.EffortStatusWorkflow=y.ConceptCreationService=y.ClassCreationService=y.AreaHierarchyBuilder=y.AreaCreationService=y.TaskStatusService=y.ProjectCreationService=y.TaskCreationService=y.extractPropertyLabel=y.uriToPropertyName=y.propertyNameToUri=y.rangeToFieldType=y.PropertyFieldType=void 0;y.SPARQLResultCache=y.QueryPlanCache=y.createDoubleLiteral=y.createDecimalLiteral=y.getNumericValue=y.createPercentileAggregate=y.modeAggregate=y.stddevAggregate=y.varianceAggregate=y.medianAggregate=y.EXO_AGGREGATE_NS=y.BUILT_IN_AGGREGATES=y.CustomAggregateError=y.CustomAggregateRegistry=y.AggregateFunctions=y.BuiltInFunctions=y.SolutionMapping=y.UpdateExecutorError=y.UpdateExecutor=y.QueryExecutor=y.DescribeExecutor=y.ConstructExecutor=y.UnionExecutor=y.OptionalExecutor=y.FilterExecutor=y.BGPExecutor=y.AlgebraSerializer=y.AlgebraOptimizer=y.AlgebraTranslator=y.DescribeOptionsTransformerError=y.DescribeOptionsTransformer=y.SPARQLParseError=y.SPARQLParser=y.NoteToRDFConverter=y.RDFVocabularyMapper=y.InMemoryTripleStore=y.RDFSerializer=y.FilenameValidator=y.EffortSortingHelpers=y.MetadataExtractor=y.MetadataHelpers=y.WikiLinkHelpers=y.DateFormatter=y.FrontmatterService=y.DailyReviewService=y.DEFAULT_AUTOCOMPLETE_CONFIG=y.AutocompleteService=y.TrendDetectionService=y.AnalyticsService=y.getTemplateByName=void 0;y.createStreamingSource=y.StreamingLoader=y.resetGlobalPool=y.getGlobalPool=y.MemoryPool=y.CompactGraphStore=y.StringTable=y.DEFAULT_COLORS=y.NODE_FLAGS=y.container=y.resetContainer=y.getContainer=y.createChildContainer=y.registerCoreServices=y.DI_TOKENS=y.TransactionError=y.TripleNotFoundError=y.TripleAlreadyExistsError=y.FileAlreadyExistsError=y.FileNotFoundError=y.FilterContainsOptimizer=y.CaseWhenTransformerError=y.CaseWhenTransformer=y.ResultSerializer=y.createIncrementalIndexer=y.IncrementalIndexer=y.createSPARQLResultCache=void 0;fn(ep(),y);fn(tp(),y);fn(B2(),y);fn(q2(),y);fn(rp(),y);fn(np(),y);fn(W2(),y);fn(Q2(),y);fn(jp(),y);fn(kv(),y);var Fw=Bp();Object.defineProperty(y,"PropertyFieldType",{enumerable:!0,get:o(function(){return Fw.PropertyFieldType},"get")});Object.defineProperty(y,"rangeToFieldType",{enumerable:!0,get:o(function(){return Fw.rangeToFieldType},"get")});var O0=Vv();Object.defineProperty(y,"propertyNameToUri",{enumerable:!0,get:o(function(){return O0.propertyNameToUri},"get")});Object.defineProperty(y,"uriToPropertyName",{enumerable:!0,get:o(function(){return O0.uriToPropertyName},"get")});Object.defineProperty(y,"extractPropertyLabel",{enumerable:!0,get:o(function(){return O0.extractPropertyLabel},"get")});var i5=Rm();Object.defineProperty(y,"TaskCreationService",{enumerable:!0,get:o(function(){return i5.TaskCreationService},"get")});var s5=Nm();Object.defineProperty(y,"ProjectCreationService",{enumerable:!0,get:o(function(){return s5.ProjectCreationService},"get")});var a5=jm();Object.defineProperty(y,"TaskStatusService",{enumerable:!0,get:o(function(){return a5.TaskStatusService},"get")});var o5=Vm();Object.defineProperty(y,"AreaCreationService",{enumerable:!0,get:o(function(){return o5.AreaCreationService},"get")});var c5=Bm();Object.defineProperty(y,"AreaHierarchyBuilder",{enumerable:!0,get:o(function(){return c5.AreaHierarchyBuilder},"get")});var u5=Gm();Object.defineProperty(y,"ClassCreationService",{enumerable:!0,get:o(function(){return u5.ClassCreationService},"get")});var l5=zm();Object.defineProperty(y,"ConceptCreationService",{enumerable:!0,get:o(function(){return l5.ConceptCreationService},"get")});var f5=Xl();Object.defineProperty(y,"EffortStatusWorkflow",{enumerable:!0,get:o(function(){return f5.EffortStatusWorkflow},"get")});var h5=Qm();Object.defineProperty(y,"EffortVotingService",{enumerable:!0,get:o(function(){return h5.EffortVotingService},"get")});var d5=Km();Object.defineProperty(y,"FolderRepairService",{enumerable:!0,get:o(function(){return d5.FolderRepairService},"get")});var p5=Jm();Object.defineProperty(y,"LabelToAliasService",{enumerable:!0,get:o(function(){return p5.LabelToAliasService},"get")});var m5=ts();Object.defineProperty(y,"LoggingService",{enumerable:!0,get:o(function(){return m5.LoggingService},"get")});var g5=tg();Object.defineProperty(y,"PropertyCleanupService",{enumerable:!0,get:o(function(){return g5.PropertyCleanupService},"get")});var y5=ng();Object.defineProperty(y,"RenameToUidService",{enumerable:!0,get:o(function(){return y5.RenameToUidService},"get")});var v5=Jl();Object.defineProperty(y,"StatusTimestampService",{enumerable:!0,get:o(function(){return v5.StatusTimestampService},"get")});var S5=sg();Object.defineProperty(y,"SupervisionCreationService",{enumerable:!0,get:o(function(){return S5.SupervisionCreationService},"get")});var _5=og();Object.defineProperty(y,"FleetingNoteCreationService",{enumerable:!0,get:o(function(){return _5.FleetingNoteCreationService},"get")});var w5=Wl();Object.defineProperty(y,"TaskFrontmatterGenerator",{enumerable:!0,get:o(function(){return w5.TaskFrontmatterGenerator},"get")});var b5=ug();Object.defineProperty(y,"DynamicFrontmatterGenerator",{enumerable:!0,get:o(function(){return b5.DynamicFrontmatterGenerator},"get")});var E5=zl();Object.defineProperty(y,"AlgorithmExtractor",{enumerable:!0,get:o(function(){return E5.AlgorithmExtractor},"get")});var T5=fg();Object.defineProperty(y,"PlanningService",{enumerable:!0,get:o(function(){return T5.PlanningService},"get")});var A5=dg();Object.defineProperty(y,"AssetConversionService",{enumerable:!0,get:o(function(){return A5.AssetConversionService},"get")});var C5=mg();Object.defineProperty(y,"SessionEventService",{enumerable:!0,get:o(function(){return C5.SessionEventService},"get")});var x5=yg();Object.defineProperty(y,"URIConstructionService",{enumerable:!0,get:o(function(){return x5.URIConstructionService},"get")});var I5=qS();Object.defineProperty(y,"WebhookService",{enumerable:!0,get:o(function(){return I5.WebhookService},"get")});var O5=_g();Object.defineProperty(y,"GenericAssetCreationService",{enumerable:!0,get:o(function(){return O5.GenericAssetCreationService},"get")});var Nw=bg();Object.defineProperty(y,"EmbeddingService",{enumerable:!0,get:o(function(){return Nw.EmbeddingService},"get")});Object.defineProperty(y,"DEFAULT_EMBEDDING_CONFIG",{enumerable:!0,get:o(function(){return Nw.DEFAULT_EMBEDDING_CONFIG},"get")});var Lw=Ag();Object.defineProperty(y,"VectorStore",{enumerable:!0,get:o(function(){return Lw.VectorStore},"get")});Object.defineProperty(y,"DEFAULT_VECTOR_STORE_CONFIG",{enumerable:!0,get:o(function(){return Lw.DEFAULT_VECTOR_STORE_CONFIG},"get")});var Mw=HS();Object.defineProperty(y,"SemanticSearchService",{enumerable:!0,get:o(function(){return Mw.SemanticSearchService},"get")});Object.defineProperty(y,"DEFAULT_SEMANTIC_SEARCH_CONFIG",{enumerable:!0,get:o(function(){return Mw.DEFAULT_SEMANTIC_SEARCH_CONFIG},"get")});var P5=QS();Object.defineProperty(y,"GraphQueryService",{enumerable:!0,get:o(function(){return P5.GraphQueryService},"get")});var D5=KS();Object.defineProperty(y,"TypeRegistry",{enumerable:!0,get:o(function(){return D5.TypeRegistry},"get")});var kw=XS();Object.defineProperty(y,"NLToSPARQLService",{enumerable:!0,get:o(function(){return kw.NLToSPARQLService},"get")});Object.defineProperty(y,"DEFAULT_NL_TO_SPARQL_CONFIG",{enumerable:!0,get:o(function(){return kw.DEFAULT_NL_TO_SPARQL_CONFIG},"get")});var li=Og();Object.defineProperty(y,"SPARQL_TEMPLATES",{enumerable:!0,get:o(function(){return li.SPARQL_TEMPLATES},"get")});Object.defineProperty(y,"SPARQL_PREFIXES",{enumerable:!0,get:o(function(){return li.SPARQL_PREFIXES},"get")});Object.defineProperty(y,"PREDICATES",{enumerable:!0,get:o(function(){return li.PREDICATES},"get")});Object.defineProperty(y,"ASSET_CLASSES",{enumerable:!0,get:o(function(){return li.ASSET_CLASSES},"get")});Object.defineProperty(y,"EFFORT_STATUSES",{enumerable:!0,get:o(function(){return li.EFFORT_STATUSES},"get")});Object.defineProperty(y,"KNOWN_PROTOTYPES",{enumerable:!0,get:o(function(){return li.KNOWN_PROTOTYPES},"get")});Object.defineProperty(y,"findMatchingTemplates",{enumerable:!0,get:o(function(){return li.findMatchingTemplates},"get")});Object.defineProperty(y,"fillTemplate",{enumerable:!0,get:o(function(){return li.fillTemplate},"get")});Object.defineProperty(y,"validateParameters",{enumerable:!0,get:o(function(){return li.validateParameters},"get")});Object.defineProperty(y,"getTemplateByName",{enumerable:!0,get:o(function(){return li.getTemplateByName},"get")});var R5=ZS();Object.defineProperty(y,"AnalyticsService",{enumerable:!0,get:o(function(){return R5.AnalyticsService},"get")});var F5=e_();Object.defineProperty(y,"TrendDetectionService",{enumerable:!0,get:o(function(){return F5.TrendDetectionService},"get")});var jw=r_();Object.defineProperty(y,"AutocompleteService",{enumerable:!0,get:o(function(){return jw.AutocompleteService},"get")});Object.defineProperty(y,"DEFAULT_AUTOCOMPLETE_CONFIG",{enumerable:!0,get:o(function(){return jw.DEFAULT_AUTOCOMPLETE_CONFIG},"get")});var N5=i_();Object.defineProperty(y,"DailyReviewService",{enumerable:!0,get:o(function(){return N5.DailyReviewService},"get")});var L5=es();Object.defineProperty(y,"FrontmatterService",{enumerable:!0,get:o(function(){return L5.FrontmatterService},"get")});var M5=zt();Object.defineProperty(y,"DateFormatter",{enumerable:!0,get:o(function(){return M5.DateFormatter},"get")});var k5=ks();Object.defineProperty(y,"WikiLinkHelpers",{enumerable:!0,get:o(function(){return k5.WikiLinkHelpers},"get")});var j5=rn();Object.defineProperty(y,"MetadataHelpers",{enumerable:!0,get:o(function(){return j5.MetadataHelpers},"get")});var $5=Tc();Object.defineProperty(y,"MetadataExtractor",{enumerable:!0,get:o(function(){return $5.MetadataExtractor},"get")});var V5=s_();Object.defineProperty(y,"EffortSortingHelpers",{enumerable:!0,get:o(function(){return V5.EffortSortingHelpers},"get")});var U5=a_();Object.defineProperty(y,"FilenameValidator",{enumerable:!0,get:o(function(){return U5.FilenameValidator},"get")});var B5=d_();Object.defineProperty(y,"RDFSerializer",{enumerable:!0,get:o(function(){return B5.RDFSerializer},"get")});var q5=p_();Object.defineProperty(y,"InMemoryTripleStore",{enumerable:!0,get:o(function(){return q5.InMemoryTripleStore},"get")});var G5=ey();Object.defineProperty(y,"RDFVocabularyMapper",{enumerable:!0,get:o(function(){return G5.RDFVocabularyMapper},"get")});var W5=ry();Object.defineProperty(y,"NoteToRDFConverter",{enumerable:!0,get:o(function(){return W5.NoteToRDFConverter},"get")});var $w=M_();Object.defineProperty(y,"SPARQLParser",{enumerable:!0,get:o(function(){return $w.SPARQLParser},"get")});Object.defineProperty(y,"SPARQLParseError",{enumerable:!0,get:o(function(){return $w.SPARQLParseError},"get")});var Vw=vy();Object.defineProperty(y,"DescribeOptionsTransformer",{enumerable:!0,get:o(function(){return Vw.DescribeOptionsTransformer},"get")});Object.defineProperty(y,"DescribeOptionsTransformerError",{enumerable:!0,get:o(function(){return Vw.DescribeOptionsTransformerError},"get")});var z5=j_();Object.defineProperty(y,"AlgebraTranslator",{enumerable:!0,get:o(function(){return z5.AlgebraTranslator},"get")});var H5=$_();Object.defineProperty(y,"AlgebraOptimizer",{enumerable:!0,get:o(function(){return H5.AlgebraOptimizer},"get")});var Q5=V_();Object.defineProperty(y,"AlgebraSerializer",{enumerable:!0,get:o(function(){return Q5.AlgebraSerializer},"get")});var Y5=Ly();Object.defineProperty(y,"BGPExecutor",{enumerable:!0,get:o(function(){return Y5.BGPExecutor},"get")});var K5=Uf();Object.defineProperty(y,"FilterExecutor",{enumerable:!0,get:o(function(){return K5.FilterExecutor},"get")});var X5=Vy();Object.defineProperty(y,"OptionalExecutor",{enumerable:!0,get:o(function(){return X5.OptionalExecutor},"get")});var J5=By();Object.defineProperty(y,"UnionExecutor",{enumerable:!0,get:o(function(){return J5.UnionExecutor},"get")});var Z5=zy();Object.defineProperty(y,"ConstructExecutor",{enumerable:!0,get:o(function(){return Z5.ConstructExecutor},"get")});var eL=H_();Object.defineProperty(y,"DescribeExecutor",{enumerable:!0,get:o(function(){return eL.DescribeExecutor},"get")});var tL=sw();Object.defineProperty(y,"QueryExecutor",{enumerable:!0,get:o(function(){return tL.QueryExecutor},"get")});var Uw=ow();Object.defineProperty(y,"UpdateExecutor",{enumerable:!0,get:o(function(){return Uw.UpdateExecutor},"get")});Object.defineProperty(y,"UpdateExecutorError",{enumerable:!0,get:o(function(){return Uw.UpdateExecutorError},"get")});var rL=ki();Object.defineProperty(y,"SolutionMapping",{enumerable:!0,get:o(function(){return rL.SolutionMapping},"get")});var nL=ky();Object.defineProperty(y,"BuiltInFunctions",{enumerable:!0,get:o(function(){return nL.BuiltInFunctions},"get")});var iL=uw();Object.defineProperty(y,"AggregateFunctions",{enumerable:!0,get:o(function(){return iL.AggregateFunctions},"get")});var Bw=Ky();Object.defineProperty(y,"CustomAggregateRegistry",{enumerable:!0,get:o(function(){return Bw.CustomAggregateRegistry},"get")});Object.defineProperty(y,"CustomAggregateError",{enumerable:!0,get:o(function(){return Bw.CustomAggregateError},"get")});var fi=Xy();Object.defineProperty(y,"BUILT_IN_AGGREGATES",{enumerable:!0,get:o(function(){return fi.BUILT_IN_AGGREGATES},"get")});Object.defineProperty(y,"EXO_AGGREGATE_NS",{enumerable:!0,get:o(function(){return fi.EXO_AGGREGATE_NS},"get")});Object.defineProperty(y,"medianAggregate",{enumerable:!0,get:o(function(){return fi.medianAggregate},"get")});Object.defineProperty(y,"varianceAggregate",{enumerable:!0,get:o(function(){return fi.varianceAggregate},"get")});Object.defineProperty(y,"stddevAggregate",{enumerable:!0,get:o(function(){return fi.stddevAggregate},"get")});Object.defineProperty(y,"modeAggregate",{enumerable:!0,get:o(function(){return fi.modeAggregate},"get")});Object.defineProperty(y,"createPercentileAggregate",{enumerable:!0,get:o(function(){return fi.createPercentileAggregate},"get")});Object.defineProperty(y,"getNumericValue",{enumerable:!0,get:o(function(){return fi.getNumericValue},"get")});Object.defineProperty(y,"createDecimalLiteral",{enumerable:!0,get:o(function(){return fi.createDecimalLiteral},"get")});Object.defineProperty(y,"createDoubleLiteral",{enumerable:!0,get:o(function(){return fi.createDoubleLiteral},"get")});var sL=lw();Object.defineProperty(y,"QueryPlanCache",{enumerable:!0,get:o(function(){return sL.QueryPlanCache},"get")});var qw=fw();Object.defineProperty(y,"SPARQLResultCache",{enumerable:!0,get:o(function(){return qw.SPARQLResultCache},"get")});Object.defineProperty(y,"createSPARQLResultCache",{enumerable:!0,get:o(function(){return qw.createSPARQLResultCache},"get")});var Gw=hw();Object.defineProperty(y,"IncrementalIndexer",{enumerable:!0,get:o(function(){return Gw.IncrementalIndexer},"get")});Object.defineProperty(y,"createIncrementalIndexer",{enumerable:!0,get:o(function(){return Gw.createIncrementalIndexer},"get")});var aL=dw();Object.defineProperty(y,"ResultSerializer",{enumerable:!0,get:o(function(){return aL.ResultSerializer},"get")});var Ww=my();Object.defineProperty(y,"CaseWhenTransformer",{enumerable:!0,get:o(function(){return Ww.CaseWhenTransformer},"get")});Object.defineProperty(y,"CaseWhenTransformerError",{enumerable:!0,get:o(function(){return Ww.CaseWhenTransformerError},"get")});var oL=Iy();Object.defineProperty(y,"FilterContainsOptimizer",{enumerable:!0,get:o(function(){return oL.FilterContainsOptimizer},"get")});var zw=pw();Object.defineProperty(y,"FileNotFoundError",{enumerable:!0,get:o(function(){return zw.FileNotFoundError},"get")});Object.defineProperty(y,"FileAlreadyExistsError",{enumerable:!0,get:o(function(){return zw.FileAlreadyExistsError},"get")});var P0=Yg();Object.defineProperty(y,"TripleAlreadyExistsError",{enumerable:!0,get:o(function(){return P0.TripleAlreadyExistsError},"get")});Object.defineProperty(y,"TripleNotFoundError",{enumerable:!0,get:o(function(){return P0.TripleNotFoundError},"get")});Object.defineProperty(y,"TransactionError",{enumerable:!0,get:o(function(){return P0.TransactionError},"get")});var cL=ct();Object.defineProperty(y,"DI_TOKENS",{enumerable:!0,get:o(function(){return cL.DI_TOKENS},"get")});var qc=mw();Object.defineProperty(y,"registerCoreServices",{enumerable:!0,get:o(function(){return qc.registerCoreServices},"get")});Object.defineProperty(y,"createChildContainer",{enumerable:!0,get:o(function(){return qc.createChildContainer},"get")});Object.defineProperty(y,"getContainer",{enumerable:!0,get:o(function(){return qc.getContainer},"get")});Object.defineProperty(y,"resetContainer",{enumerable:!0,get:o(function(){return qc.resetContainer},"get")});Object.defineProperty(y,"container",{enumerable:!0,get:o(function(){return qc.container},"get")});var ji=ww();Object.defineProperty(y,"NODE_FLAGS",{enumerable:!0,get:o(function(){return ji.NODE_FLAGS},"get")});Object.defineProperty(y,"DEFAULT_COLORS",{enumerable:!0,get:o(function(){return ji.DEFAULT_COLORS},"get")});Object.defineProperty(y,"StringTable",{enumerable:!0,get:o(function(){return ji.StringTable},"get")});Object.defineProperty(y,"CompactGraphStore",{enumerable:!0,get:o(function(){return ji.CompactGraphStore},"get")});Object.defineProperty(y,"MemoryPool",{enumerable:!0,get:o(function(){return ji.MemoryPool},"get")});Object.defineProperty(y,"getGlobalPool",{enumerable:!0,get:o(function(){return ji.getGlobalPool},"get")});Object.defineProperty(y,"resetGlobalPool",{enumerable:!0,get:o(function(){return ji.resetGlobalPool},"get")});Object.defineProperty(y,"StreamingLoader",{enumerable:!0,get:o(function(){return ji.StreamingLoader},"get")});Object.defineProperty(y,"createStreamingSource",{enumerable:!0,get:o(function(){return ji.createStreamingSource},"get")});fn(Pw(),y);fn(Rw(),y)});var Mt=v(D0=>{"use strict";D0.fromCallback=function(n){return Object.defineProperty(function(...e){if(typeof e[e.length-1]=="function")n.apply(this,e);else return new Promise((t,r)=>{e.push((i,s)=>i!=null?r(i):t(s)),n.apply(this,e)})},"name",{value:n.name})};D0.fromPromise=function(n){return Object.defineProperty(function(...e){let t=e[e.length-1];if(typeof t!="function")return n.apply(this,e);e.pop(),n.apply(this,e).then(r=>t(null,r),t)},"name",{value:n.name})}});var Qw=v((QW,Hw)=>{var ls=require("constants"),uL=process.cwd,_h=null,lL=process.env.GRACEFUL_FS_PLATFORM||process.platform;process.cwd=function(){return _h||(_h=uL.call(process)),_h};try{process.cwd()}catch{}typeof process.chdir=="function"&&(R0=process.chdir,process.chdir=function(n){_h=null,R0.call(process,n)},Object.setPrototypeOf&&Object.setPrototypeOf(process.chdir,R0));var R0;Hw.exports=fL;function fL(n){ls.hasOwnProperty("O_SYMLINK")&&process.version.match(/^v0\.6\.[0-2]|^v0\.5\./)&&e(n),n.lutimes||t(n),n.chown=s(n.chown),n.fchown=s(n.fchown),n.lchown=s(n.lchown),n.chmod=r(n.chmod),n.fchmod=r(n.fchmod),n.lchmod=r(n.lchmod),n.chownSync=a(n.chownSync),n.fchownSync=a(n.fchownSync),n.lchownSync=a(n.lchownSync),n.chmodSync=i(n.chmodSync),n.fchmodSync=i(n.fchmodSync),n.lchmodSync=i(n.lchmodSync),n.stat=c(n.stat),n.fstat=c(n.fstat),n.lstat=c(n.lstat),n.statSync=u(n.statSync),n.fstatSync=u(n.fstatSync),n.lstatSync=u(n.lstatSync),n.chmod&&!n.lchmod&&(n.lchmod=function(f,h,d){d&&process.nextTick(d)},n.lchmodSync=function(){}),n.chown&&!n.lchown&&(n.lchown=function(f,h,d,p){p&&process.nextTick(p)},n.lchownSync=function(){}),lL==="win32"&&(n.rename=typeof n.rename!="function"?n.rename:(function(f){function h(d,p,S){var b=Date.now(),T=0;f(d,p,o(function A(P){if(P&&(P.code==="EACCES"||P.code==="EPERM"||P.code==="EBUSY")&&Date.now()-b<6e4){setTimeout(function(){n.stat(p,function(L,$){L&&L.code==="ENOENT"?f(d,p,A):S(P)})},T),T<100&&(T+=10);return}S&&S(P)},"CB"))}return o(h,"rename"),Object.setPrototypeOf&&Object.setPrototypeOf(h,f),h})(n.rename)),n.read=typeof n.read!="function"?n.read:(function(f){function h(d,p,S,b,T,A){var P;if(A&&typeof A=="function"){var L=0;P=o(function($,G,Ee){if($&&$.code==="EAGAIN"&&L<10)return L++,f.call(n,d,p,S,b,T,P);A.apply(this,arguments)},"callback")}return f.call(n,d,p,S,b,T,P)}return o(h,"read"),Object.setPrototypeOf&&Object.setPrototypeOf(h,f),h})(n.read),n.readSync=typeof n.readSync!="function"?n.readSync:(function(f){return function(h,d,p,S,b){for(var T=0;;)try{return f.call(n,h,d,p,S,b)}catch(A){if(A.code==="EAGAIN"&&T<10){T++;continue}throw A}}})(n.readSync);function e(f){f.lchmod=function(h,d,p){f.open(h,ls.O_WRONLY|ls.O_SYMLINK,d,function(S,b){if(S){p&&p(S);return}f.fchmod(b,d,function(T){f.close(b,function(A){p&&p(T||A)})})})},f.lchmodSync=function(h,d){var p=f.openSync(h,ls.O_WRONLY|ls.O_SYMLINK,d),S=!0,b;try{b=f.fchmodSync(p,d),S=!1}finally{if(S)try{f.closeSync(p)}catch{}else f.closeSync(p)}return b}}o(e,"patchLchmod");function t(f){ls.hasOwnProperty("O_SYMLINK")&&f.futimes?(f.lutimes=function(h,d,p,S){f.open(h,ls.O_SYMLINK,function(b,T){if(b){S&&S(b);return}f.futimes(T,d,p,function(A){f.close(T,function(P){S&&S(A||P)})})})},f.lutimesSync=function(h,d,p){var S=f.openSync(h,ls.O_SYMLINK),b,T=!0;try{b=f.futimesSync(S,d,p),T=!1}finally{if(T)try{f.closeSync(S)}catch{}else f.closeSync(S)}return b}):f.futimes&&(f.lutimes=function(h,d,p,S){S&&process.nextTick(S)},f.lutimesSync=function(){})}o(t,"patchLutimes");function r(f){return f&&function(h,d,p){return f.call(n,h,d,function(S){l(S)&&(S=null),p&&p.apply(this,arguments)})}}o(r,"chmodFix");function i(f){return f&&function(h,d){try{return f.call(n,h,d)}catch(p){if(!l(p))throw p}}}o(i,"chmodFixSync");function s(f){return f&&function(h,d,p,S){return f.call(n,h,d,p,function(b){l(b)&&(b=null),S&&S.apply(this,arguments)})}}o(s,"chownFix");function a(f){return f&&function(h,d,p){try{return f.call(n,h,d,p)}catch(S){if(!l(S))throw S}}}o(a,"chownFixSync");function c(f){return f&&function(h,d,p){typeof d=="function"&&(p=d,d=null);function S(b,T){T&&(T.uid<0&&(T.uid+=4294967296),T.gid<0&&(T.gid+=4294967296)),p&&p.apply(this,arguments)}return o(S,"callback"),d?f.call(n,h,d,S):f.call(n,h,S)}}o(c,"statFix");function u(f){return f&&function(h,d){var p=d?f.call(n,h,d):f.call(n,h);return p&&(p.uid<0&&(p.uid+=4294967296),p.gid<0&&(p.gid+=4294967296)),p}}o(u,"statFixSync");function l(f){if(!f||f.code==="ENOSYS")return!0;var h=!process.getuid||process.getuid()!==0;return!!(h&&(f.code==="EINVAL"||f.code==="EPERM"))}o(l,"chownErOk")}o(fL,"patch")});var Xw=v((KW,Kw)=>{var Yw=require("stream").Stream;Kw.exports=hL;function hL(n){return{ReadStream:e,WriteStream:t};function e(r,i){if(!(this instanceof e))return new e(r,i);Yw.call(this);var s=this;this.path=r,this.fd=null,this.readable=!0,this.paused=!1,this.flags="r",this.mode=438,this.bufferSize=64*1024,i=i||{};for(var a=Object.keys(i),c=0,u=a.length;c<u;c++){var l=a[c];this[l]=i[l]}if(this.encoding&&this.setEncoding(this.encoding),this.start!==void 0){if(typeof this.start!="number")throw TypeError("start must be a Number");if(this.end===void 0)this.end=1/0;else if(typeof this.end!="number")throw TypeError("end must be a Number");if(this.start>this.end)throw new Error("start must be <= end");this.pos=this.start}if(this.fd!==null){process.nextTick(function(){s._read()});return}n.open(this.path,this.flags,this.mode,function(f,h){if(f){s.emit("error",f),s.readable=!1;return}s.fd=h,s.emit("open",h),s._read()})}function t(r,i){if(!(this instanceof t))return new t(r,i);Yw.call(this),this.path=r,this.fd=null,this.writable=!0,this.flags="w",this.encoding="binary",this.mode=438,this.bytesWritten=0,i=i||{};for(var s=Object.keys(i),a=0,c=s.length;a<c;a++){var u=s[a];this[u]=i[u]}if(this.start!==void 0){if(typeof this.start!="number")throw TypeError("start must be a Number");if(this.start<0)throw new Error("start must be >= zero");this.pos=this.start}this.busy=!1,this._queue=[],this.fd===null&&(this._open=n.open,this._queue.push([this._open,this.path,this.flags,this.mode,void 0]),this.flush())}}o(hL,"legacy")});var Zw=v((JW,Jw)=>{"use strict";Jw.exports=pL;var dL=Object.getPrototypeOf||function(n){return n.__proto__};function pL(n){if(n===null||typeof n!="object")return n;if(n instanceof Object)var e={__proto__:dL(n)};else var e=Object.create(null);return Object.getOwnPropertyNames(n).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}),e}o(pL,"clone")});var bo=v((ez,L0)=>{var pt=require("fs"),mL=Qw(),gL=Xw(),yL=Zw(),wh=require("util"),Yt,Eh;typeof Symbol=="function"&&typeof Symbol.for=="function"?(Yt=Symbol.for("graceful-fs.queue"),Eh=Symbol.for("graceful-fs.previous")):(Yt="___graceful-fs.queue",Eh="___graceful-fs.previous");function vL(){}o(vL,"noop");function rb(n,e){Object.defineProperty(n,Yt,{get:o(function(){return e},"get")})}o(rb,"publishQueue");var la=vL;wh.debuglog?la=wh.debuglog("gfs4"):/\bgfs4\b/i.test(process.env.NODE_DEBUG||"")&&(la=o(function(){var n=wh.format.apply(wh,arguments);n="GFS4: "+n.split(/\n/).join(`
|
|
356
|
+
`)}calculateDelay(e){let t=this.retryConfig.initialDelayMs*Math.pow(this.retryConfig.backoffMultiplier,e);return Math.min(t,this.retryConfig.maxDelayMs)}sleep(e){return new Promise(t=>setTimeout(t,e))}callTelemetryHooks(e,...t){for(let r of this.telemetryHooks)try{let i=r[e];i&&i.apply(r,t)}catch(i){console.error("Error in telemetry hook:",i)}}};vh.ApplicationErrorHandler=I0});var Rw=v(Sh=>{"use strict";Object.defineProperty(Sh,"__esModule",{value:!0});Sh.ApplicationErrorHandler=void 0;var r5=Dw();Object.defineProperty(Sh,"ApplicationErrorHandler",{enumerable:!0,get:o(function(){return r5.ApplicationErrorHandler},"get")})});var hn=v(y=>{"use strict";var n5=y&&y.__createBinding||(Object.create?(function(n,e,t,r){r===void 0&&(r=t);var i=Object.getOwnPropertyDescriptor(e,t);(!i||("get"in i?!e.__esModule:i.writable||i.configurable))&&(i={enumerable:!0,get:o(function(){return e[t]},"get")}),Object.defineProperty(n,r,i)}):(function(n,e,t,r){r===void 0&&(r=t),n[r]=e[t]})),fn=y&&y.__exportStar||function(n,e){for(var t in n)t!=="default"&&!Object.prototype.hasOwnProperty.call(e,t)&&n5(e,n,t)};Object.defineProperty(y,"__esModule",{value:!0});y.validateParameters=y.fillTemplate=y.findMatchingTemplates=y.KNOWN_PROTOTYPES=y.EFFORT_STATUSES=y.ASSET_CLASSES=y.PREDICATES=y.SPARQL_PREFIXES=y.SPARQL_TEMPLATES=y.DEFAULT_NL_TO_SPARQL_CONFIG=y.NLToSPARQLService=y.TypeRegistry=y.GraphQueryService=y.DEFAULT_SEMANTIC_SEARCH_CONFIG=y.SemanticSearchService=y.DEFAULT_VECTOR_STORE_CONFIG=y.VectorStore=y.DEFAULT_EMBEDDING_CONFIG=y.EmbeddingService=y.GenericAssetCreationService=y.WebhookService=y.URIConstructionService=y.SessionEventService=y.AssetConversionService=y.PlanningService=y.AlgorithmExtractor=y.DynamicFrontmatterGenerator=y.TaskFrontmatterGenerator=y.FleetingNoteCreationService=y.SupervisionCreationService=y.StatusTimestampService=y.RenameToUidService=y.PropertyCleanupService=y.LoggingService=y.LabelToAliasService=y.FolderRepairService=y.EffortVotingService=y.EffortStatusWorkflow=y.ConceptCreationService=y.ClassCreationService=y.AreaHierarchyBuilder=y.AreaCreationService=y.TaskStatusService=y.ProjectCreationService=y.TaskCreationService=y.extractPropertyLabel=y.uriToPropertyName=y.propertyNameToUri=y.rangeToFieldType=y.PropertyFieldType=void 0;y.SPARQLResultCache=y.QueryPlanCache=y.createDoubleLiteral=y.createDecimalLiteral=y.getNumericValue=y.createPercentileAggregate=y.modeAggregate=y.stddevAggregate=y.varianceAggregate=y.medianAggregate=y.EXO_AGGREGATE_NS=y.BUILT_IN_AGGREGATES=y.CustomAggregateError=y.CustomAggregateRegistry=y.AggregateFunctions=y.BuiltInFunctions=y.SolutionMapping=y.UpdateExecutorError=y.UpdateExecutor=y.QueryExecutor=y.DescribeExecutor=y.ConstructExecutor=y.UnionExecutor=y.OptionalExecutor=y.FilterExecutor=y.BGPExecutor=y.AlgebraSerializer=y.AlgebraOptimizer=y.AlgebraTranslator=y.DescribeOptionsTransformerError=y.DescribeOptionsTransformer=y.SPARQLParseError=y.SPARQLParser=y.NoteToRDFConverter=y.RDFVocabularyMapper=y.InMemoryTripleStore=y.RDFSerializer=y.FilenameValidator=y.EffortSortingHelpers=y.MetadataExtractor=y.MetadataHelpers=y.WikiLinkHelpers=y.DateFormatter=y.FrontmatterService=y.DailyReviewService=y.DEFAULT_AUTOCOMPLETE_CONFIG=y.AutocompleteService=y.TrendDetectionService=y.AnalyticsService=y.getTemplateByName=void 0;y.createStreamingSource=y.StreamingLoader=y.resetGlobalPool=y.getGlobalPool=y.MemoryPool=y.CompactGraphStore=y.StringTable=y.DEFAULT_COLORS=y.NODE_FLAGS=y.container=y.resetContainer=y.getContainer=y.createChildContainer=y.registerCoreServices=y.DI_TOKENS=y.TransactionError=y.TripleNotFoundError=y.TripleAlreadyExistsError=y.FileAlreadyExistsError=y.FileNotFoundError=y.FilterContainsOptimizer=y.CaseWhenTransformerError=y.CaseWhenTransformer=y.ResultSerializer=y.createIncrementalIndexer=y.IncrementalIndexer=y.createSPARQLResultCache=void 0;fn(ep(),y);fn(tp(),y);fn(B2(),y);fn(q2(),y);fn(rp(),y);fn(np(),y);fn(W2(),y);fn(Q2(),y);fn(jp(),y);fn(kv(),y);var Fw=Bp();Object.defineProperty(y,"PropertyFieldType",{enumerable:!0,get:o(function(){return Fw.PropertyFieldType},"get")});Object.defineProperty(y,"rangeToFieldType",{enumerable:!0,get:o(function(){return Fw.rangeToFieldType},"get")});var O0=Vv();Object.defineProperty(y,"propertyNameToUri",{enumerable:!0,get:o(function(){return O0.propertyNameToUri},"get")});Object.defineProperty(y,"uriToPropertyName",{enumerable:!0,get:o(function(){return O0.uriToPropertyName},"get")});Object.defineProperty(y,"extractPropertyLabel",{enumerable:!0,get:o(function(){return O0.extractPropertyLabel},"get")});var i5=Rm();Object.defineProperty(y,"TaskCreationService",{enumerable:!0,get:o(function(){return i5.TaskCreationService},"get")});var s5=Nm();Object.defineProperty(y,"ProjectCreationService",{enumerable:!0,get:o(function(){return s5.ProjectCreationService},"get")});var a5=jm();Object.defineProperty(y,"TaskStatusService",{enumerable:!0,get:o(function(){return a5.TaskStatusService},"get")});var o5=Vm();Object.defineProperty(y,"AreaCreationService",{enumerable:!0,get:o(function(){return o5.AreaCreationService},"get")});var c5=Bm();Object.defineProperty(y,"AreaHierarchyBuilder",{enumerable:!0,get:o(function(){return c5.AreaHierarchyBuilder},"get")});var u5=Gm();Object.defineProperty(y,"ClassCreationService",{enumerable:!0,get:o(function(){return u5.ClassCreationService},"get")});var l5=zm();Object.defineProperty(y,"ConceptCreationService",{enumerable:!0,get:o(function(){return l5.ConceptCreationService},"get")});var f5=Xl();Object.defineProperty(y,"EffortStatusWorkflow",{enumerable:!0,get:o(function(){return f5.EffortStatusWorkflow},"get")});var h5=Qm();Object.defineProperty(y,"EffortVotingService",{enumerable:!0,get:o(function(){return h5.EffortVotingService},"get")});var d5=Km();Object.defineProperty(y,"FolderRepairService",{enumerable:!0,get:o(function(){return d5.FolderRepairService},"get")});var p5=Jm();Object.defineProperty(y,"LabelToAliasService",{enumerable:!0,get:o(function(){return p5.LabelToAliasService},"get")});var m5=ts();Object.defineProperty(y,"LoggingService",{enumerable:!0,get:o(function(){return m5.LoggingService},"get")});var g5=tg();Object.defineProperty(y,"PropertyCleanupService",{enumerable:!0,get:o(function(){return g5.PropertyCleanupService},"get")});var y5=ng();Object.defineProperty(y,"RenameToUidService",{enumerable:!0,get:o(function(){return y5.RenameToUidService},"get")});var v5=Jl();Object.defineProperty(y,"StatusTimestampService",{enumerable:!0,get:o(function(){return v5.StatusTimestampService},"get")});var S5=sg();Object.defineProperty(y,"SupervisionCreationService",{enumerable:!0,get:o(function(){return S5.SupervisionCreationService},"get")});var _5=og();Object.defineProperty(y,"FleetingNoteCreationService",{enumerable:!0,get:o(function(){return _5.FleetingNoteCreationService},"get")});var w5=Wl();Object.defineProperty(y,"TaskFrontmatterGenerator",{enumerable:!0,get:o(function(){return w5.TaskFrontmatterGenerator},"get")});var b5=ug();Object.defineProperty(y,"DynamicFrontmatterGenerator",{enumerable:!0,get:o(function(){return b5.DynamicFrontmatterGenerator},"get")});var E5=zl();Object.defineProperty(y,"AlgorithmExtractor",{enumerable:!0,get:o(function(){return E5.AlgorithmExtractor},"get")});var T5=fg();Object.defineProperty(y,"PlanningService",{enumerable:!0,get:o(function(){return T5.PlanningService},"get")});var A5=dg();Object.defineProperty(y,"AssetConversionService",{enumerable:!0,get:o(function(){return A5.AssetConversionService},"get")});var C5=mg();Object.defineProperty(y,"SessionEventService",{enumerable:!0,get:o(function(){return C5.SessionEventService},"get")});var x5=yg();Object.defineProperty(y,"URIConstructionService",{enumerable:!0,get:o(function(){return x5.URIConstructionService},"get")});var I5=qS();Object.defineProperty(y,"WebhookService",{enumerable:!0,get:o(function(){return I5.WebhookService},"get")});var O5=_g();Object.defineProperty(y,"GenericAssetCreationService",{enumerable:!0,get:o(function(){return O5.GenericAssetCreationService},"get")});var Nw=bg();Object.defineProperty(y,"EmbeddingService",{enumerable:!0,get:o(function(){return Nw.EmbeddingService},"get")});Object.defineProperty(y,"DEFAULT_EMBEDDING_CONFIG",{enumerable:!0,get:o(function(){return Nw.DEFAULT_EMBEDDING_CONFIG},"get")});var Lw=Ag();Object.defineProperty(y,"VectorStore",{enumerable:!0,get:o(function(){return Lw.VectorStore},"get")});Object.defineProperty(y,"DEFAULT_VECTOR_STORE_CONFIG",{enumerable:!0,get:o(function(){return Lw.DEFAULT_VECTOR_STORE_CONFIG},"get")});var Mw=HS();Object.defineProperty(y,"SemanticSearchService",{enumerable:!0,get:o(function(){return Mw.SemanticSearchService},"get")});Object.defineProperty(y,"DEFAULT_SEMANTIC_SEARCH_CONFIG",{enumerable:!0,get:o(function(){return Mw.DEFAULT_SEMANTIC_SEARCH_CONFIG},"get")});var P5=QS();Object.defineProperty(y,"GraphQueryService",{enumerable:!0,get:o(function(){return P5.GraphQueryService},"get")});var D5=KS();Object.defineProperty(y,"TypeRegistry",{enumerable:!0,get:o(function(){return D5.TypeRegistry},"get")});var kw=XS();Object.defineProperty(y,"NLToSPARQLService",{enumerable:!0,get:o(function(){return kw.NLToSPARQLService},"get")});Object.defineProperty(y,"DEFAULT_NL_TO_SPARQL_CONFIG",{enumerable:!0,get:o(function(){return kw.DEFAULT_NL_TO_SPARQL_CONFIG},"get")});var li=Og();Object.defineProperty(y,"SPARQL_TEMPLATES",{enumerable:!0,get:o(function(){return li.SPARQL_TEMPLATES},"get")});Object.defineProperty(y,"SPARQL_PREFIXES",{enumerable:!0,get:o(function(){return li.SPARQL_PREFIXES},"get")});Object.defineProperty(y,"PREDICATES",{enumerable:!0,get:o(function(){return li.PREDICATES},"get")});Object.defineProperty(y,"ASSET_CLASSES",{enumerable:!0,get:o(function(){return li.ASSET_CLASSES},"get")});Object.defineProperty(y,"EFFORT_STATUSES",{enumerable:!0,get:o(function(){return li.EFFORT_STATUSES},"get")});Object.defineProperty(y,"KNOWN_PROTOTYPES",{enumerable:!0,get:o(function(){return li.KNOWN_PROTOTYPES},"get")});Object.defineProperty(y,"findMatchingTemplates",{enumerable:!0,get:o(function(){return li.findMatchingTemplates},"get")});Object.defineProperty(y,"fillTemplate",{enumerable:!0,get:o(function(){return li.fillTemplate},"get")});Object.defineProperty(y,"validateParameters",{enumerable:!0,get:o(function(){return li.validateParameters},"get")});Object.defineProperty(y,"getTemplateByName",{enumerable:!0,get:o(function(){return li.getTemplateByName},"get")});var R5=ZS();Object.defineProperty(y,"AnalyticsService",{enumerable:!0,get:o(function(){return R5.AnalyticsService},"get")});var F5=e_();Object.defineProperty(y,"TrendDetectionService",{enumerable:!0,get:o(function(){return F5.TrendDetectionService},"get")});var jw=r_();Object.defineProperty(y,"AutocompleteService",{enumerable:!0,get:o(function(){return jw.AutocompleteService},"get")});Object.defineProperty(y,"DEFAULT_AUTOCOMPLETE_CONFIG",{enumerable:!0,get:o(function(){return jw.DEFAULT_AUTOCOMPLETE_CONFIG},"get")});var N5=i_();Object.defineProperty(y,"DailyReviewService",{enumerable:!0,get:o(function(){return N5.DailyReviewService},"get")});var L5=es();Object.defineProperty(y,"FrontmatterService",{enumerable:!0,get:o(function(){return L5.FrontmatterService},"get")});var M5=zt();Object.defineProperty(y,"DateFormatter",{enumerable:!0,get:o(function(){return M5.DateFormatter},"get")});var k5=ks();Object.defineProperty(y,"WikiLinkHelpers",{enumerable:!0,get:o(function(){return k5.WikiLinkHelpers},"get")});var j5=nn();Object.defineProperty(y,"MetadataHelpers",{enumerable:!0,get:o(function(){return j5.MetadataHelpers},"get")});var $5=Tc();Object.defineProperty(y,"MetadataExtractor",{enumerable:!0,get:o(function(){return $5.MetadataExtractor},"get")});var V5=s_();Object.defineProperty(y,"EffortSortingHelpers",{enumerable:!0,get:o(function(){return V5.EffortSortingHelpers},"get")});var U5=a_();Object.defineProperty(y,"FilenameValidator",{enumerable:!0,get:o(function(){return U5.FilenameValidator},"get")});var B5=d_();Object.defineProperty(y,"RDFSerializer",{enumerable:!0,get:o(function(){return B5.RDFSerializer},"get")});var q5=p_();Object.defineProperty(y,"InMemoryTripleStore",{enumerable:!0,get:o(function(){return q5.InMemoryTripleStore},"get")});var G5=ey();Object.defineProperty(y,"RDFVocabularyMapper",{enumerable:!0,get:o(function(){return G5.RDFVocabularyMapper},"get")});var W5=ry();Object.defineProperty(y,"NoteToRDFConverter",{enumerable:!0,get:o(function(){return W5.NoteToRDFConverter},"get")});var $w=M_();Object.defineProperty(y,"SPARQLParser",{enumerable:!0,get:o(function(){return $w.SPARQLParser},"get")});Object.defineProperty(y,"SPARQLParseError",{enumerable:!0,get:o(function(){return $w.SPARQLParseError},"get")});var Vw=vy();Object.defineProperty(y,"DescribeOptionsTransformer",{enumerable:!0,get:o(function(){return Vw.DescribeOptionsTransformer},"get")});Object.defineProperty(y,"DescribeOptionsTransformerError",{enumerable:!0,get:o(function(){return Vw.DescribeOptionsTransformerError},"get")});var z5=j_();Object.defineProperty(y,"AlgebraTranslator",{enumerable:!0,get:o(function(){return z5.AlgebraTranslator},"get")});var H5=$_();Object.defineProperty(y,"AlgebraOptimizer",{enumerable:!0,get:o(function(){return H5.AlgebraOptimizer},"get")});var Q5=V_();Object.defineProperty(y,"AlgebraSerializer",{enumerable:!0,get:o(function(){return Q5.AlgebraSerializer},"get")});var Y5=Ly();Object.defineProperty(y,"BGPExecutor",{enumerable:!0,get:o(function(){return Y5.BGPExecutor},"get")});var K5=Uf();Object.defineProperty(y,"FilterExecutor",{enumerable:!0,get:o(function(){return K5.FilterExecutor},"get")});var X5=Vy();Object.defineProperty(y,"OptionalExecutor",{enumerable:!0,get:o(function(){return X5.OptionalExecutor},"get")});var J5=By();Object.defineProperty(y,"UnionExecutor",{enumerable:!0,get:o(function(){return J5.UnionExecutor},"get")});var Z5=zy();Object.defineProperty(y,"ConstructExecutor",{enumerable:!0,get:o(function(){return Z5.ConstructExecutor},"get")});var eL=H_();Object.defineProperty(y,"DescribeExecutor",{enumerable:!0,get:o(function(){return eL.DescribeExecutor},"get")});var tL=sw();Object.defineProperty(y,"QueryExecutor",{enumerable:!0,get:o(function(){return tL.QueryExecutor},"get")});var Uw=ow();Object.defineProperty(y,"UpdateExecutor",{enumerable:!0,get:o(function(){return Uw.UpdateExecutor},"get")});Object.defineProperty(y,"UpdateExecutorError",{enumerable:!0,get:o(function(){return Uw.UpdateExecutorError},"get")});var rL=ki();Object.defineProperty(y,"SolutionMapping",{enumerable:!0,get:o(function(){return rL.SolutionMapping},"get")});var nL=ky();Object.defineProperty(y,"BuiltInFunctions",{enumerable:!0,get:o(function(){return nL.BuiltInFunctions},"get")});var iL=uw();Object.defineProperty(y,"AggregateFunctions",{enumerable:!0,get:o(function(){return iL.AggregateFunctions},"get")});var Bw=Ky();Object.defineProperty(y,"CustomAggregateRegistry",{enumerable:!0,get:o(function(){return Bw.CustomAggregateRegistry},"get")});Object.defineProperty(y,"CustomAggregateError",{enumerable:!0,get:o(function(){return Bw.CustomAggregateError},"get")});var fi=Xy();Object.defineProperty(y,"BUILT_IN_AGGREGATES",{enumerable:!0,get:o(function(){return fi.BUILT_IN_AGGREGATES},"get")});Object.defineProperty(y,"EXO_AGGREGATE_NS",{enumerable:!0,get:o(function(){return fi.EXO_AGGREGATE_NS},"get")});Object.defineProperty(y,"medianAggregate",{enumerable:!0,get:o(function(){return fi.medianAggregate},"get")});Object.defineProperty(y,"varianceAggregate",{enumerable:!0,get:o(function(){return fi.varianceAggregate},"get")});Object.defineProperty(y,"stddevAggregate",{enumerable:!0,get:o(function(){return fi.stddevAggregate},"get")});Object.defineProperty(y,"modeAggregate",{enumerable:!0,get:o(function(){return fi.modeAggregate},"get")});Object.defineProperty(y,"createPercentileAggregate",{enumerable:!0,get:o(function(){return fi.createPercentileAggregate},"get")});Object.defineProperty(y,"getNumericValue",{enumerable:!0,get:o(function(){return fi.getNumericValue},"get")});Object.defineProperty(y,"createDecimalLiteral",{enumerable:!0,get:o(function(){return fi.createDecimalLiteral},"get")});Object.defineProperty(y,"createDoubleLiteral",{enumerable:!0,get:o(function(){return fi.createDoubleLiteral},"get")});var sL=lw();Object.defineProperty(y,"QueryPlanCache",{enumerable:!0,get:o(function(){return sL.QueryPlanCache},"get")});var qw=fw();Object.defineProperty(y,"SPARQLResultCache",{enumerable:!0,get:o(function(){return qw.SPARQLResultCache},"get")});Object.defineProperty(y,"createSPARQLResultCache",{enumerable:!0,get:o(function(){return qw.createSPARQLResultCache},"get")});var Gw=hw();Object.defineProperty(y,"IncrementalIndexer",{enumerable:!0,get:o(function(){return Gw.IncrementalIndexer},"get")});Object.defineProperty(y,"createIncrementalIndexer",{enumerable:!0,get:o(function(){return Gw.createIncrementalIndexer},"get")});var aL=dw();Object.defineProperty(y,"ResultSerializer",{enumerable:!0,get:o(function(){return aL.ResultSerializer},"get")});var Ww=my();Object.defineProperty(y,"CaseWhenTransformer",{enumerable:!0,get:o(function(){return Ww.CaseWhenTransformer},"get")});Object.defineProperty(y,"CaseWhenTransformerError",{enumerable:!0,get:o(function(){return Ww.CaseWhenTransformerError},"get")});var oL=Iy();Object.defineProperty(y,"FilterContainsOptimizer",{enumerable:!0,get:o(function(){return oL.FilterContainsOptimizer},"get")});var zw=pw();Object.defineProperty(y,"FileNotFoundError",{enumerable:!0,get:o(function(){return zw.FileNotFoundError},"get")});Object.defineProperty(y,"FileAlreadyExistsError",{enumerable:!0,get:o(function(){return zw.FileAlreadyExistsError},"get")});var P0=Yg();Object.defineProperty(y,"TripleAlreadyExistsError",{enumerable:!0,get:o(function(){return P0.TripleAlreadyExistsError},"get")});Object.defineProperty(y,"TripleNotFoundError",{enumerable:!0,get:o(function(){return P0.TripleNotFoundError},"get")});Object.defineProperty(y,"TransactionError",{enumerable:!0,get:o(function(){return P0.TransactionError},"get")});var cL=ct();Object.defineProperty(y,"DI_TOKENS",{enumerable:!0,get:o(function(){return cL.DI_TOKENS},"get")});var qc=mw();Object.defineProperty(y,"registerCoreServices",{enumerable:!0,get:o(function(){return qc.registerCoreServices},"get")});Object.defineProperty(y,"createChildContainer",{enumerable:!0,get:o(function(){return qc.createChildContainer},"get")});Object.defineProperty(y,"getContainer",{enumerable:!0,get:o(function(){return qc.getContainer},"get")});Object.defineProperty(y,"resetContainer",{enumerable:!0,get:o(function(){return qc.resetContainer},"get")});Object.defineProperty(y,"container",{enumerable:!0,get:o(function(){return qc.container},"get")});var ji=ww();Object.defineProperty(y,"NODE_FLAGS",{enumerable:!0,get:o(function(){return ji.NODE_FLAGS},"get")});Object.defineProperty(y,"DEFAULT_COLORS",{enumerable:!0,get:o(function(){return ji.DEFAULT_COLORS},"get")});Object.defineProperty(y,"StringTable",{enumerable:!0,get:o(function(){return ji.StringTable},"get")});Object.defineProperty(y,"CompactGraphStore",{enumerable:!0,get:o(function(){return ji.CompactGraphStore},"get")});Object.defineProperty(y,"MemoryPool",{enumerable:!0,get:o(function(){return ji.MemoryPool},"get")});Object.defineProperty(y,"getGlobalPool",{enumerable:!0,get:o(function(){return ji.getGlobalPool},"get")});Object.defineProperty(y,"resetGlobalPool",{enumerable:!0,get:o(function(){return ji.resetGlobalPool},"get")});Object.defineProperty(y,"StreamingLoader",{enumerable:!0,get:o(function(){return ji.StreamingLoader},"get")});Object.defineProperty(y,"createStreamingSource",{enumerable:!0,get:o(function(){return ji.createStreamingSource},"get")});fn(Pw(),y);fn(Rw(),y)});var Mt=v(D0=>{"use strict";D0.fromCallback=function(n){return Object.defineProperty(function(...e){if(typeof e[e.length-1]=="function")n.apply(this,e);else return new Promise((t,r)=>{e.push((i,s)=>i!=null?r(i):t(s)),n.apply(this,e)})},"name",{value:n.name})};D0.fromPromise=function(n){return Object.defineProperty(function(...e){let t=e[e.length-1];if(typeof t!="function")return n.apply(this,e);e.pop(),n.apply(this,e).then(r=>t(null,r),t)},"name",{value:n.name})}});var Qw=v((QW,Hw)=>{var ls=require("constants"),uL=process.cwd,_h=null,lL=process.env.GRACEFUL_FS_PLATFORM||process.platform;process.cwd=function(){return _h||(_h=uL.call(process)),_h};try{process.cwd()}catch{}typeof process.chdir=="function"&&(R0=process.chdir,process.chdir=function(n){_h=null,R0.call(process,n)},Object.setPrototypeOf&&Object.setPrototypeOf(process.chdir,R0));var R0;Hw.exports=fL;function fL(n){ls.hasOwnProperty("O_SYMLINK")&&process.version.match(/^v0\.6\.[0-2]|^v0\.5\./)&&e(n),n.lutimes||t(n),n.chown=s(n.chown),n.fchown=s(n.fchown),n.lchown=s(n.lchown),n.chmod=r(n.chmod),n.fchmod=r(n.fchmod),n.lchmod=r(n.lchmod),n.chownSync=a(n.chownSync),n.fchownSync=a(n.fchownSync),n.lchownSync=a(n.lchownSync),n.chmodSync=i(n.chmodSync),n.fchmodSync=i(n.fchmodSync),n.lchmodSync=i(n.lchmodSync),n.stat=c(n.stat),n.fstat=c(n.fstat),n.lstat=c(n.lstat),n.statSync=u(n.statSync),n.fstatSync=u(n.fstatSync),n.lstatSync=u(n.lstatSync),n.chmod&&!n.lchmod&&(n.lchmod=function(f,h,d){d&&process.nextTick(d)},n.lchmodSync=function(){}),n.chown&&!n.lchown&&(n.lchown=function(f,h,d,p){p&&process.nextTick(p)},n.lchownSync=function(){}),lL==="win32"&&(n.rename=typeof n.rename!="function"?n.rename:(function(f){function h(d,p,S){var b=Date.now(),T=0;f(d,p,o(function A(P){if(P&&(P.code==="EACCES"||P.code==="EPERM"||P.code==="EBUSY")&&Date.now()-b<6e4){setTimeout(function(){n.stat(p,function(L,$){L&&L.code==="ENOENT"?f(d,p,A):S(P)})},T),T<100&&(T+=10);return}S&&S(P)},"CB"))}return o(h,"rename"),Object.setPrototypeOf&&Object.setPrototypeOf(h,f),h})(n.rename)),n.read=typeof n.read!="function"?n.read:(function(f){function h(d,p,S,b,T,A){var P;if(A&&typeof A=="function"){var L=0;P=o(function($,G,Ee){if($&&$.code==="EAGAIN"&&L<10)return L++,f.call(n,d,p,S,b,T,P);A.apply(this,arguments)},"callback")}return f.call(n,d,p,S,b,T,P)}return o(h,"read"),Object.setPrototypeOf&&Object.setPrototypeOf(h,f),h})(n.read),n.readSync=typeof n.readSync!="function"?n.readSync:(function(f){return function(h,d,p,S,b){for(var T=0;;)try{return f.call(n,h,d,p,S,b)}catch(A){if(A.code==="EAGAIN"&&T<10){T++;continue}throw A}}})(n.readSync);function e(f){f.lchmod=function(h,d,p){f.open(h,ls.O_WRONLY|ls.O_SYMLINK,d,function(S,b){if(S){p&&p(S);return}f.fchmod(b,d,function(T){f.close(b,function(A){p&&p(T||A)})})})},f.lchmodSync=function(h,d){var p=f.openSync(h,ls.O_WRONLY|ls.O_SYMLINK,d),S=!0,b;try{b=f.fchmodSync(p,d),S=!1}finally{if(S)try{f.closeSync(p)}catch{}else f.closeSync(p)}return b}}o(e,"patchLchmod");function t(f){ls.hasOwnProperty("O_SYMLINK")&&f.futimes?(f.lutimes=function(h,d,p,S){f.open(h,ls.O_SYMLINK,function(b,T){if(b){S&&S(b);return}f.futimes(T,d,p,function(A){f.close(T,function(P){S&&S(A||P)})})})},f.lutimesSync=function(h,d,p){var S=f.openSync(h,ls.O_SYMLINK),b,T=!0;try{b=f.futimesSync(S,d,p),T=!1}finally{if(T)try{f.closeSync(S)}catch{}else f.closeSync(S)}return b}):f.futimes&&(f.lutimes=function(h,d,p,S){S&&process.nextTick(S)},f.lutimesSync=function(){})}o(t,"patchLutimes");function r(f){return f&&function(h,d,p){return f.call(n,h,d,function(S){l(S)&&(S=null),p&&p.apply(this,arguments)})}}o(r,"chmodFix");function i(f){return f&&function(h,d){try{return f.call(n,h,d)}catch(p){if(!l(p))throw p}}}o(i,"chmodFixSync");function s(f){return f&&function(h,d,p,S){return f.call(n,h,d,p,function(b){l(b)&&(b=null),S&&S.apply(this,arguments)})}}o(s,"chownFix");function a(f){return f&&function(h,d,p){try{return f.call(n,h,d,p)}catch(S){if(!l(S))throw S}}}o(a,"chownFixSync");function c(f){return f&&function(h,d,p){typeof d=="function"&&(p=d,d=null);function S(b,T){T&&(T.uid<0&&(T.uid+=4294967296),T.gid<0&&(T.gid+=4294967296)),p&&p.apply(this,arguments)}return o(S,"callback"),d?f.call(n,h,d,S):f.call(n,h,S)}}o(c,"statFix");function u(f){return f&&function(h,d){var p=d?f.call(n,h,d):f.call(n,h);return p&&(p.uid<0&&(p.uid+=4294967296),p.gid<0&&(p.gid+=4294967296)),p}}o(u,"statFixSync");function l(f){if(!f||f.code==="ENOSYS")return!0;var h=!process.getuid||process.getuid()!==0;return!!(h&&(f.code==="EINVAL"||f.code==="EPERM"))}o(l,"chownErOk")}o(fL,"patch")});var Xw=v((KW,Kw)=>{var Yw=require("stream").Stream;Kw.exports=hL;function hL(n){return{ReadStream:e,WriteStream:t};function e(r,i){if(!(this instanceof e))return new e(r,i);Yw.call(this);var s=this;this.path=r,this.fd=null,this.readable=!0,this.paused=!1,this.flags="r",this.mode=438,this.bufferSize=64*1024,i=i||{};for(var a=Object.keys(i),c=0,u=a.length;c<u;c++){var l=a[c];this[l]=i[l]}if(this.encoding&&this.setEncoding(this.encoding),this.start!==void 0){if(typeof this.start!="number")throw TypeError("start must be a Number");if(this.end===void 0)this.end=1/0;else if(typeof this.end!="number")throw TypeError("end must be a Number");if(this.start>this.end)throw new Error("start must be <= end");this.pos=this.start}if(this.fd!==null){process.nextTick(function(){s._read()});return}n.open(this.path,this.flags,this.mode,function(f,h){if(f){s.emit("error",f),s.readable=!1;return}s.fd=h,s.emit("open",h),s._read()})}function t(r,i){if(!(this instanceof t))return new t(r,i);Yw.call(this),this.path=r,this.fd=null,this.writable=!0,this.flags="w",this.encoding="binary",this.mode=438,this.bytesWritten=0,i=i||{};for(var s=Object.keys(i),a=0,c=s.length;a<c;a++){var u=s[a];this[u]=i[u]}if(this.start!==void 0){if(typeof this.start!="number")throw TypeError("start must be a Number");if(this.start<0)throw new Error("start must be >= zero");this.pos=this.start}this.busy=!1,this._queue=[],this.fd===null&&(this._open=n.open,this._queue.push([this._open,this.path,this.flags,this.mode,void 0]),this.flush())}}o(hL,"legacy")});var Zw=v((JW,Jw)=>{"use strict";Jw.exports=pL;var dL=Object.getPrototypeOf||function(n){return n.__proto__};function pL(n){if(n===null||typeof n!="object")return n;if(n instanceof Object)var e={__proto__:dL(n)};else var e=Object.create(null);return Object.getOwnPropertyNames(n).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}),e}o(pL,"clone")});var bo=v((ez,L0)=>{var pt=require("fs"),mL=Qw(),gL=Xw(),yL=Zw(),wh=require("util"),Yt,Eh;typeof Symbol=="function"&&typeof Symbol.for=="function"?(Yt=Symbol.for("graceful-fs.queue"),Eh=Symbol.for("graceful-fs.previous")):(Yt="___graceful-fs.queue",Eh="___graceful-fs.previous");function vL(){}o(vL,"noop");function rb(n,e){Object.defineProperty(n,Yt,{get:o(function(){return e},"get")})}o(rb,"publishQueue");var la=vL;wh.debuglog?la=wh.debuglog("gfs4"):/\bgfs4\b/i.test(process.env.NODE_DEBUG||"")&&(la=o(function(){var n=wh.format.apply(wh,arguments);n="GFS4: "+n.split(/\n/).join(`
|
|
357
357
|
GFS4: `),console.error(n)},"debug"));pt[Yt]||(eb=global[Yt]||[],rb(pt,eb),pt.close=(function(n){function e(t,r){return n.call(pt,t,function(i){i||tb(),typeof r=="function"&&r.apply(this,arguments)})}return o(e,"close"),Object.defineProperty(e,Eh,{value:n}),e})(pt.close),pt.closeSync=(function(n){function e(t){n.apply(pt,arguments),tb()}return o(e,"closeSync"),Object.defineProperty(e,Eh,{value:n}),e})(pt.closeSync),/\bgfs4\b/i.test(process.env.NODE_DEBUG||"")&&process.on("exit",function(){la(pt[Yt]),require("assert").equal(pt[Yt].length,0)}));var eb;global[Yt]||rb(global,pt[Yt]);L0.exports=F0(yL(pt));process.env.TEST_GRACEFUL_FS_GLOBAL_PATCH&&!pt.__patched&&(L0.exports=F0(pt),pt.__patched=!0);function F0(n){mL(n),n.gracefulify=F0,n.createReadStream=G,n.createWriteStream=Ee;var e=n.readFile;n.readFile=t;function t(q,ie,Se){return typeof ie=="function"&&(Se=ie,ie=null),nt(q,ie,Se);function nt(Ke,at,Be,qe){return e(Ke,at,function(Me){Me&&(Me.code==="EMFILE"||Me.code==="ENFILE")?wo([nt,[Ke,at,Be],Me,qe||Date.now(),Date.now()]):typeof Be=="function"&&Be.apply(this,arguments)})}o(nt,"go$readFile")}o(t,"readFile");var r=n.writeFile;n.writeFile=i;function i(q,ie,Se,nt){return typeof Se=="function"&&(nt=Se,Se=null),Ke(q,ie,Se,nt);function Ke(at,Be,qe,Me,Y){return r(at,Be,qe,function(M){M&&(M.code==="EMFILE"||M.code==="ENFILE")?wo([Ke,[at,Be,qe,Me],M,Y||Date.now(),Date.now()]):typeof Me=="function"&&Me.apply(this,arguments)})}o(Ke,"go$writeFile")}o(i,"writeFile");var s=n.appendFile;s&&(n.appendFile=a);function a(q,ie,Se,nt){return typeof Se=="function"&&(nt=Se,Se=null),Ke(q,ie,Se,nt);function Ke(at,Be,qe,Me,Y){return s(at,Be,qe,function(M){M&&(M.code==="EMFILE"||M.code==="ENFILE")?wo([Ke,[at,Be,qe,Me],M,Y||Date.now(),Date.now()]):typeof Me=="function"&&Me.apply(this,arguments)})}o(Ke,"go$appendFile")}o(a,"appendFile");var c=n.copyFile;c&&(n.copyFile=u);function u(q,ie,Se,nt){return typeof Se=="function"&&(nt=Se,Se=0),Ke(q,ie,Se,nt);function Ke(at,Be,qe,Me,Y){return c(at,Be,qe,function(M){M&&(M.code==="EMFILE"||M.code==="ENFILE")?wo([Ke,[at,Be,qe,Me],M,Y||Date.now(),Date.now()]):typeof Me=="function"&&Me.apply(this,arguments)})}o(Ke,"go$copyFile")}o(u,"copyFile");var l=n.readdir;n.readdir=h;var f=/^v[0-5]\./;function h(q,ie,Se){typeof ie=="function"&&(Se=ie,ie=null);var nt=f.test(process.version)?o(function(Be,qe,Me,Y){return l(Be,Ke(Be,qe,Me,Y))},"go$readdir"):o(function(Be,qe,Me,Y){return l(Be,qe,Ke(Be,qe,Me,Y))},"go$readdir");return nt(q,ie,Se);function Ke(at,Be,qe,Me){return function(Y,M){Y&&(Y.code==="EMFILE"||Y.code==="ENFILE")?wo([nt,[at,Be,qe],Y,Me||Date.now(),Date.now()]):(M&&M.sort&&M.sort(),typeof qe=="function"&&qe.call(this,Y,M))}}}if(o(h,"readdir"),process.version.substr(0,4)==="v0.8"){var d=gL(n);A=d.ReadStream,L=d.WriteStream}var p=n.ReadStream;p&&(A.prototype=Object.create(p.prototype),A.prototype.open=P);var S=n.WriteStream;S&&(L.prototype=Object.create(S.prototype),L.prototype.open=$),Object.defineProperty(n,"ReadStream",{get:o(function(){return A},"get"),set:o(function(q){A=q},"set"),enumerable:!0,configurable:!0}),Object.defineProperty(n,"WriteStream",{get:o(function(){return L},"get"),set:o(function(q){L=q},"set"),enumerable:!0,configurable:!0});var b=A;Object.defineProperty(n,"FileReadStream",{get:o(function(){return b},"get"),set:o(function(q){b=q},"set"),enumerable:!0,configurable:!0});var T=L;Object.defineProperty(n,"FileWriteStream",{get:o(function(){return T},"get"),set:o(function(q){T=q},"set"),enumerable:!0,configurable:!0});function A(q,ie){return this instanceof A?(p.apply(this,arguments),this):A.apply(Object.create(A.prototype),arguments)}o(A,"ReadStream");function P(){var q=this;$e(q.path,q.flags,q.mode,function(ie,Se){ie?(q.autoClose&&q.destroy(),q.emit("error",ie)):(q.fd=Se,q.emit("open",Se),q.read())})}o(P,"ReadStream$open");function L(q,ie){return this instanceof L?(S.apply(this,arguments),this):L.apply(Object.create(L.prototype),arguments)}o(L,"WriteStream");function $(){var q=this;$e(q.path,q.flags,q.mode,function(ie,Se){ie?(q.destroy(),q.emit("error",ie)):(q.fd=Se,q.emit("open",Se))})}o($,"WriteStream$open");function G(q,ie){return new n.ReadStream(q,ie)}o(G,"createReadStream");function Ee(q,ie){return new n.WriteStream(q,ie)}o(Ee,"createWriteStream");var Ue=n.open;n.open=$e;function $e(q,ie,Se,nt){return typeof Se=="function"&&(nt=Se,Se=null),Ke(q,ie,Se,nt);function Ke(at,Be,qe,Me,Y){return Ue(at,Be,qe,function(M,Ge){M&&(M.code==="EMFILE"||M.code==="ENFILE")?wo([Ke,[at,Be,qe,Me],M,Y||Date.now(),Date.now()]):typeof Me=="function"&&Me.apply(this,arguments)})}o(Ke,"go$open")}return o($e,"open"),n}o(F0,"patch");function wo(n){la("ENQUEUE",n[0].name,n[1]),pt[Yt].push(n),N0()}o(wo,"enqueue");var bh;function tb(){for(var n=Date.now(),e=0;e<pt[Yt].length;++e)pt[Yt][e].length>2&&(pt[Yt][e][3]=n,pt[Yt][e][4]=n);N0()}o(tb,"resetQueue");function N0(){if(clearTimeout(bh),bh=void 0,pt[Yt].length!==0){var n=pt[Yt].shift(),e=n[0],t=n[1],r=n[2],i=n[3],s=n[4];if(i===void 0)la("RETRY",e.name,t),e.apply(null,t);else if(Date.now()-i>=6e4){la("TIMEOUT",e.name,t);var a=t.pop();typeof a=="function"&&a.call(null,r)}else{var c=Date.now()-s,u=Math.max(s-i,1),l=Math.min(u*1.2,100);c>=l?(la("RETRY",e.name,t),e.apply(null,t.concat([i]))):pt[Yt].push(n)}bh===void 0&&(bh=setTimeout(N0,0))}}o(N0,"retry")});var Er=v($i=>{"use strict";var nb=Mt().fromCallback,br=bo(),SL=["access","appendFile","chmod","chown","close","copyFile","cp","fchmod","fchown","fdatasync","fstat","fsync","ftruncate","futimes","glob","lchmod","lchown","lutimes","link","lstat","mkdir","mkdtemp","open","opendir","readdir","readFile","readlink","realpath","rename","rm","rmdir","stat","statfs","symlink","truncate","unlink","utimes","writeFile"].filter(n=>typeof br[n]=="function");Object.assign($i,br);SL.forEach(n=>{$i[n]=nb(br[n])});$i.exists=function(n,e){return typeof e=="function"?br.exists(n,e):new Promise(t=>br.exists(n,t))};$i.read=function(n,e,t,r,i,s){return typeof s=="function"?br.read(n,e,t,r,i,s):new Promise((a,c)=>{br.read(n,e,t,r,i,(u,l,f)=>{if(u)return c(u);a({bytesRead:l,buffer:f})})})};$i.write=function(n,e,...t){return typeof t[t.length-1]=="function"?br.write(n,e,...t):new Promise((r,i)=>{br.write(n,e,...t,(s,a,c)=>{if(s)return i(s);r({bytesWritten:a,buffer:c})})})};$i.readv=function(n,e,...t){return typeof t[t.length-1]=="function"?br.readv(n,e,...t):new Promise((r,i)=>{br.readv(n,e,...t,(s,a,c)=>{if(s)return i(s);r({bytesRead:a,buffers:c})})})};$i.writev=function(n,e,...t){return typeof t[t.length-1]=="function"?br.writev(n,e,...t):new Promise((r,i)=>{br.writev(n,e,...t,(s,a,c)=>{if(s)return i(s);r({bytesWritten:a,buffers:c})})})};typeof br.realpath.native=="function"?$i.realpath.native=nb(br.realpath.native):process.emitWarning("fs.realpath.native is not a function. Is fs being monkey-patched?","Warning","fs-extra-WARN0003")});var sb=v((nz,ib)=>{"use strict";var _L=require("path");ib.exports.checkPath=o(function(e){if(process.platform==="win32"&&/[<>:"|?*]/.test(e.replace(_L.parse(e).root,""))){let r=new Error(`Path contains invalid characters: ${e}`);throw r.code="EINVAL",r}},"checkPath")});var ub=v((sz,M0)=>{"use strict";var ab=Er(),{checkPath:ob}=sb(),cb=o(n=>{let e={mode:511};return typeof n=="number"?n:{...e,...n}.mode},"getMode");M0.exports.makeDir=async(n,e)=>(ob(n),ab.mkdir(n,{mode:cb(e),recursive:!0}));M0.exports.makeDirSync=(n,e)=>(ob(n),ab.mkdirSync(n,{mode:cb(e),recursive:!0}))});var Bn=v((oz,lb)=>{"use strict";var wL=Mt().fromPromise,{makeDir:bL,makeDirSync:k0}=ub(),j0=wL(bL);lb.exports={mkdirs:j0,mkdirsSync:k0,mkdirp:j0,mkdirpSync:k0,ensureDir:j0,ensureDirSync:k0}});var fs=v((cz,hb)=>{"use strict";var EL=Mt().fromPromise,fb=Er();function TL(n){return fb.access(n).then(()=>!0).catch(()=>!1)}o(TL,"pathExists");hb.exports={pathExists:EL(TL),pathExistsSync:fb.existsSync}});var $0=v((lz,db)=>{"use strict";var Eo=Er(),AL=Mt().fromPromise;async function CL(n,e,t){let r=await Eo.open(n,"r+"),i=null;try{await Eo.futimes(r,e,t)}finally{try{await Eo.close(r)}catch(s){i=s}}if(i)throw i}o(CL,"utimesMillis");function xL(n,e,t){let r=Eo.openSync(n,"r+");return Eo.futimesSync(r,e,t),Eo.closeSync(r)}o(xL,"utimesMillisSync");db.exports={utimesMillis:AL(CL),utimesMillisSync:xL}});var fa=v((hz,yb)=>{"use strict";var To=Er(),kt=require("path"),pb=Mt().fromPromise;function IL(n,e,t){let r=t.dereference?i=>To.stat(i,{bigint:!0}):i=>To.lstat(i,{bigint:!0});return Promise.all([r(n),r(e).catch(i=>{if(i.code==="ENOENT")return null;throw i})]).then(([i,s])=>({srcStat:i,destStat:s}))}o(IL,"getStats");function OL(n,e,t){let r,i=t.dereference?a=>To.statSync(a,{bigint:!0}):a=>To.lstatSync(a,{bigint:!0}),s=i(n);try{r=i(e)}catch(a){if(a.code==="ENOENT")return{srcStat:s,destStat:null};throw a}return{srcStat:s,destStat:r}}o(OL,"getStatsSync");async function PL(n,e,t,r){let{srcStat:i,destStat:s}=await IL(n,e,r);if(s){if(Gc(i,s)){let a=kt.basename(n),c=kt.basename(e);if(t==="move"&&a!==c&&a.toLowerCase()===c.toLowerCase())return{srcStat:i,destStat:s,isChangingCase:!0};throw new Error("Source and destination must not be the same.")}if(i.isDirectory()&&!s.isDirectory())throw new Error(`Cannot overwrite non-directory '${e}' with directory '${n}'.`);if(!i.isDirectory()&&s.isDirectory())throw new Error(`Cannot overwrite directory '${e}' with non-directory '${n}'.`)}if(i.isDirectory()&&V0(n,e))throw new Error(Th(n,e,t));return{srcStat:i,destStat:s}}o(PL,"checkPaths");function DL(n,e,t,r){let{srcStat:i,destStat:s}=OL(n,e,r);if(s){if(Gc(i,s)){let a=kt.basename(n),c=kt.basename(e);if(t==="move"&&a!==c&&a.toLowerCase()===c.toLowerCase())return{srcStat:i,destStat:s,isChangingCase:!0};throw new Error("Source and destination must not be the same.")}if(i.isDirectory()&&!s.isDirectory())throw new Error(`Cannot overwrite non-directory '${e}' with directory '${n}'.`);if(!i.isDirectory()&&s.isDirectory())throw new Error(`Cannot overwrite directory '${e}' with non-directory '${n}'.`)}if(i.isDirectory()&&V0(n,e))throw new Error(Th(n,e,t));return{srcStat:i,destStat:s}}o(DL,"checkPathsSync");async function mb(n,e,t,r){let i=kt.resolve(kt.dirname(n)),s=kt.resolve(kt.dirname(t));if(s===i||s===kt.parse(s).root)return;let a;try{a=await To.stat(s,{bigint:!0})}catch(c){if(c.code==="ENOENT")return;throw c}if(Gc(e,a))throw new Error(Th(n,t,r));return mb(n,e,s,r)}o(mb,"checkParentPaths");function gb(n,e,t,r){let i=kt.resolve(kt.dirname(n)),s=kt.resolve(kt.dirname(t));if(s===i||s===kt.parse(s).root)return;let a;try{a=To.statSync(s,{bigint:!0})}catch(c){if(c.code==="ENOENT")return;throw c}if(Gc(e,a))throw new Error(Th(n,t,r));return gb(n,e,s,r)}o(gb,"checkParentPathsSync");function Gc(n,e){return e.ino!==void 0&&e.dev!==void 0&&e.ino===n.ino&&e.dev===n.dev}o(Gc,"areIdentical");function V0(n,e){let t=kt.resolve(n).split(kt.sep).filter(i=>i),r=kt.resolve(e).split(kt.sep).filter(i=>i);return t.every((i,s)=>r[s]===i)}o(V0,"isSrcSubdir");function Th(n,e,t){return`Cannot ${t} '${n}' to a subdirectory of itself, '${e}'.`}o(Th,"errMsg");yb.exports={checkPaths:pb(PL),checkPathsSync:DL,checkParentPaths:pb(mb),checkParentPathsSync:gb,isSrcSubdir:V0,areIdentical:Gc}});var Sb=v((pz,vb)=>{"use strict";async function RL(n,e){let t=[];for await(let r of n)t.push(e(r).then(()=>null,i=>i??new Error("unknown error")));await Promise.all(t.map(r=>r.then(i=>{if(i!==null)throw i})))}o(RL,"asyncIteratorConcurrentProcess");vb.exports={asyncIteratorConcurrentProcess:RL}});var Tb=v((gz,Eb)=>{"use strict";var or=Er(),Wc=require("path"),{mkdirs:FL}=Bn(),{pathExists:NL}=fs(),{utimesMillis:LL}=$0(),zc=fa(),{asyncIteratorConcurrentProcess:ML}=Sb();async function kL(n,e,t={}){typeof t=="function"&&(t={filter:t}),t.clobber="clobber"in t?!!t.clobber:!0,t.overwrite="overwrite"in t?!!t.overwrite:t.clobber,t.preserveTimestamps&&process.arch==="ia32"&&process.emitWarning(`Using the preserveTimestamps option in 32-bit node is not recommended;
|
|
358
358
|
|
|
359
359
|
see https://github.com/jprichardson/node-fs-extra/issues/269`,"Warning","fs-extra-WARN0001");let{srcStat:r,destStat:i}=await zc.checkPaths(n,e,"copy",t);if(await zc.checkParentPaths(n,r,e,"copy"),!await wb(n,e,t))return;let a=Wc.dirname(e);await NL(a)||await FL(a),await bb(i,n,e,t)}o(kL,"copy");async function wb(n,e,t){return t.filter?t.filter(n,e):!0}o(wb,"runFilter");async function bb(n,e,t,r){let s=await(r.dereference?or.stat:or.lstat)(e);if(s.isDirectory())return UL(s,n,e,t,r);if(s.isFile()||s.isCharacterDevice()||s.isBlockDevice())return jL(s,n,e,t,r);if(s.isSymbolicLink())return BL(n,e,t,r);throw s.isSocket()?new Error(`Cannot copy a socket file: ${e}`):s.isFIFO()?new Error(`Cannot copy a FIFO pipe: ${e}`):new Error(`Unknown file: ${e}`)}o(bb,"getStatsAndPerformCopy");async function jL(n,e,t,r,i){if(!e)return _b(n,t,r,i);if(i.overwrite)return await or.unlink(r),_b(n,t,r,i);if(i.errorOnExist)throw new Error(`'${r}' already exists`)}o(jL,"onFile");async function _b(n,e,t,r){if(await or.copyFile(e,t),r.preserveTimestamps){$L(n.mode)&&await VL(t,n.mode);let i=await or.stat(e);await LL(t,i.atime,i.mtime)}return or.chmod(t,n.mode)}o(_b,"copyFile");function $L(n){return(n&128)===0}o($L,"fileIsNotWritable");function VL(n,e){return or.chmod(n,e|128)}o(VL,"makeFileWritable");async function UL(n,e,t,r,i){e||await or.mkdir(r),await ML(await or.opendir(t),async s=>{let a=Wc.join(t,s.name),c=Wc.join(r,s.name);if(await wb(a,c,i)){let{destStat:l}=await zc.checkPaths(a,c,"copy",i);await bb(l,a,c,i)}}),e||await or.chmod(r,n.mode)}o(UL,"onDir");async function BL(n,e,t,r){let i=await or.readlink(e);if(r.dereference&&(i=Wc.resolve(process.cwd(),i)),!n)return or.symlink(i,t);let s=null;try{s=await or.readlink(t)}catch(a){if(a.code==="EINVAL"||a.code==="UNKNOWN")return or.symlink(i,t);throw a}if(r.dereference&&(s=Wc.resolve(process.cwd(),s)),zc.isSrcSubdir(i,s))throw new Error(`Cannot copy '${i}' to a subdirectory of itself, '${s}'.`);if(zc.isSrcSubdir(s,i))throw new Error(`Cannot overwrite '${s}' with '${i}'.`);return await or.unlink(t),or.symlink(i,t)}o(BL,"onLink");Eb.exports=kL});var Ob=v((vz,Ib)=>{"use strict";var Tr=bo(),Hc=require("path"),qL=Bn().mkdirsSync,GL=$0().utimesMillisSync,Qc=fa();function WL(n,e,t){typeof t=="function"&&(t={filter:t}),t=t||{},t.clobber="clobber"in t?!!t.clobber:!0,t.overwrite="overwrite"in t?!!t.overwrite:t.clobber,t.preserveTimestamps&&process.arch==="ia32"&&process.emitWarning(`Using the preserveTimestamps option in 32-bit node is not recommended;
|
|
@@ -413,15 +413,15 @@ Use: exocortex command --help for usage information.`;super(t,i,{message:r||"Che
|
|
|
413
413
|
Check:
|
|
414
414
|
\u2022 Path spelling and case sensitivity
|
|
415
415
|
\u2022 Directory exists and is accessible
|
|
416
|
-
\u2022 You have read permissions for the directory`}static{o(this,"VaultNotFoundError")}};var Mh=Ie(require("path")),
|
|
416
|
+
\u2022 You have read permissions for the directory`}static{o(this,"VaultNotFoundError")}};var Mh=Ie(require("path")),Hr=Ie(ha()),Xt=Ie(hn());var Ro=class{constructor(e){this.cliVersion="1.0.0";this.vaultPath=Mh.default.resolve(e),this.cachePath=Mh.default.join(this.vaultPath,".exocortex","cache","triples.json")}static{o(this,"CacheManager")}getCachePath(){return this.cachePath}async isCacheValid(){try{if(!await Hr.default.pathExists(this.cachePath))return!1;let e=await Hr.default.readJson(this.cachePath);return!(!e.metadata||typeof e.metadata.vaultMtime!="number"||typeof e.metadata.tripleCount!="number"||(await Hr.default.stat(this.vaultPath)).mtimeMs!==e.metadata.vaultMtime)}catch{return!1}}async loadOrBuild(){let e=Date.now();if(await this.isCacheValid())return{triples:await this.loadFromCache(),cacheHit:!0,durationMs:Date.now()-e};let{tripleCount:t}=await this.buildCache();return{triples:await this.loadFromCache(),cacheHit:!1,durationMs:Date.now()-e}}async loadFromCache(){return(await Hr.default.readJson(this.cachePath)).triples.map(this.deserializeTriple)}async buildCache(){let e=Date.now(),t=new pi(this.vaultPath),i=await new Xt.NoteToRDFConverter(t).convertVault(),s=await Hr.default.stat(this.vaultPath),a=i.map(this.serializeTriple),c={metadata:{version:this.cliVersion,timestamp:Date.now(),vaultPath:this.vaultPath,tripleCount:i.length,vaultMtime:s.mtimeMs},triples:a};return await Hr.default.ensureDir(Mh.default.dirname(this.cachePath)),await Hr.default.writeJson(this.cachePath,c,{spaces:0}),{tripleCount:i.length,durationMs:Date.now()-e}}async invalidate(){await Hr.default.pathExists(this.cachePath)&&await Hr.default.remove(this.cachePath)}async getCacheStats(){try{if(!await Hr.default.pathExists(this.cachePath))return null;let e=await Hr.default.readJson(this.cachePath),t=await Hr.default.stat(this.cachePath),r=await this.isCacheValid();return{tripleCount:e.metadata.tripleCount,createdAt:new Date(e.metadata.timestamp),isValid:r,sizeBytes:t.size}}catch{return null}}serializeTriple(e){return{subject:s1(e.subject),predicate:s1(e.predicate),object:s1(e.object)}}deserializeTriple(e){return new Xt.Triple(a1(e.subject),a1(e.predicate),a1(e.object))}};function s1(n){if(n instanceof Xt.IRI)return{type:"IRI",value:n.value};if(n instanceof Xt.Literal){let e={type:"Literal",value:n.value};return n.datatype&&(e.datatype=n.datatype.value),n.language&&(e.language=n.language),e}return n instanceof Xt.BlankNode?{type:"BlankNode",value:n.value}:{type:"IRI",value:String(n)}}o(s1,"serializeNode");function a1(n){switch(n.type){case"IRI":return new Xt.IRI(n.value);case"Literal":return n.datatype?new Xt.Literal(n.value,new Xt.IRI(n.datatype)):n.language?new Xt.Literal(n.value,void 0,n.language):new Xt.Literal(n.value);case"BlankNode":return new Xt.BlankNode(n.value);default:return new Xt.IRI(n.value)}}o(a1,"deserializeNode");function z3(){return new Et("query").description("Execute SPARQL query against Obsidian vault").argument("<query>","SPARQL query string or path to .sparql file").option("--vault <path>","Path to Obsidian vault",process.cwd()).option("--format <type>","Output format: table|json|csv|ntriples","table").option("--output <type>","Response format: text|json (for MCP tools)","text").option("--explain","Show optimized query plan").option("--stats","Show execution statistics").option("--no-optimize","Disable query optimization").option("--use-cache","Use persistent cache (faster for repeated queries)").action(async(n,e)=>{let t=e.output||"text";H.setFormat(t);try{let r=Date.now(),i=PM(n),s=(0,o1.resolve)(e.vault);if(!(0,su.existsSync)(s))throw new Ft(s);t==="text"&&console.log(`\u{1F4E6} Loading vault: ${s}...`);let a=Date.now(),c,u=!1;if(e.useCache){let P=await new Ro(s).loadOrBuild();c=P.triples,u=P.cacheHit,t==="text"&&u&&console.log("\u{1F680} Cache hit! Loading from persistent cache...")}else{let A=new pi(s);c=await new Ir.NoteToRDFConverter(A).convertVault()}let l=new Ir.InMemoryTripleStore;await l.addAll(c);let f=Date.now()-a;if(t==="text"){let A=u?" (from cache)":"";console.log(`\u2705 Loaded ${c.length} triples in ${f}ms${A}
|
|
417
417
|
`),console.log("\u{1F50D} Parsing SPARQL query...")}let d=new Ir.SPARQLParser().parse(i);t==="text"&&console.log("\u{1F504} Translating to algebra...");let S=new Ir.AlgebraTranslator().translate(d);if(!e.noOptimize&&S.type!=="construct")S=new Ir.AlgebraOptimizer().optimize(S);else if(!e.noOptimize&&S.type==="construct"){let A=new Ir.AlgebraOptimizer,P=S;S={...P,where:A.optimize(P.where)}}if(e.explain&&t==="text"){console.log("\u{1F4CA} Query Plan:");let A=new Ir.AlgebraSerializer;if(S.type==="construct"){let P=S;console.log("CONSTRUCT Template:"),console.log(" (template patterns)"),console.log("WHERE:"),console.log(A.toString(P.where))}else console.log(A.toString(S));console.log()}t==="text"&&console.log("\u{1F3AF} Executing query...");let b=Date.now(),T=new Ir.QueryExecutor(l);if(T.isConstructQuery(S)){let A=await T.executeConstruct(S),P=Date.now()-b,L=Date.now()-r;if(t==="json"){let $=new nu,G={query:i,count:A.length,triples:JSON.parse($.formatJson(A))},Ee=je.success(G,{durationMs:L,itemCount:A.length,loadDurationMs:f,execDurationMs:P,triplesScanned:c.length,cacheHit:u});console.log(JSON.stringify(Ee,null,2))}else console.log(`\u2705 Generated ${A.length} triple(s) in ${P}ms
|
|
418
418
|
`),A.length>0?RM(A,e.format):console.log("No triples generated."),e.stats&&(console.log(`
|
|
419
419
|
\u{1F4CA} Execution Statistics:`),console.log(` Vault loading: ${f}ms${u?" (from cache)":""}`),console.log(` Query execution: ${P}ms`),console.log(` Total time: ${L}ms`),console.log(` Triples scanned: ${c.length}`),console.log(` Triples generated: ${A.length}`),e.useCache&&console.log(` Cache: ${u?"HIT":"MISS (rebuilt)"}`))}else{let A=await T.executeAll(S),P=Date.now()-b,L=Date.now()-r;if(t==="json"){let $=A.map(Ue=>Ue.toJSON()),G={query:i,count:A.length,bindings:$},Ee=je.success(G,{durationMs:L,itemCount:A.length,loadDurationMs:f,execDurationMs:P,triplesScanned:c.length,cacheHit:u});console.log(JSON.stringify(Ee,null,2))}else console.log(`\u2705 Found ${A.length} result(s) in ${P}ms
|
|
420
420
|
`),A.length>0?DM(A,e.format):console.log("No results found."),e.stats&&(console.log(`
|
|
421
421
|
\u{1F4CA} Execution Statistics:`),console.log(` Vault loading: ${f}ms${u?" (from cache)":""}`),console.log(` Query execution: ${P}ms`),console.log(` Total time: ${L}ms`),console.log(` Triples scanned: ${c.length}`),console.log(` Results returned: ${A.length}`),e.useCache&&console.log(` Cache: ${u?"HIT":"MISS (rebuilt)"}`))}}catch(r){H.handle(r)}})}o(z3,"sparqlQueryCommand");function PM(n){if(n.includes("SELECT")||n.includes("CONSTRUCT"))return n;let e=(0,o1.resolve)(n);return(0,su.existsSync)(e)?(0,su.readFileSync)(e,"utf-8"):n}o(PM,"loadQuery");function DM(n,e){switch(e){case"json":let t=new Do;console.log(t.format(n));break;case"table":default:let r=new Po;console.log(r.format(n));break}}o(DM,"formatSelectResults");function RM(n,e){let t=new nu;switch(e){case"json":console.log(t.formatJson(n));break;case"ntriples":console.log(t.formatNTriples(n));break;case"table":default:console.log(t.formatTable(n));break}}o(RM,"formatConstructResults");var H3=require("fs"),Q3=require("path");function Y3(){return new Et("index").description("Build or refresh the triple cache for faster SPARQL queries").option("--vault <path>","Path to Obsidian vault",process.cwd()).option("--output <type>","Response format: text|json (for MCP tools)","text").option("--stats","Show cache statistics after building").option("--force","Force rebuild even if cache is valid").action(async n=>{let e=n.output||"text";H.setFormat(e);try{let t=(0,Q3.resolve)(n.vault);if(!(0,H3.existsSync)(t))throw new Ft(t);let r=new Ro(t),i=r.getCachePath();n.force&&(e==="text"&&console.log("\u{1F5D1}\uFE0F Invalidating existing cache..."),await r.invalidate()),e==="text"&&console.log(`\u{1F4E6} Building triple cache for: ${t}...`);let s=Date.now(),a=await r.buildCache(),c=Date.now()-s;if(e==="json"){let u={action:"build",cachePath:i,tripleCount:a.tripleCount,durationMs:a.durationMs};if(n.stats){let l=await r.getCacheStats();if(l){let f={tripleCount:l.tripleCount,createdAt:l.createdAt.toISOString(),isValid:l.isValid,sizeBytes:l.sizeBytes,cachePath:i},h=je.success({cache:u,stats:f},{durationMs:c});console.log(JSON.stringify(h,null,2))}}else{let l=je.success(u,{durationMs:c});console.log(JSON.stringify(l,null,2))}}else if(console.log(`\u2705 Created cache with ${a.tripleCount.toLocaleString()} triples at ${i}`),console.log(`\u23F1\uFE0F Build time: ${a.durationMs}ms`),n.stats){let u=await r.getCacheStats();u&&(console.log(`
|
|
422
|
-
\u{1F4CA} Cache Statistics:`),console.log(` Triples: ${u.tripleCount.toLocaleString()}`),console.log(` Created: ${u.createdAt.toISOString()}`),console.log(` Valid: ${u.isValid?"\u2705 Yes":"\u274C No"}`),console.log(` Size: ${FM(u.sizeBytes)}`))}}catch(t){H.handle(t)}})}o(Y3,"sparqlIndexCommand");function FM(n){return n<1024?`${n} B`:n<1024*1024?`${(n/1024).toFixed(1)} KB`:`${(n/(1024*1024)).toFixed(1)} MB`}o(FM,"formatBytes");var tA=require("path");var Nt=Ie(ha()),_s=Ie(require("path"));var gT=Ie(cT(),1);var ou=o(n=>{if(typeof n!="string")throw new TypeError("invalid pattern");if(n.length>65536)throw new TypeError("pattern is too long")},"assertValidPattern");var UM={"[:alnum:]":["\\p{L}\\p{Nl}\\p{Nd}",!0],"[:alpha:]":["\\p{L}\\p{Nl}",!0],"[:ascii:]":["\\x00-\\x7f",!1],"[:blank:]":["\\p{Zs}\\t",!0],"[:cntrl:]":["\\p{Cc}",!0],"[:digit:]":["\\p{Nd}",!0],"[:graph:]":["\\p{Z}\\p{C}",!0,!0],"[:lower:]":["\\p{Ll}",!0],"[:print:]":["\\p{C}",!0],"[:punct:]":["\\p{P}",!0],"[:space:]":["\\p{Z}\\t\\r\\n\\v\\f",!0],"[:upper:]":["\\p{Lu}",!0],"[:word:]":["\\p{L}\\p{Nl}\\p{Nd}\\p{Pc}",!0],"[:xdigit:]":["A-Fa-f0-9",!1]},cu=o(n=>n.replace(/[[\]\\-]/g,"\\$&"),"braceEscape"),BM=o(n=>n.replace(/[-[\]{}()*+?.,\\^$|#\s]/g,"\\$&"),"regexpEscape"),uT=o(n=>n.join(""),"rangesToString"),lT=o((n,e)=>{let t=e;if(n.charAt(t)!=="[")throw new Error("not in a brace expression");let r=[],i=[],s=t+1,a=!1,c=!1,u=!1,l=!1,f=t,h="";e:for(;s<n.length;){let b=n.charAt(s);if((b==="!"||b==="^")&&s===t+1){l=!0,s++;continue}if(b==="]"&&a&&!u){f=s+1;break}if(a=!0,b==="\\"&&!u){u=!0,s++;continue}if(b==="["&&!u){for(let[T,[A,P,L]]of Object.entries(UM))if(n.startsWith(T,s)){if(h)return["$.",!1,n.length-t,!0];s+=T.length,L?i.push(A):r.push(A),c=c||P;continue e}}if(u=!1,h){b>h?r.push(cu(h)+"-"+cu(b)):b===h&&r.push(cu(b)),h="",s++;continue}if(n.startsWith("-]",s+1)){r.push(cu(b+"-")),s+=2;continue}if(n.startsWith("-",s+1)){h=b,s+=2;continue}r.push(cu(b)),s++}if(f<s)return["",!1,0,!1];if(!r.length&&!i.length)return["$.",!1,n.length-t,!0];if(i.length===0&&r.length===1&&/^\\?.$/.test(r[0])&&!l){let b=r[0].length===2?r[0].slice(-1):r[0];return[BM(b),!1,f-t,!1]}let d="["+(l?"^":"")+uT(r)+"]",p="["+(l?"":"^")+uT(i)+"]";return[r.length&&i.length?"("+d+"|"+p+")":r.length?d:p,c,f-t,!0]},"parseClass");var qn=o((n,{windowsPathsNoEscape:e=!1}={})=>e?n.replace(/\[([^\/\\])\]/g,"$1"):n.replace(/((?!\\).|^)\[([^\/\\])\]/g,"$1$2").replace(/\\([^\/])/g,"$1"),"unescape");var qM=new Set(["!","?","+","*","@"]),fT=o(n=>qM.has(n),"isExtglobType"),GM="(?!(?:^|/)\\.\\.?(?:$|/))",kh="(?!\\.)",WM=new Set(["[","."]),zM=new Set(["..","."]),HM=new Set("().*{}+?[]^$\\!"),QM=o(n=>n.replace(/[-[\]{}()*+?.,\\^$|#\s]/g,"\\$&"),"regExpEscape"),l1="[^/]",hT=l1+"*?",dT=l1+"+?",Fo=class n{static{o(this,"AST")}type;#e;#t;#s=!1;#n=[];#a;#_;#u;#f=!1;#o;#c;#i=!1;constructor(e,t,r={}){this.type=e,e&&(this.#t=!0),this.#a=t,this.#e=this.#a?this.#a.#e:this,this.#o=this.#e===this?r:this.#e.#o,this.#u=this.#e===this?[]:this.#e.#u,e==="!"&&!this.#e.#f&&this.#u.push(this),this.#_=this.#a?this.#a.#n.length:0}get hasMagic(){if(this.#t!==void 0)return this.#t;for(let e of this.#n)if(typeof e!="string"&&(e.type||e.hasMagic))return this.#t=!0;return this.#t}toString(){return this.#c!==void 0?this.#c:this.type?this.#c=this.type+"("+this.#n.map(e=>String(e)).join("|")+")":this.#c=this.#n.map(e=>String(e)).join("")}#g(){if(this!==this.#e)throw new Error("should only call on root");if(this.#f)return this;this.toString(),this.#f=!0;let e;for(;e=this.#u.pop();){if(e.type!=="!")continue;let t=e,r=t.#a;for(;r;){for(let i=t.#_+1;!r.type&&i<r.#n.length;i++)for(let s of e.#n){if(typeof s=="string")throw new Error("string part in extglob AST??");s.copyIn(r.#n[i])}t=r,r=t.#a}}return this}push(...e){for(let t of e)if(t!==""){if(typeof t!="string"&&!(t instanceof n&&t.#a===this))throw new Error("invalid part: "+t);this.#n.push(t)}}toJSON(){let e=this.type===null?this.#n.slice().map(t=>typeof t=="string"?t:t.toJSON()):[this.type,...this.#n.map(t=>t.toJSON())];return this.isStart()&&!this.type&&e.unshift([]),this.isEnd()&&(this===this.#e||this.#e.#f&&this.#a?.type==="!")&&e.push({}),e}isStart(){if(this.#e===this)return!0;if(!this.#a?.isStart())return!1;if(this.#_===0)return!0;let e=this.#a;for(let t=0;t<this.#_;t++){let r=e.#n[t];if(!(r instanceof n&&r.type==="!"))return!1}return!0}isEnd(){if(this.#e===this||this.#a?.type==="!")return!0;if(!this.#a?.isEnd())return!1;if(!this.type)return this.#a?.isEnd();let e=this.#a?this.#a.#n.length:0;return this.#_===e-1}copyIn(e){typeof e=="string"?this.push(e):this.push(e.clone(this))}clone(e){let t=new n(this.type,e);for(let r of this.#n)t.copyIn(r);return t}static#y(e,t,r,i){let s=!1,a=!1,c=-1,u=!1;if(t.type===null){let p=r,S="";for(;p<e.length;){let b=e.charAt(p++);if(s||b==="\\"){s=!s,S+=b;continue}if(a){p===c+1?(b==="^"||b==="!")&&(u=!0):b==="]"&&!(p===c+2&&u)&&(a=!1),S+=b;continue}else if(b==="["){a=!0,c=p,u=!1,S+=b;continue}if(!i.noext&&fT(b)&&e.charAt(p)==="("){t.push(S),S="";let T=new n(b,t);p=n.#y(e,T,p,i),t.push(T);continue}S+=b}return t.push(S),p}let l=r+1,f=new n(null,t),h=[],d="";for(;l<e.length;){let p=e.charAt(l++);if(s||p==="\\"){s=!s,d+=p;continue}if(a){l===c+1?(p==="^"||p==="!")&&(u=!0):p==="]"&&!(l===c+2&&u)&&(a=!1),d+=p;continue}else if(p==="["){a=!0,c=l,u=!1,d+=p;continue}if(fT(p)&&e.charAt(l)==="("){f.push(d),d="";let S=new n(p,f);f.push(S),l=n.#y(e,S,l,i);continue}if(p==="|"){f.push(d),d="",h.push(f),f=new n(null,t);continue}if(p===")")return d===""&&t.#n.length===0&&(t.#i=!0),f.push(d),d="",t.push(...h,f),l;d+=p}return t.type=null,t.#t=void 0,t.#n=[e.substring(r-1)],l}static fromGlob(e,t={}){let r=new n(null,void 0,t);return n.#y(e,r,0,t),r}toMMPattern(){if(this!==this.#e)return this.#e.toMMPattern();let e=this.toString(),[t,r,i,s]=this.toRegExpSource();if(!(i||this.#t||this.#o.nocase&&!this.#o.nocaseMagicOnly&&e.toUpperCase()!==e.toLowerCase()))return r;let c=(this.#o.nocase?"i":"")+(s?"u":"");return Object.assign(new RegExp(`^${t}$`,c),{_src:t,_glob:e})}get options(){return this.#o}toRegExpSource(e){let t=e??!!this.#o.dot;if(this.#e===this&&this.#g(),!this.type){let u=this.isStart()&&this.isEnd(),l=this.#n.map(p=>{let[S,b,T,A]=typeof p=="string"?n.#h(p,this.#t,u):p.toRegExpSource(e);return this.#t=this.#t||T,this.#s=this.#s||A,S}).join(""),f="";if(this.isStart()&&typeof this.#n[0]=="string"&&!(this.#n.length===1&&zM.has(this.#n[0]))){let S=WM,b=t&&S.has(l.charAt(0))||l.startsWith("\\.")&&S.has(l.charAt(2))||l.startsWith("\\.\\.")&&S.has(l.charAt(4)),T=!t&&!e&&S.has(l.charAt(0));f=b?GM:T?kh:""}let h="";return this.isEnd()&&this.#e.#f&&this.#a?.type==="!"&&(h="(?:$|\\/)"),[f+l+h,qn(l),this.#t=!!this.#t,this.#s]}let r=this.type==="*"||this.type==="+",i=this.type==="!"?"(?:(?!(?:":"(?:",s=this.#d(t);if(this.isStart()&&this.isEnd()&&!s&&this.type!=="!"){let u=this.toString();return this.#n=[u],this.type=null,this.#t=void 0,[u,qn(this.toString()),!1,!1]}let a=!r||e||t||!kh?"":this.#d(!0);a===s&&(a=""),a&&(s=`(?:${s})(?:${a})*?`);let c="";if(this.type==="!"&&this.#i)c=(this.isStart()&&!t?kh:"")+dT;else{let u=this.type==="!"?"))"+(this.isStart()&&!t&&!e?kh:"")+hT+")":this.type==="@"?")":this.type==="?"?")?":this.type==="+"&&a?")":this.type==="*"&&a?")?":`)${this.type}`;c=i+s+u}return[c,qn(s),this.#t=!!this.#t,this.#s]}#d(e){return this.#n.map(t=>{if(typeof t=="string")throw new Error("string type in extglob ast??");let[r,i,s,a]=t.toRegExpSource(e);return this.#s=this.#s||a,r}).filter(t=>!(this.isStart()&&this.isEnd())||!!t).join("|")}static#h(e,t,r=!1){let i=!1,s="",a=!1;for(let c=0;c<e.length;c++){let u=e.charAt(c);if(i){i=!1,s+=(HM.has(u)?"\\":"")+u;continue}if(u==="\\"){c===e.length-1?s+="\\\\":i=!0;continue}if(u==="["){let[l,f,h,d]=lT(e,c);if(h){s+=l,a=a||f,c+=h-1,t=t||d;continue}}if(u==="*"){r&&e==="*"?s+=dT:s+=hT,t=!0;continue}if(u==="?"){s+=l1,t=!0;continue}s+=QM(u)}return[s,qn(e),!!t,a]}};var No=o((n,{windowsPathsNoEscape:e=!1}={})=>e?n.replace(/[?*()[\]]/g,"[$&]"):n.replace(/[?*()[\]\\]/g,"\\$&"),"escape");var Zt=o((n,e,t={})=>(ou(e),!t.nocomment&&e.charAt(0)==="#"?!1:new Hr(e,t).match(n)),"minimatch"),YM=/^\*+([^+@!?\*\[\(]*)$/,KM=o(n=>e=>!e.startsWith(".")&&e.endsWith(n),"starDotExtTest"),XM=o(n=>e=>e.endsWith(n),"starDotExtTestDot"),JM=o(n=>(n=n.toLowerCase(),e=>!e.startsWith(".")&&e.toLowerCase().endsWith(n)),"starDotExtTestNocase"),ZM=o(n=>(n=n.toLowerCase(),e=>e.toLowerCase().endsWith(n)),"starDotExtTestNocaseDot"),ek=/^\*+\.\*+$/,tk=o(n=>!n.startsWith(".")&&n.includes("."),"starDotStarTest"),rk=o(n=>n!=="."&&n!==".."&&n.includes("."),"starDotStarTestDot"),nk=/^\.\*+$/,ik=o(n=>n!=="."&&n!==".."&&n.startsWith("."),"dotStarTest"),sk=/^\*+$/,ak=o(n=>n.length!==0&&!n.startsWith("."),"starTest"),ok=o(n=>n.length!==0&&n!=="."&&n!=="..","starTestDot"),ck=/^\?+([^+@!?\*\[\(]*)?$/,uk=o(([n,e=""])=>{let t=yT([n]);return e?(e=e.toLowerCase(),r=>t(r)&&r.toLowerCase().endsWith(e)):t},"qmarksTestNocase"),lk=o(([n,e=""])=>{let t=vT([n]);return e?(e=e.toLowerCase(),r=>t(r)&&r.toLowerCase().endsWith(e)):t},"qmarksTestNocaseDot"),fk=o(([n,e=""])=>{let t=vT([n]);return e?r=>t(r)&&r.endsWith(e):t},"qmarksTestDot"),hk=o(([n,e=""])=>{let t=yT([n]);return e?r=>t(r)&&r.endsWith(e):t},"qmarksTest"),yT=o(([n])=>{let e=n.length;return t=>t.length===e&&!t.startsWith(".")},"qmarksTestNoExt"),vT=o(([n])=>{let e=n.length;return t=>t.length===e&&t!=="."&&t!==".."},"qmarksTestNoExtDot"),ST=typeof process=="object"&&process?typeof process.env=="object"&&process.env&&process.env.__MINIMATCH_TESTING_PLATFORM__||process.platform:"posix",pT={win32:{sep:"\\"},posix:{sep:"/"}},dk=ST==="win32"?pT.win32.sep:pT.posix.sep;Zt.sep=dk;var Jt=Symbol("globstar **");Zt.GLOBSTAR=Jt;var pk="[^/]",mk=pk+"*?",gk="(?:(?!(?:\\/|^)(?:\\.{1,2})($|\\/)).)*?",yk="(?:(?!(?:\\/|^)\\.).)*?",vk=o((n,e={})=>t=>Zt(t,n,e),"filter");Zt.filter=vk;var dn=o((n,e={})=>Object.assign({},n,e),"ext"),Sk=o(n=>{if(!n||typeof n!="object"||!Object.keys(n).length)return Zt;let e=Zt;return Object.assign(o((r,i,s={})=>e(r,i,dn(n,s)),"m"),{Minimatch:class extends e.Minimatch{static{o(this,"Minimatch")}constructor(i,s={}){super(i,dn(n,s))}static defaults(i){return e.defaults(dn(n,i)).Minimatch}},AST:class extends e.AST{static{o(this,"AST")}constructor(i,s,a={}){super(i,s,dn(n,a))}static fromGlob(i,s={}){return e.AST.fromGlob(i,dn(n,s))}},unescape:o((r,i={})=>e.unescape(r,dn(n,i)),"unescape"),escape:o((r,i={})=>e.escape(r,dn(n,i)),"escape"),filter:o((r,i={})=>e.filter(r,dn(n,i)),"filter"),defaults:o(r=>e.defaults(dn(n,r)),"defaults"),makeRe:o((r,i={})=>e.makeRe(r,dn(n,i)),"makeRe"),braceExpand:o((r,i={})=>e.braceExpand(r,dn(n,i)),"braceExpand"),match:o((r,i,s={})=>e.match(r,i,dn(n,s)),"match"),sep:e.sep,GLOBSTAR:Jt})},"defaults");Zt.defaults=Sk;var _T=o((n,e={})=>(ou(n),e.nobrace||!/\{(?:(?!\{).)*\}/.test(n)?[n]:(0,gT.default)(n)),"braceExpand");Zt.braceExpand=_T;var _k=o((n,e={})=>new Hr(n,e).makeRe(),"makeRe");Zt.makeRe=_k;var wk=o((n,e,t={})=>{let r=new Hr(e,t);return n=n.filter(i=>r.match(i)),r.options.nonull&&!n.length&&n.push(e),n},"match");Zt.match=wk;var mT=/[?*]|[+@!]\(.*?\)|\[|\]/,bk=o(n=>n.replace(/[-[\]{}()*+?.,\\^$|#\s]/g,"\\$&"),"regExpEscape"),Hr=class{static{o(this,"Minimatch")}options;set;pattern;windowsPathsNoEscape;nonegate;negate;comment;empty;preserveMultipleSlashes;partial;globSet;globParts;nocase;isWindows;platform;windowsNoMagicRoot;regexp;constructor(e,t={}){ou(e),t=t||{},this.options=t,this.pattern=e,this.platform=t.platform||ST,this.isWindows=this.platform==="win32",this.windowsPathsNoEscape=!!t.windowsPathsNoEscape||t.allowWindowsEscape===!1,this.windowsPathsNoEscape&&(this.pattern=this.pattern.replace(/\\/g,"/")),this.preserveMultipleSlashes=!!t.preserveMultipleSlashes,this.regexp=null,this.negate=!1,this.nonegate=!!t.nonegate,this.comment=!1,this.empty=!1,this.partial=!!t.partial,this.nocase=!!this.options.nocase,this.windowsNoMagicRoot=t.windowsNoMagicRoot!==void 0?t.windowsNoMagicRoot:!!(this.isWindows&&this.nocase),this.globSet=[],this.globParts=[],this.set=[],this.make()}hasMagic(){if(this.options.magicalBraces&&this.set.length>1)return!0;for(let e of this.set)for(let t of e)if(typeof t!="string")return!0;return!1}debug(...e){}make(){let e=this.pattern,t=this.options;if(!t.nocomment&&e.charAt(0)==="#"){this.comment=!0;return}if(!e){this.empty=!0;return}this.parseNegate(),this.globSet=[...new Set(this.braceExpand())],t.debug&&(this.debug=(...s)=>console.error(...s)),this.debug(this.pattern,this.globSet);let r=this.globSet.map(s=>this.slashSplit(s));this.globParts=this.preprocess(r),this.debug(this.pattern,this.globParts);let i=this.globParts.map((s,a,c)=>{if(this.isWindows&&this.windowsNoMagicRoot){let u=s[0]===""&&s[1]===""&&(s[2]==="?"||!mT.test(s[2]))&&!mT.test(s[3]),l=/^[a-z]:/i.test(s[0]);if(u)return[...s.slice(0,4),...s.slice(4).map(f=>this.parse(f))];if(l)return[s[0],...s.slice(1).map(f=>this.parse(f))]}return s.map(u=>this.parse(u))});if(this.debug(this.pattern,i),this.set=i.filter(s=>s.indexOf(!1)===-1),this.isWindows)for(let s=0;s<this.set.length;s++){let a=this.set[s];a[0]===""&&a[1]===""&&this.globParts[s][2]==="?"&&typeof a[3]=="string"&&/^[a-z]:$/i.test(a[3])&&(a[2]="?")}this.debug(this.pattern,this.set)}preprocess(e){if(this.options.noglobstar)for(let r=0;r<e.length;r++)for(let i=0;i<e[r].length;i++)e[r][i]==="**"&&(e[r][i]="*");let{optimizationLevel:t=1}=this.options;return t>=2?(e=this.firstPhasePreProcess(e),e=this.secondPhasePreProcess(e)):t>=1?e=this.levelOneOptimize(e):e=this.adjascentGlobstarOptimize(e),e}adjascentGlobstarOptimize(e){return e.map(t=>{let r=-1;for(;(r=t.indexOf("**",r+1))!==-1;){let i=r;for(;t[i+1]==="**";)i++;i!==r&&t.splice(r,i-r)}return t})}levelOneOptimize(e){return e.map(t=>(t=t.reduce((r,i)=>{let s=r[r.length-1];return i==="**"&&s==="**"?r:i===".."&&s&&s!==".."&&s!=="."&&s!=="**"?(r.pop(),r):(r.push(i),r)},[]),t.length===0?[""]:t))}levelTwoFileOptimize(e){Array.isArray(e)||(e=this.slashSplit(e));let t=!1;do{if(t=!1,!this.preserveMultipleSlashes){for(let i=1;i<e.length-1;i++){let s=e[i];i===1&&s===""&&e[0]===""||(s==="."||s==="")&&(t=!0,e.splice(i,1),i--)}e[0]==="."&&e.length===2&&(e[1]==="."||e[1]==="")&&(t=!0,e.pop())}let r=0;for(;(r=e.indexOf("..",r+1))!==-1;){let i=e[r-1];i&&i!=="."&&i!==".."&&i!=="**"&&(t=!0,e.splice(r-1,2),r-=2)}}while(t);return e.length===0?[""]:e}firstPhasePreProcess(e){let t=!1;do{t=!1;for(let r of e){let i=-1;for(;(i=r.indexOf("**",i+1))!==-1;){let a=i;for(;r[a+1]==="**";)a++;a>i&&r.splice(i+1,a-i);let c=r[i+1],u=r[i+2],l=r[i+3];if(c!==".."||!u||u==="."||u===".."||!l||l==="."||l==="..")continue;t=!0,r.splice(i,1);let f=r.slice(0);f[i]="**",e.push(f),i--}if(!this.preserveMultipleSlashes){for(let a=1;a<r.length-1;a++){let c=r[a];a===1&&c===""&&r[0]===""||(c==="."||c==="")&&(t=!0,r.splice(a,1),a--)}r[0]==="."&&r.length===2&&(r[1]==="."||r[1]==="")&&(t=!0,r.pop())}let s=0;for(;(s=r.indexOf("..",s+1))!==-1;){let a=r[s-1];if(a&&a!=="."&&a!==".."&&a!=="**"){t=!0;let u=s===1&&r[s+1]==="**"?["."]:[];r.splice(s-1,2,...u),r.length===0&&r.push(""),s-=2}}}}while(t);return e}secondPhasePreProcess(e){for(let t=0;t<e.length-1;t++)for(let r=t+1;r<e.length;r++){let i=this.partsMatch(e[t],e[r],!this.preserveMultipleSlashes);if(i){e[t]=[],e[r]=i;break}}return e.filter(t=>t.length)}partsMatch(e,t,r=!1){let i=0,s=0,a=[],c="";for(;i<e.length&&s<t.length;)if(e[i]===t[s])a.push(c==="b"?t[s]:e[i]),i++,s++;else if(r&&e[i]==="**"&&t[s]===e[i+1])a.push(e[i]),i++;else if(r&&t[s]==="**"&&e[i]===t[s+1])a.push(t[s]),s++;else if(e[i]==="*"&&t[s]&&(this.options.dot||!t[s].startsWith("."))&&t[s]!=="**"){if(c==="b")return!1;c="a",a.push(e[i]),i++,s++}else if(t[s]==="*"&&e[i]&&(this.options.dot||!e[i].startsWith("."))&&e[i]!=="**"){if(c==="a")return!1;c="b",a.push(t[s]),i++,s++}else return!1;return e.length===t.length&&a}parseNegate(){if(this.nonegate)return;let e=this.pattern,t=!1,r=0;for(let i=0;i<e.length&&e.charAt(i)==="!";i++)t=!t,r++;r&&(this.pattern=e.slice(r)),this.negate=t}matchOne(e,t,r=!1){let i=this.options;if(this.isWindows){let b=typeof e[0]=="string"&&/^[a-z]:$/i.test(e[0]),T=!b&&e[0]===""&&e[1]===""&&e[2]==="?"&&/^[a-z]:$/i.test(e[3]),A=typeof t[0]=="string"&&/^[a-z]:$/i.test(t[0]),P=!A&&t[0]===""&&t[1]===""&&t[2]==="?"&&typeof t[3]=="string"&&/^[a-z]:$/i.test(t[3]),L=T?3:b?0:void 0,$=P?3:A?0:void 0;if(typeof L=="number"&&typeof $=="number"){let[G,Ee]=[e[L],t[$]];G.toLowerCase()===Ee.toLowerCase()&&(t[$]=G,$>L?t=t.slice($):L>$&&(e=e.slice(L)))}}let{optimizationLevel:s=1}=this.options;s>=2&&(e=this.levelTwoFileOptimize(e)),this.debug("matchOne",this,{file:e,pattern:t}),this.debug("matchOne",e.length,t.length);for(var a=0,c=0,u=e.length,l=t.length;a<u&&c<l;a++,c++){this.debug("matchOne loop");var f=t[c],h=e[a];if(this.debug(t,f,h),f===!1)return!1;if(f===Jt){this.debug("GLOBSTAR",[t,f,h]);var d=a,p=c+1;if(p===l){for(this.debug("** at the end");a<u;a++)if(e[a]==="."||e[a]===".."||!i.dot&&e[a].charAt(0)===".")return!1;return!0}for(;d<u;){var S=e[d];if(this.debug(`
|
|
422
|
+
\u{1F4CA} Cache Statistics:`),console.log(` Triples: ${u.tripleCount.toLocaleString()}`),console.log(` Created: ${u.createdAt.toISOString()}`),console.log(` Valid: ${u.isValid?"\u2705 Yes":"\u274C No"}`),console.log(` Size: ${FM(u.sizeBytes)}`))}}catch(t){H.handle(t)}})}o(Y3,"sparqlIndexCommand");function FM(n){return n<1024?`${n} B`:n<1024*1024?`${(n/1024).toFixed(1)} KB`:`${(n/(1024*1024)).toFixed(1)} MB`}o(FM,"formatBytes");var tA=require("path");var Nt=Ie(ha()),_s=Ie(require("path"));var gT=Ie(cT(),1);var ou=o(n=>{if(typeof n!="string")throw new TypeError("invalid pattern");if(n.length>65536)throw new TypeError("pattern is too long")},"assertValidPattern");var UM={"[:alnum:]":["\\p{L}\\p{Nl}\\p{Nd}",!0],"[:alpha:]":["\\p{L}\\p{Nl}",!0],"[:ascii:]":["\\x00-\\x7f",!1],"[:blank:]":["\\p{Zs}\\t",!0],"[:cntrl:]":["\\p{Cc}",!0],"[:digit:]":["\\p{Nd}",!0],"[:graph:]":["\\p{Z}\\p{C}",!0,!0],"[:lower:]":["\\p{Ll}",!0],"[:print:]":["\\p{C}",!0],"[:punct:]":["\\p{P}",!0],"[:space:]":["\\p{Z}\\t\\r\\n\\v\\f",!0],"[:upper:]":["\\p{Lu}",!0],"[:word:]":["\\p{L}\\p{Nl}\\p{Nd}\\p{Pc}",!0],"[:xdigit:]":["A-Fa-f0-9",!1]},cu=o(n=>n.replace(/[[\]\\-]/g,"\\$&"),"braceEscape"),BM=o(n=>n.replace(/[-[\]{}()*+?.,\\^$|#\s]/g,"\\$&"),"regexpEscape"),uT=o(n=>n.join(""),"rangesToString"),lT=o((n,e)=>{let t=e;if(n.charAt(t)!=="[")throw new Error("not in a brace expression");let r=[],i=[],s=t+1,a=!1,c=!1,u=!1,l=!1,f=t,h="";e:for(;s<n.length;){let b=n.charAt(s);if((b==="!"||b==="^")&&s===t+1){l=!0,s++;continue}if(b==="]"&&a&&!u){f=s+1;break}if(a=!0,b==="\\"&&!u){u=!0,s++;continue}if(b==="["&&!u){for(let[T,[A,P,L]]of Object.entries(UM))if(n.startsWith(T,s)){if(h)return["$.",!1,n.length-t,!0];s+=T.length,L?i.push(A):r.push(A),c=c||P;continue e}}if(u=!1,h){b>h?r.push(cu(h)+"-"+cu(b)):b===h&&r.push(cu(b)),h="",s++;continue}if(n.startsWith("-]",s+1)){r.push(cu(b+"-")),s+=2;continue}if(n.startsWith("-",s+1)){h=b,s+=2;continue}r.push(cu(b)),s++}if(f<s)return["",!1,0,!1];if(!r.length&&!i.length)return["$.",!1,n.length-t,!0];if(i.length===0&&r.length===1&&/^\\?.$/.test(r[0])&&!l){let b=r[0].length===2?r[0].slice(-1):r[0];return[BM(b),!1,f-t,!1]}let d="["+(l?"^":"")+uT(r)+"]",p="["+(l?"":"^")+uT(i)+"]";return[r.length&&i.length?"("+d+"|"+p+")":r.length?d:p,c,f-t,!0]},"parseClass");var qn=o((n,{windowsPathsNoEscape:e=!1}={})=>e?n.replace(/\[([^\/\\])\]/g,"$1"):n.replace(/((?!\\).|^)\[([^\/\\])\]/g,"$1$2").replace(/\\([^\/])/g,"$1"),"unescape");var qM=new Set(["!","?","+","*","@"]),fT=o(n=>qM.has(n),"isExtglobType"),GM="(?!(?:^|/)\\.\\.?(?:$|/))",kh="(?!\\.)",WM=new Set(["[","."]),zM=new Set(["..","."]),HM=new Set("().*{}+?[]^$\\!"),QM=o(n=>n.replace(/[-[\]{}()*+?.,\\^$|#\s]/g,"\\$&"),"regExpEscape"),l1="[^/]",hT=l1+"*?",dT=l1+"+?",Fo=class n{static{o(this,"AST")}type;#e;#t;#s=!1;#n=[];#a;#_;#u;#f=!1;#o;#c;#i=!1;constructor(e,t,r={}){this.type=e,e&&(this.#t=!0),this.#a=t,this.#e=this.#a?this.#a.#e:this,this.#o=this.#e===this?r:this.#e.#o,this.#u=this.#e===this?[]:this.#e.#u,e==="!"&&!this.#e.#f&&this.#u.push(this),this.#_=this.#a?this.#a.#n.length:0}get hasMagic(){if(this.#t!==void 0)return this.#t;for(let e of this.#n)if(typeof e!="string"&&(e.type||e.hasMagic))return this.#t=!0;return this.#t}toString(){return this.#c!==void 0?this.#c:this.type?this.#c=this.type+"("+this.#n.map(e=>String(e)).join("|")+")":this.#c=this.#n.map(e=>String(e)).join("")}#g(){if(this!==this.#e)throw new Error("should only call on root");if(this.#f)return this;this.toString(),this.#f=!0;let e;for(;e=this.#u.pop();){if(e.type!=="!")continue;let t=e,r=t.#a;for(;r;){for(let i=t.#_+1;!r.type&&i<r.#n.length;i++)for(let s of e.#n){if(typeof s=="string")throw new Error("string part in extglob AST??");s.copyIn(r.#n[i])}t=r,r=t.#a}}return this}push(...e){for(let t of e)if(t!==""){if(typeof t!="string"&&!(t instanceof n&&t.#a===this))throw new Error("invalid part: "+t);this.#n.push(t)}}toJSON(){let e=this.type===null?this.#n.slice().map(t=>typeof t=="string"?t:t.toJSON()):[this.type,...this.#n.map(t=>t.toJSON())];return this.isStart()&&!this.type&&e.unshift([]),this.isEnd()&&(this===this.#e||this.#e.#f&&this.#a?.type==="!")&&e.push({}),e}isStart(){if(this.#e===this)return!0;if(!this.#a?.isStart())return!1;if(this.#_===0)return!0;let e=this.#a;for(let t=0;t<this.#_;t++){let r=e.#n[t];if(!(r instanceof n&&r.type==="!"))return!1}return!0}isEnd(){if(this.#e===this||this.#a?.type==="!")return!0;if(!this.#a?.isEnd())return!1;if(!this.type)return this.#a?.isEnd();let e=this.#a?this.#a.#n.length:0;return this.#_===e-1}copyIn(e){typeof e=="string"?this.push(e):this.push(e.clone(this))}clone(e){let t=new n(this.type,e);for(let r of this.#n)t.copyIn(r);return t}static#y(e,t,r,i){let s=!1,a=!1,c=-1,u=!1;if(t.type===null){let p=r,S="";for(;p<e.length;){let b=e.charAt(p++);if(s||b==="\\"){s=!s,S+=b;continue}if(a){p===c+1?(b==="^"||b==="!")&&(u=!0):b==="]"&&!(p===c+2&&u)&&(a=!1),S+=b;continue}else if(b==="["){a=!0,c=p,u=!1,S+=b;continue}if(!i.noext&&fT(b)&&e.charAt(p)==="("){t.push(S),S="";let T=new n(b,t);p=n.#y(e,T,p,i),t.push(T);continue}S+=b}return t.push(S),p}let l=r+1,f=new n(null,t),h=[],d="";for(;l<e.length;){let p=e.charAt(l++);if(s||p==="\\"){s=!s,d+=p;continue}if(a){l===c+1?(p==="^"||p==="!")&&(u=!0):p==="]"&&!(l===c+2&&u)&&(a=!1),d+=p;continue}else if(p==="["){a=!0,c=l,u=!1,d+=p;continue}if(fT(p)&&e.charAt(l)==="("){f.push(d),d="";let S=new n(p,f);f.push(S),l=n.#y(e,S,l,i);continue}if(p==="|"){f.push(d),d="",h.push(f),f=new n(null,t);continue}if(p===")")return d===""&&t.#n.length===0&&(t.#i=!0),f.push(d),d="",t.push(...h,f),l;d+=p}return t.type=null,t.#t=void 0,t.#n=[e.substring(r-1)],l}static fromGlob(e,t={}){let r=new n(null,void 0,t);return n.#y(e,r,0,t),r}toMMPattern(){if(this!==this.#e)return this.#e.toMMPattern();let e=this.toString(),[t,r,i,s]=this.toRegExpSource();if(!(i||this.#t||this.#o.nocase&&!this.#o.nocaseMagicOnly&&e.toUpperCase()!==e.toLowerCase()))return r;let c=(this.#o.nocase?"i":"")+(s?"u":"");return Object.assign(new RegExp(`^${t}$`,c),{_src:t,_glob:e})}get options(){return this.#o}toRegExpSource(e){let t=e??!!this.#o.dot;if(this.#e===this&&this.#g(),!this.type){let u=this.isStart()&&this.isEnd(),l=this.#n.map(p=>{let[S,b,T,A]=typeof p=="string"?n.#h(p,this.#t,u):p.toRegExpSource(e);return this.#t=this.#t||T,this.#s=this.#s||A,S}).join(""),f="";if(this.isStart()&&typeof this.#n[0]=="string"&&!(this.#n.length===1&&zM.has(this.#n[0]))){let S=WM,b=t&&S.has(l.charAt(0))||l.startsWith("\\.")&&S.has(l.charAt(2))||l.startsWith("\\.\\.")&&S.has(l.charAt(4)),T=!t&&!e&&S.has(l.charAt(0));f=b?GM:T?kh:""}let h="";return this.isEnd()&&this.#e.#f&&this.#a?.type==="!"&&(h="(?:$|\\/)"),[f+l+h,qn(l),this.#t=!!this.#t,this.#s]}let r=this.type==="*"||this.type==="+",i=this.type==="!"?"(?:(?!(?:":"(?:",s=this.#d(t);if(this.isStart()&&this.isEnd()&&!s&&this.type!=="!"){let u=this.toString();return this.#n=[u],this.type=null,this.#t=void 0,[u,qn(this.toString()),!1,!1]}let a=!r||e||t||!kh?"":this.#d(!0);a===s&&(a=""),a&&(s=`(?:${s})(?:${a})*?`);let c="";if(this.type==="!"&&this.#i)c=(this.isStart()&&!t?kh:"")+dT;else{let u=this.type==="!"?"))"+(this.isStart()&&!t&&!e?kh:"")+hT+")":this.type==="@"?")":this.type==="?"?")?":this.type==="+"&&a?")":this.type==="*"&&a?")?":`)${this.type}`;c=i+s+u}return[c,qn(s),this.#t=!!this.#t,this.#s]}#d(e){return this.#n.map(t=>{if(typeof t=="string")throw new Error("string type in extglob ast??");let[r,i,s,a]=t.toRegExpSource(e);return this.#s=this.#s||a,r}).filter(t=>!(this.isStart()&&this.isEnd())||!!t).join("|")}static#h(e,t,r=!1){let i=!1,s="",a=!1;for(let c=0;c<e.length;c++){let u=e.charAt(c);if(i){i=!1,s+=(HM.has(u)?"\\":"")+u;continue}if(u==="\\"){c===e.length-1?s+="\\\\":i=!0;continue}if(u==="["){let[l,f,h,d]=lT(e,c);if(h){s+=l,a=a||f,c+=h-1,t=t||d;continue}}if(u==="*"){r&&e==="*"?s+=dT:s+=hT,t=!0;continue}if(u==="?"){s+=l1,t=!0;continue}s+=QM(u)}return[s,qn(e),!!t,a]}};var No=o((n,{windowsPathsNoEscape:e=!1}={})=>e?n.replace(/[?*()[\]]/g,"[$&]"):n.replace(/[?*()[\]\\]/g,"\\$&"),"escape");var Zt=o((n,e,t={})=>(ou(e),!t.nocomment&&e.charAt(0)==="#"?!1:new Qr(e,t).match(n)),"minimatch"),YM=/^\*+([^+@!?\*\[\(]*)$/,KM=o(n=>e=>!e.startsWith(".")&&e.endsWith(n),"starDotExtTest"),XM=o(n=>e=>e.endsWith(n),"starDotExtTestDot"),JM=o(n=>(n=n.toLowerCase(),e=>!e.startsWith(".")&&e.toLowerCase().endsWith(n)),"starDotExtTestNocase"),ZM=o(n=>(n=n.toLowerCase(),e=>e.toLowerCase().endsWith(n)),"starDotExtTestNocaseDot"),ek=/^\*+\.\*+$/,tk=o(n=>!n.startsWith(".")&&n.includes("."),"starDotStarTest"),rk=o(n=>n!=="."&&n!==".."&&n.includes("."),"starDotStarTestDot"),nk=/^\.\*+$/,ik=o(n=>n!=="."&&n!==".."&&n.startsWith("."),"dotStarTest"),sk=/^\*+$/,ak=o(n=>n.length!==0&&!n.startsWith("."),"starTest"),ok=o(n=>n.length!==0&&n!=="."&&n!=="..","starTestDot"),ck=/^\?+([^+@!?\*\[\(]*)?$/,uk=o(([n,e=""])=>{let t=yT([n]);return e?(e=e.toLowerCase(),r=>t(r)&&r.toLowerCase().endsWith(e)):t},"qmarksTestNocase"),lk=o(([n,e=""])=>{let t=vT([n]);return e?(e=e.toLowerCase(),r=>t(r)&&r.toLowerCase().endsWith(e)):t},"qmarksTestNocaseDot"),fk=o(([n,e=""])=>{let t=vT([n]);return e?r=>t(r)&&r.endsWith(e):t},"qmarksTestDot"),hk=o(([n,e=""])=>{let t=yT([n]);return e?r=>t(r)&&r.endsWith(e):t},"qmarksTest"),yT=o(([n])=>{let e=n.length;return t=>t.length===e&&!t.startsWith(".")},"qmarksTestNoExt"),vT=o(([n])=>{let e=n.length;return t=>t.length===e&&t!=="."&&t!==".."},"qmarksTestNoExtDot"),ST=typeof process=="object"&&process?typeof process.env=="object"&&process.env&&process.env.__MINIMATCH_TESTING_PLATFORM__||process.platform:"posix",pT={win32:{sep:"\\"},posix:{sep:"/"}},dk=ST==="win32"?pT.win32.sep:pT.posix.sep;Zt.sep=dk;var Jt=Symbol("globstar **");Zt.GLOBSTAR=Jt;var pk="[^/]",mk=pk+"*?",gk="(?:(?!(?:\\/|^)(?:\\.{1,2})($|\\/)).)*?",yk="(?:(?!(?:\\/|^)\\.).)*?",vk=o((n,e={})=>t=>Zt(t,n,e),"filter");Zt.filter=vk;var dn=o((n,e={})=>Object.assign({},n,e),"ext"),Sk=o(n=>{if(!n||typeof n!="object"||!Object.keys(n).length)return Zt;let e=Zt;return Object.assign(o((r,i,s={})=>e(r,i,dn(n,s)),"m"),{Minimatch:class extends e.Minimatch{static{o(this,"Minimatch")}constructor(i,s={}){super(i,dn(n,s))}static defaults(i){return e.defaults(dn(n,i)).Minimatch}},AST:class extends e.AST{static{o(this,"AST")}constructor(i,s,a={}){super(i,s,dn(n,a))}static fromGlob(i,s={}){return e.AST.fromGlob(i,dn(n,s))}},unescape:o((r,i={})=>e.unescape(r,dn(n,i)),"unescape"),escape:o((r,i={})=>e.escape(r,dn(n,i)),"escape"),filter:o((r,i={})=>e.filter(r,dn(n,i)),"filter"),defaults:o(r=>e.defaults(dn(n,r)),"defaults"),makeRe:o((r,i={})=>e.makeRe(r,dn(n,i)),"makeRe"),braceExpand:o((r,i={})=>e.braceExpand(r,dn(n,i)),"braceExpand"),match:o((r,i,s={})=>e.match(r,i,dn(n,s)),"match"),sep:e.sep,GLOBSTAR:Jt})},"defaults");Zt.defaults=Sk;var _T=o((n,e={})=>(ou(n),e.nobrace||!/\{(?:(?!\{).)*\}/.test(n)?[n]:(0,gT.default)(n)),"braceExpand");Zt.braceExpand=_T;var _k=o((n,e={})=>new Qr(n,e).makeRe(),"makeRe");Zt.makeRe=_k;var wk=o((n,e,t={})=>{let r=new Qr(e,t);return n=n.filter(i=>r.match(i)),r.options.nonull&&!n.length&&n.push(e),n},"match");Zt.match=wk;var mT=/[?*]|[+@!]\(.*?\)|\[|\]/,bk=o(n=>n.replace(/[-[\]{}()*+?.,\\^$|#\s]/g,"\\$&"),"regExpEscape"),Qr=class{static{o(this,"Minimatch")}options;set;pattern;windowsPathsNoEscape;nonegate;negate;comment;empty;preserveMultipleSlashes;partial;globSet;globParts;nocase;isWindows;platform;windowsNoMagicRoot;regexp;constructor(e,t={}){ou(e),t=t||{},this.options=t,this.pattern=e,this.platform=t.platform||ST,this.isWindows=this.platform==="win32",this.windowsPathsNoEscape=!!t.windowsPathsNoEscape||t.allowWindowsEscape===!1,this.windowsPathsNoEscape&&(this.pattern=this.pattern.replace(/\\/g,"/")),this.preserveMultipleSlashes=!!t.preserveMultipleSlashes,this.regexp=null,this.negate=!1,this.nonegate=!!t.nonegate,this.comment=!1,this.empty=!1,this.partial=!!t.partial,this.nocase=!!this.options.nocase,this.windowsNoMagicRoot=t.windowsNoMagicRoot!==void 0?t.windowsNoMagicRoot:!!(this.isWindows&&this.nocase),this.globSet=[],this.globParts=[],this.set=[],this.make()}hasMagic(){if(this.options.magicalBraces&&this.set.length>1)return!0;for(let e of this.set)for(let t of e)if(typeof t!="string")return!0;return!1}debug(...e){}make(){let e=this.pattern,t=this.options;if(!t.nocomment&&e.charAt(0)==="#"){this.comment=!0;return}if(!e){this.empty=!0;return}this.parseNegate(),this.globSet=[...new Set(this.braceExpand())],t.debug&&(this.debug=(...s)=>console.error(...s)),this.debug(this.pattern,this.globSet);let r=this.globSet.map(s=>this.slashSplit(s));this.globParts=this.preprocess(r),this.debug(this.pattern,this.globParts);let i=this.globParts.map((s,a,c)=>{if(this.isWindows&&this.windowsNoMagicRoot){let u=s[0]===""&&s[1]===""&&(s[2]==="?"||!mT.test(s[2]))&&!mT.test(s[3]),l=/^[a-z]:/i.test(s[0]);if(u)return[...s.slice(0,4),...s.slice(4).map(f=>this.parse(f))];if(l)return[s[0],...s.slice(1).map(f=>this.parse(f))]}return s.map(u=>this.parse(u))});if(this.debug(this.pattern,i),this.set=i.filter(s=>s.indexOf(!1)===-1),this.isWindows)for(let s=0;s<this.set.length;s++){let a=this.set[s];a[0]===""&&a[1]===""&&this.globParts[s][2]==="?"&&typeof a[3]=="string"&&/^[a-z]:$/i.test(a[3])&&(a[2]="?")}this.debug(this.pattern,this.set)}preprocess(e){if(this.options.noglobstar)for(let r=0;r<e.length;r++)for(let i=0;i<e[r].length;i++)e[r][i]==="**"&&(e[r][i]="*");let{optimizationLevel:t=1}=this.options;return t>=2?(e=this.firstPhasePreProcess(e),e=this.secondPhasePreProcess(e)):t>=1?e=this.levelOneOptimize(e):e=this.adjascentGlobstarOptimize(e),e}adjascentGlobstarOptimize(e){return e.map(t=>{let r=-1;for(;(r=t.indexOf("**",r+1))!==-1;){let i=r;for(;t[i+1]==="**";)i++;i!==r&&t.splice(r,i-r)}return t})}levelOneOptimize(e){return e.map(t=>(t=t.reduce((r,i)=>{let s=r[r.length-1];return i==="**"&&s==="**"?r:i===".."&&s&&s!==".."&&s!=="."&&s!=="**"?(r.pop(),r):(r.push(i),r)},[]),t.length===0?[""]:t))}levelTwoFileOptimize(e){Array.isArray(e)||(e=this.slashSplit(e));let t=!1;do{if(t=!1,!this.preserveMultipleSlashes){for(let i=1;i<e.length-1;i++){let s=e[i];i===1&&s===""&&e[0]===""||(s==="."||s==="")&&(t=!0,e.splice(i,1),i--)}e[0]==="."&&e.length===2&&(e[1]==="."||e[1]==="")&&(t=!0,e.pop())}let r=0;for(;(r=e.indexOf("..",r+1))!==-1;){let i=e[r-1];i&&i!=="."&&i!==".."&&i!=="**"&&(t=!0,e.splice(r-1,2),r-=2)}}while(t);return e.length===0?[""]:e}firstPhasePreProcess(e){let t=!1;do{t=!1;for(let r of e){let i=-1;for(;(i=r.indexOf("**",i+1))!==-1;){let a=i;for(;r[a+1]==="**";)a++;a>i&&r.splice(i+1,a-i);let c=r[i+1],u=r[i+2],l=r[i+3];if(c!==".."||!u||u==="."||u===".."||!l||l==="."||l==="..")continue;t=!0,r.splice(i,1);let f=r.slice(0);f[i]="**",e.push(f),i--}if(!this.preserveMultipleSlashes){for(let a=1;a<r.length-1;a++){let c=r[a];a===1&&c===""&&r[0]===""||(c==="."||c==="")&&(t=!0,r.splice(a,1),a--)}r[0]==="."&&r.length===2&&(r[1]==="."||r[1]==="")&&(t=!0,r.pop())}let s=0;for(;(s=r.indexOf("..",s+1))!==-1;){let a=r[s-1];if(a&&a!=="."&&a!==".."&&a!=="**"){t=!0;let u=s===1&&r[s+1]==="**"?["."]:[];r.splice(s-1,2,...u),r.length===0&&r.push(""),s-=2}}}}while(t);return e}secondPhasePreProcess(e){for(let t=0;t<e.length-1;t++)for(let r=t+1;r<e.length;r++){let i=this.partsMatch(e[t],e[r],!this.preserveMultipleSlashes);if(i){e[t]=[],e[r]=i;break}}return e.filter(t=>t.length)}partsMatch(e,t,r=!1){let i=0,s=0,a=[],c="";for(;i<e.length&&s<t.length;)if(e[i]===t[s])a.push(c==="b"?t[s]:e[i]),i++,s++;else if(r&&e[i]==="**"&&t[s]===e[i+1])a.push(e[i]),i++;else if(r&&t[s]==="**"&&e[i]===t[s+1])a.push(t[s]),s++;else if(e[i]==="*"&&t[s]&&(this.options.dot||!t[s].startsWith("."))&&t[s]!=="**"){if(c==="b")return!1;c="a",a.push(e[i]),i++,s++}else if(t[s]==="*"&&e[i]&&(this.options.dot||!e[i].startsWith("."))&&e[i]!=="**"){if(c==="a")return!1;c="b",a.push(t[s]),i++,s++}else return!1;return e.length===t.length&&a}parseNegate(){if(this.nonegate)return;let e=this.pattern,t=!1,r=0;for(let i=0;i<e.length&&e.charAt(i)==="!";i++)t=!t,r++;r&&(this.pattern=e.slice(r)),this.negate=t}matchOne(e,t,r=!1){let i=this.options;if(this.isWindows){let b=typeof e[0]=="string"&&/^[a-z]:$/i.test(e[0]),T=!b&&e[0]===""&&e[1]===""&&e[2]==="?"&&/^[a-z]:$/i.test(e[3]),A=typeof t[0]=="string"&&/^[a-z]:$/i.test(t[0]),P=!A&&t[0]===""&&t[1]===""&&t[2]==="?"&&typeof t[3]=="string"&&/^[a-z]:$/i.test(t[3]),L=T?3:b?0:void 0,$=P?3:A?0:void 0;if(typeof L=="number"&&typeof $=="number"){let[G,Ee]=[e[L],t[$]];G.toLowerCase()===Ee.toLowerCase()&&(t[$]=G,$>L?t=t.slice($):L>$&&(e=e.slice(L)))}}let{optimizationLevel:s=1}=this.options;s>=2&&(e=this.levelTwoFileOptimize(e)),this.debug("matchOne",this,{file:e,pattern:t}),this.debug("matchOne",e.length,t.length);for(var a=0,c=0,u=e.length,l=t.length;a<u&&c<l;a++,c++){this.debug("matchOne loop");var f=t[c],h=e[a];if(this.debug(t,f,h),f===!1)return!1;if(f===Jt){this.debug("GLOBSTAR",[t,f,h]);var d=a,p=c+1;if(p===l){for(this.debug("** at the end");a<u;a++)if(e[a]==="."||e[a]===".."||!i.dot&&e[a].charAt(0)===".")return!1;return!0}for(;d<u;){var S=e[d];if(this.debug(`
|
|
423
423
|
globstar while`,e,d,t,p,S),this.matchOne(e.slice(d),t.slice(p),r))return this.debug("globstar found match!",d,u,S),!0;if(S==="."||S===".."||!i.dot&&S.charAt(0)==="."){this.debug("dot detected!",e,d,t,p);break}this.debug("globstar swallow a segment, and continue"),d++}return!!(r&&(this.debug(`
|
|
424
|
-
>>> no match, partial?`,e,d,t,p),d===u))}let b;if(typeof f=="string"?(b=h===f,this.debug("string match",f,h,b)):(b=f.test(h),this.debug("pattern match",f,h,b)),!b)return!1}if(a===u&&c===l)return!0;if(a===u)return r;if(c===l)return a===u-1&&e[a]==="";throw new Error("wtf?")}braceExpand(){return _T(this.pattern,this.options)}parse(e){ou(e);let t=this.options;if(e==="**")return Jt;if(e==="")return"";let r,i=null;(r=e.match(sk))?i=t.dot?ok:ak:(r=e.match(YM))?i=(t.nocase?t.dot?ZM:JM:t.dot?XM:KM)(r[1]):(r=e.match(ck))?i=(t.nocase?t.dot?lk:uk:t.dot?fk:hk)(r):(r=e.match(ek))?i=t.dot?rk:tk:(r=e.match(nk))&&(i=ik);let s=Fo.fromGlob(e,this.options).toMMPattern();return i&&typeof s=="object"&&Reflect.defineProperty(s,"test",{value:i}),s}makeRe(){if(this.regexp||this.regexp===!1)return this.regexp;let e=this.set;if(!e.length)return this.regexp=!1,this.regexp;let t=this.options,r=t.noglobstar?mk:t.dot?gk:yk,i=new Set(t.nocase?["i"]:[]),s=e.map(u=>{let l=u.map(f=>{if(f instanceof RegExp)for(let h of f.flags.split(""))i.add(h);return typeof f=="string"?bk(f):f===Jt?Jt:f._src});return l.forEach((f,h)=>{let d=l[h+1],p=l[h-1];f!==Jt||p===Jt||(p===void 0?d!==void 0&&d!==Jt?l[h+1]="(?:\\/|"+r+"\\/)?"+d:l[h]=r:d===void 0?l[h-1]=p+"(?:\\/|"+r+")?":d!==Jt&&(l[h-1]=p+"(?:\\/|\\/"+r+"\\/)"+d,l[h+1]=Jt))}),l.filter(f=>f!==Jt).join("/")}).join("|"),[a,c]=e.length>1?["(?:",")"]:["",""];s="^"+a+s+c+"$",this.negate&&(s="^(?!"+s+").+$");try{this.regexp=new RegExp(s,[...i].join(""))}catch{this.regexp=!1}return this.regexp}slashSplit(e){return this.preserveMultipleSlashes?e.split("/"):this.isWindows&&/^\/\/[^\/]+/.test(e)?["",...e.split(/\/+/)]:e.split(/\/+/)}match(e,t=this.partial){if(this.debug("match",e,this.pattern),this.comment)return!1;if(this.empty)return e==="";if(e==="/"&&t)return!0;let r=this.options;this.isWindows&&(e=e.split("\\").join("/"));let i=this.slashSplit(e);this.debug(this.pattern,"split",i);let s=this.set;this.debug(this.pattern,"set",s);let a=i[i.length-1];if(!a)for(let c=i.length-2;!a&&c>=0;c--)a=i[c];for(let c=0;c<s.length;c++){let u=s[c],l=i;if(r.matchBase&&u.length===1&&(l=[a]),this.matchOne(l,u,t))return r.flipNegate?!0:!this.negate}return r.flipNegate?!1:this.negate}static defaults(e){return Zt.defaults(e).Minimatch}};Zt.AST=Fo;Zt.Minimatch=Hr;Zt.escape=No;Zt.unescape=qn;var GT=require("node:url");var Lo=typeof performance=="object"&&performance&&typeof performance.now=="function"?performance:Date,bT=new Set,f1=typeof process=="object"&&process?process:{},ET=o((n,e,t,r)=>{typeof f1.emitWarning=="function"?f1.emitWarning(n,e,t,r):console.error(`[${t}] ${e}: ${n}`)},"emitWarning"),jh=globalThis.AbortController,wT=globalThis.AbortSignal;if(typeof jh>"u"){wT=class{static{o(this,"AbortSignal")}onabort;_onabort=[];reason;aborted=!1;addEventListener(r,i){this._onabort.push(i)}},jh=class{static{o(this,"AbortController")}constructor(){e()}signal=new wT;abort(r){if(!this.signal.aborted){this.signal.reason=r,this.signal.aborted=!0;for(let i of this.signal._onabort)i(r);this.signal.onabort?.(r)}}};let n=f1.env?.LRU_CACHE_IGNORE_AC_WARNING!=="1",e=o(()=>{n&&(n=!1,ET("AbortController is not defined. If using lru-cache in node 14, load an AbortController polyfill from the `node-abort-controller` package. A minimal polyfill is provided for use by LRUCache.fetch(), but it should not be relied upon in other contexts (eg, passing it to other APIs that use AbortController/AbortSignal might have undesirable effects). You may disable this with LRU_CACHE_IGNORE_AC_WARNING=1 in the env.","NO_ABORT_CONTROLLER","ENOTSUP",e))},"warnACPolyfill")}var Ek=o(n=>!bT.has(n),"shouldWarn");var gs=o(n=>n&&n===Math.floor(n)&&n>0&&isFinite(n),"isPosInt"),TT=o(n=>gs(n)?n<=Math.pow(2,8)?Uint8Array:n<=Math.pow(2,16)?Uint16Array:n<=Math.pow(2,32)?Uint32Array:n<=Number.MAX_SAFE_INTEGER?Mo:null:null,"getUintArray"),Mo=class extends Array{static{o(this,"ZeroArray")}constructor(e){super(e),this.fill(0)}},h1=class n{static{o(this,"Stack")}heap;length;static#e=!1;static create(e){let t=TT(e);if(!t)return[];n.#e=!0;let r=new n(e,t);return n.#e=!1,r}constructor(e,t){if(!n.#e)throw new TypeError("instantiate Stack using Stack.create(n)");this.heap=new t(e),this.length=0}push(e){this.heap[this.length++]=e}pop(){return this.heap[--this.length]}},uu=class n{static{o(this,"LRUCache")}#e;#t;#s;#n;#a;#_;ttl;ttlResolution;ttlAutopurge;updateAgeOnGet;updateAgeOnHas;allowStale;noDisposeOnSet;noUpdateTTL;maxEntrySize;sizeCalculation;noDeleteOnFetchRejection;noDeleteOnStaleGet;allowStaleOnFetchAbort;allowStaleOnFetchRejection;ignoreFetchAbort;#u;#f;#o;#c;#i;#g;#y;#d;#h;#E;#m;#T;#A;#S;#w;#b;#p;static unsafeExposeInternals(e){return{starts:e.#A,ttls:e.#S,sizes:e.#T,keyMap:e.#o,keyList:e.#c,valList:e.#i,next:e.#g,prev:e.#y,get head(){return e.#d},get tail(){return e.#h},free:e.#E,isBackgroundFetch:o(t=>e.#l(t),"isBackgroundFetch"),backgroundFetch:o((t,r,i,s)=>e.#j(t,r,i,s),"backgroundFetch"),moveToTail:o(t=>e.#V(t),"moveToTail"),indexes:o(t=>e.#x(t),"indexes"),rindexes:o(t=>e.#I(t),"rindexes"),isStale:o(t=>e.#v(t),"isStale")}}get max(){return this.#e}get maxSize(){return this.#t}get calculatedSize(){return this.#f}get size(){return this.#u}get fetchMethod(){return this.#a}get memoMethod(){return this.#_}get dispose(){return this.#s}get disposeAfter(){return this.#n}constructor(e){let{max:t=0,ttl:r,ttlResolution:i=1,ttlAutopurge:s,updateAgeOnGet:a,updateAgeOnHas:c,allowStale:u,dispose:l,disposeAfter:f,noDisposeOnSet:h,noUpdateTTL:d,maxSize:p=0,maxEntrySize:S=0,sizeCalculation:b,fetchMethod:T,memoMethod:A,noDeleteOnFetchRejection:P,noDeleteOnStaleGet:L,allowStaleOnFetchRejection:$,allowStaleOnFetchAbort:G,ignoreFetchAbort:Ee}=e;if(t!==0&&!gs(t))throw new TypeError("max option must be a nonnegative integer");let Ue=t?TT(t):Array;if(!Ue)throw new Error("invalid max value: "+t);if(this.#e=t,this.#t=p,this.maxEntrySize=S||this.#t,this.sizeCalculation=b,this.sizeCalculation){if(!this.#t&&!this.maxEntrySize)throw new TypeError("cannot set sizeCalculation without setting maxSize or maxEntrySize");if(typeof this.sizeCalculation!="function")throw new TypeError("sizeCalculation set to non-function")}if(A!==void 0&&typeof A!="function")throw new TypeError("memoMethod must be a function if defined");if(this.#_=A,T!==void 0&&typeof T!="function")throw new TypeError("fetchMethod must be a function if specified");if(this.#a=T,this.#b=!!T,this.#o=new Map,this.#c=new Array(t).fill(void 0),this.#i=new Array(t).fill(void 0),this.#g=new Ue(t),this.#y=new Ue(t),this.#d=0,this.#h=0,this.#E=h1.create(t),this.#u=0,this.#f=0,typeof l=="function"&&(this.#s=l),typeof f=="function"?(this.#n=f,this.#m=[]):(this.#n=void 0,this.#m=void 0),this.#w=!!this.#s,this.#p=!!this.#n,this.noDisposeOnSet=!!h,this.noUpdateTTL=!!d,this.noDeleteOnFetchRejection=!!P,this.allowStaleOnFetchRejection=!!$,this.allowStaleOnFetchAbort=!!G,this.ignoreFetchAbort=!!Ee,this.maxEntrySize!==0){if(this.#t!==0&&!gs(this.#t))throw new TypeError("maxSize must be a positive integer if specified");if(!gs(this.maxEntrySize))throw new TypeError("maxEntrySize must be a positive integer if specified");this.#P()}if(this.allowStale=!!u,this.noDeleteOnStaleGet=!!L,this.updateAgeOnGet=!!a,this.updateAgeOnHas=!!c,this.ttlResolution=gs(i)||i===0?i:1,this.ttlAutopurge=!!s,this.ttl=r||0,this.ttl){if(!gs(this.ttl))throw new TypeError("ttl must be a positive integer if specified");this.#O()}if(this.#e===0&&this.ttl===0&&this.#t===0)throw new TypeError("At least one of max, maxSize, or ttl is required");if(!this.ttlAutopurge&&!this.#e&&!this.#t){let $e="LRU_CACHE_UNBOUNDED";Ek($e)&&(bT.add($e),ET("TTL caching without ttlAutopurge, max, or maxSize can result in unbounded memory consumption.","UnboundedCacheWarning",$e,n))}}getRemainingTTL(e){return this.#o.has(e)?1/0:0}#O(){let e=new Mo(this.#e),t=new Mo(this.#e);this.#S=e,this.#A=t,this.#R=(s,a,c=Lo.now())=>{if(t[s]=a!==0?c:0,e[s]=a,a!==0&&this.ttlAutopurge){let u=setTimeout(()=>{this.#v(s)&&this.#D(this.#c[s],"expire")},a+1);u.unref&&u.unref()}},this.#C=s=>{t[s]=e[s]!==0?Lo.now():0},this.#r=(s,a)=>{if(e[a]){let c=e[a],u=t[a];if(!c||!u)return;s.ttl=c,s.start=u,s.now=r||i();let l=s.now-u;s.remainingTTL=c-l}};let r=0,i=o(()=>{let s=Lo.now();if(this.ttlResolution>0){r=s;let a=setTimeout(()=>r=0,this.ttlResolution);a.unref&&a.unref()}return s},"getNow");this.getRemainingTTL=s=>{let a=this.#o.get(s);if(a===void 0)return 0;let c=e[a],u=t[a];if(!c||!u)return 1/0;let l=(r||i())-u;return c-l},this.#v=s=>{let a=t[s],c=e[s];return!!c&&!!a&&(r||i())-a>c}}#C=o(()=>{},"#updateItemAge");#r=o(()=>{},"#statusTTL");#R=o(()=>{},"#setItemTTL");#v=o(()=>!1,"#isStale");#P(){let e=new Mo(this.#e);this.#f=0,this.#T=e,this.#F=t=>{this.#f-=e[t],e[t]=0},this.#L=(t,r,i,s)=>{if(this.#l(r))return 0;if(!gs(i))if(s){if(typeof s!="function")throw new TypeError("sizeCalculation must be a function");if(i=s(r,t),!gs(i))throw new TypeError("sizeCalculation return invalid (expect positive integer)")}else throw new TypeError("invalid size value (must be positive integer). When maxSize or maxEntrySize is used, sizeCalculation or size must be set.");return i},this.#N=(t,r,i)=>{if(e[t]=r,this.#t){let s=this.#t-e[t];for(;this.#f>s;)this.#k(!0)}this.#f+=e[t],i&&(i.entrySize=r,i.totalCalculatedSize=this.#f)}}#F=o(e=>{},"#removeItemSize");#N=o((e,t,r)=>{},"#addItemSize");#L=o((e,t,r,i)=>{if(r||i)throw new TypeError("cannot set size without setting maxSize or maxEntrySize on cache");return 0},"#requireSize");*#x({allowStale:e=this.allowStale}={}){if(this.#u)for(let t=this.#h;!(!this.#M(t)||((e||!this.#v(t))&&(yield t),t===this.#d));)t=this.#y[t]}*#I({allowStale:e=this.allowStale}={}){if(this.#u)for(let t=this.#d;!(!this.#M(t)||((e||!this.#v(t))&&(yield t),t===this.#h));)t=this.#g[t]}#M(e){return e!==void 0&&this.#o.get(this.#c[e])===e}*entries(){for(let e of this.#x())this.#i[e]!==void 0&&this.#c[e]!==void 0&&!this.#l(this.#i[e])&&(yield[this.#c[e],this.#i[e]])}*rentries(){for(let e of this.#I())this.#i[e]!==void 0&&this.#c[e]!==void 0&&!this.#l(this.#i[e])&&(yield[this.#c[e],this.#i[e]])}*keys(){for(let e of this.#x()){let t=this.#c[e];t!==void 0&&!this.#l(this.#i[e])&&(yield t)}}*rkeys(){for(let e of this.#I()){let t=this.#c[e];t!==void 0&&!this.#l(this.#i[e])&&(yield t)}}*values(){for(let e of this.#x())this.#i[e]!==void 0&&!this.#l(this.#i[e])&&(yield this.#i[e])}*rvalues(){for(let e of this.#I())this.#i[e]!==void 0&&!this.#l(this.#i[e])&&(yield this.#i[e])}[Symbol.iterator](){return this.entries()}[Symbol.toStringTag]="LRUCache";find(e,t={}){for(let r of this.#x()){let i=this.#i[r],s=this.#l(i)?i.__staleWhileFetching:i;if(s!==void 0&&e(s,this.#c[r],this))return this.get(this.#c[r],t)}}forEach(e,t=this){for(let r of this.#x()){let i=this.#i[r],s=this.#l(i)?i.__staleWhileFetching:i;s!==void 0&&e.call(t,s,this.#c[r],this)}}rforEach(e,t=this){for(let r of this.#I()){let i=this.#i[r],s=this.#l(i)?i.__staleWhileFetching:i;s!==void 0&&e.call(t,s,this.#c[r],this)}}purgeStale(){let e=!1;for(let t of this.#I({allowStale:!0}))this.#v(t)&&(this.#D(this.#c[t],"expire"),e=!0);return e}info(e){let t=this.#o.get(e);if(t===void 0)return;let r=this.#i[t],i=this.#l(r)?r.__staleWhileFetching:r;if(i===void 0)return;let s={value:i};if(this.#S&&this.#A){let a=this.#S[t],c=this.#A[t];if(a&&c){let u=a-(Lo.now()-c);s.ttl=u,s.start=Date.now()}}return this.#T&&(s.size=this.#T[t]),s}dump(){let e=[];for(let t of this.#x({allowStale:!0})){let r=this.#c[t],i=this.#i[t],s=this.#l(i)?i.__staleWhileFetching:i;if(s===void 0||r===void 0)continue;let a={value:s};if(this.#S&&this.#A){a.ttl=this.#S[t];let c=Lo.now()-this.#A[t];a.start=Math.floor(Date.now()-c)}this.#T&&(a.size=this.#T[t]),e.unshift([r,a])}return e}load(e){this.clear();for(let[t,r]of e){if(r.start){let i=Date.now()-r.start;r.start=Lo.now()-i}this.set(t,r.value,r)}}set(e,t,r={}){if(t===void 0)return this.delete(e),this;let{ttl:i=this.ttl,start:s,noDisposeOnSet:a=this.noDisposeOnSet,sizeCalculation:c=this.sizeCalculation,status:u}=r,{noUpdateTTL:l=this.noUpdateTTL}=r,f=this.#L(e,t,r.size||0,c);if(this.maxEntrySize&&f>this.maxEntrySize)return u&&(u.set="miss",u.maxEntrySizeExceeded=!0),this.#D(e,"set"),this;let h=this.#u===0?void 0:this.#o.get(e);if(h===void 0)h=this.#u===0?this.#h:this.#E.length!==0?this.#E.pop():this.#u===this.#e?this.#k(!1):this.#u,this.#c[h]=e,this.#i[h]=t,this.#o.set(e,h),this.#g[this.#h]=h,this.#y[h]=this.#h,this.#h=h,this.#u++,this.#N(h,f,u),u&&(u.set="add"),l=!1;else{this.#V(h);let d=this.#i[h];if(t!==d){if(this.#b&&this.#l(d)){d.__abortController.abort(new Error("replaced"));let{__staleWhileFetching:p}=d;p!==void 0&&!a&&(this.#w&&this.#s?.(p,e,"set"),this.#p&&this.#m?.push([p,e,"set"]))}else a||(this.#w&&this.#s?.(d,e,"set"),this.#p&&this.#m?.push([d,e,"set"]));if(this.#F(h),this.#N(h,f,u),this.#i[h]=t,u){u.set="replace";let p=d&&this.#l(d)?d.__staleWhileFetching:d;p!==void 0&&(u.oldValue=p)}}else u&&(u.set="update")}if(i!==0&&!this.#S&&this.#O(),this.#S&&(l||this.#R(h,i,s),u&&this.#r(u,h)),!a&&this.#p&&this.#m){let d=this.#m,p;for(;p=d?.shift();)this.#n?.(...p)}return this}pop(){try{for(;this.#u;){let e=this.#i[this.#d];if(this.#k(!0),this.#l(e)){if(e.__staleWhileFetching)return e.__staleWhileFetching}else if(e!==void 0)return e}}finally{if(this.#p&&this.#m){let e=this.#m,t;for(;t=e?.shift();)this.#n?.(...t)}}}#k(e){let t=this.#d,r=this.#c[t],i=this.#i[t];return this.#b&&this.#l(i)?i.__abortController.abort(new Error("evicted")):(this.#w||this.#p)&&(this.#w&&this.#s?.(i,r,"evict"),this.#p&&this.#m?.push([i,r,"evict"])),this.#F(t),e&&(this.#c[t]=void 0,this.#i[t]=void 0,this.#E.push(t)),this.#u===1?(this.#d=this.#h=0,this.#E.length=0):this.#d=this.#g[t],this.#o.delete(r),this.#u--,t}has(e,t={}){let{updateAgeOnHas:r=this.updateAgeOnHas,status:i}=t,s=this.#o.get(e);if(s!==void 0){let a=this.#i[s];if(this.#l(a)&&a.__staleWhileFetching===void 0)return!1;if(this.#v(s))i&&(i.has="stale",this.#r(i,s));else return r&&this.#C(s),i&&(i.has="hit",this.#r(i,s)),!0}else i&&(i.has="miss");return!1}peek(e,t={}){let{allowStale:r=this.allowStale}=t,i=this.#o.get(e);if(i===void 0||!r&&this.#v(i))return;let s=this.#i[i];return this.#l(s)?s.__staleWhileFetching:s}#j(e,t,r,i){let s=t===void 0?void 0:this.#i[t];if(this.#l(s))return s;let a=new jh,{signal:c}=r;c?.addEventListener("abort",()=>a.abort(c.reason),{signal:a.signal});let u={signal:a.signal,options:r,context:i},l=o((b,T=!1)=>{let{aborted:A}=a.signal,P=r.ignoreFetchAbort&&b!==void 0;if(r.status&&(A&&!T?(r.status.fetchAborted=!0,r.status.fetchError=a.signal.reason,P&&(r.status.fetchAbortIgnored=!0)):r.status.fetchResolved=!0),A&&!P&&!T)return h(a.signal.reason);let L=p;return this.#i[t]===p&&(b===void 0?L.__staleWhileFetching?this.#i[t]=L.__staleWhileFetching:this.#D(e,"fetch"):(r.status&&(r.status.fetchUpdated=!0),this.set(e,b,u.options))),b},"cb"),f=o(b=>(r.status&&(r.status.fetchRejected=!0,r.status.fetchError=b),h(b)),"eb"),h=o(b=>{let{aborted:T}=a.signal,A=T&&r.allowStaleOnFetchAbort,P=A||r.allowStaleOnFetchRejection,L=P||r.noDeleteOnFetchRejection,$=p;if(this.#i[t]===p&&(!L||$.__staleWhileFetching===void 0?this.#D(e,"fetch"):A||(this.#i[t]=$.__staleWhileFetching)),P)return r.status&&$.__staleWhileFetching!==void 0&&(r.status.returnedStale=!0),$.__staleWhileFetching;if($.__returned===$)throw b},"fetchFail"),d=o((b,T)=>{let A=this.#a?.(e,s,u);A&&A instanceof Promise&&A.then(P=>b(P===void 0?void 0:P),T),a.signal.addEventListener("abort",()=>{(!r.ignoreFetchAbort||r.allowStaleOnFetchAbort)&&(b(void 0),r.allowStaleOnFetchAbort&&(b=o(P=>l(P,!0),"res")))})},"pcall");r.status&&(r.status.fetchDispatched=!0);let p=new Promise(d).then(l,f),S=Object.assign(p,{__abortController:a,__staleWhileFetching:s,__returned:void 0});return t===void 0?(this.set(e,S,{...u.options,status:void 0}),t=this.#o.get(e)):this.#i[t]=S,S}#l(e){if(!this.#b)return!1;let t=e;return!!t&&t instanceof Promise&&t.hasOwnProperty("__staleWhileFetching")&&t.__abortController instanceof jh}async fetch(e,t={}){let{allowStale:r=this.allowStale,updateAgeOnGet:i=this.updateAgeOnGet,noDeleteOnStaleGet:s=this.noDeleteOnStaleGet,ttl:a=this.ttl,noDisposeOnSet:c=this.noDisposeOnSet,size:u=0,sizeCalculation:l=this.sizeCalculation,noUpdateTTL:f=this.noUpdateTTL,noDeleteOnFetchRejection:h=this.noDeleteOnFetchRejection,allowStaleOnFetchRejection:d=this.allowStaleOnFetchRejection,ignoreFetchAbort:p=this.ignoreFetchAbort,allowStaleOnFetchAbort:S=this.allowStaleOnFetchAbort,context:b,forceRefresh:T=!1,status:A,signal:P}=t;if(!this.#b)return A&&(A.fetch="get"),this.get(e,{allowStale:r,updateAgeOnGet:i,noDeleteOnStaleGet:s,status:A});let L={allowStale:r,updateAgeOnGet:i,noDeleteOnStaleGet:s,ttl:a,noDisposeOnSet:c,size:u,sizeCalculation:l,noUpdateTTL:f,noDeleteOnFetchRejection:h,allowStaleOnFetchRejection:d,allowStaleOnFetchAbort:S,ignoreFetchAbort:p,status:A,signal:P},$=this.#o.get(e);if($===void 0){A&&(A.fetch="miss");let G=this.#j(e,$,L,b);return G.__returned=G}else{let G=this.#i[$];if(this.#l(G)){let ie=r&&G.__staleWhileFetching!==void 0;return A&&(A.fetch="inflight",ie&&(A.returnedStale=!0)),ie?G.__staleWhileFetching:G.__returned=G}let Ee=this.#v($);if(!T&&!Ee)return A&&(A.fetch="hit"),this.#V($),i&&this.#C($),A&&this.#r(A,$),G;let Ue=this.#j(e,$,L,b),q=Ue.__staleWhileFetching!==void 0&&r;return A&&(A.fetch=Ee?"stale":"refresh",q&&Ee&&(A.returnedStale=!0)),q?Ue.__staleWhileFetching:Ue.__returned=Ue}}async forceFetch(e,t={}){let r=await this.fetch(e,t);if(r===void 0)throw new Error("fetch() returned undefined");return r}memo(e,t={}){let r=this.#_;if(!r)throw new Error("no memoMethod provided to constructor");let{context:i,forceRefresh:s,...a}=t,c=this.get(e,a);if(!s&&c!==void 0)return c;let u=r(e,c,{options:a,context:i});return this.set(e,u,a),u}get(e,t={}){let{allowStale:r=this.allowStale,updateAgeOnGet:i=this.updateAgeOnGet,noDeleteOnStaleGet:s=this.noDeleteOnStaleGet,status:a}=t,c=this.#o.get(e);if(c!==void 0){let u=this.#i[c],l=this.#l(u);return a&&this.#r(a,c),this.#v(c)?(a&&(a.get="stale"),l?(a&&r&&u.__staleWhileFetching!==void 0&&(a.returnedStale=!0),r?u.__staleWhileFetching:void 0):(s||this.#D(e,"expire"),a&&r&&(a.returnedStale=!0),r?u:void 0)):(a&&(a.get="hit"),l?u.__staleWhileFetching:(this.#V(c),i&&this.#C(c),u))}else a&&(a.get="miss")}#$(e,t){this.#y[t]=e,this.#g[e]=t}#V(e){e!==this.#h&&(e===this.#d?this.#d=this.#g[e]:this.#$(this.#y[e],this.#g[e]),this.#$(this.#h,e),this.#h=e)}delete(e){return this.#D(e,"delete")}#D(e,t){let r=!1;if(this.#u!==0){let i=this.#o.get(e);if(i!==void 0)if(r=!0,this.#u===1)this.#U(t);else{this.#F(i);let s=this.#i[i];if(this.#l(s)?s.__abortController.abort(new Error("deleted")):(this.#w||this.#p)&&(this.#w&&this.#s?.(s,e,t),this.#p&&this.#m?.push([s,e,t])),this.#o.delete(e),this.#c[i]=void 0,this.#i[i]=void 0,i===this.#h)this.#h=this.#y[i];else if(i===this.#d)this.#d=this.#g[i];else{let a=this.#y[i];this.#g[a]=this.#g[i];let c=this.#g[i];this.#y[c]=this.#y[i]}this.#u--,this.#E.push(i)}}if(this.#p&&this.#m?.length){let i=this.#m,s;for(;s=i?.shift();)this.#n?.(...s)}return r}clear(){return this.#U("delete")}#U(e){for(let t of this.#I({allowStale:!0})){let r=this.#i[t];if(this.#l(r))r.__abortController.abort(new Error("deleted"));else{let i=this.#c[t];this.#w&&this.#s?.(r,i,e),this.#p&&this.#m?.push([r,i,e])}}if(this.#o.clear(),this.#i.fill(void 0),this.#c.fill(void 0),this.#S&&this.#A&&(this.#S.fill(0),this.#A.fill(0)),this.#T&&this.#T.fill(0),this.#d=0,this.#h=0,this.#E.length=0,this.#f=0,this.#u=0,this.#p&&this.#m){let t=this.#m,r;for(;r=t?.shift();)this.#n?.(...r)}}};var $o=require("node:path"),NT=require("node:url"),vi=require("fs"),Fk=Ie(require("node:fs"),1),Ss=require("node:fs/promises");var Wh=require("node:events"),S1=Ie(require("node:stream"),1),OT=require("node:string_decoder");var AT=typeof process=="object"&&process?process:{stdout:null,stderr:null},Tk=o(n=>!!n&&typeof n=="object"&&(n instanceof vs||n instanceof S1.default||Ak(n)||Ck(n)),"isStream"),Ak=o(n=>!!n&&typeof n=="object"&&n instanceof Wh.EventEmitter&&typeof n.pipe=="function"&&n.pipe!==S1.default.Writable.prototype.pipe,"isReadable"),Ck=o(n=>!!n&&typeof n=="object"&&n instanceof Wh.EventEmitter&&typeof n.write=="function"&&typeof n.end=="function","isWritable"),Bi=Symbol("EOF"),qi=Symbol("maybeEmitEnd"),ys=Symbol("emittedEnd"),$h=Symbol("emittingEnd"),lu=Symbol("emittedError"),Vh=Symbol("closed"),CT=Symbol("read"),Uh=Symbol("flush"),xT=Symbol("flushChunk"),Gn=Symbol("encoding"),ko=Symbol("decoder"),jt=Symbol("flowing"),fu=Symbol("paused"),jo=Symbol("resume"),$t=Symbol("buffer"),Or=Symbol("pipes"),Vt=Symbol("bufferLength"),d1=Symbol("bufferPush"),Bh=Symbol("bufferShift"),fr=Symbol("objectMode"),_t=Symbol("destroyed"),p1=Symbol("error"),m1=Symbol("emitData"),IT=Symbol("emitEnd"),g1=Symbol("emitEnd2"),gi=Symbol("async"),y1=Symbol("abort"),qh=Symbol("aborted"),hu=Symbol("signal"),ma=Symbol("dataListeners"),Qr=Symbol("discarded"),du=o(n=>Promise.resolve().then(n),"defer"),xk=o(n=>n(),"nodefer"),Ik=o(n=>n==="end"||n==="finish"||n==="prefinish","isEndish"),Ok=o(n=>n instanceof ArrayBuffer||!!n&&typeof n=="object"&&n.constructor&&n.constructor.name==="ArrayBuffer"&&n.byteLength>=0,"isArrayBufferLike"),Pk=o(n=>!Buffer.isBuffer(n)&&ArrayBuffer.isView(n),"isArrayBufferView"),Gh=class{static{o(this,"Pipe")}src;dest;opts;ondrain;constructor(e,t,r){this.src=e,this.dest=t,this.opts=r,this.ondrain=()=>e[jo](),this.dest.on("drain",this.ondrain)}unpipe(){this.dest.removeListener("drain",this.ondrain)}proxyErrors(e){}end(){this.unpipe(),this.opts.end&&this.dest.end()}},v1=class extends Gh{static{o(this,"PipeProxyErrors")}unpipe(){this.src.removeListener("error",this.proxyErrors),super.unpipe()}constructor(e,t,r){super(e,t,r),this.proxyErrors=i=>t.emit("error",i),e.on("error",this.proxyErrors)}},Dk=o(n=>!!n.objectMode,"isObjectModeOptions"),Rk=o(n=>!n.objectMode&&!!n.encoding&&n.encoding!=="buffer","isEncodingOptions"),vs=class extends Wh.EventEmitter{static{o(this,"Minipass")}[jt]=!1;[fu]=!1;[Or]=[];[$t]=[];[fr];[Gn];[gi];[ko];[Bi]=!1;[ys]=!1;[$h]=!1;[Vh]=!1;[lu]=null;[Vt]=0;[_t]=!1;[hu];[qh]=!1;[ma]=0;[Qr]=!1;writable=!0;readable=!0;constructor(...e){let t=e[0]||{};if(super(),t.objectMode&&typeof t.encoding=="string")throw new TypeError("Encoding and objectMode may not be used together");Dk(t)?(this[fr]=!0,this[Gn]=null):Rk(t)?(this[Gn]=t.encoding,this[fr]=!1):(this[fr]=!1,this[Gn]=null),this[gi]=!!t.async,this[ko]=this[Gn]?new OT.StringDecoder(this[Gn]):null,t&&t.debugExposeBuffer===!0&&Object.defineProperty(this,"buffer",{get:o(()=>this[$t],"get")}),t&&t.debugExposePipes===!0&&Object.defineProperty(this,"pipes",{get:o(()=>this[Or],"get")});let{signal:r}=t;r&&(this[hu]=r,r.aborted?this[y1]():r.addEventListener("abort",()=>this[y1]()))}get bufferLength(){return this[Vt]}get encoding(){return this[Gn]}set encoding(e){throw new Error("Encoding must be set at instantiation time")}setEncoding(e){throw new Error("Encoding must be set at instantiation time")}get objectMode(){return this[fr]}set objectMode(e){throw new Error("objectMode must be set at instantiation time")}get async(){return this[gi]}set async(e){this[gi]=this[gi]||!!e}[y1](){this[qh]=!0,this.emit("abort",this[hu]?.reason),this.destroy(this[hu]?.reason)}get aborted(){return this[qh]}set aborted(e){}write(e,t,r){if(this[qh])return!1;if(this[Bi])throw new Error("write after end");if(this[_t])return this.emit("error",Object.assign(new Error("Cannot call write after a stream was destroyed"),{code:"ERR_STREAM_DESTROYED"})),!0;typeof t=="function"&&(r=t,t="utf8"),t||(t="utf8");let i=this[gi]?du:xk;if(!this[fr]&&!Buffer.isBuffer(e)){if(Pk(e))e=Buffer.from(e.buffer,e.byteOffset,e.byteLength);else if(Ok(e))e=Buffer.from(e);else if(typeof e!="string")throw new Error("Non-contiguous data written to non-objectMode stream")}return this[fr]?(this[jt]&&this[Vt]!==0&&this[Uh](!0),this[jt]?this.emit("data",e):this[d1](e),this[Vt]!==0&&this.emit("readable"),r&&i(r),this[jt]):e.length?(typeof e=="string"&&!(t===this[Gn]&&!this[ko]?.lastNeed)&&(e=Buffer.from(e,t)),Buffer.isBuffer(e)&&this[Gn]&&(e=this[ko].write(e)),this[jt]&&this[Vt]!==0&&this[Uh](!0),this[jt]?this.emit("data",e):this[d1](e),this[Vt]!==0&&this.emit("readable"),r&&i(r),this[jt]):(this[Vt]!==0&&this.emit("readable"),r&&i(r),this[jt])}read(e){if(this[_t])return null;if(this[Qr]=!1,this[Vt]===0||e===0||e&&e>this[Vt])return this[qi](),null;this[fr]&&(e=null),this[$t].length>1&&!this[fr]&&(this[$t]=[this[Gn]?this[$t].join(""):Buffer.concat(this[$t],this[Vt])]);let t=this[CT](e||null,this[$t][0]);return this[qi](),t}[CT](e,t){if(this[fr])this[Bh]();else{let r=t;e===r.length||e===null?this[Bh]():typeof r=="string"?(this[$t][0]=r.slice(e),t=r.slice(0,e),this[Vt]-=e):(this[$t][0]=r.subarray(e),t=r.subarray(0,e),this[Vt]-=e)}return this.emit("data",t),!this[$t].length&&!this[Bi]&&this.emit("drain"),t}end(e,t,r){return typeof e=="function"&&(r=e,e=void 0),typeof t=="function"&&(r=t,t="utf8"),e!==void 0&&this.write(e,t),r&&this.once("end",r),this[Bi]=!0,this.writable=!1,(this[jt]||!this[fu])&&this[qi](),this}[jo](){this[_t]||(!this[ma]&&!this[Or].length&&(this[Qr]=!0),this[fu]=!1,this[jt]=!0,this.emit("resume"),this[$t].length?this[Uh]():this[Bi]?this[qi]():this.emit("drain"))}resume(){return this[jo]()}pause(){this[jt]=!1,this[fu]=!0,this[Qr]=!1}get destroyed(){return this[_t]}get flowing(){return this[jt]}get paused(){return this[fu]}[d1](e){this[fr]?this[Vt]+=1:this[Vt]+=e.length,this[$t].push(e)}[Bh](){return this[fr]?this[Vt]-=1:this[Vt]-=this[$t][0].length,this[$t].shift()}[Uh](e=!1){do;while(this[xT](this[Bh]())&&this[$t].length);!e&&!this[$t].length&&!this[Bi]&&this.emit("drain")}[xT](e){return this.emit("data",e),this[jt]}pipe(e,t){if(this[_t])return e;this[Qr]=!1;let r=this[ys];return t=t||{},e===AT.stdout||e===AT.stderr?t.end=!1:t.end=t.end!==!1,t.proxyErrors=!!t.proxyErrors,r?t.end&&e.end():(this[Or].push(t.proxyErrors?new v1(this,e,t):new Gh(this,e,t)),this[gi]?du(()=>this[jo]()):this[jo]()),e}unpipe(e){let t=this[Or].find(r=>r.dest===e);t&&(this[Or].length===1?(this[jt]&&this[ma]===0&&(this[jt]=!1),this[Or]=[]):this[Or].splice(this[Or].indexOf(t),1),t.unpipe())}addListener(e,t){return this.on(e,t)}on(e,t){let r=super.on(e,t);if(e==="data")this[Qr]=!1,this[ma]++,!this[Or].length&&!this[jt]&&this[jo]();else if(e==="readable"&&this[Vt]!==0)super.emit("readable");else if(Ik(e)&&this[ys])super.emit(e),this.removeAllListeners(e);else if(e==="error"&&this[lu]){let i=t;this[gi]?du(()=>i.call(this,this[lu])):i.call(this,this[lu])}return r}removeListener(e,t){return this.off(e,t)}off(e,t){let r=super.off(e,t);return e==="data"&&(this[ma]=this.listeners("data").length,this[ma]===0&&!this[Qr]&&!this[Or].length&&(this[jt]=!1)),r}removeAllListeners(e){let t=super.removeAllListeners(e);return(e==="data"||e===void 0)&&(this[ma]=0,!this[Qr]&&!this[Or].length&&(this[jt]=!1)),t}get emittedEnd(){return this[ys]}[qi](){!this[$h]&&!this[ys]&&!this[_t]&&this[$t].length===0&&this[Bi]&&(this[$h]=!0,this.emit("end"),this.emit("prefinish"),this.emit("finish"),this[Vh]&&this.emit("close"),this[$h]=!1)}emit(e,...t){let r=t[0];if(e!=="error"&&e!=="close"&&e!==_t&&this[_t])return!1;if(e==="data")return!this[fr]&&!r?!1:this[gi]?(du(()=>this[m1](r)),!0):this[m1](r);if(e==="end")return this[IT]();if(e==="close"){if(this[Vh]=!0,!this[ys]&&!this[_t])return!1;let s=super.emit("close");return this.removeAllListeners("close"),s}else if(e==="error"){this[lu]=r,super.emit(p1,r);let s=!this[hu]||this.listeners("error").length?super.emit("error",r):!1;return this[qi](),s}else if(e==="resume"){let s=super.emit("resume");return this[qi](),s}else if(e==="finish"||e==="prefinish"){let s=super.emit(e);return this.removeAllListeners(e),s}let i=super.emit(e,...t);return this[qi](),i}[m1](e){for(let r of this[Or])r.dest.write(e)===!1&&this.pause();let t=this[Qr]?!1:super.emit("data",e);return this[qi](),t}[IT](){return this[ys]?!1:(this[ys]=!0,this.readable=!1,this[gi]?(du(()=>this[g1]()),!0):this[g1]())}[g1](){if(this[ko]){let t=this[ko].end();if(t){for(let r of this[Or])r.dest.write(t);this[Qr]||super.emit("data",t)}}for(let t of this[Or])t.end();let e=super.emit("end");return this.removeAllListeners("end"),e}async collect(){let e=Object.assign([],{dataLength:0});this[fr]||(e.dataLength=0);let t=this.promise();return this.on("data",r=>{e.push(r),this[fr]||(e.dataLength+=r.length)}),await t,e}async concat(){if(this[fr])throw new Error("cannot concat in objectMode");let e=await this.collect();return this[Gn]?e.join(""):Buffer.concat(e,e.dataLength)}async promise(){return new Promise((e,t)=>{this.on(_t,()=>t(new Error("stream destroyed"))),this.on("error",r=>t(r)),this.on("end",()=>e())})}[Symbol.asyncIterator](){this[Qr]=!1;let e=!1,t=o(async()=>(this.pause(),e=!0,{value:void 0,done:!0}),"stop");return{next:o(()=>{if(e)return t();let i=this.read();if(i!==null)return Promise.resolve({done:!1,value:i});if(this[Bi])return t();let s,a,c=o(h=>{this.off("data",u),this.off("end",l),this.off(_t,f),t(),a(h)},"onerr"),u=o(h=>{this.off("error",c),this.off("end",l),this.off(_t,f),this.pause(),s({value:h,done:!!this[Bi]})},"ondata"),l=o(()=>{this.off("error",c),this.off("data",u),this.off(_t,f),t(),s({done:!0,value:void 0})},"onend"),f=o(()=>c(new Error("stream destroyed")),"ondestroy");return new Promise((h,d)=>{a=d,s=h,this.once(_t,f),this.once("error",c),this.once("end",l),this.once("data",u)})},"next"),throw:t,return:t,[Symbol.asyncIterator](){return this}}}[Symbol.iterator](){this[Qr]=!1;let e=!1,t=o(()=>(this.pause(),this.off(p1,t),this.off(_t,t),this.off("end",t),e=!0,{done:!0,value:void 0}),"stop"),r=o(()=>{if(e)return t();let i=this.read();return i===null?t():{done:!1,value:i}},"next");return this.once("end",t),this.once(p1,t),this.once(_t,t),{next:r,throw:t,return:t,[Symbol.iterator](){return this}}}destroy(e){if(this[_t])return e?this.emit("error",e):this.emit(_t),this;this[_t]=!0,this[Qr]=!0,this[$t].length=0,this[Vt]=0;let t=this;return typeof t.close=="function"&&!this[Vh]&&t.close(),e?this.emit("error",e):this.emit(_t),this}static get isStream(){return Tk}};var Nk=vi.realpathSync.native,mu={lstatSync:vi.lstatSync,readdir:vi.readdir,readdirSync:vi.readdirSync,readlinkSync:vi.readlinkSync,realpathSync:Nk,promises:{lstat:Ss.lstat,readdir:Ss.readdir,readlink:Ss.readlink,realpath:Ss.realpath}},LT=o(n=>!n||n===mu||n===Fk?mu:{...mu,...n,promises:{...mu.promises,...n.promises||{}}},"fsFromOption"),MT=/^\\\\\?\\([a-z]:)\\?$/i,Lk=o(n=>n.replace(/\//g,"\\").replace(MT,"$1\\"),"uncToDrive"),Mk=/[\\\/]/,mn=0,kT=1,jT=2,yi=4,$T=6,VT=8,ga=10,UT=12,pn=15,pu=~pn,_1=16,PT=32,gu=64,Wn=128,zh=256,Qh=512,DT=gu|Wn|Qh,kk=1023,w1=o(n=>n.isFile()?VT:n.isDirectory()?yi:n.isSymbolicLink()?ga:n.isCharacterDevice()?jT:n.isBlockDevice()?$T:n.isSocket()?UT:n.isFIFO()?kT:mn,"entToType"),RT=new Map,yu=o(n=>{let e=RT.get(n);if(e)return e;let t=n.normalize("NFKD");return RT.set(n,t),t},"normalize"),FT=new Map,Hh=o(n=>{let e=FT.get(n);if(e)return e;let t=yu(n.toLowerCase());return FT.set(n,t),t},"normalizeNocase"),Yh=class extends uu{static{o(this,"ResolveCache")}constructor(){super({max:256})}},b1=class extends uu{static{o(this,"ChildrenCache")}constructor(e=16*1024){super({maxSize:e,sizeCalculation:o(t=>t.length+1,"sizeCalculation")})}},BT=Symbol("PathScurry setAsCwd"),hr=class{static{o(this,"PathBase")}name;root;roots;parent;nocase;isCWD=!1;#e;#t;get dev(){return this.#t}#s;get mode(){return this.#s}#n;get nlink(){return this.#n}#a;get uid(){return this.#a}#_;get gid(){return this.#_}#u;get rdev(){return this.#u}#f;get blksize(){return this.#f}#o;get ino(){return this.#o}#c;get size(){return this.#c}#i;get blocks(){return this.#i}#g;get atimeMs(){return this.#g}#y;get mtimeMs(){return this.#y}#d;get ctimeMs(){return this.#d}#h;get birthtimeMs(){return this.#h}#E;get atime(){return this.#E}#m;get mtime(){return this.#m}#T;get ctime(){return this.#T}#A;get birthtime(){return this.#A}#S;#w;#b;#p;#O;#C;#r;#R;#v;#P;get parentPath(){return(this.parent||this).fullpath()}get path(){return this.parentPath}constructor(e,t=mn,r,i,s,a,c){this.name=e,this.#S=s?Hh(e):yu(e),this.#r=t&kk,this.nocase=s,this.roots=i,this.root=r||this,this.#R=a,this.#b=c.fullpath,this.#O=c.relative,this.#C=c.relativePosix,this.parent=c.parent,this.parent?this.#e=this.parent.#e:this.#e=LT(c.fs)}depth(){return this.#w!==void 0?this.#w:this.parent?this.#w=this.parent.depth()+1:this.#w=0}childrenCache(){return this.#R}resolve(e){if(!e)return this;let t=this.getRootString(e),i=e.substring(t.length).split(this.splitSep);return t?this.getRoot(t).#F(i):this.#F(i)}#F(e){let t=this;for(let r of e)t=t.child(r);return t}children(){let e=this.#R.get(this);if(e)return e;let t=Object.assign([],{provisional:0});return this.#R.set(this,t),this.#r&=~_1,t}child(e,t){if(e===""||e===".")return this;if(e==="..")return this.parent||this;let r=this.children(),i=this.nocase?Hh(e):yu(e);for(let u of r)if(u.#S===i)return u;let s=this.parent?this.sep:"",a=this.#b?this.#b+s+e:void 0,c=this.newChild(e,mn,{...t,parent:this,fullpath:a});return this.canReaddir()||(c.#r|=Wn),r.push(c),c}relative(){if(this.isCWD)return"";if(this.#O!==void 0)return this.#O;let e=this.name,t=this.parent;if(!t)return this.#O=this.name;let r=t.relative();return r+(!r||!t.parent?"":this.sep)+e}relativePosix(){if(this.sep==="/")return this.relative();if(this.isCWD)return"";if(this.#C!==void 0)return this.#C;let e=this.name,t=this.parent;if(!t)return this.#C=this.fullpathPosix();let r=t.relativePosix();return r+(!r||!t.parent?"":"/")+e}fullpath(){if(this.#b!==void 0)return this.#b;let e=this.name,t=this.parent;if(!t)return this.#b=this.name;let i=t.fullpath()+(t.parent?this.sep:"")+e;return this.#b=i}fullpathPosix(){if(this.#p!==void 0)return this.#p;if(this.sep==="/")return this.#p=this.fullpath();if(!this.parent){let i=this.fullpath().replace(/\\/g,"/");return/^[a-z]:\//i.test(i)?this.#p=`//?/${i}`:this.#p=i}let e=this.parent,t=e.fullpathPosix(),r=t+(!t||!e.parent?"":"/")+this.name;return this.#p=r}isUnknown(){return(this.#r&pn)===mn}isType(e){return this[`is${e}`]()}getType(){return this.isUnknown()?"Unknown":this.isDirectory()?"Directory":this.isFile()?"File":this.isSymbolicLink()?"SymbolicLink":this.isFIFO()?"FIFO":this.isCharacterDevice()?"CharacterDevice":this.isBlockDevice()?"BlockDevice":this.isSocket()?"Socket":"Unknown"}isFile(){return(this.#r&pn)===VT}isDirectory(){return(this.#r&pn)===yi}isCharacterDevice(){return(this.#r&pn)===jT}isBlockDevice(){return(this.#r&pn)===$T}isFIFO(){return(this.#r&pn)===kT}isSocket(){return(this.#r&pn)===UT}isSymbolicLink(){return(this.#r&ga)===ga}lstatCached(){return this.#r&PT?this:void 0}readlinkCached(){return this.#v}realpathCached(){return this.#P}readdirCached(){let e=this.children();return e.slice(0,e.provisional)}canReadlink(){if(this.#v)return!0;if(!this.parent)return!1;let e=this.#r&pn;return!(e!==mn&&e!==ga||this.#r&zh||this.#r&Wn)}calledReaddir(){return!!(this.#r&_1)}isENOENT(){return!!(this.#r&Wn)}isNamed(e){return this.nocase?this.#S===Hh(e):this.#S===yu(e)}async readlink(){let e=this.#v;if(e)return e;if(this.canReadlink()&&this.parent)try{let t=await this.#e.promises.readlink(this.fullpath()),r=(await this.parent.realpath())?.resolve(t);if(r)return this.#v=r}catch(t){this.#l(t.code);return}}readlinkSync(){let e=this.#v;if(e)return e;if(this.canReadlink()&&this.parent)try{let t=this.#e.readlinkSync(this.fullpath()),r=this.parent.realpathSync()?.resolve(t);if(r)return this.#v=r}catch(t){this.#l(t.code);return}}#N(e){this.#r|=_1;for(let t=e.provisional;t<e.length;t++){let r=e[t];r&&r.#L()}}#L(){this.#r&Wn||(this.#r=(this.#r|Wn)&pu,this.#x())}#x(){let e=this.children();e.provisional=0;for(let t of e)t.#L()}#I(){this.#r|=Qh,this.#M()}#M(){if(this.#r&gu)return;let e=this.#r;(e&pn)===yi&&(e&=pu),this.#r=e|gu,this.#x()}#k(e=""){e==="ENOTDIR"||e==="EPERM"?this.#M():e==="ENOENT"?this.#L():this.children().provisional=0}#j(e=""){e==="ENOTDIR"?this.parent.#M():e==="ENOENT"&&this.#L()}#l(e=""){let t=this.#r;t|=zh,e==="ENOENT"&&(t|=Wn),(e==="EINVAL"||e==="UNKNOWN")&&(t&=pu),this.#r=t,e==="ENOTDIR"&&this.parent&&this.parent.#M()}#$(e,t){return this.#D(e,t)||this.#V(e,t)}#V(e,t){let r=w1(e),i=this.newChild(e.name,r,{parent:this}),s=i.#r&pn;return s!==yi&&s!==ga&&s!==mn&&(i.#r|=gu),t.unshift(i),t.provisional++,i}#D(e,t){for(let r=t.provisional;r<t.length;r++){let i=t[r];if((this.nocase?Hh(e.name):yu(e.name))===i.#S)return this.#U(e,i,r,t)}}#U(e,t,r,i){let s=t.name;return t.#r=t.#r&pu|w1(e),s!==e.name&&(t.name=e.name),r!==i.provisional&&(r===i.length-1?i.pop():i.splice(r,1),i.unshift(t)),i.provisional++,t}async lstat(){if((this.#r&Wn)===0)try{return this.#W(await this.#e.promises.lstat(this.fullpath())),this}catch(e){this.#j(e.code)}}lstatSync(){if((this.#r&Wn)===0)try{return this.#W(this.#e.lstatSync(this.fullpath())),this}catch(e){this.#j(e.code)}}#W(e){let{atime:t,atimeMs:r,birthtime:i,birthtimeMs:s,blksize:a,blocks:c,ctime:u,ctimeMs:l,dev:f,gid:h,ino:d,mode:p,mtime:S,mtimeMs:b,nlink:T,rdev:A,size:P,uid:L}=e;this.#E=t,this.#g=r,this.#A=i,this.#h=s,this.#f=a,this.#i=c,this.#T=u,this.#d=l,this.#t=f,this.#_=h,this.#o=d,this.#s=p,this.#m=S,this.#y=b,this.#n=T,this.#u=A,this.#c=P,this.#a=L;let $=w1(e);this.#r=this.#r&pu|$|PT,$!==mn&&$!==yi&&$!==ga&&(this.#r|=gu)}#q=[];#G=!1;#z(e){this.#G=!1;let t=this.#q.slice();this.#q.length=0,t.forEach(r=>r(null,e))}readdirCB(e,t=!1){if(!this.canReaddir()){t?e(null,[]):queueMicrotask(()=>e(null,[]));return}let r=this.children();if(this.calledReaddir()){let s=r.slice(0,r.provisional);t?e(null,s):queueMicrotask(()=>e(null,s));return}if(this.#q.push(e),this.#G)return;this.#G=!0;let i=this.fullpath();this.#e.readdir(i,{withFileTypes:!0},(s,a)=>{if(s)this.#k(s.code),r.provisional=0;else{for(let c of a)this.#$(c,r);this.#N(r)}this.#z(r.slice(0,r.provisional))})}#B;async readdir(){if(!this.canReaddir())return[];let e=this.children();if(this.calledReaddir())return e.slice(0,e.provisional);let t=this.fullpath();if(this.#B)await this.#B;else{let r=o(()=>{},"resolve");this.#B=new Promise(i=>r=i);try{for(let i of await this.#e.promises.readdir(t,{withFileTypes:!0}))this.#$(i,e);this.#N(e)}catch(i){this.#k(i.code),e.provisional=0}this.#B=void 0,r()}return e.slice(0,e.provisional)}readdirSync(){if(!this.canReaddir())return[];let e=this.children();if(this.calledReaddir())return e.slice(0,e.provisional);let t=this.fullpath();try{for(let r of this.#e.readdirSync(t,{withFileTypes:!0}))this.#$(r,e);this.#N(e)}catch(r){this.#k(r.code),e.provisional=0}return e.slice(0,e.provisional)}canReaddir(){if(this.#r&DT)return!1;let e=pn&this.#r;return e===mn||e===yi||e===ga}shouldWalk(e,t){return(this.#r&yi)===yi&&!(this.#r&DT)&&!e.has(this)&&(!t||t(this))}async realpath(){if(this.#P)return this.#P;if(!((Qh|zh|Wn)&this.#r))try{let e=await this.#e.promises.realpath(this.fullpath());return this.#P=this.resolve(e)}catch{this.#I()}}realpathSync(){if(this.#P)return this.#P;if(!((Qh|zh|Wn)&this.#r))try{let e=this.#e.realpathSync(this.fullpath());return this.#P=this.resolve(e)}catch{this.#I()}}[BT](e){if(e===this)return;e.isCWD=!1,this.isCWD=!0;let t=new Set([]),r=[],i=this;for(;i&&i.parent;)t.add(i),i.#O=r.join(this.sep),i.#C=r.join("/"),i=i.parent,r.push("..");for(i=e;i&&i.parent&&!t.has(i);)i.#O=void 0,i.#C=void 0,i=i.parent}},Kh=class n extends hr{static{o(this,"PathWin32")}sep="\\";splitSep=Mk;constructor(e,t=mn,r,i,s,a,c){super(e,t,r,i,s,a,c)}newChild(e,t=mn,r={}){return new n(e,t,this.root,this.roots,this.nocase,this.childrenCache(),r)}getRootString(e){return $o.win32.parse(e).root}getRoot(e){if(e=Lk(e.toUpperCase()),e===this.root.name)return this.root;for(let[t,r]of Object.entries(this.roots))if(this.sameRoot(e,t))return this.roots[e]=r;return this.roots[e]=new Vo(e,this).root}sameRoot(e,t=this.root.name){return e=e.toUpperCase().replace(/\//g,"\\").replace(MT,"$1\\"),e===t}},Xh=class n extends hr{static{o(this,"PathPosix")}splitSep="/";sep="/";constructor(e,t=mn,r,i,s,a,c){super(e,t,r,i,s,a,c)}getRootString(e){return e.startsWith("/")?"/":""}getRoot(e){return this.root}newChild(e,t=mn,r={}){return new n(e,t,this.root,this.roots,this.nocase,this.childrenCache(),r)}},Jh=class{static{o(this,"PathScurryBase")}root;rootPath;roots;cwd;#e;#t;#s;nocase;#n;constructor(e=process.cwd(),t,r,{nocase:i,childrenCacheSize:s=16*1024,fs:a=mu}={}){this.#n=LT(a),(e instanceof URL||e.startsWith("file://"))&&(e=(0,NT.fileURLToPath)(e));let c=t.resolve(e);this.roots=Object.create(null),this.rootPath=this.parseRootPath(c),this.#e=new Yh,this.#t=new Yh,this.#s=new b1(s);let u=c.substring(this.rootPath.length).split(r);if(u.length===1&&!u[0]&&u.pop(),i===void 0)throw new TypeError("must provide nocase setting to PathScurryBase ctor");this.nocase=i,this.root=this.newRoot(this.#n),this.roots[this.rootPath]=this.root;let l=this.root,f=u.length-1,h=t.sep,d=this.rootPath,p=!1;for(let S of u){let b=f--;l=l.child(S,{relative:new Array(b).fill("..").join(h),relativePosix:new Array(b).fill("..").join("/"),fullpath:d+=(p?"":h)+S}),p=!0}this.cwd=l}depth(e=this.cwd){return typeof e=="string"&&(e=this.cwd.resolve(e)),e.depth()}childrenCache(){return this.#s}resolve(...e){let t="";for(let s=e.length-1;s>=0;s--){let a=e[s];if(!(!a||a===".")&&(t=t?`${a}/${t}`:a,this.isAbsolute(a)))break}let r=this.#e.get(t);if(r!==void 0)return r;let i=this.cwd.resolve(t).fullpath();return this.#e.set(t,i),i}resolvePosix(...e){let t="";for(let s=e.length-1;s>=0;s--){let a=e[s];if(!(!a||a===".")&&(t=t?`${a}/${t}`:a,this.isAbsolute(a)))break}let r=this.#t.get(t);if(r!==void 0)return r;let i=this.cwd.resolve(t).fullpathPosix();return this.#t.set(t,i),i}relative(e=this.cwd){return typeof e=="string"&&(e=this.cwd.resolve(e)),e.relative()}relativePosix(e=this.cwd){return typeof e=="string"&&(e=this.cwd.resolve(e)),e.relativePosix()}basename(e=this.cwd){return typeof e=="string"&&(e=this.cwd.resolve(e)),e.name}dirname(e=this.cwd){return typeof e=="string"&&(e=this.cwd.resolve(e)),(e.parent||e).fullpath()}async readdir(e=this.cwd,t={withFileTypes:!0}){typeof e=="string"?e=this.cwd.resolve(e):e instanceof hr||(t=e,e=this.cwd);let{withFileTypes:r}=t;if(e.canReaddir()){let i=await e.readdir();return r?i:i.map(s=>s.name)}else return[]}readdirSync(e=this.cwd,t={withFileTypes:!0}){typeof e=="string"?e=this.cwd.resolve(e):e instanceof hr||(t=e,e=this.cwd);let{withFileTypes:r=!0}=t;return e.canReaddir()?r?e.readdirSync():e.readdirSync().map(i=>i.name):[]}async lstat(e=this.cwd){return typeof e=="string"&&(e=this.cwd.resolve(e)),e.lstat()}lstatSync(e=this.cwd){return typeof e=="string"&&(e=this.cwd.resolve(e)),e.lstatSync()}async readlink(e=this.cwd,{withFileTypes:t}={withFileTypes:!1}){typeof e=="string"?e=this.cwd.resolve(e):e instanceof hr||(t=e.withFileTypes,e=this.cwd);let r=await e.readlink();return t?r:r?.fullpath()}readlinkSync(e=this.cwd,{withFileTypes:t}={withFileTypes:!1}){typeof e=="string"?e=this.cwd.resolve(e):e instanceof hr||(t=e.withFileTypes,e=this.cwd);let r=e.readlinkSync();return t?r:r?.fullpath()}async realpath(e=this.cwd,{withFileTypes:t}={withFileTypes:!1}){typeof e=="string"?e=this.cwd.resolve(e):e instanceof hr||(t=e.withFileTypes,e=this.cwd);let r=await e.realpath();return t?r:r?.fullpath()}realpathSync(e=this.cwd,{withFileTypes:t}={withFileTypes:!1}){typeof e=="string"?e=this.cwd.resolve(e):e instanceof hr||(t=e.withFileTypes,e=this.cwd);let r=e.realpathSync();return t?r:r?.fullpath()}async walk(e=this.cwd,t={}){typeof e=="string"?e=this.cwd.resolve(e):e instanceof hr||(t=e,e=this.cwd);let{withFileTypes:r=!0,follow:i=!1,filter:s,walkFilter:a}=t,c=[];(!s||s(e))&&c.push(r?e:e.fullpath());let u=new Set,l=o((h,d)=>{u.add(h),h.readdirCB((p,S)=>{if(p)return d(p);let b=S.length;if(!b)return d();let T=o(()=>{--b===0&&d()},"next");for(let A of S)(!s||s(A))&&c.push(r?A:A.fullpath()),i&&A.isSymbolicLink()?A.realpath().then(P=>P?.isUnknown()?P.lstat():P).then(P=>P?.shouldWalk(u,a)?l(P,T):T()):A.shouldWalk(u,a)?l(A,T):T()},!0)},"walk"),f=e;return new Promise((h,d)=>{l(f,p=>{if(p)return d(p);h(c)})})}walkSync(e=this.cwd,t={}){typeof e=="string"?e=this.cwd.resolve(e):e instanceof hr||(t=e,e=this.cwd);let{withFileTypes:r=!0,follow:i=!1,filter:s,walkFilter:a}=t,c=[];(!s||s(e))&&c.push(r?e:e.fullpath());let u=new Set([e]);for(let l of u){let f=l.readdirSync();for(let h of f){(!s||s(h))&&c.push(r?h:h.fullpath());let d=h;if(h.isSymbolicLink()){if(!(i&&(d=h.realpathSync())))continue;d.isUnknown()&&d.lstatSync()}d.shouldWalk(u,a)&&u.add(d)}}return c}[Symbol.asyncIterator](){return this.iterate()}iterate(e=this.cwd,t={}){return typeof e=="string"?e=this.cwd.resolve(e):e instanceof hr||(t=e,e=this.cwd),this.stream(e,t)[Symbol.asyncIterator]()}[Symbol.iterator](){return this.iterateSync()}*iterateSync(e=this.cwd,t={}){typeof e=="string"?e=this.cwd.resolve(e):e instanceof hr||(t=e,e=this.cwd);let{withFileTypes:r=!0,follow:i=!1,filter:s,walkFilter:a}=t;(!s||s(e))&&(yield r?e:e.fullpath());let c=new Set([e]);for(let u of c){let l=u.readdirSync();for(let f of l){(!s||s(f))&&(yield r?f:f.fullpath());let h=f;if(f.isSymbolicLink()){if(!(i&&(h=f.realpathSync())))continue;h.isUnknown()&&h.lstatSync()}h.shouldWalk(c,a)&&c.add(h)}}}stream(e=this.cwd,t={}){typeof e=="string"?e=this.cwd.resolve(e):e instanceof hr||(t=e,e=this.cwd);let{withFileTypes:r=!0,follow:i=!1,filter:s,walkFilter:a}=t,c=new vs({objectMode:!0});(!s||s(e))&&c.write(r?e:e.fullpath());let u=new Set,l=[e],f=0,h=o(()=>{let d=!1;for(;!d;){let p=l.shift();if(!p){f===0&&c.end();return}f++,u.add(p);let S=o((T,A,P=!1)=>{if(T)return c.emit("error",T);if(i&&!P){let L=[];for(let $ of A)$.isSymbolicLink()&&L.push($.realpath().then(G=>G?.isUnknown()?G.lstat():G));if(L.length){Promise.all(L).then(()=>S(null,A,!0));return}}for(let L of A)L&&(!s||s(L))&&(c.write(r?L:L.fullpath())||(d=!0));f--;for(let L of A){let $=L.realpathCached()||L;$.shouldWalk(u,a)&&l.push($)}d&&!c.flowing?c.once("drain",h):b||h()},"onReaddir"),b=!0;p.readdirCB(S,!0),b=!1}},"process");return h(),c}streamSync(e=this.cwd,t={}){typeof e=="string"?e=this.cwd.resolve(e):e instanceof hr||(t=e,e=this.cwd);let{withFileTypes:r=!0,follow:i=!1,filter:s,walkFilter:a}=t,c=new vs({objectMode:!0}),u=new Set;(!s||s(e))&&c.write(r?e:e.fullpath());let l=[e],f=0,h=o(()=>{let d=!1;for(;!d;){let p=l.shift();if(!p){f===0&&c.end();return}f++,u.add(p);let S=p.readdirSync();for(let b of S)(!s||s(b))&&(c.write(r?b:b.fullpath())||(d=!0));f--;for(let b of S){let T=b;if(b.isSymbolicLink()){if(!(i&&(T=b.realpathSync())))continue;T.isUnknown()&&T.lstatSync()}T.shouldWalk(u,a)&&l.push(T)}}d&&!c.flowing&&c.once("drain",h)},"process");return h(),c}chdir(e=this.cwd){let t=this.cwd;this.cwd=typeof e=="string"?this.cwd.resolve(e):e,this.cwd[BT](t)}},Vo=class extends Jh{static{o(this,"PathScurryWin32")}sep="\\";constructor(e=process.cwd(),t={}){let{nocase:r=!0}=t;super(e,$o.win32,"\\",{...t,nocase:r}),this.nocase=r;for(let i=this.cwd;i;i=i.parent)i.nocase=this.nocase}parseRootPath(e){return $o.win32.parse(e).root.toUpperCase()}newRoot(e){return new Kh(this.rootPath,yi,void 0,this.roots,this.nocase,this.childrenCache(),{fs:e})}isAbsolute(e){return e.startsWith("/")||e.startsWith("\\")||/^[a-z]:(\/|\\)/i.test(e)}},Uo=class extends Jh{static{o(this,"PathScurryPosix")}sep="/";constructor(e=process.cwd(),t={}){let{nocase:r=!1}=t;super(e,$o.posix,"/",{...t,nocase:r}),this.nocase=r}parseRootPath(e){return"/"}newRoot(e){return new Xh(this.rootPath,yi,void 0,this.roots,this.nocase,this.childrenCache(),{fs:e})}isAbsolute(e){return e.startsWith("/")}},vu=class extends Uo{static{o(this,"PathScurryDarwin")}constructor(e=process.cwd(),t={}){let{nocase:r=!0}=t;super(e,{...t,nocase:r})}},EY=process.platform==="win32"?Kh:Xh,qT=process.platform==="win32"?Vo:process.platform==="darwin"?vu:Uo;var jk=o(n=>n.length>=1,"isPatternList"),$k=o(n=>n.length>=1,"isGlobList"),Bo=class n{static{o(this,"Pattern")}#e;#t;#s;length;#n;#a;#_;#u;#f;#o;#c=!0;constructor(e,t,r,i){if(!jk(e))throw new TypeError("empty pattern list");if(!$k(t))throw new TypeError("empty glob list");if(t.length!==e.length)throw new TypeError("mismatched pattern list and glob list lengths");if(this.length=e.length,r<0||r>=this.length)throw new TypeError("index out of range");if(this.#e=e,this.#t=t,this.#s=r,this.#n=i,this.#s===0){if(this.isUNC()){let[s,a,c,u,...l]=this.#e,[f,h,d,p,...S]=this.#t;l[0]===""&&(l.shift(),S.shift());let b=[s,a,c,u,""].join("/"),T=[f,h,d,p,""].join("/");this.#e=[b,...l],this.#t=[T,...S],this.length=this.#e.length}else if(this.isDrive()||this.isAbsolute()){let[s,...a]=this.#e,[c,...u]=this.#t;a[0]===""&&(a.shift(),u.shift());let l=s+"/",f=c+"/";this.#e=[l,...a],this.#t=[f,...u],this.length=this.#e.length}}}pattern(){return this.#e[this.#s]}isString(){return typeof this.#e[this.#s]=="string"}isGlobstar(){return this.#e[this.#s]===Jt}isRegExp(){return this.#e[this.#s]instanceof RegExp}globString(){return this.#_=this.#_||(this.#s===0?this.isAbsolute()?this.#t[0]+this.#t.slice(1).join("/"):this.#t.join("/"):this.#t.slice(this.#s).join("/"))}hasMore(){return this.length>this.#s+1}rest(){return this.#a!==void 0?this.#a:this.hasMore()?(this.#a=new n(this.#e,this.#t,this.#s+1,this.#n),this.#a.#o=this.#o,this.#a.#f=this.#f,this.#a.#u=this.#u,this.#a):this.#a=null}isUNC(){let e=this.#e;return this.#f!==void 0?this.#f:this.#f=this.#n==="win32"&&this.#s===0&&e[0]===""&&e[1]===""&&typeof e[2]=="string"&&!!e[2]&&typeof e[3]=="string"&&!!e[3]}isDrive(){let e=this.#e;return this.#u!==void 0?this.#u:this.#u=this.#n==="win32"&&this.#s===0&&this.length>1&&typeof e[0]=="string"&&/^[a-z]:$/i.test(e[0])}isAbsolute(){let e=this.#e;return this.#o!==void 0?this.#o:this.#o=e[0]===""&&e.length>1||this.isDrive()||this.isUNC()}root(){let e=this.#e[0];return typeof e=="string"&&this.isAbsolute()&&this.#s===0?e:""}checkFollowGlobstar(){return!(this.#s===0||!this.isGlobstar()||!this.#c)}markFollowGlobstar(){return this.#s===0||!this.isGlobstar()||!this.#c?!1:(this.#c=!1,!0)}};var Vk=typeof process=="object"&&process&&typeof process.platform=="string"?process.platform:"linux",qo=class{static{o(this,"Ignore")}relative;relativeChildren;absolute;absoluteChildren;platform;mmopts;constructor(e,{nobrace:t,nocase:r,noext:i,noglobstar:s,platform:a=Vk}){this.relative=[],this.absolute=[],this.relativeChildren=[],this.absoluteChildren=[],this.platform=a,this.mmopts={dot:!0,nobrace:t,nocase:r,noext:i,noglobstar:s,optimizationLevel:2,platform:a,nocomment:!0,nonegate:!0};for(let c of e)this.add(c)}add(e){let t=new Hr(e,this.mmopts);for(let r=0;r<t.set.length;r++){let i=t.set[r],s=t.globParts[r];if(!i||!s)throw new Error("invalid pattern object");for(;i[0]==="."&&s[0]===".";)i.shift(),s.shift();let a=new Bo(i,s,0,this.platform),c=new Hr(a.globString(),this.mmopts),u=s[s.length-1]==="**",l=a.isAbsolute();l?this.absolute.push(c):this.relative.push(c),u&&(l?this.absoluteChildren.push(c):this.relativeChildren.push(c))}}ignored(e){let t=e.fullpath(),r=`${t}/`,i=e.relative()||".",s=`${i}/`;for(let a of this.relative)if(a.match(i)||a.match(s))return!0;for(let a of this.absolute)if(a.match(t)||a.match(r))return!0;return!1}childrenIgnored(e){let t=e.fullpath()+"/",r=(e.relative()||".")+"/";for(let i of this.relativeChildren)if(i.match(r))return!0;for(let i of this.absoluteChildren)if(i.match(t))return!0;return!1}};var E1=class n{static{o(this,"HasWalkedCache")}store;constructor(e=new Map){this.store=e}copy(){return new n(new Map(this.store))}hasWalked(e,t){return this.store.get(e.fullpath())?.has(t.globString())}storeWalked(e,t){let r=e.fullpath(),i=this.store.get(r);i?i.add(t.globString()):this.store.set(r,new Set([t.globString()]))}},T1=class{static{o(this,"MatchRecord")}store=new Map;add(e,t,r){let i=(t?2:0)|(r?1:0),s=this.store.get(e);this.store.set(e,s===void 0?i:i&s)}entries(){return[...this.store.entries()].map(([e,t])=>[e,!!(t&2),!!(t&1)])}},A1=class{static{o(this,"SubWalks")}store=new Map;add(e,t){if(!e.canReaddir())return;let r=this.store.get(e);r?r.find(i=>i.globString()===t.globString())||r.push(t):this.store.set(e,[t])}get(e){let t=this.store.get(e);if(!t)throw new Error("attempting to walk unknown path");return t}entries(){return this.keys().map(e=>[e,this.store.get(e)])}keys(){return[...this.store.keys()].filter(e=>e.canReaddir())}},Su=class n{static{o(this,"Processor")}hasWalkedCache;matches=new T1;subwalks=new A1;patterns;follow;dot;opts;constructor(e,t){this.opts=e,this.follow=!!e.follow,this.dot=!!e.dot,this.hasWalkedCache=t?t.copy():new E1}processPatterns(e,t){this.patterns=t;let r=t.map(i=>[e,i]);for(let[i,s]of r){this.hasWalkedCache.storeWalked(i,s);let a=s.root(),c=s.isAbsolute()&&this.opts.absolute!==!1;if(a){i=i.resolve(a==="/"&&this.opts.root!==void 0?this.opts.root:a);let h=s.rest();if(h)s=h;else{this.matches.add(i,!0,!1);continue}}if(i.isENOENT())continue;let u,l,f=!1;for(;typeof(u=s.pattern())=="string"&&(l=s.rest());)i=i.resolve(u),s=l,f=!0;if(u=s.pattern(),l=s.rest(),f){if(this.hasWalkedCache.hasWalked(i,s))continue;this.hasWalkedCache.storeWalked(i,s)}if(typeof u=="string"){let h=u===".."||u===""||u===".";this.matches.add(i.resolve(u),c,h);continue}else if(u===Jt){(!i.isSymbolicLink()||this.follow||s.checkFollowGlobstar())&&this.subwalks.add(i,s);let h=l?.pattern(),d=l?.rest();if(!l||(h===""||h===".")&&!d)this.matches.add(i,c,h===""||h===".");else if(h===".."){let p=i.parent||i;d?this.hasWalkedCache.hasWalked(p,d)||this.subwalks.add(p,d):this.matches.add(p,c,!0)}}else u instanceof RegExp&&this.subwalks.add(i,s)}return this}subwalkTargets(){return this.subwalks.keys()}child(){return new n(this.opts,this.hasWalkedCache)}filterEntries(e,t){let r=this.subwalks.get(e),i=this.child();for(let s of t)for(let a of r){let c=a.isAbsolute(),u=a.pattern(),l=a.rest();u===Jt?i.testGlobstar(s,a,l,c):u instanceof RegExp?i.testRegExp(s,u,l,c):i.testString(s,u,l,c)}return i}testGlobstar(e,t,r,i){if((this.dot||!e.name.startsWith("."))&&(t.hasMore()||this.matches.add(e,i,!1),e.canReaddir()&&(this.follow||!e.isSymbolicLink()?this.subwalks.add(e,t):e.isSymbolicLink()&&(r&&t.checkFollowGlobstar()?this.subwalks.add(e,r):t.markFollowGlobstar()&&this.subwalks.add(e,t)))),r){let s=r.pattern();if(typeof s=="string"&&s!==".."&&s!==""&&s!==".")this.testString(e,s,r.rest(),i);else if(s===".."){let a=e.parent||e;this.subwalks.add(a,r)}else s instanceof RegExp&&this.testRegExp(e,s,r.rest(),i)}}testRegExp(e,t,r,i){t.test(e.name)&&(r?this.subwalks.add(e,r):this.matches.add(e,i,!1))}testString(e,t,r,i){e.isNamed(t)&&(r?this.subwalks.add(e,r):this.matches.add(e,i,!1))}};var Uk=o((n,e)=>typeof n=="string"?new qo([n],e):Array.isArray(n)?new qo(n,e):n,"makeIgnore"),Zh=class{static{o(this,"GlobUtil")}path;patterns;opts;seen=new Set;paused=!1;aborted=!1;#e=[];#t;#s;signal;maxDepth;includeChildMatches;constructor(e,t,r){if(this.patterns=e,this.path=t,this.opts=r,this.#s=!r.posix&&r.platform==="win32"?"\\":"/",this.includeChildMatches=r.includeChildMatches!==!1,(r.ignore||!this.includeChildMatches)&&(this.#t=Uk(r.ignore??[],r),!this.includeChildMatches&&typeof this.#t.add!="function")){let i="cannot ignore child matches, ignore lacks add() method.";throw new Error(i)}this.maxDepth=r.maxDepth||1/0,r.signal&&(this.signal=r.signal,this.signal.addEventListener("abort",()=>{this.#e.length=0}))}#n(e){return this.seen.has(e)||!!this.#t?.ignored?.(e)}#a(e){return!!this.#t?.childrenIgnored?.(e)}pause(){this.paused=!0}resume(){if(this.signal?.aborted)return;this.paused=!1;let e;for(;!this.paused&&(e=this.#e.shift());)e()}onResume(e){this.signal?.aborted||(this.paused?this.#e.push(e):e())}async matchCheck(e,t){if(t&&this.opts.nodir)return;let r;if(this.opts.realpath){if(r=e.realpathCached()||await e.realpath(),!r)return;e=r}let s=e.isUnknown()||this.opts.stat?await e.lstat():e;if(this.opts.follow&&this.opts.nodir&&s?.isSymbolicLink()){let a=await s.realpath();a&&(a.isUnknown()||this.opts.stat)&&await a.lstat()}return this.matchCheckTest(s,t)}matchCheckTest(e,t){return e&&(this.maxDepth===1/0||e.depth()<=this.maxDepth)&&(!t||e.canReaddir())&&(!this.opts.nodir||!e.isDirectory())&&(!this.opts.nodir||!this.opts.follow||!e.isSymbolicLink()||!e.realpathCached()?.isDirectory())&&!this.#n(e)?e:void 0}matchCheckSync(e,t){if(t&&this.opts.nodir)return;let r;if(this.opts.realpath){if(r=e.realpathCached()||e.realpathSync(),!r)return;e=r}let s=e.isUnknown()||this.opts.stat?e.lstatSync():e;if(this.opts.follow&&this.opts.nodir&&s?.isSymbolicLink()){let a=s.realpathSync();a&&(a?.isUnknown()||this.opts.stat)&&a.lstatSync()}return this.matchCheckTest(s,t)}matchFinish(e,t){if(this.#n(e))return;if(!this.includeChildMatches&&this.#t?.add){let s=`${e.relativePosix()}/**`;this.#t.add(s)}let r=this.opts.absolute===void 0?t:this.opts.absolute;this.seen.add(e);let i=this.opts.mark&&e.isDirectory()?this.#s:"";if(this.opts.withFileTypes)this.matchEmit(e);else if(r){let s=this.opts.posix?e.fullpathPosix():e.fullpath();this.matchEmit(s+i)}else{let s=this.opts.posix?e.relativePosix():e.relative(),a=this.opts.dotRelative&&!s.startsWith(".."+this.#s)?"."+this.#s:"";this.matchEmit(s?a+s+i:"."+i)}}async match(e,t,r){let i=await this.matchCheck(e,r);i&&this.matchFinish(i,t)}matchSync(e,t,r){let i=this.matchCheckSync(e,r);i&&this.matchFinish(i,t)}walkCB(e,t,r){this.signal?.aborted&&r(),this.walkCB2(e,t,new Su(this.opts),r)}walkCB2(e,t,r,i){if(this.#a(e))return i();if(this.signal?.aborted&&i(),this.paused){this.onResume(()=>this.walkCB2(e,t,r,i));return}r.processPatterns(e,t);let s=1,a=o(()=>{--s===0&&i()},"next");for(let[c,u,l]of r.matches.entries())this.#n(c)||(s++,this.match(c,u,l).then(()=>a()));for(let c of r.subwalkTargets()){if(this.maxDepth!==1/0&&c.depth()>=this.maxDepth)continue;s++;let u=c.readdirCached();c.calledReaddir()?this.walkCB3(c,u,r,a):c.readdirCB((l,f)=>this.walkCB3(c,f,r,a),!0)}a()}walkCB3(e,t,r,i){r=r.filterEntries(e,t);let s=1,a=o(()=>{--s===0&&i()},"next");for(let[c,u,l]of r.matches.entries())this.#n(c)||(s++,this.match(c,u,l).then(()=>a()));for(let[c,u]of r.subwalks.entries())s++,this.walkCB2(c,u,r.child(),a);a()}walkCBSync(e,t,r){this.signal?.aborted&&r(),this.walkCB2Sync(e,t,new Su(this.opts),r)}walkCB2Sync(e,t,r,i){if(this.#a(e))return i();if(this.signal?.aborted&&i(),this.paused){this.onResume(()=>this.walkCB2Sync(e,t,r,i));return}r.processPatterns(e,t);let s=1,a=o(()=>{--s===0&&i()},"next");for(let[c,u,l]of r.matches.entries())this.#n(c)||this.matchSync(c,u,l);for(let c of r.subwalkTargets()){if(this.maxDepth!==1/0&&c.depth()>=this.maxDepth)continue;s++;let u=c.readdirSync();this.walkCB3Sync(c,u,r,a)}a()}walkCB3Sync(e,t,r,i){r=r.filterEntries(e,t);let s=1,a=o(()=>{--s===0&&i()},"next");for(let[c,u,l]of r.matches.entries())this.#n(c)||this.matchSync(c,u,l);for(let[c,u]of r.subwalks.entries())s++,this.walkCB2Sync(c,u,r.child(),a);a()}},_u=class extends Zh{static{o(this,"GlobWalker")}matches=new Set;constructor(e,t,r){super(e,t,r)}matchEmit(e){this.matches.add(e)}async walk(){if(this.signal?.aborted)throw this.signal.reason;return this.path.isUnknown()&&await this.path.lstat(),await new Promise((e,t)=>{this.walkCB(this.path,this.patterns,()=>{this.signal?.aborted?t(this.signal.reason):e(this.matches)})}),this.matches}walkSync(){if(this.signal?.aborted)throw this.signal.reason;return this.path.isUnknown()&&this.path.lstatSync(),this.walkCBSync(this.path,this.patterns,()=>{if(this.signal?.aborted)throw this.signal.reason}),this.matches}},wu=class extends Zh{static{o(this,"GlobStream")}results;constructor(e,t,r){super(e,t,r),this.results=new vs({signal:this.signal,objectMode:!0}),this.results.on("drain",()=>this.resume()),this.results.on("resume",()=>this.resume())}matchEmit(e){this.results.write(e),this.results.flowing||this.pause()}stream(){let e=this.path;return e.isUnknown()?e.lstat().then(()=>{this.walkCB(e,this.patterns,()=>this.results.end())}):this.walkCB(e,this.patterns,()=>this.results.end()),this.results}streamSync(){return this.path.isUnknown()&&this.path.lstatSync(),this.walkCBSync(this.path,this.patterns,()=>this.results.end()),this.results}};var Bk=typeof process=="object"&&process&&typeof process.platform=="string"?process.platform:"linux",zn=class{static{o(this,"Glob")}absolute;cwd;root;dot;dotRelative;follow;ignore;magicalBraces;mark;matchBase;maxDepth;nobrace;nocase;nodir;noext;noglobstar;pattern;platform;realpath;scurry;stat;signal;windowsPathsNoEscape;withFileTypes;includeChildMatches;opts;patterns;constructor(e,t){if(!t)throw new TypeError("glob options required");if(this.withFileTypes=!!t.withFileTypes,this.signal=t.signal,this.follow=!!t.follow,this.dot=!!t.dot,this.dotRelative=!!t.dotRelative,this.nodir=!!t.nodir,this.mark=!!t.mark,t.cwd?(t.cwd instanceof URL||t.cwd.startsWith("file://"))&&(t.cwd=(0,GT.fileURLToPath)(t.cwd)):this.cwd="",this.cwd=t.cwd||"",this.root=t.root,this.magicalBraces=!!t.magicalBraces,this.nobrace=!!t.nobrace,this.noext=!!t.noext,this.realpath=!!t.realpath,this.absolute=t.absolute,this.includeChildMatches=t.includeChildMatches!==!1,this.noglobstar=!!t.noglobstar,this.matchBase=!!t.matchBase,this.maxDepth=typeof t.maxDepth=="number"?t.maxDepth:1/0,this.stat=!!t.stat,this.ignore=t.ignore,this.withFileTypes&&this.absolute!==void 0)throw new Error("cannot set absolute and withFileTypes:true");if(typeof e=="string"&&(e=[e]),this.windowsPathsNoEscape=!!t.windowsPathsNoEscape||t.allowWindowsEscape===!1,this.windowsPathsNoEscape&&(e=e.map(u=>u.replace(/\\/g,"/"))),this.matchBase){if(t.noglobstar)throw new TypeError("base matching requires globstar");e=e.map(u=>u.includes("/")?u:`./**/${u}`)}if(this.pattern=e,this.platform=t.platform||Bk,this.opts={...t,platform:this.platform},t.scurry){if(this.scurry=t.scurry,t.nocase!==void 0&&t.nocase!==t.scurry.nocase)throw new Error("nocase option contradicts provided scurry option")}else{let u=t.platform==="win32"?Vo:t.platform==="darwin"?vu:t.platform?Uo:qT;this.scurry=new u(this.cwd,{nocase:t.nocase,fs:t.fs})}this.nocase=this.scurry.nocase;let r=this.platform==="darwin"||this.platform==="win32",i={...t,dot:this.dot,matchBase:this.matchBase,nobrace:this.nobrace,nocase:this.nocase,nocaseMagicOnly:r,nocomment:!0,noext:this.noext,nonegate:!0,optimizationLevel:2,platform:this.platform,windowsPathsNoEscape:this.windowsPathsNoEscape,debug:!!this.opts.debug},s=this.pattern.map(u=>new Hr(u,i)),[a,c]=s.reduce((u,l)=>(u[0].push(...l.set),u[1].push(...l.globParts),u),[[],[]]);this.patterns=a.map((u,l)=>{let f=c[l];if(!f)throw new Error("invalid pattern object");return new Bo(u,f,0,this.platform)})}async walk(){return[...await new _u(this.patterns,this.scurry.cwd,{...this.opts,maxDepth:this.maxDepth!==1/0?this.maxDepth+this.scurry.cwd.depth():1/0,platform:this.platform,nocase:this.nocase,includeChildMatches:this.includeChildMatches}).walk()]}walkSync(){return[...new _u(this.patterns,this.scurry.cwd,{...this.opts,maxDepth:this.maxDepth!==1/0?this.maxDepth+this.scurry.cwd.depth():1/0,platform:this.platform,nocase:this.nocase,includeChildMatches:this.includeChildMatches}).walkSync()]}stream(){return new wu(this.patterns,this.scurry.cwd,{...this.opts,maxDepth:this.maxDepth!==1/0?this.maxDepth+this.scurry.cwd.depth():1/0,platform:this.platform,nocase:this.nocase,includeChildMatches:this.includeChildMatches}).stream()}streamSync(){return new wu(this.patterns,this.scurry.cwd,{...this.opts,maxDepth:this.maxDepth!==1/0?this.maxDepth+this.scurry.cwd.depth():1/0,platform:this.platform,nocase:this.nocase,includeChildMatches:this.includeChildMatches}).streamSync()}iterateSync(){return this.streamSync()[Symbol.iterator]()}[Symbol.iterator](){return this.iterateSync()}iterate(){return this.stream()[Symbol.asyncIterator]()}[Symbol.asyncIterator](){return this.iterate()}};var C1=o((n,e={})=>{Array.isArray(n)||(n=[n]);for(let t of n)if(new Hr(t,e).hasMagic())return!0;return!1},"hasMagic");function td(n,e={}){return new zn(n,e).streamSync()}o(td,"globStreamSync");function zT(n,e={}){return new zn(n,e).stream()}o(zT,"globStream");function HT(n,e={}){return new zn(n,e).walkSync()}o(HT,"globSync");async function WT(n,e={}){return new zn(n,e).walk()}o(WT,"glob_");function rd(n,e={}){return new zn(n,e).iterateSync()}o(rd,"globIterateSync");function QT(n,e={}){return new zn(n,e).iterate()}o(QT,"globIterate");var qk=td,Gk=Object.assign(zT,{sync:td}),Wk=rd,zk=Object.assign(QT,{sync:rd}),Hk=Object.assign(HT,{stream:td,iterate:rd}),ed=Object.assign(WT,{glob:WT,globSync:HT,sync:Hk,globStream:zT,stream:Gk,globStreamSync:td,streamSync:qk,globIterate:QT,iterate:zk,globIterateSync:rd,iterateSync:Wk,Glob:zn,hasMagic:C1,escape:No,unescape:qn});ed.glob=ed;var ya=Ie(hn());var ws=class{constructor(e){this.rootPath=e}static{o(this,"NodeFsAdapter")}async readFile(e){let t=this.resolvePath(e);if(!await Nt.default.pathExists(t))throw new ya.FileNotFoundError(e);return Nt.default.readFile(t,"utf-8")}async fileExists(e){let t=this.resolvePath(e);return Nt.default.pathExists(t)}async getFileMetadata(e){let t=await this.readFile(e);return this.extractFrontmatter(t)}async createFile(e,t){let r=this.resolvePath(e);if(await Nt.default.pathExists(r))throw new ya.FileAlreadyExistsError(e);return await Nt.default.ensureDir(_s.default.dirname(r)),await Nt.default.writeFile(r,t,"utf-8"),e}async updateFile(e,t){let r=this.resolvePath(e);if(!await Nt.default.pathExists(r))throw new ya.FileNotFoundError(e);await Nt.default.writeFile(r,t,"utf-8")}async writeFile(e,t){let r=this.resolvePath(e);await Nt.default.ensureDir(_s.default.dirname(r)),await Nt.default.writeFile(r,t,"utf-8")}async deleteFile(e){let t=this.resolvePath(e);if(!await Nt.default.pathExists(t))throw new ya.FileNotFoundError(e);await Nt.default.remove(t)}async renameFile(e,t){let r=this.resolvePath(e),i=this.resolvePath(t);if(!await Nt.default.pathExists(r))throw new ya.FileNotFoundError(e);await Nt.default.ensureDir(_s.default.dirname(i)),await Nt.default.move(r,i)}async createDirectory(e){let t=this.resolvePath(e);await Nt.default.ensureDir(t)}async directoryExists(e){let t=this.resolvePath(e);return await Nt.default.pathExists(t)?(await Nt.default.stat(t)).isDirectory():!1}async getMarkdownFiles(e){let t=e?this.resolvePath(e):this.rootPath,r=_s.default.join(t,"**/*.md");return(await ed(r,{nodir:!0})).map(a=>_s.default.relative(this.rootPath,a))}async findFilesByMetadata(e){let t=await this.getMarkdownFiles(),r=[];for(let i of t)try{let s=await this.getFileMetadata(i);this.matchesQuery(s,e)&&r.push(i)}catch{continue}return r}async findFileByUID(e){let t=await this.findFilesByMetadata({exo__Asset_uid:e});return t.length>0?t[0]:null}resolvePath(e){return _s.default.isAbsolute(e)?e:_s.default.join(this.rootPath,e)}extractFrontmatter(e){let t=/^---\n([\s\S]*?)\n---/,r=e.match(t);if(!r)return{};try{let i=ru.load(r[1]);return typeof i=="object"&&i!==null?i:{}}catch{return{}}}matchesQuery(e,t){for(let[r,i]of Object.entries(t)){let s=e[r];if(Array.isArray(s)){if(!s.some(a=>this.normalizeValue(a)===this.normalizeValue(i)))return!1}else if(this.normalizeValue(s)!==this.normalizeValue(i))return!1}return!0}normalizeValue(e){return e==null?"":String(e).replace(/["'[\]]/g,"").trim()}};var bu=Ie(require("path")),x1=Ie(ha());var Go=class{constructor(e){this.vaultRoot=e}static{o(this,"PathResolver")}resolve(e){if(!bu.default.isAbsolute(e))return bu.default.resolve(this.vaultRoot,e);let t=bu.default.resolve(e),r=bu.default.resolve(this.vaultRoot);if(!t.startsWith(r))throw new rt(`File path ${e} is outside vault root ${this.vaultRoot}`,"Provide a file path within the vault directory.",{filepath:e,vaultRoot:this.vaultRoot});return t}validate(e){if(!x1.default.existsSync(e))throw new iu(e);if(!x1.default.statSync(e).isFile())throw new rt(`Not a file: ${e}`,"Provide a path to a file, not a directory.",{filepath:e});if(!e.endsWith(".md"))throw new rt(`Not a Markdown file: ${e}`,"Provide a path to a .md file.",{filepath:e})}getVaultRoot(){return this.vaultRoot}};var eA=Ie(hn());var YT=Ie(hn());var Hn=class{static{o(this,"BaseCommandExecutor")}constructor(e){this.pathResolver=e.pathResolver,this.fsAdapter=e.fsAdapter,this.frontmatterService=e.frontmatterService,this.dryRun=e.dryRun}resolveAndValidate(e){let t=this.pathResolver.resolve(e);this.pathResolver.validate(t);let r=t.replace(this.pathResolver.getVaultRoot()+"/","");return{resolvedPath:t,relativePath:r}}getCurrentTimestamp(){return YT.DateFormatter.toLocalTimestamp(new Date)}isAssetArchived(e){if(e?.exo__Asset_isArchived===!0)return!0;let t=e?.archived;if(t==null)return!1;if(typeof t=="boolean")return t;if(typeof t=="number")return t!==0;if(typeof t=="string"){let r=t.toLowerCase().trim();return r==="true"||r==="yes"||r==="1"}return!1}extractAliasesFromFrontmatter(e){let t=e.match(/aliases:\s*\n((?: - .*\n?)*)/);return t?t[1].split(`
|
|
424
|
+
>>> no match, partial?`,e,d,t,p),d===u))}let b;if(typeof f=="string"?(b=h===f,this.debug("string match",f,h,b)):(b=f.test(h),this.debug("pattern match",f,h,b)),!b)return!1}if(a===u&&c===l)return!0;if(a===u)return r;if(c===l)return a===u-1&&e[a]==="";throw new Error("wtf?")}braceExpand(){return _T(this.pattern,this.options)}parse(e){ou(e);let t=this.options;if(e==="**")return Jt;if(e==="")return"";let r,i=null;(r=e.match(sk))?i=t.dot?ok:ak:(r=e.match(YM))?i=(t.nocase?t.dot?ZM:JM:t.dot?XM:KM)(r[1]):(r=e.match(ck))?i=(t.nocase?t.dot?lk:uk:t.dot?fk:hk)(r):(r=e.match(ek))?i=t.dot?rk:tk:(r=e.match(nk))&&(i=ik);let s=Fo.fromGlob(e,this.options).toMMPattern();return i&&typeof s=="object"&&Reflect.defineProperty(s,"test",{value:i}),s}makeRe(){if(this.regexp||this.regexp===!1)return this.regexp;let e=this.set;if(!e.length)return this.regexp=!1,this.regexp;let t=this.options,r=t.noglobstar?mk:t.dot?gk:yk,i=new Set(t.nocase?["i"]:[]),s=e.map(u=>{let l=u.map(f=>{if(f instanceof RegExp)for(let h of f.flags.split(""))i.add(h);return typeof f=="string"?bk(f):f===Jt?Jt:f._src});return l.forEach((f,h)=>{let d=l[h+1],p=l[h-1];f!==Jt||p===Jt||(p===void 0?d!==void 0&&d!==Jt?l[h+1]="(?:\\/|"+r+"\\/)?"+d:l[h]=r:d===void 0?l[h-1]=p+"(?:\\/|"+r+")?":d!==Jt&&(l[h-1]=p+"(?:\\/|\\/"+r+"\\/)"+d,l[h+1]=Jt))}),l.filter(f=>f!==Jt).join("/")}).join("|"),[a,c]=e.length>1?["(?:",")"]:["",""];s="^"+a+s+c+"$",this.negate&&(s="^(?!"+s+").+$");try{this.regexp=new RegExp(s,[...i].join(""))}catch{this.regexp=!1}return this.regexp}slashSplit(e){return this.preserveMultipleSlashes?e.split("/"):this.isWindows&&/^\/\/[^\/]+/.test(e)?["",...e.split(/\/+/)]:e.split(/\/+/)}match(e,t=this.partial){if(this.debug("match",e,this.pattern),this.comment)return!1;if(this.empty)return e==="";if(e==="/"&&t)return!0;let r=this.options;this.isWindows&&(e=e.split("\\").join("/"));let i=this.slashSplit(e);this.debug(this.pattern,"split",i);let s=this.set;this.debug(this.pattern,"set",s);let a=i[i.length-1];if(!a)for(let c=i.length-2;!a&&c>=0;c--)a=i[c];for(let c=0;c<s.length;c++){let u=s[c],l=i;if(r.matchBase&&u.length===1&&(l=[a]),this.matchOne(l,u,t))return r.flipNegate?!0:!this.negate}return r.flipNegate?!1:this.negate}static defaults(e){return Zt.defaults(e).Minimatch}};Zt.AST=Fo;Zt.Minimatch=Qr;Zt.escape=No;Zt.unescape=qn;var GT=require("node:url");var Lo=typeof performance=="object"&&performance&&typeof performance.now=="function"?performance:Date,bT=new Set,f1=typeof process=="object"&&process?process:{},ET=o((n,e,t,r)=>{typeof f1.emitWarning=="function"?f1.emitWarning(n,e,t,r):console.error(`[${t}] ${e}: ${n}`)},"emitWarning"),jh=globalThis.AbortController,wT=globalThis.AbortSignal;if(typeof jh>"u"){wT=class{static{o(this,"AbortSignal")}onabort;_onabort=[];reason;aborted=!1;addEventListener(r,i){this._onabort.push(i)}},jh=class{static{o(this,"AbortController")}constructor(){e()}signal=new wT;abort(r){if(!this.signal.aborted){this.signal.reason=r,this.signal.aborted=!0;for(let i of this.signal._onabort)i(r);this.signal.onabort?.(r)}}};let n=f1.env?.LRU_CACHE_IGNORE_AC_WARNING!=="1",e=o(()=>{n&&(n=!1,ET("AbortController is not defined. If using lru-cache in node 14, load an AbortController polyfill from the `node-abort-controller` package. A minimal polyfill is provided for use by LRUCache.fetch(), but it should not be relied upon in other contexts (eg, passing it to other APIs that use AbortController/AbortSignal might have undesirable effects). You may disable this with LRU_CACHE_IGNORE_AC_WARNING=1 in the env.","NO_ABORT_CONTROLLER","ENOTSUP",e))},"warnACPolyfill")}var Ek=o(n=>!bT.has(n),"shouldWarn");var gs=o(n=>n&&n===Math.floor(n)&&n>0&&isFinite(n),"isPosInt"),TT=o(n=>gs(n)?n<=Math.pow(2,8)?Uint8Array:n<=Math.pow(2,16)?Uint16Array:n<=Math.pow(2,32)?Uint32Array:n<=Number.MAX_SAFE_INTEGER?Mo:null:null,"getUintArray"),Mo=class extends Array{static{o(this,"ZeroArray")}constructor(e){super(e),this.fill(0)}},h1=class n{static{o(this,"Stack")}heap;length;static#e=!1;static create(e){let t=TT(e);if(!t)return[];n.#e=!0;let r=new n(e,t);return n.#e=!1,r}constructor(e,t){if(!n.#e)throw new TypeError("instantiate Stack using Stack.create(n)");this.heap=new t(e),this.length=0}push(e){this.heap[this.length++]=e}pop(){return this.heap[--this.length]}},uu=class n{static{o(this,"LRUCache")}#e;#t;#s;#n;#a;#_;ttl;ttlResolution;ttlAutopurge;updateAgeOnGet;updateAgeOnHas;allowStale;noDisposeOnSet;noUpdateTTL;maxEntrySize;sizeCalculation;noDeleteOnFetchRejection;noDeleteOnStaleGet;allowStaleOnFetchAbort;allowStaleOnFetchRejection;ignoreFetchAbort;#u;#f;#o;#c;#i;#g;#y;#d;#h;#E;#m;#T;#A;#S;#w;#b;#p;static unsafeExposeInternals(e){return{starts:e.#A,ttls:e.#S,sizes:e.#T,keyMap:e.#o,keyList:e.#c,valList:e.#i,next:e.#g,prev:e.#y,get head(){return e.#d},get tail(){return e.#h},free:e.#E,isBackgroundFetch:o(t=>e.#l(t),"isBackgroundFetch"),backgroundFetch:o((t,r,i,s)=>e.#j(t,r,i,s),"backgroundFetch"),moveToTail:o(t=>e.#V(t),"moveToTail"),indexes:o(t=>e.#x(t),"indexes"),rindexes:o(t=>e.#I(t),"rindexes"),isStale:o(t=>e.#v(t),"isStale")}}get max(){return this.#e}get maxSize(){return this.#t}get calculatedSize(){return this.#f}get size(){return this.#u}get fetchMethod(){return this.#a}get memoMethod(){return this.#_}get dispose(){return this.#s}get disposeAfter(){return this.#n}constructor(e){let{max:t=0,ttl:r,ttlResolution:i=1,ttlAutopurge:s,updateAgeOnGet:a,updateAgeOnHas:c,allowStale:u,dispose:l,disposeAfter:f,noDisposeOnSet:h,noUpdateTTL:d,maxSize:p=0,maxEntrySize:S=0,sizeCalculation:b,fetchMethod:T,memoMethod:A,noDeleteOnFetchRejection:P,noDeleteOnStaleGet:L,allowStaleOnFetchRejection:$,allowStaleOnFetchAbort:G,ignoreFetchAbort:Ee}=e;if(t!==0&&!gs(t))throw new TypeError("max option must be a nonnegative integer");let Ue=t?TT(t):Array;if(!Ue)throw new Error("invalid max value: "+t);if(this.#e=t,this.#t=p,this.maxEntrySize=S||this.#t,this.sizeCalculation=b,this.sizeCalculation){if(!this.#t&&!this.maxEntrySize)throw new TypeError("cannot set sizeCalculation without setting maxSize or maxEntrySize");if(typeof this.sizeCalculation!="function")throw new TypeError("sizeCalculation set to non-function")}if(A!==void 0&&typeof A!="function")throw new TypeError("memoMethod must be a function if defined");if(this.#_=A,T!==void 0&&typeof T!="function")throw new TypeError("fetchMethod must be a function if specified");if(this.#a=T,this.#b=!!T,this.#o=new Map,this.#c=new Array(t).fill(void 0),this.#i=new Array(t).fill(void 0),this.#g=new Ue(t),this.#y=new Ue(t),this.#d=0,this.#h=0,this.#E=h1.create(t),this.#u=0,this.#f=0,typeof l=="function"&&(this.#s=l),typeof f=="function"?(this.#n=f,this.#m=[]):(this.#n=void 0,this.#m=void 0),this.#w=!!this.#s,this.#p=!!this.#n,this.noDisposeOnSet=!!h,this.noUpdateTTL=!!d,this.noDeleteOnFetchRejection=!!P,this.allowStaleOnFetchRejection=!!$,this.allowStaleOnFetchAbort=!!G,this.ignoreFetchAbort=!!Ee,this.maxEntrySize!==0){if(this.#t!==0&&!gs(this.#t))throw new TypeError("maxSize must be a positive integer if specified");if(!gs(this.maxEntrySize))throw new TypeError("maxEntrySize must be a positive integer if specified");this.#P()}if(this.allowStale=!!u,this.noDeleteOnStaleGet=!!L,this.updateAgeOnGet=!!a,this.updateAgeOnHas=!!c,this.ttlResolution=gs(i)||i===0?i:1,this.ttlAutopurge=!!s,this.ttl=r||0,this.ttl){if(!gs(this.ttl))throw new TypeError("ttl must be a positive integer if specified");this.#O()}if(this.#e===0&&this.ttl===0&&this.#t===0)throw new TypeError("At least one of max, maxSize, or ttl is required");if(!this.ttlAutopurge&&!this.#e&&!this.#t){let $e="LRU_CACHE_UNBOUNDED";Ek($e)&&(bT.add($e),ET("TTL caching without ttlAutopurge, max, or maxSize can result in unbounded memory consumption.","UnboundedCacheWarning",$e,n))}}getRemainingTTL(e){return this.#o.has(e)?1/0:0}#O(){let e=new Mo(this.#e),t=new Mo(this.#e);this.#S=e,this.#A=t,this.#R=(s,a,c=Lo.now())=>{if(t[s]=a!==0?c:0,e[s]=a,a!==0&&this.ttlAutopurge){let u=setTimeout(()=>{this.#v(s)&&this.#D(this.#c[s],"expire")},a+1);u.unref&&u.unref()}},this.#C=s=>{t[s]=e[s]!==0?Lo.now():0},this.#r=(s,a)=>{if(e[a]){let c=e[a],u=t[a];if(!c||!u)return;s.ttl=c,s.start=u,s.now=r||i();let l=s.now-u;s.remainingTTL=c-l}};let r=0,i=o(()=>{let s=Lo.now();if(this.ttlResolution>0){r=s;let a=setTimeout(()=>r=0,this.ttlResolution);a.unref&&a.unref()}return s},"getNow");this.getRemainingTTL=s=>{let a=this.#o.get(s);if(a===void 0)return 0;let c=e[a],u=t[a];if(!c||!u)return 1/0;let l=(r||i())-u;return c-l},this.#v=s=>{let a=t[s],c=e[s];return!!c&&!!a&&(r||i())-a>c}}#C=o(()=>{},"#updateItemAge");#r=o(()=>{},"#statusTTL");#R=o(()=>{},"#setItemTTL");#v=o(()=>!1,"#isStale");#P(){let e=new Mo(this.#e);this.#f=0,this.#T=e,this.#F=t=>{this.#f-=e[t],e[t]=0},this.#L=(t,r,i,s)=>{if(this.#l(r))return 0;if(!gs(i))if(s){if(typeof s!="function")throw new TypeError("sizeCalculation must be a function");if(i=s(r,t),!gs(i))throw new TypeError("sizeCalculation return invalid (expect positive integer)")}else throw new TypeError("invalid size value (must be positive integer). When maxSize or maxEntrySize is used, sizeCalculation or size must be set.");return i},this.#N=(t,r,i)=>{if(e[t]=r,this.#t){let s=this.#t-e[t];for(;this.#f>s;)this.#k(!0)}this.#f+=e[t],i&&(i.entrySize=r,i.totalCalculatedSize=this.#f)}}#F=o(e=>{},"#removeItemSize");#N=o((e,t,r)=>{},"#addItemSize");#L=o((e,t,r,i)=>{if(r||i)throw new TypeError("cannot set size without setting maxSize or maxEntrySize on cache");return 0},"#requireSize");*#x({allowStale:e=this.allowStale}={}){if(this.#u)for(let t=this.#h;!(!this.#M(t)||((e||!this.#v(t))&&(yield t),t===this.#d));)t=this.#y[t]}*#I({allowStale:e=this.allowStale}={}){if(this.#u)for(let t=this.#d;!(!this.#M(t)||((e||!this.#v(t))&&(yield t),t===this.#h));)t=this.#g[t]}#M(e){return e!==void 0&&this.#o.get(this.#c[e])===e}*entries(){for(let e of this.#x())this.#i[e]!==void 0&&this.#c[e]!==void 0&&!this.#l(this.#i[e])&&(yield[this.#c[e],this.#i[e]])}*rentries(){for(let e of this.#I())this.#i[e]!==void 0&&this.#c[e]!==void 0&&!this.#l(this.#i[e])&&(yield[this.#c[e],this.#i[e]])}*keys(){for(let e of this.#x()){let t=this.#c[e];t!==void 0&&!this.#l(this.#i[e])&&(yield t)}}*rkeys(){for(let e of this.#I()){let t=this.#c[e];t!==void 0&&!this.#l(this.#i[e])&&(yield t)}}*values(){for(let e of this.#x())this.#i[e]!==void 0&&!this.#l(this.#i[e])&&(yield this.#i[e])}*rvalues(){for(let e of this.#I())this.#i[e]!==void 0&&!this.#l(this.#i[e])&&(yield this.#i[e])}[Symbol.iterator](){return this.entries()}[Symbol.toStringTag]="LRUCache";find(e,t={}){for(let r of this.#x()){let i=this.#i[r],s=this.#l(i)?i.__staleWhileFetching:i;if(s!==void 0&&e(s,this.#c[r],this))return this.get(this.#c[r],t)}}forEach(e,t=this){for(let r of this.#x()){let i=this.#i[r],s=this.#l(i)?i.__staleWhileFetching:i;s!==void 0&&e.call(t,s,this.#c[r],this)}}rforEach(e,t=this){for(let r of this.#I()){let i=this.#i[r],s=this.#l(i)?i.__staleWhileFetching:i;s!==void 0&&e.call(t,s,this.#c[r],this)}}purgeStale(){let e=!1;for(let t of this.#I({allowStale:!0}))this.#v(t)&&(this.#D(this.#c[t],"expire"),e=!0);return e}info(e){let t=this.#o.get(e);if(t===void 0)return;let r=this.#i[t],i=this.#l(r)?r.__staleWhileFetching:r;if(i===void 0)return;let s={value:i};if(this.#S&&this.#A){let a=this.#S[t],c=this.#A[t];if(a&&c){let u=a-(Lo.now()-c);s.ttl=u,s.start=Date.now()}}return this.#T&&(s.size=this.#T[t]),s}dump(){let e=[];for(let t of this.#x({allowStale:!0})){let r=this.#c[t],i=this.#i[t],s=this.#l(i)?i.__staleWhileFetching:i;if(s===void 0||r===void 0)continue;let a={value:s};if(this.#S&&this.#A){a.ttl=this.#S[t];let c=Lo.now()-this.#A[t];a.start=Math.floor(Date.now()-c)}this.#T&&(a.size=this.#T[t]),e.unshift([r,a])}return e}load(e){this.clear();for(let[t,r]of e){if(r.start){let i=Date.now()-r.start;r.start=Lo.now()-i}this.set(t,r.value,r)}}set(e,t,r={}){if(t===void 0)return this.delete(e),this;let{ttl:i=this.ttl,start:s,noDisposeOnSet:a=this.noDisposeOnSet,sizeCalculation:c=this.sizeCalculation,status:u}=r,{noUpdateTTL:l=this.noUpdateTTL}=r,f=this.#L(e,t,r.size||0,c);if(this.maxEntrySize&&f>this.maxEntrySize)return u&&(u.set="miss",u.maxEntrySizeExceeded=!0),this.#D(e,"set"),this;let h=this.#u===0?void 0:this.#o.get(e);if(h===void 0)h=this.#u===0?this.#h:this.#E.length!==0?this.#E.pop():this.#u===this.#e?this.#k(!1):this.#u,this.#c[h]=e,this.#i[h]=t,this.#o.set(e,h),this.#g[this.#h]=h,this.#y[h]=this.#h,this.#h=h,this.#u++,this.#N(h,f,u),u&&(u.set="add"),l=!1;else{this.#V(h);let d=this.#i[h];if(t!==d){if(this.#b&&this.#l(d)){d.__abortController.abort(new Error("replaced"));let{__staleWhileFetching:p}=d;p!==void 0&&!a&&(this.#w&&this.#s?.(p,e,"set"),this.#p&&this.#m?.push([p,e,"set"]))}else a||(this.#w&&this.#s?.(d,e,"set"),this.#p&&this.#m?.push([d,e,"set"]));if(this.#F(h),this.#N(h,f,u),this.#i[h]=t,u){u.set="replace";let p=d&&this.#l(d)?d.__staleWhileFetching:d;p!==void 0&&(u.oldValue=p)}}else u&&(u.set="update")}if(i!==0&&!this.#S&&this.#O(),this.#S&&(l||this.#R(h,i,s),u&&this.#r(u,h)),!a&&this.#p&&this.#m){let d=this.#m,p;for(;p=d?.shift();)this.#n?.(...p)}return this}pop(){try{for(;this.#u;){let e=this.#i[this.#d];if(this.#k(!0),this.#l(e)){if(e.__staleWhileFetching)return e.__staleWhileFetching}else if(e!==void 0)return e}}finally{if(this.#p&&this.#m){let e=this.#m,t;for(;t=e?.shift();)this.#n?.(...t)}}}#k(e){let t=this.#d,r=this.#c[t],i=this.#i[t];return this.#b&&this.#l(i)?i.__abortController.abort(new Error("evicted")):(this.#w||this.#p)&&(this.#w&&this.#s?.(i,r,"evict"),this.#p&&this.#m?.push([i,r,"evict"])),this.#F(t),e&&(this.#c[t]=void 0,this.#i[t]=void 0,this.#E.push(t)),this.#u===1?(this.#d=this.#h=0,this.#E.length=0):this.#d=this.#g[t],this.#o.delete(r),this.#u--,t}has(e,t={}){let{updateAgeOnHas:r=this.updateAgeOnHas,status:i}=t,s=this.#o.get(e);if(s!==void 0){let a=this.#i[s];if(this.#l(a)&&a.__staleWhileFetching===void 0)return!1;if(this.#v(s))i&&(i.has="stale",this.#r(i,s));else return r&&this.#C(s),i&&(i.has="hit",this.#r(i,s)),!0}else i&&(i.has="miss");return!1}peek(e,t={}){let{allowStale:r=this.allowStale}=t,i=this.#o.get(e);if(i===void 0||!r&&this.#v(i))return;let s=this.#i[i];return this.#l(s)?s.__staleWhileFetching:s}#j(e,t,r,i){let s=t===void 0?void 0:this.#i[t];if(this.#l(s))return s;let a=new jh,{signal:c}=r;c?.addEventListener("abort",()=>a.abort(c.reason),{signal:a.signal});let u={signal:a.signal,options:r,context:i},l=o((b,T=!1)=>{let{aborted:A}=a.signal,P=r.ignoreFetchAbort&&b!==void 0;if(r.status&&(A&&!T?(r.status.fetchAborted=!0,r.status.fetchError=a.signal.reason,P&&(r.status.fetchAbortIgnored=!0)):r.status.fetchResolved=!0),A&&!P&&!T)return h(a.signal.reason);let L=p;return this.#i[t]===p&&(b===void 0?L.__staleWhileFetching?this.#i[t]=L.__staleWhileFetching:this.#D(e,"fetch"):(r.status&&(r.status.fetchUpdated=!0),this.set(e,b,u.options))),b},"cb"),f=o(b=>(r.status&&(r.status.fetchRejected=!0,r.status.fetchError=b),h(b)),"eb"),h=o(b=>{let{aborted:T}=a.signal,A=T&&r.allowStaleOnFetchAbort,P=A||r.allowStaleOnFetchRejection,L=P||r.noDeleteOnFetchRejection,$=p;if(this.#i[t]===p&&(!L||$.__staleWhileFetching===void 0?this.#D(e,"fetch"):A||(this.#i[t]=$.__staleWhileFetching)),P)return r.status&&$.__staleWhileFetching!==void 0&&(r.status.returnedStale=!0),$.__staleWhileFetching;if($.__returned===$)throw b},"fetchFail"),d=o((b,T)=>{let A=this.#a?.(e,s,u);A&&A instanceof Promise&&A.then(P=>b(P===void 0?void 0:P),T),a.signal.addEventListener("abort",()=>{(!r.ignoreFetchAbort||r.allowStaleOnFetchAbort)&&(b(void 0),r.allowStaleOnFetchAbort&&(b=o(P=>l(P,!0),"res")))})},"pcall");r.status&&(r.status.fetchDispatched=!0);let p=new Promise(d).then(l,f),S=Object.assign(p,{__abortController:a,__staleWhileFetching:s,__returned:void 0});return t===void 0?(this.set(e,S,{...u.options,status:void 0}),t=this.#o.get(e)):this.#i[t]=S,S}#l(e){if(!this.#b)return!1;let t=e;return!!t&&t instanceof Promise&&t.hasOwnProperty("__staleWhileFetching")&&t.__abortController instanceof jh}async fetch(e,t={}){let{allowStale:r=this.allowStale,updateAgeOnGet:i=this.updateAgeOnGet,noDeleteOnStaleGet:s=this.noDeleteOnStaleGet,ttl:a=this.ttl,noDisposeOnSet:c=this.noDisposeOnSet,size:u=0,sizeCalculation:l=this.sizeCalculation,noUpdateTTL:f=this.noUpdateTTL,noDeleteOnFetchRejection:h=this.noDeleteOnFetchRejection,allowStaleOnFetchRejection:d=this.allowStaleOnFetchRejection,ignoreFetchAbort:p=this.ignoreFetchAbort,allowStaleOnFetchAbort:S=this.allowStaleOnFetchAbort,context:b,forceRefresh:T=!1,status:A,signal:P}=t;if(!this.#b)return A&&(A.fetch="get"),this.get(e,{allowStale:r,updateAgeOnGet:i,noDeleteOnStaleGet:s,status:A});let L={allowStale:r,updateAgeOnGet:i,noDeleteOnStaleGet:s,ttl:a,noDisposeOnSet:c,size:u,sizeCalculation:l,noUpdateTTL:f,noDeleteOnFetchRejection:h,allowStaleOnFetchRejection:d,allowStaleOnFetchAbort:S,ignoreFetchAbort:p,status:A,signal:P},$=this.#o.get(e);if($===void 0){A&&(A.fetch="miss");let G=this.#j(e,$,L,b);return G.__returned=G}else{let G=this.#i[$];if(this.#l(G)){let ie=r&&G.__staleWhileFetching!==void 0;return A&&(A.fetch="inflight",ie&&(A.returnedStale=!0)),ie?G.__staleWhileFetching:G.__returned=G}let Ee=this.#v($);if(!T&&!Ee)return A&&(A.fetch="hit"),this.#V($),i&&this.#C($),A&&this.#r(A,$),G;let Ue=this.#j(e,$,L,b),q=Ue.__staleWhileFetching!==void 0&&r;return A&&(A.fetch=Ee?"stale":"refresh",q&&Ee&&(A.returnedStale=!0)),q?Ue.__staleWhileFetching:Ue.__returned=Ue}}async forceFetch(e,t={}){let r=await this.fetch(e,t);if(r===void 0)throw new Error("fetch() returned undefined");return r}memo(e,t={}){let r=this.#_;if(!r)throw new Error("no memoMethod provided to constructor");let{context:i,forceRefresh:s,...a}=t,c=this.get(e,a);if(!s&&c!==void 0)return c;let u=r(e,c,{options:a,context:i});return this.set(e,u,a),u}get(e,t={}){let{allowStale:r=this.allowStale,updateAgeOnGet:i=this.updateAgeOnGet,noDeleteOnStaleGet:s=this.noDeleteOnStaleGet,status:a}=t,c=this.#o.get(e);if(c!==void 0){let u=this.#i[c],l=this.#l(u);return a&&this.#r(a,c),this.#v(c)?(a&&(a.get="stale"),l?(a&&r&&u.__staleWhileFetching!==void 0&&(a.returnedStale=!0),r?u.__staleWhileFetching:void 0):(s||this.#D(e,"expire"),a&&r&&(a.returnedStale=!0),r?u:void 0)):(a&&(a.get="hit"),l?u.__staleWhileFetching:(this.#V(c),i&&this.#C(c),u))}else a&&(a.get="miss")}#$(e,t){this.#y[t]=e,this.#g[e]=t}#V(e){e!==this.#h&&(e===this.#d?this.#d=this.#g[e]:this.#$(this.#y[e],this.#g[e]),this.#$(this.#h,e),this.#h=e)}delete(e){return this.#D(e,"delete")}#D(e,t){let r=!1;if(this.#u!==0){let i=this.#o.get(e);if(i!==void 0)if(r=!0,this.#u===1)this.#U(t);else{this.#F(i);let s=this.#i[i];if(this.#l(s)?s.__abortController.abort(new Error("deleted")):(this.#w||this.#p)&&(this.#w&&this.#s?.(s,e,t),this.#p&&this.#m?.push([s,e,t])),this.#o.delete(e),this.#c[i]=void 0,this.#i[i]=void 0,i===this.#h)this.#h=this.#y[i];else if(i===this.#d)this.#d=this.#g[i];else{let a=this.#y[i];this.#g[a]=this.#g[i];let c=this.#g[i];this.#y[c]=this.#y[i]}this.#u--,this.#E.push(i)}}if(this.#p&&this.#m?.length){let i=this.#m,s;for(;s=i?.shift();)this.#n?.(...s)}return r}clear(){return this.#U("delete")}#U(e){for(let t of this.#I({allowStale:!0})){let r=this.#i[t];if(this.#l(r))r.__abortController.abort(new Error("deleted"));else{let i=this.#c[t];this.#w&&this.#s?.(r,i,e),this.#p&&this.#m?.push([r,i,e])}}if(this.#o.clear(),this.#i.fill(void 0),this.#c.fill(void 0),this.#S&&this.#A&&(this.#S.fill(0),this.#A.fill(0)),this.#T&&this.#T.fill(0),this.#d=0,this.#h=0,this.#E.length=0,this.#f=0,this.#u=0,this.#p&&this.#m){let t=this.#m,r;for(;r=t?.shift();)this.#n?.(...r)}}};var $o=require("node:path"),NT=require("node:url"),vi=require("fs"),Fk=Ie(require("node:fs"),1),Ss=require("node:fs/promises");var Wh=require("node:events"),S1=Ie(require("node:stream"),1),OT=require("node:string_decoder");var AT=typeof process=="object"&&process?process:{stdout:null,stderr:null},Tk=o(n=>!!n&&typeof n=="object"&&(n instanceof vs||n instanceof S1.default||Ak(n)||Ck(n)),"isStream"),Ak=o(n=>!!n&&typeof n=="object"&&n instanceof Wh.EventEmitter&&typeof n.pipe=="function"&&n.pipe!==S1.default.Writable.prototype.pipe,"isReadable"),Ck=o(n=>!!n&&typeof n=="object"&&n instanceof Wh.EventEmitter&&typeof n.write=="function"&&typeof n.end=="function","isWritable"),Bi=Symbol("EOF"),qi=Symbol("maybeEmitEnd"),ys=Symbol("emittedEnd"),$h=Symbol("emittingEnd"),lu=Symbol("emittedError"),Vh=Symbol("closed"),CT=Symbol("read"),Uh=Symbol("flush"),xT=Symbol("flushChunk"),Gn=Symbol("encoding"),ko=Symbol("decoder"),jt=Symbol("flowing"),fu=Symbol("paused"),jo=Symbol("resume"),$t=Symbol("buffer"),Or=Symbol("pipes"),Vt=Symbol("bufferLength"),d1=Symbol("bufferPush"),Bh=Symbol("bufferShift"),fr=Symbol("objectMode"),_t=Symbol("destroyed"),p1=Symbol("error"),m1=Symbol("emitData"),IT=Symbol("emitEnd"),g1=Symbol("emitEnd2"),gi=Symbol("async"),y1=Symbol("abort"),qh=Symbol("aborted"),hu=Symbol("signal"),ma=Symbol("dataListeners"),Yr=Symbol("discarded"),du=o(n=>Promise.resolve().then(n),"defer"),xk=o(n=>n(),"nodefer"),Ik=o(n=>n==="end"||n==="finish"||n==="prefinish","isEndish"),Ok=o(n=>n instanceof ArrayBuffer||!!n&&typeof n=="object"&&n.constructor&&n.constructor.name==="ArrayBuffer"&&n.byteLength>=0,"isArrayBufferLike"),Pk=o(n=>!Buffer.isBuffer(n)&&ArrayBuffer.isView(n),"isArrayBufferView"),Gh=class{static{o(this,"Pipe")}src;dest;opts;ondrain;constructor(e,t,r){this.src=e,this.dest=t,this.opts=r,this.ondrain=()=>e[jo](),this.dest.on("drain",this.ondrain)}unpipe(){this.dest.removeListener("drain",this.ondrain)}proxyErrors(e){}end(){this.unpipe(),this.opts.end&&this.dest.end()}},v1=class extends Gh{static{o(this,"PipeProxyErrors")}unpipe(){this.src.removeListener("error",this.proxyErrors),super.unpipe()}constructor(e,t,r){super(e,t,r),this.proxyErrors=i=>t.emit("error",i),e.on("error",this.proxyErrors)}},Dk=o(n=>!!n.objectMode,"isObjectModeOptions"),Rk=o(n=>!n.objectMode&&!!n.encoding&&n.encoding!=="buffer","isEncodingOptions"),vs=class extends Wh.EventEmitter{static{o(this,"Minipass")}[jt]=!1;[fu]=!1;[Or]=[];[$t]=[];[fr];[Gn];[gi];[ko];[Bi]=!1;[ys]=!1;[$h]=!1;[Vh]=!1;[lu]=null;[Vt]=0;[_t]=!1;[hu];[qh]=!1;[ma]=0;[Yr]=!1;writable=!0;readable=!0;constructor(...e){let t=e[0]||{};if(super(),t.objectMode&&typeof t.encoding=="string")throw new TypeError("Encoding and objectMode may not be used together");Dk(t)?(this[fr]=!0,this[Gn]=null):Rk(t)?(this[Gn]=t.encoding,this[fr]=!1):(this[fr]=!1,this[Gn]=null),this[gi]=!!t.async,this[ko]=this[Gn]?new OT.StringDecoder(this[Gn]):null,t&&t.debugExposeBuffer===!0&&Object.defineProperty(this,"buffer",{get:o(()=>this[$t],"get")}),t&&t.debugExposePipes===!0&&Object.defineProperty(this,"pipes",{get:o(()=>this[Or],"get")});let{signal:r}=t;r&&(this[hu]=r,r.aborted?this[y1]():r.addEventListener("abort",()=>this[y1]()))}get bufferLength(){return this[Vt]}get encoding(){return this[Gn]}set encoding(e){throw new Error("Encoding must be set at instantiation time")}setEncoding(e){throw new Error("Encoding must be set at instantiation time")}get objectMode(){return this[fr]}set objectMode(e){throw new Error("objectMode must be set at instantiation time")}get async(){return this[gi]}set async(e){this[gi]=this[gi]||!!e}[y1](){this[qh]=!0,this.emit("abort",this[hu]?.reason),this.destroy(this[hu]?.reason)}get aborted(){return this[qh]}set aborted(e){}write(e,t,r){if(this[qh])return!1;if(this[Bi])throw new Error("write after end");if(this[_t])return this.emit("error",Object.assign(new Error("Cannot call write after a stream was destroyed"),{code:"ERR_STREAM_DESTROYED"})),!0;typeof t=="function"&&(r=t,t="utf8"),t||(t="utf8");let i=this[gi]?du:xk;if(!this[fr]&&!Buffer.isBuffer(e)){if(Pk(e))e=Buffer.from(e.buffer,e.byteOffset,e.byteLength);else if(Ok(e))e=Buffer.from(e);else if(typeof e!="string")throw new Error("Non-contiguous data written to non-objectMode stream")}return this[fr]?(this[jt]&&this[Vt]!==0&&this[Uh](!0),this[jt]?this.emit("data",e):this[d1](e),this[Vt]!==0&&this.emit("readable"),r&&i(r),this[jt]):e.length?(typeof e=="string"&&!(t===this[Gn]&&!this[ko]?.lastNeed)&&(e=Buffer.from(e,t)),Buffer.isBuffer(e)&&this[Gn]&&(e=this[ko].write(e)),this[jt]&&this[Vt]!==0&&this[Uh](!0),this[jt]?this.emit("data",e):this[d1](e),this[Vt]!==0&&this.emit("readable"),r&&i(r),this[jt]):(this[Vt]!==0&&this.emit("readable"),r&&i(r),this[jt])}read(e){if(this[_t])return null;if(this[Yr]=!1,this[Vt]===0||e===0||e&&e>this[Vt])return this[qi](),null;this[fr]&&(e=null),this[$t].length>1&&!this[fr]&&(this[$t]=[this[Gn]?this[$t].join(""):Buffer.concat(this[$t],this[Vt])]);let t=this[CT](e||null,this[$t][0]);return this[qi](),t}[CT](e,t){if(this[fr])this[Bh]();else{let r=t;e===r.length||e===null?this[Bh]():typeof r=="string"?(this[$t][0]=r.slice(e),t=r.slice(0,e),this[Vt]-=e):(this[$t][0]=r.subarray(e),t=r.subarray(0,e),this[Vt]-=e)}return this.emit("data",t),!this[$t].length&&!this[Bi]&&this.emit("drain"),t}end(e,t,r){return typeof e=="function"&&(r=e,e=void 0),typeof t=="function"&&(r=t,t="utf8"),e!==void 0&&this.write(e,t),r&&this.once("end",r),this[Bi]=!0,this.writable=!1,(this[jt]||!this[fu])&&this[qi](),this}[jo](){this[_t]||(!this[ma]&&!this[Or].length&&(this[Yr]=!0),this[fu]=!1,this[jt]=!0,this.emit("resume"),this[$t].length?this[Uh]():this[Bi]?this[qi]():this.emit("drain"))}resume(){return this[jo]()}pause(){this[jt]=!1,this[fu]=!0,this[Yr]=!1}get destroyed(){return this[_t]}get flowing(){return this[jt]}get paused(){return this[fu]}[d1](e){this[fr]?this[Vt]+=1:this[Vt]+=e.length,this[$t].push(e)}[Bh](){return this[fr]?this[Vt]-=1:this[Vt]-=this[$t][0].length,this[$t].shift()}[Uh](e=!1){do;while(this[xT](this[Bh]())&&this[$t].length);!e&&!this[$t].length&&!this[Bi]&&this.emit("drain")}[xT](e){return this.emit("data",e),this[jt]}pipe(e,t){if(this[_t])return e;this[Yr]=!1;let r=this[ys];return t=t||{},e===AT.stdout||e===AT.stderr?t.end=!1:t.end=t.end!==!1,t.proxyErrors=!!t.proxyErrors,r?t.end&&e.end():(this[Or].push(t.proxyErrors?new v1(this,e,t):new Gh(this,e,t)),this[gi]?du(()=>this[jo]()):this[jo]()),e}unpipe(e){let t=this[Or].find(r=>r.dest===e);t&&(this[Or].length===1?(this[jt]&&this[ma]===0&&(this[jt]=!1),this[Or]=[]):this[Or].splice(this[Or].indexOf(t),1),t.unpipe())}addListener(e,t){return this.on(e,t)}on(e,t){let r=super.on(e,t);if(e==="data")this[Yr]=!1,this[ma]++,!this[Or].length&&!this[jt]&&this[jo]();else if(e==="readable"&&this[Vt]!==0)super.emit("readable");else if(Ik(e)&&this[ys])super.emit(e),this.removeAllListeners(e);else if(e==="error"&&this[lu]){let i=t;this[gi]?du(()=>i.call(this,this[lu])):i.call(this,this[lu])}return r}removeListener(e,t){return this.off(e,t)}off(e,t){let r=super.off(e,t);return e==="data"&&(this[ma]=this.listeners("data").length,this[ma]===0&&!this[Yr]&&!this[Or].length&&(this[jt]=!1)),r}removeAllListeners(e){let t=super.removeAllListeners(e);return(e==="data"||e===void 0)&&(this[ma]=0,!this[Yr]&&!this[Or].length&&(this[jt]=!1)),t}get emittedEnd(){return this[ys]}[qi](){!this[$h]&&!this[ys]&&!this[_t]&&this[$t].length===0&&this[Bi]&&(this[$h]=!0,this.emit("end"),this.emit("prefinish"),this.emit("finish"),this[Vh]&&this.emit("close"),this[$h]=!1)}emit(e,...t){let r=t[0];if(e!=="error"&&e!=="close"&&e!==_t&&this[_t])return!1;if(e==="data")return!this[fr]&&!r?!1:this[gi]?(du(()=>this[m1](r)),!0):this[m1](r);if(e==="end")return this[IT]();if(e==="close"){if(this[Vh]=!0,!this[ys]&&!this[_t])return!1;let s=super.emit("close");return this.removeAllListeners("close"),s}else if(e==="error"){this[lu]=r,super.emit(p1,r);let s=!this[hu]||this.listeners("error").length?super.emit("error",r):!1;return this[qi](),s}else if(e==="resume"){let s=super.emit("resume");return this[qi](),s}else if(e==="finish"||e==="prefinish"){let s=super.emit(e);return this.removeAllListeners(e),s}let i=super.emit(e,...t);return this[qi](),i}[m1](e){for(let r of this[Or])r.dest.write(e)===!1&&this.pause();let t=this[Yr]?!1:super.emit("data",e);return this[qi](),t}[IT](){return this[ys]?!1:(this[ys]=!0,this.readable=!1,this[gi]?(du(()=>this[g1]()),!0):this[g1]())}[g1](){if(this[ko]){let t=this[ko].end();if(t){for(let r of this[Or])r.dest.write(t);this[Yr]||super.emit("data",t)}}for(let t of this[Or])t.end();let e=super.emit("end");return this.removeAllListeners("end"),e}async collect(){let e=Object.assign([],{dataLength:0});this[fr]||(e.dataLength=0);let t=this.promise();return this.on("data",r=>{e.push(r),this[fr]||(e.dataLength+=r.length)}),await t,e}async concat(){if(this[fr])throw new Error("cannot concat in objectMode");let e=await this.collect();return this[Gn]?e.join(""):Buffer.concat(e,e.dataLength)}async promise(){return new Promise((e,t)=>{this.on(_t,()=>t(new Error("stream destroyed"))),this.on("error",r=>t(r)),this.on("end",()=>e())})}[Symbol.asyncIterator](){this[Yr]=!1;let e=!1,t=o(async()=>(this.pause(),e=!0,{value:void 0,done:!0}),"stop");return{next:o(()=>{if(e)return t();let i=this.read();if(i!==null)return Promise.resolve({done:!1,value:i});if(this[Bi])return t();let s,a,c=o(h=>{this.off("data",u),this.off("end",l),this.off(_t,f),t(),a(h)},"onerr"),u=o(h=>{this.off("error",c),this.off("end",l),this.off(_t,f),this.pause(),s({value:h,done:!!this[Bi]})},"ondata"),l=o(()=>{this.off("error",c),this.off("data",u),this.off(_t,f),t(),s({done:!0,value:void 0})},"onend"),f=o(()=>c(new Error("stream destroyed")),"ondestroy");return new Promise((h,d)=>{a=d,s=h,this.once(_t,f),this.once("error",c),this.once("end",l),this.once("data",u)})},"next"),throw:t,return:t,[Symbol.asyncIterator](){return this}}}[Symbol.iterator](){this[Yr]=!1;let e=!1,t=o(()=>(this.pause(),this.off(p1,t),this.off(_t,t),this.off("end",t),e=!0,{done:!0,value:void 0}),"stop"),r=o(()=>{if(e)return t();let i=this.read();return i===null?t():{done:!1,value:i}},"next");return this.once("end",t),this.once(p1,t),this.once(_t,t),{next:r,throw:t,return:t,[Symbol.iterator](){return this}}}destroy(e){if(this[_t])return e?this.emit("error",e):this.emit(_t),this;this[_t]=!0,this[Yr]=!0,this[$t].length=0,this[Vt]=0;let t=this;return typeof t.close=="function"&&!this[Vh]&&t.close(),e?this.emit("error",e):this.emit(_t),this}static get isStream(){return Tk}};var Nk=vi.realpathSync.native,mu={lstatSync:vi.lstatSync,readdir:vi.readdir,readdirSync:vi.readdirSync,readlinkSync:vi.readlinkSync,realpathSync:Nk,promises:{lstat:Ss.lstat,readdir:Ss.readdir,readlink:Ss.readlink,realpath:Ss.realpath}},LT=o(n=>!n||n===mu||n===Fk?mu:{...mu,...n,promises:{...mu.promises,...n.promises||{}}},"fsFromOption"),MT=/^\\\\\?\\([a-z]:)\\?$/i,Lk=o(n=>n.replace(/\//g,"\\").replace(MT,"$1\\"),"uncToDrive"),Mk=/[\\\/]/,mn=0,kT=1,jT=2,yi=4,$T=6,VT=8,ga=10,UT=12,pn=15,pu=~pn,_1=16,PT=32,gu=64,Wn=128,zh=256,Qh=512,DT=gu|Wn|Qh,kk=1023,w1=o(n=>n.isFile()?VT:n.isDirectory()?yi:n.isSymbolicLink()?ga:n.isCharacterDevice()?jT:n.isBlockDevice()?$T:n.isSocket()?UT:n.isFIFO()?kT:mn,"entToType"),RT=new Map,yu=o(n=>{let e=RT.get(n);if(e)return e;let t=n.normalize("NFKD");return RT.set(n,t),t},"normalize"),FT=new Map,Hh=o(n=>{let e=FT.get(n);if(e)return e;let t=yu(n.toLowerCase());return FT.set(n,t),t},"normalizeNocase"),Yh=class extends uu{static{o(this,"ResolveCache")}constructor(){super({max:256})}},b1=class extends uu{static{o(this,"ChildrenCache")}constructor(e=16*1024){super({maxSize:e,sizeCalculation:o(t=>t.length+1,"sizeCalculation")})}},BT=Symbol("PathScurry setAsCwd"),hr=class{static{o(this,"PathBase")}name;root;roots;parent;nocase;isCWD=!1;#e;#t;get dev(){return this.#t}#s;get mode(){return this.#s}#n;get nlink(){return this.#n}#a;get uid(){return this.#a}#_;get gid(){return this.#_}#u;get rdev(){return this.#u}#f;get blksize(){return this.#f}#o;get ino(){return this.#o}#c;get size(){return this.#c}#i;get blocks(){return this.#i}#g;get atimeMs(){return this.#g}#y;get mtimeMs(){return this.#y}#d;get ctimeMs(){return this.#d}#h;get birthtimeMs(){return this.#h}#E;get atime(){return this.#E}#m;get mtime(){return this.#m}#T;get ctime(){return this.#T}#A;get birthtime(){return this.#A}#S;#w;#b;#p;#O;#C;#r;#R;#v;#P;get parentPath(){return(this.parent||this).fullpath()}get path(){return this.parentPath}constructor(e,t=mn,r,i,s,a,c){this.name=e,this.#S=s?Hh(e):yu(e),this.#r=t&kk,this.nocase=s,this.roots=i,this.root=r||this,this.#R=a,this.#b=c.fullpath,this.#O=c.relative,this.#C=c.relativePosix,this.parent=c.parent,this.parent?this.#e=this.parent.#e:this.#e=LT(c.fs)}depth(){return this.#w!==void 0?this.#w:this.parent?this.#w=this.parent.depth()+1:this.#w=0}childrenCache(){return this.#R}resolve(e){if(!e)return this;let t=this.getRootString(e),i=e.substring(t.length).split(this.splitSep);return t?this.getRoot(t).#F(i):this.#F(i)}#F(e){let t=this;for(let r of e)t=t.child(r);return t}children(){let e=this.#R.get(this);if(e)return e;let t=Object.assign([],{provisional:0});return this.#R.set(this,t),this.#r&=~_1,t}child(e,t){if(e===""||e===".")return this;if(e==="..")return this.parent||this;let r=this.children(),i=this.nocase?Hh(e):yu(e);for(let u of r)if(u.#S===i)return u;let s=this.parent?this.sep:"",a=this.#b?this.#b+s+e:void 0,c=this.newChild(e,mn,{...t,parent:this,fullpath:a});return this.canReaddir()||(c.#r|=Wn),r.push(c),c}relative(){if(this.isCWD)return"";if(this.#O!==void 0)return this.#O;let e=this.name,t=this.parent;if(!t)return this.#O=this.name;let r=t.relative();return r+(!r||!t.parent?"":this.sep)+e}relativePosix(){if(this.sep==="/")return this.relative();if(this.isCWD)return"";if(this.#C!==void 0)return this.#C;let e=this.name,t=this.parent;if(!t)return this.#C=this.fullpathPosix();let r=t.relativePosix();return r+(!r||!t.parent?"":"/")+e}fullpath(){if(this.#b!==void 0)return this.#b;let e=this.name,t=this.parent;if(!t)return this.#b=this.name;let i=t.fullpath()+(t.parent?this.sep:"")+e;return this.#b=i}fullpathPosix(){if(this.#p!==void 0)return this.#p;if(this.sep==="/")return this.#p=this.fullpath();if(!this.parent){let i=this.fullpath().replace(/\\/g,"/");return/^[a-z]:\//i.test(i)?this.#p=`//?/${i}`:this.#p=i}let e=this.parent,t=e.fullpathPosix(),r=t+(!t||!e.parent?"":"/")+this.name;return this.#p=r}isUnknown(){return(this.#r&pn)===mn}isType(e){return this[`is${e}`]()}getType(){return this.isUnknown()?"Unknown":this.isDirectory()?"Directory":this.isFile()?"File":this.isSymbolicLink()?"SymbolicLink":this.isFIFO()?"FIFO":this.isCharacterDevice()?"CharacterDevice":this.isBlockDevice()?"BlockDevice":this.isSocket()?"Socket":"Unknown"}isFile(){return(this.#r&pn)===VT}isDirectory(){return(this.#r&pn)===yi}isCharacterDevice(){return(this.#r&pn)===jT}isBlockDevice(){return(this.#r&pn)===$T}isFIFO(){return(this.#r&pn)===kT}isSocket(){return(this.#r&pn)===UT}isSymbolicLink(){return(this.#r&ga)===ga}lstatCached(){return this.#r&PT?this:void 0}readlinkCached(){return this.#v}realpathCached(){return this.#P}readdirCached(){let e=this.children();return e.slice(0,e.provisional)}canReadlink(){if(this.#v)return!0;if(!this.parent)return!1;let e=this.#r&pn;return!(e!==mn&&e!==ga||this.#r&zh||this.#r&Wn)}calledReaddir(){return!!(this.#r&_1)}isENOENT(){return!!(this.#r&Wn)}isNamed(e){return this.nocase?this.#S===Hh(e):this.#S===yu(e)}async readlink(){let e=this.#v;if(e)return e;if(this.canReadlink()&&this.parent)try{let t=await this.#e.promises.readlink(this.fullpath()),r=(await this.parent.realpath())?.resolve(t);if(r)return this.#v=r}catch(t){this.#l(t.code);return}}readlinkSync(){let e=this.#v;if(e)return e;if(this.canReadlink()&&this.parent)try{let t=this.#e.readlinkSync(this.fullpath()),r=this.parent.realpathSync()?.resolve(t);if(r)return this.#v=r}catch(t){this.#l(t.code);return}}#N(e){this.#r|=_1;for(let t=e.provisional;t<e.length;t++){let r=e[t];r&&r.#L()}}#L(){this.#r&Wn||(this.#r=(this.#r|Wn)&pu,this.#x())}#x(){let e=this.children();e.provisional=0;for(let t of e)t.#L()}#I(){this.#r|=Qh,this.#M()}#M(){if(this.#r&gu)return;let e=this.#r;(e&pn)===yi&&(e&=pu),this.#r=e|gu,this.#x()}#k(e=""){e==="ENOTDIR"||e==="EPERM"?this.#M():e==="ENOENT"?this.#L():this.children().provisional=0}#j(e=""){e==="ENOTDIR"?this.parent.#M():e==="ENOENT"&&this.#L()}#l(e=""){let t=this.#r;t|=zh,e==="ENOENT"&&(t|=Wn),(e==="EINVAL"||e==="UNKNOWN")&&(t&=pu),this.#r=t,e==="ENOTDIR"&&this.parent&&this.parent.#M()}#$(e,t){return this.#D(e,t)||this.#V(e,t)}#V(e,t){let r=w1(e),i=this.newChild(e.name,r,{parent:this}),s=i.#r&pn;return s!==yi&&s!==ga&&s!==mn&&(i.#r|=gu),t.unshift(i),t.provisional++,i}#D(e,t){for(let r=t.provisional;r<t.length;r++){let i=t[r];if((this.nocase?Hh(e.name):yu(e.name))===i.#S)return this.#U(e,i,r,t)}}#U(e,t,r,i){let s=t.name;return t.#r=t.#r&pu|w1(e),s!==e.name&&(t.name=e.name),r!==i.provisional&&(r===i.length-1?i.pop():i.splice(r,1),i.unshift(t)),i.provisional++,t}async lstat(){if((this.#r&Wn)===0)try{return this.#W(await this.#e.promises.lstat(this.fullpath())),this}catch(e){this.#j(e.code)}}lstatSync(){if((this.#r&Wn)===0)try{return this.#W(this.#e.lstatSync(this.fullpath())),this}catch(e){this.#j(e.code)}}#W(e){let{atime:t,atimeMs:r,birthtime:i,birthtimeMs:s,blksize:a,blocks:c,ctime:u,ctimeMs:l,dev:f,gid:h,ino:d,mode:p,mtime:S,mtimeMs:b,nlink:T,rdev:A,size:P,uid:L}=e;this.#E=t,this.#g=r,this.#A=i,this.#h=s,this.#f=a,this.#i=c,this.#T=u,this.#d=l,this.#t=f,this.#_=h,this.#o=d,this.#s=p,this.#m=S,this.#y=b,this.#n=T,this.#u=A,this.#c=P,this.#a=L;let $=w1(e);this.#r=this.#r&pu|$|PT,$!==mn&&$!==yi&&$!==ga&&(this.#r|=gu)}#q=[];#G=!1;#z(e){this.#G=!1;let t=this.#q.slice();this.#q.length=0,t.forEach(r=>r(null,e))}readdirCB(e,t=!1){if(!this.canReaddir()){t?e(null,[]):queueMicrotask(()=>e(null,[]));return}let r=this.children();if(this.calledReaddir()){let s=r.slice(0,r.provisional);t?e(null,s):queueMicrotask(()=>e(null,s));return}if(this.#q.push(e),this.#G)return;this.#G=!0;let i=this.fullpath();this.#e.readdir(i,{withFileTypes:!0},(s,a)=>{if(s)this.#k(s.code),r.provisional=0;else{for(let c of a)this.#$(c,r);this.#N(r)}this.#z(r.slice(0,r.provisional))})}#B;async readdir(){if(!this.canReaddir())return[];let e=this.children();if(this.calledReaddir())return e.slice(0,e.provisional);let t=this.fullpath();if(this.#B)await this.#B;else{let r=o(()=>{},"resolve");this.#B=new Promise(i=>r=i);try{for(let i of await this.#e.promises.readdir(t,{withFileTypes:!0}))this.#$(i,e);this.#N(e)}catch(i){this.#k(i.code),e.provisional=0}this.#B=void 0,r()}return e.slice(0,e.provisional)}readdirSync(){if(!this.canReaddir())return[];let e=this.children();if(this.calledReaddir())return e.slice(0,e.provisional);let t=this.fullpath();try{for(let r of this.#e.readdirSync(t,{withFileTypes:!0}))this.#$(r,e);this.#N(e)}catch(r){this.#k(r.code),e.provisional=0}return e.slice(0,e.provisional)}canReaddir(){if(this.#r&DT)return!1;let e=pn&this.#r;return e===mn||e===yi||e===ga}shouldWalk(e,t){return(this.#r&yi)===yi&&!(this.#r&DT)&&!e.has(this)&&(!t||t(this))}async realpath(){if(this.#P)return this.#P;if(!((Qh|zh|Wn)&this.#r))try{let e=await this.#e.promises.realpath(this.fullpath());return this.#P=this.resolve(e)}catch{this.#I()}}realpathSync(){if(this.#P)return this.#P;if(!((Qh|zh|Wn)&this.#r))try{let e=this.#e.realpathSync(this.fullpath());return this.#P=this.resolve(e)}catch{this.#I()}}[BT](e){if(e===this)return;e.isCWD=!1,this.isCWD=!0;let t=new Set([]),r=[],i=this;for(;i&&i.parent;)t.add(i),i.#O=r.join(this.sep),i.#C=r.join("/"),i=i.parent,r.push("..");for(i=e;i&&i.parent&&!t.has(i);)i.#O=void 0,i.#C=void 0,i=i.parent}},Kh=class n extends hr{static{o(this,"PathWin32")}sep="\\";splitSep=Mk;constructor(e,t=mn,r,i,s,a,c){super(e,t,r,i,s,a,c)}newChild(e,t=mn,r={}){return new n(e,t,this.root,this.roots,this.nocase,this.childrenCache(),r)}getRootString(e){return $o.win32.parse(e).root}getRoot(e){if(e=Lk(e.toUpperCase()),e===this.root.name)return this.root;for(let[t,r]of Object.entries(this.roots))if(this.sameRoot(e,t))return this.roots[e]=r;return this.roots[e]=new Vo(e,this).root}sameRoot(e,t=this.root.name){return e=e.toUpperCase().replace(/\//g,"\\").replace(MT,"$1\\"),e===t}},Xh=class n extends hr{static{o(this,"PathPosix")}splitSep="/";sep="/";constructor(e,t=mn,r,i,s,a,c){super(e,t,r,i,s,a,c)}getRootString(e){return e.startsWith("/")?"/":""}getRoot(e){return this.root}newChild(e,t=mn,r={}){return new n(e,t,this.root,this.roots,this.nocase,this.childrenCache(),r)}},Jh=class{static{o(this,"PathScurryBase")}root;rootPath;roots;cwd;#e;#t;#s;nocase;#n;constructor(e=process.cwd(),t,r,{nocase:i,childrenCacheSize:s=16*1024,fs:a=mu}={}){this.#n=LT(a),(e instanceof URL||e.startsWith("file://"))&&(e=(0,NT.fileURLToPath)(e));let c=t.resolve(e);this.roots=Object.create(null),this.rootPath=this.parseRootPath(c),this.#e=new Yh,this.#t=new Yh,this.#s=new b1(s);let u=c.substring(this.rootPath.length).split(r);if(u.length===1&&!u[0]&&u.pop(),i===void 0)throw new TypeError("must provide nocase setting to PathScurryBase ctor");this.nocase=i,this.root=this.newRoot(this.#n),this.roots[this.rootPath]=this.root;let l=this.root,f=u.length-1,h=t.sep,d=this.rootPath,p=!1;for(let S of u){let b=f--;l=l.child(S,{relative:new Array(b).fill("..").join(h),relativePosix:new Array(b).fill("..").join("/"),fullpath:d+=(p?"":h)+S}),p=!0}this.cwd=l}depth(e=this.cwd){return typeof e=="string"&&(e=this.cwd.resolve(e)),e.depth()}childrenCache(){return this.#s}resolve(...e){let t="";for(let s=e.length-1;s>=0;s--){let a=e[s];if(!(!a||a===".")&&(t=t?`${a}/${t}`:a,this.isAbsolute(a)))break}let r=this.#e.get(t);if(r!==void 0)return r;let i=this.cwd.resolve(t).fullpath();return this.#e.set(t,i),i}resolvePosix(...e){let t="";for(let s=e.length-1;s>=0;s--){let a=e[s];if(!(!a||a===".")&&(t=t?`${a}/${t}`:a,this.isAbsolute(a)))break}let r=this.#t.get(t);if(r!==void 0)return r;let i=this.cwd.resolve(t).fullpathPosix();return this.#t.set(t,i),i}relative(e=this.cwd){return typeof e=="string"&&(e=this.cwd.resolve(e)),e.relative()}relativePosix(e=this.cwd){return typeof e=="string"&&(e=this.cwd.resolve(e)),e.relativePosix()}basename(e=this.cwd){return typeof e=="string"&&(e=this.cwd.resolve(e)),e.name}dirname(e=this.cwd){return typeof e=="string"&&(e=this.cwd.resolve(e)),(e.parent||e).fullpath()}async readdir(e=this.cwd,t={withFileTypes:!0}){typeof e=="string"?e=this.cwd.resolve(e):e instanceof hr||(t=e,e=this.cwd);let{withFileTypes:r}=t;if(e.canReaddir()){let i=await e.readdir();return r?i:i.map(s=>s.name)}else return[]}readdirSync(e=this.cwd,t={withFileTypes:!0}){typeof e=="string"?e=this.cwd.resolve(e):e instanceof hr||(t=e,e=this.cwd);let{withFileTypes:r=!0}=t;return e.canReaddir()?r?e.readdirSync():e.readdirSync().map(i=>i.name):[]}async lstat(e=this.cwd){return typeof e=="string"&&(e=this.cwd.resolve(e)),e.lstat()}lstatSync(e=this.cwd){return typeof e=="string"&&(e=this.cwd.resolve(e)),e.lstatSync()}async readlink(e=this.cwd,{withFileTypes:t}={withFileTypes:!1}){typeof e=="string"?e=this.cwd.resolve(e):e instanceof hr||(t=e.withFileTypes,e=this.cwd);let r=await e.readlink();return t?r:r?.fullpath()}readlinkSync(e=this.cwd,{withFileTypes:t}={withFileTypes:!1}){typeof e=="string"?e=this.cwd.resolve(e):e instanceof hr||(t=e.withFileTypes,e=this.cwd);let r=e.readlinkSync();return t?r:r?.fullpath()}async realpath(e=this.cwd,{withFileTypes:t}={withFileTypes:!1}){typeof e=="string"?e=this.cwd.resolve(e):e instanceof hr||(t=e.withFileTypes,e=this.cwd);let r=await e.realpath();return t?r:r?.fullpath()}realpathSync(e=this.cwd,{withFileTypes:t}={withFileTypes:!1}){typeof e=="string"?e=this.cwd.resolve(e):e instanceof hr||(t=e.withFileTypes,e=this.cwd);let r=e.realpathSync();return t?r:r?.fullpath()}async walk(e=this.cwd,t={}){typeof e=="string"?e=this.cwd.resolve(e):e instanceof hr||(t=e,e=this.cwd);let{withFileTypes:r=!0,follow:i=!1,filter:s,walkFilter:a}=t,c=[];(!s||s(e))&&c.push(r?e:e.fullpath());let u=new Set,l=o((h,d)=>{u.add(h),h.readdirCB((p,S)=>{if(p)return d(p);let b=S.length;if(!b)return d();let T=o(()=>{--b===0&&d()},"next");for(let A of S)(!s||s(A))&&c.push(r?A:A.fullpath()),i&&A.isSymbolicLink()?A.realpath().then(P=>P?.isUnknown()?P.lstat():P).then(P=>P?.shouldWalk(u,a)?l(P,T):T()):A.shouldWalk(u,a)?l(A,T):T()},!0)},"walk"),f=e;return new Promise((h,d)=>{l(f,p=>{if(p)return d(p);h(c)})})}walkSync(e=this.cwd,t={}){typeof e=="string"?e=this.cwd.resolve(e):e instanceof hr||(t=e,e=this.cwd);let{withFileTypes:r=!0,follow:i=!1,filter:s,walkFilter:a}=t,c=[];(!s||s(e))&&c.push(r?e:e.fullpath());let u=new Set([e]);for(let l of u){let f=l.readdirSync();for(let h of f){(!s||s(h))&&c.push(r?h:h.fullpath());let d=h;if(h.isSymbolicLink()){if(!(i&&(d=h.realpathSync())))continue;d.isUnknown()&&d.lstatSync()}d.shouldWalk(u,a)&&u.add(d)}}return c}[Symbol.asyncIterator](){return this.iterate()}iterate(e=this.cwd,t={}){return typeof e=="string"?e=this.cwd.resolve(e):e instanceof hr||(t=e,e=this.cwd),this.stream(e,t)[Symbol.asyncIterator]()}[Symbol.iterator](){return this.iterateSync()}*iterateSync(e=this.cwd,t={}){typeof e=="string"?e=this.cwd.resolve(e):e instanceof hr||(t=e,e=this.cwd);let{withFileTypes:r=!0,follow:i=!1,filter:s,walkFilter:a}=t;(!s||s(e))&&(yield r?e:e.fullpath());let c=new Set([e]);for(let u of c){let l=u.readdirSync();for(let f of l){(!s||s(f))&&(yield r?f:f.fullpath());let h=f;if(f.isSymbolicLink()){if(!(i&&(h=f.realpathSync())))continue;h.isUnknown()&&h.lstatSync()}h.shouldWalk(c,a)&&c.add(h)}}}stream(e=this.cwd,t={}){typeof e=="string"?e=this.cwd.resolve(e):e instanceof hr||(t=e,e=this.cwd);let{withFileTypes:r=!0,follow:i=!1,filter:s,walkFilter:a}=t,c=new vs({objectMode:!0});(!s||s(e))&&c.write(r?e:e.fullpath());let u=new Set,l=[e],f=0,h=o(()=>{let d=!1;for(;!d;){let p=l.shift();if(!p){f===0&&c.end();return}f++,u.add(p);let S=o((T,A,P=!1)=>{if(T)return c.emit("error",T);if(i&&!P){let L=[];for(let $ of A)$.isSymbolicLink()&&L.push($.realpath().then(G=>G?.isUnknown()?G.lstat():G));if(L.length){Promise.all(L).then(()=>S(null,A,!0));return}}for(let L of A)L&&(!s||s(L))&&(c.write(r?L:L.fullpath())||(d=!0));f--;for(let L of A){let $=L.realpathCached()||L;$.shouldWalk(u,a)&&l.push($)}d&&!c.flowing?c.once("drain",h):b||h()},"onReaddir"),b=!0;p.readdirCB(S,!0),b=!1}},"process");return h(),c}streamSync(e=this.cwd,t={}){typeof e=="string"?e=this.cwd.resolve(e):e instanceof hr||(t=e,e=this.cwd);let{withFileTypes:r=!0,follow:i=!1,filter:s,walkFilter:a}=t,c=new vs({objectMode:!0}),u=new Set;(!s||s(e))&&c.write(r?e:e.fullpath());let l=[e],f=0,h=o(()=>{let d=!1;for(;!d;){let p=l.shift();if(!p){f===0&&c.end();return}f++,u.add(p);let S=p.readdirSync();for(let b of S)(!s||s(b))&&(c.write(r?b:b.fullpath())||(d=!0));f--;for(let b of S){let T=b;if(b.isSymbolicLink()){if(!(i&&(T=b.realpathSync())))continue;T.isUnknown()&&T.lstatSync()}T.shouldWalk(u,a)&&l.push(T)}}d&&!c.flowing&&c.once("drain",h)},"process");return h(),c}chdir(e=this.cwd){let t=this.cwd;this.cwd=typeof e=="string"?this.cwd.resolve(e):e,this.cwd[BT](t)}},Vo=class extends Jh{static{o(this,"PathScurryWin32")}sep="\\";constructor(e=process.cwd(),t={}){let{nocase:r=!0}=t;super(e,$o.win32,"\\",{...t,nocase:r}),this.nocase=r;for(let i=this.cwd;i;i=i.parent)i.nocase=this.nocase}parseRootPath(e){return $o.win32.parse(e).root.toUpperCase()}newRoot(e){return new Kh(this.rootPath,yi,void 0,this.roots,this.nocase,this.childrenCache(),{fs:e})}isAbsolute(e){return e.startsWith("/")||e.startsWith("\\")||/^[a-z]:(\/|\\)/i.test(e)}},Uo=class extends Jh{static{o(this,"PathScurryPosix")}sep="/";constructor(e=process.cwd(),t={}){let{nocase:r=!1}=t;super(e,$o.posix,"/",{...t,nocase:r}),this.nocase=r}parseRootPath(e){return"/"}newRoot(e){return new Xh(this.rootPath,yi,void 0,this.roots,this.nocase,this.childrenCache(),{fs:e})}isAbsolute(e){return e.startsWith("/")}},vu=class extends Uo{static{o(this,"PathScurryDarwin")}constructor(e=process.cwd(),t={}){let{nocase:r=!0}=t;super(e,{...t,nocase:r})}},EY=process.platform==="win32"?Kh:Xh,qT=process.platform==="win32"?Vo:process.platform==="darwin"?vu:Uo;var jk=o(n=>n.length>=1,"isPatternList"),$k=o(n=>n.length>=1,"isGlobList"),Bo=class n{static{o(this,"Pattern")}#e;#t;#s;length;#n;#a;#_;#u;#f;#o;#c=!0;constructor(e,t,r,i){if(!jk(e))throw new TypeError("empty pattern list");if(!$k(t))throw new TypeError("empty glob list");if(t.length!==e.length)throw new TypeError("mismatched pattern list and glob list lengths");if(this.length=e.length,r<0||r>=this.length)throw new TypeError("index out of range");if(this.#e=e,this.#t=t,this.#s=r,this.#n=i,this.#s===0){if(this.isUNC()){let[s,a,c,u,...l]=this.#e,[f,h,d,p,...S]=this.#t;l[0]===""&&(l.shift(),S.shift());let b=[s,a,c,u,""].join("/"),T=[f,h,d,p,""].join("/");this.#e=[b,...l],this.#t=[T,...S],this.length=this.#e.length}else if(this.isDrive()||this.isAbsolute()){let[s,...a]=this.#e,[c,...u]=this.#t;a[0]===""&&(a.shift(),u.shift());let l=s+"/",f=c+"/";this.#e=[l,...a],this.#t=[f,...u],this.length=this.#e.length}}}pattern(){return this.#e[this.#s]}isString(){return typeof this.#e[this.#s]=="string"}isGlobstar(){return this.#e[this.#s]===Jt}isRegExp(){return this.#e[this.#s]instanceof RegExp}globString(){return this.#_=this.#_||(this.#s===0?this.isAbsolute()?this.#t[0]+this.#t.slice(1).join("/"):this.#t.join("/"):this.#t.slice(this.#s).join("/"))}hasMore(){return this.length>this.#s+1}rest(){return this.#a!==void 0?this.#a:this.hasMore()?(this.#a=new n(this.#e,this.#t,this.#s+1,this.#n),this.#a.#o=this.#o,this.#a.#f=this.#f,this.#a.#u=this.#u,this.#a):this.#a=null}isUNC(){let e=this.#e;return this.#f!==void 0?this.#f:this.#f=this.#n==="win32"&&this.#s===0&&e[0]===""&&e[1]===""&&typeof e[2]=="string"&&!!e[2]&&typeof e[3]=="string"&&!!e[3]}isDrive(){let e=this.#e;return this.#u!==void 0?this.#u:this.#u=this.#n==="win32"&&this.#s===0&&this.length>1&&typeof e[0]=="string"&&/^[a-z]:$/i.test(e[0])}isAbsolute(){let e=this.#e;return this.#o!==void 0?this.#o:this.#o=e[0]===""&&e.length>1||this.isDrive()||this.isUNC()}root(){let e=this.#e[0];return typeof e=="string"&&this.isAbsolute()&&this.#s===0?e:""}checkFollowGlobstar(){return!(this.#s===0||!this.isGlobstar()||!this.#c)}markFollowGlobstar(){return this.#s===0||!this.isGlobstar()||!this.#c?!1:(this.#c=!1,!0)}};var Vk=typeof process=="object"&&process&&typeof process.platform=="string"?process.platform:"linux",qo=class{static{o(this,"Ignore")}relative;relativeChildren;absolute;absoluteChildren;platform;mmopts;constructor(e,{nobrace:t,nocase:r,noext:i,noglobstar:s,platform:a=Vk}){this.relative=[],this.absolute=[],this.relativeChildren=[],this.absoluteChildren=[],this.platform=a,this.mmopts={dot:!0,nobrace:t,nocase:r,noext:i,noglobstar:s,optimizationLevel:2,platform:a,nocomment:!0,nonegate:!0};for(let c of e)this.add(c)}add(e){let t=new Qr(e,this.mmopts);for(let r=0;r<t.set.length;r++){let i=t.set[r],s=t.globParts[r];if(!i||!s)throw new Error("invalid pattern object");for(;i[0]==="."&&s[0]===".";)i.shift(),s.shift();let a=new Bo(i,s,0,this.platform),c=new Qr(a.globString(),this.mmopts),u=s[s.length-1]==="**",l=a.isAbsolute();l?this.absolute.push(c):this.relative.push(c),u&&(l?this.absoluteChildren.push(c):this.relativeChildren.push(c))}}ignored(e){let t=e.fullpath(),r=`${t}/`,i=e.relative()||".",s=`${i}/`;for(let a of this.relative)if(a.match(i)||a.match(s))return!0;for(let a of this.absolute)if(a.match(t)||a.match(r))return!0;return!1}childrenIgnored(e){let t=e.fullpath()+"/",r=(e.relative()||".")+"/";for(let i of this.relativeChildren)if(i.match(r))return!0;for(let i of this.absoluteChildren)if(i.match(t))return!0;return!1}};var E1=class n{static{o(this,"HasWalkedCache")}store;constructor(e=new Map){this.store=e}copy(){return new n(new Map(this.store))}hasWalked(e,t){return this.store.get(e.fullpath())?.has(t.globString())}storeWalked(e,t){let r=e.fullpath(),i=this.store.get(r);i?i.add(t.globString()):this.store.set(r,new Set([t.globString()]))}},T1=class{static{o(this,"MatchRecord")}store=new Map;add(e,t,r){let i=(t?2:0)|(r?1:0),s=this.store.get(e);this.store.set(e,s===void 0?i:i&s)}entries(){return[...this.store.entries()].map(([e,t])=>[e,!!(t&2),!!(t&1)])}},A1=class{static{o(this,"SubWalks")}store=new Map;add(e,t){if(!e.canReaddir())return;let r=this.store.get(e);r?r.find(i=>i.globString()===t.globString())||r.push(t):this.store.set(e,[t])}get(e){let t=this.store.get(e);if(!t)throw new Error("attempting to walk unknown path");return t}entries(){return this.keys().map(e=>[e,this.store.get(e)])}keys(){return[...this.store.keys()].filter(e=>e.canReaddir())}},Su=class n{static{o(this,"Processor")}hasWalkedCache;matches=new T1;subwalks=new A1;patterns;follow;dot;opts;constructor(e,t){this.opts=e,this.follow=!!e.follow,this.dot=!!e.dot,this.hasWalkedCache=t?t.copy():new E1}processPatterns(e,t){this.patterns=t;let r=t.map(i=>[e,i]);for(let[i,s]of r){this.hasWalkedCache.storeWalked(i,s);let a=s.root(),c=s.isAbsolute()&&this.opts.absolute!==!1;if(a){i=i.resolve(a==="/"&&this.opts.root!==void 0?this.opts.root:a);let h=s.rest();if(h)s=h;else{this.matches.add(i,!0,!1);continue}}if(i.isENOENT())continue;let u,l,f=!1;for(;typeof(u=s.pattern())=="string"&&(l=s.rest());)i=i.resolve(u),s=l,f=!0;if(u=s.pattern(),l=s.rest(),f){if(this.hasWalkedCache.hasWalked(i,s))continue;this.hasWalkedCache.storeWalked(i,s)}if(typeof u=="string"){let h=u===".."||u===""||u===".";this.matches.add(i.resolve(u),c,h);continue}else if(u===Jt){(!i.isSymbolicLink()||this.follow||s.checkFollowGlobstar())&&this.subwalks.add(i,s);let h=l?.pattern(),d=l?.rest();if(!l||(h===""||h===".")&&!d)this.matches.add(i,c,h===""||h===".");else if(h===".."){let p=i.parent||i;d?this.hasWalkedCache.hasWalked(p,d)||this.subwalks.add(p,d):this.matches.add(p,c,!0)}}else u instanceof RegExp&&this.subwalks.add(i,s)}return this}subwalkTargets(){return this.subwalks.keys()}child(){return new n(this.opts,this.hasWalkedCache)}filterEntries(e,t){let r=this.subwalks.get(e),i=this.child();for(let s of t)for(let a of r){let c=a.isAbsolute(),u=a.pattern(),l=a.rest();u===Jt?i.testGlobstar(s,a,l,c):u instanceof RegExp?i.testRegExp(s,u,l,c):i.testString(s,u,l,c)}return i}testGlobstar(e,t,r,i){if((this.dot||!e.name.startsWith("."))&&(t.hasMore()||this.matches.add(e,i,!1),e.canReaddir()&&(this.follow||!e.isSymbolicLink()?this.subwalks.add(e,t):e.isSymbolicLink()&&(r&&t.checkFollowGlobstar()?this.subwalks.add(e,r):t.markFollowGlobstar()&&this.subwalks.add(e,t)))),r){let s=r.pattern();if(typeof s=="string"&&s!==".."&&s!==""&&s!==".")this.testString(e,s,r.rest(),i);else if(s===".."){let a=e.parent||e;this.subwalks.add(a,r)}else s instanceof RegExp&&this.testRegExp(e,s,r.rest(),i)}}testRegExp(e,t,r,i){t.test(e.name)&&(r?this.subwalks.add(e,r):this.matches.add(e,i,!1))}testString(e,t,r,i){e.isNamed(t)&&(r?this.subwalks.add(e,r):this.matches.add(e,i,!1))}};var Uk=o((n,e)=>typeof n=="string"?new qo([n],e):Array.isArray(n)?new qo(n,e):n,"makeIgnore"),Zh=class{static{o(this,"GlobUtil")}path;patterns;opts;seen=new Set;paused=!1;aborted=!1;#e=[];#t;#s;signal;maxDepth;includeChildMatches;constructor(e,t,r){if(this.patterns=e,this.path=t,this.opts=r,this.#s=!r.posix&&r.platform==="win32"?"\\":"/",this.includeChildMatches=r.includeChildMatches!==!1,(r.ignore||!this.includeChildMatches)&&(this.#t=Uk(r.ignore??[],r),!this.includeChildMatches&&typeof this.#t.add!="function")){let i="cannot ignore child matches, ignore lacks add() method.";throw new Error(i)}this.maxDepth=r.maxDepth||1/0,r.signal&&(this.signal=r.signal,this.signal.addEventListener("abort",()=>{this.#e.length=0}))}#n(e){return this.seen.has(e)||!!this.#t?.ignored?.(e)}#a(e){return!!this.#t?.childrenIgnored?.(e)}pause(){this.paused=!0}resume(){if(this.signal?.aborted)return;this.paused=!1;let e;for(;!this.paused&&(e=this.#e.shift());)e()}onResume(e){this.signal?.aborted||(this.paused?this.#e.push(e):e())}async matchCheck(e,t){if(t&&this.opts.nodir)return;let r;if(this.opts.realpath){if(r=e.realpathCached()||await e.realpath(),!r)return;e=r}let s=e.isUnknown()||this.opts.stat?await e.lstat():e;if(this.opts.follow&&this.opts.nodir&&s?.isSymbolicLink()){let a=await s.realpath();a&&(a.isUnknown()||this.opts.stat)&&await a.lstat()}return this.matchCheckTest(s,t)}matchCheckTest(e,t){return e&&(this.maxDepth===1/0||e.depth()<=this.maxDepth)&&(!t||e.canReaddir())&&(!this.opts.nodir||!e.isDirectory())&&(!this.opts.nodir||!this.opts.follow||!e.isSymbolicLink()||!e.realpathCached()?.isDirectory())&&!this.#n(e)?e:void 0}matchCheckSync(e,t){if(t&&this.opts.nodir)return;let r;if(this.opts.realpath){if(r=e.realpathCached()||e.realpathSync(),!r)return;e=r}let s=e.isUnknown()||this.opts.stat?e.lstatSync():e;if(this.opts.follow&&this.opts.nodir&&s?.isSymbolicLink()){let a=s.realpathSync();a&&(a?.isUnknown()||this.opts.stat)&&a.lstatSync()}return this.matchCheckTest(s,t)}matchFinish(e,t){if(this.#n(e))return;if(!this.includeChildMatches&&this.#t?.add){let s=`${e.relativePosix()}/**`;this.#t.add(s)}let r=this.opts.absolute===void 0?t:this.opts.absolute;this.seen.add(e);let i=this.opts.mark&&e.isDirectory()?this.#s:"";if(this.opts.withFileTypes)this.matchEmit(e);else if(r){let s=this.opts.posix?e.fullpathPosix():e.fullpath();this.matchEmit(s+i)}else{let s=this.opts.posix?e.relativePosix():e.relative(),a=this.opts.dotRelative&&!s.startsWith(".."+this.#s)?"."+this.#s:"";this.matchEmit(s?a+s+i:"."+i)}}async match(e,t,r){let i=await this.matchCheck(e,r);i&&this.matchFinish(i,t)}matchSync(e,t,r){let i=this.matchCheckSync(e,r);i&&this.matchFinish(i,t)}walkCB(e,t,r){this.signal?.aborted&&r(),this.walkCB2(e,t,new Su(this.opts),r)}walkCB2(e,t,r,i){if(this.#a(e))return i();if(this.signal?.aborted&&i(),this.paused){this.onResume(()=>this.walkCB2(e,t,r,i));return}r.processPatterns(e,t);let s=1,a=o(()=>{--s===0&&i()},"next");for(let[c,u,l]of r.matches.entries())this.#n(c)||(s++,this.match(c,u,l).then(()=>a()));for(let c of r.subwalkTargets()){if(this.maxDepth!==1/0&&c.depth()>=this.maxDepth)continue;s++;let u=c.readdirCached();c.calledReaddir()?this.walkCB3(c,u,r,a):c.readdirCB((l,f)=>this.walkCB3(c,f,r,a),!0)}a()}walkCB3(e,t,r,i){r=r.filterEntries(e,t);let s=1,a=o(()=>{--s===0&&i()},"next");for(let[c,u,l]of r.matches.entries())this.#n(c)||(s++,this.match(c,u,l).then(()=>a()));for(let[c,u]of r.subwalks.entries())s++,this.walkCB2(c,u,r.child(),a);a()}walkCBSync(e,t,r){this.signal?.aborted&&r(),this.walkCB2Sync(e,t,new Su(this.opts),r)}walkCB2Sync(e,t,r,i){if(this.#a(e))return i();if(this.signal?.aborted&&i(),this.paused){this.onResume(()=>this.walkCB2Sync(e,t,r,i));return}r.processPatterns(e,t);let s=1,a=o(()=>{--s===0&&i()},"next");for(let[c,u,l]of r.matches.entries())this.#n(c)||this.matchSync(c,u,l);for(let c of r.subwalkTargets()){if(this.maxDepth!==1/0&&c.depth()>=this.maxDepth)continue;s++;let u=c.readdirSync();this.walkCB3Sync(c,u,r,a)}a()}walkCB3Sync(e,t,r,i){r=r.filterEntries(e,t);let s=1,a=o(()=>{--s===0&&i()},"next");for(let[c,u,l]of r.matches.entries())this.#n(c)||this.matchSync(c,u,l);for(let[c,u]of r.subwalks.entries())s++,this.walkCB2Sync(c,u,r.child(),a);a()}},_u=class extends Zh{static{o(this,"GlobWalker")}matches=new Set;constructor(e,t,r){super(e,t,r)}matchEmit(e){this.matches.add(e)}async walk(){if(this.signal?.aborted)throw this.signal.reason;return this.path.isUnknown()&&await this.path.lstat(),await new Promise((e,t)=>{this.walkCB(this.path,this.patterns,()=>{this.signal?.aborted?t(this.signal.reason):e(this.matches)})}),this.matches}walkSync(){if(this.signal?.aborted)throw this.signal.reason;return this.path.isUnknown()&&this.path.lstatSync(),this.walkCBSync(this.path,this.patterns,()=>{if(this.signal?.aborted)throw this.signal.reason}),this.matches}},wu=class extends Zh{static{o(this,"GlobStream")}results;constructor(e,t,r){super(e,t,r),this.results=new vs({signal:this.signal,objectMode:!0}),this.results.on("drain",()=>this.resume()),this.results.on("resume",()=>this.resume())}matchEmit(e){this.results.write(e),this.results.flowing||this.pause()}stream(){let e=this.path;return e.isUnknown()?e.lstat().then(()=>{this.walkCB(e,this.patterns,()=>this.results.end())}):this.walkCB(e,this.patterns,()=>this.results.end()),this.results}streamSync(){return this.path.isUnknown()&&this.path.lstatSync(),this.walkCBSync(this.path,this.patterns,()=>this.results.end()),this.results}};var Bk=typeof process=="object"&&process&&typeof process.platform=="string"?process.platform:"linux",zn=class{static{o(this,"Glob")}absolute;cwd;root;dot;dotRelative;follow;ignore;magicalBraces;mark;matchBase;maxDepth;nobrace;nocase;nodir;noext;noglobstar;pattern;platform;realpath;scurry;stat;signal;windowsPathsNoEscape;withFileTypes;includeChildMatches;opts;patterns;constructor(e,t){if(!t)throw new TypeError("glob options required");if(this.withFileTypes=!!t.withFileTypes,this.signal=t.signal,this.follow=!!t.follow,this.dot=!!t.dot,this.dotRelative=!!t.dotRelative,this.nodir=!!t.nodir,this.mark=!!t.mark,t.cwd?(t.cwd instanceof URL||t.cwd.startsWith("file://"))&&(t.cwd=(0,GT.fileURLToPath)(t.cwd)):this.cwd="",this.cwd=t.cwd||"",this.root=t.root,this.magicalBraces=!!t.magicalBraces,this.nobrace=!!t.nobrace,this.noext=!!t.noext,this.realpath=!!t.realpath,this.absolute=t.absolute,this.includeChildMatches=t.includeChildMatches!==!1,this.noglobstar=!!t.noglobstar,this.matchBase=!!t.matchBase,this.maxDepth=typeof t.maxDepth=="number"?t.maxDepth:1/0,this.stat=!!t.stat,this.ignore=t.ignore,this.withFileTypes&&this.absolute!==void 0)throw new Error("cannot set absolute and withFileTypes:true");if(typeof e=="string"&&(e=[e]),this.windowsPathsNoEscape=!!t.windowsPathsNoEscape||t.allowWindowsEscape===!1,this.windowsPathsNoEscape&&(e=e.map(u=>u.replace(/\\/g,"/"))),this.matchBase){if(t.noglobstar)throw new TypeError("base matching requires globstar");e=e.map(u=>u.includes("/")?u:`./**/${u}`)}if(this.pattern=e,this.platform=t.platform||Bk,this.opts={...t,platform:this.platform},t.scurry){if(this.scurry=t.scurry,t.nocase!==void 0&&t.nocase!==t.scurry.nocase)throw new Error("nocase option contradicts provided scurry option")}else{let u=t.platform==="win32"?Vo:t.platform==="darwin"?vu:t.platform?Uo:qT;this.scurry=new u(this.cwd,{nocase:t.nocase,fs:t.fs})}this.nocase=this.scurry.nocase;let r=this.platform==="darwin"||this.platform==="win32",i={...t,dot:this.dot,matchBase:this.matchBase,nobrace:this.nobrace,nocase:this.nocase,nocaseMagicOnly:r,nocomment:!0,noext:this.noext,nonegate:!0,optimizationLevel:2,platform:this.platform,windowsPathsNoEscape:this.windowsPathsNoEscape,debug:!!this.opts.debug},s=this.pattern.map(u=>new Qr(u,i)),[a,c]=s.reduce((u,l)=>(u[0].push(...l.set),u[1].push(...l.globParts),u),[[],[]]);this.patterns=a.map((u,l)=>{let f=c[l];if(!f)throw new Error("invalid pattern object");return new Bo(u,f,0,this.platform)})}async walk(){return[...await new _u(this.patterns,this.scurry.cwd,{...this.opts,maxDepth:this.maxDepth!==1/0?this.maxDepth+this.scurry.cwd.depth():1/0,platform:this.platform,nocase:this.nocase,includeChildMatches:this.includeChildMatches}).walk()]}walkSync(){return[...new _u(this.patterns,this.scurry.cwd,{...this.opts,maxDepth:this.maxDepth!==1/0?this.maxDepth+this.scurry.cwd.depth():1/0,platform:this.platform,nocase:this.nocase,includeChildMatches:this.includeChildMatches}).walkSync()]}stream(){return new wu(this.patterns,this.scurry.cwd,{...this.opts,maxDepth:this.maxDepth!==1/0?this.maxDepth+this.scurry.cwd.depth():1/0,platform:this.platform,nocase:this.nocase,includeChildMatches:this.includeChildMatches}).stream()}streamSync(){return new wu(this.patterns,this.scurry.cwd,{...this.opts,maxDepth:this.maxDepth!==1/0?this.maxDepth+this.scurry.cwd.depth():1/0,platform:this.platform,nocase:this.nocase,includeChildMatches:this.includeChildMatches}).streamSync()}iterateSync(){return this.streamSync()[Symbol.iterator]()}[Symbol.iterator](){return this.iterateSync()}iterate(){return this.stream()[Symbol.asyncIterator]()}[Symbol.asyncIterator](){return this.iterate()}};var C1=o((n,e={})=>{Array.isArray(n)||(n=[n]);for(let t of n)if(new Qr(t,e).hasMagic())return!0;return!1},"hasMagic");function td(n,e={}){return new zn(n,e).streamSync()}o(td,"globStreamSync");function zT(n,e={}){return new zn(n,e).stream()}o(zT,"globStream");function HT(n,e={}){return new zn(n,e).walkSync()}o(HT,"globSync");async function WT(n,e={}){return new zn(n,e).walk()}o(WT,"glob_");function rd(n,e={}){return new zn(n,e).iterateSync()}o(rd,"globIterateSync");function QT(n,e={}){return new zn(n,e).iterate()}o(QT,"globIterate");var qk=td,Gk=Object.assign(zT,{sync:td}),Wk=rd,zk=Object.assign(QT,{sync:rd}),Hk=Object.assign(HT,{stream:td,iterate:rd}),ed=Object.assign(WT,{glob:WT,globSync:HT,sync:Hk,globStream:zT,stream:Gk,globStreamSync:td,streamSync:qk,globIterate:QT,iterate:zk,globIterateSync:rd,iterateSync:Wk,Glob:zn,hasMagic:C1,escape:No,unescape:qn});ed.glob=ed;var ya=Ie(hn());var ws=class{constructor(e){this.rootPath=e}static{o(this,"NodeFsAdapter")}async readFile(e){let t=this.resolvePath(e);if(!await Nt.default.pathExists(t))throw new ya.FileNotFoundError(e);return Nt.default.readFile(t,"utf-8")}async fileExists(e){let t=this.resolvePath(e);return Nt.default.pathExists(t)}async getFileMetadata(e){let t=await this.readFile(e);return this.extractFrontmatter(t)}async createFile(e,t){let r=this.resolvePath(e);if(await Nt.default.pathExists(r))throw new ya.FileAlreadyExistsError(e);return await Nt.default.ensureDir(_s.default.dirname(r)),await Nt.default.writeFile(r,t,"utf-8"),e}async updateFile(e,t){let r=this.resolvePath(e);if(!await Nt.default.pathExists(r))throw new ya.FileNotFoundError(e);await Nt.default.writeFile(r,t,"utf-8")}async writeFile(e,t){let r=this.resolvePath(e);await Nt.default.ensureDir(_s.default.dirname(r)),await Nt.default.writeFile(r,t,"utf-8")}async deleteFile(e){let t=this.resolvePath(e);if(!await Nt.default.pathExists(t))throw new ya.FileNotFoundError(e);await Nt.default.remove(t)}async renameFile(e,t){let r=this.resolvePath(e),i=this.resolvePath(t);if(!await Nt.default.pathExists(r))throw new ya.FileNotFoundError(e);await Nt.default.ensureDir(_s.default.dirname(i)),await Nt.default.move(r,i)}async createDirectory(e){let t=this.resolvePath(e);await Nt.default.ensureDir(t)}async directoryExists(e){let t=this.resolvePath(e);return await Nt.default.pathExists(t)?(await Nt.default.stat(t)).isDirectory():!1}async getMarkdownFiles(e){let t=e?this.resolvePath(e):this.rootPath,r=_s.default.join(t,"**/*.md");return(await ed(r,{nodir:!0})).map(a=>_s.default.relative(this.rootPath,a))}async findFilesByMetadata(e){let t=await this.getMarkdownFiles(),r=[];for(let i of t)try{let s=await this.getFileMetadata(i);this.matchesQuery(s,e)&&r.push(i)}catch{continue}return r}async findFileByUID(e){let t=await this.findFilesByMetadata({exo__Asset_uid:e});return t.length>0?t[0]:null}resolvePath(e){return _s.default.isAbsolute(e)?e:_s.default.join(this.rootPath,e)}extractFrontmatter(e){let t=/^---\n([\s\S]*?)\n---/,r=e.match(t);if(!r)return{};try{let i=ru.load(r[1]);return typeof i=="object"&&i!==null?i:{}}catch{return{}}}matchesQuery(e,t){for(let[r,i]of Object.entries(t)){let s=e[r];if(Array.isArray(s)){if(!s.some(a=>this.normalizeValue(a)===this.normalizeValue(i)))return!1}else if(this.normalizeValue(s)!==this.normalizeValue(i))return!1}return!0}normalizeValue(e){return e==null?"":String(e).replace(/["'[\]]/g,"").trim()}};var bu=Ie(require("path")),x1=Ie(ha());var Go=class{constructor(e){this.vaultRoot=e}static{o(this,"PathResolver")}resolve(e){if(!bu.default.isAbsolute(e))return bu.default.resolve(this.vaultRoot,e);let t=bu.default.resolve(e),r=bu.default.resolve(this.vaultRoot);if(!t.startsWith(r))throw new rt(`File path ${e} is outside vault root ${this.vaultRoot}`,"Provide a file path within the vault directory.",{filepath:e,vaultRoot:this.vaultRoot});return t}validate(e){if(!x1.default.existsSync(e))throw new iu(e);if(!x1.default.statSync(e).isFile())throw new rt(`Not a file: ${e}`,"Provide a path to a file, not a directory.",{filepath:e});if(!e.endsWith(".md"))throw new rt(`Not a Markdown file: ${e}`,"Provide a path to a .md file.",{filepath:e})}getVaultRoot(){return this.vaultRoot}};var eA=Ie(hn());var YT=Ie(hn());var Hn=class{static{o(this,"BaseCommandExecutor")}constructor(e){this.pathResolver=e.pathResolver,this.fsAdapter=e.fsAdapter,this.frontmatterService=e.frontmatterService,this.dryRun=e.dryRun}resolveAndValidate(e){let t=this.pathResolver.resolve(e);this.pathResolver.validate(t);let r=t.replace(this.pathResolver.getVaultRoot()+"/","");return{resolvedPath:t,relativePath:r}}getCurrentTimestamp(){return YT.DateFormatter.toLocalTimestamp(new Date)}isAssetArchived(e){if(e?.exo__Asset_isArchived===!0)return!0;let t=e?.archived;if(t==null)return!1;if(typeof t=="boolean")return t;if(typeof t=="number")return t!==0;if(typeof t=="string"){let r=t.toLowerCase().trim();return r==="true"||r==="yes"||r==="1"}return!1}extractAliasesFromFrontmatter(e){let t=e.match(/aliases:\s*\n((?: - .*\n?)*)/);return t?t[1].split(`
|
|
425
425
|
`).filter(i=>i.trim()).map(i=>i.replace(/^\s*-\s*/,"").trim()):[]}};var Eu=class extends Hn{static{o(this,"StatusCommandExecutor")}constructor(e){super(e)}async executeStart(e){try{let{relativePath:t}=this.resolveAndValidate(e),r=await this.fsAdapter.readFile(t),i=this.getCurrentTimestamp(),s=this.frontmatterService.updateProperty(r,"ems__Effort_status",'"[[ems__EffortStatusDoing]]"');s=this.frontmatterService.updateProperty(s,"ems__Effort_startTimestamp",i),await this.fsAdapter.updateFile(t,s),console.log(`\u2705 Started: ${e}`),console.log(" Status: Doing"),console.log(` Start time: ${i}`),process.exit(0)}catch(t){H.handle(t)}}async executeComplete(e){try{let{relativePath:t}=this.resolveAndValidate(e),r=await this.fsAdapter.readFile(t),i=this.getCurrentTimestamp(),s=this.frontmatterService.updateProperty(r,"ems__Effort_status",'"[[ems__EffortStatusDone]]"');s=this.frontmatterService.updateProperty(s,"ems__Effort_endTimestamp",i),s=this.frontmatterService.updateProperty(s,"ems__Effort_resolutionTimestamp",i),await this.fsAdapter.updateFile(t,s),console.log(`\u2705 Completed: ${e}`),console.log(" Status: Done"),console.log(` Completion time: ${i}`),process.exit(0)}catch(t){H.handle(t)}}async executeTrash(e){try{let{relativePath:t}=this.resolveAndValidate(e),r=await this.fsAdapter.readFile(t),i=this.getCurrentTimestamp(),s=this.frontmatterService.updateProperty(r,"ems__Effort_status",'"[[ems__EffortStatusTrashed]]"');s=this.frontmatterService.updateProperty(s,"ems__Effort_resolutionTimestamp",i),await this.fsAdapter.updateFile(t,s),console.log(`\u2705 Trashed: ${e}`),console.log(" Status: Trashed"),console.log(` Resolution time: ${i}`),process.exit(0)}catch(t){H.handle(t)}}async executeArchive(e){try{let{relativePath:t}=this.resolveAndValidate(e),r=await this.fsAdapter.readFile(t),i=this.frontmatterService.updateProperty(r,"archived","true");i=this.frontmatterService.removeProperty(i,"aliases"),await this.fsAdapter.updateFile(t,i),console.log(`\u2705 Archived: ${e}`),console.log(" Archived: true"),console.log(" Aliases removed"),process.exit(0)}catch(t){H.handle(t)}}async executeMoveToBacklog(e){try{await this.updateStatus(e,"ems__EffortStatusBacklog","Backlog"),process.exit(0)}catch(t){H.handle(t)}}async executeMoveToAnalysis(e){try{await this.updateStatus(e,"ems__EffortStatusAnalysis","Analysis"),process.exit(0)}catch(t){H.handle(t)}}async executeMoveToToDo(e){try{await this.updateStatus(e,"ems__EffortStatusToDo","ToDo"),process.exit(0)}catch(t){H.handle(t)}}async updateStatus(e,t,r){let{relativePath:i}=this.resolveAndValidate(e),s=await this.fsAdapter.readFile(i),a=this.frontmatterService.updateProperty(s,"ems__Effort_status",`"[[${t}]]"`);await this.fsAdapter.updateFile(i,a),console.log(`\u2705 Moved to ${r}: ${e}`),console.log(` Status: ${r}`)}};var er=[];for(let n=0;n<256;++n)er.push((n+256).toString(16).slice(1));function KT(n,e=0){return(er[n[e+0]]+er[n[e+1]]+er[n[e+2]]+er[n[e+3]]+"-"+er[n[e+4]]+er[n[e+5]]+"-"+er[n[e+6]]+er[n[e+7]]+"-"+er[n[e+8]]+er[n[e+9]]+"-"+er[n[e+10]]+er[n[e+11]]+er[n[e+12]]+er[n[e+13]]+er[n[e+14]]+er[n[e+15]]).toLowerCase()}o(KT,"unsafeStringify");var XT=require("node:crypto");var id=new Uint8Array(256),nd=id.length;function I1(){return nd>id.length-16&&((0,XT.randomFillSync)(id),nd=0),id.slice(nd,nd+=16)}o(I1,"rng");var JT=require("node:crypto"),O1={randomUUID:JT.randomUUID};function Yk(n,e,t){n=n||{};let r=n.random??n.rng?.()??I1();if(r.length<16)throw new Error("Random bytes length must be >= 16");if(r[6]=r[6]&15|64,r[8]=r[8]&63|128,e){if(t=t||0,t<0||t+16>e.length)throw new RangeError(`UUID byte range ${t}:${t+15} is out of buffer bounds`);for(let i=0;i<16;++i)e[t+i]=r[i];return e}return KT(r)}o(Yk,"_v4");function Kk(n,e,t){return O1.randomUUID&&!e&&!n?O1.randomUUID():Yk(n,e,t)}o(Kk,"v4");var P1=Kk;var Wo=Ie(hn());var Tu=class extends Hn{static{o(this,"AssetCreationExecutor")}constructor(e){super(e)}async executeCreateTask(e,t,r={}){try{await this.createAsset(e,t,"ems__Task",r),process.exit(0)}catch(i){H.handle(i)}}async executeCreateMeeting(e,t,r={}){try{await this.createAsset(e,t,"ems__Meeting",r),process.exit(0)}catch(i){H.handle(i)}}async executeCreateProject(e,t,r={}){try{await this.createAsset(e,t,"ems__Project",r),process.exit(0)}catch(i){H.handle(i)}}async executeCreateArea(e,t,r={}){try{await this.createAsset(e,t,"ems__Area",r),process.exit(0)}catch(i){H.handle(i)}}async createAsset(e,t,r,i={}){if(!t||t.trim().length===0)throw new Error("Label cannot be empty");let s=t.trim(),{relativePath:a}=this.resolveAndValidate(e);if(await this.fsAdapter.fileExists(a))throw new Wo.FileAlreadyExistsError(e);let u=P1(),l=this.buildAssetFrontmatter(r,u,s,i),f=Wo.MetadataHelpers.buildFileContent(l);await this.fsAdapter.createFile(a,f),console.log(`\u2705 Created ${this.getAssetTypeName(r)}: ${e}`),console.log(` UID: ${u}`),console.log(` Label: ${s}`),console.log(` Class: ${r}`)}buildAssetFrontmatter(e,t,r,i={}){let s=Wo.DateFormatter.toLocalTimestamp(new Date),a={exo__Asset_isDefinedBy:'"[[Ontology/EMS]]"',exo__Asset_uid:t,exo__Asset_label:r,exo__Asset_createdAt:s,exo__Instance_class:[`"[[${e}]]"`],aliases:[r]};return(e==="ems__Task"||e==="ems__Project"||e==="ems__Meeting")&&(a.ems__Effort_status='"[[ems__EffortStatusDraft]]"'),i.prototype&&(a.ems__Effort_prototype=`"[[${i.prototype}]]"`),i.area&&(a.ems__Effort_area=`"[[${i.area}]]"`),i.parent&&(a.ems__Effort_parent=`"[[${i.parent}]]"`),a}getAssetTypeName(e){return{ems__Task:"task",ems__Meeting:"meeting",ems__Project:"project",ems__Area:"area"}[e]||"asset"}};var D1=Ie(require("path"));var ZT=Ie(hn());var Au=class extends Hn{static{o(this,"PropertyCommandExecutor")}constructor(e){super(e)}async executeRenameToUid(e){try{let{relativePath:t}=this.resolveAndValidate(e),r=await this.fsAdapter.getFileMetadata(t);if(!r.exo__Asset_uid)throw new Error("Asset missing exo__Asset_uid property");let i=D1.default.basename(t,".md"),s=r.exo__Asset_uid;if(i===s&&(console.log(`\u2705 Already renamed: ${e}`),console.log(` Current filename matches UID: ${s}.md`),process.exit(0)),!r.exo__Asset_label||r.exo__Asset_label.trim()===""){let u=await this.fsAdapter.readFile(t),l=this.frontmatterService.updateProperty(u,"exo__Asset_label",i),f=this.isAssetArchived(r),h=l;f||(h=this.frontmatterService.updateProperty(l,"aliases",`
|
|
426
426
|
- ${i}`)),await this.fsAdapter.updateFile(t,h),console.log(` Updated label: "${i}"`)}let a=D1.default.dirname(t),c=a!=="."?`${a}/${s}.md`:`${s}.md`;await this.fsAdapter.renameFile(t,c),console.log("\u2705 Renamed to UID format"),console.log(` Old: ${t}`),console.log(` New: ${c}`),process.exit(0)}catch(t){H.handle(t)}}async executeUpdateLabel(e,t){try{if(!t||t.trim().length===0)throw new Error("Label cannot be empty");let r=t.trim(),{relativePath:i}=this.resolveAndValidate(e),s=await this.fsAdapter.readFile(i),a=this.frontmatterService.updateProperty(s,"exo__Asset_label",r),c=this.frontmatterService.parse(a),u=this.extractAliasesFromFrontmatter(c.content);if(u.includes(r)||(u.length===0?a=this.frontmatterService.updateProperty(a,"aliases",`
|
|
427
427
|
- ${r}`):a=this.frontmatterService.updateProperty(a,"aliases",`${u.map(l=>`
|
|
@@ -447,7 +447,7 @@ globstar while`,e,d,t,p,S),this.matchOne(e.slice(d),t.slice(p),r))return this.de
|
|
|
447
447
|
${t}
|
|
448
448
|
Continue? (y/n): `,s=>{r.close(),i(s.toLowerCase()==="y"||s.toLowerCase()==="yes")})})}};var pd=class{static{o(this,"CLIContainer")}static setup(){Ho.container.register(xu.DI_TOKENS.ILogger,{useFactory:o(()=>new ud("exocortex-cli"),"useFactory")}),Ho.container.register(xu.DI_TOKENS.IEventBus,{useClass:ld}),Ho.container.register(xu.DI_TOKENS.IConfiguration,{useClass:fd}),Ho.container.register(xu.DI_TOKENS.INotificationService,{useClass:dd})}static reset(){Ho.container.clearInstances()}};function Iu(n){pd.setup(),wa.container.register(Es.DI_TOKENS.IVaultAdapter,{useFactory:o(()=>new pi(n),"useFactory")})}o(Iu,"setupContainer");function sj(n){if(n.length===0)return"No practices found.";let e=[];for(let t of n){let r="\u2B1C";t.doneToday?r="\u2705":t.inProgressToday&&(r="\u{1F504}");let i=t.estimatedDuration?` (${t.estimatedDuration}m)`:"";e.push(`${r} ${t.label}${i}`)}return e.join(`
|
|
449
449
|
`)}o(sj,"formatPractices");function aj(n){let e=[`\u{1F4C5} Daily Review: ${n.date}`,"","\u{1F4CA} Tasks:",` Planned: ${n.plannedCount}`,` Completed: ${n.completedCount}`,` In Progress: ${n.inProgressCount}`,` Progress: ${n.completionPercentage}%`,"",`\u23F1\uFE0F Total time: ${Math.round(n.totalTimeMinutes)} minutes`];if(n.practicesDue.length>0){e.push(""),e.push(`\u{1F4CB} Practices due (${n.practicesDue.length}):`);for(let t of n.practicesDue){let r=t.estimatedDuration?` (${t.estimatedDuration}m)`:"";e.push(` \u2B1C ${t.label}${r}`)}}return e.join(`
|
|
450
|
-
`)}o(aj,"formatSummary");function vA(){let n=new Et("daily").description("Daily review operations for mobile-friendly workflow");return n.command("practices").description("List today's practices (recurring tasks)").option("--vault <path>","Path to Obsidian vault",process.cwd()).option("--format <type>","Output format: text|json","text").action(async e=>{let t=e.format||"text";H.setFormat(t);try{let r=(0,Qo.resolve)(e.vault);if(!(0,Yo.existsSync)(r))throw new Ft(r);Iu(r);let s=await wa.container.resolve(Es.DailyReviewService).getPractices();if(t==="json"){let a=je.success({practices:s,count:s.length});console.log(JSON.stringify(a,null,2))}else console.log(sj(s))}catch(r){H.handle(r)}}),n.command("summary").description("Show today's daily review summary").option("--vault <path>","Path to Obsidian vault",process.cwd()).option("--format <type>","Output format: text|json","text").option("--date <value>","Date in YYYY-MM-DD format (default: today)").action(async e=>{let t=e.format||"text";H.setFormat(t);try{let r=(0,Qo.resolve)(e.vault);if(!(0,Yo.existsSync)(r))throw new Ft(r);Iu(r);let i=wa.container.resolve(Es.DailyReviewService),s;if(e.date&&(s=new Date(e.date),isNaN(s.getTime())))throw new rt(`Invalid date format: ${e.date}`,"exocortex daily summary --date YYYY-MM-DD",{date:e.date});let a=await i.getDailyReviewSummary(s);if(t==="json"){let c=je.success(a);console.log(JSON.stringify(c,null,2))}else console.log(aj(a))}catch(r){H.handle(r)}}),n.command("log").description("Quick capture an activity").argument("<label>","Activity label/description").option("--vault <path>","Path to Obsidian vault",process.cwd()).option("--format <type>","Output format: text|json","text").option("--start","Start the task immediately (default: true)").option("--no-start","Don't start the task immediately").action(async(e,t)=>{let r=t.format||"text";H.setFormat(r);try{let i=(0,Qo.resolve)(t.vault);if(!(0,Yo.existsSync)(i))throw new Ft(i);Iu(i);let s=wa.container.resolve(Es.DailyReviewService),a=t.start!==!1,c=await s.quickCapture(e,a);if(r==="json"){let u=je.success(c);console.log(JSON.stringify(u,null,2))}else{let u=c.started?"\u{1F504}":"\u2B1C";console.log(`${u} Created: ${c.label}`),console.log(` Path: ${c.path}`)}}catch(i){H.handle(i)}}),n.command("start").description("Start a practice (create task instance from prototype)").argument("<prototype-uid>","Practice/prototype UID to start").option("--vault <path>","Path to Obsidian vault",process.cwd()).option("--format <type>","Output format: text|json","text").action(async(e,t)=>{let r=t.format||"text";H.setFormat(r);try{let i=(0,Qo.resolve)(t.vault);if(!(0,Yo.existsSync)(i))throw new Ft(i);Iu(i);let a=await wa.container.resolve(Es.DailyReviewService).createFromPractice({prototypeUid:e,startImmediately:!0});if(r==="json"){let c=je.success(a);console.log(JSON.stringify(c,null,2))}else console.log(`\u{1F504} Started: ${a.label}`),console.log(` Path: ${a.path}`)}catch(i){H.handle(i)}}),n.command("done").description("Mark a practice as done").argument("<prototype-uid>","Practice/prototype UID to mark as done").option("--vault <path>","Path to Obsidian vault",process.cwd()).option("--format <type>","Output format: text|json","text").action(async(e,t)=>{let r=t.format||"text";H.setFormat(r);try{let i=(0,Qo.resolve)(t.vault);if(!(0,Yo.existsSync)(i))throw new Ft(i);if(Iu(i),await wa.container.resolve(Es.DailyReviewService).markPracticeDone(e),r==="json"){let a=je.success({prototypeUid:e,status:"done"});console.log(JSON.stringify(a,null,2))}else console.log(`\u2705 Marked as done: ${e}`)}catch(i){H.handle(i)}}),n}o(vA,"dailyReviewCommand");var Si=new Et;Si.name("exocortex").description("CLI tool for Exocortex knowledge management system").version("15.
|
|
450
|
+
`)}o(aj,"formatSummary");function vA(){let n=new Et("daily").description("Daily review operations for mobile-friendly workflow");return n.command("practices").description("List today's practices (recurring tasks)").option("--vault <path>","Path to Obsidian vault",process.cwd()).option("--format <type>","Output format: text|json","text").action(async e=>{let t=e.format||"text";H.setFormat(t);try{let r=(0,Qo.resolve)(e.vault);if(!(0,Yo.existsSync)(r))throw new Ft(r);Iu(r);let s=await wa.container.resolve(Es.DailyReviewService).getPractices();if(t==="json"){let a=je.success({practices:s,count:s.length});console.log(JSON.stringify(a,null,2))}else console.log(sj(s))}catch(r){H.handle(r)}}),n.command("summary").description("Show today's daily review summary").option("--vault <path>","Path to Obsidian vault",process.cwd()).option("--format <type>","Output format: text|json","text").option("--date <value>","Date in YYYY-MM-DD format (default: today)").action(async e=>{let t=e.format||"text";H.setFormat(t);try{let r=(0,Qo.resolve)(e.vault);if(!(0,Yo.existsSync)(r))throw new Ft(r);Iu(r);let i=wa.container.resolve(Es.DailyReviewService),s;if(e.date&&(s=new Date(e.date),isNaN(s.getTime())))throw new rt(`Invalid date format: ${e.date}`,"exocortex daily summary --date YYYY-MM-DD",{date:e.date});let a=await i.getDailyReviewSummary(s);if(t==="json"){let c=je.success(a);console.log(JSON.stringify(c,null,2))}else console.log(aj(a))}catch(r){H.handle(r)}}),n.command("log").description("Quick capture an activity").argument("<label>","Activity label/description").option("--vault <path>","Path to Obsidian vault",process.cwd()).option("--format <type>","Output format: text|json","text").option("--start","Start the task immediately (default: true)").option("--no-start","Don't start the task immediately").action(async(e,t)=>{let r=t.format||"text";H.setFormat(r);try{let i=(0,Qo.resolve)(t.vault);if(!(0,Yo.existsSync)(i))throw new Ft(i);Iu(i);let s=wa.container.resolve(Es.DailyReviewService),a=t.start!==!1,c=await s.quickCapture(e,a);if(r==="json"){let u=je.success(c);console.log(JSON.stringify(u,null,2))}else{let u=c.started?"\u{1F504}":"\u2B1C";console.log(`${u} Created: ${c.label}`),console.log(` Path: ${c.path}`)}}catch(i){H.handle(i)}}),n.command("start").description("Start a practice (create task instance from prototype)").argument("<prototype-uid>","Practice/prototype UID to start").option("--vault <path>","Path to Obsidian vault",process.cwd()).option("--format <type>","Output format: text|json","text").action(async(e,t)=>{let r=t.format||"text";H.setFormat(r);try{let i=(0,Qo.resolve)(t.vault);if(!(0,Yo.existsSync)(i))throw new Ft(i);Iu(i);let a=await wa.container.resolve(Es.DailyReviewService).createFromPractice({prototypeUid:e,startImmediately:!0});if(r==="json"){let c=je.success(a);console.log(JSON.stringify(c,null,2))}else console.log(`\u{1F504} Started: ${a.label}`),console.log(` Path: ${a.path}`)}catch(i){H.handle(i)}}),n.command("done").description("Mark a practice as done").argument("<prototype-uid>","Practice/prototype UID to mark as done").option("--vault <path>","Path to Obsidian vault",process.cwd()).option("--format <type>","Output format: text|json","text").action(async(e,t)=>{let r=t.format||"text";H.setFormat(r);try{let i=(0,Qo.resolve)(t.vault);if(!(0,Yo.existsSync)(i))throw new Ft(i);if(Iu(i),await wa.container.resolve(Es.DailyReviewService).markPracticeDone(e),r==="json"){let a=je.success({prototypeUid:e,status:"done"});console.log(JSON.stringify(a,null,2))}else console.log(`\u2705 Marked as done: ${e}`)}catch(i){H.handle(i)}}),n}o(vA,"dailyReviewCommand");var Si=new Et;Si.name("exocortex").description("CLI tool for Exocortex knowledge management system").version("15.2.0");var SA=Si.command("sparql").description("SPARQL query execution and cache management");SA.addCommand(z3());SA.addCommand(Y3());Si.addCommand(rA());Si.addCommand(sA());Si.addCommand(aA());Si.addCommand(cA());Si.addCommand(uA());Si.addCommand(pA());Si.addCommand(vA());Si.parse();
|
|
451
451
|
/*! Bundled license information:
|
|
452
452
|
|
|
453
453
|
reflect-metadata/Reflect.js:
|