From c4911fe5838f35a04dadade8ba8752b6097e60ce Mon Sep 17 00:00:00 2001 From: barsdeveloper Date: Sun, 9 Feb 2025 16:25:19 +0200 Subject: [PATCH] More knots fixes --- dist/ueblueprint.js | 6 ++++-- dist/ueblueprint.min.js | 2 +- js/template/LinkTemplate.js | 6 ++++-- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/dist/ueblueprint.js b/dist/ueblueprint.js index 31266f0..3e34459 100755 --- a/dist/ueblueprint.js +++ b/dist/ueblueprint.js @@ -7671,6 +7671,8 @@ class LinkTemplate extends IFromToPositionedTemplate { this.blueprint.addGraphElement(knot); // Important: keep it before changing existing links const inputPin = this.element.getInputPin(); const outputPin = this.element.getOutputPin(); + this.element.origin = null; + this.element.target = null; const link = /** @type {LinkElementConstructor} */(ElementFactory.getConstructor("ueb-link")) .newObject(outputPin, knotTemplate.inputPin); this.blueprint.addGraphElement(link); @@ -7689,9 +7691,9 @@ class LinkTemplate extends IFromToPositionedTemplate { // Switch actual input/output pins if allowed and makes sense if (isOriginAKnot && !targetPin) { - if (originPin?.isInputLoosely() && to > from + Configuration.distanceThreshold) { + if (originPin?.isInput() && to > from + Configuration.distanceThreshold) { this.element.origin = /** @type {KnotPinTemplate} */(originPin.template).getoppositePin(); - } else if (originPin?.isOutputLoosely() && to < from - Configuration.distanceThreshold) { + } else if (originPin?.isOutput() && to < from - Configuration.distanceThreshold) { this.element.origin = /** @type {KnotPinTemplate} */(originPin.template).getoppositePin(); } } diff --git a/dist/ueblueprint.min.js b/dist/ueblueprint.min.js index 6c8ab0d..871c8cf 100755 --- a/dist/ueblueprint.min.js +++ b/dist/ueblueprint.min.js @@ -20,7 +20,7 @@ const E=globalThis,C=E.trustedTypes,N=C?C.createPolicy("lit-html",{createHTML:e= * Copyright 2017 Google LLC * SPDX-License-Identifier: BSD-3-Clause */ -class ne extends S{constructor(){super(...arguments),this.renderOptions={host:this},this._$Do=void 0}createRenderRoot(){const e=super.createRenderRoot();return this.renderOptions.renderBefore??=e.firstChild,e}update(e){const t=this.render();this.hasUpdated||(this.renderOptions.isConnected=this.isConnected),super.update(e),this._$Do=((e,t,i)=>{const r=i?.renderBefore??t;let n=r._$litPart$;if(void 0===n){const e=i?.renderBefore??null;r._$litPart$=n=new W(t.insertBefore(M(),e),e,void 0,i??{})}return n._$AI(e),n})(t,this.renderRoot,this.renderOptions)}connectedCallback(){super.connectedCallback(),this._$Do?.setConnected(!0)}disconnectedCallback(){super.disconnectedCallback(),this._$Do?.setConnected(!1)}render(){return F}}ne._$litElement$=!0,ne.finalized=!0,globalThis.litElementHydrateSupport?.({LitElement:ne});const se=globalThis.litElementPolyfillSupport;se?.({LitElement:ne}),(globalThis.litElementVersions??=[]).push("4.1.1");class ae{static VERSION="2.0.0";static nodeColors={black:s``,blue:s``,darkBlue:s``,darkerBlue:s``,darkTurquoise:s``,gray:s``,green:s``,intenseGreen:s``,lime:s``,red:s``,turquoise:s``,violet:s``,yellow:s``};static alphaPattern="repeating-conic-gradient(#7c8184 0% 25%, #c2c3c4 0% 50%) 50% / 10px 10px";static colorDragEventName="ueb-color-drag";static colorPickEventName="ueb-color-pick";static colorWindowEventName="ueb-color-window";static colorWindowName="Color Picker";static defaultCommentHeight=96;static defaultCommentWidth=400;static distanceThreshold=20;static dragEventName="ueb-drag";static dragGeneralEventName="ueb-drag-general";static edgeScrollThreshold=50;static editTextEventName={begin:"ueb-edit-text-begin",end:"ueb-edit-text-end"};static expandGridSize=400;static focusEventName={begin:"blueprint-focus",end:"blueprint-unfocus"};static fontSize=s``;static gridExpandThreshold=.25;static gridLineWidth=1;static gridSet=8;static gridShrinkThreshold=4;static gridSize=16;static hexColorRegex=/^\s*#(?[0-9a-fA-F]{2})(?[0-9a-fA-F]{2})(?[0-9a-fA-F]{2})([0-9a-fA-F]{2})?|#(?[0-9a-fA-F])(?[0-9a-fA-F])(?[0-9a-fA-F])\s*$/;static indentation=" ";static keysSeparator=/[\.\(\)]/;static knotOffset=[-ae.gridSize,-.5*ae.gridSize];static lineTracePattern=/LineTrace(Single|Multi)(\w*)/;static linkCurveHeight=15;static linkCurveWidth=80;static linkMinWidth=100;static nameRegexSpaceReplacement=new RegExp("^K2(?:[Nn]ode)?_|(?<=[a-z])(?=[A-Z0-9])|(?<=[A-Z])(?{const n=100-e,s=r?i-e+50:50,a=r?n+t-e:n-t+e;return`M ${e} 0 C ${t.toFixed(2)} 0, ${i.toFixed(2)} 0, ${s.toFixed(2)} 50 S ${a.toFixed(2)} 100, ${n.toFixed(3)} 100`};static maxZoom=7;static minZoom=-12;static mouseClickButton=0;static mouseRightClickButton=2;static mouseWheelZoomThreshold=80;static nodeDragEventName="ueb-node-drag";static nodeDragGeneralEventName="ueb-node-drag-general";static nodeRadius=8;static nodeTitle=(e,t)=>`${e}_${t}`;static nodeUpdateEventName="ueb-node-update";static paths={actorBoundEvent:"/Script/BlueprintGraph.K2Node_ActorBoundEvent",addDelegate:"/Script/BlueprintGraph.K2Node_AddDelegate",ambientSound:"/Script/Engine.AmbientSound",asyncAction:"/Script/BlueprintGraph.K2Node_AsyncAction",blueprint:"/Script/Engine.Blueprint",blueprintGameplayTagLibrary:"/Script/GameplayTags.BlueprintGameplayTagLibrary",blueprintMapLibrary:"/Script/Engine.BlueprintMapLibrary",blueprintSetLibrary:"/Script/Engine.BlueprintSetLibrary",callArrayFunction:"/Script/BlueprintGraph.K2Node_CallArrayFunction",callDelegate:"/Script/BlueprintGraph.K2Node_CallDelegate",callFunction:"/Script/BlueprintGraph.K2Node_CallFunction",clearDelegate:"/Script/BlueprintGraph.K2Node_ClearDelegate",comment:"/Script/UnrealEd.EdGraphNode_Comment",commutativeAssociativeBinaryOperator:"/Script/BlueprintGraph.K2Node_CommutativeAssociativeBinaryOperator",componentBoundEvent:"/Script/BlueprintGraph.K2Node_ComponentBoundEvent",createDelegate:"/Script/BlueprintGraph.K2Node_CreateDelegate",customEvent:"/Script/BlueprintGraph.K2Node_CustomEvent",doN:"/Engine/EditorBlueprintResources/StandardMacros.StandardMacros:Do N",doOnce:"/Engine/EditorBlueprintResources/StandardMacros.StandardMacros:DoOnce",dynamicCast:"/Script/BlueprintGraph.K2Node_DynamicCast",eAttachmentRule:"/Script/Engine.EAttachmentRule",edGraph:"/Script/Engine.EdGraph",eDrawDebugTrace:"/Script/Engine.EDrawDebugTrace",eMaterialSamplerType:"/Script/Engine.EMaterialSamplerType",eNiagara_Float4Channel:"/Niagara/Enums/ENiagara_Float4Channel.ENiagara_Float4Channel",enum:"/Script/CoreUObject.Enum",enumLiteral:"/Script/BlueprintGraph.K2Node_EnumLiteral",eSamplerSourceMode:"/Script/Engine.ESamplerSourceMode",eSearchCase:"/Script/CoreUObject.ESearchCase",eSearchDir:"/Script/CoreUObject.ESearchDir",eSpawnActorCollisionHandlingMethod:"/Script/Engine.ESpawnActorCollisionHandlingMethod",eTextureMipValueMode:"/Script/Engine.ETextureMipValueMode",eTraceTypeQuery:"/Script/Engine.ETraceTypeQuery",event:"/Script/BlueprintGraph.K2Node_Event",eWorldPositionIncludedOffsets:"/Script/Engine.EWorldPositionIncludedOffsets",executionSequence:"/Script/BlueprintGraph.K2Node_ExecutionSequence",flipflop:"/Engine/EditorBlueprintResources/StandardMacros.StandardMacros:FlipFlop",forEachElementInEnum:"/Script/BlueprintGraph.K2Node_ForEachElementInEnum",forEachLoop:"/Engine/EditorBlueprintResources/StandardMacros.StandardMacros:ForEachLoop",forEachLoopWithBreak:"/Engine/EditorBlueprintResources/StandardMacros.StandardMacros:ForEachLoopWithBreak",forLoop:"/Engine/EditorBlueprintResources/StandardMacros.StandardMacros:ForLoop",forLoopWithBreak:"/Engine/EditorBlueprintResources/StandardMacros.StandardMacros:ForLoopWithBreak",functionEntry:"/Script/BlueprintGraph.K2Node_FunctionEntry",functionResult:"/Script/BlueprintGraph.K2Node_FunctionResult",gameplayTag:"/Script/GameplayTags.GameplayTag",getInputAxisKeyValue:"/Script/BlueprintGraph.K2Node_GetInputAxisKeyValue",ifThenElse:"/Script/BlueprintGraph.K2Node_IfThenElse",inputAxisKeyEvent:"/Script/BlueprintGraph.K2Node_InputAxisKeyEvent",inputDebugKey:"/Script/InputBlueprintNodes.K2Node_InputDebugKey",inputKey:"/Script/BlueprintGraph.K2Node_InputKey",inputVectorAxisEvent:"/Script/BlueprintGraph.K2Node_InputVectorAxisEvent",isValid:"/Engine/EditorBlueprintResources/StandardMacros.StandardMacros:IsValid",kismetArrayLibrary:"/Script/Engine.KismetArrayLibrary",kismetMathLibrary:"/Script/Engine.KismetMathLibrary",kismetStringLibrary:"/Script/Engine.KismetStringLibrary",knot:"/Script/BlueprintGraph.K2Node_Knot",linearColor:"/Script/CoreUObject.LinearColor",literal:"/Script/BlueprintGraph.K2Node_Literal",macro:"/Script/BlueprintGraph.K2Node_MacroInstance",makeArray:"/Script/BlueprintGraph.K2Node_MakeArray",makeMap:"/Script/BlueprintGraph.K2Node_MakeMap",makeSet:"/Script/BlueprintGraph.K2Node_MakeSet",makeStruct:"/Script/BlueprintGraph.K2Node_MakeStruct",materialExpressionComponentMask:"/Script/Engine.MaterialExpressionComponentMask",materialExpressionConstant:"/Script/Engine.MaterialExpressionConstant",materialExpressionConstant2Vector:"/Script/Engine.MaterialExpressionConstant2Vector",materialExpressionConstant3Vector:"/Script/Engine.MaterialExpressionConstant3Vector",materialExpressionConstant4Vector:"/Script/Engine.MaterialExpressionConstant4Vector",materialExpressionFunctionInput:"/Script/Engine.MaterialExpressionFunctionInput",materialExpressionLogarithm:"/Script/InterchangeImport.MaterialExpressionLogarithm",materialExpressionLogarithm10:"/Script/Engine.MaterialExpressionLogarithm10",materialExpressionLogarithm2:"/Script/Engine.MaterialExpressionLogarithm2",materialExpressionMaterialFunctionCall:"/Script/Engine.MaterialExpressionMaterialFunctionCall",materialExpressionSquareRoot:"/Script/Engine.MaterialExpressionSquareRoot",materialExpressionSubtract:"/Script/Engine.MaterialExpressionSubtract",materialExpressionTextureCoordinate:"/Script/Engine.MaterialExpressionTextureCoordinate",materialExpressionTextureSample:"/Script/Engine.MaterialExpressionTextureSample",materialExpressionWorldPosition:"/Script/Engine.MaterialExpressionWorldPosition",materialGraphNode:"/Script/UnrealEd.MaterialGraphNode",materialGraphNodeComment:"/Script/UnrealEd.MaterialGraphNode_Comment",metasoundEditorGraphExternalNode:"/Script/MetasoundEditor.MetasoundEditorGraphExternalNode",multiGate:"/Script/BlueprintGraph.K2Node_MultiGate",niagaraBool:"/Script/Niagara.NiagaraBool",niagaraClipboardContent:"/Script/NiagaraEditor.NiagaraClipboardContent",niagaraDataInterfaceCollisionQuery:"/Script/Niagara.NiagaraDataInterfaceCollisionQuery",niagaraDataInterfaceCurlNoise:"/Script/Niagara.NiagaraDataInterfaceCurlNoise",niagaraDataInterfaceVolumeTexture:"/Script/Niagara.NiagaraDataInterfaceVolumeTexture",niagaraFloat:"/Script/Niagara.NiagaraFloat",niagaraInt32:"/Script/Niagara.NiagaraInt32",niagaraNodeConvert:"/Script/NiagaraEditor.NiagaraNodeConvert",niagaraNodeFunctionCall:"/Script/NiagaraEditor.NiagaraNodeFunctionCall",niagaraNodeInput:"/Script/NiagaraEditor.NiagaraNodeInput",niagaraNodeOp:"/Script/NiagaraEditor.NiagaraNodeOp",niagaraParameterMap:"/Script/Niagara.NiagaraParameterMap",niagaraPosition:"/Script/Niagara.NiagaraPosition",pawn:"/Script/Engine.Pawn",pcgEditorGraphNode:"/Script/PCGEditor.PCGEditorGraphNode",pcgEditorGraphNodeInput:"/Script/PCGEditor.PCGEditorGraphNodeInput",pcgEditorGraphNodeOutput:"/Script/PCGEditor.PCGEditorGraphNodeOutput",pcgHiGenGridSizeSettings:"/Script/PCG.PCGHiGenGridSizeSettings",pcgSubgraphSettings:"/Script/PCG.PCGSubgraphSettings",promotableOperator:"/Script/BlueprintGraph.K2Node_PromotableOperator",quat4f:"/Script/CoreUObject.Quat4f",removeDelegate:"/Script/BlueprintGraph.K2Node_RemoveDelegate",reverseForEachLoop:"/Engine/EditorBlueprintResources/StandardMacros.StandardMacros:ReverseForEachLoop",rotator:"/Script/CoreUObject.Rotator",select:"/Script/BlueprintGraph.K2Node_Select",self:"/Script/BlueprintGraph.K2Node_Self",slateBlueprintLibrary:"/Script/UMG.SlateBlueprintLibrary",spawnActorFromClass:"/Script/BlueprintGraph.K2Node_SpawnActorFromClass",switchEnum:"/Script/BlueprintGraph.K2Node_SwitchEnum",switchGameplayTag:"/Script/GameplayTagsEditor.GameplayTagsK2Node_SwitchGameplayTag",switchInteger:"/Script/BlueprintGraph.K2Node_SwitchInteger",switchName:"/Script/BlueprintGraph.K2Node_SwitchName",switchString:"/Script/BlueprintGraph.K2Node_SwitchString",timeline:"/Script/BlueprintGraph.K2Node_Timeline",timeManagementBlueprintLibrary:"/Script/TimeManagement.TimeManagementBlueprintLibrary",transform:"/Script/CoreUObject.Transform",typedElementHandleLibrary:"/Script/TypedElementFramework.TypedElementHandleLibrary",userDefinedEnum:"/Script/Engine.UserDefinedEnum",variableGet:"/Script/BlueprintGraph.K2Node_VariableGet",variableSet:"/Script/BlueprintGraph.K2Node_VariableSet",vector:"/Script/CoreUObject.Vector",vector2D:"/Script/CoreUObject.Vector2D",vector2f:"/Script/CoreUObject.Vector2f",vector3f:"/Script/CoreUObject.Vector3f",vector4f:"/Script/CoreUObject.Vector4f",whileLoop:"/Engine/EditorBlueprintResources/StandardMacros.StandardMacros:WhileLoop"};static pinInputWrapWidth=145;static pinUpdateEventName="ueb-pin-update";static removeEventName="ueb-element-delete";static scale={[-12]:.133333,[-11]:.166666,[-10]:.2,[-9]:.233333,[-8]:.266666,[-7]:.3,[-6]:.333333,[-5]:.375,[-4]:.5,[-3]:.675,[-2]:.75,[-1]:.875,0:1,1:1.25,2:1.375,3:1.5,4:1.675,5:1.75,6:1.875,7:2};static smoothScrollTime=1e3;static stringEscapedCharacters=/["\\]/g;static subObjectAttributeNamePrefix="#SubObject";static subObjectAttributeNameFromEntity=(e,t=!1)=>this.subObjectAttributeNamePrefix+(!t&&e.Class?`_${e.Class.type}`:"")+"_"+e.Name;static subObjectAttributeNameFromReference=(e,t=!1)=>this.subObjectAttributeNamePrefix+(t?"":"_"+e.type)+"_"+e.path;static subObjectAttributeNameFromName=e=>this.subObjectAttributeNamePrefix+"_"+e;static switchTargetPattern=/\/Script\/[\w\.\/\:]+K2Node_Switch([A-Z]\w+)+/;static trackingMouseEventName={begin:"ueb-tracking-mouse-begin",end:"ueb-tracking-mouse-end"};static unescapedBackslash=/(?<=(?:[^\\]|^)(?:\\\\)*)\\(?!\\)/;static windowApplyEventName="ueb-window-apply";static windowApplyButtonText="OK";static windowCancelEventName="ueb-window-cancel";static windowCancelButtonText="Cancel";static windowCloseEventName="ueb-window-close";static CommonEnums={[this.paths.eAttachmentRule]:["KeepRelative","KeepWorld","SnapToTarget"],[this.paths.eDrawDebugTrace]:["None","ForOneFrame","ForDuration","Persistent"],[this.paths.eMaterialSamplerType]:["Color","Grayscale","Alpha","Normal","Masks","Distance Field Font","Linear Color","Linear Grayscale","Data","External","Virtual Color","Virtual Grayscale","Virtual Alpha","Virtual Normal","Virtual Mask","Virtual Linear Color","Virtual Linear Grayscal"],[this.paths.eNiagara_Float4Channel]:[["NewEnumerator0","R"],["NewEnumerator1","G"],["NewEnumerator2","B"],["NewEnumerator3","A"]],[this.paths.eSamplerSourceMode]:["From texture asset","Shared: Wrap","Shared: Clamp","Hidden"],[this.paths.eSearchCase]:["CaseSensitive","IgnoreCase"],[this.paths.eWorldPositionIncludedOffsets]:["Absolute World Position (Including Material Shader Offsets)","Absolute World Position (Excluding Material Shader Offsets)","Camera Relative World Position (Including Material Shader Offsets)","Camera Relative World Position (Excluding Material Shader Offsets)"],[this.paths.eSearchDir]:["FromStart","FromEnd"],[this.paths.eSpawnActorCollisionHandlingMethod]:[["Undefined","Default"],["AlwaysSpawn","Always Spawn, Ignore Collisions"],["AdjustIfPossibleButAlwaysSpawn","Try To Adjust Location, But Always Spawn"],["AdjustIfPossibleButDontSpawnIfColliding","Try To Adjust Location, Don't Spawn If Still Colliding"],["DontSpawnIfColliding","Do Not Spawn"]],[this.paths.eTextureMipValueMode]:["None (use computed mip level)","MipLevel (absolute, 0 is full resolution)","MipBias (relative to the computed mip level)","Derivative (explicit derivative to compute mip level)"],[this.paths.eTraceTypeQuery]:[["TraceTypeQuery1","Visibility"],["TraceTypeQuery2","Camera"]]};static ModifierKeys=["Ctrl","Shift","Alt","Meta"];static rgba=["R","G","B","A"];static Keys={Backspace:"Backspace",Tab:"Tab",LeftControl:"ControlLeft",RightControl:"ControlRight",LeftShift:"ShiftLeft",RightShift:"ShiftRight",LeftAlt:"AltLeft",RightAlt:"AltRight",Enter:"Enter",Pause:"Pause",CapsLock:"CapsLock",Escape:"Escape",Space:"Space",PageUp:"PageUp",PageDown:"PageDown",End:"End",Home:"Home",ArrowLeft:"ArrowLeft",ArrowUp:"ArrowUp",ArrowRight:"ArrowRight",ArrowDown:"ArrowDown",PrintScreen:"PrintScreen",Insert:"Insert",Delete:"Delete",Zero:"Digit0",One:"Digit1",Two:"Digit2",Three:"Digit3",Four:"Digit4",Five:"Digit5",Six:"Digit6",Seven:"Digit7",Eight:"Digit8",Nine:"Digit9",A:"KeyA",B:"KeyB",C:"KeyC",D:"KeyD",E:"KeyE",F:"KeyF",G:"KeyG",H:"KeyH",I:"KeyI",K:"KeyK",L:"KeyL",M:"KeyM",N:"KeyN",O:"KeyO",P:"KeyP",Q:"KeyQ",R:"KeyR",S:"KeyS",T:"KeyT",U:"KeyU",V:"KeyV",W:"KeyW",X:"KeyX",Y:"KeyY",Z:"KeyZ",NumPadZero:"Numpad0",NumPadOne:"Numpad1",NumPadTwo:"Numpad2",NumPadThree:"Numpad3",NumPadFour:"Numpad4",NumPadFive:"Numpad5",NumPadSix:"Numpad6",NumPadSeven:"Numpad7",NumPadEight:"Numpad8",NumPadNine:"Numpad9",Multiply:"NumpadMultiply",Add:"NumpadAdd",Subtract:"NumpadSubtract",Decimal:"NumpadDecimal",Divide:"NumpadDivide",F1:"F1",F2:"F2",F3:"F3",F4:"F4",F5:"F5",F6:"F6",F7:"F7",F8:"F8",F9:"F9",F10:"F10",F11:"F11",F12:"F12",NumLock:"NumLock",ScrollLock:"ScrollLock"}}class oe{static clamp(e,t=-1/0,i=1/0){return Math.min(Math.max(e,t),i)}static getScale(e){const t=e.blueprint?.getScale()??getComputedStyle(e).getPropertyValue("--ueb-scale");return""!=t?parseFloat(t):1}static minDecimals(e,t=1,i=1e-8){const r=e*10**t;return Math.abs(r%1)>i?e.toString():e.toFixed(t)}static roundDecimals(e,t=1){const i=10**t;return Math.round(e*i)/i}static printExponential(e){if(e==Number.POSITIVE_INFINITY)return"inf";if(e==Number.NEGATIVE_INFINITY)return"-inf";const t=Math.round(e);if(t>=1e3){const i=Math.floor(Math.log10(t));return`${Math.round(e/10**(i-2))/100}e+${i<10?"0":""}${i}`}return 0==Math.floor(e)?e.toString():this.roundDecimals(e,Math.max(0,3-Math.floor(e).toString().length)).toString()}static approximatelyEqual(e,t,i=1e-8){return!(Math.abs(e-t)>i)}static convertLocation(e,t,i=!1){const r=i?1:1/oe.getScale(t),n=t.getBoundingClientRect();return[Math.round((e[0]-n.x)*r),Math.round((e[1]-n.y)*r)]}static isSerialized(e,t){return e.attributes?.[t]?.serialized??e.constructor.attributes?.[t]?.serialized??!1}static objectGet(e,t,i=void 0){if(void 0!==e){if(!(t instanceof Array))throw new TypeError("UEBlueprint: Expected keys to be an array");return 0!=t.length&&t[0]in e&&void 0!==e[t[0]]?1==t.length?e[t[0]]:oe.objectGet(e[t[0]],t.slice(1),i):i}}static objectSet(e,t,i,r=Object){if(!(t instanceof Array))throw new TypeError("Expected keys to be an array.");if(1==t.length){if(t[0]in e||void 0===e[t[0]])return e[t[0]]=i,!0}else if(t.length>0)return e[t[0]]instanceof Object||(e[t[0]]=new r),oe.objectSet(e[t[0]],t.slice(1),i,r);return!1}static snapToGrid(e,t,i){return 1===i?[e,t]:[i*Math.floor(e/i),i*Math.floor(t/i)]}static mergeArrays(e=[],t=[],i=(e,t)=>e==t,r=e=>{}){let n=[];e=[...e],t=[...t];e:for(;;){for(let s=0;s(r(e),e))),...e.splice(0,1)),t.shift();continue e}break e}return n.push(...e),n.push(...t.filter((e=>!n.some((t=>i(t,e))))).map(((e,t)=>(r(e),e)))),n}static escapeNewlines(e){return e.replaceAll("\n","\\n").replaceAll("\t","\\t")}static escapeString(e,t=!0){let i=e.replaceAll(new RegExp(`(${ae.stringEscapedCharacters.source})`,"g"),"\\$1");return t&&(i=i.replaceAll("\n","\\n").replaceAll("\t","\\t")),i}static unescapeString(e){return e.replaceAll(new RegExp(ae.unescapedBackslash.source+"t","g"),"\t").replaceAll(new RegExp(ae.unescapedBackslash.source+"n","g"),"\n").replaceAll(new RegExp(`\\\\(${ae.stringEscapedCharacters.source})`,"g"),"$1")}static clearHTMLWhitespace(e){return e.replaceAll(" "," ").replaceAll(/|
/g,"\n").replaceAll(/(\)/g,"")}static encodeHTMLWhitespace(e){return e.replaceAll(" "," ")}static capitalFirstLetter(e){return 0===e.length?e:e.charAt(0).toUpperCase()+e.slice(1)}static formatStringName(e=""){return e.replace(/^\s*b(?=[A-Z])/,"").replaceAll(ae.nameRegexSpaceReplacement," ").trim().split(" ").map((e=>oe.capitalFirstLetter(e))).join(" ")}static getIdFromReference(e){return e.replace(/(?:.+\.)?([^\.]+)$/,"$1").replaceAll(/(?<=[a-z\d])(?=[A-Z])|(?<=[a-zA-Z])(?=\d)|(?<=[A-Z]{2})(?=[A-Z][a-z])/g,"-").toLowerCase()}static getNameFromPath(e,t=!1){const i=t?/([^\.\/]+?)(?:_\d+)$/:/([^\.\/]+)$/;return e.match(i)?.[1]??""}static getPolarCoordinates(e,t,i=!1){let r=Math.atan2(t,e);return i&&r<0&&(r=2*Math.PI+r),[Math.sqrt(e*e+t*t),r]}static getCartesianCoordinates(e,t){return[e*Math.cos(t),e*Math.sin(t)]}static range(e=0,t=0,i=(t>=e?1:-1)){return Array.from({length:Math.ceil((t-e)/i)},((t,r)=>e+r*i))}static getFirstWordOrder(e){return new RegExp(/\s*/.source+e.join(/[^\n]+\n\s*/.source)+/\s*/.source)}static paste(e,t){const i=new ClipboardEvent("paste",{bubbles:!0,cancelable:!0,clipboardData:new DataTransfer});i.clipboardData.setData("text",t),e.dispatchEvent(i)}static async copy(e){const t=new ClipboardEvent("copy",{bubbles:!0,cancelable:!0,clipboardData:new DataTransfer});e.dispatchEvent(t)}static animate(e,t,i,r,n=e=>{},s=e=>{const t=e**3.5;return t/(t+(1-e)**3.5)}){let a;const o=l=>{void 0===a&&(a=l);let c=(l-a)/i;oe.approximatelyEqual(c,1)||c>1?c=1:n(requestAnimationFrame(o));const u=e+(t-e)*s(c);r(u)};n(requestAnimationFrame(o))}}class le extends ne{#e;get blueprint(){return this.#e}set blueprint(e){this.#e=e}#t;get entity(){return this.#t}set entity(e){this.#t=e}#i;get template(){return this.#i}isInitialized=!1;isSetup=!1;inputObjects=[];initialize(e,t){this.requestUpdate(),this.#t=e,this.#i=t,this.#i.initialize(this),this.isConnected&&this.updateComplete.then((()=>this.setup())),this.isInitialized=!0}connectedCallback(){super.connectedCallback(),this.blueprint=this.closest("ueb-blueprint"),this.isInitialized&&(this.requestUpdate(),this.updateComplete.then((()=>this.setup())))}disconnectedCallback(){super.disconnectedCallback(),this.isSetup&&this.updateComplete.then((()=>this.cleanup())),this.acknowledgeDelete()}createRenderRoot(){return this}setup(){this.template.setup(),this.isSetup=!0}cleanup(){this.template.cleanup(),this.isSetup=!1}willUpdate(e){super.willUpdate(e),this.template.willUpdate(e)}update(e){super.update(e),this.template.update(e)}render(){return this.template.render()}firstUpdated(e){super.firstUpdated(e),this.template.firstUpdated(e),this.template.inputSetup()}updated(e){super.updated(e),this.template.updated(e)}acknowledgeDelete(){let e=new CustomEvent(ae.removeEventName);this.dispatchEvent(e)}isSameGraph(e){return this.blueprint&&this.blueprint==e?.blueprint}}class ce{static arrayPin=z``;static branchNode=z``;static breakStruct=z``;static cast=z``;static close=z``;static convert=z``;static correct=z``;static delegate=z``;static doN=z``;static doOnce=z``;static enum=z``;static event=z``;static execPin=z``;static expandIcon=z``;static flipflop=z``;static forEachLoop=z``;static functionSymbol=z``;static gamepad=z``;static genericPin=z``;static keyboard=z``;static loop=z``;static macro=z``;static mapPin=z``;static makeArray=z``;static makeMap=z``;static makeSet=z``;static makeStruct=z``;static metasoundFunction=z``;static mouse=z``;static node=z``;static operationPin=z``;static pcgStackPin=z``;static pcgPin=z``;static pcgParamPin=z``;static pcgSpatialPin=z``;static plusCircle=z``;static questionMark=z``;static referencePin=z``;static reject=z``;static setPin=z``;static select=z``;static sequence=z``;static sound=z``;static spawnActor=z``;static staticPin=z``;static switch=z``;static timer=z``;static touchpad=z``}class ue{static makeSuccess(e,t,i=null,r=0){return{status:!0,value:t,position:e,bestParser:i,bestPosition:r}}static makeFailure(e=0,t=null,i=0){return{status:!1,value:null,position:e,bestParser:t,bestPosition:i}}static makeContext(e=null,t=""){return{parsernostrum:e,input:t,highlighted:null}}static makePathNode(e,t=0,i=null){return{parent:i,current:e,index:t}}}class he{static indentation=" ";static highlight="Last valid parser";Self;static frame(e,t="",i=""){t=e?"[ "+t+" ]":"";let r=e.split("\n");const n=Math.max(...r.map((e=>e.length))),s=n";const n=this.isVisited(i),s=this.isHighlighted(e,i);let a=n?"<...>":this.doToString(e,s?"":t,i,r);return s&&(a=he.frame(a,he.highlight,t)),a}doToString(e,t,i,r){return`${this.constructor.name} does not implement toString()`}}class pe extends he{#r;get value(){return this.#r}constructor(e){super(),this.#r=e}parse(e,t,i,r){i=this.makePath(i,r);const n=t+this.#r.length,s=e.input.substring(t,n);return this.#r===s?ue.makeSuccess(n,this.#r,i,n):ue.makeFailure()}doToString(e,t,i,r){return`"${this.value.replaceAll("\n","\\n").replaceAll('"','\\"')}"`}}class de extends he{static instance=new de;parse(e,t,i,r){return i=this.makePath(i,r),ue.makeSuccess(t,"",i,0)}doToString(e,t,i,r){return""}}class me extends he{#n;get parsers(){return this.#n}constructor(...e){super(),this.#n=e}parse(e,t,i,r){i=this.makePath(i,r);const n=ue.makeSuccess(0,"");for(let r=0;rn.bestPosition&&(n.bestParser=s.bestParser,n.bestPosition=s.bestPosition),s.status)return n.value=s.value,n.position=s.position,n}return n.status=!1,n.value=null,n}doToString(e,t,i,r){if(2===this.#n.length&&this.#n[1]instanceof de){let r=this.#n[0].toString(e,t,i,0);return this.#n[0]instanceof pe||(r="<"+r+">"),r+="?",r}const n=t+he.indentation;let s="ALT<\n"+n+this.#n.map(((t,r)=>t.toString(e,n+" ".repeat(0===r?0:he.indentation.length-2),i,r))).join("\n"+n+"| ")+"\n"+t+">";return s}}class ge extends he{#s;get parser(){return this.#s}#a;constructor(e,t){super(),this.#s=e,this.#a=t}parse(e,t,i,r){i=this.makePath(i,r);const n=this.#s.parse(e,t,i,0);if(!n.status)return n;const s=this.#a(n.value,e.input,n.position).getParser().parse(e,n.position,i,0);return n.bestPosition>s.bestPosition&&(s.bestParser=n.bestParser,s.bestPosition=n.bestPosition),s}doToString(e,t,i,r){return this.#s.toString(e,t,i,0)+" => chained"}}class be extends he{static instance=new be;parse(e,t,i,r){return ue.makeFailure()}doToString(e,t,i,r){return""}}class ve extends he{#s;get parser(){return this.#s}#o="";constructor(e,t){super(),this.#s=e,this.#o=t}makePath(e,t){return e}parse(e,t,i,r){return this.parse=this.#s.parse.bind(this.#s),this.parse(e,t,i,r)}doToString(e,t,i,r){let n=this.#s.toString(e,"",i,r);return n=he.frame(n,this.#o,t),n}}class fe extends he{#s;#l;constructor(e){super(),this.#s=e}makePath(e,t){return e}isHighlighted(e,t){if(super.isHighlighted(e,t)){const i={parent:t,parser:this.#l,index:0};e.highlighted=e.highlighted instanceof he?this.#l:i}return!1}resolve(){return this.#l||(this.#l=this.#s().getParser()),this.#l}parse(e,t,i,r){return this.resolve(),this.parse=this.#l.parse.bind(this.#l),this.parse(e,t,i,r)}doToString(e,t,i,r){return this.resolve(),this.doToString=this.#l.toString.bind(this.#l),this.doToString(e,t,i,r)}}class ye extends he{#s;get parser(){return this.#s}#c;get type(){return this.#c}static Type={NEGATIVE_AHEAD:"?!",NEGATIVE_BEHIND:"?String.raw`[^${e}\\]*(?:\\.[^${e}\\]*)*`;static#m=/[-\+]?(?:\d*\.)?\d+/;static common={number:new RegExp(this.#m.source+String.raw`(?!\.)`),numberInteger:/[\-\+]?\d+(?!\.\d)/,numberNatural:/\d+/,numberExponential:new RegExp(this.#m.source+String.raw`(?:[eE][\+\-]?\d+)?(?!\.)`),numberUnit:/\+?(?:0(?:\.\d+)?|1(?:\.0+)?)(?![\.\d])/,numberByte:/0*(?:25[0-5]|2[0-4]\d|1?\d?\d)(?!\d|\.)/,whitespace:/\s+/,whitespaceOpt:/\s*/,whitespaceInline:/[^\S\n]+/,whitespaceInlineOpt:/[^\S\n]*/,whitespaceMultiline:/\s*?\n\s*/,doubleQuotedString:new RegExp(`"(${this.#d('"')})"`),singleQuotedString:new RegExp(`'(${this.#d("'")})'`),backtickQuotedString:new RegExp("`("+this.#d("`")+")`")};constructor(e,t){super(),this.#u=e,this.#h=new RegExp(`^(?:${e.source})`,e.flags),this.#p=t}parse(e,t,i,r){i=this.makePath(i,r);const n=this.#h.exec(e.input.substring(t));n&&(t+=n[0].length);return n?ue.makeSuccess(t,this.#p(n),i,t):ue.makeFailure()}doToString(e,t,i,r){let n="/"+this.#u.source+"/";const s=Object.entries(we.common).find((([e,t])=>t.source===this.#u.source))?.[0];return s&&(n="P."+s),n}}class Se extends he{#s;get parser(){return this.#s}#g;get mapper(){return this.#g}constructor(e,t){super(),this.#s=e,this.#g=t}isHighlighted(e,t){if(super.isHighlighted(e,t)){const i={parent:t,parser:this.#s,index:0};e.highlighted=e.highlighted instanceof he?this.#s:i}return!1}parse(e,t,i,r){i=this.makePath(i,r);const n=this.#s.parse(e,t,i,0);return n.status&&(n.value=this.#g(n.value)),n}doToString(e,t,i,r){let n=this.#s.toString(e,t,i,0);if(this.#s instanceof we&&Object.values(we.common).includes(this.#s.regexp))return this.#s.regexp===we.common.numberInteger&&this.#g===BigInt?"P.numberBigInteger":n;let s=this.#g.toString();return(s.length>60||s.includes("\n"))&&(s="(...) => { ... }"),n+=` -> map<${s}>`,n}}class Ee extends we{static#g=e=>e;constructor(e){super(e,Ee.#g)}}class Ce extends we{constructor(e,t=0){super(e,(e=>e[t]))}}class Ne extends he{#n;get parsers(){return this.#n}constructor(...e){super(),this.#n=e}parse(e,t,i,r){i=this.makePath(i,r);const n=new Array(this.#n.length),s=ue.makeSuccess(t,n);for(let t=0;ts.bestPosition&&(s.bestParser=r.bestParser,s.bestPosition=r.bestPosition),!r.status){s.status=!1,s.value=null;break}s.value[t]=r.value,s.position=r.position}return s}doToString(e,t,i,r){const n=t+he.indentation,s="SEQ<\n"+n+this.#n.map(((t,r)=>t.toString(e,n,i,r))).join("\n"+n)+"\n"+t+">";return s}}class xe extends he{#s;get parser(){return this.#s}#b;get min(){return this.#b}#v;get max(){return this.#v}constructor(e,t=0,i=Number.POSITIVE_INFINITY){if(super(),t>i)throw new Error("Min is greater than max");this.#s=e,this.#b=t,this.#v=i}parse(e,t,i,r){i=this.makePath(i,r);const n=ue.makeSuccess(t,[],i);for(let t=0;tn.bestPosition&&(n.bestParser=r.bestParser,n.bestPosition=r.bestPosition),!r.status){te;static#y=([e,t])=>t;static#w=([e,t])=>[e,...t];static#S=e=>e instanceof Array?e.join(""):e;static number=this.reg(we.common.number).map(Number);static numberInteger=this.reg(we.common.numberInteger).map(Number);static numberBigInteger=this.reg(this.numberInteger.getParser().parser.regexp).map(BigInt);static numberNatural=this.reg(we.common.numberNatural).map(Number);static numberExponential=this.reg(we.common.numberExponential).map(Number);static numberUnit=this.reg(we.common.numberUnit).map(Number);static numberByte=this.reg(we.common.numberByte).map(Number);static whitespace=this.reg(we.common.whitespace);static whitespaceOpt=this.reg(we.common.whitespaceOpt);static whitespaceInline=this.reg(we.common.whitespaceInline);static whitespaceInlineOpt=this.reg(we.common.whitespaceInlineOpt);static whitespaceMultiline=this.reg(we.common.whitespaceMultiline);static doubleQuotedString=this.reg(we.common.doubleQuotedString,1);static singleQuotedString=this.reg(we.common.singleQuotedString,1);static backtickQuotedString=this.reg(we.common.backtickQuotedString,1);constructor(e,t=!1){this.#s=e}static#E(e){const t=[];for(;e;)t.push(e),e=e.parent;t.reverse();let i=new Map;for(let e=1;ei<=r||i>e))),i.set(t[e].current,r),t.splice(r+1,e-r),e=r):i.set(t[e].current,e)}return t[t.length-1]}getParser(){return this.#s}run(e){const t=this.#s.parse(ue.makeContext(this,e),0,ue.makePathNode(),0);return t.position!==e.length&&(t.status=!1),t}parse(e,t=!0){const i=this.run(e);if(i.status)return i.value;const r=[Math.ceil(30),Math.floor(30)],n=Pe.lineColumnFromOffset(e,i.bestPosition);let s=i.bestPosition;const a=e.replaceAll(/^(\s)+|\s{6,}|\s*?\n\s*/g,((e,t,r)=>{let n=t?"...":" ... ";return r<=i.bestPosition&&(i.bestPosition0&&(u="..."+u,c+=3),r[1]e.getParser()))))}static alt(...e){return new this(new me(...e.map((e=>e.getParser()))))}static lookahead(e){return new this(new ye(e.getParser(),ye.Type.POSITIVE_AHEAD))}static lazy(e){return new this(new fe(e))}times(e,t=e){return new Pe(new xe(this.#s,e,t))}many(){return this.times(0,Number.POSITIVE_INFINITY)}atLeast(e){return this.times(e,Number.POSITIVE_INFINITY)}atMost(e){return this.times(0,e)}opt(e=""){let t=Pe.success();return""!==e&&(t=t.map((()=>e))),Pe.alt(this,t)}sepBy(e,t=1,i=!1){let r=Pe.seq(this,Pe.seq(e,this).map(Pe.#y).atLeast(t-1),...i?[e.opt([])]:[]).map(Pe.#w);return 0===t&&(r=r.opt([])),r}skipSpace(){return Pe.seq(this,Pe.whitespaceOpt).map(Pe.#f)}map(e){return new Pe(new Se(this.#s,e))}chain(e){return new Pe(new ge(this.#s,e))}assert(e){return this.chain(((t,i,r)=>e(t,i,r)?Pe.success().map((()=>t)):Pe.failure()))}join(e=""){return this.map(Pe.#S)}label(e=""){return new Pe(new ve(this.#s,e))}toString(e="",t=!1,i=null){i instanceof Pe&&(i=i.getParser());const r=ue.makeContext(this,"");r.highlighted=i;const n=ue.makePathNode();return(t?"\n"+e:"")+this.#s.toString(r,e,n)}}class ke{static same=e=>e;static notWrapped=(e,t)=>t;static defaultWrapped=(e,t)=>`${e.#C}(${t})`;static wrap=this.defaultWrapped;static attributeSeparator=",";static keySeparator="=";static printKey=e=>e;static grammar=Pe.lazy((()=>this.createGrammar()));static unknownEntityGrammar;static unknownEntity;static attributes={};static lookbehind="";static default;static nullable=!1;static ignored=!1;static serialized=!1;static expected=!1;static inlined=!1;static quoted;static silent=!1;static trailing=!1;#N;get keys(){return this.#N??Object.keys(this)}set keys(e){this.#N=[...new Set(e)]}#C=this.constructor.lookbehind;get lookbehind(){return this.#C.trim()}set lookbehind(e){this.#C=e}#x=this.constructor.ignored;get ignored(){return this.#x}set ignored(e){this.#x=e}#P=this.constructor.inlined;get inlined(){return this.#P}set inlined(e){this.#P=e}#k;get quoted(){return this.#k??this.constructor.quoted??!1}set quoted(e){this.#k=e}#L;get trailing(){return this.#L??this.constructor.trailing??!1}set trailing(e){this.#L=e}constructor(e={}){const t=this.constructor.attributes,i=oe.mergeArrays(Object.keys(e),Object.entries(t).filter((([e,t])=>void 0!==t.default)).map((([e,t])=>e)));for(const r of i){if(void 0!==e[r]){e[r].constructor===Object&&(e[r]=new(void 0!==t[r]?t[r]:ke.unknownEntity)(e[r]));const i=t[r];if(this[r]=e[r],i?.compute){const t=i.compute(this).grammar.run(e[r].toString());t.status&&(this[r]=t.value)}continue}const i=t[r];void 0===i.default||(this[r]=i.default(i))}}static createGrammar(){return this.unknownEntityGrammar}static actualClass(){let e=this;for(;!e.name;)e=Object.getPrototypeOf(e);return e}static className(){return this.actualClass().name}static asUniqueClass(e=!1){let t=this;return(this.name.length||e)&&(t=class extends(this){},t.grammar=t.createGrammar()),t}static withLookbehind(e){const t=this.asUniqueClass();return t.lookbehind=e,t}static withDefault(e=e=>new e){const t=this.asUniqueClass();return t.default=e,t}static flagNullable(e=!0){const t=this.asUniqueClass();return t.nullable=e,t}static flagIgnored(e=!0){const t=this.asUniqueClass();return t.ignored=e,t}static flagSerialized(e=!0){const t=this.asUniqueClass();return t.serialized=e,t}static flagInlined(e=!0){const t=this.asUniqueClass();return t.inlined=e,t}static flagQuoted(e=!0){const t=this.asUniqueClass();return t.quoted=e,t}static flagSilent(e=!0){const t=this.asUniqueClass();return t.silent=e,t}static flagTrailing(e=!0){const t=this.asUniqueClass();return t.trailing=e,t}static asSerializedString(e){return`"${e.replaceAll(/(?<=(?:[^\\]|^)(?:\\\\)*?)"/g,'\\"')}"`}showProperty(e){let t=this[e];const i=t.constructor;if(i.silent&&void 0!==i.default){void 0===i["#default"]&&(i["#default"]=i.default(i));const e=i["#default"];return!t.equals(e)}return!0}listenAttribute(e,t){const i=Object.getOwnPropertyDescriptor(this,e),r=i.set;r?(i.set=e=>{r(e),t(e)},Object.defineProperties(this,{[e]:i})):i.value&&Object.defineProperties(this,{["#"+e]:{value:i.value,writable:!0,enumerable:!1},[e]:{enumerable:!0,get(){return this["#"+e]},set(i){t(i),this["#"+e]=i}}})}doSerialize(e=!1,t="",i=this.constructor,r=i.printKey,n=i.keySeparator,s=i.attributeSeparator,a=i.wrap){const o=i!==this.constructor;let l="",c=!0;const u=this instanceof ke?this.keys:Object.keys(this);for(const a of u){const o=this[a],u=o?.constructor;if(void 0===o||this instanceof ke&&!this.showProperty(a))continue;c?c=!1:l+=s;let h=this instanceof Array?`(${a})`:a;if(h.length&&(i.attributes[a]?.quoted||o.quoted)&&(h=`"${h}"`),o.inlined){const a="ArrayEntity"===u.className()?e=>r(`${h}${e}`):e=>r(`${h}.${e}`);l+=o.serialize(e,t,void 0,a,n,s,i.notWrapped);continue}h=r(h),h.length&&(l+=(s.includes("\n")?t:"")+h+n);let p=o?.serialize(e,t);l+=p}return this instanceof ke&&(o&&i.trailing||this.trailing)&&l.length&&(l+=s),a(this,l)}serialize(e=!1,t="",i=this.constructor,r=i.printKey,n=i.keySeparator,s=i.attributeSeparator,a=i.wrap){this.constructor;let o=this instanceof Array?ke.prototype.doSerialize.bind(this)(e,t,i,r,n,s,a):this.doSerialize(e,t,i,r,n,s,a);return i.serialized&&(o=ke.asSerializedString(o)),o}equals(e){if(!(e instanceof ke))return!1;const t=Object.keys(this),i=Object.keys(e),r=this.constructor.actualClass(),n=e.constructor.actualClass();if(!(t.length===i.length&&this.lookbehind==e.lookbehind&&(e instanceof r||this instanceof n)))return!1;for(let r=0;r{},toAttribute:(e,t)=>!0===e?"true":!1===e?"false":""};#A=!0;get uppercase(){return this.#A}set uppercase(e){this.#A=e}static createGrammar(){return Pe.regArray(/(true)|(True)|(false)|(False)/).map((e=>{const t=e[1]??e[2]?new this(!0):new this(!1);return t.uppercase=void 0!==(e[2]??e[4]),t})).label("BooleanEntity")}constructor(e=!1){super(),this.value=e}serialize(e=!1,t="",i=this.constructor){let r=this.value?this.#A?"True":"true":this.#A?"False":"false";return i.serialized&&(r=`"${r}"`),r}valueOf(){return this.value}}class Ae{static#M=new Map;static registerElement(e,t){Ae.#M.set(e,t)}static getConstructor(e){return Ae.#M.get(e)}}class Me extends ke{static alternatives=[];static className(){let e=super.className();return this.alternatives.length&&(e+=".accepting("+this.alternatives.map((e=>e.className())).join(", ")+")"),e}static createGrammar(){const e=this.alternatives.map((e=>e.grammar));return 0==this.alternatives.length||e.includes(this.unknownEntityGrammar)?this.unknownEntityGrammar:Pe.alt(...e)}static accepting(...e){const t=this.asUniqueClass();return t.alternatives=e,t.grammar=t.createGrammar(),t}}class Te{static numberRegexSource=Pe.number.getParser().parser.regexp.source;static separatedBy=(e,t,i=1)=>new RegExp(e+"(?:"+t+e+")"+(1===i?"*":2===i?"+":`{${i},}`));static Regex=class{static HexDigit=/[0-9a-fA-F]/;static InsideString=/(?:[^"\\]|\\.)*/;static InsideSingleQuotedString=/(?:[^'\\]|\\.)*/;static Integer=/[\-\+]?\d+(?!\d|\.)/;static Number=/[-\+]?(?:\d*\.)?\d+(?!\d|\.)/;static RealUnit=/\+?(?:0(?:\.\d+)?|1(?:\.0+)?)(?![\.\d])/;static Word=Te.separatedBy("[a-zA-Z]","_");static Symbol=/[a-zA-Z_]\w*/;static DotSeparatedSymbols=Te.separatedBy(this.Symbol.source,"\\.");static MultipleWordsSymbols=Te.separatedBy(this.Symbol.source,"(?:\\.|\\ +)");static PathFragment=Te.separatedBy(this.Symbol.source,"[\\.:]");static PathSpaceFragment=Te.separatedBy(this.Symbol.source,"[\\.:\\ ]");static Path=new RegExp(`(?:\\/${this.PathFragment.source}){2,}`)};static null=Pe.reg(/\(\s*\)/).map((()=>null));static true=Pe.reg(/true/i).map((()=>!0));static false=Pe.reg(/false/i).map((()=>!1));static number=Pe.regArray(new RegExp(`(${Pe.number.getParser().parser.regexp.source})|(\\+?inf)|(-inf)`)).map((([e,t,i,r])=>t?Number(t):i?Number.POSITIVE_INFINITY:Number.NEGATIVE_INFINITY));static bigInt=Pe.reg(new RegExp(Pe.number.getParser().parser.regexp.source)).map(BigInt).map((e=>void 0!==e[2]?Number.POSITIVE_INFINITY:void 0!==e[3]?Number.NEGATIVE_INFINITY:Number(e[1])));static naturalNumber=Pe.lazy((()=>Pe.reg(/\d+/).map(Number)));static string=Pe.doubleQuotedString.map((e=>oe.unescapeString(e)));static colorValue=Pe.numberByte;static word=Pe.reg(Te.Regex.Word);static symbol=Pe.reg(Te.Regex.Symbol);static symbolQuoted=Pe.reg(new RegExp('"('+Te.Regex.Symbol.source+')"'),1);static attributeName=Pe.reg(Te.Regex.DotSeparatedSymbols);static attributeNameQuoted=Pe.reg(new RegExp('"('+Te.Regex.InsideString.source+')"'),1);static guid=Pe.reg(new RegExp(`${Te.Regex.HexDigit.source}{32}`));static commaSeparation=Pe.reg(/\s*,\s*(?!\))/);static commaOrSpaceSeparation=Pe.reg(/\s*,\s*(?!\))|\s+/);static equalSeparation=Pe.reg(/\s*=\s*/);static hexColorChannel=Pe.reg(new RegExp(Te.Regex.HexDigit.source+"{2}"));static getAttribute(e,[t,...i]){const r=e?.attributes?.[t];if(r){if(r.prototype instanceof Me)for(const e of r.alternatives){const t=this.getAttribute(e,i);if(t)return t}return i.length>0?this.getAttribute(r,i):r}}static createAttributeGrammar(e,t=this.attributeName,i=this.equalSeparation,r=(e,t,i)=>{}){return Pe.seq(t,i).chain((([t,i])=>{const n=t.split(ae.keysSeparator),s=this.getAttribute(e,n),a=s?s.grammar:ke.unknownEntityGrammar,o=n.length>1;return a.map((e=>t=>{oe.objectSet(t,n,e),n.reduce(((e,t,i)=>(e[t].inlined=o&&i{let r={};return e.length&&(r.lookbehind=e),t.forEach((e=>e(r))),r.trailing=void 0!==i,r})).chain((t=>{(e.lookbehind instanceof Array||e.lookbehind!==n)&&(e=e.withLookbehind(n));const r=Object.keys(t),s=Object.keys(e.attributes);return null!=i?Pe.success().assert((e=>r.filter((e=>s.includes(e))).length/s.length>=i)).map((()=>new e(t))):Pe.success().map((()=>new e(t)))}))}}class Ie extends ke{static grammar=this.createGrammar();constructor(e=0){super(),this.value=e}static createGrammar(){return Pe.number.map((e=>new this(e)))}serialize(e=!1,t="",i=this.constructor){let r=this.value.toFixed(6);return i.serialized&&(r=`"${r}"`),r}valueOf(){return this.value}toString(){return this.value.toString()}}class Oe extends ke{static attributes={...super.attributes,R:Ie.withDefault(),G:Ie.withDefault(),B:Ie.withDefault(),A:Ie.withDefault((e=>new e(1)))};static grammar=this.createGrammar();#T=new Ie;get H(){return this.#T}set H(e){this.#T=e}#I=new Ie;get S(){return this.#I}set S(e){this.#I=e}#O=new Ie;get V(){return this.#O}set V(e){this.#O=e}constructor(e){super(e),e instanceof Array&&(e={R:e[0]??0,G:e[1]??0,B:e[2]??0,A:e[3]??1}),this.R,this.G,this.B,this.A,this.#D()}static createGrammar(){return Te.createEntityGrammar(this,Te.commaSeparation,.5).label("LinearColorEntity")}static printLinearColor(e){return`${Math.round(255*e.R.valueOf())}, ${Math.round(255*e.G.valueOf())}, ${Math.round(255*e.B.valueOf())}`}static linearToSRGB(e){return e<=0?0:e>=1?1:e<.0031308?12.92*e:1.055*Math.pow(e,1/2.4)-.055}static sRGBtoLinear(e){return e<=0?0:e>=1?1:e<.04045?e/12.92:Math.pow((e+.055)/1.055,2.4)}static getWhite(){return new Oe({R:new Ie(1),G:new Ie(1),B:new Ie(1)})}static getLinearColorFromHexGrammar(){const e=/[0-9a-fA-F]/;return Pe.regArray(new RegExp("#("+e.source+"{2})("+e.source+"{2})("+e.source+"{2})("+e.source+"{2})?")).map((([e,t,i,r,n])=>new this({R:parseInt(t,16)/255,G:parseInt(i,16)/255,B:parseInt(r,16)/255,A:parseInt(n??"FF",16)/255})))}static getLinearColorRGBListGrammar(){return Pe.seq(Pe.numberByte,Te.commaSeparation,Pe.numberByte,Te.commaSeparation,Pe.numberByte).map((([e,t,i,r,n])=>new this({R:e/255,G:i/255,B:n/255,A:1})))}static getLinearColorRGBGrammar(){return Pe.seq(Pe.reg(/rgb\s*\(\s*/),this.getLinearColorRGBListGrammar(),Pe.reg(/\s*\)/)).map((([e,t,i])=>t))}static getLinearColorRGBAGrammar(){return Pe.seq(Pe.reg(/rgba\s*\(\s*/),this.getLinearColorRGBListGrammar(),Pe.reg(/\s*\)/)).map((([e,t,i])=>t))}static getLinearColorFromAnyFormat(){return Pe.alt(this.getLinearColorFromHexGrammar(),this.getLinearColorRGBAGrammar(),this.getLinearColorRGBGrammar(),this.getLinearColorRGBListGrammar())}#D(){const e=this.R.value,t=this.G.value,i=this.B.value;if(oe.approximatelyEqual(e,t)&&oe.approximatelyEqual(e,i)&&oe.approximatelyEqual(t,i))return this.S.value=0,void(this.V.value=e);const r=Math.max(e,t,i),n=Math.min(e,t,i),s=r-n;let a;switch(r){case n:a=0;break;case e:a=(t-i)/s+(te.toString(16).toUpperCase().padStart(2,"0"))).join("")}toSRGBAString(){return this.toSRGBA().map((e=>e.toString(16).toUpperCase().padStart(2,"0"))).join("")}toHSVA(){return[this.H.value,this.S.value,this.V.value,this.A.value]}toNumber(){return(Math.round(255*this.R.value)<<24)+(Math.round(255*this.G.value)<<16)+(Math.round(255*this.B.value)<<8)+Math.round(255*this.A.value)}toArray(){return[this.R.value,this.G.value,this.B.value,this.A.value]}setFromRGBANumber(e){this.A.value=(255&e)/255,this.B.value=(e>>8&255)/255,this.G.value=(e>>16&255)/255,this.R.value=(e>>24&255)/255,this.#D()}setFromSRGBANumber(e){this.A.value=(255&e)/255,this.B.value=Oe.sRGBtoLinear((e>>8&255)/255),this.G.value=Oe.sRGBtoLinear((e>>16&255)/255),this.R.value=Oe.sRGBtoLinear((e>>24&255)/255),this.#D()}toString(){return Oe.printLinearColor(this)}}const De=ae.paths;class $e extends ke{static type;constructor(e=null){super();const t=this.constructor;e??=void 0!==t.default?t.default(t).getter:e,this.getter=e}static createGrammar(e=this.type?.grammar??Pe.lazy((()=>this.unknownEntityGrammar))){return this.type?.grammar.map((e=>new this((()=>e))))}static withDefault(e=e=>new e((()=>new e.type))){return super.withDefault(e)}static of(e){const t=this.asUniqueClass();return t.type=e,t.grammar=t.createGrammar(),t}doSerialize(e=!1,t="",i=this.constructor,r=i.printKey,n=i.keySeparator,s=i.attributeSeparator,a=i.wrap){return this.getter().serialize(e,t,i.type,r,n,s,a)}equals(e){return e instanceof $e&&(e=e.getter?.()),this.getter?.().equals(e)}valueOf(e){return this.getter(e).valueOf()}toString(){return this.getter().toString()}}class Ve extends ke{static numberRegexSource=String.raw`${Te.numberRegexSource}(?<=(?:\.(\d*0+))?)`;static grammar=this.createGrammar();static precision;#$;get precision(){return this.constructor.precision??this.#$}set precision(e){this.#$=e}_value;get value(){return this._value}set value(e){-0===e&&(e=0),this._value=e}constructor(e=0,t=null){super(),this.value=Number(e),null!==t&&(this.#$=Number(t))}static createGrammar(){return Pe.regArray(new RegExp(`(?${this.numberRegexSource})|(?\\+?inf)|(?-inf)`)).map((({2:e,groups:{n:t,posInf:i,negInf:r}})=>new this(t?Number(t):i?Number.POSITIVE_INFINITY:Number.NEGATIVE_INFINITY,e?.length))).label("NumberEntity")}static withPrecision(e=0){const t=this.asUniqueClass();return t.precision=e,t}static printNumber(e){return e==Number.POSITIVE_INFINITY?"inf":e==Number.NEGATIVE_INFINITY?"-inf":oe.minDecimals(e)}serialize(e=!1,t="",i=this.constructor){if(this.value===Number.POSITIVE_INFINITY)return"+inf";if(this.value===Number.NEGATIVE_INFINITY)return"-inf";const r=i.precision??this.precision;let n=void 0!==r?this.value.toFixed(r):this.value.toString();return i.serialized&&(n=`"${n}"`),n}valueOf(){return this.value}toString(){return this.value.toString()}}class Be extends ke{static attributes={...super.attributes,X:Ve.withDefault(),Y:Ve.withDefault(),Z:Ve.withDefault()};static grammar=this.createGrammar();constructor(e){super(e),this.X,this.Y,this.Z}static createGrammar(){return Te.createEntityGrammar(this,Te.commaSeparation,1).label("VectorEntity")}toArray(){return[this.X.valueOf(),this.Y.valueOf(),this.Z.valueOf()]}}const Ge=/\/Script\/SequencerScripting\.MovieSceneScripting(.+)Channel/,He={A_AccentGrave:"à",Add:"Num +",C_Cedille:"ç",Decimal:"Num .",Divide:"Num /",E_AccentAigu:"é",E_AccentGrave:"è",F1:"F1",F10:"F10",F11:"F11",F12:"F12",F2:"F2",F3:"F3",F4:"F4",F5:"F5",F6:"F6",F7:"F7",F8:"F8",F9:"F9",Gamepad_Special_Left_X:"Touchpad Button X Axis",Gamepad_Special_Left_Y:"Touchpad Button Y Axis",Mouse2D:"Mouse XY 2D-Axis",Multiply:"Num *",Section:"§",Subtract:"Num -",Tilde:"`"},Re={"Boolean::LogicAnd":"Logic AND","Boolean::LogicEq":"==","Boolean::LogicNEq":"!=","Boolean::LogicNot":"Logic NOT","Boolean::LogicOr":"Logic OR","Integer::BitAnd":"Bitwise AND","Integer::BitLShift":"Bitwise Left Shift","Integer::BitNot":"Bitwise NOT","Integer::BitOr":"Bitwise OR","Integer::BitRShift":"Bitwise Right Shift","Integer::BitXOr":"Bitwise XOR","Integer::EnumEq":"==","Integer::EnumNEq":"!=","Matrix::MatrixMultiply":"Multiply (Matrix * Matrix)","Matrix::MatrixVectorMultiply":"Multiply (Matrix * Vector4)",...Object.fromEntries(Object.entries({Add:"+",ArcCosine:"ArcCosine","ArcCosine(Degrees)":"ArcCos(D)","ArcCosine(Radians)":"ArcCos(R)",ArcSine:"ArcSine","ArcSine(Degrees)":"ArcSin(D)","ArcSine(Radians)":"ArcSin(R)","ArcTangent(Degrees)":"ArcTan(D)","ArcTangent(Radians)":"ArcTan(R)",CmpEQ:"==",CmpGE:">=",CmpGT:">",CmpLE:"<=",CmpLT:"<",CmpNEQ:"!=","Cosine(Degrees)":"Cos(D)","Cosine(Radians)":"Cos(R)",DegreesToRadians:"DegToRad",DistancePos:"Distance",Div:String.fromCharCode(247),FMod:"%",FModFast:"Modulo Fast",Length:"Len",Madd:`(A${String.fromCharCode(10799)}B)+C`,Mul:String.fromCharCode(10799),Negate:"-A",OneMinus:"1-A",PI:String.fromCharCode(960),RadiansToDegrees:"RadToDeg","Rand Float":"Random Float","Rand Integer":"Random Integer",Rand:"Random",Rcp:"Reciprocal",RSqrt:"Rcp Sqrt","Sine(Degrees)":"Sin(D)","Sine(Radians)":"Sin(R)",Subtract:"-","Tangent(Degrees)":"Tan(D)","Tangent(Radians)":"Tan(R)",TWO_PI:`2 ${String.fromCharCode(960)}`}).map((([e,t])=>["Numeric::"+e,t])))},ze=ae.paths,Fe=oe.formatStringName;function _e(e=""){switch(e=e.toLowerCase()){case"zero":return 0;case"one":return 1;case"two":return 2;case"three":return 3;case"four":return 4;case"five":return 5;case"six":return 6;case"seven":return 7;case"eight":return 8;case"nine":return 9}}function je(e){let t;switch(e.getType()){case ze.addDelegate:t??="Bind Event to ";case ze.clearDelegate:t??="Unbind all Events from ";case ze.removeDelegate:return t??="Unbind Event from ",t+Fe(e.DelegateReference?.MemberName?.toString().replace(/Delegate$/,"")??"None");case ze.asyncAction:if(e.ProxyFactoryFunctionName)return Fe(e.ProxyFactoryFunctionName?.toString());case ze.actorBoundEvent:case ze.componentBoundEvent:return`${Fe(e.DelegatePropertyName?.toString())} (${e.ComponentPropertyName?.toString()??"Unknown"})`;case ze.callDelegate:return`Call ${e.DelegateReference?.MemberName?.toString()??"None"}`;case ze.createDelegate:return"Create Event";case ze.customEvent:if(e.CustomFunctionName)return e.CustomFunctionName?.toString();case ze.dynamicCast:return e.TargetType?`Cast To ${e.TargetType?.getName()}`:"Bad cast node";case ze.enumLiteral:return`Literal enum ${e.Enum?.getName()}`;case ze.event:return`Event ${(e.EventReference?.MemberName?.toString()??"").replace(/^Receive/,"")}`;case ze.executionSequence:return"Sequence";case ze.forEachElementInEnum:return`For Each ${e.Enum?.getName()}`;case ze.forEachLoopWithBreak:return"For Each Loop with Break";case ze.functionEntry:return"UserConstructionScript"===e.FunctionReference?.MemberName?.toString()?"Construction Script":e.FunctionReference?.MemberName?.toString();case ze.functionResult:return"Return Node";case ze.ifThenElse:return"Branch";case ze.makeStruct:if(e.StructType)return`Make ${e.StructType.getName()}`;case ze.materialExpressionComponentMask:{const t=e.getMaterialSubobject();if(t)return`Mask ( ${ae.rgba.filter((e=>!0===t[e].getter().value)).map((e=>e+" ")).join("")})`}case ze.materialExpressionConstant:t??=[e.getCustomproperties().find((e=>"Value"==e.PinName.toString()))?.DefaultValue];case ze.materialExpressionConstant2Vector:t??=[e.getCustomproperties().find((e=>"X"==e.PinName?.toString()))?.DefaultValue,e.getCustomproperties().find((e=>"Y"==e.PinName?.toString()))?.DefaultValue];case ze.materialExpressionConstant3Vector:case ze.materialExpressionConstant4Vector:if(!t){const i=e.getCustomproperties().find((e=>"Constant"==e.PinName?.toString()))?.DefaultValue;t=i instanceof Be?[i.X,i.Y,i.Z].map((e=>e.valueOf())):i instanceof Oe?[i.R,i.G,i.B,i.A].map((e=>e.valueOf())):[]}if(t?.length>0)return t.map((e=>oe.printExponential(e))).join(",");t=void 0;break;case ze.materialExpressionFunctionInput:{const t=e.getMaterialSubobject();return`Input ${t?.InputName??"In"} (${t?.InputType?.value.match(/^.+?_(\w+)$/)?.[1]??"Vector3"})`}case ze.materialExpressionLogarithm:return"Ln";case ze.materialExpressionLogarithm10:return"Log10";case ze.materialExpressionLogarithm2:return"Log2";case ze.materialExpressionMaterialFunctionCall:const i=e.getMaterialSubobject()?.MaterialFunction;if(i)return i.getName();break;case ze.materialExpressionSquareRoot:return"Sqrt";case ze.materialExpressionSubtract:const r=e.getMaterialSubobject();if(r)return`Subtract(${r.ConstA??"1"},${r.ConstB??"1"})`;case ze.metasoundEditorGraphExternalNode:{const t=e.ClassName?.Name;if(t)return"Add"===t?"+":t}case ze.niagaraNodeConvert:return`Make ${(e.AutowireMakeType?.ClassStructOrEnum??"").toString().match(/(?:Niagara)?(\w+)['"]*$/)?.[1]??""}`;case ze.pcgEditorGraphNodeInput:return"Input";case ze.pcgEditorGraphNodeOutput:return"Output";case ze.spawnActorFromClass:let n=e.getCustomproperties().find((e=>"ReturnValue"==e.PinName.toString()))?.PinType?.PinSubCategoryObject?.getName();return"Actor"===n&&(n=null),`SpawnActor ${Fe(n??"NONE")}`;case ze.switchEnum:return`Switch on ${e.Enum?.getName()??"Enum"}`;case ze.switchInteger:return"Switch on Int";case ze.variableGet:return"";case ze.variableSet:return"SET"}const i=e.getClass();let r=e.switchTarget();if(r)return"E"!==r[0]&&(r=Fe(r)),`Switch on ${r}`;if(e.isComment())return e.NodeComment.toString();const n=e.getHIDAttribute();if(n){const e=n.toString();let t=function(e){let t=He[e];if(t)return t;if(t=_e(e)?.toString(),t)return t;const i=e.match(/NumPad([a-zA-Z]+)/);return i&&(t=_e(i[1]).toString(),t)?"Num "+t:void 0}(e)??Fe(e);return i===ze.inputDebugKey?t="Debug Key "+t:i===ze.getInputAxisKeyValue&&(t="Get "+t),t}if(i===ze.macro)return Fe(e.MacroGraphReference?.getMacroName());const s=e.getMaterialSubobject();if(s){let e=je(s);return e=e.match(/Material Expression (.+)/)?.[1]??e,e}if(e.isPcg()&&e.getPcgSubobject()){let t=e.getPcgSubobject();return t.NodeTitle?t.NodeTitle.toString():je(t)}const a=e.getSubgraphObject();if(a)return a.Graph.getName();const o=e.getSettingsObject();if(o){if(o.ExportPath?.valueOf()?.type===ze.pcgHiGenGridSizeSettings)return`Grid Size: ${o.HiGenGridSize?.toString().match(/\d+/)?.[0]?.concat("00")??o.HiGenGridSize?.toString().match(/^\w+$/)?.[0]??"256"}`;if(o.BlueprintElementInstance)return Fe(o.BlueprintElementType.getName());if(o.Operation){const e=o.Name?.toString().match(/PCGMetadata(\w+)Settings_\d+/);if(e)return Fe(e[1]+": "+o.Operation)}const e=o.getSubgraphObject();if(e&&e.Graph)return e.Graph.getName()}let l,c=e.FunctionReference?.MemberName?.toString();if(c){const t=e.FunctionReference.MemberParent?.path??"";switch(c){case"AddKey":let e=t.match(Ge);if(e)return`Add Key (${Fe(e[1])})`;case"Concat_StrStr":return"Append"}const i=c.match(ae.lineTracePattern);if(i)return"Line Trace"+("Multi"===i[1]?" Multi ":" ")+(""===i[2]?"By Channel":Fe(i[2]));switch(t){case ze.blueprintGameplayTagLibrary:case ze.kismetMathLibrary:case ze.kismetStringLibrary:case ze.slateBlueprintLibrary:case ze.timeManagementBlueprintLibrary:case ze.typedElementHandleLibrary:const e=c.match(/[BF]([A-Z]\w+)/);switch(e&&(c=e[1]),c){case"Abs":return"ABS";case"BooleanAND":return"AND";case"BooleanNAND":return"NAND";case"BooleanOR":return"OR";case"Equal":return"==";case"Exp":return"e";case"LineTraceSingle":return"Line Trace By Channel";case"Max":case"MaxInt64":return"MAX";case"Min":case"MinInt64":return"MIN";case"Not_PreBool":return"NOT";case"Sin":return"SIN";case"Sqrt":return"SQRT";case"Square":return"^2";case"CrossProduct2D":return"cross";case"Vector4_CrossProduct3":return"cross3";case"DotProduct2D":case"Vector4_DotProduct":return"dot";case"Vector4_DotProduct3":return"dot3"}if(c.startsWith("Add_"))return"+";if(c.startsWith("And_"))return"&";if(c.startsWith("Conv_"))return"";if(c.startsWith("Cross_"))return"cross";if(c.startsWith("Divide_"))return String.fromCharCode(247);if(c.startsWith("Dot_"))return"dot";if(c.startsWith("EqualEqual_"))return"==";if(c.startsWith("Greater_"))return">";if(c.startsWith("GreaterEqual_"))return">=";if(c.startsWith("Less_"))return"<";if(c.startsWith("LessEqual_"))return"<=";if(c.startsWith("Multiply_"))return String.fromCharCode(10799);if(c.startsWith("Not_"))return"~";if(c.startsWith("NotEqual_"))return"!=";if(c.startsWith("Or_"))return"|";if(c.startsWith("Percent_"))return"%";if(c.startsWith("Subtract_"))return"-";if(c.startsWith("Xor_"))return"^";break;case ze.blueprintSetLibrary:{const e=c.match(/Set_(\w+)/);if(e)return Fe(e[1]).toUpperCase()}break;case ze.blueprintMapLibrary:{const e=c.match(/Map_(\w+)/);if(e)return Fe(e[1]).toUpperCase()}break;case ze.kismetArrayLibrary:{const e=c.match(/Array_(\w+)/);if(e)return e[1].toUpperCase()}}return Fe(c)}return e.OpName?Re[e.OpName.toString()]??Fe(e.OpName.toString().replaceAll(/(?:^\w+(?this.unknownEntityGrammar))){return this.inlined?e:Pe.seq(Pe.reg(/\(\s*/),e.sepBy(Te.commaSeparation).opt(),Pe.reg(/\s*(,\s*)?\)/,1)).map((([e,t,i])=>{t=t instanceof Array?t:[];let r=this;return void 0!==i!==r.trailing&&(r=r.flagTrailing(void 0!==i)),new r(t)})).label(`ArrayEntity of ${this.type?.className()??"unknown values"}`)}static flagInlined(e=!0){const t=this.asUniqueClass();return t.inlined=e,t.grammar=t.createGrammar(),t}static of(e){const t=this.asUniqueClass();return t.type=e,t.grammar=t.createGrammar(),t}doSerialize(e=!1,t="",i=this.constructor,r=i.printKey,n=i.keySeparator,s=i.attributeSeparator,a=i.wrap){if(i.inlined)return super.serialize.bind(this.values,e,t,i,r,n,s,a)();let o=this.values.map((t=>t?.serialize(e))).join(i.attributeSeparator);return this.trailing&&(o+=i.attributeSeparator),`(${o})`}valueOf(){return this.values}equals(e){if(!(e instanceof Ke)||this.values.length!==e.values.length)return!1;for(let t=0;tYe=e.default)).catch():Ye=window.crypto;class qe extends ke{static grammar=this.createGrammar();static generateGuid(){let e=new Uint32Array(4);Ye.getRandomValues(e);let t="";return e.forEach((e=>{t+=("0".repeat(8)+e.toString(16).toUpperCase()).slice(-8)})),t}constructor(e=qe.generateGuid()){super(),this.value=e}static createGrammar(){return Pe.reg(/[0-9A-F]{32}/i).map((e=>new this(e))).label("GuidEntity")}serialize(e=!1,t="",i=this.constructor){let r=this.value;return i.serialized&&(r=`"${r}"`),r}toString(){return this.value}}class Xe extends Ve{static grammar=this.createGrammar();get value(){return super.value}set value(e){(e=Math.trunc(e))>=1<<31&&e<-(1<<31)&&(e=Math.floor(e),super.value=e)}static createGrammar(){return Pe.numberInteger.map((e=>new this(e)))}}class Ze extends Xe{static grammar=this.createGrammar();get value(){return super.value}set value(e){e=Math.round(oe.clamp(e,0)),super.value=e}static createGrammar(){return Pe.numberNatural.map((e=>new this(e)))}}const We=ae.paths,Qe={Any:s``,"Any[]":s``,audio:s``,blue:s``,bool:s``,byte:s``,class:s``,default:s``,delegate:s``,enum:s``,exec:s``,float:s``,green:s``,int:s``,int32:s``,int64:s``,interface:s``,name:s``,object:s``,Param:s``,"Param[]":s``,Point:s``,"Point[]":s``,real:s``,red:s``,string:s``,struct:s``,Surface:s``,"Surface[]":s``,text:s``,time:s``,Volume:s``,"Volume[]":s``,wildcard:s``,[We.linearColor]:s``,[We.niagaraBool]:s``,[We.niagaraDataInterfaceCollisionQuery]:s``,[We.niagaraDataInterfaceCurlNoise]:s``,[We.niagaraDataInterfaceVolumeTexture]:s``,[We.niagaraFloat]:s``,[We.niagaraInt32]:s``,[We.niagaraPosition]:s``,[We.quat4f]:s``,[We.rotator]:s``,[We.transform]:s``,[We.vector]:s``,[We.vector2f]:s``,[We.vector3f]:s``,[We.vector4f]:s``},Je=s``;function et(e){let t,i=e.PinFriendlyName?e.PinFriendlyName.toString():oe.formatStringName(e.PinName?.toString()??"");return(t=e.PinToolTip?.toString().match(/\s*(.+?(?=\n)|.+\S)\s*/))&&t[1].toLowerCase()===i.toLowerCase()?t[1]:(i=i.replace(/^Module\./,""),i)}class tt extends Xe{static grammar=this.createGrammar();get value(){return super.value}set value(e){(e=Math.trunc(e))>=0&&e<256&&(super.value=e)}createGrammar(){return Pe.numberByte.map((e=>new this(e)))}}class it extends ke{static grammar=this.createGrammar();static escapedCharacters=/['"\\]/g;static unescapedBackslash=/(?<=(?:[^\\]|^)(?:\\\\)*)\\(?!\\)/;constructor(e=""){super(),this.value=e}static createGrammar(){return Pe.doubleQuotedString.map((e=>new this(it.unescape(e)))).label("StringEntity")}static escape(e,t=!0){let i=e.replaceAll(new RegExp(`(${it.escapedCharacters.source})`,"g"),"\\$1");return t&&(i=i.replaceAll("\n","\\n").replaceAll("\t","\\t")),i}static unescape(e){return e.replaceAll(new RegExp(it.unescapedBackslash.source+"t","g"),"\t").replaceAll(new RegExp(it.unescapedBackslash.source+"n","g"),"\n").replaceAll(new RegExp(`\\\\(${it.escapedCharacters.source})`,"g"),"$1")}doSerialize(e=!1){let t=`"${it.escape(this.value)}"`;return e&&(t=it.escape(t,!1)),t}valueOf(){return this.value}toString(){return this.value}}class rt extends ke{static grammar=this.createGrammar();static f;static createGrammar(){return it.grammar}static from(e){const t=this.asUniqueClass();return t.f=e,t}static compute(e){return this.f(e)}}class nt extends ke{static attributeConverter={fromAttribute:(e,t)=>new this(e),toAttribute:(e,t)=>e.toString()};static grammar=this.createGrammar();static createGrammar(){return Te.symbol.map((e=>new this(e))).label("SymbolEntity")}constructor(e=""){super(),this.value=e}serialize(e=!1,t="",i=this.constructor){let r=this.value;return i.serialized&&(r=`"${r}"`),r}toString(){return this.value}}class st extends nt{static grammar=this.createGrammar();static createGrammar(){return Te.symbol.map((e=>new this(e)))}}class at extends st{static grammar=this.createGrammar();static createGrammar(){return Pe.reg(Te.Regex.InsideString).map((e=>new this(e)))}}class ot extends ke{static lookbehind="INVTEXT";static grammar=this.createGrammar();constructor(e=""){super(),this.value=e}static createGrammar(){return Pe.alt(Pe.seq(Pe.reg(new RegExp(`${this.lookbehind}\\s*\\(`)),Pe.doubleQuotedString,Pe.reg(/\s*\)/)).map((([e,t,i])=>t)),Pe.reg(new RegExp(this.lookbehind)).map((()=>""))).map((e=>new this(e))).label("InvariantTextEntity")}doSerialize(){return this.lookbehind+'("'+this.value+'")'}valueOf(){return this.value}toString(){return this.value}}class lt extends ke{static attributeSeparator=", ";static printKey=e=>"";static lookbehind="NSLOCTEXT";static attributes={...super.attributes,namespace:it.withDefault(),key:it.withDefault(),value:it.withDefault()};static grammar=this.createGrammar();constructor(e={}){super(e),this.namespace,this.key,this.value}static createGrammar(){return Pe.regArray(new RegExp(String.raw`${lt.lookbehind}\s*\(`+String.raw`\s*"(?${Te.Regex.InsideString.source})"\s*,`+String.raw`\s*"(?${Te.Regex.InsideString.source})"\s*,`+String.raw`\s*"(?${Te.Regex.InsideString.source})"\s*`+String.raw`(?,\s+)?`+String.raw`\)`,"m")).map((({groups:{namespace:e,key:t,value:i,trailing:r}})=>new this({namespace:new this.attributes.namespace(oe.unescapeString(e)),key:new this.attributes.namespace(oe.unescapeString(t)),value:new this.attributes.namespace(oe.unescapeString(i)),trailing:void 0!==r}))).label("LocalizedTextEntity")}toString(){return oe.capitalFirstLetter(this.value.valueOf())}}class ct extends ke{static attributeSeparator=", ";static lookbehind=["LOCGEN_FORMAT_NAMED","LOCGEN_FORMAT_ORDERED"];static grammar=this.createGrammar();constructor(e){super(),this.values=e}static createGrammar(){return Pe.lazy((()=>Pe.seq(Pe.reg(new RegExp(String.raw`(${this.lookbehind.join("|")})\s*\(\s*`),1),Pe.alt(...[it,lt,ot,ct].map((e=>e.grammar))).sepBy(Pe.reg(/\s*\,\s*/)),Pe.reg(/\s*\)/)).map((([e,t])=>{const i=new this(t);return i.lookbehind=e,i})))).label("FormatTextEntity")}doSerialize(e=!1,t="",i=this.constructor,r=i.printKey,n=i.keySeparator,s=i.attributeSeparator,a=i.wrap){const o=i.attributeSeparator;return this.lookbehind+"("+this.values.map((t=>t.serialize(e))).join(o)+(i.trailing?o:"")+")"}toString(){const e=this.values?.[0]?.toString();if(!e)return"";const t=this.values.slice(1).map((e=>e?.valueOf()));return"LOCGEN_FORMAT_NAMED"==this.lookbehind?e.replaceAll(/\{([a-zA-Z]\w*)\}/g,((e,i)=>{const r=t.indexOf(i)+1;return r>0&&r{const r=Number(i);return r=-(1n<<63n)&&e<1n<<63n&&(this._value=e)}constructor(e=0n){super(),this.value=BigInt(e)}static createGrammar(){return Pe.numberBigInteger.map((e=>new this(e)))}serialize(e=!1,t="",i=this.constructor){let r=this.value.toString();return i.serialized&&(r=`"${r}"`),r}valueOf(){return this.value}toString(){return this.value.toString()}}class ht extends ke{static typeReference=Pe.reg(new RegExp(Te.Regex.Path.source+"|"+Te.symbol.getParser().regexp.source));static fullReferenceGrammar=this.createFullReferenceGrammar();static grammar=this.createGrammar();#c;get type(){return this.#c}set type(e){this.#c=e}#V;get path(){return this.#V}set path(e){this.#B="",this.#V=e}#G;get full(){return this.#G}set full(e){this.#G=e}#B="";constructor(e="None",t="",i=(e.includes("/")||t?(e,t)=>`"${e+(t?`'${t}'`:"")}"`:(e,t)=>e)){super(),this.#c=e,this.#V=t,this.#G=i}static createGrammar(){return Pe.alt(this.createFullReferenceSerializedGrammar(),this.createFullReferenceGrammar(),this.createTypeReferenceGrammar()).label("ObjectReferenceEntity")}static createFullReferenceGrammar(){return Pe.regArray(new RegExp("("+this.typeReference.getParser().regexp.source+")(?:"+`'"(${Te.Regex.InsideString.source})"'|`+`'(${Te.Regex.InsideSingleQuotedString.source})')`)).map((([e,t,i,r])=>{let n=!!i,s=n?["'\"","\"'"]:["'","'"];return new this(t,n?i:r,((e,t)=>e+s[0]+t+s[1]))}))}static createFullReferenceSerializedGrammar(){return Pe.regArray(new RegExp('"('+Te.Regex.InsideString.source+"?)(?:'("+Te.Regex.InsideSingleQuotedString.source+"?)')?\"")).map((([e,t,i])=>new this(t,i,((e,t)=>`"${e}${t?`'${t}'`:""}"`))))}static createTypeReferenceGrammar(){return this.typeReference.map((e=>new this(e,"",((e,t)=>e))))}static createNoneInstance(){return new this("None")}getName(e=!1){return this.#B?this.#B:e?oe.getNameFromPath(this.path.replace(/_C$/,""),e):this.#B=oe.getNameFromPath(this.path.replace(/_C$/,""),e)}doSerialize(e=!1){let t=this.full(this.type,this.path);return e&&(t=oe.escapeString(t,!1)),t}equals(e){return e instanceof ht&&(this.type==e.type&&this.path==e.path)}toString(){return this.full(this.type,this.path)}}class pt extends ke{static grammar=this.createGrammar();constructor(e=null,t=null){super(),this.objectName=e,this.pinGuid=t}static createGrammar(){return Pe.seq(nt.grammar,Pe.whitespace,qe.grammar).map((([e,t,i])=>new this(e,i))).label("PinReferenceEntity")}doSerialize(){return this.objectName.serialize()+" "+this.pinGuid.serialize()}}class dt extends ke{static attributes={...super.attributes,MemberParent:ht,MemberName:it,MemberGuid:qe};static grammar=this.createGrammar();constructor(e){super(e),this.MemberParent,this.MemberName,this.MemberGuid}static createGrammar(){return Te.createEntityGrammar(this,Te.commaSeparation,0,0)}}class mt extends ke{static attributes={...super.attributes,PinCategory:it.withDefault(),PinSubCategory:it,PinSubCategoryObject:ht,PinSubCategoryMemberReference:dt,ContainerType:nt,bIsReference:Le,bIsConst:Le,bIsWeakPointer:Le,bIsUObjectWrapper:Le,bSerializeAsSinglePrecisionFloat:Le};static grammar=this.createGrammar();constructor(e={}){super(e),this.PinCategory,this.PinSubCategory,this.PinSubCategoryObject,this.PinSubCategoryMemberReference,this.ContainerType,this.bIsReference,this.bIsConst,this.bIsWeakPointer,this.bIsUObjectWrapper,this.bIsUObjectWrapper,this.bSerializeAsSinglePrecisionFloat}static createGrammar(){return Te.createEntityGrammar(this).label("PinTypeEntity")}copyTypeFrom(e){for(const t of this.keys)void 0!==e[t]&&(this[t]=e[t])}}class gt extends ke{static attributes={...super.attributes,X:Ve.withDefault(),Y:Ve.withDefault()};static grammar=this.createGrammar();constructor(e){super(e),this.X,this.Y}static createGrammar(){return Te.createEntityGrammar(this,Te.commaSeparation,1).label("Vector2DEntity")}toArray(){return[this.X.valueOf(),this.Y.valueOf()]}}class bt extends gt{static grammar=this.createGrammar();static createGrammar(){return Pe.alt(Pe.regArray(new RegExp(/X\s*=\s*/.source+"(?"+Te.numberRegexSource+")\\s+"+/Y\s*=\s*/.source+"(?"+Te.numberRegexSource+")")).map((({groups:{x:e,y:t}})=>new this({X:new gt.attributes.X(e),Y:new gt.attributes.Y(t)}))),gt.grammar.map((e=>new this({X:e.X,Y:e.Y})))).label("RBSerializationVector2DEntity")}}class vt extends ke{static attributes={...super.attributes,R:Ve.withDefault(),P:Ve.withDefault(),Y:Ve.withDefault()};static grammar=this.createGrammar();constructor(e){super(e),this.R,this.P,this.Y}static createGrammar(){return Te.createEntityGrammar(this,Te.commaSeparation,1).label("RotatorEntity")}getRoll(){return this.R}getPitch(){return this.P}getYaw(){return this.Y}}class ft extends vt{static attributeSeparator=", ";static grammar=this.createGrammar();static createGrammar(){return Pe.alt(Pe.regArray(new RegExp(`(${Ve.numberRegexSource})`+String.raw`\s*,\s*`+`(${Ve.numberRegexSource})`+String.raw`\s*,\s*`+`(${Ve.numberRegexSource})`)).map((([e,t,i,r,n,s,a])=>new this({R:new vt.attributes.R(s,a?.length),P:new vt.attributes.P(t,i?.length),Y:new vt.attributes.Y(r,n?.length)}))),vt.grammar.map((e=>new this({R:e.R,P:e.P,Y:e.Y})))).label("SimpleSerializationRotatorEntity")}doSerialize(){const e=this.constructor.attributeSeparator;return this.P.serialize()+e+this.Y.serialize()+e+this.R.serialize()+(this.trailing?e:"")}}class yt extends gt{static attributeSeparator=", ";static grammar=this.createGrammar();static createGrammar(){return Pe.alt(Pe.regArray(new RegExp(`(${Ve.numberRegexSource})`+String.raw`\s*,\s*`+`(${Ve.numberRegexSource})`)).map((([e,t,i,r,n])=>new this({X:new gt.attributes.X(t,i?.length),Y:new gt.attributes.Y(r,n?.length)}))),gt.grammar.map((e=>new this({X:e.X,Y:e.Y})))).label("SimpleSerializationVector2DEntity")}doSerialize(){const e=this.constructor.attributeSeparator;return this.X.serialize()+e+this.Y.serialize()+(this.trailing?e:"")}}class wt extends ke{static attributes={...super.attributes,X:Ve.withDefault(),Y:Ve.withDefault(),Z:Ve.withDefault(),W:Ve.withDefault()};static grammar=this.createGrammar();constructor(e){super(e),this.X,this.Y,this.Z,this.W}static createGrammar(){return Te.createEntityGrammar(this,Te.commaSeparation,1).label("Vector4DEntity")}toArray(){return[this.X.valueOf(),this.Y.valueOf(),this.Z.valueOf(),this.W.valueOf()]}}class St extends wt{static grammar=this.createGrammar();static createGrammar(){return Pe.alt(Pe.regArray(new RegExp(`(${Te.numberRegexSource})`+String.raw`\s*,\s*`+`(${Te.numberRegexSource})`+String.raw`\s*,\s*`+`(${Te.numberRegexSource})`+String.raw`\s*,\s*`+`(${Te.numberRegexSource})`)).map((([e,t,i,r,n])=>new this({X:new wt.attributes.X(t),Y:new wt.attributes.Y(i),Z:new wt.attributes.Z(r),W:new wt.attributes.W(n)}))),wt.grammar)}}class Et extends Be{static allowShortSerialization=!1;static attributeSeparator=", ";static grammar=this.createGrammar();static createGrammar(){return Pe.alt(Pe.regArray(new RegExp(`(${Ve.numberRegexSource})`+(this.allowShortSerialization?"(?:":"")+String.raw`\s*,\s*`+`(${Ve.numberRegexSource})`+String.raw`\s*,\s*`+`(${Ve.numberRegexSource})`+(this.allowShortSerialization?")?":""))).map((([e,t,i,r,n,s,a])=>new this({X:new Be.attributes.X(t,i?.length),Y:new Be.attributes.Y(r,n?.length),Z:new Be.attributes.Z(s,a?.length)}))),Be.grammar.map((e=>new this({X:e.X,Y:e.Y,Z:e.Z}))))}static flagAllowShortSerialization(e=!0){const t=this.asUniqueClass();return e!==t.allowShortSerialization&&(t.allowShortSerialization=e,t.grammar=t.createGrammar()),t}doSerialize(){const e=this.constructor.attributeSeparator;return this.X.serialize()+e+this.Y.serialize()+e+this.Z.serialize()+(this.trailing?e:"")}}const Ct=ae.paths;class Nt extends ke{static lookbehind="Pin";static#H={bool:Le,byte:tt,enum:st,exec:it,float:Ve,int:Xe,int64:ut,name:it,real:Ve,string:it,[Ct.linearColor]:Oe,[Ct.niagaraBool]:Le,[Ct.niagaraFloat]:Ve,[Ct.niagaraPosition]:Be,[Ct.rotator]:vt,[Ct.vector]:Be,[Ct.vector2D]:gt,[Ct.vector4f]:wt};static#R={enum:at,rg:bt,[Ct.niagaraPosition]:Et.flagAllowShortSerialization(),[Ct.rotator]:ft,[Ct.vector]:Et,[Ct.vector2D]:yt,[Ct.vector3f]:Et,[Ct.vector4f]:St};static attributes={PinId:qe.withDefault(),PinName:it.withDefault(),PinFriendlyName:Me.accepting(lt,ct,ot,it),PinToolTip:it,Direction:it,PinType:mt.withDefault().flagInlined(),LinkedTo:Ke.of(pt).withDefault().flagSilent(),SubPins:Ke.of(pt),ParentPin:pt,DefaultValue:rt.from((e=>e.getEntityType(!0)?.flagSerialized()??it)),AutogeneratedDefaultValue:it,DefaultObject:ht,PersistentGuid:qe,bHidden:Le,bNotConnectable:Le,bDefaultValueIsReadOnly:Le,bDefaultValueIsIgnored:Le,bAdvancedView:Le,bOrphanedPin:Le};static grammar=this.createGrammar();#z=!1;set recomputesNodeTitleOnChange(e){this.#z=e}get recomputesNodeTitleOnChange(){return this.#z}#F=null;get objectEntity(){try{return this.#F}catch(e){return null}}set objectEntity(e){this.#F=e}#_;get pinIndex(){return this.#_}set pinIndex(e){this.#_=e}constructor(e={}){super(e),this.PinId,this.PinName,this.PinFriendlyName,this.PinToolTip,this.Direction,this.PinType,this.LinkedTo,this.DefaultValue,this.AutogeneratedDefaultValue,this.DefaultObject,this.PersistentGuid,this.bHidden,this.bNotConnectable,this.bDefaultValueIsReadOnly,this.bDefaultValueIsIgnored,this.bAdvancedView,this.bOrphanedPin,this.objectEntity}static createGrammar(){return Te.createEntityGrammar(this)}static fromLegacyObject(e){return new Nt(e)}getType(){const e=this.PinType.PinCategory?.toString().toLocaleLowerCase();if(["struct","class","object","type","statictype"].includes(e))return this.PinType.PinSubCategoryObject?.path;if(this.isEnum())return"enum";if(this.objectEntity?.isPcg()){const e=this.objectEntity.getPcgSubobject(),t=this.isInput()?e.InputPins?.valueOf()[this.pinIndex]:e.OutputPins?.valueOf()[this.pinIndex];if(t){const i=e[ae.subObjectAttributeNameFromReference(t,!0)];let r=i.Properties?.AllowedTypes?.toString()??"";if(""==r&&(r=this.PinType.PinCategory??"",""==r&&(r="Any")),r)return!1!==i.Properties.bAllowMultipleData?.valueOf()&&!1!==i.Properties.bAllowMultipleConnections?.valueOf()&&(r+="[]"),r}}if("optional"===e){const e=this.PinType.PinSubCategory?.toString();switch(e){case"red":return"real";case"rg":return"rg";case"rgb":return Ct.vector;case"rgba":return Ct.linearColor;default:return e}}return e}getEntityType(e=!1){const t=this.getType(),i=Nt.#H[t],r=Nt.#R[t];return e&&void 0!==r?r:i}pinTitle(){return et(this)}copyTypeFrom(e){this.PinType=e.PinType}getDefaultValue(e=!1){return void 0===this.DefaultValue&&e&&(this.DefaultValue=new(this.getEntityType(!0))),this.DefaultValue}isEnum(){const e=this.PinType.PinSubCategoryObject?.type;return e===Ct.enum||e===Ct.userDefinedEnum||"enum"===e?.toLowerCase()}isExecution(){return"exec"===this.PinType.PinCategory.toString()||this.getType()===Ct.niagaraParameterMap}isHidden(){return this.bHidden?.valueOf()}isInput(){return!this.isHidden()&&"EGPD_Output"!=this.Direction?.toString()}isOutput(){return!this.isHidden()&&"EGPD_Output"==this.Direction?.toString()}isLinked(){return this.LinkedTo?.length>0}linkTo(e,t){const i=this.LinkedTo.values?.some((i=>i.objectName.toString()==e&&i.pinGuid.toString()==t.PinId.toString()));return!i&&(this.LinkedTo.values.push(new pt(new nt(e),t.PinId)),!0)}unlinkFrom(e,t){const i=this.LinkedTo.values?.findIndex((i=>i.objectName.toString()==e&&i.pinGuid.toString()==t.PinId.toString()));return i>=0&&(this.LinkedTo.values.splice(i,1),0===this.LinkedTo.length&&void 0===Nt.attributes.LinkedTo.default&&(this.LinkedTo.values=[]),!0)}getSubCategory(){return this.PinType.PinSubCategoryObject?.path}pinColor(){return function(e){if("mask"===e.PinType.PinCategory?.toString()){const t=Qe[e.PinType.PinSubCategory?.toString()];if(t)return t}else if("optional"===e.PinType.PinCategory?.toString())return Je;const t=e.getType();return Qe[t]??Qe[e.PinType.PinCategory?.toString().toLowerCase()]??(t.startsWith("/Script/Niagara.")?Qe.struct:Qe.default)}(this)}}const xt=e=>e.PinName?.toString().match(/^\s*([A-Z])\s*$/)?.[1]?.charCodeAt(0)-"A".charCodeAt(0),Pt=ae.paths;class kt extends ke{static attributes={...super.attributes,MacroGraph:ht,GraphBlueprint:ht,GraphGuid:qe};static grammar=this.createGrammar();constructor(e){super(e),this.MacroGraph,this.GraphBlueprint,this.GraphGuid}static createGrammar(){return Te.createEntityGrammar(this)}getMacroName(){const e=this.MacroGraph.path.search(":");return this.MacroGraph.path.substring(e+1)}}class Lt extends ke{static grammar=this.createGrammar();static createGrammar(){return Pe.reg(new RegExp(String.raw`\(${Pe.whitespaceInlineOpt.getParser().regexp.source}\)`)).map((e=>new this)).label("NullEntity")}serialize(e=!1,t="",i=this.constructor){let r="()";return i.serialized&&(r=`"${r}"`),r}}class At extends ke{static attributes={...super.attributes,ScriptVariable:ht,OriginalChangeId:qe};static grammar=this.createGrammar();constructor(e={}){super(e),this.ScriptVariable,this.OriginalChangeId}static createGrammar(){return Te.createEntityGrammar(this).label("ScriptVariableEntity")}}class Mt extends Nt{static attributes={...super.attributes,PinId:qe};static grammar=this.createGrammar();static createGrammar(){return Pe.seq(Pe.reg(new RegExp(`(${Te.Regex.Symbol.source}\\s*)?\\(\\s*`),1),Te.createAttributeGrammar(this).sepBy(Te.commaSeparation),Pe.reg(/\s*(?:,\s*)?\)/)).map((([e,t,i])=>{e??="";let r={};return e.length&&(r.lookbehind=e),t.forEach((e=>e(r))),new this(r)})).label("UnknownPinEntity")}}class Tt extends ke{static attributes={...super.attributes,MemberScope:it,MemberName:it.withDefault(),MemberGuid:qe,bSelfContext:Le};static grammar=this.createGrammar();constructor(e){super(e),this.MemberScope,this.MemberName,this.MemberGuid,this.bSelfContext}static createGrammar(){return Te.createEntityGrammar(this).label("VariableReferenceEntity")}}class It extends ke{#j=!1;get exported(){return this.#j}set exported(e){this.#j=e}static#U=/^(\w+?)(?:_(\d+))?$/;static printKey=e=>e.startsWith(ae.subObjectAttributeNamePrefix)?"":e;static attributeSeparator="\n";static wrap=this.notWrapped;static trailing=!0;static attributes={...super.attributes,Class:ht,Name:it,Archetype:ht,ExportPath:$e.of(ht),ObjectRef:ht,BlueprintElementType:ht,BlueprintElementInstance:ht,ConstA:$e.of(Ve),ConstB:$e.of(Ve),PinTags:Ke.of(Lt).flagInlined(),PinNames:Ke.of(it).flagInlined(),AxisKey:nt,InputAxisKey:nt,InputName:it,InputType:nt,NumAdditionalInputs:Ze,bIsPureFunc:Le,bIsConstFunc:Le,bIsCaseSensitive:Le,bDefaultsToPureFunc:Le,VariableReference:Tt,SelfContextInfo:nt,DelegatePropertyName:it,DelegateOwnerClass:ht,ComponentPropertyName:it,EventReference:dt,FunctionReference:dt,FunctionScript:ht,CustomFunctionName:it,TargetType:ht,MacroGraphReference:kt,Enum:ht,EnumEntries:Ke.of(it).flagInlined(),InputKey:nt,OpName:it,CachedChangeId:qe,FunctionDisplayName:it,AddedPins:Ke.of(Mt).withDefault().flagInlined().flagSilent(),ChangeId:qe,MaterialFunction:ht,bOverrideFunction:Le,bInternalEvent:Le,bConsumeInput:Le,bExecuteWhenPaused:Le,bOverrideParentBinding:Le,bControl:Le,bAlt:Le,bShift:Le,bCommand:Le,CommentColor:Oe,bCommentBubbleVisible_InDetailsPanel:Le,bColorCommentBubble:Le,ProxyFactoryFunctionName:it,ProxyFactoryClass:ht,ProxyClass:ht,StructType:ht,MaterialExpression:ht,MaterialExpressionComment:ht,MoveMode:nt,TimelineName:it,TimelineGuid:qe,SizeX:$e.of(Xe),SizeY:$e.of(Xe),Text:$e.of(it),ParameterName:it,ExpressionGUID:qe,MaterialExpressionEditorX:$e.of(Xe),MaterialExpressionEditorY:$e.of(Xe),MaterialExpressionGuid:qe,NodeTitle:it,NodeTitleColor:Oe,PositionX:$e.of(Xe),PositionY:$e.of(Xe),SettingsInterface:ht,PCGNode:ht,HiGenGridSize:nt,Operation:nt,NodePosX:Xe,NodePosY:Xe,NodeHeight:Xe,NodeWidth:Xe,Graph:ht,SubgraphInstance:it,InputPins:Ke.of(ht).flagInlined(),OutputPins:Ke.of(ht).flagInlined(),bExposeToLibrary:Le,bCanRenameNode:Le,bCommentBubblePinned:Le,bCommentBubbleVisible:Le,NodeComment:it,AdvancedPinDisplay:nt,DelegateReference:Tt,EnabledState:nt,NodeGuid:qe,ErrorType:Xe,ErrorMsg:it,ScriptVariables:Ke.flagInlined().of(At),Node:$e.of(ht),ExportedNodes:it,CustomProperties:Ke.of(Me.accepting(Nt,Mt)).withDefault().flagSilent()};static customPropertyGrammar=Pe.seq(Pe.reg(/CustomProperties\s+/),this.attributes.CustomProperties.type.grammar).map((([e,t])=>e=>{(e.CustomProperties??=new this.attributes.CustomProperties).values.push(t)}));static inlinedArrayEntryGrammar=Pe.seq(Pe.alt(Te.symbolQuoted.map((e=>[e,!0])),Te.symbol.map((e=>[e,!1]))),Pe.reg(new RegExp(String.raw`\s*\(\s*(\d+)\s*\)\s*\=\s*`),1).map(Number)).chain((([[e,t],i])=>(this.attributes[e]?.grammar??ke.unknownEntityGrammar).map((r=>n=>{if(void 0===n[e]){let i=Ke;t!=i.quoted&&(i=i.flagQuoted(t)),i.inlined||(i=i.flagInlined()),n[e]=new i}n[e].values[i]=r}))));static grammar=this.createGrammar();static grammarMultipleObjects=Pe.seq(Pe.whitespaceOpt,this.grammar,Pe.seq(Pe.whitespace,this.grammar).map((([e,t])=>t)).many(),Pe.whitespaceOpt).map((([e,t,i,r])=>[t,...i]));constructor(e={}){if("NodePosX"in e!="NodePosY"in e){const t=Object.entries(e),[i,r]="NodePosX"in e?["NodePosY",Object.keys(e).indexOf("NodePosX")+1]:["NodePosX",Object.keys(e).indexOf("NodePosY")];t.splice(r,0,[i,new Xe(0)]),e=Object.fromEntries(t)}super(e),this.CustomProperties,this.AddedPins,this.AdvancedPinDisplay,this.Archetype,this.AxisKey,this.bIsPureFunc,this.bDefaultsToPureFunc,this.BlueprintElementInstance,this.BlueprintElementType,this.Class,this.CommentColor,this.ComponentPropertyName,this.ConstA,this.ConstB,this.CustomFunctionName,this.DelegatePropertyName,this.DelegateReference,this.EnabledState,this.Enum,this.EnumEntries,this.EventReference,this.ExportedNodes,this.ExportPath,this.FunctionDisplayName,this.FunctionReference,this.FunctionScript,this.Graph,this.HiGenGridSize,this.InputAxisKey,this.InputKey,this.InputName,this.InputPins,this.InputType,this.MacroGraphReference,this.MaterialExpression,this.MaterialExpressionComment,this.MaterialExpressionEditorX,this.MaterialExpressionEditorY,this.MaterialFunction,this.Name,this.Node,this.NodeComment,this.NodeHeight,this.NodePosX,this.NodePosY,this.NodeTitle,this.NodeTitleColor,this.NodeWidth,this.NumAdditionalInputs,this.ObjectRef,this.Operation,this.OpName,this.OutputPins,this.ParameterName,this.PCGNode,this.PinNames,this.PinTags,this.PositionX,this.PositionY,this.ProxyFactoryFunctionName,this.ScriptVariables,this.SettingsInterface,this.SizeX,this.SizeY,this.StructType,this.SubgraphInstance,this.TargetType,this.Text,this.Text,this.VariableReference,this.Pins instanceof Ke&&this.Pins.valueOf().forEach((e=>{const t=this[ae.subObjectAttributeNameFromReference(e,!0)];if(t){const e=Nt.fromLegacyObject(t);e.LinkedTo=new Nt.attributes.LinkedTo,this.getCustomproperties(!0).push(e),this.CustomProperties.ignored=!0}}));const t=this.getMaterialSubobject();if(t){const e=t;if(void 0!==e.SizeX&&(e.SizeX.getter=()=>this.NodeWidth),e.SizeY&&(e.SizeY.getter=()=>this.NodeHeight),e.Text&&(e.Text.getter=()=>this.NodeComment),e.MaterialExpressionEditorX&&(e.MaterialExpressionEditorX.getter=()=>this.NodePosX),e.MaterialExpressionEditorY&&(e.MaterialExpressionEditorY.getter=()=>this.NodePosY),this.getType()===ae.paths.materialExpressionComponentMask){const t=ae.rgba.map((e=>{const t=this.getPinEntities().find((t=>t.PinName.toString()===e));return t.recomputesNodeTitleOnChange=!0,t}));e.keys=[...ae.rgba,...e.keys];const i=$e.of(Le).withDefault().flagSilent();e.R=new i((()=>t[0].DefaultValue)),e.G=new i((()=>t[1].DefaultValue)),e.B=new i((()=>t[2].DefaultValue)),e.A=new i((()=>t[3].DefaultValue))}else if(this.getType()===ae.paths.materialExpressionSubtract){const t=$e.of(Ve.withPrecision(6)).withDefault((()=>new $e((()=>new Ve(1))))).flagSilent(),i=this.getCustomproperties().find((e=>"A"===e.PinName?.toString())),r=this.getCustomproperties().find((e=>"B"===e.PinName?.toString()));(i||r)&&(e.keys=["ConstA","ConstB",...e.keys],i&&(i.recomputesNodeTitleOnChange=!0,e.ConstA=new t((()=>i.DefaultValue))),r&&(r.recomputesNodeTitleOnChange=!0,e.ConstB=new t((()=>r.DefaultValue))))}}const i=this.getPcgSubobject();i&&(i.PositionX&&(i.PositionX.getter=()=>this.NodePosX),i.PositionY&&(i.PositionY.getter=()=>this.NodePosY),i.getSubobjects().forEach((e=>{if(void 0!==e.Node){const t=e.Node.getter();t.type===this.PCGNode.type&&t.path===`${this.Name}.${this.PCGNode.path}`&&(e.Node.getter=()=>new ht(this.PCGNode.type,`${this.Name}.${this.PCGNode.path}`,t.full))}})));let r=0,n=0;this.getCustomproperties().forEach(((e,t)=>{e.objectEntity=this,e.pinIndex=e.isInput()?r++:e.isOutput()?n++:t})),this.mirrorNameInExportPaths()}static createGrammar(){return Pe.seq(Pe.reg(/Begin +Object/),Pe.seq(Pe.whitespace,Pe.alt(this.createSubObjectGrammar(),this.customPropertyGrammar,Te.createAttributeGrammar(this,Pe.reg(Te.Regex.MultipleWordsSymbols)),Te.createAttributeGrammar(this,Te.attributeNameQuoted,void 0,((e,t,i)=>{oe.objectSet(e,[...t,"quoted"],!0)})),this.inlinedArrayEntryGrammar)).map((([e,t])=>t)).many(),Pe.reg(/\s+End +Object/)).map((([e,t,i])=>{const r={};return t.forEach((e=>e(r))),new this(r)})).label("ObjectEntity")}static createSubObjectGrammar(){return Pe.lazy((()=>this.grammar)).map((e=>t=>{e.trailing=!1,t[ae.subObjectAttributeNameFromEntity(e)]=e}))}mirrorNameInExportPaths(e=this.Name?.toString()){if(!e)return;const t=[this];for(let i=0;i{const t=s.valueOf();return new n.type(t.type,t.path.replace(e,this.Name?.toString()??""),t.full)}))}}#K;getClass(){if(!this.#K&&(this.#K=(this.Class?.path?this.Class.path:this.Class?.type)??this.ExportPath?.valueOf()?.type??"",this.#K&&!this.#K.startsWith("/"))){let e=Object.values(ae.paths).find((e=>e.endsWith("."+this.#K)));e&&(this.#K=e)}return this.#K}getType(){const e=this.MacroGraphReference?.MacroGraph?.path;return e||(this.MaterialExpression?this.MaterialExpression.type:this.getClass())}getObjectName(e=!1){return e?this.getNameAndCounter()[0]:this.Name.toString()}getNameAndCounter(){const e=this.getObjectName().match(It.#U);return e?[e[1]??"",parseInt(e[2]??"0")]:["",0]}getCounter(){return this.getNameAndCounter()[1]}getNodeWidth(){return this.NodeWidth??this.isComment()?ae.defaultCommentWidth:void 0}setNodeWidth(e){this.NodeWidth||(this.NodeWidth=new Xe),this.NodeWidth.value=e}getNodeHeight(){return this.NodeHeight??this.isComment()?ae.defaultCommentHeight:void 0}setNodeHeight(e){this.NodeHeight||(this.NodeHeight=new Xe),this.NodeHeight.value=e}getNodePosX(){return this.NodePosX?.value??0}setNodePosX(e){this.NodePosX||(this.NodePosX=new Xe),this.NodePosX.value=Math.round(e)}getNodePosY(){return this.NodePosY?.value??0}setNodePosY(e){this.NodePosY||(this.NodePosY=new Xe),this.NodePosY.value=Math.round(e)}getCustomproperties(e=!1){return this.CustomProperties.values}getPinEntities(){return this.getCustomproperties().filter((e=>e.constructor===Nt))}getSubobjects(){return Object.keys(this).filter((e=>e.startsWith(ae.subObjectAttributeNamePrefix))).flatMap((e=>[this[e],...this[e].getSubobjects()]))}switchTarget(){const e=this.getClass().match(ae.switchTargetPattern);if(e)return e[1]}isEvent(){switch(this.getClass()){case ae.paths.actorBoundEvent:case ae.paths.componentBoundEvent:case ae.paths.customEvent:case ae.paths.event:case ae.paths.inputAxisKeyEvent:case ae.paths.inputVectorAxisEvent:return!0}return!1}isComment(){switch(this.getClass()){case ae.paths.comment:case ae.paths.materialGraphNodeComment:return!0}return!1}isMaterial(){const e=this.getClass();return e.startsWith("/Script/Engine.MaterialExpression")||e.startsWith("/Script/InterchangeImport.MaterialExpression")||e.startsWith("/Script/UnrealEd.MaterialGraph")}getMaterialSubobject(){const e=this.MaterialExpression??this.MaterialExpressionComment;return e?this[ae.subObjectAttributeNameFromReference(e,!0)]:null}isPcg(){return this.getClass()===ae.paths.pcgEditorGraphNode||null!=this.getPcgSubobject()}isNiagara(){return this.Class&&(this.Class.type?this.Class.type:this.Class.path)?.startsWith("/Script/NiagaraEditor.")}getPcgSubobject(){const e=this.PCGNode;return e?this[ae.subObjectAttributeNameFromReference(e,!0)]:null}getSettingsObject(){const e=this.SettingsInterface;return e?this[ae.subObjectAttributeNameFromReference(e,!0)]:null}getSubgraphObject(){const e=this.SubgraphInstance;return e?this[ae.subObjectAttributeNameFromName(e)]:null}isDevelopmentOnly(){const e=this.getClass();return"DevelopmentOnly"===this.EnabledState?.toString()||e.includes("Debug",Math.max(0,e.lastIndexOf(".")))}getHIDAttribute(){return this.InputKey??this.AxisKey??this.InputAxisKey}getDelegatePin(){return this.getCustomproperties().find((e=>"delegate"===e.PinType.PinCategory.toString()))}nodeColor(){return function(e){switch(e.getType()){case De.materialExpressionConstant2Vector:case De.materialExpressionConstant3Vector:case De.materialExpressionConstant4Vector:return ae.nodeColors.yellow;case De.materialExpressionFunctionInput:case De.materialExpressionTextureCoordinate:case De.materialExpressionWorldPosition:case De.pcgEditorGraphNodeInput:case De.pcgEditorGraphNodeOutput:return ae.nodeColors.red;case De.makeStruct:return ae.nodeColors.darkBlue;case De.materialExpressionMaterialFunctionCall:return ae.nodeColors.blue;case De.materialExpressionTextureSample:return ae.nodeColors.darkTurquoise;case De.niagaraNodeInput:switch(e.Usage?.toString()){case"Attribute":return ae.nodeColors.intenseGreen;case"Parameter":default:return ae.nodeColors.red;case"RapidIterationParameter":return ae.nodeColors.black;case"SystemConstant":case"TranslatorConstant":return ae.nodeColors.gray}}switch(e.getClass()){case De.niagaraNodeFunctionCall:return ae.nodeColors.darkerBlue;case De.dynamicCast:return ae.nodeColors.turquoise;case De.inputDebugKey:case De.inputKey:return ae.nodeColors.red;case De.createDelegate:case De.enumLiteral:case De.makeArray:case De.makeMap:case De.materialGraphNode:case De.select:return ae.nodeColors.green;case De.executionSequence:case De.ifThenElse:case De.macro:case De.multiGate:return ae.nodeColors.gray;case De.functionEntry:case De.functionResult:return ae.nodeColors.violet;case De.timeline:return ae.nodeColors.yellow}if(e.switchTarget())return ae.nodeColors.lime;if(e.isEvent())return ae.nodeColors.red;if(e.isComment())return(e.CommentColor?e.CommentColor:Oe.getWhite()).toDimmedColor().toCSSRGBValues();const t=e.getPcgSubobject();if(t){if(t.NodeTitleColor)return t.NodeTitleColor.toDimmedColor(.1).toCSSRGBValues();switch(e.PCGNode?.getName(!0)){case"Branch":case"Select":return ae.nodeColors.intenseGreen}}return e.bIsPureFunc?.valueOf()||e.bDefaultsToPureFunc?.valueOf()?ae.nodeColors.green:e.Input?.Name?ae.nodeColors.gray:ae.nodeColors.blue}(this)}nodeIcon(){return function(e){if(e.isMaterial()||e.isPcg()||e.isNiagara())return null;switch(e.getType()){case Ue.addDelegate:case Ue.asyncAction:case Ue.callDelegate:case Ue.clearDelegate:case Ue.createDelegate:case Ue.functionEntry:case Ue.functionResult:case Ue.removeDelegate:return ce.node;case Ue.customEvent:return ce.event;case Ue.doN:return ce.doN;case Ue.doOnce:return ce.doOnce;case Ue.dynamicCast:return ce.cast;case Ue.enumLiteral:return ce.enum;case Ue.event:return ce.event;case Ue.executionSequence:case Ue.multiGate:return ce.sequence;case Ue.flipflop:return ce.flipflop;case Ue.forEachElementInEnum:case Ue.forLoop:case Ue.forLoopWithBreak:case Ue.whileLoop:return ce.loop;case Ue.forEachLoop:case Ue.forEachLoopWithBreak:return ce.forEachLoop;case Ue.ifThenElse:return ce.branchNode;case Ue.isValid:return ce.questionMark;case Ue.makeArray:return ce.makeArray;case Ue.makeMap:return ce.makeMap;case Ue.makeSet:return ce.makeSet;case Ue.makeStruct:return ce.makeStruct;case Ue.metasoundEditorGraphExternalNode:return ce.metasoundFunction;case Ue.select:return ce.select;case Ue.spawnActorFromClass:return ce.spawnActor;case Ue.timeline:return ce.timer}if(e.switchTarget())return ce.switch;if(je(e).startsWith("Break"))return ce.breakStruct;if(e.getClass()===Ue.macro)return ce.macro;const t=e.getHIDAttribute()?.toString();return t?t.includes("Mouse")?ce.mouse:t.includes("Gamepad_Special")?ce.keyboard:t.includes("Gamepad")||t.includes("Steam")?ce.gamepad:t.includes("Touch")?ce.touchpad:ce.keyboard:e.getDelegatePin()?ce.event:e.ObjectRef?.type===Ue.ambientSound?ce.sound:ce.functionSymbol}(this)}additionalPinInserter(){return function(e){let t,i,r,n,s;switch(e.getType()){case Pt.commutativeAssociativeBinaryOperator:case Pt.promotableOperator:switch(s=e.FunctionReference?.MemberName?.toString(),s){default:if(!(s?.startsWith("Add_")||s?.startsWith("Subtract_")||s?.startsWith("Multiply_")||s?.startsWith("Divide_")))break;case"And_Int64Int64":case"And_IntInt":case"BMax":case"BMin":case"BooleanAND":case"BooleanNAND":case"BooleanOR":case"Concat_StrStr":case"FMax":case"FMin":case"Max":case"MaxInt64":case"Min":case"MinInt64":case"Or_Int64Int64":case"Or_IntInt":t??=()=>e.getPinEntities().filter((e=>e.isInput())),i??=xt,r??=(i,r=-1,n=-1)=>{const s=String.fromCharCode(i>=0?i:n+"A".charCodeAt(0)+1);return e.NumAdditionalInputs=new Ze(t().length-1),s}}break;case Pt.executionSequence:n??="Then";case Pt.multiGate:n??="Out",t??=()=>e.getPinEntities().filter((e=>e.isOutput())),i??=e=>Number(e.PinName?.toString().match(new RegExp(String.raw`^\s*${n}[_\s]+(\d+)\s*$`,"i"))?.[1]),r??=(e,t=-1,i=-1,r)=>`${n} ${e>=0?e:t>0?`${n} 0`:i+1}`;break;case Pt.switchInteger:t??=()=>e.getPinEntities().filter((e=>e.isOutput())),i??=e=>Number(e.PinName?.toString().match(/^\s*(\d+)\s*$/)?.[1]),r??=(e,t=-1,i=-1,r)=>(e<0?i+1:e).toString();break;case Pt.switchGameplayTag:r??=(t,i=-1,r=-1,n)=>{const s=`Case_${t>=0?t:i>0?"0":r+1}`;return e.PinNames??=new Ke,e.PinNames.valueOf().push(new it(s)),delete e.PinTags.valueOf()[e.PinTags.length-1],e.PinTags.valueOf()[e.PinTags.length]=null,s};case Pt.switchName:case Pt.switchString:t??=()=>e.getPinEntities().filter((e=>e.isOutput())),i??=e=>Number(e.PinName.toString().match(/^\s*Case[_\s]+(\d+)\s*$/i)?.[1]),r??=(t,i=-1,r=-1,n)=>{const s=`Case_${t>=0?t:i>0?"0":r+1}`;return e.PinNames??=new Ke,e.PinNames.valueOf().push(new it(s)),s}}if(t)return()=>{let n=Number.MAX_SAFE_INTEGER,s=Number.MIN_SAFE_INTEGER,a=[];const o=t().reduce(((e,t)=>{const r=i(t);if(isNaN(r)){if(void 0===e)return t}else if(a.push(r),n=Math.min(r,n),r>s)return s=r,t;return e}),void 0);if(n!==Number.MAX_SAFE_INTEGER&&s!==Number.MIN_SAFE_INTEGER||(n=void 0,s=void 0),!o)return null;a.sort(((e,t)=>e{const t=e-l>1;return l=e,t}));const u=new Nt(o);return u.PinId=new qe,u.PinName=new it(r(c,n,s,u)),u.PinToolTip=void 0,u.DefaultValue&&(u.DefaultValue=new u.DefaultValue.constructor),e.getCustomproperties(!0).push(u),u}}(this)}showProperty(e){switch(e){case"Class":case"Name":case"Archetype":case"ExportPath":case"CustomProperties":return!1}return super.showProperty(e)}doSerialize(e=!1,t="",i=this.constructor,r=i.printKey,n=i.keySeparator,s=i.attributeSeparator,a=i.wrap){const o=i!==this.constructor,l=t+ae.indentation,c=this.trailing;this.trailing=!0;const u=super.doSerialize(e,l,i,r,n,s,a);return this.trailing=c,t+"Begin Object"+(this.Class?.type||this.Class?.path?` Class${n}${this.Class.serialize(e)}`:"")+(this.Name?` Name${n}${this.Name.serialize(e)}`:"")+(this.Archetype?` Archetype${n}${this.Archetype.serialize(e)}`:"")+(this.ExportPath?.valueOf()?.type||this.ExportPath?.valueOf()?.path?` ExportPath${n}${this.ExportPath.serialize(e)}`:"")+s+u+(!0!==i.attributes.CustomProperties.ignored&&!0!==this.CustomProperties.ignored?this.getCustomproperties().map((t=>l+r("CustomProperties ")+t.serialize(e)+s)).join(""):"")+t+"End Object"+(o&&i.trailing||this.trailing?s:"")}}class Ot extends It{constructor(e={},t=void 0){e.Class=new ht(ae.paths.knot),e.Name=new It.attributes.Name("K2Node_Knot");const i=new Nt({PinName:new Nt.attributes.PinName("InputPin")}),r=new Nt({PinName:new Nt.attributes.PinName("OutputPin"),Direction:new Nt.attributes.Direction("EGPD_Output")});t&&(i.copyTypeFrom(t),r.copyTypeFrom(t)),e.CustomProperties=new It.attributes.CustomProperties([i,r]),super(e)}}class Dt{#Y;get target(){return this.#Y}#e;get blueprint(){return this.#e}consumeEvent;options;listenHandler=()=>this.listenEvents();unlistenHandler=()=>this.unlistenEvents();constructor(e,t,i={}){i.consumeEvent??=!1,i.listenOnFocus??=!1,i.unlistenOnTextEdit??=!1,this.#Y=e,this.#e=t,this.consumeEvent=i.consumeEvent,this.options=i}setup(){this.options.listenOnFocus&&(this.blueprint.addEventListener(ae.focusEventName.begin,this.listenHandler),this.blueprint.addEventListener(ae.focusEventName.end,this.unlistenHandler)),this.options.unlistenOnTextEdit&&(this.blueprint.addEventListener(ae.editTextEventName.begin,this.unlistenHandler),this.blueprint.addEventListener(ae.editTextEventName.end,this.listenHandler)),this.blueprint.focused&&this.listenEvents()}cleanup(){this.unlistenEvents(),this.blueprint.removeEventListener(ae.focusEventName.begin,this.listenHandler),this.blueprint.removeEventListener(ae.focusEventName.end,this.unlistenHandler),this.blueprint.removeEventListener(ae.editTextEventName.begin,this.unlistenHandler),this.blueprint.removeEventListener(ae.editTextEventName.end,this.listenHandler)}listenEvents(){}unlistenEvents(){}}class $t extends ke{static attributes={...super.attributes,ActionName:it,bShift:Le,bCtrl:Le,bAlt:Le,bCmd:Le,Key:nt};static grammar=this.createGrammar();constructor(e){super(e),this.ActionName,this.bShift,this.bCtrl,this.bAlt,this.bCmd,this.Key}static createGrammar(){return Pe.alt(nt.grammar.map((e=>new this({Key:e}))),Te.createEntityGrammar(this))}}class Vt extends Dt{static#q=e=>{};#X;pressedKey="";constructor(e,t,i={},r=Vt.#q,n=Vt.#q){i.activationKeys??=[],i.consumeEvent??=!0,i.listenOnFocus??=!0,i.unlistenOnTextEdit??=!0,i.activationKeys instanceof Array||(i.activationKeys=[i.activationKeys]),i.activationKeys=i.activationKeys.map((e=>{if(e instanceof $t)return e;if(e.constructor===String){const t=$t.grammar.run(e);if(t.status)return t.value}throw new Error("Unexpected key value")})),super(e,t,i),this.onKeyDown=r,this.onKeyUp=n,this.#X=this.options.activationKeys??[];let s=this;this.keyDownHandler=e=>{s.#X.some((t=>(e=>e.bShift?.valueOf()||"LeftShift"==e.Key.valueOf()||"RightShift"==e.Key.valueOf())(t)==e.shiftKey&&(e=>e.bCtrl?.valueOf()||"LeftControl"==e.Key.valueOf()||"RightControl"==e.Key.valueOf())(t)==e.ctrlKey&&(e=>e.bAlt?.valueOf()||"LeftAlt"==e.Key.valueOf()||"RightAlt"==e.Key.valueOf())(t)==e.altKey&&ae.Keys[t.Key.value]==e.code))&&(this.consumeEvent&&(e.preventDefault(),e.stopImmediatePropagation()),this.pressedKey=e.code,s.fire(),document.removeEventListener("keydown",s.keyDownHandler),document.addEventListener("keyup",s.keyUpHandler))},this.keyUpHandler=e=>{s.#X.some((t=>t.bShift?.valueOf()&&"Shift"==e.key||t.bCtrl?.valueOf()&&"Control"==e.key||t.bAlt?.valueOf()&&"Alt"==e.key||t.bCmd?.valueOf()&&"Meta"==e.key||ae.Keys[t.Key.value]==e.code))&&(this.consumeEvent&&e.stopImmediatePropagation(),s.unfire(),this.pressedKey="",document.removeEventListener("keyup",this.keyUpHandler),document.addEventListener("keydown",this.keyDownHandler))}}listenEvents(){document.addEventListener("keydown",this.keyDownHandler)}unlistenEvents(){document.removeEventListener("keydown",this.keyDownHandler)}fire(){this.onKeyDown(this)}unfire(){this.onKeyUp(this)}}class Bt extends Dt{#Z=[0,0];get location(){return this.#Z}#W;get enablerKey(){return this.#W}#Q=!0;get enablerActivated(){return this.#Q}constructor(e,t,i={}){i.ignoreTranslateCompensate??=!1,i.ignoreScale??=!1,i.movementSpace??=t.getGridDOMElement()??document.documentElement,super(e,t,i),this.movementSpace=i.movementSpace,i.enablerKey&&(this.#W=i.enablerKey,this.#W.onKeyDown=()=>this.#Q=!0,this.#W.onKeyUp=()=>this.#Q=!1,this.#W.consumeEvent=!1,this.#W.listenEvents(),this.#Q=!1)}setLocationFromEvent(e){let t=oe.convertLocation([e.clientX,e.clientY],this.movementSpace,this.options.ignoreScale);return t=this.options.ignoreTranslateCompensate?t:this.blueprint.compensateTranslation(t[0],t[1]),this.#Z=[...t],this.#Z}}class Gt extends Bt{static#q=e=>{};#J=e=>{if(this.blueprint.setFocused(!0),!this.enablerKey||this.enablerActivated)if(e.button===this.options.clickButton)this.options.strictTarget&&e.target!==e.currentTarget||(this.consumeEvent&&e.stopImmediatePropagation(),document.addEventListener("mouseup",this.#ee),this.setLocationFromEvent(e),this.clickedPosition[0]=this.location[0],this.clickedPosition[1]=this.location[1],this.blueprint.mousePosition[0]=this.location[0],this.blueprint.mousePosition[1]=this.location[1],this.clicked(this.clickedPosition));else this.options.exitAnyButton||this.#ee(e)};#ee=e=>{this.options.exitAnyButton&&e.button!=this.options.clickButton||(this.consumeEvent&&e.stopImmediatePropagation(),document.removeEventListener("mouseup",this.#ee),this.unclicked())};clickedPosition=[0,0];constructor(e,t,i={},r=Gt.#q,n=Gt.#q){i.clickButton??=ae.mouseClickButton,i.consumeEvent??=!0,i.exitAnyButton??=!0,i.strictTarget??=!1,super(e,t,i),this.onClick=r,this.onUnclick=n,this.listenEvents()}listenEvents(){this.target.addEventListener("mousedown",this.#J),this.options.clickButton===ae.mouseRightClickButton&&this.target.addEventListener("contextmenu",(e=>e.preventDefault()))}unlistenEvents(){this.target.removeEventListener("mousedown",this.#J)}clicked(e){this.onClick(this)}unclicked(e){this.onUnclick(this)}}class Ht extends Bt{static ignoreDbClick=e=>{};#te=e=>{this.options.strictTarget&&e.target!==e.currentTarget||(this.consumeEvent&&e.stopImmediatePropagation(),this.clickedPosition=this.setLocationFromEvent(e),this.blueprint.mousePosition=[...this.clickedPosition],this.dbclicked(this.clickedPosition))};#ie;get onDbClick(){return this.#ie}set onDbClick(e){this.#ie=e}clickedPosition=[0,0];constructor(e,t,i={},r=Ht.ignoreDbClick){i.consumeEvent??=!0,i.strictTarget??=!1,super(e,t,i),this.#ie=r,this.listenEvents()}listenEvents(){this.target.addEventListener("dblclick",this.#te)}unlistenEvents(){this.target.removeEventListener("dblclick",this.#te)}dbclicked(e){this.onDbClick(e)}}class Rt{static deleteNodes="Delete";static duplicateNodes="(bCtrl=True,Key=D)";static enableLinkDelete="LeftAlt";static enableZoomIn=["LeftControl","RightControl"];static selectAllNodes="(bCtrl=True,Key=A)"}class zt{element;get blueprint(){return this.element.blueprint}#re=[];get inputObjects(){return this.#re}initialize(e){this.element=e}createInputObjects(){return[]}setup(){this.#re.forEach((e=>e.setup()))}cleanup(){this.#re.forEach((e=>e.cleanup()))}willUpdate(e){}update(e){}render(){return z``}firstUpdated(e){}updated(e){}inputSetup(){this.#re=this.createInputObjects()}}class Ft extends zt{update(e){super.update(e);const[t,i,r,n]=[Math.round(this.element.originX),Math.round(this.element.originY),Math.round(this.element.targetX),Math.round(this.element.targetY)],[s,a,o,l]=[Math.min(t,r),Math.min(i,n),Math.abs(t-r),Math.abs(i-n)];(e.has("originX")||e.has("targetX"))&&(this.element.style.left=`${s}px`,this.element.style.width=`${o}px`),(e.has("originY")||e.has("targetY"))&&(this.element.style.top=`${a}px`,this.element.style.height=`${l}px`)}}class _t extends Ft{static sigmoidPositive(e,t=3.7,i=1.1){return 1-Math.exp(-((e/i)**t))}static decreasingValue(e,t){const i=-e*t[0]**2,r=t[1]-i/t[0];return e=>i/e+r}static clampedLine=e=>Math.min(Math.max(0,e),1);static c1DecreasingValue=_t.decreasingValue(-.15,[100,15]);static c2DecreasingValue=_t.decreasingValue(-.05,[500,130]);static c2Clamped=e=>-40*_t.clampedLine(e/200)+80;#ne=`ueb-id-${Math.floor(1e12*Math.random())}`;#se=e=>{const t=new Ot({},this.element.origin.entity),i=Ae.getConstructor("ueb-node").newObject(t);i.setLocation(...this.blueprint.snapToGrid(...e));const r=i.template;this.blueprint.addGraphElement(i);const n=this.element.getInputPin(),s=this.element.getOutputPin(),a=Ae.getConstructor("ueb-link").newObject(s,r.inputPin);this.blueprint.addGraphElement(a),this.element.origin=r.outputPin,this.element.target=n};#ae(e){const t=this.element.origin,i=this.element.target,r=t?.isKnot(),n=i?.isKnot(),s=this.element.originX,a=this.element.targetX;r&&!i&&(t?.isInputLoosely()&&a>s+ae.distanceThreshold||t?.isOutputLoosely()&&as+ae.distanceThreshold)&&(this.element.target=i.template.getoppositePin()),t&&i&&(t.isKnot()&&t.hasUpdated&&t.nodeElement.template.checkSwtichDirectionsVisually(),i.isKnot()&&i.hasUpdated&&i.nodeElement.template.checkSwtichDirectionsVisually());let o=t?.isOutputVisually()==i?.isOutputVisually();const l=Math.max(Math.abs(this.element.originX-this.element.targetX),1),c=Math.max(Math.abs(this.element.originY-this.element.targetY),1),u=Math.max(l,ae.linkMinWidth),h=l/u,p=this.element.originatesFromInput?this.element.originX{e[0]+=ae.knotOffset[0],e[1]+=ae.knotOffset[1],e=oe.snapToGrid(e[0],e[1],ae.gridSize),this.#se(e)})),new Gt(e,this.blueprint,{enablerKey:new Vt(this.blueprint,this.blueprint,{activationKeys:Rt.enableLinkDelete})},(()=>this.blueprint.removeGraphElement(this.element)))]}willUpdate(e){super.willUpdate(e);const t=(e.get("originX")??this.element.originX)-this.element.originX,i=(e.get("originY")??this.element.originY)-this.element.originY,r=(e.get("targetX")??this.element.targetX)-this.element.targetX,n=(e.get("targetY")??this.element.targetY)-this.element.targetY;t==r&&i==n||this.#ae(e)}update(e){super.update(e);const t=this.element.style;e.has("color")&&t.setProperty("--ueb-link-color-rgb",this.element.color?.toString()??"255, 255, 255"),t.setProperty("--ueb-start-percentage",`${Math.round(this.element.startPercentage)}%`),t.setProperty("--ueb-link-start",`${Math.round(this.element.startPixels)}`);const i=(this.element.originY>this.element.targetY?-1:1)*(this.element.originatesFromInput?-1:1)*(this.element.origin?.isInputVisually()&&this.element.target?.isInputVisually()?-1:1),r=this.element.origin?.isInputVisually()&&this.element.target?.isInputVisually()?-1:1;t.setProperty("--ueb-link-scale-y",`${i}`),t.setProperty("--ueb-link-scale-x",`${r}`)}render(){return z` ${this.element.linkMessageIcon||this.element.linkMessageText?z``:_}`}}class jt extends le{static properties={...super.properties,originX:{type:Number,attribute:!1},originY:{type:Number,attribute:!1},targetX:{type:Number,attribute:!1},targetY:{type:Number,attribute:!1}};constructor(){super(),this.originX=0,this.originY=0,this.targetX=0,this.targetY=0}setBothLocations([e,t]){this.originX=e,this.originY=t,this.targetX=e,this.targetY=t}addOriginLocation(e,t){this.originX+=e,this.originY+=t}addTargetLocation(e,t){this.targetX+=e,this.targetY+=t}}class Ut extends jt{static properties={...super.properties,dragging:{type:Boolean,attribute:"data-dragging",converter:Le.booleanConverter,reflect:!0},originNode:{type:String,attribute:"data-origin-node",reflect:!0},originPin:{type:String,attribute:"data-origin-pin",reflect:!0},targetNode:{type:String,attribute:"data-target-node",reflect:!0},targetPin:{type:String,attribute:"data-target-pin",reflect:!0},originatesFromInput:{type:Boolean,attribute:"data-from-input",converter:Le.booleanConverter,reflect:!0},color:{type:Oe},svgPathD:{type:String,attribute:!1},linkMessageIcon:{type:String,attribute:!1},linkMessageText:{type:String,attribute:!1}};#oe;get origin(){return this.#oe}set origin(e){this.#le(e,!1)}#Y;get target(){return this.#Y}set target(e){this.#le(e,!0)}#ce=e=>{if(this.#oe.nodeElement===e.target)this.originNode!=this.#oe.nodeElement.nodeTitle&&(this.originNode=this.#oe.nodeElement.nodeTitle),this.setOriginLocation();else{if(this.#Y.nodeElement!==e.target)throw new Error("Unexpected node update");this.targetNode!=this.#Y.nodeElement.nodeTitle&&(this.targetNode=this.#Y.nodeElement.nodeTitle),this.setTargetLocation()}};#ue=e=>{const t=this.getOutputPin(!0);this.color?.equals(t.color)||(this.color=t.color)};#he=()=>this.remove();#pe=e=>this.addOriginLocation(...e.detail.value);#de=e=>this.addTargetLocation(...e.detail.value);#me=e=>{this.origin.isKnot()&&(this.originatesFromInput=this.origin.isInputVisually()),this.setOriginLocation()};#ge=e=>this.setTargetLocation();linkMessageIcon=_;linkMessageText=_;pathElement;constructor(){super(),this.dragging=!1,this.originNode="",this.originPin="",this.targetNode="",this.targetPin="",this.originatesFromInput=!1,this.color=new Oe,this.startPercentage=0,this.svgPathD="",this.startPixels=0}static newObject(e,t){const i=new Ut;return i.initialize(e,t),i}initialize(e,t){super.initialize({},new _t),e&&(this.origin=e,t||(this.targetX=this.originX,this.targetY=this.originY)),t&&(this.target=t,e||(this.originX=this.targetX,this.originY=this.targetY))}#le(e,t){const i=()=>t?this.target:this.origin;if(i()!=e){if(i()){const e=i().getNodeElement();e.removeEventListener(ae.nodeUpdateEventName,this.#ce),e.removeEventListener(ae.removeEventName,this.#he),e.removeEventListener(ae.nodeDragEventName,t?this.#de:this.#pe),i().removeEventListener(ae.pinUpdateEventName,this.#ue),this.#be()}if(t?(this.#Y=e,this.targetNode=e?.nodeElement.nodeTitle,this.targetPin=e?.pinId.toString()):(this.#oe=e,this.originNode=e?.nodeElement.nodeTitle,this.originPin=e?.pinId.toString()),i()){const e=i().getNodeElement();e.addEventListener(ae.nodeUpdateEventName,this.#ce),e.addEventListener(ae.pinUpdateEventName,this.#ue),e.addEventListener(ae.removeEventName,this.#he),e.addEventListener(ae.nodeDragEventName,t?this.#de:this.#pe),i().addEventListener(ae.pinUpdateEventName,this.#ue),t?this.setTargetLocation():(this.setOriginLocation(),this.originatesFromInput=this.origin.isInputVisually()),this.#ve()}this.color=this.getOutputPin(!0)?.color}}#ve(){this.origin&&this.target&&(this.origin.linkTo(this.target),this.target.linkTo(this.origin))}#be(){this.origin&&this.target&&(this.origin.unlinkFrom(this.target,!1),this.target.unlinkFrom(this.origin,!1))}cleanup(){super.cleanup(),this.#be(),this.origin=null,this.target=null}setOriginLocation(e=null,t=!0){if(null==e){const i=this;if(t&&(!this.hasUpdated||!this.origin.hasUpdated))return void Promise.all([this.updateComplete,this.origin.updateComplete]).then((()=>i.setOriginLocation(null,!1)));e=this.origin.template.getLinkLocation()}const[i,r]=e;this.originX=i,this.originY=r}setTargetLocation(e=null,t=!0){if(null==e){const i=this;if(t&&(!this.hasUpdated||!this.target.hasUpdated))return void Promise.all([this.updateComplete,this.target.updateComplete]).then((()=>i.setTargetLocation(null,!1)));e=this.target.template.getLinkLocation()}this.targetX=e[0],this.targetY=e[1]}getInputPin(e=!1){return this.origin?.isInput()?this.origin:this.target?.isInput()?this.target:e?this.origin??this.target:void 0}setInputPin(e){this.origin?.isInput()&&(this.origin=e),this.target=e}getOutputPin(e=!1){return this.origin?.isOutput()?this.origin:this.target?.isOutput()?this.target:e?this.origin??this.target:void 0}setOutputPin(e){this.target?.isOutput()&&(this.target=e),this.origin=e}getOtherPin(e){return this.origin?.nodeElement===e?this.target:this.target?.nodeElement===e?this.origin:void 0}startDragging(){this.dragging=!0}finishDragging(){this.dragging=!1}removeMessage(){this.linkMessageIcon=_,this.linkMessageText=_}setMessageConvertType(){this.linkMessageIcon=ce.convert,this.linkMessageText=z`Convert ${this.origin.pinType} to ${this.target.pinType}.`}setMessageCorrect(){this.linkMessageIcon=ce.correct,this.linkMessageText=_}setMessageReplace(){this.linkMessageIcon=ce.correct,this.linkMessageText=_}setMessageDirectionsIncompatible(){this.linkMessageIcon=ce.reject,this.linkMessageText=z`Directions are not compatbile.`}setMessagePlaceNode(){this.linkMessageIcon=_,this.linkMessageText=z`Place a new node.`}setMessageReplaceLink(){this.linkMessageIcon=ce.correct,this.linkMessageText=z`Replace existing input connections.`}setMessageReplaceOutputLink(){this.linkMessageIcon=ce.correct,this.linkMessageText=z`Replace existing output connections.`}setMessageSameNode(){this.linkMessageIcon=ce.reject,this.linkMessageText=z`Both are on the same node.`}setMessageTypesIncompatible(e,t){this.linkMessageIcon=ce.reject,this.linkMessageText=z`${oe.capitalFirstLetter(e.pinType)} is not compatible with ${oe.capitalFirstLetter(t.pinType)}.`}}class Kt extends le{static properties={...super.properties,locationX:{type:Number,attribute:!1},locationY:{type:Number,attribute:!1},sizeX:{type:Number,attribute:!1},sizeY:{type:Number,attribute:!1}};static dragEventName=ae.dragEventName;static dragGeneralEventName=ae.dragGeneralEventName;constructor(){super(),this.locationX=0,this.locationY=0,this.sizeX=0,this.sizeY=0}computeSizes(){const e=this.getBoundingClientRect();this.sizeX=this.blueprint.scaleCorrect(e.width),this.sizeY=this.blueprint.scaleCorrect(e.height)}firstUpdated(e){super.firstUpdated(e),this.computeSizes()}setLocation(e,t,i=!0){const r=e-this.locationX,n=t-this.locationY;if(this.locationX=e,this.locationY=t,this.blueprint&&i){const e=new CustomEvent(this.constructor.dragEventName,{detail:{value:[r,n]},bubbles:!1,cancelable:!0});this.dispatchEvent(e)}}addLocation(e,t,i=!0){this.setLocation(this.locationX+e,this.locationY+t,i)}acknowledgeDrag(e){const t=new CustomEvent(this.constructor.dragGeneralEventName,{detail:{value:e},bubbles:!0,cancelable:!0});this.dispatchEvent(t)}snapToGrid(){const e=oe.snapToGrid(this.locationX,this.locationY,ae.gridSize);this.locationX==e[0]&&this.locationY==e[1]||this.setLocation(e[0],e[1])}topBoundary(e=!1){return this.template.topBoundary(e)}rightBoundary(e=!1){return this.template.rightBoundary(e)}bottomBoundary(e=!1){return this.template.bottomBoundary(e)}leftBoundary(e=!1){return this.template.leftBoundary(e)}}class Yt extends Bt{#J=e=>{if(this.blueprint.setFocused(!0),e.button===this.options.clickButton)this.options.strictTarget&&e.target!=e.currentTarget||(this.consumeEvent&&e.stopImmediatePropagation(),this.#fe.addEventListener("mousemove",this.#ye),document.addEventListener("mouseup",this.#ee),this.setLocationFromEvent(e),this.clickedPosition[0]=this.location[0],this.clickedPosition[1]=this.location[1],this.blueprint.mousePosition[0]=this.location[0],this.blueprint.mousePosition[1]=this.location[1],this.target instanceof Kt&&(this.clickedOffset=[this.clickedPosition[0]-this.target.locationX,this.clickedPosition[1]-this.target.locationY]),this.clicked(this.clickedPosition));else this.options.exitAnyButton||this.#ee(e)};#ye=e=>{this.consumeEvent&&e.stopImmediatePropagation(),this.#fe.removeEventListener("mousemove",this.#ye),this.#fe.addEventListener("mousemove",this.#we);const t=this.getEvent(ae.trackingMouseEventName.begin);this.#Se=0==this.target.dispatchEvent(t),this.setLocationFromEvent(e),this.lastLocation=oe.snapToGrid(this.clickedPosition[0],this.clickedPosition[1],this.stepSize),this.startDrag(this.location),this.started=!0,this.#we(e)};#we=e=>{this.consumeEvent&&e.stopImmediatePropagation();const t=this.setLocationFromEvent(e),i=[e.movementX,e.movementY];if(this.dragTo(t,i),this.#Se&&(this.blueprint.mousePosition=t),this.options.scrollGraphEdge){const e=Math.sqrt(i[0]*i[0]+i[1]*i[1]),r=this.blueprint.scaleCorrect(ae.edgeScrollThreshold),n=this.blueprint.template.gridLeftVisibilityBoundary()+r,s=this.blueprint.template.gridRightVisibilityBoundary()-r;let a=0;t[0]s&&(a=t[0]-s);const o=this.blueprint.template.gridTopVisibilityBoundary()+r,l=this.blueprint.template.gridBottomVisibilityBoundary()-r;let c=0;t[1]l&&(c=t[1]-l),a=oe.clamp(this.blueprint.scaleCorrectReverse(a)**3*e*.6,-20,20),c=oe.clamp(this.blueprint.scaleCorrectReverse(c)**3*e*.6,-20,20),this.blueprint.scrollDelta(a,c)}};#ee=e=>{if(!this.options.exitAnyButton||e.button==this.options.clickButton){if(this.consumeEvent&&e.stopImmediatePropagation(),this.#fe.removeEventListener("mousemove",this.#ye),this.#fe.removeEventListener("mousemove",this.#we),document.removeEventListener("mouseup",this.#ee),this.started&&this.endDrag(),this.unclicked(),this.#Se){const e=this.getEvent(ae.trackingMouseEventName.end);this.target.dispatchEvent(e),this.#Se=!1}this.started=!1}};#Se=!1;#fe;#Ee;get draggableElement(){return this.#Ee}clickedOffset=[0,0];clickedPosition=[0,0];lastLocation=[0,0];started=!1;stepSize=1;constructor(e,t,i={}){i.clickButton??=ae.mouseClickButton,i.consumeEvent??=!0,i.draggableElement??=e,i.exitAnyButton??=!0,i.moveEverywhere??=!1,i.movementSpace??=t?.getGridDOMElement(),i.repositionOnClick??=!1,i.scrollGraphEdge??=!1,i.strictTarget??=!1,super(e,t,i),this.stepSize=Number(i.stepSize??ae.gridSize),this.#fe=this.options.moveEverywhere?document.documentElement:this.movementSpace,this.#Ee=this.options.draggableElement,this.listenEvents()}listenEvents(){super.listenEvents(),this.#Ee.addEventListener("mousedown",this.#J),this.options.clickButton===ae.mouseRightClickButton&&this.#Ee.addEventListener("contextmenu",(e=>e.preventDefault()))}unlistenEvents(){super.unlistenEvents(),this.#Ee.removeEventListener("mousedown",this.#J)}getEvent(e){return new CustomEvent(e,{detail:{tracker:this},bubbles:!0,cancelable:!0})}clicked(e){}startDrag(e){}dragTo(e,t){}endDrag(){}unclicked(e){}}class qt extends Yt{clicked(e){this.options.repositionOnClick&&(this.target.setLocation(...this.stepSize>1?oe.snapToGrid(e[0],e[1],this.stepSize):e),this.clickedOffset=[0,0])}dragTo(e,t){const i=[this.target.locationX??this.lastLocation[0],this.target.locationY??this.lastLocation[1]],[r,n]=this.stepSize>1?[oe.snapToGrid(e[0],e[1],this.stepSize),oe.snapToGrid(i[0],i[1],this.stepSize)]:[e,i];0==(t=[r[0]-this.lastLocation[0],r[1]-this.lastLocation[1]])[0]&&0==t[1]||(t[0]+=n[0]-i[0],t[1]+=n[1]-i[1],this.dragAction(r,t),this.lastLocation=r)}dragAction(e,t){this.target.setLocation(e[0]-this.clickedOffset[0],e[1]-this.clickedOffset[1])}}class Xt extends qt{#Ce;#Ne;#xe;#Pe;constructor(e,t,i={}){super(e,t,i),i.onClicked&&(this.#Ce=i.onClicked),i.onStartDrag&&(this.#Ne=i.onStartDrag),i.onDrag&&(this.#xe=i.onDrag),i.onEndDrag&&(this.#Pe=i.onEndDrag)}clicked(e){super.clicked(e),this.#Ce?.()}startDrag(){super.startDrag(),this.#Ne?.()}dragAction(e,t){this.#xe?.(e,t)}endDrag(){super.endDrag(),this.#Pe?.()}}const Zt=ae.paths;class Wt extends qt{constructor(e,t,i={}){super(e,t,i),this.draggableElement.classList.add("ueb-draggable")}startDrag(){this.target.selected||(this.blueprint.unselectAll(),this.target.setSelected(!0))}dragAction(e,t){this.target.acknowledgeDrag(t)}unclicked(){this.started?(this.blueprint.getNodes(!0).forEach((e=>e.boundComments.filter((t=>!e.isInsideComment(t))).forEach((t=>e.unbindFromComment(t))))),this.blueprint.getCommentNodes().forEach((e=>e.template.manageNodesBind()))):(this.blueprint.unselectAll(),this.target.setSelected(!0))}}class Qt extends zt{getDraggableElement(){return this.element}createDraggableObject(){const e=this.getDraggableElement();return new qt(this.element,this.blueprint,{draggableElement:e})}createInputObjects(){return[...super.createInputObjects(),this.createDraggableObject(),new Vt(this.element,this.blueprint,{activationKeys:[ae.Keys.ArrowUp,ae.Keys.ArrowRight,ae.Keys.ArrowDown,ae.Keys.ArrowLeft]},(e=>e.target.acknowledgeDrag([e.pressedKey===ae.Keys.ArrowLeft?-ae.gridSize:e.pressedKey===ae.Keys.ArrowRight?ae.gridSize:0,e.pressedKey===ae.Keys.ArrowUp?-ae.gridSize:e.pressedKey===ae.Keys.ArrowDown?ae.gridSize:0])))]}topBoundary(e=!1){return this.element.locationY}rightBoundary(e=!1){return this.element.locationX+this.element.sizeX}bottomBoundary(e=!1){return this.element.locationY+this.element.sizeY}leftBoundary(e=!1){return this.element.locationX}centerInViewport(){const e=Math.min(this.blueprint.template.viewportSize[0]/10,this.blueprint.template.viewportSize[1]/10),t=this.leftBoundary()-this.blueprint.template.gridLeftVisibilityBoundary(),i=this.blueprint.template.gridRightVisibilityBoundary()-this.rightBoundary();let r=Math.max((t+i)/2,e);const n=this.topBoundary()-this.blueprint.template.gridTopVisibilityBoundary(),s=this.blueprint.template.gridBottomVisibilityBoundary()-this.bottomBoundary();let a=Math.max((n+s)/2,e);this.blueprint.scrollDelta(t-r,n-a,!0)}}class Jt extends Qt{update(e){super.update(e),e.has("locationX")&&(this.element.style.left=`${this.element.locationX}px`),e.has("locationY")&&(this.element.style.top=`${this.element.locationY}px`)}}class ei extends Jt{getDraggableElement(){return this.element}createDraggableObject(){return new Wt(this.element,this.blueprint,{draggableElement:this.getDraggableElement(),scrollGraphEdge:!0})}firstUpdated(e){super.firstUpdated(e),this.element.selected&&!this.element.listeningDrag&&this.element.setSelected(!0)}}class ti extends ei{static nodeStyleClasses=["ueb-node-style-default"];#ke;pinInserter;inputContainer;outputContainer;pinElement;addPinHandler=()=>{const e=this.pinInserter?.();e&&(this.defaultPin&&this.defaultPin.isInput()===e.isInput()?this.defaultPin.before(this.createPinElement(e)):(e.isInput()?this.inputContainer:this.outputContainer).appendChild(this.createPinElement(e)),this.element.acknowledgeUpdate())};toggleAdvancedDisplayHandler=()=>{this.element.toggleShowAdvancedPinDisplay(),this.element.requestUpdate(),this.element.updateComplete.then((()=>this.element.acknowledgeUpdate()))};createPinElement(e){const t=Ae.getConstructor("ueb-pin").newObject(e,void 0,this.element);return this.pinInserter&&!this.defaultPin&&"Default"===t.getPinName()&&(this.defaultPin=t,this.defaultPin.classList.add("ueb-node-variadic-default")),t}initialize(e){super.initialize(e),this.#ke=function(e){switch(e.getType()){case Zt.addDelegate:case Zt.clearDelegate:case Zt.callDelegate:case Zt.removeDelegate:return null}const t=e.getPinEntities().find((e=>!e.isHidden()&&"self"===e.PinName?.toString()&&"Target"===et(e)));if(t){const i=e.FunctionReference?.MemberParent?.getName()??t.PinType?.PinSubCategoryObject?.getName()??"Untitled";return i.length>0?`Target is ${oe.formatStringName(i)}`:null}return null}(e.entity),this.element.classList.add(...this.constructor.nodeStyleClasses),this.element.style.setProperty("--ueb-node-color",this.element.entity.nodeColor().cssText),this.pinInserter=this.element.entity.additionalPinInserter(),this.pinInserter&&this.element.classList.add("ueb-node-is-variadic")}render(){return z`
${this.renderTop()}
${this.pinInserter?z`
Add pin ${ce.plusCircle}
`:_} ${this.element.entity.isDevelopmentOnly()?z`
Development Only
`:_} ${this.element.advancedPinDisplay?z`
${ce.expandIcon}
`:_}
`}renderNodeIcon(){return this.element.entity.nodeIcon()}renderNodeName(){return this.element.nodeDisplayName}renderTop(){const e=this.renderNodeIcon(),t=this.renderNodeName();return z`
${e?z`
${e}
`:_} ${t?z`
${t} ${this.#ke?z`
${this.#ke}
`:_}
`:_}
`}firstUpdated(e){super.firstUpdated(e),this.inputContainer=this.element.querySelector(".ueb-node-inputs"),this.outputContainer=this.element.querySelector(".ueb-node-outputs"),this.setupPins(),this.element.updateComplete.then((()=>this.element.acknowledgeUpdate()))}setupPins(){this.element.nodeNameElement=this.element.querySelector(".ueb-node-name-text");let e=!1,t=!1;for(const i of this.getPinElements())i!==this.defaultPin&&(i.isInput()?(this.inputContainer.appendChild(i),e=!0):i.isOutput()&&(this.outputContainer.appendChild(i),t=!0));this.defaultPin&&(this.defaultPin.isInput()?this.inputContainer:this.outputContainer).appendChild(this.defaultPin),e&&this.element.classList.add("ueb-node-has-inputs"),t&&this.element.classList.add("ueb-node-has-outputs")}getPinElements(){return this.element.getPinElements()}createPinElements(){return this.element.getPinEntities().filter((e=>!e.isHidden())).map((e=>this.createPinElement(e)))}getAllConnectedLinks(){const e=this.element.nodeTitle,t=`ueb-link[data-origin-node="${e}"],ueb-link[data-target-node="${e}"]`;return[...this.blueprint.querySelectorAll(t)]}}class ii extends ti{#Le=document.createElement("div");#Ae=document.createElement("div");#Me=document.createElement("div");#Te=document.createElement("div");#Ie=document.createElement("div");#Oe=document.createElement("div");#De=document.createElement("div");#$e=document.createElement("div");initialize(e){super.initialize(e),this.element.classList.add("ueb-resizeable"),this.#Le.classList.add("ueb-resizeable-top"),this.#Ae.classList.add("ueb-resizeable-right"),this.#Me.classList.add("ueb-resizeable-bottom"),this.#Te.classList.add("ueb-resizeable-left"),this.#Ie.classList.add("ueb-resizeable-top-right"),this.#Oe.classList.add("ueb-resizeable-bottom-right"),this.#De.classList.add("ueb-resizeable-bottom-left"),this.#$e.classList.add("ueb-resizeable-top-left")}update(e){super.update(e),this.element.sizeX>=0&&e.has("sizeX")&&(this.element.style.width=`${this.element.sizeX}px`),this.element.sizeY>=0&&e.has("sizeY")&&(this.element.style.height=`${this.element.sizeY}px`)}firstUpdated(e){super.firstUpdated(e),this.element.append(this.#Le,this.#Ae,this.#Me,this.#Te,this.#Ie,this.#Oe,this.#De,this.#$e)}createInputObjects(){return[...super.createInputObjects(),new Xt(this.#Le,this.blueprint,{onDrag:(e,t)=>{t[1]=e[1]-this.element.topBoundary(),this.setSizeY(this.element.sizeY-t[1])&&this.element.addLocation(0,t[1],!1)},onEndDrag:()=>this.endResize()}),new Xt(this.#Ae,this.blueprint,{onDrag:(e,t)=>{t[0]=e[0]-this.element.rightBoundary(),this.setSizeX(this.element.sizeX+t[0])},onEndDrag:()=>this.endResize()}),new Xt(this.#Me,this.blueprint,{onDrag:(e,t)=>{t[1]=e[1]-this.element.bottomBoundary(),this.setSizeY(this.element.sizeY+t[1])},onEndDrag:()=>this.endResize()}),new Xt(this.#Te,this.blueprint,{onDrag:(e,t)=>{t[0]=e[0]-this.element.leftBoundary(),this.setSizeX(this.element.sizeX-t[0])&&this.element.addLocation(t[0],0,!1)},onEndDrag:()=>this.endResize()}),new Xt(this.#Ie,this.blueprint,{onDrag:(e,t)=>{t[0]=e[0]-this.element.rightBoundary(),t[1]=e[1]-this.element.topBoundary(),this.setSizeX(this.element.sizeX+t[0]),this.setSizeY(this.element.sizeY-t[1])&&this.element.addLocation(0,t[1],!1)},onEndDrag:()=>this.endResize()}),new Xt(this.#Oe,this.blueprint,{onDrag:(e,t)=>{t[0]=e[0]-this.element.rightBoundary(),t[1]=e[1]-this.element.bottomBoundary(),this.setSizeX(this.element.sizeX+t[0]),this.setSizeY(this.element.sizeY+t[1])},onEndDrag:()=>this.endResize()}),new Xt(this.#De,this.blueprint,{onDrag:(e,t)=>{t[0]=e[0]-this.element.leftBoundary(),t[1]=e[1]-this.element.bottomBoundary(),this.setSizeX(this.element.sizeX-t[0])&&this.element.addLocation(t[0],0,!1),this.setSizeY(this.element.sizeY+t[1])},onEndDrag:()=>this.endResize()}),new Xt(this.#$e,this.blueprint,{onDrag:(e,t)=>{t[0]=e[0]-this.element.leftBoundary(),t[1]=e[1]-this.element.topBoundary(),this.setSizeX(this.element.sizeX-t[0])&&this.element.addLocation(t[0],0,!1),this.setSizeY(this.element.sizeY-t[1])&&this.element.addLocation(0,t[1],!1)},onEndDrag:()=>this.endResize()})]}setSizeX(e){return this.element.setNodeWidth(e),!0}setSizeY(e){return this.element.setNodeHeight(e),!0}endResize(){}}class ri extends ii{#Ve=0;initialize(e){super.initialize(e),e.classList.add("ueb-node-style-comment","ueb-node-resizeable"),e.sizeX=25*ae.gridSize,e.sizeY=6*ae.gridSize,super.initialize(e)}getDraggableElement(){return this.element.querySelector(".ueb-node-top")}render(){return z`
`}firstUpdated(e){super.firstUpdated(e);const t=this.getDraggableElement().getBoundingClientRect();this.#Ve=t.height}manageNodesBind(){let e=this.blueprint.getNodes();for(let t of e)t.topBoundary()>=this.element.topBoundary()&&t.rightBoundary()<=this.element.rightBoundary()&&t.bottomBoundary()<=this.element.bottomBoundary()&&t.leftBoundary()>=this.element.leftBoundary()?t.bindToComment(this.element):t.unbindFromComment(this.element)}setSizeX(e){return(e=Math.round(e))>=2*ae.gridSize&&(this.element.setNodeWidth(e),!0)}setSizeY(e){return(e=Math.round(e))>=2*ae.gridSize&&(this.element.setNodeHeight(e),!0)}endResize(){this.manageNodesBind()}topBoundary(e=!1){return this.element.locationY}rightBoundary(e=!1){return this.element.locationX+this.element.sizeX}bottomBoundary(e=!1){return e?this.element.locationY+this.#Ve:super.bottomBoundary()}leftBoundary(e=!1){return this.element.locationX}}class ni extends Yt{#Be;#Ge=e=>{if(!this.enteredPin){this.linkValid=!1,this.enteredPin=e.target;const t=this.link.origin??this.target,i=this.enteredPin,r=t.isOutput()?t:i;t.isKnot()||i.isKnot()?(this.link.setMessageCorrect(),this.linkValid=!0):t.getNodeElement()===i.getNodeElement()?this.link.setMessageSameNode():t.isOutput()===i.isOutput()?this.link.setMessageDirectionsIncompatible():this.blueprint.getLinks(t,i).length?(this.link.setMessageReplaceLink(),this.linkValid=!0):"exec"===r.entity.getType()&&r.isLinked?(this.link.setMessageReplaceOutputLink(),this.linkValid=!0):"object"==t.entity.PinType.PinCategory.valueOf()&&"object"==i.entity.PinType.PinCategory.valueOf()||t.pinType==i.pinType?(this.link.setMessageCorrect(),this.linkValid=!0):(this.link.setMessageTypesIncompatible(t,i),this.linkValid=!1)}};#He=e=>{this.enteredPin==e.target&&(this.enteredPin=null,this.linkValid=!1,this.link?.setMessagePlaceNode())};link;enteredPin;linkValid=!1;constructor(e,t,i={}){i.scrollGraphEdge??=!0,super(e,t,i)}startDrag(e){this.link=Ae.getConstructor("ueb-link").newObject(this.target,null),this.blueprint.template.linksContainerElement.prepend(this.link),this.link.setMessagePlaceNode(),this.#Be=this.blueprint.querySelectorAll("ueb-pin"),this.#Be.forEach((e=>{e!=this.target&&(e.addEventListener("mouseenter",this.#Ge),e.addEventListener("mouseleave",this.#He))})),this.link.startDragging(),this.link.setTargetLocation(e)}dragTo(e,t){this.link.setTargetLocation(e)}endDrag(){if(this.#Be.forEach((e=>{e.removeEventListener("mouseenter",this.#Ge),e.removeEventListener("mouseleave",this.#He)})),this.#Be=null,this.enteredPin&&this.linkValid){const e=this.enteredPin.isKnot()?this.enteredPin:this.link.origin.isKnot()?this.link.origin:null;if(e){const t=e!==this.link.origin?this.link.origin:this.enteredPin;if(e.isInput()&&t.isInput()||e.isOutput()&&t.isOutput()){const t=e.template.getoppositePin();e===this.link.origin?this.link.origin=t:this.enteredPin=t}}else this.enteredPin.isKnot()&&this.link.origin.isOutput()&&(this.enteredPin=this.enteredPin.template.getoppositePin());this.link.origin.getLinks().find((e=>e.equals(this.enteredPin.createPinReference())))?this.link.remove():(this.blueprint.addGraphElement(this.link),this.link.target=this.enteredPin)}else this.link.remove();this.enteredPin=null,this.link.removeMessage(),this.link.finishDragging(),this.link=null}}class si extends ti{#Re=!1;#ze=!1;displayName="";static nodeStyleClasses=["ueb-node-style-glass"];initialize(e){super.initialize(e),this.displayName=this.element.nodeDisplayName}render(){return z`
${this.displayName?z`
${this.displayName}
`:_} ${this.#Re?z`
`:_} ${this.#ze?z`
`:_} ${this.pinInserter?z`
Add pin ${ce.plusCircle}
`:_}
`}createPinElements(){return this.element.getPinEntities().filter((e=>!e.isHidden())).map((e=>{this.#Re||=e.isInput(),this.#ze||=e.isOutput();return Ae.getConstructor("ueb-pin").newObject(e,void 0,this.element)}))}}class ai extends si{static nodeStyleClasses=["ueb-node-style-metasound","ueb-node-style-operation"]}class oi extends si{static nodeStyleClasses=[...super.nodeStyleClasses,"ueb-node-style-conversion"]}class li extends si{static nodeStyleClasses=[...super.nodeStyleClasses,"ueb-node-style-operation"]}class ci extends zt{static canWrapInput=!0;#Fe;get iconElement(){return this.#Fe}#_e;get wrapperElement(){return this.#_e}isNameRendered=!0;initialize(e){if(super.initialize(e),this.element.nodeElement){const e=this.element.nodeElement.template;this.isNameRendered=!(e instanceof oi||e instanceof li||e instanceof ai)}}setup(){super.setup(),this.element.nodeElement=this.element.closest("ueb-node");const e=this.element.nodeElement.template;(e instanceof oi||e instanceof li)&&(this.isNameRendered=!1,this.element.requestUpdate())}createInputObjects(){return[new ni(this.element,this.blueprint,{moveEverywhere:!0,draggableElement:this.getClickableElement()})]}render(){const e=z`
${this.renderIcon()}
`,t=z`
${this.isNameRendered?this.renderName():_} ${this.isInputRendered()?this.renderInput():z``}
`;return z`
${this.element.isInput()?z`${e}${t}`:z`${t}${e}`}
`}renderIcon(){if(this.element.nodeElement.entity.isPcg())switch(this.element.entity.getType()){case"Any":return ce.pcgPin;case"Param":case"Param[]":return ce.pcgParamPin;case"Spatial":case"Spatial[]":return ce.pcgSpatialPin;case"Any[]":case"Point[]":case"Surface[]":case"Volume[]":if(this.element.isOutput())return ce.pcgPin;case"Point":case"Surface":case"Volume":return ce.pcgStackPin}switch(this.element.entity.PinType.ContainerType?.toString()){case"Array":return ce.arrayPin;case"Set":return ce.setPin;case"Map":return ce.mapPin}return"delegate"===this.element.entity.PinType.PinCategory?.toString().toLocaleLowerCase()?ce.delegate:this.element.nodeElement?.template instanceof li?ce.operationPin:"statictype"===this.element.entity.PinType.PinCategory?.toString().toLocaleLowerCase()?ce.staticPin:ce.genericPin}renderName(){let e=this.element.getPinDisplayName();const t=this.element.nodeElement,i=this.element.getPinName();return t.getType()==ae.paths.makeStruct&&i==t.entity.StructType.getName()&&(e=i),z`${e}`}isInputRendered(){return this.element.isInput()&&!this.element.entity.bDefaultValueIsIgnored?.valueOf()&&!this.element.entity.PinType.bIsReference?.valueOf()}renderInput(){return z``}updated(e){if(super.updated(e),this.element.isInput()&&e.has("isLinked")){const e=this.element.nodeElement;this.element.requestUpdate(),this.element.updateComplete.then((()=>e.acknowledgeUpdate()))}e.has("color")&&this.element.style.setProperty("--ueb-pin-color-rgb",this.element.color.toString())}firstUpdated(e){super.firstUpdated(e),this.#Fe=this.element.querySelector(".ueb-pin-icon svg")??this.element,this.#_e=this.element.querySelector(".ueb-pin-wrapper")}getLinkLocation(e=!1){const t=(this.#Fe??this.element).getBoundingClientRect(),i=[this.element.isInputVisually()!=e?t.left:t.right+1,(t.top+t.bottom)/2],r=oe.convertLocation(i,this.blueprint.template.gridElement);return this.blueprint.compensateTranslation(r[0],r[1])}getClickableElement(){return this.#_e??this.element}getAllConnectedLinks(){if(!this.element.isLinked)return[];const e=this.element.nodeElement.nodeTitle,t=this.element.pinId,i=`ueb-link[data-origin-node="${e}"][data-origin-pin="${t}"],ueb-link[data-target-node="${e}"][data-target-pin="${t}"]`;return[...this.blueprint.querySelectorAll(i)]}}class ui extends ci{render(){return z`
${this.renderIcon()}
`}}class hi extends ti{static nodeStyleClasses=[...super.nodeStyleClasses,"ueb-node-style-event"];#je;firstUpdated(e){super.firstUpdated(e),this.element.querySelector(".ueb-node-top").appendChild(this.createDelegatePinElement())}renderTop(){const e=this.renderNodeIcon(),t=this.renderNodeName(),i=this.element.getType()===ae.paths.customEvent&&(this.element.entity.CustomFunctionName||this.element.entity.FunctionReference.MemberParent);return z`
${e?z`
${e}
`:_} ${t?z`
${t} ${i?z`
Custom Event
`:_}
`:_}
`}getPinElements(){return this.element.getPinElements().filter((e=>"delegate"!==e.entity.PinType.PinCategory?.toString()))}createDelegatePinElement(){return this.#je||(this.#je=Ae.getConstructor("ueb-pin").newObject(this.element.getPinEntities().find((e=>!e.isHidden()&&"delegate"===e.PinType.PinCategory?.toString())),new ui,this.element),this.#je.template.isNameRendered=!1),this.#je}createPinElements(){return[this.createDelegatePinElement(),...this.element.getPinEntities().filter((e=>!e.isHidden()&&"delegate"!==e.PinType.PinCategory?.toString())).map((e=>Ae.getConstructor("ueb-pin").newObject(e,void 0,this.element)))]}}class pi extends ui{static#Ue=new mt({PinCategory:new it("wildcard"),PinSubCategoryObject:ht.createNoneInstance(),PinSubCategoryMemberReference:new dt});#Ke(e){const t=this.getoppositePin();this.element.entity.PinType.copyTypeFrom(e),t.entity.PinType.copyTypeFrom(e),this.element.updateType(),t.updateType()}render(){return this.element.isOutput()?super.render():z``}update(e){if(super.update(e),e.has("isLinked")){const e=this.getoppositePin();if(this.element.isLinked||e.isLinked){if(this.element.isLinked&&"wildcard"==this.element.pinType){const e=this.element.getLinks().map((e=>this.blueprint.getPin(e))).find((e=>e&&"wildcard"!=e.pinType))?.entity.PinType;if(e){const t=[this];for(let i=0;ithis.blueprint.getPin(e).template)))}}}}else this.#Ke(pi.#Ue)}}getoppositePin(){const e=this.element.nodeElement.template;return this.element.isOutput()?e.inputPin:e.outputPin}getLinkLocation(e=!1){return this.element.isInput()?this.getoppositePin().getLinkLocation(!e):super.getLinkLocation(e)}}class di extends ti{#Ye=!1;get switchDirectionsVisually(){return this.#Ye}set switchDirectionsVisually(e){this.#Ye!=e&&(this.#Ye=e,this.element.acknowledgeUpdate())}#qe;get inputPin(){return this.#qe}#Xe;get outputPin(){return this.#Xe}initialize(e){super.initialize(e),this.element.classList.add("ueb-node-style-minimal")}render(){return z`
`}setupPins(){for(const e of this.getPinElements())this.element.querySelector(".ueb-node-border").appendChild(e)}createPinElements(){const e=this.element.getPinEntities().filter((e=>!e.isHidden())),t=e[e[0].isInput()?0:1],i=e[e[0].isOutput()?0:1],r=Ae.getConstructor("ueb-pin");return[this.#qe=r.newObject(t,new pi,this.element),this.#Xe=r.newObject(i,new pi,this.element)]}checkSwtichDirectionsVisually(){let e=0,t=0,i=0,r=0;const n=this.outputPin.getLinkLocation()[0],s=this.getAllConnectedLinks();for(const a of s){const s=a.getOtherPin(this.element),o=s.getLinkLocation()[0]-n;s?.isInput()?(i+=o,++r):s?.isOutput()&&(e+=o,++t)}e/=t,i/=r,i!e.entity.isHidden()&&!e.entity.isExecution()));this.element.style.setProperty("--ueb-node-color",e.entity.pinColor().cssText)}}const bi=["Boolean::LogicEq","Boolean::LogicNEq","Integer::EnumNEq","Integer::EnumEq",...["Abs","Add","ArcCosine(Degrees)","ArcCosine(Radians)","ArcSine(Degrees)","ArcSine(Radians)","ArcTangent(Degrees)","ArcTangent(Radians)","Ceil","CmpEQ","CmpGE","CmpGT","CmpLE","CmpLT","CmpNEQ","Cosine(Degrees)","Cosine(Radians)","DegreesToRadians","Div","Dot","Exp","Exp2","Floor","FMod","Frac","Length","Lerp","Log","Log2","Madd","Max","Min","Mul","Negate","Normalize","OneMinus","PI","RadiansToDegrees","Rcp","RcpFast","Round","RSqrt","Sign","Sine(Degrees)","Sine(Radians)","Sqrt","Step","Subtract","Tangent(Degrees)","Tangent(Radians)","Trunc","TWO_PI"].map((e=>"Numeric::"+e)),"Vector3::Cross"],vi=ae.paths;function fi(e){const t=e.getClass();if(t===vi.callFunction||t===vi.commutativeAssociativeBinaryOperator||t===vi.callArrayFunction){const t=e.FunctionReference?.MemberParent?.path??"",i=e.FunctionReference?.MemberName?.toString();if(i&&(t===vi.kismetArrayLibrary||t===vi.kismetMathLibrary||t===vi.kismetStringLibrary||t===vi.typedElementHandleLibrary)){if(i.startsWith("Conv_"))return oi;if(i.startsWith("Add_")||i.startsWith("And_")||i.startsWith("Boolean")||i.startsWith("Cross_")||i.startsWith("Dot_")||i.startsWith("Not_")||i.startsWith("Or_")||i.startsWith("Percent_")||i.startsWith("Xor_"))return li;switch(i){case"Abs":case"Array_Add":case"Array_AddUnique":case"Array_Identical":case"BMax":case"BMin":case"CrossProduct2D":case"DotProduct2D":case"Equal":case"Exp":case"FMax":case"FMin":case"GetPI":case"Max":case"MaxInt64":case"Min":case"MinInt64":case"Sqrt":case"Square":case"Vector4_CrossProduct3":case"Vector4_DotProduct":case"Vector4_DotProduct3":case"Acos":case"Asin":case"Cos":case"DegAcos":case"DegCos":case"DegSin":case"DegTan":case"Sin":case"Tan":return li}}if(t===vi.blueprintSetLibrary)return li;if(t===vi.blueprintMapLibrary)return li}switch(t){case vi.comment:case vi.materialGraphNodeComment:return ri;case vi.createDelegate:return ti;case vi.metasoundEditorGraphExternalNode:return"Add"==e.ClassName?.Name?ai:mi;case vi.niagaraNodeOp:if(bi.includes(e.OpName?.toString()))return li;break;case vi.promotableOperator:return li;case vi.knot:return di;case vi.literal:case vi.self:case vi.variableGet:case vi.variableSet:return gi}return e.isEvent()?hi:ti}class yi extends Kt{static properties={...super.properties,selected:{type:Boolean,attribute:"data-selected",reflect:!0,converter:Le.booleanConverter}};dragHandler=e=>this.addLocation(...e.detail.value);constructor(){super(),this.selected=!1,this.listeningDrag=!1}setup(){super.setup(),this.setSelected(this.selected)}cleanup(){super.cleanup(),this.blueprint.removeEventListener(ae.nodeDragGeneralEventName,this.dragHandler)}setSelected(e=!0){this.selected=e,this.blueprint&&(this.selected?(this.listeningDrag=!0,this.blueprint.addEventListener(ae.nodeDragGeneralEventName,this.dragHandler)):(this.blueprint.removeEventListener(ae.nodeDragGeneralEventName,this.dragHandler),this.listeningDrag=!1))}}class wi extends yi{static properties={...yi.properties,typePath:{type:String,attribute:"data-type",reflect:!0},nodeTitle:{type:String,attribute:"data-title",reflect:!0},advancedPinDisplay:{type:String,attribute:"data-advanced-display",converter:nt.attributeConverter,reflect:!0},enabledState:{type:String,attribute:"data-enabled-state",reflect:!0},nodeDisplayName:{type:String,attribute:!1},pureFunction:{type:Boolean,converter:Le.booleanConverter,attribute:"data-pure-function",reflect:!0}};static dragEventName=ae.nodeDragEventName;static dragGeneralEventName=ae.nodeDragGeneralEventName;get blueprint(){return super.blueprint}set blueprint(e){super.blueprint=e,this.#Ze.forEach((t=>t.blueprint=e))}#We;get nodeNameElement(){return this.#We}set nodeNameElement(e){this.#We=e}#Ze=[];boundComments=[];#Qe=!1;#Je=e=>{this.selected||this.#Qe||(this.#Qe=!0,this.requestUpdate(),this.updateComplete.then((()=>this.#Qe=!1)),this.addLocation(...e.detail.value))};static fromSerializedObject(e){e=e.trim();let t=It.grammar.parse(e);return wi.newObject(t)}static newObject(e=new It,t=new(fi(e))){const i=new wi;return i.initialize(e,t),i}#et(e){for(let t of this.getPinElements())for(let i of t.getLinks())this.blueprint.getPin(i).redirectLink(t,new pt(new nt(e),t.entity.PinId))}initialize(e=new It,t=new(fi(e))){this.typePath=e.getType(),this.nodeTitle=e.getObjectName(),this.advancedPinDisplay=e.AdvancedPinDisplay?.toString(),this.enabledState=e.EnabledState,this.nodeDisplayName=je(e),this.pureFunction=e.bIsPureFunc?.valueOf(),this.dragLinkObjects=[],super.initialize(e,t),this.#Ze=this.template.createPinElements(),super.setLocation(this.entity.getNodePosX(),this.entity.getNodePosY()),this.entity.NodeWidth&&this.entity.NodeHeight?(this.sizeX=this.entity.NodeWidth.value,this.sizeY=this.entity.NodeHeight.value):this.updateComplete.then((()=>this.computeSizes())),e.listenAttribute("Name",(t=>{this.#et(t?.toString()),this.nodeTitle=t?.toString(),this.nodeDisplayName=je(e),this.acknowledgeUpdate()}))}bindToComment(e){e==this||this.boundComments.includes(e)||(e.addEventListener(ae.nodeDragEventName,this.#Je),this.boundComments.push(e))}unbindFromComment(e){const t=this.boundComments.indexOf(e);t>=0&&(e.removeEventListener(ae.nodeDragEventName,this.#Je),this.boundComments[t]=this.boundComments[this.boundComments.length-1],this.boundComments.pop())}isInsideComment(e){return this.topBoundary()>=e.topBoundary()&&this.rightBoundary()<=e.rightBoundary()&&this.bottomBoundary()<=e.bottomBoundary()&&this.leftBoundary()>=e.leftBoundary()}getType(){return this.entity.getType()}getNodeName(){return this.entity.getObjectName()}computeNodeDisplayName(){this.nodeDisplayName=je(this.entity)}setNodeWidth(e){this.entity.setNodeWidth(e),this.sizeX=e,this.acknowledgeUpdate(!0)}setNodeHeight(e){this.entity.setNodeHeight(e),this.sizeY=e,this.acknowledgeUpdate(!0)}sanitizeLinks(e=[]){this.getPinElements().forEach((t=>t.sanitizeLinks(e)))}getPinElements(){return this.#Ze}getPinEntities(){return this.entity.getPinEntities()}setLocation(e=0,t=0,i=!0){this.entity.setNodePosX(e),this.entity.setNodePosY(t),super.setLocation(e,t,i)}acknowledgeUpdate(e=!1){const t=new CustomEvent(ae.nodeUpdateEventName);e&&(this.requestUpdate(),this.updateComplete.then((()=>this.computeSizes()))),this.dispatchEvent(t)}setShowAdvancedPinDisplay(e){this.entity.AdvancedPinDisplay=new nt(e?"Shown":"Hidden"),this.advancedPinDisplay=this.entity.AdvancedPinDisplay}toggleShowAdvancedPinDisplay(){this.setShowAdvancedPinDisplay("Shown"!=this.entity.AdvancedPinDisplay?.toString())}}class Si extends It{#tt=new Map;#it=[];get objectEntities(){return this.#it}static attributes={...super.attributes,ScriptVariables:super.attributes.ScriptVariables.asUniqueClass(!0).withDefault()};constructor(...e){super(...e),this.Name||(this.Name=new this.constructor.attributes.Name("Blueprint"))}getHomonymObjectEntity(e){const t=e.getObjectName();return this.#it.find((e=>e.getObjectName()==t))}takeFreeName(e){e=e.replace(/_\d+$/,"");const t=(this.#tt.get(e)??-1)+1;return this.#tt.set(e,t),ae.nodeTitle(e,t)}updateNameIndex(e){const t=e.match(/(.+)_(\d+)$/);if(t){e=t[1];const i=Number(t[2]);this.#tt.set(e,Math.max(i,this.#tt.get(e)??0))}}addObjectEntity(e){if(!this.#it.includes(e)){this.#it.push(e);const[t,i]=e.getNameAndCounter();return this.#tt.set(t,Math.max(this.#tt.get(t)??0,i)),!0}return!1}removeObjectEntity(e){const t=this.#it.indexOf(e);if(t>=0){const e=this.#it.pop();return t{let i=this[ae.subObjectAttributeNameFromReference(e,t)];i.Name.value=r,i.Name=i.Name})),e.path.replace(i,r),r}variableName(e){return this[ae.subObjectAttributeNameFromReference(e.ScriptVariable,!0)]?.Variable?.Name?.toString()}variableIndex(e){let t=0;for(const i of this.ScriptVariables?.valueOf()){if(e==this.variableName(i))return t;++t}}mergeWith(e){if(0===(e.ScriptVariables?.length??0))return this;const t=this.ScriptVariables.valueOf().map((e=>e.ScriptVariable.getName()));let i=oe.mergeArrays(this.ScriptVariables.valueOf(),e.ScriptVariables.valueOf(),((e,t)=>this.variableName(e)==this.variableName(t)),(i=>{let r=i.ScriptVariable.getName();t.includes(r)&&(r=this.renameScriptVariable(i.ScriptVariable,e)),this.updateNameIndex(r)}));if(i.length===this.ScriptVariables.length)return this;i.reverse();const r=this.constructor,n=i.concat(i).map(((t,r)=>{const n=ae.subObjectAttributeNameFromReference(t.ScriptVariable,r>=i.length),s=this[n]??e[n];return s?[n,s]:null})).filter((e=>e));n.push(...Object.entries(this).filter((([e,t])=>!e.startsWith(ae.subObjectAttributeNamePrefix)&&"ExportedNodes"!==e)),["ScriptVariables",new r.attributes.ScriptVariables(i.reverse())]);const s=new Si(Object.fromEntries(n));return s.mirrorNameInExportPaths(e.Name?.toString()),s.#tt=this.#tt,s.#it=this.#it,s}getVariablesAttributesReferringTo(...e){let t=new Set(...e.flatMap((e=>e.getPinEntities())).map((e=>e.PinName.toString())));return this.ScriptVariables.valueOf().map((e=>{const t=ae.subObjectAttributeNameFromReference(e.ScriptVariable,!1),i=ae.subObjectAttributeNameFromReference(e.ScriptVariable,!0);return{simple:[t,this[t]],full:[i,this[i]],variable:e}})).filter((e=>t.has(e.full?.Variable?.Name))).reduce(((e,t)=>(e.simple.push([t.simple[0],t.simple[1]]),e.full.push([t.full[0],t.full[1]]),e.ScriptVariables.push(t.variable),e)),{simple:[],full:[],ScriptVariables:[]}),{}}}class Ei extends It{constructor(e,t){const i=ae.paths.niagaraClipboardContent,r=e.takeFreeName("NiagaraClipboardContent"),n=`/Engine/Transient.${r}`,s=new Set;let a="";for(const i of t)i.exported&&(i.getPinEntities().map((t=>e.variableIndex(t.PinName.toString()))).filter((e=>null!=e)).forEach((e=>s.add(e))),a+=i.serialize());const o=e.ScriptVariables.valueOf().filter(((e,t)=>s.has(t))),l=o.concat(o).map(((t,i)=>{const r=ae.subObjectAttributeNameFromReference(t.ScriptVariable,i>=o.length);return[r,e[r]]}));super({Class:new ht(i),Name:new it(r),...Object.fromEntries(l),ExportPath:new ht(i,n),ScriptVariables:new Ei.attributes.ScriptVariables(o),ExportedNodes:new it(btoa(a))})}}class Ci extends Dt{#rt;constructor(e,t,i={}){i.listenOnFocus??=!0,i.unlistenOnTextEdit??=!0,super(e,t,i);let r=this;this.#rt=()=>r.copied()}listenEvents(){window.addEventListener("copy",this.#rt)}unlistenEvents(){window.removeEventListener("copy",this.#rt)}copied(){const e=this.blueprint.getSerializedText();return navigator.clipboard.writeText(e),e}}class Ni extends Dt{#nt;constructor(e,t,i={}){i.listenOnFocus??=!0,i.unlistenOnTextEdit??=!0,super(e,t,i);let r=this;this.#nt=()=>r.cut()}listenEvents(){window.addEventListener("cut",this.#nt)}unlistenEvents(){window.removeEventListener("cut",this.#nt)}cut(){this.blueprint.template.getCopyInputObject().copied(),this.blueprint.removeGraphElement(...this.blueprint.getNodes(!0))}}class xi extends Dt{#st;constructor(e,t,i={}){i.listenOnFocus??=!0,i.unlistenOnTextEdit??=!0,super(e,t,i);let r=this;this.#st=e=>r.pasted(e.clipboardData.getData("Text"))}listenEvents(){window.addEventListener("paste",this.#st)}unlistenEvents(){window.removeEventListener("paste",this.#st)}pasted(e){let t=0,i=0,r=0,n=It.grammarMultipleObjects.parse(e).map((e=>{let n=Ae.getConstructor("ueb-node").newObject(e);return t+=n.locationY,i+=n.locationX,++r,n}));t/=r,i/=r,n.length>0&&this.blueprint.unselectAll();let s=this.blueprint.mousePosition;for(const e of n)e.addLocation(s[0]-i,s[1]-t),e.snapToGrid(),e.setSelected(!0);return this.blueprint.addGraphElement(...n),n}}class Pi extends Bt{static#q=e=>{};#at=0;get variation(){return this.#at}#ot=e=>{this.enablerKey&&!this.enablerActivated||(e.preventDefault(),this.#at=e.deltaY,this.setLocationFromEvent(e),this.wheel())};#lt=e=>e.preventDefault();constructor(e,t,i={},r=Pi.#q){i.listenOnFocus=!0,i.strictTarget??=!1,super(e,t,i),this.strictTarget=i.strictTarget,this.onWheel=r}listenEvents(){this.movementSpace.addEventListener("wheel",this.#ot,!1),this.movementSpace.parentElement?.addEventListener("wheel",this.#lt)}unlistenEvents(){this.movementSpace.removeEventListener("wheel",this.#ot,!1),this.movementSpace.parentElement?.removeEventListener("wheel",this.#lt)}wheel(){this.onWheel(this)}}class ki extends Pi{#ct=0;#ut=!1;get enableZoonIn(){return this.#ut}set enableZoonIn(e){e!=this.#ut&&(this.#ut=e)}wheel(){if(this.#ct+=-this.variation,Math.abs(this.#ct)0||(e+=Math.sign(this.#ct),this.blueprint.setZoom(e,this.location),this.#ct=0)}}class Li extends Vt{#ht;constructor(e,t,i={}){i.activationKeys=Rt.enableZoomIn,super(e,t,i)}fire(){this.#ht=this.blueprint.template.getZoomInputObject(),this.#ht.enableZoonIn=!0}unfire(){this.#ht.enableZoonIn=!1}}class Ai extends Yt{startDrag(){this.blueprint.scrolling=!0}dragTo(e,t){this.blueprint.scrollDelta(-t[0],-t[1])}endDrag(){this.blueprint.scrolling=!1}}class Mi extends Bt{#pt=null;#dt=e=>{e.preventDefault(),this.setLocationFromEvent(e),this.blueprint.mousePosition=[...this.location]};#mt=e=>{this.#pt||(e.preventDefault(),this.#pt=e.detail.tracker,this.unlistenMouseMove())};#gt=e=>{this.#pt==e.detail.tracker&&(e.preventDefault(),this.#pt=null,this.listenMouseMove())};constructor(e,t,i={}){i.listenOnFocus=!0,super(e,t,i)}listenMouseMove(){this.target.addEventListener("mousemove",this.#dt)}unlistenMouseMove(){this.target.removeEventListener("mousemove",this.#dt)}listenEvents(){this.listenMouseMove(),this.blueprint.addEventListener(ae.trackingMouseEventName.begin,this.#mt),this.blueprint.addEventListener(ae.trackingMouseEventName.end,this.#gt)}unlistenEvents(){this.unlistenMouseMove(),this.blueprint.removeEventListener(ae.trackingMouseEventName.begin,this.#mt),this.blueprint.removeEventListener(ae.trackingMouseEventName.end,this.#gt)}}class Ti extends Yt{constructor(e,t,i={}){i.scrollGraphEdge??=!0,super(e,t,i),this.selectorElement=this.blueprint.template.selectorElement}startDrag(){this.selectorElement.beginSelect(this.clickedPosition)}dragTo(e,t){this.selectorElement.selectTo(e)}endDrag(){this.started&&this.selectorElement.endSelect()}unclicked(){this.started||this.blueprint.unselectAll()}}class Ii extends Dt{#bt=e=>this.clickedSomewhere(e.target);constructor(e,t,i={}){i.listenOnFocus=!0,super(e,t,i),this.blueprint.focus&&document.addEventListener("click",this.#bt)}clickedSomewhere(e){e.closest("ueb-blueprint")||this.blueprint.setFocused(!1)}listenEvents(){document.addEventListener("click",this.#bt)}unlistenEvents(){document.removeEventListener("click",this.#bt)}}class Oi extends zt{static styleVariables={"--ueb-font-size":`${ae.fontSize}`,"--ueb-grid-expand":`${ae.expandGridSize}px`,"--ueb-grid-line-width":`${ae.gridLineWidth}px`,"--ueb-grid-set":`${ae.gridSet}`,"--ueb-grid-size":`${ae.gridSize}px`,"--ueb-link-min-width":`${ae.linkMinWidth}`,"--ueb-node-radius":`${ae.nodeRadius}px`};#vt=new ResizeObserver((e=>{const t=e.find((e=>e.target===this.viewportElement))?.devicePixelContentBoxSize?.[0];t&&(this.viewportSize[0]=t.inlineSize,this.viewportSize[1]=t.blockSize)}));#ft;#yt;#ht;headerElement;overlayElement;viewportElement;selectorElement;gridElement;linksContainerElement;nodesContainerElement;viewportSize=[0,0];#wt=()=>this.headerElement.classList.remove("ueb-zoom-changed");initialize(e){super.initialize(e),this.element.style.cssText=Object.entries(Oi.styleVariables).map((([e,t])=>`${e}:${t};`)).join("");const t=this.element.querySelector(":scope > template")?.content.textContent;t&&(this.element.requestUpdate(),this.element.updateComplete.then((()=>{this.blueprint.mousePosition=[Math.round(this.viewportSize[0]/2),Math.round(this.viewportSize[1]/2)],this.getPasteInputObject().pasted(t),this.blueprint.unselectAll()})))}setup(){super.setup(),this.#vt.observe(this.viewportElement,{box:"device-pixel-content-box"});const e=this.viewportElement.getBoundingClientRect();this.viewportSize[0]=e.width,this.viewportSize[1]=e.height,this.blueprint.nodes.length>0&&(this.blueprint.requestUpdate(),this.blueprint.updateComplete.then((()=>this.centerContentInViewport())))}cleanup(){super.cleanup(),this.#vt.unobserve(this.viewportElement)}createInputObjects(){const e=this.element.getGridDOMElement();return this.#ft=new Ci(e,this.blueprint),this.#yt=new xi(e,this.blueprint),this.#ht=new ki(e,this.blueprint),[...super.createInputObjects(),this.#ft,this.#yt,this.#ht,new Ni(e,this.blueprint),new Vt(e,this.blueprint,{activationKeys:Rt.duplicateNodes},(()=>this.blueprint.template.getPasteInputObject().pasted(this.blueprint.template.getCopyInputObject().copied()))),new Vt(e,this.blueprint,{activationKeys:Rt.deleteNodes},(()=>this.blueprint.removeGraphElement(...this.blueprint.getNodes(!0)))),new Vt(e,this.blueprint,{activationKeys:Rt.selectAllNodes},(()=>this.blueprint.selectAll())),new Ti(e,this.blueprint,{clickButton:ae.mouseClickButton,exitAnyButton:!0,moveEverywhere:!0}),new Ai(e,this.blueprint,{clickButton:ae.mouseRightClickButton,exitAnyButton:!1,moveEverywhere:!0}),new Ii(e,this.blueprint),new Mi(e,this.blueprint),new Li(e,this.blueprint)]}render(){return z`
Zoom ${0==this.blueprint.zoom?"1:1":(this.blueprint.zoom>0?"+":"")+this.blueprint.zoom}

UEBlueprint

A stand alone implementation of the UE's Blueprint visual language editor.

Version: ${ae.VERSION}
Author: barsdeveloper
License: MIT
https://github.com/barsdeveloper/ueblueprint

`}firstUpdated(e){super.firstUpdated(e),this.headerElement=this.blueprint.querySelector(".ueb-viewport-header"),this.overlayElement=this.blueprint.querySelector(".ueb-viewport-overlay"),this.viewportElement=this.blueprint.querySelector(".ueb-viewport-body"),this.selectorElement=this.blueprint.querySelector("ueb-selector"),this.gridElement=this.viewportElement.querySelector(".ueb-grid"),this.linksContainerElement=this.blueprint.querySelector("[data-links]"),this.linksContainerElement.append(...this.blueprint.getLinks()),this.nodesContainerElement=this.blueprint.querySelector("[data-nodes]"),this.nodesContainerElement.append(...this.blueprint.getNodes()),this.viewportElement.scroll(ae.expandGridSize,ae.expandGridSize)}willUpdate(e){super.willUpdate(e),this.headerElement&&e.has("zoom")&&(this.headerElement.classList.contains("ueb-zoom-changed")&&(this.headerElement.classList.remove("ueb-zoom-changed"),this.headerElement.offsetWidth),this.headerElement.classList.add("ueb-zoom-changed"),this.headerElement.addEventListener("animationend",this.#wt,{once:!0}))}updated(e){if(super.updated(e),(e.has("scrollX")||e.has("scrollY"))&&this.viewportElement.scroll(this.blueprint.scrollX,this.blueprint.scrollY),e.has("zoom")){this.blueprint.style.setProperty("--ueb-scale",this.blueprint.getScale());const t=e.get("zoom"),i=Math.min(t,this.blueprint.zoom),r=Math.max(t,this.blueprint.zoom),n=oe.range(i,r),s=e=>`ueb-zoom-${e}`;te<0)).map(s)),this.blueprint.classList.add(...n.filter((e=>e>0)).map(s))):(this.blueprint.classList.remove(...n.filter((e=>e>0)).map(s)),this.blueprint.classList.add(...n.filter((e=>e<0)).map(s)))}}getCommentNodes(e=!1){return this.blueprint.querySelectorAll(`ueb-node[data-type="${ae.paths.comment}"]${e?'[data-selected="true"]':""}, ueb-node[data-type="${ae.paths.materialGraphNodeComment}"]${e?'[data-selected="true"]':""}`)}getPin(e){return this.blueprint.querySelector(`ueb-node[data-title="${e.objectName}"] ueb-pin[data-id="${e.pinGuid}"]`)}getCopyInputObject(){return this.#ft}getPasteInputObject(){return this.#yt}getZoomInputObject(){return this.#ht}isPointVisible(e,t){return!1}gridTopVisibilityBoundary(){return this.blueprint.scaleCorrect(this.blueprint.scrollY)-this.blueprint.translateY}gridRightVisibilityBoundary(){return this.gridLeftVisibilityBoundary()+this.blueprint.scaleCorrect(this.viewportSize[0])}gridBottomVisibilityBoundary(){return this.gridTopVisibilityBoundary()+this.blueprint.scaleCorrect(this.viewportSize[1])}gridLeftVisibilityBoundary(){return this.blueprint.scaleCorrect(this.blueprint.scrollX)-this.blueprint.translateX}centerViewport(e=0,t=0,i=!0){const r=this.gridLeftVisibilityBoundary()+this.blueprint.scaleCorrect(this.viewportSize[0]/2),n=this.gridTopVisibilityBoundary()+this.blueprint.scaleCorrect(this.viewportSize[1]/2);this.blueprint.scrollDelta(this.blueprint.scaleCorrectReverse(e-r),this.blueprint.scaleCorrectReverse(t-n),i)}centerContentInViewport(e=!0){let t=0,i=0,r=Number.MAX_SAFE_INTEGER,n=Number.MIN_SAFE_INTEGER,s=Number.MAX_SAFE_INTEGER,a=Number.MIN_SAFE_INTEGER;const o=this.blueprint.getNodes();for(const e of o)t+=e.leftBoundary()+e.rightBoundary(),i+=e.topBoundary()+e.bottomBoundary(),r=Math.min(r,e.leftBoundary()),n=Math.max(n,e.rightBoundary()),s=Math.min(s,e.topBoundary()),a=Math.max(a,e.bottomBoundary());t=Math.round(n-r<=this.viewportSize[0]?(n+r)/2:t/(2*o.length)),i=Math.round(a-s<=this.viewportSize[1]?(a+s)/2:i/(2*o.length)),this.centerViewport(t,i,e)}}class Di extends le{static properties={selecting:{type:Boolean,attribute:"data-selecting",reflect:!0,converter:Le.booleanConverter},scrolling:{type:Boolean,attribute:"data-scrolling",reflect:!0,converter:Le.booleanConverter},focused:{type:Boolean,attribute:"data-focused",reflect:!0,converter:Le.booleanConverter},zoom:{type:Number,attribute:"data-zoom",reflect:!0},scrollX:{type:Number,attribute:!1},scrollY:{type:Number,attribute:!1},additionalX:{type:Number,attribute:!1},additionalY:{type:Number,attribute:!1},translateX:{type:Number,attribute:!1},translateY:{type:Number,attribute:!1}};static nodeBoundariesSupplier=e=>({primaryInf:e.leftBoundary(!0),primarySup:e.rightBoundary(!0),secondaryInf:e.topBoundary(!0),secondarySup:e.bottomBoundary(!0)});static nodeSelectToggleFunction=(e,t)=>{e.setSelected(t)};#St=0;#Et=0;nodes=[];links=[];nodesNames=new Map;mousePosition=[0,0];constructor(){super(),this.selecting=!1,this.scrolling=!1,this.focused=!1,this.zoom=0,this.scrollX=ae.expandGridSize,this.scrollY=ae.expandGridSize,this.translateX=ae.expandGridSize,this.translateY=ae.expandGridSize,super.initialize(new Si,new Oi)}initialize(){}getGridDOMElement(){return this.template.gridElement}getScroll(){return[this.scrollX,this.scrollY]}setScroll(e,t){this.scrollX=e,this.scrollY=t}scrollDelta(e=0,t=0,i=!1,r=ae.smoothScrollTime){if(i){let i=[0,0];this.#St&&cancelAnimationFrame(this.#St),this.#Et&&cancelAnimationFrame(this.#Et),oe.animate(0,e,r,(e=>{this.scrollDelta(e-i[0],0,!1),i[0]=e}),(e=>this.#St=e)),oe.animate(0,t,r,(e=>{this.scrollDelta(0,e-i[1],!1),i[1]=e}),(e=>this.#Et=e))}else{const i=[2*ae.expandGridSize,2*ae.expandGridSize];let r=this.getScroll(),n=[r[0]+e,r[1]+t],s=[0,0];for(let e=0;e<2;++e)n[e]i[e]-ae.gridExpandThreshold*ae.expandGridSize&&(s[e]=1);0==s[0]&&0==s[1]||this.seamlessExpand(s[0],s[1]),r=this.getScroll(),n=[r[0]+e,r[1]+t],this.setScroll(n[0],n[1])}}scrollCenter(e=!1){const t=this.getScroll(),i=[this.translateX-t[0],this.translateY-t[1]],r=this.getViewportSize().map((e=>e/2)),n=[i[0]-r[0],i[1]-r[1]];this.scrollDelta(n[0],n[1],e)}getViewportSize(){return[this.template.viewportElement.clientWidth,this.template.viewportElement.clientHeight]}getScrollMax(){return[this.template.viewportElement.scrollWidth-this.template.viewportElement.clientWidth,this.template.viewportElement.scrollHeight-this.template.viewportElement.clientHeight]}snapToGrid(e,t){return oe.snapToGrid(e,t,ae.gridSize)}seamlessExpand(e,t){e=Math.round(e),t=Math.round(t);let i=this.getScale();[e,t]=[-e*ae.expandGridSize,-t*ae.expandGridSize],0!=e&&(this.scrollX+=e,e/=i),0!=t&&(this.scrollY+=t,t/=i),this.translateX+=e,this.translateY+=t}progressiveSnapToGrid(e){return ae.expandGridSize*Math.round(e/ae.expandGridSize+.5*Math.sign(e))}getZoom(){return this.zoom}setZoom(e,t){if((e=oe.clamp(e,ae.minZoom,ae.maxZoom))==this.zoom)return;let i=this.getScale();if(this.zoom=e,t){t[0]+=this.translateX,t[1]+=this.translateY;let e=this.getScale()/i,r=[e*t[0],e*t[1]];this.scrollDelta((r[0]-t[0])*i,(r[1]-t[1])*i)}}getScale(){return ae.scale[this.getZoom()]}scaleCorrect(e){return e/this.getScale()}scaleCorrectReverse(e){return e*this.getScale()}compensateTranslation(e,t){return[e-=this.translateX,t-=this.translateY]}getNodes(e=!1){let t=this.nodes;return e&&(t=t.filter((e=>e.selected))),t}getCommentNodes(e=!1){let t=[...this.template.getCommentNodes(e)];return 0===t.length&&(t=this.nodes.filter((t=>t.getType()===ae.paths.comment&&(!e||t.selected)))),t}getPin(e){let t=this.template.getPin(e);return t&&t.nodeElement.getNodeName()==e.objectName.toString()||(t=[...this.nodes.find((t=>e.objectName.toString()==t.getNodeName()))?.getPinElements()??[]].find((t=>e.pinGuid.toString()==t.getPinId().toString()))),t}getLinks(e=null,t=null){if(null==e!=(null==t)){const i=e??t;return this.links.filter((e=>e.origin==i||e.target==i))}return null!=e&&null!=t?this.links.filter((i=>i.origin==e&&i.target==t||i.origin==t&&i.target==e)):this.links}getLink(e,t,i=!1){return this.links.find((r=>r.origin==e&&r.target==t||!i&&r.origin==t&&r.target==e))}selectAll(){this.getNodes().forEach((e=>Di.nodeSelectToggleFunction(e,!0)))}unselectAll(){this.getNodes().forEach((e=>Di.nodeSelectToggleFunction(e,!1)))}getSerializedText(){const e=this.blueprint.getNodes(!0).map((e=>e.entity));let t=!1,i=e.filter((e=>(t||=e.exported,!e.exported))).reduce(((e,t)=>e+t.serialize()),"");if(t){i=new Ei(this.blueprint.entity,e).serialize()+i}return i}addGraphElement(...e){const t=e=>{const i=e.currentTarget;i.removeEventListener(ae.removeEventName,t);const[r,n]=i instanceof wi?[this.nodes,i.entity]:i instanceof Ut?[this.links]:null,s=r?.indexOf(i);if(s>=0){const e=r.pop();se.entity.exported=!0));continue}const r=this.entity.getHomonymObjectEntity(i.entity);if(r){const t=this.entity.takeFreeName(e);r.Name=new r.Name.constructor(t)}this.nodes.push(i),this.entity.addObjectEntity(i.entity),i.addEventListener(ae.removeEventName,t),this.template.nodesContainerElement?.appendChild(i)}else i instanceof Ut&&!this.links.includes(i)&&(this.links.push(i),i.addEventListener(ae.removeEventName,t),this.template.linksContainerElement&&!this.template.linksContainerElement.contains(i)&&this.template.linksContainerElement.appendChild(i));e.filter((e=>e instanceof wi)).forEach((t=>t.sanitizeLinks(e))),e.filter((e=>e instanceof wi&&e.getType()==ae.paths.comment)).forEach((e=>e.updateComplete.then((()=>e.template.manageNodesBind()))))}removeGraphElement(...e){for(let t of e){if(t.closest("ueb-blueprint")!==this)return;t.remove()}}setFocused(e=!0){if(this.focused==e)return;let t=new CustomEvent(e?ae.focusEventName.begin:ae.focusEventName.end);this.focused=e,this.focused||this.unselectAll(),this.dispatchEvent(t)}acknowledgeEditText(e){const t=new CustomEvent(e?ae.editTextEventName.begin:ae.editTextEventName.end);this.dispatchEvent(t)}}customElements.define("ueb-blueprint",Di);class $i extends Qt{#Ct;get locationChangeCallback(){return this.#Ct}set locationChangeCallback(e){this.#Ct=e}movementSpace;movementSpaceSize=[0,0];firstUpdated(e){super.firstUpdated(e),this.movementSpace=this.element.parentElement}setup(){super.setup();const e=this.movementSpace.getBoundingClientRect();this.movementSpaceSize=[e.width,e.height]}createDraggableObject(){return new qt(this.element,this.blueprint,{draggableElement:this.movementSpace,ignoreTranslateCompensate:!0,moveEverywhere:!0,movementSpace:this.movementSpace,repositionOnClick:!0,stepSize:1})}adjustLocation(e,t){return this.locationChangeCallback?.(e,t),[e,t]}}class Vi extends $i{adjustLocation(e,t){const i=Math.round(this.movementSpaceSize[0]/2);e-=i,t=-(t-i);let[r,n]=oe.getPolarCoordinates(e,t);return r=Math.min(r,i),[e,t]=oe.getCartesianCoordinates(r,n),this.locationChangeCallback?.(e/i,t/i),[e=Math.round(e+i),t=Math.round(-t+i)]}}class Bi extends Kt{windowElement;setup(){super.setup(),this.windowElement=this.closest("ueb-window")}setLocation(e,t){super.setLocation(...this.template.adjustLocation(e,t))}}class Gi extends Bi{constructor(){super(),super.initialize({},new Vi)}static newObject(){return new Gi}initialize(){}}class Hi extends $i{adjustLocation(e,t){return e=oe.clamp(e,0,this.movementSpaceSize[0]),t=oe.clamp(t,0,this.movementSpaceSize[1]),this.locationChangeCallback?.(e/this.movementSpaceSize[0],1-t/this.movementSpaceSize[1]),[e,t]}}class Ri extends Bi{constructor(){super(),super.initialize({},new Hi)}static newObject(){return new Ri}initialize(){}}class zi extends Yt{constructor(e,t,i={}){i.consumeEvent=!0,super(e,t,i)}}class Fi extends zt{#Nt;#xt;#Pt=e=>this.element.selectedOption=e.target.selectedOptions[0].value;render(){return z` `}firstUpdated(e){super.firstUpdated(e),this.#Nt=this.element.querySelector("select:first-child"),this.#xt=this.element.querySelector("select:last-child");const t=new Event("input",{bubbles:!0});this.#Nt.dispatchEvent(t)}updated(e){super.updated(e);const t=this.#xt.getBoundingClientRect();this.element.style.setProperty("--ueb-dropdown-width",t.width+"px")}createInputObjects(){return[...super.createInputObjects(),new zi(this.element,this.blueprint)]}setSelectedValue(e){this.element.querySelector(`option[value="${e}"]`).defaultSelected=!0}getSelectedValue(){return this.#Nt.value}}class _i extends le{static properties={...super.properties,options:{type:Object},selectedOption:{type:String}};constructor(){super(),super.initialize({},new Fi),this.options=[],this.selectedOption=""}static newObject(e){return new _i}initialize(){}getValue(){return this.template.getSelectedValue()}}class ji extends zt{#kt=()=>{this.blueprint.acknowledgeEditText(!0),this.element.selectOnFocus&&getSelection().selectAllChildren(this.element)};#Lt=()=>{this.blueprint.acknowledgeEditText(!1),getSelection().removeAllRanges()};#At=e=>e.target.querySelectorAll("br").forEach((e=>e.remove()));#Mt=e=>{"Enter"!=e.code||e.shiftKey||e.target.blur()};initialize(e){super.initialize(e),this.element.classList.add("ueb-pin-input-content"),this.element.setAttribute("role","textbox"),"false"!==this.element.contentEditable&&(this.element.contentEditable="true")}firstUpdated(e){super.firstUpdated(e);const t=new Event("input",{bubbles:!0});this.element.dispatchEvent(t)}createInputObjects(){return[...super.createInputObjects(),new zi(this.element,this.blueprint)]}setup(){super.setup(),this.element.addEventListener("focus",this.#kt),this.element.addEventListener("focusout",this.#Lt),this.element.singleLine&&this.element.addEventListener("input",this.#At),this.element.blurOnEnter&&this.element.addEventListener("keydown",this.#Mt)}cleanup(){super.cleanup(),this.element.removeEventListener("focus",this.#kt),this.element.removeEventListener("focusout",this.#Lt),this.element.removeEventListener("input",this.#At),this.element.removeEventListener("keydown",this.#Mt)}}class Ui extends le{static properties={...super.properties,singleLine:{type:Boolean,attribute:"data-single-line",converter:Le.booleanConverter,reflect:!0},selectOnFocus:{type:Boolean,attribute:"data-select-focus",converter:Le.booleanConverter,reflect:!0},blurOnEnter:{type:Boolean,attribute:"data-blur-enter",converter:Le.booleanConverter,reflect:!0}};constructor(){super(),this.singleLine=!1,this.selectOnFocus=!0,this.blurOnEnter=!0,super.initialize({},new ji)}static newObject(){return new Ui}initialize(){}}class Ki extends ci{#Tt;#It=()=>{const e=this.element.getDefaultValue(!0);e.value=this.#Tt.checked,this.element.setDefaultValue(e)};firstUpdated(e){super.firstUpdated(e),this.#Tt=this.element.querySelector(".ueb-pin-input")}setup(){super.setup(),this.#Tt?.addEventListener("change",this.#It)}cleanup(){super.cleanup(),this.#Tt?.removeEventListener("change",this.#It)}createInputObjects(){return[...super.createInputObjects(),new zi(this.#Tt,this.blueprint)]}renderInput(){return z``}}class Yi extends ci{static singleLineInput=!1;static selectOnFocus=!0;static saveEachInputChange=!1;#Ot;get inputWrapper(){return this.#Ot}#Dt;static stringFromInputToUE(e){return e.replace(/(?=\n\s*)\n$/,"")}static stringFromUEToInput(e){return e.replaceAll(/(?:\r|(?<=(?:^|[^\\])(?:\\\\)*)\\r)(?=\n)/g,"").replace(/(?<=\n\s*)$/,"\n")}#$t=()=>this.setInputs(this.getInputs(),!0);#Vt=e=>this.#Bt(e.target);#Bt(e){if(this.element.querySelector(".ueb-pin-name")?.getBoundingClientRect().width<20)return;const t=this.blueprint.scaleCorrect(this.#Ot.getBoundingClientRect().width)+this.nameWidth,i=this.element.classList.contains("ueb-pin-input-wrap");!i&&t>ae.pinInputWrapWidth?this.element.classList.add("ueb-pin-input-wrap"):i&&t<=ae.pinInputWrapWidth&&this.element.classList.remove("ueb-pin-input-wrap")}firstUpdated(e){super.firstUpdated(e);this.constructor.canWrapInput&&this.isInputRendered()&&(this.element.addEventListener("input",this.#Vt),this.nameWidth=this.blueprint.scaleCorrect(this.element.querySelector(".ueb-pin-name")?.getBoundingClientRect().width??0)),this.#Ot=this.element.querySelector(".ueb-pin-input-wrapper"),this.#Dt=[...this.element.querySelectorAll("ueb-input")]}setup(){super.setup();const e=this.constructor;e.saveEachInputChange?this.element.addEventListener("input",this.#$t):this.element.addEventListener("focusout",this.#$t),e.canWrapInput&&this.isInputRendered()&&(this.element.addEventListener("input",this.#Vt),this.element.nodeElement.addEventListener(ae.nodeUpdateEventName,this.#Vt))}cleanup(){super.cleanup(),this.element.nodeElement.removeEventListener(ae.nodeUpdateEventName,this.#Vt),this.element.removeEventListener("input",this.#Vt),this.element.removeEventListener("input",this.#$t),this.element.removeEventListener("focusout",this.#$t)}getInput(){return this.getInputs().reduce(((e,t)=>e+t),"")}getInputs(){return this.#Dt.map((e=>oe.clearHTMLWhitespace(e.innerHTML)))}setInputs(e=[],t=!0){this.#Dt.forEach(this.constructor.singleLineInput?(t,i)=>t.innerText=e[i]:(t,i)=>t.innerText=e[i].replaceAll("\n","")),t&&this.setDefaultValue(e.map((e=>Yi.stringFromInputToUE(e))),e),this.element.requestUpdate(),this.element.updateComplete.then((()=>this.element.nodeElement.acknowledgeUpdate()))}setDefaultValue(e=[],t=e){this.element.setDefaultValue(e.join(""))}renderInput(){const e=this.constructor,t=e.singleLineInput,i=e.selectOnFocus;return z`
`}}class qi extends ci{renderIcon(){return ce.execPin}renderName(){let e=this.element.entity.PinName?.toString();if(this.element.entity.PinFriendlyName)e=this.element.entity.PinFriendlyName.toString();else if("execute"===e||"then"===e)return z``;return z`${this.element.getPinDisplayName()}`}}class Xi extends Yi{static singleLineInput=!0;setInputs(e=[],t=!1){if(e&&0!=e.length||(e=[this.getInput()]),super.setInputs(e,!1),t){let i=[];for(const r of e){let e=parseFloat(r);isNaN(e)&&(e=0,t=!1),i.push(e)}this.setDefaultValue(i,e)}}setDefaultValue(e=[],t){const i=this.element.getDefaultValue();i.value=e[0],this.element.setDefaultValue(i),this.element.requestUpdate()}}class Zi extends Xi{renderInput(){return z`
`}} +class ne extends S{constructor(){super(...arguments),this.renderOptions={host:this},this._$Do=void 0}createRenderRoot(){const e=super.createRenderRoot();return this.renderOptions.renderBefore??=e.firstChild,e}update(e){const t=this.render();this.hasUpdated||(this.renderOptions.isConnected=this.isConnected),super.update(e),this._$Do=((e,t,i)=>{const r=i?.renderBefore??t;let n=r._$litPart$;if(void 0===n){const e=i?.renderBefore??null;r._$litPart$=n=new W(t.insertBefore(M(),e),e,void 0,i??{})}return n._$AI(e),n})(t,this.renderRoot,this.renderOptions)}connectedCallback(){super.connectedCallback(),this._$Do?.setConnected(!0)}disconnectedCallback(){super.disconnectedCallback(),this._$Do?.setConnected(!1)}render(){return F}}ne._$litElement$=!0,ne.finalized=!0,globalThis.litElementHydrateSupport?.({LitElement:ne});const se=globalThis.litElementPolyfillSupport;se?.({LitElement:ne}),(globalThis.litElementVersions??=[]).push("4.1.1");class ae{static VERSION="2.0.0";static nodeColors={black:s``,blue:s``,darkBlue:s``,darkerBlue:s``,darkTurquoise:s``,gray:s``,green:s``,intenseGreen:s``,lime:s``,red:s``,turquoise:s``,violet:s``,yellow:s``};static alphaPattern="repeating-conic-gradient(#7c8184 0% 25%, #c2c3c4 0% 50%) 50% / 10px 10px";static colorDragEventName="ueb-color-drag";static colorPickEventName="ueb-color-pick";static colorWindowEventName="ueb-color-window";static colorWindowName="Color Picker";static defaultCommentHeight=96;static defaultCommentWidth=400;static distanceThreshold=20;static dragEventName="ueb-drag";static dragGeneralEventName="ueb-drag-general";static edgeScrollThreshold=50;static editTextEventName={begin:"ueb-edit-text-begin",end:"ueb-edit-text-end"};static expandGridSize=400;static focusEventName={begin:"blueprint-focus",end:"blueprint-unfocus"};static fontSize=s``;static gridExpandThreshold=.25;static gridLineWidth=1;static gridSet=8;static gridShrinkThreshold=4;static gridSize=16;static hexColorRegex=/^\s*#(?[0-9a-fA-F]{2})(?[0-9a-fA-F]{2})(?[0-9a-fA-F]{2})([0-9a-fA-F]{2})?|#(?[0-9a-fA-F])(?[0-9a-fA-F])(?[0-9a-fA-F])\s*$/;static indentation=" ";static keysSeparator=/[\.\(\)]/;static knotOffset=[-ae.gridSize,-.5*ae.gridSize];static lineTracePattern=/LineTrace(Single|Multi)(\w*)/;static linkCurveHeight=15;static linkCurveWidth=80;static linkMinWidth=100;static nameRegexSpaceReplacement=new RegExp("^K2(?:[Nn]ode)?_|(?<=[a-z])(?=[A-Z0-9])|(?<=[A-Z])(?{const n=100-e,s=r?i-e+50:50,a=r?n+t-e:n-t+e;return`M ${e} 0 C ${t.toFixed(2)} 0, ${i.toFixed(2)} 0, ${s.toFixed(2)} 50 S ${a.toFixed(2)} 100, ${n.toFixed(3)} 100`};static maxZoom=7;static minZoom=-12;static mouseClickButton=0;static mouseRightClickButton=2;static mouseWheelZoomThreshold=80;static nodeDragEventName="ueb-node-drag";static nodeDragGeneralEventName="ueb-node-drag-general";static nodeRadius=8;static nodeTitle=(e,t)=>`${e}_${t}`;static nodeUpdateEventName="ueb-node-update";static paths={actorBoundEvent:"/Script/BlueprintGraph.K2Node_ActorBoundEvent",addDelegate:"/Script/BlueprintGraph.K2Node_AddDelegate",ambientSound:"/Script/Engine.AmbientSound",asyncAction:"/Script/BlueprintGraph.K2Node_AsyncAction",blueprint:"/Script/Engine.Blueprint",blueprintGameplayTagLibrary:"/Script/GameplayTags.BlueprintGameplayTagLibrary",blueprintMapLibrary:"/Script/Engine.BlueprintMapLibrary",blueprintSetLibrary:"/Script/Engine.BlueprintSetLibrary",callArrayFunction:"/Script/BlueprintGraph.K2Node_CallArrayFunction",callDelegate:"/Script/BlueprintGraph.K2Node_CallDelegate",callFunction:"/Script/BlueprintGraph.K2Node_CallFunction",clearDelegate:"/Script/BlueprintGraph.K2Node_ClearDelegate",comment:"/Script/UnrealEd.EdGraphNode_Comment",commutativeAssociativeBinaryOperator:"/Script/BlueprintGraph.K2Node_CommutativeAssociativeBinaryOperator",componentBoundEvent:"/Script/BlueprintGraph.K2Node_ComponentBoundEvent",createDelegate:"/Script/BlueprintGraph.K2Node_CreateDelegate",customEvent:"/Script/BlueprintGraph.K2Node_CustomEvent",doN:"/Engine/EditorBlueprintResources/StandardMacros.StandardMacros:Do N",doOnce:"/Engine/EditorBlueprintResources/StandardMacros.StandardMacros:DoOnce",dynamicCast:"/Script/BlueprintGraph.K2Node_DynamicCast",eAttachmentRule:"/Script/Engine.EAttachmentRule",edGraph:"/Script/Engine.EdGraph",eDrawDebugTrace:"/Script/Engine.EDrawDebugTrace",eMaterialSamplerType:"/Script/Engine.EMaterialSamplerType",eNiagara_Float4Channel:"/Niagara/Enums/ENiagara_Float4Channel.ENiagara_Float4Channel",enum:"/Script/CoreUObject.Enum",enumLiteral:"/Script/BlueprintGraph.K2Node_EnumLiteral",eSamplerSourceMode:"/Script/Engine.ESamplerSourceMode",eSearchCase:"/Script/CoreUObject.ESearchCase",eSearchDir:"/Script/CoreUObject.ESearchDir",eSpawnActorCollisionHandlingMethod:"/Script/Engine.ESpawnActorCollisionHandlingMethod",eTextureMipValueMode:"/Script/Engine.ETextureMipValueMode",eTraceTypeQuery:"/Script/Engine.ETraceTypeQuery",event:"/Script/BlueprintGraph.K2Node_Event",eWorldPositionIncludedOffsets:"/Script/Engine.EWorldPositionIncludedOffsets",executionSequence:"/Script/BlueprintGraph.K2Node_ExecutionSequence",flipflop:"/Engine/EditorBlueprintResources/StandardMacros.StandardMacros:FlipFlop",forEachElementInEnum:"/Script/BlueprintGraph.K2Node_ForEachElementInEnum",forEachLoop:"/Engine/EditorBlueprintResources/StandardMacros.StandardMacros:ForEachLoop",forEachLoopWithBreak:"/Engine/EditorBlueprintResources/StandardMacros.StandardMacros:ForEachLoopWithBreak",forLoop:"/Engine/EditorBlueprintResources/StandardMacros.StandardMacros:ForLoop",forLoopWithBreak:"/Engine/EditorBlueprintResources/StandardMacros.StandardMacros:ForLoopWithBreak",functionEntry:"/Script/BlueprintGraph.K2Node_FunctionEntry",functionResult:"/Script/BlueprintGraph.K2Node_FunctionResult",gameplayTag:"/Script/GameplayTags.GameplayTag",getInputAxisKeyValue:"/Script/BlueprintGraph.K2Node_GetInputAxisKeyValue",ifThenElse:"/Script/BlueprintGraph.K2Node_IfThenElse",inputAxisKeyEvent:"/Script/BlueprintGraph.K2Node_InputAxisKeyEvent",inputDebugKey:"/Script/InputBlueprintNodes.K2Node_InputDebugKey",inputKey:"/Script/BlueprintGraph.K2Node_InputKey",inputVectorAxisEvent:"/Script/BlueprintGraph.K2Node_InputVectorAxisEvent",isValid:"/Engine/EditorBlueprintResources/StandardMacros.StandardMacros:IsValid",kismetArrayLibrary:"/Script/Engine.KismetArrayLibrary",kismetMathLibrary:"/Script/Engine.KismetMathLibrary",kismetStringLibrary:"/Script/Engine.KismetStringLibrary",knot:"/Script/BlueprintGraph.K2Node_Knot",linearColor:"/Script/CoreUObject.LinearColor",literal:"/Script/BlueprintGraph.K2Node_Literal",macro:"/Script/BlueprintGraph.K2Node_MacroInstance",makeArray:"/Script/BlueprintGraph.K2Node_MakeArray",makeMap:"/Script/BlueprintGraph.K2Node_MakeMap",makeSet:"/Script/BlueprintGraph.K2Node_MakeSet",makeStruct:"/Script/BlueprintGraph.K2Node_MakeStruct",materialExpressionComponentMask:"/Script/Engine.MaterialExpressionComponentMask",materialExpressionConstant:"/Script/Engine.MaterialExpressionConstant",materialExpressionConstant2Vector:"/Script/Engine.MaterialExpressionConstant2Vector",materialExpressionConstant3Vector:"/Script/Engine.MaterialExpressionConstant3Vector",materialExpressionConstant4Vector:"/Script/Engine.MaterialExpressionConstant4Vector",materialExpressionFunctionInput:"/Script/Engine.MaterialExpressionFunctionInput",materialExpressionLogarithm:"/Script/InterchangeImport.MaterialExpressionLogarithm",materialExpressionLogarithm10:"/Script/Engine.MaterialExpressionLogarithm10",materialExpressionLogarithm2:"/Script/Engine.MaterialExpressionLogarithm2",materialExpressionMaterialFunctionCall:"/Script/Engine.MaterialExpressionMaterialFunctionCall",materialExpressionSquareRoot:"/Script/Engine.MaterialExpressionSquareRoot",materialExpressionSubtract:"/Script/Engine.MaterialExpressionSubtract",materialExpressionTextureCoordinate:"/Script/Engine.MaterialExpressionTextureCoordinate",materialExpressionTextureSample:"/Script/Engine.MaterialExpressionTextureSample",materialExpressionWorldPosition:"/Script/Engine.MaterialExpressionWorldPosition",materialGraphNode:"/Script/UnrealEd.MaterialGraphNode",materialGraphNodeComment:"/Script/UnrealEd.MaterialGraphNode_Comment",metasoundEditorGraphExternalNode:"/Script/MetasoundEditor.MetasoundEditorGraphExternalNode",multiGate:"/Script/BlueprintGraph.K2Node_MultiGate",niagaraBool:"/Script/Niagara.NiagaraBool",niagaraClipboardContent:"/Script/NiagaraEditor.NiagaraClipboardContent",niagaraDataInterfaceCollisionQuery:"/Script/Niagara.NiagaraDataInterfaceCollisionQuery",niagaraDataInterfaceCurlNoise:"/Script/Niagara.NiagaraDataInterfaceCurlNoise",niagaraDataInterfaceVolumeTexture:"/Script/Niagara.NiagaraDataInterfaceVolumeTexture",niagaraFloat:"/Script/Niagara.NiagaraFloat",niagaraInt32:"/Script/Niagara.NiagaraInt32",niagaraNodeConvert:"/Script/NiagaraEditor.NiagaraNodeConvert",niagaraNodeFunctionCall:"/Script/NiagaraEditor.NiagaraNodeFunctionCall",niagaraNodeInput:"/Script/NiagaraEditor.NiagaraNodeInput",niagaraNodeOp:"/Script/NiagaraEditor.NiagaraNodeOp",niagaraParameterMap:"/Script/Niagara.NiagaraParameterMap",niagaraPosition:"/Script/Niagara.NiagaraPosition",pawn:"/Script/Engine.Pawn",pcgEditorGraphNode:"/Script/PCGEditor.PCGEditorGraphNode",pcgEditorGraphNodeInput:"/Script/PCGEditor.PCGEditorGraphNodeInput",pcgEditorGraphNodeOutput:"/Script/PCGEditor.PCGEditorGraphNodeOutput",pcgHiGenGridSizeSettings:"/Script/PCG.PCGHiGenGridSizeSettings",pcgSubgraphSettings:"/Script/PCG.PCGSubgraphSettings",promotableOperator:"/Script/BlueprintGraph.K2Node_PromotableOperator",quat4f:"/Script/CoreUObject.Quat4f",removeDelegate:"/Script/BlueprintGraph.K2Node_RemoveDelegate",reverseForEachLoop:"/Engine/EditorBlueprintResources/StandardMacros.StandardMacros:ReverseForEachLoop",rotator:"/Script/CoreUObject.Rotator",select:"/Script/BlueprintGraph.K2Node_Select",self:"/Script/BlueprintGraph.K2Node_Self",slateBlueprintLibrary:"/Script/UMG.SlateBlueprintLibrary",spawnActorFromClass:"/Script/BlueprintGraph.K2Node_SpawnActorFromClass",switchEnum:"/Script/BlueprintGraph.K2Node_SwitchEnum",switchGameplayTag:"/Script/GameplayTagsEditor.GameplayTagsK2Node_SwitchGameplayTag",switchInteger:"/Script/BlueprintGraph.K2Node_SwitchInteger",switchName:"/Script/BlueprintGraph.K2Node_SwitchName",switchString:"/Script/BlueprintGraph.K2Node_SwitchString",timeline:"/Script/BlueprintGraph.K2Node_Timeline",timeManagementBlueprintLibrary:"/Script/TimeManagement.TimeManagementBlueprintLibrary",transform:"/Script/CoreUObject.Transform",typedElementHandleLibrary:"/Script/TypedElementFramework.TypedElementHandleLibrary",userDefinedEnum:"/Script/Engine.UserDefinedEnum",variableGet:"/Script/BlueprintGraph.K2Node_VariableGet",variableSet:"/Script/BlueprintGraph.K2Node_VariableSet",vector:"/Script/CoreUObject.Vector",vector2D:"/Script/CoreUObject.Vector2D",vector2f:"/Script/CoreUObject.Vector2f",vector3f:"/Script/CoreUObject.Vector3f",vector4f:"/Script/CoreUObject.Vector4f",whileLoop:"/Engine/EditorBlueprintResources/StandardMacros.StandardMacros:WhileLoop"};static pinInputWrapWidth=145;static pinUpdateEventName="ueb-pin-update";static removeEventName="ueb-element-delete";static scale={[-12]:.133333,[-11]:.166666,[-10]:.2,[-9]:.233333,[-8]:.266666,[-7]:.3,[-6]:.333333,[-5]:.375,[-4]:.5,[-3]:.675,[-2]:.75,[-1]:.875,0:1,1:1.25,2:1.375,3:1.5,4:1.675,5:1.75,6:1.875,7:2};static smoothScrollTime=1e3;static stringEscapedCharacters=/["\\]/g;static subObjectAttributeNamePrefix="#SubObject";static subObjectAttributeNameFromEntity=(e,t=!1)=>this.subObjectAttributeNamePrefix+(!t&&e.Class?`_${e.Class.type}`:"")+"_"+e.Name;static subObjectAttributeNameFromReference=(e,t=!1)=>this.subObjectAttributeNamePrefix+(t?"":"_"+e.type)+"_"+e.path;static subObjectAttributeNameFromName=e=>this.subObjectAttributeNamePrefix+"_"+e;static switchTargetPattern=/\/Script\/[\w\.\/\:]+K2Node_Switch([A-Z]\w+)+/;static trackingMouseEventName={begin:"ueb-tracking-mouse-begin",end:"ueb-tracking-mouse-end"};static unescapedBackslash=/(?<=(?:[^\\]|^)(?:\\\\)*)\\(?!\\)/;static windowApplyEventName="ueb-window-apply";static windowApplyButtonText="OK";static windowCancelEventName="ueb-window-cancel";static windowCancelButtonText="Cancel";static windowCloseEventName="ueb-window-close";static CommonEnums={[this.paths.eAttachmentRule]:["KeepRelative","KeepWorld","SnapToTarget"],[this.paths.eDrawDebugTrace]:["None","ForOneFrame","ForDuration","Persistent"],[this.paths.eMaterialSamplerType]:["Color","Grayscale","Alpha","Normal","Masks","Distance Field Font","Linear Color","Linear Grayscale","Data","External","Virtual Color","Virtual Grayscale","Virtual Alpha","Virtual Normal","Virtual Mask","Virtual Linear Color","Virtual Linear Grayscal"],[this.paths.eNiagara_Float4Channel]:[["NewEnumerator0","R"],["NewEnumerator1","G"],["NewEnumerator2","B"],["NewEnumerator3","A"]],[this.paths.eSamplerSourceMode]:["From texture asset","Shared: Wrap","Shared: Clamp","Hidden"],[this.paths.eSearchCase]:["CaseSensitive","IgnoreCase"],[this.paths.eWorldPositionIncludedOffsets]:["Absolute World Position (Including Material Shader Offsets)","Absolute World Position (Excluding Material Shader Offsets)","Camera Relative World Position (Including Material Shader Offsets)","Camera Relative World Position (Excluding Material Shader Offsets)"],[this.paths.eSearchDir]:["FromStart","FromEnd"],[this.paths.eSpawnActorCollisionHandlingMethod]:[["Undefined","Default"],["AlwaysSpawn","Always Spawn, Ignore Collisions"],["AdjustIfPossibleButAlwaysSpawn","Try To Adjust Location, But Always Spawn"],["AdjustIfPossibleButDontSpawnIfColliding","Try To Adjust Location, Don't Spawn If Still Colliding"],["DontSpawnIfColliding","Do Not Spawn"]],[this.paths.eTextureMipValueMode]:["None (use computed mip level)","MipLevel (absolute, 0 is full resolution)","MipBias (relative to the computed mip level)","Derivative (explicit derivative to compute mip level)"],[this.paths.eTraceTypeQuery]:[["TraceTypeQuery1","Visibility"],["TraceTypeQuery2","Camera"]]};static ModifierKeys=["Ctrl","Shift","Alt","Meta"];static rgba=["R","G","B","A"];static Keys={Backspace:"Backspace",Tab:"Tab",LeftControl:"ControlLeft",RightControl:"ControlRight",LeftShift:"ShiftLeft",RightShift:"ShiftRight",LeftAlt:"AltLeft",RightAlt:"AltRight",Enter:"Enter",Pause:"Pause",CapsLock:"CapsLock",Escape:"Escape",Space:"Space",PageUp:"PageUp",PageDown:"PageDown",End:"End",Home:"Home",ArrowLeft:"ArrowLeft",ArrowUp:"ArrowUp",ArrowRight:"ArrowRight",ArrowDown:"ArrowDown",PrintScreen:"PrintScreen",Insert:"Insert",Delete:"Delete",Zero:"Digit0",One:"Digit1",Two:"Digit2",Three:"Digit3",Four:"Digit4",Five:"Digit5",Six:"Digit6",Seven:"Digit7",Eight:"Digit8",Nine:"Digit9",A:"KeyA",B:"KeyB",C:"KeyC",D:"KeyD",E:"KeyE",F:"KeyF",G:"KeyG",H:"KeyH",I:"KeyI",K:"KeyK",L:"KeyL",M:"KeyM",N:"KeyN",O:"KeyO",P:"KeyP",Q:"KeyQ",R:"KeyR",S:"KeyS",T:"KeyT",U:"KeyU",V:"KeyV",W:"KeyW",X:"KeyX",Y:"KeyY",Z:"KeyZ",NumPadZero:"Numpad0",NumPadOne:"Numpad1",NumPadTwo:"Numpad2",NumPadThree:"Numpad3",NumPadFour:"Numpad4",NumPadFive:"Numpad5",NumPadSix:"Numpad6",NumPadSeven:"Numpad7",NumPadEight:"Numpad8",NumPadNine:"Numpad9",Multiply:"NumpadMultiply",Add:"NumpadAdd",Subtract:"NumpadSubtract",Decimal:"NumpadDecimal",Divide:"NumpadDivide",F1:"F1",F2:"F2",F3:"F3",F4:"F4",F5:"F5",F6:"F6",F7:"F7",F8:"F8",F9:"F9",F10:"F10",F11:"F11",F12:"F12",NumLock:"NumLock",ScrollLock:"ScrollLock"}}class oe{static clamp(e,t=-1/0,i=1/0){return Math.min(Math.max(e,t),i)}static getScale(e){const t=e.blueprint?.getScale()??getComputedStyle(e).getPropertyValue("--ueb-scale");return""!=t?parseFloat(t):1}static minDecimals(e,t=1,i=1e-8){const r=e*10**t;return Math.abs(r%1)>i?e.toString():e.toFixed(t)}static roundDecimals(e,t=1){const i=10**t;return Math.round(e*i)/i}static printExponential(e){if(e==Number.POSITIVE_INFINITY)return"inf";if(e==Number.NEGATIVE_INFINITY)return"-inf";const t=Math.round(e);if(t>=1e3){const i=Math.floor(Math.log10(t));return`${Math.round(e/10**(i-2))/100}e+${i<10?"0":""}${i}`}return 0==Math.floor(e)?e.toString():this.roundDecimals(e,Math.max(0,3-Math.floor(e).toString().length)).toString()}static approximatelyEqual(e,t,i=1e-8){return!(Math.abs(e-t)>i)}static convertLocation(e,t,i=!1){const r=i?1:1/oe.getScale(t),n=t.getBoundingClientRect();return[Math.round((e[0]-n.x)*r),Math.round((e[1]-n.y)*r)]}static isSerialized(e,t){return e.attributes?.[t]?.serialized??e.constructor.attributes?.[t]?.serialized??!1}static objectGet(e,t,i=void 0){if(void 0!==e){if(!(t instanceof Array))throw new TypeError("UEBlueprint: Expected keys to be an array");return 0!=t.length&&t[0]in e&&void 0!==e[t[0]]?1==t.length?e[t[0]]:oe.objectGet(e[t[0]],t.slice(1),i):i}}static objectSet(e,t,i,r=Object){if(!(t instanceof Array))throw new TypeError("Expected keys to be an array.");if(1==t.length){if(t[0]in e||void 0===e[t[0]])return e[t[0]]=i,!0}else if(t.length>0)return e[t[0]]instanceof Object||(e[t[0]]=new r),oe.objectSet(e[t[0]],t.slice(1),i,r);return!1}static snapToGrid(e,t,i){return 1===i?[e,t]:[i*Math.floor(e/i),i*Math.floor(t/i)]}static mergeArrays(e=[],t=[],i=(e,t)=>e==t,r=e=>{}){let n=[];e=[...e],t=[...t];e:for(;;){for(let s=0;s(r(e),e))),...e.splice(0,1)),t.shift();continue e}break e}return n.push(...e),n.push(...t.filter((e=>!n.some((t=>i(t,e))))).map(((e,t)=>(r(e),e)))),n}static escapeNewlines(e){return e.replaceAll("\n","\\n").replaceAll("\t","\\t")}static escapeString(e,t=!0){let i=e.replaceAll(new RegExp(`(${ae.stringEscapedCharacters.source})`,"g"),"\\$1");return t&&(i=i.replaceAll("\n","\\n").replaceAll("\t","\\t")),i}static unescapeString(e){return e.replaceAll(new RegExp(ae.unescapedBackslash.source+"t","g"),"\t").replaceAll(new RegExp(ae.unescapedBackslash.source+"n","g"),"\n").replaceAll(new RegExp(`\\\\(${ae.stringEscapedCharacters.source})`,"g"),"$1")}static clearHTMLWhitespace(e){return e.replaceAll(" "," ").replaceAll(/|
/g,"\n").replaceAll(/(\)/g,"")}static encodeHTMLWhitespace(e){return e.replaceAll(" "," ")}static capitalFirstLetter(e){return 0===e.length?e:e.charAt(0).toUpperCase()+e.slice(1)}static formatStringName(e=""){return e.replace(/^\s*b(?=[A-Z])/,"").replaceAll(ae.nameRegexSpaceReplacement," ").trim().split(" ").map((e=>oe.capitalFirstLetter(e))).join(" ")}static getIdFromReference(e){return e.replace(/(?:.+\.)?([^\.]+)$/,"$1").replaceAll(/(?<=[a-z\d])(?=[A-Z])|(?<=[a-zA-Z])(?=\d)|(?<=[A-Z]{2})(?=[A-Z][a-z])/g,"-").toLowerCase()}static getNameFromPath(e,t=!1){const i=t?/([^\.\/]+?)(?:_\d+)$/:/([^\.\/]+)$/;return e.match(i)?.[1]??""}static getPolarCoordinates(e,t,i=!1){let r=Math.atan2(t,e);return i&&r<0&&(r=2*Math.PI+r),[Math.sqrt(e*e+t*t),r]}static getCartesianCoordinates(e,t){return[e*Math.cos(t),e*Math.sin(t)]}static range(e=0,t=0,i=(t>=e?1:-1)){return Array.from({length:Math.ceil((t-e)/i)},((t,r)=>e+r*i))}static getFirstWordOrder(e){return new RegExp(/\s*/.source+e.join(/[^\n]+\n\s*/.source)+/\s*/.source)}static paste(e,t){const i=new ClipboardEvent("paste",{bubbles:!0,cancelable:!0,clipboardData:new DataTransfer});i.clipboardData.setData("text",t),e.dispatchEvent(i)}static async copy(e){const t=new ClipboardEvent("copy",{bubbles:!0,cancelable:!0,clipboardData:new DataTransfer});e.dispatchEvent(t)}static animate(e,t,i,r,n=e=>{},s=e=>{const t=e**3.5;return t/(t+(1-e)**3.5)}){let a;const o=l=>{void 0===a&&(a=l);let c=(l-a)/i;oe.approximatelyEqual(c,1)||c>1?c=1:n(requestAnimationFrame(o));const u=e+(t-e)*s(c);r(u)};n(requestAnimationFrame(o))}}class le extends ne{#e;get blueprint(){return this.#e}set blueprint(e){this.#e=e}#t;get entity(){return this.#t}set entity(e){this.#t=e}#i;get template(){return this.#i}isInitialized=!1;isSetup=!1;inputObjects=[];initialize(e,t){this.requestUpdate(),this.#t=e,this.#i=t,this.#i.initialize(this),this.isConnected&&this.updateComplete.then((()=>this.setup())),this.isInitialized=!0}connectedCallback(){super.connectedCallback(),this.blueprint=this.closest("ueb-blueprint"),this.isInitialized&&(this.requestUpdate(),this.updateComplete.then((()=>this.setup())))}disconnectedCallback(){super.disconnectedCallback(),this.isSetup&&this.updateComplete.then((()=>this.cleanup())),this.acknowledgeDelete()}createRenderRoot(){return this}setup(){this.template.setup(),this.isSetup=!0}cleanup(){this.template.cleanup(),this.isSetup=!1}willUpdate(e){super.willUpdate(e),this.template.willUpdate(e)}update(e){super.update(e),this.template.update(e)}render(){return this.template.render()}firstUpdated(e){super.firstUpdated(e),this.template.firstUpdated(e),this.template.inputSetup()}updated(e){super.updated(e),this.template.updated(e)}acknowledgeDelete(){let e=new CustomEvent(ae.removeEventName);this.dispatchEvent(e)}isSameGraph(e){return this.blueprint&&this.blueprint==e?.blueprint}}class ce{static arrayPin=z``;static branchNode=z``;static breakStruct=z``;static cast=z``;static close=z``;static convert=z``;static correct=z``;static delegate=z``;static doN=z``;static doOnce=z``;static enum=z``;static event=z``;static execPin=z``;static expandIcon=z``;static flipflop=z``;static forEachLoop=z``;static functionSymbol=z``;static gamepad=z``;static genericPin=z``;static keyboard=z``;static loop=z``;static macro=z``;static mapPin=z``;static makeArray=z``;static makeMap=z``;static makeSet=z``;static makeStruct=z``;static metasoundFunction=z``;static mouse=z``;static node=z``;static operationPin=z``;static pcgStackPin=z``;static pcgPin=z``;static pcgParamPin=z``;static pcgSpatialPin=z``;static plusCircle=z``;static questionMark=z``;static referencePin=z``;static reject=z``;static setPin=z``;static select=z``;static sequence=z``;static sound=z``;static spawnActor=z``;static staticPin=z``;static switch=z``;static timer=z``;static touchpad=z``}class ue{static makeSuccess(e,t,i=null,r=0){return{status:!0,value:t,position:e,bestParser:i,bestPosition:r}}static makeFailure(e=0,t=null,i=0){return{status:!1,value:null,position:e,bestParser:t,bestPosition:i}}static makeContext(e=null,t=""){return{parsernostrum:e,input:t,highlighted:null}}static makePathNode(e,t=0,i=null){return{parent:i,current:e,index:t}}}class he{static indentation=" ";static highlight="Last valid parser";Self;static frame(e,t="",i=""){t=e?"[ "+t+" ]":"";let r=e.split("\n");const n=Math.max(...r.map((e=>e.length))),s=n";const n=this.isVisited(i),s=this.isHighlighted(e,i);let a=n?"<...>":this.doToString(e,s?"":t,i,r);return s&&(a=he.frame(a,he.highlight,t)),a}doToString(e,t,i,r){return`${this.constructor.name} does not implement toString()`}}class pe extends he{#r;get value(){return this.#r}constructor(e){super(),this.#r=e}parse(e,t,i,r){i=this.makePath(i,r);const n=t+this.#r.length,s=e.input.substring(t,n);return this.#r===s?ue.makeSuccess(n,this.#r,i,n):ue.makeFailure()}doToString(e,t,i,r){return`"${this.value.replaceAll("\n","\\n").replaceAll('"','\\"')}"`}}class de extends he{static instance=new de;parse(e,t,i,r){return i=this.makePath(i,r),ue.makeSuccess(t,"",i,0)}doToString(e,t,i,r){return""}}class me extends he{#n;get parsers(){return this.#n}constructor(...e){super(),this.#n=e}parse(e,t,i,r){i=this.makePath(i,r);const n=ue.makeSuccess(0,"");for(let r=0;rn.bestPosition&&(n.bestParser=s.bestParser,n.bestPosition=s.bestPosition),s.status)return n.value=s.value,n.position=s.position,n}return n.status=!1,n.value=null,n}doToString(e,t,i,r){if(2===this.#n.length&&this.#n[1]instanceof de){let r=this.#n[0].toString(e,t,i,0);return this.#n[0]instanceof pe||(r="<"+r+">"),r+="?",r}const n=t+he.indentation;let s="ALT<\n"+n+this.#n.map(((t,r)=>t.toString(e,n+" ".repeat(0===r?0:he.indentation.length-2),i,r))).join("\n"+n+"| ")+"\n"+t+">";return s}}class ge extends he{#s;get parser(){return this.#s}#a;constructor(e,t){super(),this.#s=e,this.#a=t}parse(e,t,i,r){i=this.makePath(i,r);const n=this.#s.parse(e,t,i,0);if(!n.status)return n;const s=this.#a(n.value,e.input,n.position).getParser().parse(e,n.position,i,0);return n.bestPosition>s.bestPosition&&(s.bestParser=n.bestParser,s.bestPosition=n.bestPosition),s}doToString(e,t,i,r){return this.#s.toString(e,t,i,0)+" => chained"}}class be extends he{static instance=new be;parse(e,t,i,r){return ue.makeFailure()}doToString(e,t,i,r){return""}}class ve extends he{#s;get parser(){return this.#s}#o="";constructor(e,t){super(),this.#s=e,this.#o=t}makePath(e,t){return e}parse(e,t,i,r){return this.parse=this.#s.parse.bind(this.#s),this.parse(e,t,i,r)}doToString(e,t,i,r){let n=this.#s.toString(e,"",i,r);return n=he.frame(n,this.#o,t),n}}class fe extends he{#s;#l;constructor(e){super(),this.#s=e}makePath(e,t){return e}isHighlighted(e,t){if(super.isHighlighted(e,t)){const i={parent:t,parser:this.#l,index:0};e.highlighted=e.highlighted instanceof he?this.#l:i}return!1}resolve(){return this.#l||(this.#l=this.#s().getParser()),this.#l}parse(e,t,i,r){return this.resolve(),this.parse=this.#l.parse.bind(this.#l),this.parse(e,t,i,r)}doToString(e,t,i,r){return this.resolve(),this.doToString=this.#l.toString.bind(this.#l),this.doToString(e,t,i,r)}}class ye extends he{#s;get parser(){return this.#s}#c;get type(){return this.#c}static Type={NEGATIVE_AHEAD:"?!",NEGATIVE_BEHIND:"?String.raw`[^${e}\\]*(?:\\.[^${e}\\]*)*`;static#m=/[-\+]?(?:\d*\.)?\d+/;static common={number:new RegExp(this.#m.source+String.raw`(?!\.)`),numberInteger:/[\-\+]?\d+(?!\.\d)/,numberNatural:/\d+/,numberExponential:new RegExp(this.#m.source+String.raw`(?:[eE][\+\-]?\d+)?(?!\.)`),numberUnit:/\+?(?:0(?:\.\d+)?|1(?:\.0+)?)(?![\.\d])/,numberByte:/0*(?:25[0-5]|2[0-4]\d|1?\d?\d)(?!\d|\.)/,whitespace:/\s+/,whitespaceOpt:/\s*/,whitespaceInline:/[^\S\n]+/,whitespaceInlineOpt:/[^\S\n]*/,whitespaceMultiline:/\s*?\n\s*/,doubleQuotedString:new RegExp(`"(${this.#d('"')})"`),singleQuotedString:new RegExp(`'(${this.#d("'")})'`),backtickQuotedString:new RegExp("`("+this.#d("`")+")`")};constructor(e,t){super(),this.#u=e,this.#h=new RegExp(`^(?:${e.source})`,e.flags),this.#p=t}parse(e,t,i,r){i=this.makePath(i,r);const n=this.#h.exec(e.input.substring(t));n&&(t+=n[0].length);return n?ue.makeSuccess(t,this.#p(n),i,t):ue.makeFailure()}doToString(e,t,i,r){let n="/"+this.#u.source+"/";const s=Object.entries(we.common).find((([e,t])=>t.source===this.#u.source))?.[0];return s&&(n="P."+s),n}}class Se extends he{#s;get parser(){return this.#s}#g;get mapper(){return this.#g}constructor(e,t){super(),this.#s=e,this.#g=t}isHighlighted(e,t){if(super.isHighlighted(e,t)){const i={parent:t,parser:this.#s,index:0};e.highlighted=e.highlighted instanceof he?this.#s:i}return!1}parse(e,t,i,r){i=this.makePath(i,r);const n=this.#s.parse(e,t,i,0);return n.status&&(n.value=this.#g(n.value)),n}doToString(e,t,i,r){let n=this.#s.toString(e,t,i,0);if(this.#s instanceof we&&Object.values(we.common).includes(this.#s.regexp))return this.#s.regexp===we.common.numberInteger&&this.#g===BigInt?"P.numberBigInteger":n;let s=this.#g.toString();return(s.length>60||s.includes("\n"))&&(s="(...) => { ... }"),n+=` -> map<${s}>`,n}}class Ee extends we{static#g=e=>e;constructor(e){super(e,Ee.#g)}}class Ce extends we{constructor(e,t=0){super(e,(e=>e[t]))}}class Ne extends he{#n;get parsers(){return this.#n}constructor(...e){super(),this.#n=e}parse(e,t,i,r){i=this.makePath(i,r);const n=new Array(this.#n.length),s=ue.makeSuccess(t,n);for(let t=0;ts.bestPosition&&(s.bestParser=r.bestParser,s.bestPosition=r.bestPosition),!r.status){s.status=!1,s.value=null;break}s.value[t]=r.value,s.position=r.position}return s}doToString(e,t,i,r){const n=t+he.indentation,s="SEQ<\n"+n+this.#n.map(((t,r)=>t.toString(e,n,i,r))).join("\n"+n)+"\n"+t+">";return s}}class xe extends he{#s;get parser(){return this.#s}#b;get min(){return this.#b}#v;get max(){return this.#v}constructor(e,t=0,i=Number.POSITIVE_INFINITY){if(super(),t>i)throw new Error("Min is greater than max");this.#s=e,this.#b=t,this.#v=i}parse(e,t,i,r){i=this.makePath(i,r);const n=ue.makeSuccess(t,[],i);for(let t=0;tn.bestPosition&&(n.bestParser=r.bestParser,n.bestPosition=r.bestPosition),!r.status){te;static#y=([e,t])=>t;static#w=([e,t])=>[e,...t];static#S=e=>e instanceof Array?e.join(""):e;static number=this.reg(we.common.number).map(Number);static numberInteger=this.reg(we.common.numberInteger).map(Number);static numberBigInteger=this.reg(this.numberInteger.getParser().parser.regexp).map(BigInt);static numberNatural=this.reg(we.common.numberNatural).map(Number);static numberExponential=this.reg(we.common.numberExponential).map(Number);static numberUnit=this.reg(we.common.numberUnit).map(Number);static numberByte=this.reg(we.common.numberByte).map(Number);static whitespace=this.reg(we.common.whitespace);static whitespaceOpt=this.reg(we.common.whitespaceOpt);static whitespaceInline=this.reg(we.common.whitespaceInline);static whitespaceInlineOpt=this.reg(we.common.whitespaceInlineOpt);static whitespaceMultiline=this.reg(we.common.whitespaceMultiline);static doubleQuotedString=this.reg(we.common.doubleQuotedString,1);static singleQuotedString=this.reg(we.common.singleQuotedString,1);static backtickQuotedString=this.reg(we.common.backtickQuotedString,1);constructor(e,t=!1){this.#s=e}static#E(e){const t=[];for(;e;)t.push(e),e=e.parent;t.reverse();let i=new Map;for(let e=1;ei<=r||i>e))),i.set(t[e].current,r),t.splice(r+1,e-r),e=r):i.set(t[e].current,e)}return t[t.length-1]}getParser(){return this.#s}run(e){const t=this.#s.parse(ue.makeContext(this,e),0,ue.makePathNode(),0);return t.position!==e.length&&(t.status=!1),t}parse(e,t=!0){const i=this.run(e);if(i.status)return i.value;const r=[Math.ceil(30),Math.floor(30)],n=Pe.lineColumnFromOffset(e,i.bestPosition);let s=i.bestPosition;const a=e.replaceAll(/^(\s)+|\s{6,}|\s*?\n\s*/g,((e,t,r)=>{let n=t?"...":" ... ";return r<=i.bestPosition&&(i.bestPosition0&&(u="..."+u,c+=3),r[1]e.getParser()))))}static alt(...e){return new this(new me(...e.map((e=>e.getParser()))))}static lookahead(e){return new this(new ye(e.getParser(),ye.Type.POSITIVE_AHEAD))}static lazy(e){return new this(new fe(e))}times(e,t=e){return new Pe(new xe(this.#s,e,t))}many(){return this.times(0,Number.POSITIVE_INFINITY)}atLeast(e){return this.times(e,Number.POSITIVE_INFINITY)}atMost(e){return this.times(0,e)}opt(e=""){let t=Pe.success();return""!==e&&(t=t.map((()=>e))),Pe.alt(this,t)}sepBy(e,t=1,i=!1){let r=Pe.seq(this,Pe.seq(e,this).map(Pe.#y).atLeast(t-1),...i?[e.opt([])]:[]).map(Pe.#w);return 0===t&&(r=r.opt([])),r}skipSpace(){return Pe.seq(this,Pe.whitespaceOpt).map(Pe.#f)}map(e){return new Pe(new Se(this.#s,e))}chain(e){return new Pe(new ge(this.#s,e))}assert(e){return this.chain(((t,i,r)=>e(t,i,r)?Pe.success().map((()=>t)):Pe.failure()))}join(e=""){return this.map(Pe.#S)}label(e=""){return new Pe(new ve(this.#s,e))}toString(e="",t=!1,i=null){i instanceof Pe&&(i=i.getParser());const r=ue.makeContext(this,"");r.highlighted=i;const n=ue.makePathNode();return(t?"\n"+e:"")+this.#s.toString(r,e,n)}}class ke{static same=e=>e;static notWrapped=(e,t)=>t;static defaultWrapped=(e,t)=>`${e.#C}(${t})`;static wrap=this.defaultWrapped;static attributeSeparator=",";static keySeparator="=";static printKey=e=>e;static grammar=Pe.lazy((()=>this.createGrammar()));static unknownEntityGrammar;static unknownEntity;static attributes={};static lookbehind="";static default;static nullable=!1;static ignored=!1;static serialized=!1;static expected=!1;static inlined=!1;static quoted;static silent=!1;static trailing=!1;#N;get keys(){return this.#N??Object.keys(this)}set keys(e){this.#N=[...new Set(e)]}#C=this.constructor.lookbehind;get lookbehind(){return this.#C.trim()}set lookbehind(e){this.#C=e}#x=this.constructor.ignored;get ignored(){return this.#x}set ignored(e){this.#x=e}#P=this.constructor.inlined;get inlined(){return this.#P}set inlined(e){this.#P=e}#k;get quoted(){return this.#k??this.constructor.quoted??!1}set quoted(e){this.#k=e}#L;get trailing(){return this.#L??this.constructor.trailing??!1}set trailing(e){this.#L=e}constructor(e={}){const t=this.constructor.attributes,i=oe.mergeArrays(Object.keys(e),Object.entries(t).filter((([e,t])=>void 0!==t.default)).map((([e,t])=>e)));for(const r of i){if(void 0!==e[r]){e[r].constructor===Object&&(e[r]=new(void 0!==t[r]?t[r]:ke.unknownEntity)(e[r]));const i=t[r];if(this[r]=e[r],i?.compute){const t=i.compute(this).grammar.run(e[r].toString());t.status&&(this[r]=t.value)}continue}const i=t[r];void 0===i.default||(this[r]=i.default(i))}}static createGrammar(){return this.unknownEntityGrammar}static actualClass(){let e=this;for(;!e.name;)e=Object.getPrototypeOf(e);return e}static className(){return this.actualClass().name}static asUniqueClass(e=!1){let t=this;return(this.name.length||e)&&(t=class extends(this){},t.grammar=t.createGrammar()),t}static withLookbehind(e){const t=this.asUniqueClass();return t.lookbehind=e,t}static withDefault(e=e=>new e){const t=this.asUniqueClass();return t.default=e,t}static flagNullable(e=!0){const t=this.asUniqueClass();return t.nullable=e,t}static flagIgnored(e=!0){const t=this.asUniqueClass();return t.ignored=e,t}static flagSerialized(e=!0){const t=this.asUniqueClass();return t.serialized=e,t}static flagInlined(e=!0){const t=this.asUniqueClass();return t.inlined=e,t}static flagQuoted(e=!0){const t=this.asUniqueClass();return t.quoted=e,t}static flagSilent(e=!0){const t=this.asUniqueClass();return t.silent=e,t}static flagTrailing(e=!0){const t=this.asUniqueClass();return t.trailing=e,t}static asSerializedString(e){return`"${e.replaceAll(/(?<=(?:[^\\]|^)(?:\\\\)*?)"/g,'\\"')}"`}showProperty(e){let t=this[e];const i=t.constructor;if(i.silent&&void 0!==i.default){void 0===i["#default"]&&(i["#default"]=i.default(i));const e=i["#default"];return!t.equals(e)}return!0}listenAttribute(e,t){const i=Object.getOwnPropertyDescriptor(this,e),r=i.set;r?(i.set=e=>{r(e),t(e)},Object.defineProperties(this,{[e]:i})):i.value&&Object.defineProperties(this,{["#"+e]:{value:i.value,writable:!0,enumerable:!1},[e]:{enumerable:!0,get(){return this["#"+e]},set(i){t(i),this["#"+e]=i}}})}doSerialize(e=!1,t="",i=this.constructor,r=i.printKey,n=i.keySeparator,s=i.attributeSeparator,a=i.wrap){const o=i!==this.constructor;let l="",c=!0;const u=this instanceof ke?this.keys:Object.keys(this);for(const a of u){const o=this[a],u=o?.constructor;if(void 0===o||this instanceof ke&&!this.showProperty(a))continue;c?c=!1:l+=s;let h=this instanceof Array?`(${a})`:a;if(h.length&&(i.attributes[a]?.quoted||o.quoted)&&(h=`"${h}"`),o.inlined){const a="ArrayEntity"===u.className()?e=>r(`${h}${e}`):e=>r(`${h}.${e}`);l+=o.serialize(e,t,void 0,a,n,s,i.notWrapped);continue}h=r(h),h.length&&(l+=(s.includes("\n")?t:"")+h+n);let p=o?.serialize(e,t);l+=p}return this instanceof ke&&(o&&i.trailing||this.trailing)&&l.length&&(l+=s),a(this,l)}serialize(e=!1,t="",i=this.constructor,r=i.printKey,n=i.keySeparator,s=i.attributeSeparator,a=i.wrap){this.constructor;let o=this instanceof Array?ke.prototype.doSerialize.bind(this)(e,t,i,r,n,s,a):this.doSerialize(e,t,i,r,n,s,a);return i.serialized&&(o=ke.asSerializedString(o)),o}equals(e){if(!(e instanceof ke))return!1;const t=Object.keys(this),i=Object.keys(e),r=this.constructor.actualClass(),n=e.constructor.actualClass();if(!(t.length===i.length&&this.lookbehind==e.lookbehind&&(e instanceof r||this instanceof n)))return!1;for(let r=0;r{},toAttribute:(e,t)=>!0===e?"true":!1===e?"false":""};#A=!0;get uppercase(){return this.#A}set uppercase(e){this.#A=e}static createGrammar(){return Pe.regArray(/(true)|(True)|(false)|(False)/).map((e=>{const t=e[1]??e[2]?new this(!0):new this(!1);return t.uppercase=void 0!==(e[2]??e[4]),t})).label("BooleanEntity")}constructor(e=!1){super(),this.value=e}serialize(e=!1,t="",i=this.constructor){let r=this.value?this.#A?"True":"true":this.#A?"False":"false";return i.serialized&&(r=`"${r}"`),r}valueOf(){return this.value}}class Ae{static#M=new Map;static registerElement(e,t){Ae.#M.set(e,t)}static getConstructor(e){return Ae.#M.get(e)}}class Me extends ke{static alternatives=[];static className(){let e=super.className();return this.alternatives.length&&(e+=".accepting("+this.alternatives.map((e=>e.className())).join(", ")+")"),e}static createGrammar(){const e=this.alternatives.map((e=>e.grammar));return 0==this.alternatives.length||e.includes(this.unknownEntityGrammar)?this.unknownEntityGrammar:Pe.alt(...e)}static accepting(...e){const t=this.asUniqueClass();return t.alternatives=e,t.grammar=t.createGrammar(),t}}class Te{static numberRegexSource=Pe.number.getParser().parser.regexp.source;static separatedBy=(e,t,i=1)=>new RegExp(e+"(?:"+t+e+")"+(1===i?"*":2===i?"+":`{${i},}`));static Regex=class{static HexDigit=/[0-9a-fA-F]/;static InsideString=/(?:[^"\\]|\\.)*/;static InsideSingleQuotedString=/(?:[^'\\]|\\.)*/;static Integer=/[\-\+]?\d+(?!\d|\.)/;static Number=/[-\+]?(?:\d*\.)?\d+(?!\d|\.)/;static RealUnit=/\+?(?:0(?:\.\d+)?|1(?:\.0+)?)(?![\.\d])/;static Word=Te.separatedBy("[a-zA-Z]","_");static Symbol=/[a-zA-Z_]\w*/;static DotSeparatedSymbols=Te.separatedBy(this.Symbol.source,"\\.");static MultipleWordsSymbols=Te.separatedBy(this.Symbol.source,"(?:\\.|\\ +)");static PathFragment=Te.separatedBy(this.Symbol.source,"[\\.:]");static PathSpaceFragment=Te.separatedBy(this.Symbol.source,"[\\.:\\ ]");static Path=new RegExp(`(?:\\/${this.PathFragment.source}){2,}`)};static null=Pe.reg(/\(\s*\)/).map((()=>null));static true=Pe.reg(/true/i).map((()=>!0));static false=Pe.reg(/false/i).map((()=>!1));static number=Pe.regArray(new RegExp(`(${Pe.number.getParser().parser.regexp.source})|(\\+?inf)|(-inf)`)).map((([e,t,i,r])=>t?Number(t):i?Number.POSITIVE_INFINITY:Number.NEGATIVE_INFINITY));static bigInt=Pe.reg(new RegExp(Pe.number.getParser().parser.regexp.source)).map(BigInt).map((e=>void 0!==e[2]?Number.POSITIVE_INFINITY:void 0!==e[3]?Number.NEGATIVE_INFINITY:Number(e[1])));static naturalNumber=Pe.lazy((()=>Pe.reg(/\d+/).map(Number)));static string=Pe.doubleQuotedString.map((e=>oe.unescapeString(e)));static colorValue=Pe.numberByte;static word=Pe.reg(Te.Regex.Word);static symbol=Pe.reg(Te.Regex.Symbol);static symbolQuoted=Pe.reg(new RegExp('"('+Te.Regex.Symbol.source+')"'),1);static attributeName=Pe.reg(Te.Regex.DotSeparatedSymbols);static attributeNameQuoted=Pe.reg(new RegExp('"('+Te.Regex.InsideString.source+')"'),1);static guid=Pe.reg(new RegExp(`${Te.Regex.HexDigit.source}{32}`));static commaSeparation=Pe.reg(/\s*,\s*(?!\))/);static commaOrSpaceSeparation=Pe.reg(/\s*,\s*(?!\))|\s+/);static equalSeparation=Pe.reg(/\s*=\s*/);static hexColorChannel=Pe.reg(new RegExp(Te.Regex.HexDigit.source+"{2}"));static getAttribute(e,[t,...i]){const r=e?.attributes?.[t];if(r){if(r.prototype instanceof Me)for(const e of r.alternatives){const t=this.getAttribute(e,i);if(t)return t}return i.length>0?this.getAttribute(r,i):r}}static createAttributeGrammar(e,t=this.attributeName,i=this.equalSeparation,r=(e,t,i)=>{}){return Pe.seq(t,i).chain((([t,i])=>{const n=t.split(ae.keysSeparator),s=this.getAttribute(e,n),a=s?s.grammar:ke.unknownEntityGrammar,o=n.length>1;return a.map((e=>t=>{oe.objectSet(t,n,e),n.reduce(((e,t,i)=>(e[t].inlined=o&&i{let r={};return e.length&&(r.lookbehind=e),t.forEach((e=>e(r))),r.trailing=void 0!==i,r})).chain((t=>{(e.lookbehind instanceof Array||e.lookbehind!==n)&&(e=e.withLookbehind(n));const r=Object.keys(t),s=Object.keys(e.attributes);return null!=i?Pe.success().assert((e=>r.filter((e=>s.includes(e))).length/s.length>=i)).map((()=>new e(t))):Pe.success().map((()=>new e(t)))}))}}class Ie extends ke{static grammar=this.createGrammar();constructor(e=0){super(),this.value=e}static createGrammar(){return Pe.number.map((e=>new this(e)))}serialize(e=!1,t="",i=this.constructor){let r=this.value.toFixed(6);return i.serialized&&(r=`"${r}"`),r}valueOf(){return this.value}toString(){return this.value.toString()}}class Oe extends ke{static attributes={...super.attributes,R:Ie.withDefault(),G:Ie.withDefault(),B:Ie.withDefault(),A:Ie.withDefault((e=>new e(1)))};static grammar=this.createGrammar();#T=new Ie;get H(){return this.#T}set H(e){this.#T=e}#I=new Ie;get S(){return this.#I}set S(e){this.#I=e}#O=new Ie;get V(){return this.#O}set V(e){this.#O=e}constructor(e){super(e),e instanceof Array&&(e={R:e[0]??0,G:e[1]??0,B:e[2]??0,A:e[3]??1}),this.R,this.G,this.B,this.A,this.#D()}static createGrammar(){return Te.createEntityGrammar(this,Te.commaSeparation,.5).label("LinearColorEntity")}static printLinearColor(e){return`${Math.round(255*e.R.valueOf())}, ${Math.round(255*e.G.valueOf())}, ${Math.round(255*e.B.valueOf())}`}static linearToSRGB(e){return e<=0?0:e>=1?1:e<.0031308?12.92*e:1.055*Math.pow(e,1/2.4)-.055}static sRGBtoLinear(e){return e<=0?0:e>=1?1:e<.04045?e/12.92:Math.pow((e+.055)/1.055,2.4)}static getWhite(){return new Oe({R:new Ie(1),G:new Ie(1),B:new Ie(1)})}static getLinearColorFromHexGrammar(){const e=/[0-9a-fA-F]/;return Pe.regArray(new RegExp("#("+e.source+"{2})("+e.source+"{2})("+e.source+"{2})("+e.source+"{2})?")).map((([e,t,i,r,n])=>new this({R:parseInt(t,16)/255,G:parseInt(i,16)/255,B:parseInt(r,16)/255,A:parseInt(n??"FF",16)/255})))}static getLinearColorRGBListGrammar(){return Pe.seq(Pe.numberByte,Te.commaSeparation,Pe.numberByte,Te.commaSeparation,Pe.numberByte).map((([e,t,i,r,n])=>new this({R:e/255,G:i/255,B:n/255,A:1})))}static getLinearColorRGBGrammar(){return Pe.seq(Pe.reg(/rgb\s*\(\s*/),this.getLinearColorRGBListGrammar(),Pe.reg(/\s*\)/)).map((([e,t,i])=>t))}static getLinearColorRGBAGrammar(){return Pe.seq(Pe.reg(/rgba\s*\(\s*/),this.getLinearColorRGBListGrammar(),Pe.reg(/\s*\)/)).map((([e,t,i])=>t))}static getLinearColorFromAnyFormat(){return Pe.alt(this.getLinearColorFromHexGrammar(),this.getLinearColorRGBAGrammar(),this.getLinearColorRGBGrammar(),this.getLinearColorRGBListGrammar())}#D(){const e=this.R.value,t=this.G.value,i=this.B.value;if(oe.approximatelyEqual(e,t)&&oe.approximatelyEqual(e,i)&&oe.approximatelyEqual(t,i))return this.S.value=0,void(this.V.value=e);const r=Math.max(e,t,i),n=Math.min(e,t,i),s=r-n;let a;switch(r){case n:a=0;break;case e:a=(t-i)/s+(te.toString(16).toUpperCase().padStart(2,"0"))).join("")}toSRGBAString(){return this.toSRGBA().map((e=>e.toString(16).toUpperCase().padStart(2,"0"))).join("")}toHSVA(){return[this.H.value,this.S.value,this.V.value,this.A.value]}toNumber(){return(Math.round(255*this.R.value)<<24)+(Math.round(255*this.G.value)<<16)+(Math.round(255*this.B.value)<<8)+Math.round(255*this.A.value)}toArray(){return[this.R.value,this.G.value,this.B.value,this.A.value]}setFromRGBANumber(e){this.A.value=(255&e)/255,this.B.value=(e>>8&255)/255,this.G.value=(e>>16&255)/255,this.R.value=(e>>24&255)/255,this.#D()}setFromSRGBANumber(e){this.A.value=(255&e)/255,this.B.value=Oe.sRGBtoLinear((e>>8&255)/255),this.G.value=Oe.sRGBtoLinear((e>>16&255)/255),this.R.value=Oe.sRGBtoLinear((e>>24&255)/255),this.#D()}toString(){return Oe.printLinearColor(this)}}const De=ae.paths;class $e extends ke{static type;constructor(e=null){super();const t=this.constructor;e??=void 0!==t.default?t.default(t).getter:e,this.getter=e}static createGrammar(e=this.type?.grammar??Pe.lazy((()=>this.unknownEntityGrammar))){return this.type?.grammar.map((e=>new this((()=>e))))}static withDefault(e=e=>new e((()=>new e.type))){return super.withDefault(e)}static of(e){const t=this.asUniqueClass();return t.type=e,t.grammar=t.createGrammar(),t}doSerialize(e=!1,t="",i=this.constructor,r=i.printKey,n=i.keySeparator,s=i.attributeSeparator,a=i.wrap){return this.getter().serialize(e,t,i.type,r,n,s,a)}equals(e){return e instanceof $e&&(e=e.getter?.()),this.getter?.().equals(e)}valueOf(e){return this.getter(e).valueOf()}toString(){return this.getter().toString()}}class Ve extends ke{static numberRegexSource=String.raw`${Te.numberRegexSource}(?<=(?:\.(\d*0+))?)`;static grammar=this.createGrammar();static precision;#$;get precision(){return this.constructor.precision??this.#$}set precision(e){this.#$=e}_value;get value(){return this._value}set value(e){-0===e&&(e=0),this._value=e}constructor(e=0,t=null){super(),this.value=Number(e),null!==t&&(this.#$=Number(t))}static createGrammar(){return Pe.regArray(new RegExp(`(?${this.numberRegexSource})|(?\\+?inf)|(?-inf)`)).map((({2:e,groups:{n:t,posInf:i,negInf:r}})=>new this(t?Number(t):i?Number.POSITIVE_INFINITY:Number.NEGATIVE_INFINITY,e?.length))).label("NumberEntity")}static withPrecision(e=0){const t=this.asUniqueClass();return t.precision=e,t}static printNumber(e){return e==Number.POSITIVE_INFINITY?"inf":e==Number.NEGATIVE_INFINITY?"-inf":oe.minDecimals(e)}serialize(e=!1,t="",i=this.constructor){if(this.value===Number.POSITIVE_INFINITY)return"+inf";if(this.value===Number.NEGATIVE_INFINITY)return"-inf";const r=i.precision??this.precision;let n=void 0!==r?this.value.toFixed(r):this.value.toString();return i.serialized&&(n=`"${n}"`),n}valueOf(){return this.value}toString(){return this.value.toString()}}class Be extends ke{static attributes={...super.attributes,X:Ve.withDefault(),Y:Ve.withDefault(),Z:Ve.withDefault()};static grammar=this.createGrammar();constructor(e){super(e),this.X,this.Y,this.Z}static createGrammar(){return Te.createEntityGrammar(this,Te.commaSeparation,1).label("VectorEntity")}toArray(){return[this.X.valueOf(),this.Y.valueOf(),this.Z.valueOf()]}}const Ge=/\/Script\/SequencerScripting\.MovieSceneScripting(.+)Channel/,He={A_AccentGrave:"à",Add:"Num +",C_Cedille:"ç",Decimal:"Num .",Divide:"Num /",E_AccentAigu:"é",E_AccentGrave:"è",F1:"F1",F10:"F10",F11:"F11",F12:"F12",F2:"F2",F3:"F3",F4:"F4",F5:"F5",F6:"F6",F7:"F7",F8:"F8",F9:"F9",Gamepad_Special_Left_X:"Touchpad Button X Axis",Gamepad_Special_Left_Y:"Touchpad Button Y Axis",Mouse2D:"Mouse XY 2D-Axis",Multiply:"Num *",Section:"§",Subtract:"Num -",Tilde:"`"},Re={"Boolean::LogicAnd":"Logic AND","Boolean::LogicEq":"==","Boolean::LogicNEq":"!=","Boolean::LogicNot":"Logic NOT","Boolean::LogicOr":"Logic OR","Integer::BitAnd":"Bitwise AND","Integer::BitLShift":"Bitwise Left Shift","Integer::BitNot":"Bitwise NOT","Integer::BitOr":"Bitwise OR","Integer::BitRShift":"Bitwise Right Shift","Integer::BitXOr":"Bitwise XOR","Integer::EnumEq":"==","Integer::EnumNEq":"!=","Matrix::MatrixMultiply":"Multiply (Matrix * Matrix)","Matrix::MatrixVectorMultiply":"Multiply (Matrix * Vector4)",...Object.fromEntries(Object.entries({Add:"+",ArcCosine:"ArcCosine","ArcCosine(Degrees)":"ArcCos(D)","ArcCosine(Radians)":"ArcCos(R)",ArcSine:"ArcSine","ArcSine(Degrees)":"ArcSin(D)","ArcSine(Radians)":"ArcSin(R)","ArcTangent(Degrees)":"ArcTan(D)","ArcTangent(Radians)":"ArcTan(R)",CmpEQ:"==",CmpGE:">=",CmpGT:">",CmpLE:"<=",CmpLT:"<",CmpNEQ:"!=","Cosine(Degrees)":"Cos(D)","Cosine(Radians)":"Cos(R)",DegreesToRadians:"DegToRad",DistancePos:"Distance",Div:String.fromCharCode(247),FMod:"%",FModFast:"Modulo Fast",Length:"Len",Madd:`(A${String.fromCharCode(10799)}B)+C`,Mul:String.fromCharCode(10799),Negate:"-A",OneMinus:"1-A",PI:String.fromCharCode(960),RadiansToDegrees:"RadToDeg","Rand Float":"Random Float","Rand Integer":"Random Integer",Rand:"Random",Rcp:"Reciprocal",RSqrt:"Rcp Sqrt","Sine(Degrees)":"Sin(D)","Sine(Radians)":"Sin(R)",Subtract:"-","Tangent(Degrees)":"Tan(D)","Tangent(Radians)":"Tan(R)",TWO_PI:`2 ${String.fromCharCode(960)}`}).map((([e,t])=>["Numeric::"+e,t])))},ze=ae.paths,Fe=oe.formatStringName;function _e(e=""){switch(e=e.toLowerCase()){case"zero":return 0;case"one":return 1;case"two":return 2;case"three":return 3;case"four":return 4;case"five":return 5;case"six":return 6;case"seven":return 7;case"eight":return 8;case"nine":return 9}}function je(e){let t;switch(e.getType()){case ze.addDelegate:t??="Bind Event to ";case ze.clearDelegate:t??="Unbind all Events from ";case ze.removeDelegate:return t??="Unbind Event from ",t+Fe(e.DelegateReference?.MemberName?.toString().replace(/Delegate$/,"")??"None");case ze.asyncAction:if(e.ProxyFactoryFunctionName)return Fe(e.ProxyFactoryFunctionName?.toString());case ze.actorBoundEvent:case ze.componentBoundEvent:return`${Fe(e.DelegatePropertyName?.toString())} (${e.ComponentPropertyName?.toString()??"Unknown"})`;case ze.callDelegate:return`Call ${e.DelegateReference?.MemberName?.toString()??"None"}`;case ze.createDelegate:return"Create Event";case ze.customEvent:if(e.CustomFunctionName)return e.CustomFunctionName?.toString();case ze.dynamicCast:return e.TargetType?`Cast To ${e.TargetType?.getName()}`:"Bad cast node";case ze.enumLiteral:return`Literal enum ${e.Enum?.getName()}`;case ze.event:return`Event ${(e.EventReference?.MemberName?.toString()??"").replace(/^Receive/,"")}`;case ze.executionSequence:return"Sequence";case ze.forEachElementInEnum:return`For Each ${e.Enum?.getName()}`;case ze.forEachLoopWithBreak:return"For Each Loop with Break";case ze.functionEntry:return"UserConstructionScript"===e.FunctionReference?.MemberName?.toString()?"Construction Script":e.FunctionReference?.MemberName?.toString();case ze.functionResult:return"Return Node";case ze.ifThenElse:return"Branch";case ze.makeStruct:if(e.StructType)return`Make ${e.StructType.getName()}`;case ze.materialExpressionComponentMask:{const t=e.getMaterialSubobject();if(t)return`Mask ( ${ae.rgba.filter((e=>!0===t[e].getter().value)).map((e=>e+" ")).join("")})`}case ze.materialExpressionConstant:t??=[e.getCustomproperties().find((e=>"Value"==e.PinName.toString()))?.DefaultValue];case ze.materialExpressionConstant2Vector:t??=[e.getCustomproperties().find((e=>"X"==e.PinName?.toString()))?.DefaultValue,e.getCustomproperties().find((e=>"Y"==e.PinName?.toString()))?.DefaultValue];case ze.materialExpressionConstant3Vector:case ze.materialExpressionConstant4Vector:if(!t){const i=e.getCustomproperties().find((e=>"Constant"==e.PinName?.toString()))?.DefaultValue;t=i instanceof Be?[i.X,i.Y,i.Z].map((e=>e.valueOf())):i instanceof Oe?[i.R,i.G,i.B,i.A].map((e=>e.valueOf())):[]}if(t?.length>0)return t.map((e=>oe.printExponential(e))).join(",");t=void 0;break;case ze.materialExpressionFunctionInput:{const t=e.getMaterialSubobject();return`Input ${t?.InputName??"In"} (${t?.InputType?.value.match(/^.+?_(\w+)$/)?.[1]??"Vector3"})`}case ze.materialExpressionLogarithm:return"Ln";case ze.materialExpressionLogarithm10:return"Log10";case ze.materialExpressionLogarithm2:return"Log2";case ze.materialExpressionMaterialFunctionCall:const i=e.getMaterialSubobject()?.MaterialFunction;if(i)return i.getName();break;case ze.materialExpressionSquareRoot:return"Sqrt";case ze.materialExpressionSubtract:const r=e.getMaterialSubobject();if(r)return`Subtract(${r.ConstA??"1"},${r.ConstB??"1"})`;case ze.metasoundEditorGraphExternalNode:{const t=e.ClassName?.Name;if(t)return"Add"===t?"+":t}case ze.niagaraNodeConvert:return`Make ${(e.AutowireMakeType?.ClassStructOrEnum??"").toString().match(/(?:Niagara)?(\w+)['"]*$/)?.[1]??""}`;case ze.pcgEditorGraphNodeInput:return"Input";case ze.pcgEditorGraphNodeOutput:return"Output";case ze.spawnActorFromClass:let n=e.getCustomproperties().find((e=>"ReturnValue"==e.PinName.toString()))?.PinType?.PinSubCategoryObject?.getName();return"Actor"===n&&(n=null),`SpawnActor ${Fe(n??"NONE")}`;case ze.switchEnum:return`Switch on ${e.Enum?.getName()??"Enum"}`;case ze.switchInteger:return"Switch on Int";case ze.variableGet:return"";case ze.variableSet:return"SET"}const i=e.getClass();let r=e.switchTarget();if(r)return"E"!==r[0]&&(r=Fe(r)),`Switch on ${r}`;if(e.isComment())return e.NodeComment.toString();const n=e.getHIDAttribute();if(n){const e=n.toString();let t=function(e){let t=He[e];if(t)return t;if(t=_e(e)?.toString(),t)return t;const i=e.match(/NumPad([a-zA-Z]+)/);return i&&(t=_e(i[1]).toString(),t)?"Num "+t:void 0}(e)??Fe(e);return i===ze.inputDebugKey?t="Debug Key "+t:i===ze.getInputAxisKeyValue&&(t="Get "+t),t}if(i===ze.macro)return Fe(e.MacroGraphReference?.getMacroName());const s=e.getMaterialSubobject();if(s){let e=je(s);return e=e.match(/Material Expression (.+)/)?.[1]??e,e}if(e.isPcg()&&e.getPcgSubobject()){let t=e.getPcgSubobject();return t.NodeTitle?t.NodeTitle.toString():je(t)}const a=e.getSubgraphObject();if(a)return a.Graph.getName();const o=e.getSettingsObject();if(o){if(o.ExportPath?.valueOf()?.type===ze.pcgHiGenGridSizeSettings)return`Grid Size: ${o.HiGenGridSize?.toString().match(/\d+/)?.[0]?.concat("00")??o.HiGenGridSize?.toString().match(/^\w+$/)?.[0]??"256"}`;if(o.BlueprintElementInstance)return Fe(o.BlueprintElementType.getName());if(o.Operation){const e=o.Name?.toString().match(/PCGMetadata(\w+)Settings_\d+/);if(e)return Fe(e[1]+": "+o.Operation)}const e=o.getSubgraphObject();if(e&&e.Graph)return e.Graph.getName()}let l,c=e.FunctionReference?.MemberName?.toString();if(c){const t=e.FunctionReference.MemberParent?.path??"";switch(c){case"AddKey":let e=t.match(Ge);if(e)return`Add Key (${Fe(e[1])})`;case"Concat_StrStr":return"Append"}const i=c.match(ae.lineTracePattern);if(i)return"Line Trace"+("Multi"===i[1]?" Multi ":" ")+(""===i[2]?"By Channel":Fe(i[2]));switch(t){case ze.blueprintGameplayTagLibrary:case ze.kismetMathLibrary:case ze.kismetStringLibrary:case ze.slateBlueprintLibrary:case ze.timeManagementBlueprintLibrary:case ze.typedElementHandleLibrary:const e=c.match(/[BF]([A-Z]\w+)/);switch(e&&(c=e[1]),c){case"Abs":return"ABS";case"BooleanAND":return"AND";case"BooleanNAND":return"NAND";case"BooleanOR":return"OR";case"Equal":return"==";case"Exp":return"e";case"LineTraceSingle":return"Line Trace By Channel";case"Max":case"MaxInt64":return"MAX";case"Min":case"MinInt64":return"MIN";case"Not_PreBool":return"NOT";case"Sin":return"SIN";case"Sqrt":return"SQRT";case"Square":return"^2";case"CrossProduct2D":return"cross";case"Vector4_CrossProduct3":return"cross3";case"DotProduct2D":case"Vector4_DotProduct":return"dot";case"Vector4_DotProduct3":return"dot3"}if(c.startsWith("Add_"))return"+";if(c.startsWith("And_"))return"&";if(c.startsWith("Conv_"))return"";if(c.startsWith("Cross_"))return"cross";if(c.startsWith("Divide_"))return String.fromCharCode(247);if(c.startsWith("Dot_"))return"dot";if(c.startsWith("EqualEqual_"))return"==";if(c.startsWith("Greater_"))return">";if(c.startsWith("GreaterEqual_"))return">=";if(c.startsWith("Less_"))return"<";if(c.startsWith("LessEqual_"))return"<=";if(c.startsWith("Multiply_"))return String.fromCharCode(10799);if(c.startsWith("Not_"))return"~";if(c.startsWith("NotEqual_"))return"!=";if(c.startsWith("Or_"))return"|";if(c.startsWith("Percent_"))return"%";if(c.startsWith("Subtract_"))return"-";if(c.startsWith("Xor_"))return"^";break;case ze.blueprintSetLibrary:{const e=c.match(/Set_(\w+)/);if(e)return Fe(e[1]).toUpperCase()}break;case ze.blueprintMapLibrary:{const e=c.match(/Map_(\w+)/);if(e)return Fe(e[1]).toUpperCase()}break;case ze.kismetArrayLibrary:{const e=c.match(/Array_(\w+)/);if(e)return e[1].toUpperCase()}}return Fe(c)}return e.OpName?Re[e.OpName.toString()]??Fe(e.OpName.toString().replaceAll(/(?:^\w+(?this.unknownEntityGrammar))){return this.inlined?e:Pe.seq(Pe.reg(/\(\s*/),e.sepBy(Te.commaSeparation).opt(),Pe.reg(/\s*(,\s*)?\)/,1)).map((([e,t,i])=>{t=t instanceof Array?t:[];let r=this;return void 0!==i!==r.trailing&&(r=r.flagTrailing(void 0!==i)),new r(t)})).label(`ArrayEntity of ${this.type?.className()??"unknown values"}`)}static flagInlined(e=!0){const t=this.asUniqueClass();return t.inlined=e,t.grammar=t.createGrammar(),t}static of(e){const t=this.asUniqueClass();return t.type=e,t.grammar=t.createGrammar(),t}doSerialize(e=!1,t="",i=this.constructor,r=i.printKey,n=i.keySeparator,s=i.attributeSeparator,a=i.wrap){if(i.inlined)return super.serialize.bind(this.values,e,t,i,r,n,s,a)();let o=this.values.map((t=>t?.serialize(e))).join(i.attributeSeparator);return this.trailing&&(o+=i.attributeSeparator),`(${o})`}valueOf(){return this.values}equals(e){if(!(e instanceof Ke)||this.values.length!==e.values.length)return!1;for(let t=0;tYe=e.default)).catch():Ye=window.crypto;class qe extends ke{static grammar=this.createGrammar();static generateGuid(){let e=new Uint32Array(4);Ye.getRandomValues(e);let t="";return e.forEach((e=>{t+=("0".repeat(8)+e.toString(16).toUpperCase()).slice(-8)})),t}constructor(e=qe.generateGuid()){super(),this.value=e}static createGrammar(){return Pe.reg(/[0-9A-F]{32}/i).map((e=>new this(e))).label("GuidEntity")}serialize(e=!1,t="",i=this.constructor){let r=this.value;return i.serialized&&(r=`"${r}"`),r}toString(){return this.value}}class Xe extends Ve{static grammar=this.createGrammar();get value(){return super.value}set value(e){(e=Math.trunc(e))>=1<<31&&e<-(1<<31)&&(e=Math.floor(e),super.value=e)}static createGrammar(){return Pe.numberInteger.map((e=>new this(e)))}}class Ze extends Xe{static grammar=this.createGrammar();get value(){return super.value}set value(e){e=Math.round(oe.clamp(e,0)),super.value=e}static createGrammar(){return Pe.numberNatural.map((e=>new this(e)))}}const We=ae.paths,Qe={Any:s``,"Any[]":s``,audio:s``,blue:s``,bool:s``,byte:s``,class:s``,default:s``,delegate:s``,enum:s``,exec:s``,float:s``,green:s``,int:s``,int32:s``,int64:s``,interface:s``,name:s``,object:s``,Param:s``,"Param[]":s``,Point:s``,"Point[]":s``,real:s``,red:s``,string:s``,struct:s``,Surface:s``,"Surface[]":s``,text:s``,time:s``,Volume:s``,"Volume[]":s``,wildcard:s``,[We.linearColor]:s``,[We.niagaraBool]:s``,[We.niagaraDataInterfaceCollisionQuery]:s``,[We.niagaraDataInterfaceCurlNoise]:s``,[We.niagaraDataInterfaceVolumeTexture]:s``,[We.niagaraFloat]:s``,[We.niagaraInt32]:s``,[We.niagaraPosition]:s``,[We.quat4f]:s``,[We.rotator]:s``,[We.transform]:s``,[We.vector]:s``,[We.vector2f]:s``,[We.vector3f]:s``,[We.vector4f]:s``},Je=s``;function et(e){let t,i=e.PinFriendlyName?e.PinFriendlyName.toString():oe.formatStringName(e.PinName?.toString()??"");return(t=e.PinToolTip?.toString().match(/\s*(.+?(?=\n)|.+\S)\s*/))&&t[1].toLowerCase()===i.toLowerCase()?t[1]:(i=i.replace(/^Module\./,""),i)}class tt extends Xe{static grammar=this.createGrammar();get value(){return super.value}set value(e){(e=Math.trunc(e))>=0&&e<256&&(super.value=e)}createGrammar(){return Pe.numberByte.map((e=>new this(e)))}}class it extends ke{static grammar=this.createGrammar();static escapedCharacters=/['"\\]/g;static unescapedBackslash=/(?<=(?:[^\\]|^)(?:\\\\)*)\\(?!\\)/;constructor(e=""){super(),this.value=e}static createGrammar(){return Pe.doubleQuotedString.map((e=>new this(it.unescape(e)))).label("StringEntity")}static escape(e,t=!0){let i=e.replaceAll(new RegExp(`(${it.escapedCharacters.source})`,"g"),"\\$1");return t&&(i=i.replaceAll("\n","\\n").replaceAll("\t","\\t")),i}static unescape(e){return e.replaceAll(new RegExp(it.unescapedBackslash.source+"t","g"),"\t").replaceAll(new RegExp(it.unescapedBackslash.source+"n","g"),"\n").replaceAll(new RegExp(`\\\\(${it.escapedCharacters.source})`,"g"),"$1")}doSerialize(e=!1){let t=`"${it.escape(this.value)}"`;return e&&(t=it.escape(t,!1)),t}valueOf(){return this.value}toString(){return this.value}}class rt extends ke{static grammar=this.createGrammar();static f;static createGrammar(){return it.grammar}static from(e){const t=this.asUniqueClass();return t.f=e,t}static compute(e){return this.f(e)}}class nt extends ke{static attributeConverter={fromAttribute:(e,t)=>new this(e),toAttribute:(e,t)=>e.toString()};static grammar=this.createGrammar();static createGrammar(){return Te.symbol.map((e=>new this(e))).label("SymbolEntity")}constructor(e=""){super(),this.value=e}serialize(e=!1,t="",i=this.constructor){let r=this.value;return i.serialized&&(r=`"${r}"`),r}toString(){return this.value}}class st extends nt{static grammar=this.createGrammar();static createGrammar(){return Te.symbol.map((e=>new this(e)))}}class at extends st{static grammar=this.createGrammar();static createGrammar(){return Pe.reg(Te.Regex.InsideString).map((e=>new this(e)))}}class ot extends ke{static lookbehind="INVTEXT";static grammar=this.createGrammar();constructor(e=""){super(),this.value=e}static createGrammar(){return Pe.alt(Pe.seq(Pe.reg(new RegExp(`${this.lookbehind}\\s*\\(`)),Pe.doubleQuotedString,Pe.reg(/\s*\)/)).map((([e,t,i])=>t)),Pe.reg(new RegExp(this.lookbehind)).map((()=>""))).map((e=>new this(e))).label("InvariantTextEntity")}doSerialize(){return this.lookbehind+'("'+this.value+'")'}valueOf(){return this.value}toString(){return this.value}}class lt extends ke{static attributeSeparator=", ";static printKey=e=>"";static lookbehind="NSLOCTEXT";static attributes={...super.attributes,namespace:it.withDefault(),key:it.withDefault(),value:it.withDefault()};static grammar=this.createGrammar();constructor(e={}){super(e),this.namespace,this.key,this.value}static createGrammar(){return Pe.regArray(new RegExp(String.raw`${lt.lookbehind}\s*\(`+String.raw`\s*"(?${Te.Regex.InsideString.source})"\s*,`+String.raw`\s*"(?${Te.Regex.InsideString.source})"\s*,`+String.raw`\s*"(?${Te.Regex.InsideString.source})"\s*`+String.raw`(?,\s+)?`+String.raw`\)`,"m")).map((({groups:{namespace:e,key:t,value:i,trailing:r}})=>new this({namespace:new this.attributes.namespace(oe.unescapeString(e)),key:new this.attributes.namespace(oe.unescapeString(t)),value:new this.attributes.namespace(oe.unescapeString(i)),trailing:void 0!==r}))).label("LocalizedTextEntity")}toString(){return oe.capitalFirstLetter(this.value.valueOf())}}class ct extends ke{static attributeSeparator=", ";static lookbehind=["LOCGEN_FORMAT_NAMED","LOCGEN_FORMAT_ORDERED"];static grammar=this.createGrammar();constructor(e){super(),this.values=e}static createGrammar(){return Pe.lazy((()=>Pe.seq(Pe.reg(new RegExp(String.raw`(${this.lookbehind.join("|")})\s*\(\s*`),1),Pe.alt(...[it,lt,ot,ct].map((e=>e.grammar))).sepBy(Pe.reg(/\s*\,\s*/)),Pe.reg(/\s*\)/)).map((([e,t])=>{const i=new this(t);return i.lookbehind=e,i})))).label("FormatTextEntity")}doSerialize(e=!1,t="",i=this.constructor,r=i.printKey,n=i.keySeparator,s=i.attributeSeparator,a=i.wrap){const o=i.attributeSeparator;return this.lookbehind+"("+this.values.map((t=>t.serialize(e))).join(o)+(i.trailing?o:"")+")"}toString(){const e=this.values?.[0]?.toString();if(!e)return"";const t=this.values.slice(1).map((e=>e?.valueOf()));return"LOCGEN_FORMAT_NAMED"==this.lookbehind?e.replaceAll(/\{([a-zA-Z]\w*)\}/g,((e,i)=>{const r=t.indexOf(i)+1;return r>0&&r{const r=Number(i);return r=-(1n<<63n)&&e<1n<<63n&&(this._value=e)}constructor(e=0n){super(),this.value=BigInt(e)}static createGrammar(){return Pe.numberBigInteger.map((e=>new this(e)))}serialize(e=!1,t="",i=this.constructor){let r=this.value.toString();return i.serialized&&(r=`"${r}"`),r}valueOf(){return this.value}toString(){return this.value.toString()}}class ht extends ke{static typeReference=Pe.reg(new RegExp(Te.Regex.Path.source+"|"+Te.symbol.getParser().regexp.source));static fullReferenceGrammar=this.createFullReferenceGrammar();static grammar=this.createGrammar();#c;get type(){return this.#c}set type(e){this.#c=e}#V;get path(){return this.#V}set path(e){this.#B="",this.#V=e}#G;get full(){return this.#G}set full(e){this.#G=e}#B="";constructor(e="None",t="",i=(e.includes("/")||t?(e,t)=>`"${e+(t?`'${t}'`:"")}"`:(e,t)=>e)){super(),this.#c=e,this.#V=t,this.#G=i}static createGrammar(){return Pe.alt(this.createFullReferenceSerializedGrammar(),this.createFullReferenceGrammar(),this.createTypeReferenceGrammar()).label("ObjectReferenceEntity")}static createFullReferenceGrammar(){return Pe.regArray(new RegExp("("+this.typeReference.getParser().regexp.source+")(?:"+`'"(${Te.Regex.InsideString.source})"'|`+`'(${Te.Regex.InsideSingleQuotedString.source})')`)).map((([e,t,i,r])=>{let n=!!i,s=n?["'\"","\"'"]:["'","'"];return new this(t,n?i:r,((e,t)=>e+s[0]+t+s[1]))}))}static createFullReferenceSerializedGrammar(){return Pe.regArray(new RegExp('"('+Te.Regex.InsideString.source+"?)(?:'("+Te.Regex.InsideSingleQuotedString.source+"?)')?\"")).map((([e,t,i])=>new this(t,i,((e,t)=>`"${e}${t?`'${t}'`:""}"`))))}static createTypeReferenceGrammar(){return this.typeReference.map((e=>new this(e,"",((e,t)=>e))))}static createNoneInstance(){return new this("None")}getName(e=!1){return this.#B?this.#B:e?oe.getNameFromPath(this.path.replace(/_C$/,""),e):this.#B=oe.getNameFromPath(this.path.replace(/_C$/,""),e)}doSerialize(e=!1){let t=this.full(this.type,this.path);return e&&(t=oe.escapeString(t,!1)),t}equals(e){return e instanceof ht&&(this.type==e.type&&this.path==e.path)}toString(){return this.full(this.type,this.path)}}class pt extends ke{static grammar=this.createGrammar();constructor(e=null,t=null){super(),this.objectName=e,this.pinGuid=t}static createGrammar(){return Pe.seq(nt.grammar,Pe.whitespace,qe.grammar).map((([e,t,i])=>new this(e,i))).label("PinReferenceEntity")}doSerialize(){return this.objectName.serialize()+" "+this.pinGuid.serialize()}}class dt extends ke{static attributes={...super.attributes,MemberParent:ht,MemberName:it,MemberGuid:qe};static grammar=this.createGrammar();constructor(e){super(e),this.MemberParent,this.MemberName,this.MemberGuid}static createGrammar(){return Te.createEntityGrammar(this,Te.commaSeparation,0,0)}}class mt extends ke{static attributes={...super.attributes,PinCategory:it.withDefault(),PinSubCategory:it,PinSubCategoryObject:ht,PinSubCategoryMemberReference:dt,ContainerType:nt,bIsReference:Le,bIsConst:Le,bIsWeakPointer:Le,bIsUObjectWrapper:Le,bSerializeAsSinglePrecisionFloat:Le};static grammar=this.createGrammar();constructor(e={}){super(e),this.PinCategory,this.PinSubCategory,this.PinSubCategoryObject,this.PinSubCategoryMemberReference,this.ContainerType,this.bIsReference,this.bIsConst,this.bIsWeakPointer,this.bIsUObjectWrapper,this.bIsUObjectWrapper,this.bSerializeAsSinglePrecisionFloat}static createGrammar(){return Te.createEntityGrammar(this).label("PinTypeEntity")}copyTypeFrom(e){for(const t of this.keys)void 0!==e[t]&&(this[t]=e[t])}}class gt extends ke{static attributes={...super.attributes,X:Ve.withDefault(),Y:Ve.withDefault()};static grammar=this.createGrammar();constructor(e){super(e),this.X,this.Y}static createGrammar(){return Te.createEntityGrammar(this,Te.commaSeparation,1).label("Vector2DEntity")}toArray(){return[this.X.valueOf(),this.Y.valueOf()]}}class bt extends gt{static grammar=this.createGrammar();static createGrammar(){return Pe.alt(Pe.regArray(new RegExp(/X\s*=\s*/.source+"(?"+Te.numberRegexSource+")\\s+"+/Y\s*=\s*/.source+"(?"+Te.numberRegexSource+")")).map((({groups:{x:e,y:t}})=>new this({X:new gt.attributes.X(e),Y:new gt.attributes.Y(t)}))),gt.grammar.map((e=>new this({X:e.X,Y:e.Y})))).label("RBSerializationVector2DEntity")}}class vt extends ke{static attributes={...super.attributes,R:Ve.withDefault(),P:Ve.withDefault(),Y:Ve.withDefault()};static grammar=this.createGrammar();constructor(e){super(e),this.R,this.P,this.Y}static createGrammar(){return Te.createEntityGrammar(this,Te.commaSeparation,1).label("RotatorEntity")}getRoll(){return this.R}getPitch(){return this.P}getYaw(){return this.Y}}class ft extends vt{static attributeSeparator=", ";static grammar=this.createGrammar();static createGrammar(){return Pe.alt(Pe.regArray(new RegExp(`(${Ve.numberRegexSource})`+String.raw`\s*,\s*`+`(${Ve.numberRegexSource})`+String.raw`\s*,\s*`+`(${Ve.numberRegexSource})`)).map((([e,t,i,r,n,s,a])=>new this({R:new vt.attributes.R(s,a?.length),P:new vt.attributes.P(t,i?.length),Y:new vt.attributes.Y(r,n?.length)}))),vt.grammar.map((e=>new this({R:e.R,P:e.P,Y:e.Y})))).label("SimpleSerializationRotatorEntity")}doSerialize(){const e=this.constructor.attributeSeparator;return this.P.serialize()+e+this.Y.serialize()+e+this.R.serialize()+(this.trailing?e:"")}}class yt extends gt{static attributeSeparator=", ";static grammar=this.createGrammar();static createGrammar(){return Pe.alt(Pe.regArray(new RegExp(`(${Ve.numberRegexSource})`+String.raw`\s*,\s*`+`(${Ve.numberRegexSource})`)).map((([e,t,i,r,n])=>new this({X:new gt.attributes.X(t,i?.length),Y:new gt.attributes.Y(r,n?.length)}))),gt.grammar.map((e=>new this({X:e.X,Y:e.Y})))).label("SimpleSerializationVector2DEntity")}doSerialize(){const e=this.constructor.attributeSeparator;return this.X.serialize()+e+this.Y.serialize()+(this.trailing?e:"")}}class wt extends ke{static attributes={...super.attributes,X:Ve.withDefault(),Y:Ve.withDefault(),Z:Ve.withDefault(),W:Ve.withDefault()};static grammar=this.createGrammar();constructor(e){super(e),this.X,this.Y,this.Z,this.W}static createGrammar(){return Te.createEntityGrammar(this,Te.commaSeparation,1).label("Vector4DEntity")}toArray(){return[this.X.valueOf(),this.Y.valueOf(),this.Z.valueOf(),this.W.valueOf()]}}class St extends wt{static grammar=this.createGrammar();static createGrammar(){return Pe.alt(Pe.regArray(new RegExp(`(${Te.numberRegexSource})`+String.raw`\s*,\s*`+`(${Te.numberRegexSource})`+String.raw`\s*,\s*`+`(${Te.numberRegexSource})`+String.raw`\s*,\s*`+`(${Te.numberRegexSource})`)).map((([e,t,i,r,n])=>new this({X:new wt.attributes.X(t),Y:new wt.attributes.Y(i),Z:new wt.attributes.Z(r),W:new wt.attributes.W(n)}))),wt.grammar)}}class Et extends Be{static allowShortSerialization=!1;static attributeSeparator=", ";static grammar=this.createGrammar();static createGrammar(){return Pe.alt(Pe.regArray(new RegExp(`(${Ve.numberRegexSource})`+(this.allowShortSerialization?"(?:":"")+String.raw`\s*,\s*`+`(${Ve.numberRegexSource})`+String.raw`\s*,\s*`+`(${Ve.numberRegexSource})`+(this.allowShortSerialization?")?":""))).map((([e,t,i,r,n,s,a])=>new this({X:new Be.attributes.X(t,i?.length),Y:new Be.attributes.Y(r,n?.length),Z:new Be.attributes.Z(s,a?.length)}))),Be.grammar.map((e=>new this({X:e.X,Y:e.Y,Z:e.Z}))))}static flagAllowShortSerialization(e=!0){const t=this.asUniqueClass();return e!==t.allowShortSerialization&&(t.allowShortSerialization=e,t.grammar=t.createGrammar()),t}doSerialize(){const e=this.constructor.attributeSeparator;return this.X.serialize()+e+this.Y.serialize()+e+this.Z.serialize()+(this.trailing?e:"")}}const Ct=ae.paths;class Nt extends ke{static lookbehind="Pin";static#H={bool:Le,byte:tt,enum:st,exec:it,float:Ve,int:Xe,int64:ut,name:it,real:Ve,string:it,[Ct.linearColor]:Oe,[Ct.niagaraBool]:Le,[Ct.niagaraFloat]:Ve,[Ct.niagaraPosition]:Be,[Ct.rotator]:vt,[Ct.vector]:Be,[Ct.vector2D]:gt,[Ct.vector4f]:wt};static#R={enum:at,rg:bt,[Ct.niagaraPosition]:Et.flagAllowShortSerialization(),[Ct.rotator]:ft,[Ct.vector]:Et,[Ct.vector2D]:yt,[Ct.vector3f]:Et,[Ct.vector4f]:St};static attributes={PinId:qe.withDefault(),PinName:it.withDefault(),PinFriendlyName:Me.accepting(lt,ct,ot,it),PinToolTip:it,Direction:it,PinType:mt.withDefault().flagInlined(),LinkedTo:Ke.of(pt).withDefault().flagSilent(),SubPins:Ke.of(pt),ParentPin:pt,DefaultValue:rt.from((e=>e.getEntityType(!0)?.flagSerialized()??it)),AutogeneratedDefaultValue:it,DefaultObject:ht,PersistentGuid:qe,bHidden:Le,bNotConnectable:Le,bDefaultValueIsReadOnly:Le,bDefaultValueIsIgnored:Le,bAdvancedView:Le,bOrphanedPin:Le};static grammar=this.createGrammar();#z=!1;set recomputesNodeTitleOnChange(e){this.#z=e}get recomputesNodeTitleOnChange(){return this.#z}#F=null;get objectEntity(){try{return this.#F}catch(e){return null}}set objectEntity(e){this.#F=e}#_;get pinIndex(){return this.#_}set pinIndex(e){this.#_=e}constructor(e={}){super(e),this.PinId,this.PinName,this.PinFriendlyName,this.PinToolTip,this.Direction,this.PinType,this.LinkedTo,this.DefaultValue,this.AutogeneratedDefaultValue,this.DefaultObject,this.PersistentGuid,this.bHidden,this.bNotConnectable,this.bDefaultValueIsReadOnly,this.bDefaultValueIsIgnored,this.bAdvancedView,this.bOrphanedPin,this.objectEntity}static createGrammar(){return Te.createEntityGrammar(this)}static fromLegacyObject(e){return new Nt(e)}getType(){const e=this.PinType.PinCategory?.toString().toLocaleLowerCase();if(["struct","class","object","type","statictype"].includes(e))return this.PinType.PinSubCategoryObject?.path;if(this.isEnum())return"enum";if(this.objectEntity?.isPcg()){const e=this.objectEntity.getPcgSubobject(),t=this.isInput()?e.InputPins?.valueOf()[this.pinIndex]:e.OutputPins?.valueOf()[this.pinIndex];if(t){const i=e[ae.subObjectAttributeNameFromReference(t,!0)];let r=i.Properties?.AllowedTypes?.toString()??"";if(""==r&&(r=this.PinType.PinCategory??"",""==r&&(r="Any")),r)return!1!==i.Properties.bAllowMultipleData?.valueOf()&&!1!==i.Properties.bAllowMultipleConnections?.valueOf()&&(r+="[]"),r}}if("optional"===e){const e=this.PinType.PinSubCategory?.toString();switch(e){case"red":return"real";case"rg":return"rg";case"rgb":return Ct.vector;case"rgba":return Ct.linearColor;default:return e}}return e}getEntityType(e=!1){const t=this.getType(),i=Nt.#H[t],r=Nt.#R[t];return e&&void 0!==r?r:i}pinTitle(){return et(this)}copyTypeFrom(e){this.PinType=e.PinType}getDefaultValue(e=!1){return void 0===this.DefaultValue&&e&&(this.DefaultValue=new(this.getEntityType(!0))),this.DefaultValue}isEnum(){const e=this.PinType.PinSubCategoryObject?.type;return e===Ct.enum||e===Ct.userDefinedEnum||"enum"===e?.toLowerCase()}isExecution(){return"exec"===this.PinType.PinCategory.toString()||this.getType()===Ct.niagaraParameterMap}isHidden(){return this.bHidden?.valueOf()}isInput(){return!this.isHidden()&&"EGPD_Output"!=this.Direction?.toString()}isOutput(){return!this.isHidden()&&"EGPD_Output"==this.Direction?.toString()}isLinked(){return this.LinkedTo?.length>0}linkTo(e,t){const i=this.LinkedTo.values?.some((i=>i.objectName.toString()==e&&i.pinGuid.toString()==t.PinId.toString()));return!i&&(this.LinkedTo.values.push(new pt(new nt(e),t.PinId)),!0)}unlinkFrom(e,t){const i=this.LinkedTo.values?.findIndex((i=>i.objectName.toString()==e&&i.pinGuid.toString()==t.PinId.toString()));return i>=0&&(this.LinkedTo.values.splice(i,1),0===this.LinkedTo.length&&void 0===Nt.attributes.LinkedTo.default&&(this.LinkedTo.values=[]),!0)}getSubCategory(){return this.PinType.PinSubCategoryObject?.path}pinColor(){return function(e){if("mask"===e.PinType.PinCategory?.toString()){const t=Qe[e.PinType.PinSubCategory?.toString()];if(t)return t}else if("optional"===e.PinType.PinCategory?.toString())return Je;const t=e.getType();return Qe[t]??Qe[e.PinType.PinCategory?.toString().toLowerCase()]??(t.startsWith("/Script/Niagara.")?Qe.struct:Qe.default)}(this)}}const xt=e=>e.PinName?.toString().match(/^\s*([A-Z])\s*$/)?.[1]?.charCodeAt(0)-"A".charCodeAt(0),Pt=ae.paths;class kt extends ke{static attributes={...super.attributes,MacroGraph:ht,GraphBlueprint:ht,GraphGuid:qe};static grammar=this.createGrammar();constructor(e){super(e),this.MacroGraph,this.GraphBlueprint,this.GraphGuid}static createGrammar(){return Te.createEntityGrammar(this)}getMacroName(){const e=this.MacroGraph.path.search(":");return this.MacroGraph.path.substring(e+1)}}class Lt extends ke{static grammar=this.createGrammar();static createGrammar(){return Pe.reg(new RegExp(String.raw`\(${Pe.whitespaceInlineOpt.getParser().regexp.source}\)`)).map((e=>new this)).label("NullEntity")}serialize(e=!1,t="",i=this.constructor){let r="()";return i.serialized&&(r=`"${r}"`),r}}class At extends ke{static attributes={...super.attributes,ScriptVariable:ht,OriginalChangeId:qe};static grammar=this.createGrammar();constructor(e={}){super(e),this.ScriptVariable,this.OriginalChangeId}static createGrammar(){return Te.createEntityGrammar(this).label("ScriptVariableEntity")}}class Mt extends Nt{static attributes={...super.attributes,PinId:qe};static grammar=this.createGrammar();static createGrammar(){return Pe.seq(Pe.reg(new RegExp(`(${Te.Regex.Symbol.source}\\s*)?\\(\\s*`),1),Te.createAttributeGrammar(this).sepBy(Te.commaSeparation),Pe.reg(/\s*(?:,\s*)?\)/)).map((([e,t,i])=>{e??="";let r={};return e.length&&(r.lookbehind=e),t.forEach((e=>e(r))),new this(r)})).label("UnknownPinEntity")}}class Tt extends ke{static attributes={...super.attributes,MemberScope:it,MemberName:it.withDefault(),MemberGuid:qe,bSelfContext:Le};static grammar=this.createGrammar();constructor(e){super(e),this.MemberScope,this.MemberName,this.MemberGuid,this.bSelfContext}static createGrammar(){return Te.createEntityGrammar(this).label("VariableReferenceEntity")}}class It extends ke{#j=!1;get exported(){return this.#j}set exported(e){this.#j=e}static#U=/^(\w+?)(?:_(\d+))?$/;static printKey=e=>e.startsWith(ae.subObjectAttributeNamePrefix)?"":e;static attributeSeparator="\n";static wrap=this.notWrapped;static trailing=!0;static attributes={...super.attributes,Class:ht,Name:it,Archetype:ht,ExportPath:$e.of(ht),ObjectRef:ht,BlueprintElementType:ht,BlueprintElementInstance:ht,ConstA:$e.of(Ve),ConstB:$e.of(Ve),PinTags:Ke.of(Lt).flagInlined(),PinNames:Ke.of(it).flagInlined(),AxisKey:nt,InputAxisKey:nt,InputName:it,InputType:nt,NumAdditionalInputs:Ze,bIsPureFunc:Le,bIsConstFunc:Le,bIsCaseSensitive:Le,bDefaultsToPureFunc:Le,VariableReference:Tt,SelfContextInfo:nt,DelegatePropertyName:it,DelegateOwnerClass:ht,ComponentPropertyName:it,EventReference:dt,FunctionReference:dt,FunctionScript:ht,CustomFunctionName:it,TargetType:ht,MacroGraphReference:kt,Enum:ht,EnumEntries:Ke.of(it).flagInlined(),InputKey:nt,OpName:it,CachedChangeId:qe,FunctionDisplayName:it,AddedPins:Ke.of(Mt).withDefault().flagInlined().flagSilent(),ChangeId:qe,MaterialFunction:ht,bOverrideFunction:Le,bInternalEvent:Le,bConsumeInput:Le,bExecuteWhenPaused:Le,bOverrideParentBinding:Le,bControl:Le,bAlt:Le,bShift:Le,bCommand:Le,CommentColor:Oe,bCommentBubbleVisible_InDetailsPanel:Le,bColorCommentBubble:Le,ProxyFactoryFunctionName:it,ProxyFactoryClass:ht,ProxyClass:ht,StructType:ht,MaterialExpression:ht,MaterialExpressionComment:ht,MoveMode:nt,TimelineName:it,TimelineGuid:qe,SizeX:$e.of(Xe),SizeY:$e.of(Xe),Text:$e.of(it),ParameterName:it,ExpressionGUID:qe,MaterialExpressionEditorX:$e.of(Xe),MaterialExpressionEditorY:$e.of(Xe),MaterialExpressionGuid:qe,NodeTitle:it,NodeTitleColor:Oe,PositionX:$e.of(Xe),PositionY:$e.of(Xe),SettingsInterface:ht,PCGNode:ht,HiGenGridSize:nt,Operation:nt,NodePosX:Xe,NodePosY:Xe,NodeHeight:Xe,NodeWidth:Xe,Graph:ht,SubgraphInstance:it,InputPins:Ke.of(ht).flagInlined(),OutputPins:Ke.of(ht).flagInlined(),bExposeToLibrary:Le,bCanRenameNode:Le,bCommentBubblePinned:Le,bCommentBubbleVisible:Le,NodeComment:it,AdvancedPinDisplay:nt,DelegateReference:Tt,EnabledState:nt,NodeGuid:qe,ErrorType:Xe,ErrorMsg:it,ScriptVariables:Ke.flagInlined().of(At),Node:$e.of(ht),ExportedNodes:it,CustomProperties:Ke.of(Me.accepting(Nt,Mt)).withDefault().flagSilent()};static customPropertyGrammar=Pe.seq(Pe.reg(/CustomProperties\s+/),this.attributes.CustomProperties.type.grammar).map((([e,t])=>e=>{(e.CustomProperties??=new this.attributes.CustomProperties).values.push(t)}));static inlinedArrayEntryGrammar=Pe.seq(Pe.alt(Te.symbolQuoted.map((e=>[e,!0])),Te.symbol.map((e=>[e,!1]))),Pe.reg(new RegExp(String.raw`\s*\(\s*(\d+)\s*\)\s*\=\s*`),1).map(Number)).chain((([[e,t],i])=>(this.attributes[e]?.grammar??ke.unknownEntityGrammar).map((r=>n=>{if(void 0===n[e]){let i=Ke;t!=i.quoted&&(i=i.flagQuoted(t)),i.inlined||(i=i.flagInlined()),n[e]=new i}n[e].values[i]=r}))));static grammar=this.createGrammar();static grammarMultipleObjects=Pe.seq(Pe.whitespaceOpt,this.grammar,Pe.seq(Pe.whitespace,this.grammar).map((([e,t])=>t)).many(),Pe.whitespaceOpt).map((([e,t,i,r])=>[t,...i]));constructor(e={}){if("NodePosX"in e!="NodePosY"in e){const t=Object.entries(e),[i,r]="NodePosX"in e?["NodePosY",Object.keys(e).indexOf("NodePosX")+1]:["NodePosX",Object.keys(e).indexOf("NodePosY")];t.splice(r,0,[i,new Xe(0)]),e=Object.fromEntries(t)}super(e),this.CustomProperties,this.AddedPins,this.AdvancedPinDisplay,this.Archetype,this.AxisKey,this.bIsPureFunc,this.bDefaultsToPureFunc,this.BlueprintElementInstance,this.BlueprintElementType,this.Class,this.CommentColor,this.ComponentPropertyName,this.ConstA,this.ConstB,this.CustomFunctionName,this.DelegatePropertyName,this.DelegateReference,this.EnabledState,this.Enum,this.EnumEntries,this.EventReference,this.ExportedNodes,this.ExportPath,this.FunctionDisplayName,this.FunctionReference,this.FunctionScript,this.Graph,this.HiGenGridSize,this.InputAxisKey,this.InputKey,this.InputName,this.InputPins,this.InputType,this.MacroGraphReference,this.MaterialExpression,this.MaterialExpressionComment,this.MaterialExpressionEditorX,this.MaterialExpressionEditorY,this.MaterialFunction,this.Name,this.Node,this.NodeComment,this.NodeHeight,this.NodePosX,this.NodePosY,this.NodeTitle,this.NodeTitleColor,this.NodeWidth,this.NumAdditionalInputs,this.ObjectRef,this.Operation,this.OpName,this.OutputPins,this.ParameterName,this.PCGNode,this.PinNames,this.PinTags,this.PositionX,this.PositionY,this.ProxyFactoryFunctionName,this.ScriptVariables,this.SettingsInterface,this.SizeX,this.SizeY,this.StructType,this.SubgraphInstance,this.TargetType,this.Text,this.Text,this.VariableReference,this.Pins instanceof Ke&&this.Pins.valueOf().forEach((e=>{const t=this[ae.subObjectAttributeNameFromReference(e,!0)];if(t){const e=Nt.fromLegacyObject(t);e.LinkedTo=new Nt.attributes.LinkedTo,this.getCustomproperties(!0).push(e),this.CustomProperties.ignored=!0}}));const t=this.getMaterialSubobject();if(t){const e=t;if(void 0!==e.SizeX&&(e.SizeX.getter=()=>this.NodeWidth),e.SizeY&&(e.SizeY.getter=()=>this.NodeHeight),e.Text&&(e.Text.getter=()=>this.NodeComment),e.MaterialExpressionEditorX&&(e.MaterialExpressionEditorX.getter=()=>this.NodePosX),e.MaterialExpressionEditorY&&(e.MaterialExpressionEditorY.getter=()=>this.NodePosY),this.getType()===ae.paths.materialExpressionComponentMask){const t=ae.rgba.map((e=>{const t=this.getPinEntities().find((t=>t.PinName.toString()===e));return t.recomputesNodeTitleOnChange=!0,t}));e.keys=[...ae.rgba,...e.keys];const i=$e.of(Le).withDefault().flagSilent();e.R=new i((()=>t[0].DefaultValue)),e.G=new i((()=>t[1].DefaultValue)),e.B=new i((()=>t[2].DefaultValue)),e.A=new i((()=>t[3].DefaultValue))}else if(this.getType()===ae.paths.materialExpressionSubtract){const t=$e.of(Ve.withPrecision(6)).withDefault((()=>new $e((()=>new Ve(1))))).flagSilent(),i=this.getCustomproperties().find((e=>"A"===e.PinName?.toString())),r=this.getCustomproperties().find((e=>"B"===e.PinName?.toString()));(i||r)&&(e.keys=["ConstA","ConstB",...e.keys],i&&(i.recomputesNodeTitleOnChange=!0,e.ConstA=new t((()=>i.DefaultValue))),r&&(r.recomputesNodeTitleOnChange=!0,e.ConstB=new t((()=>r.DefaultValue))))}}const i=this.getPcgSubobject();i&&(i.PositionX&&(i.PositionX.getter=()=>this.NodePosX),i.PositionY&&(i.PositionY.getter=()=>this.NodePosY),i.getSubobjects().forEach((e=>{if(void 0!==e.Node){const t=e.Node.getter();t.type===this.PCGNode.type&&t.path===`${this.Name}.${this.PCGNode.path}`&&(e.Node.getter=()=>new ht(this.PCGNode.type,`${this.Name}.${this.PCGNode.path}`,t.full))}})));let r=0,n=0;this.getCustomproperties().forEach(((e,t)=>{e.objectEntity=this,e.pinIndex=e.isInput()?r++:e.isOutput()?n++:t})),this.mirrorNameInExportPaths()}static createGrammar(){return Pe.seq(Pe.reg(/Begin +Object/),Pe.seq(Pe.whitespace,Pe.alt(this.createSubObjectGrammar(),this.customPropertyGrammar,Te.createAttributeGrammar(this,Pe.reg(Te.Regex.MultipleWordsSymbols)),Te.createAttributeGrammar(this,Te.attributeNameQuoted,void 0,((e,t,i)=>{oe.objectSet(e,[...t,"quoted"],!0)})),this.inlinedArrayEntryGrammar)).map((([e,t])=>t)).many(),Pe.reg(/\s+End +Object/)).map((([e,t,i])=>{const r={};return t.forEach((e=>e(r))),new this(r)})).label("ObjectEntity")}static createSubObjectGrammar(){return Pe.lazy((()=>this.grammar)).map((e=>t=>{e.trailing=!1,t[ae.subObjectAttributeNameFromEntity(e)]=e}))}mirrorNameInExportPaths(e=this.Name?.toString()){if(!e)return;const t=[this];for(let i=0;i{const t=s.valueOf();return new n.type(t.type,t.path.replace(e,this.Name?.toString()??""),t.full)}))}}#K;getClass(){if(!this.#K&&(this.#K=(this.Class?.path?this.Class.path:this.Class?.type)??this.ExportPath?.valueOf()?.type??"",this.#K&&!this.#K.startsWith("/"))){let e=Object.values(ae.paths).find((e=>e.endsWith("."+this.#K)));e&&(this.#K=e)}return this.#K}getType(){const e=this.MacroGraphReference?.MacroGraph?.path;return e||(this.MaterialExpression?this.MaterialExpression.type:this.getClass())}getObjectName(e=!1){return e?this.getNameAndCounter()[0]:this.Name.toString()}getNameAndCounter(){const e=this.getObjectName().match(It.#U);return e?[e[1]??"",parseInt(e[2]??"0")]:["",0]}getCounter(){return this.getNameAndCounter()[1]}getNodeWidth(){return this.NodeWidth??this.isComment()?ae.defaultCommentWidth:void 0}setNodeWidth(e){this.NodeWidth||(this.NodeWidth=new Xe),this.NodeWidth.value=e}getNodeHeight(){return this.NodeHeight??this.isComment()?ae.defaultCommentHeight:void 0}setNodeHeight(e){this.NodeHeight||(this.NodeHeight=new Xe),this.NodeHeight.value=e}getNodePosX(){return this.NodePosX?.value??0}setNodePosX(e){this.NodePosX||(this.NodePosX=new Xe),this.NodePosX.value=Math.round(e)}getNodePosY(){return this.NodePosY?.value??0}setNodePosY(e){this.NodePosY||(this.NodePosY=new Xe),this.NodePosY.value=Math.round(e)}getCustomproperties(e=!1){return this.CustomProperties.values}getPinEntities(){return this.getCustomproperties().filter((e=>e.constructor===Nt))}getSubobjects(){return Object.keys(this).filter((e=>e.startsWith(ae.subObjectAttributeNamePrefix))).flatMap((e=>[this[e],...this[e].getSubobjects()]))}switchTarget(){const e=this.getClass().match(ae.switchTargetPattern);if(e)return e[1]}isEvent(){switch(this.getClass()){case ae.paths.actorBoundEvent:case ae.paths.componentBoundEvent:case ae.paths.customEvent:case ae.paths.event:case ae.paths.inputAxisKeyEvent:case ae.paths.inputVectorAxisEvent:return!0}return!1}isComment(){switch(this.getClass()){case ae.paths.comment:case ae.paths.materialGraphNodeComment:return!0}return!1}isMaterial(){const e=this.getClass();return e.startsWith("/Script/Engine.MaterialExpression")||e.startsWith("/Script/InterchangeImport.MaterialExpression")||e.startsWith("/Script/UnrealEd.MaterialGraph")}getMaterialSubobject(){const e=this.MaterialExpression??this.MaterialExpressionComment;return e?this[ae.subObjectAttributeNameFromReference(e,!0)]:null}isPcg(){return this.getClass()===ae.paths.pcgEditorGraphNode||null!=this.getPcgSubobject()}isNiagara(){return this.Class&&(this.Class.type?this.Class.type:this.Class.path)?.startsWith("/Script/NiagaraEditor.")}getPcgSubobject(){const e=this.PCGNode;return e?this[ae.subObjectAttributeNameFromReference(e,!0)]:null}getSettingsObject(){const e=this.SettingsInterface;return e?this[ae.subObjectAttributeNameFromReference(e,!0)]:null}getSubgraphObject(){const e=this.SubgraphInstance;return e?this[ae.subObjectAttributeNameFromName(e)]:null}isDevelopmentOnly(){const e=this.getClass();return"DevelopmentOnly"===this.EnabledState?.toString()||e.includes("Debug",Math.max(0,e.lastIndexOf(".")))}getHIDAttribute(){return this.InputKey??this.AxisKey??this.InputAxisKey}getDelegatePin(){return this.getCustomproperties().find((e=>"delegate"===e.PinType.PinCategory.toString()))}nodeColor(){return function(e){switch(e.getType()){case De.materialExpressionConstant2Vector:case De.materialExpressionConstant3Vector:case De.materialExpressionConstant4Vector:return ae.nodeColors.yellow;case De.materialExpressionFunctionInput:case De.materialExpressionTextureCoordinate:case De.materialExpressionWorldPosition:case De.pcgEditorGraphNodeInput:case De.pcgEditorGraphNodeOutput:return ae.nodeColors.red;case De.makeStruct:return ae.nodeColors.darkBlue;case De.materialExpressionMaterialFunctionCall:return ae.nodeColors.blue;case De.materialExpressionTextureSample:return ae.nodeColors.darkTurquoise;case De.niagaraNodeInput:switch(e.Usage?.toString()){case"Attribute":return ae.nodeColors.intenseGreen;case"Parameter":default:return ae.nodeColors.red;case"RapidIterationParameter":return ae.nodeColors.black;case"SystemConstant":case"TranslatorConstant":return ae.nodeColors.gray}}switch(e.getClass()){case De.niagaraNodeFunctionCall:return ae.nodeColors.darkerBlue;case De.dynamicCast:return ae.nodeColors.turquoise;case De.inputDebugKey:case De.inputKey:return ae.nodeColors.red;case De.createDelegate:case De.enumLiteral:case De.makeArray:case De.makeMap:case De.materialGraphNode:case De.select:return ae.nodeColors.green;case De.executionSequence:case De.ifThenElse:case De.macro:case De.multiGate:return ae.nodeColors.gray;case De.functionEntry:case De.functionResult:return ae.nodeColors.violet;case De.timeline:return ae.nodeColors.yellow}if(e.switchTarget())return ae.nodeColors.lime;if(e.isEvent())return ae.nodeColors.red;if(e.isComment())return(e.CommentColor?e.CommentColor:Oe.getWhite()).toDimmedColor().toCSSRGBValues();const t=e.getPcgSubobject();if(t){if(t.NodeTitleColor)return t.NodeTitleColor.toDimmedColor(.1).toCSSRGBValues();switch(e.PCGNode?.getName(!0)){case"Branch":case"Select":return ae.nodeColors.intenseGreen}}return e.bIsPureFunc?.valueOf()||e.bDefaultsToPureFunc?.valueOf()?ae.nodeColors.green:e.Input?.Name?ae.nodeColors.gray:ae.nodeColors.blue}(this)}nodeIcon(){return function(e){if(e.isMaterial()||e.isPcg()||e.isNiagara())return null;switch(e.getType()){case Ue.addDelegate:case Ue.asyncAction:case Ue.callDelegate:case Ue.clearDelegate:case Ue.createDelegate:case Ue.functionEntry:case Ue.functionResult:case Ue.removeDelegate:return ce.node;case Ue.customEvent:return ce.event;case Ue.doN:return ce.doN;case Ue.doOnce:return ce.doOnce;case Ue.dynamicCast:return ce.cast;case Ue.enumLiteral:return ce.enum;case Ue.event:return ce.event;case Ue.executionSequence:case Ue.multiGate:return ce.sequence;case Ue.flipflop:return ce.flipflop;case Ue.forEachElementInEnum:case Ue.forLoop:case Ue.forLoopWithBreak:case Ue.whileLoop:return ce.loop;case Ue.forEachLoop:case Ue.forEachLoopWithBreak:return ce.forEachLoop;case Ue.ifThenElse:return ce.branchNode;case Ue.isValid:return ce.questionMark;case Ue.makeArray:return ce.makeArray;case Ue.makeMap:return ce.makeMap;case Ue.makeSet:return ce.makeSet;case Ue.makeStruct:return ce.makeStruct;case Ue.metasoundEditorGraphExternalNode:return ce.metasoundFunction;case Ue.select:return ce.select;case Ue.spawnActorFromClass:return ce.spawnActor;case Ue.timeline:return ce.timer}if(e.switchTarget())return ce.switch;if(je(e).startsWith("Break"))return ce.breakStruct;if(e.getClass()===Ue.macro)return ce.macro;const t=e.getHIDAttribute()?.toString();return t?t.includes("Mouse")?ce.mouse:t.includes("Gamepad_Special")?ce.keyboard:t.includes("Gamepad")||t.includes("Steam")?ce.gamepad:t.includes("Touch")?ce.touchpad:ce.keyboard:e.getDelegatePin()?ce.event:e.ObjectRef?.type===Ue.ambientSound?ce.sound:ce.functionSymbol}(this)}additionalPinInserter(){return function(e){let t,i,r,n,s;switch(e.getType()){case Pt.commutativeAssociativeBinaryOperator:case Pt.promotableOperator:switch(s=e.FunctionReference?.MemberName?.toString(),s){default:if(!(s?.startsWith("Add_")||s?.startsWith("Subtract_")||s?.startsWith("Multiply_")||s?.startsWith("Divide_")))break;case"And_Int64Int64":case"And_IntInt":case"BMax":case"BMin":case"BooleanAND":case"BooleanNAND":case"BooleanOR":case"Concat_StrStr":case"FMax":case"FMin":case"Max":case"MaxInt64":case"Min":case"MinInt64":case"Or_Int64Int64":case"Or_IntInt":t??=()=>e.getPinEntities().filter((e=>e.isInput())),i??=xt,r??=(i,r=-1,n=-1)=>{const s=String.fromCharCode(i>=0?i:n+"A".charCodeAt(0)+1);return e.NumAdditionalInputs=new Ze(t().length-1),s}}break;case Pt.executionSequence:n??="Then";case Pt.multiGate:n??="Out",t??=()=>e.getPinEntities().filter((e=>e.isOutput())),i??=e=>Number(e.PinName?.toString().match(new RegExp(String.raw`^\s*${n}[_\s]+(\d+)\s*$`,"i"))?.[1]),r??=(e,t=-1,i=-1,r)=>`${n} ${e>=0?e:t>0?`${n} 0`:i+1}`;break;case Pt.switchInteger:t??=()=>e.getPinEntities().filter((e=>e.isOutput())),i??=e=>Number(e.PinName?.toString().match(/^\s*(\d+)\s*$/)?.[1]),r??=(e,t=-1,i=-1,r)=>(e<0?i+1:e).toString();break;case Pt.switchGameplayTag:r??=(t,i=-1,r=-1,n)=>{const s=`Case_${t>=0?t:i>0?"0":r+1}`;return e.PinNames??=new Ke,e.PinNames.valueOf().push(new it(s)),delete e.PinTags.valueOf()[e.PinTags.length-1],e.PinTags.valueOf()[e.PinTags.length]=null,s};case Pt.switchName:case Pt.switchString:t??=()=>e.getPinEntities().filter((e=>e.isOutput())),i??=e=>Number(e.PinName.toString().match(/^\s*Case[_\s]+(\d+)\s*$/i)?.[1]),r??=(t,i=-1,r=-1,n)=>{const s=`Case_${t>=0?t:i>0?"0":r+1}`;return e.PinNames??=new Ke,e.PinNames.valueOf().push(new it(s)),s}}if(t)return()=>{let n=Number.MAX_SAFE_INTEGER,s=Number.MIN_SAFE_INTEGER,a=[];const o=t().reduce(((e,t)=>{const r=i(t);if(isNaN(r)){if(void 0===e)return t}else if(a.push(r),n=Math.min(r,n),r>s)return s=r,t;return e}),void 0);if(n!==Number.MAX_SAFE_INTEGER&&s!==Number.MIN_SAFE_INTEGER||(n=void 0,s=void 0),!o)return null;a.sort(((e,t)=>e{const t=e-l>1;return l=e,t}));const u=new Nt(o);return u.PinId=new qe,u.PinName=new it(r(c,n,s,u)),u.PinToolTip=void 0,u.DefaultValue&&(u.DefaultValue=new u.DefaultValue.constructor),e.getCustomproperties(!0).push(u),u}}(this)}showProperty(e){switch(e){case"Class":case"Name":case"Archetype":case"ExportPath":case"CustomProperties":return!1}return super.showProperty(e)}doSerialize(e=!1,t="",i=this.constructor,r=i.printKey,n=i.keySeparator,s=i.attributeSeparator,a=i.wrap){const o=i!==this.constructor,l=t+ae.indentation,c=this.trailing;this.trailing=!0;const u=super.doSerialize(e,l,i,r,n,s,a);return this.trailing=c,t+"Begin Object"+(this.Class?.type||this.Class?.path?` Class${n}${this.Class.serialize(e)}`:"")+(this.Name?` Name${n}${this.Name.serialize(e)}`:"")+(this.Archetype?` Archetype${n}${this.Archetype.serialize(e)}`:"")+(this.ExportPath?.valueOf()?.type||this.ExportPath?.valueOf()?.path?` ExportPath${n}${this.ExportPath.serialize(e)}`:"")+s+u+(!0!==i.attributes.CustomProperties.ignored&&!0!==this.CustomProperties.ignored?this.getCustomproperties().map((t=>l+r("CustomProperties ")+t.serialize(e)+s)).join(""):"")+t+"End Object"+(o&&i.trailing||this.trailing?s:"")}}class Ot extends It{constructor(e={},t=void 0){e.Class=new ht(ae.paths.knot),e.Name=new It.attributes.Name("K2Node_Knot");const i=new Nt({PinName:new Nt.attributes.PinName("InputPin")}),r=new Nt({PinName:new Nt.attributes.PinName("OutputPin"),Direction:new Nt.attributes.Direction("EGPD_Output")});t&&(i.copyTypeFrom(t),r.copyTypeFrom(t)),e.CustomProperties=new It.attributes.CustomProperties([i,r]),super(e)}}class Dt{#Y;get target(){return this.#Y}#e;get blueprint(){return this.#e}consumeEvent;options;listenHandler=()=>this.listenEvents();unlistenHandler=()=>this.unlistenEvents();constructor(e,t,i={}){i.consumeEvent??=!1,i.listenOnFocus??=!1,i.unlistenOnTextEdit??=!1,this.#Y=e,this.#e=t,this.consumeEvent=i.consumeEvent,this.options=i}setup(){this.options.listenOnFocus&&(this.blueprint.addEventListener(ae.focusEventName.begin,this.listenHandler),this.blueprint.addEventListener(ae.focusEventName.end,this.unlistenHandler)),this.options.unlistenOnTextEdit&&(this.blueprint.addEventListener(ae.editTextEventName.begin,this.unlistenHandler),this.blueprint.addEventListener(ae.editTextEventName.end,this.listenHandler)),this.blueprint.focused&&this.listenEvents()}cleanup(){this.unlistenEvents(),this.blueprint.removeEventListener(ae.focusEventName.begin,this.listenHandler),this.blueprint.removeEventListener(ae.focusEventName.end,this.unlistenHandler),this.blueprint.removeEventListener(ae.editTextEventName.begin,this.unlistenHandler),this.blueprint.removeEventListener(ae.editTextEventName.end,this.listenHandler)}listenEvents(){}unlistenEvents(){}}class $t extends ke{static attributes={...super.attributes,ActionName:it,bShift:Le,bCtrl:Le,bAlt:Le,bCmd:Le,Key:nt};static grammar=this.createGrammar();constructor(e){super(e),this.ActionName,this.bShift,this.bCtrl,this.bAlt,this.bCmd,this.Key}static createGrammar(){return Pe.alt(nt.grammar.map((e=>new this({Key:e}))),Te.createEntityGrammar(this))}}class Vt extends Dt{static#q=e=>{};#X;pressedKey="";constructor(e,t,i={},r=Vt.#q,n=Vt.#q){i.activationKeys??=[],i.consumeEvent??=!0,i.listenOnFocus??=!0,i.unlistenOnTextEdit??=!0,i.activationKeys instanceof Array||(i.activationKeys=[i.activationKeys]),i.activationKeys=i.activationKeys.map((e=>{if(e instanceof $t)return e;if(e.constructor===String){const t=$t.grammar.run(e);if(t.status)return t.value}throw new Error("Unexpected key value")})),super(e,t,i),this.onKeyDown=r,this.onKeyUp=n,this.#X=this.options.activationKeys??[];let s=this;this.keyDownHandler=e=>{s.#X.some((t=>(e=>e.bShift?.valueOf()||"LeftShift"==e.Key.valueOf()||"RightShift"==e.Key.valueOf())(t)==e.shiftKey&&(e=>e.bCtrl?.valueOf()||"LeftControl"==e.Key.valueOf()||"RightControl"==e.Key.valueOf())(t)==e.ctrlKey&&(e=>e.bAlt?.valueOf()||"LeftAlt"==e.Key.valueOf()||"RightAlt"==e.Key.valueOf())(t)==e.altKey&&ae.Keys[t.Key.value]==e.code))&&(this.consumeEvent&&(e.preventDefault(),e.stopImmediatePropagation()),this.pressedKey=e.code,s.fire(),document.removeEventListener("keydown",s.keyDownHandler),document.addEventListener("keyup",s.keyUpHandler))},this.keyUpHandler=e=>{s.#X.some((t=>t.bShift?.valueOf()&&"Shift"==e.key||t.bCtrl?.valueOf()&&"Control"==e.key||t.bAlt?.valueOf()&&"Alt"==e.key||t.bCmd?.valueOf()&&"Meta"==e.key||ae.Keys[t.Key.value]==e.code))&&(this.consumeEvent&&e.stopImmediatePropagation(),s.unfire(),this.pressedKey="",document.removeEventListener("keyup",this.keyUpHandler),document.addEventListener("keydown",this.keyDownHandler))}}listenEvents(){document.addEventListener("keydown",this.keyDownHandler)}unlistenEvents(){document.removeEventListener("keydown",this.keyDownHandler)}fire(){this.onKeyDown(this)}unfire(){this.onKeyUp(this)}}class Bt extends Dt{#Z=[0,0];get location(){return this.#Z}#W;get enablerKey(){return this.#W}#Q=!0;get enablerActivated(){return this.#Q}constructor(e,t,i={}){i.ignoreTranslateCompensate??=!1,i.ignoreScale??=!1,i.movementSpace??=t.getGridDOMElement()??document.documentElement,super(e,t,i),this.movementSpace=i.movementSpace,i.enablerKey&&(this.#W=i.enablerKey,this.#W.onKeyDown=()=>this.#Q=!0,this.#W.onKeyUp=()=>this.#Q=!1,this.#W.consumeEvent=!1,this.#W.listenEvents(),this.#Q=!1)}setLocationFromEvent(e){let t=oe.convertLocation([e.clientX,e.clientY],this.movementSpace,this.options.ignoreScale);return t=this.options.ignoreTranslateCompensate?t:this.blueprint.compensateTranslation(t[0],t[1]),this.#Z=[...t],this.#Z}}class Gt extends Bt{static#q=e=>{};#J=e=>{if(this.blueprint.setFocused(!0),!this.enablerKey||this.enablerActivated)if(e.button===this.options.clickButton)this.options.strictTarget&&e.target!==e.currentTarget||(this.consumeEvent&&e.stopImmediatePropagation(),document.addEventListener("mouseup",this.#ee),this.setLocationFromEvent(e),this.clickedPosition[0]=this.location[0],this.clickedPosition[1]=this.location[1],this.blueprint.mousePosition[0]=this.location[0],this.blueprint.mousePosition[1]=this.location[1],this.clicked(this.clickedPosition));else this.options.exitAnyButton||this.#ee(e)};#ee=e=>{this.options.exitAnyButton&&e.button!=this.options.clickButton||(this.consumeEvent&&e.stopImmediatePropagation(),document.removeEventListener("mouseup",this.#ee),this.unclicked())};clickedPosition=[0,0];constructor(e,t,i={},r=Gt.#q,n=Gt.#q){i.clickButton??=ae.mouseClickButton,i.consumeEvent??=!0,i.exitAnyButton??=!0,i.strictTarget??=!1,super(e,t,i),this.onClick=r,this.onUnclick=n,this.listenEvents()}listenEvents(){this.target.addEventListener("mousedown",this.#J),this.options.clickButton===ae.mouseRightClickButton&&this.target.addEventListener("contextmenu",(e=>e.preventDefault()))}unlistenEvents(){this.target.removeEventListener("mousedown",this.#J)}clicked(e){this.onClick(this)}unclicked(e){this.onUnclick(this)}}class Ht extends Bt{static ignoreDbClick=e=>{};#te=e=>{this.options.strictTarget&&e.target!==e.currentTarget||(this.consumeEvent&&e.stopImmediatePropagation(),this.clickedPosition=this.setLocationFromEvent(e),this.blueprint.mousePosition=[...this.clickedPosition],this.dbclicked(this.clickedPosition))};#ie;get onDbClick(){return this.#ie}set onDbClick(e){this.#ie=e}clickedPosition=[0,0];constructor(e,t,i={},r=Ht.ignoreDbClick){i.consumeEvent??=!0,i.strictTarget??=!1,super(e,t,i),this.#ie=r,this.listenEvents()}listenEvents(){this.target.addEventListener("dblclick",this.#te)}unlistenEvents(){this.target.removeEventListener("dblclick",this.#te)}dbclicked(e){this.onDbClick(e)}}class Rt{static deleteNodes="Delete";static duplicateNodes="(bCtrl=True,Key=D)";static enableLinkDelete="LeftAlt";static enableZoomIn=["LeftControl","RightControl"];static selectAllNodes="(bCtrl=True,Key=A)"}class zt{element;get blueprint(){return this.element.blueprint}#re=[];get inputObjects(){return this.#re}initialize(e){this.element=e}createInputObjects(){return[]}setup(){this.#re.forEach((e=>e.setup()))}cleanup(){this.#re.forEach((e=>e.cleanup()))}willUpdate(e){}update(e){}render(){return z``}firstUpdated(e){}updated(e){}inputSetup(){this.#re=this.createInputObjects()}}class Ft extends zt{update(e){super.update(e);const[t,i,r,n]=[Math.round(this.element.originX),Math.round(this.element.originY),Math.round(this.element.targetX),Math.round(this.element.targetY)],[s,a,o,l]=[Math.min(t,r),Math.min(i,n),Math.abs(t-r),Math.abs(i-n)];(e.has("originX")||e.has("targetX"))&&(this.element.style.left=`${s}px`,this.element.style.width=`${o}px`),(e.has("originY")||e.has("targetY"))&&(this.element.style.top=`${a}px`,this.element.style.height=`${l}px`)}}class _t extends Ft{static sigmoidPositive(e,t=3.7,i=1.1){return 1-Math.exp(-((e/i)**t))}static decreasingValue(e,t){const i=-e*t[0]**2,r=t[1]-i/t[0];return e=>i/e+r}static clampedLine=e=>Math.min(Math.max(0,e),1);static c1DecreasingValue=_t.decreasingValue(-.15,[100,15]);static c2DecreasingValue=_t.decreasingValue(-.05,[500,130]);static c2Clamped=e=>-40*_t.clampedLine(e/200)+80;#ne=`ueb-id-${Math.floor(1e12*Math.random())}`;#se=e=>{const t=new Ot({},this.element.origin.entity),i=Ae.getConstructor("ueb-node").newObject(t);i.setLocation(...this.blueprint.snapToGrid(...e));const r=i.template;this.blueprint.addGraphElement(i);const n=this.element.getInputPin(),s=this.element.getOutputPin();this.element.origin=null,this.element.target=null;const a=Ae.getConstructor("ueb-link").newObject(s,r.inputPin);this.blueprint.addGraphElement(a),this.element.origin=r.outputPin,this.element.target=n};#ae(e){const t=this.element.origin,i=this.element.target,r=t?.isKnot(),n=i?.isKnot(),s=this.element.originX,a=this.element.targetX;r&&!i&&(t?.isInput()&&a>s+ae.distanceThreshold||t?.isOutput()&&as+ae.distanceThreshold)&&(this.element.target=i.template.getoppositePin()),t&&i&&(t.isKnot()&&t.hasUpdated&&t.nodeElement.template.checkSwtichDirectionsVisually(),i.isKnot()&&i.hasUpdated&&i.nodeElement.template.checkSwtichDirectionsVisually());let o=t?.isOutputVisually()==i?.isOutputVisually();const l=Math.max(Math.abs(this.element.originX-this.element.targetX),1),c=Math.max(Math.abs(this.element.originY-this.element.targetY),1),u=Math.max(l,ae.linkMinWidth),h=l/u,p=this.element.originatesFromInput?this.element.originX{e[0]+=ae.knotOffset[0],e[1]+=ae.knotOffset[1],e=oe.snapToGrid(e[0],e[1],ae.gridSize),this.#se(e)})),new Gt(e,this.blueprint,{enablerKey:new Vt(this.blueprint,this.blueprint,{activationKeys:Rt.enableLinkDelete})},(()=>this.blueprint.removeGraphElement(this.element)))]}willUpdate(e){super.willUpdate(e);const t=(e.get("originX")??this.element.originX)-this.element.originX,i=(e.get("originY")??this.element.originY)-this.element.originY,r=(e.get("targetX")??this.element.targetX)-this.element.targetX,n=(e.get("targetY")??this.element.targetY)-this.element.targetY;t==r&&i==n||this.#ae(e)}update(e){super.update(e);const t=this.element.style;e.has("color")&&t.setProperty("--ueb-link-color-rgb",this.element.color?.toString()??"255, 255, 255"),t.setProperty("--ueb-start-percentage",`${Math.round(this.element.startPercentage)}%`),t.setProperty("--ueb-link-start",`${Math.round(this.element.startPixels)}`);const i=(this.element.originY>this.element.targetY?-1:1)*(this.element.originatesFromInput?-1:1)*(this.element.origin?.isInputVisually()&&this.element.target?.isInputVisually()?-1:1),r=this.element.origin?.isInputVisually()&&this.element.target?.isInputVisually()?-1:1;t.setProperty("--ueb-link-scale-y",`${i}`),t.setProperty("--ueb-link-scale-x",`${r}`)}render(){return z` ${this.element.linkMessageIcon||this.element.linkMessageText?z``:_}`}}class jt extends le{static properties={...super.properties,originX:{type:Number,attribute:!1},originY:{type:Number,attribute:!1},targetX:{type:Number,attribute:!1},targetY:{type:Number,attribute:!1}};constructor(){super(),this.originX=0,this.originY=0,this.targetX=0,this.targetY=0}setBothLocations([e,t]){this.originX=e,this.originY=t,this.targetX=e,this.targetY=t}addOriginLocation(e,t){this.originX+=e,this.originY+=t}addTargetLocation(e,t){this.targetX+=e,this.targetY+=t}}class Ut extends jt{static properties={...super.properties,dragging:{type:Boolean,attribute:"data-dragging",converter:Le.booleanConverter,reflect:!0},originNode:{type:String,attribute:"data-origin-node",reflect:!0},originPin:{type:String,attribute:"data-origin-pin",reflect:!0},targetNode:{type:String,attribute:"data-target-node",reflect:!0},targetPin:{type:String,attribute:"data-target-pin",reflect:!0},originatesFromInput:{type:Boolean,attribute:"data-from-input",converter:Le.booleanConverter,reflect:!0},color:{type:Oe},svgPathD:{type:String,attribute:!1},linkMessageIcon:{type:String,attribute:!1},linkMessageText:{type:String,attribute:!1}};#oe;get origin(){return this.#oe}set origin(e){this.#le(e,!1)}#Y;get target(){return this.#Y}set target(e){this.#le(e,!0)}#ce=e=>{if(this.#oe.nodeElement===e.target)this.originNode!=this.#oe.nodeElement.nodeTitle&&(this.originNode=this.#oe.nodeElement.nodeTitle),this.setOriginLocation();else{if(this.#Y.nodeElement!==e.target)throw new Error("Unexpected node update");this.targetNode!=this.#Y.nodeElement.nodeTitle&&(this.targetNode=this.#Y.nodeElement.nodeTitle),this.setTargetLocation()}};#ue=e=>{const t=this.getOutputPin(!0);this.color?.equals(t.color)||(this.color=t.color)};#he=()=>this.remove();#pe=e=>this.addOriginLocation(...e.detail.value);#de=e=>this.addTargetLocation(...e.detail.value);#me=e=>{this.origin.isKnot()&&(this.originatesFromInput=this.origin.isInputVisually()),this.setOriginLocation()};#ge=e=>this.setTargetLocation();linkMessageIcon=_;linkMessageText=_;pathElement;constructor(){super(),this.dragging=!1,this.originNode="",this.originPin="",this.targetNode="",this.targetPin="",this.originatesFromInput=!1,this.color=new Oe,this.startPercentage=0,this.svgPathD="",this.startPixels=0}static newObject(e,t){const i=new Ut;return i.initialize(e,t),i}initialize(e,t){super.initialize({},new _t),e&&(this.origin=e,t||(this.targetX=this.originX,this.targetY=this.originY)),t&&(this.target=t,e||(this.originX=this.targetX,this.originY=this.targetY))}#le(e,t){const i=()=>t?this.target:this.origin;if(i()!=e){if(i()){const e=i().getNodeElement();e.removeEventListener(ae.nodeUpdateEventName,this.#ce),e.removeEventListener(ae.removeEventName,this.#he),e.removeEventListener(ae.nodeDragEventName,t?this.#de:this.#pe),i().removeEventListener(ae.pinUpdateEventName,this.#ue),this.#be()}if(t?(this.#Y=e,this.targetNode=e?.nodeElement.nodeTitle,this.targetPin=e?.pinId.toString()):(this.#oe=e,this.originNode=e?.nodeElement.nodeTitle,this.originPin=e?.pinId.toString()),i()){const e=i().getNodeElement();e.addEventListener(ae.nodeUpdateEventName,this.#ce),e.addEventListener(ae.pinUpdateEventName,this.#ue),e.addEventListener(ae.removeEventName,this.#he),e.addEventListener(ae.nodeDragEventName,t?this.#de:this.#pe),i().addEventListener(ae.pinUpdateEventName,this.#ue),t?this.setTargetLocation():(this.setOriginLocation(),this.originatesFromInput=this.origin.isInputVisually()),this.#ve()}this.color=this.getOutputPin(!0)?.color}}#ve(){this.origin&&this.target&&(this.origin.linkTo(this.target),this.target.linkTo(this.origin))}#be(){this.origin&&this.target&&(this.origin.unlinkFrom(this.target,!1),this.target.unlinkFrom(this.origin,!1))}cleanup(){super.cleanup(),this.#be(),this.origin=null,this.target=null}setOriginLocation(e=null,t=!0){if(null==e){const i=this;if(t&&(!this.hasUpdated||!this.origin.hasUpdated))return void Promise.all([this.updateComplete,this.origin.updateComplete]).then((()=>i.setOriginLocation(null,!1)));e=this.origin.template.getLinkLocation()}const[i,r]=e;this.originX=i,this.originY=r}setTargetLocation(e=null,t=!0){if(null==e){const i=this;if(t&&(!this.hasUpdated||!this.target.hasUpdated))return void Promise.all([this.updateComplete,this.target.updateComplete]).then((()=>i.setTargetLocation(null,!1)));e=this.target.template.getLinkLocation()}this.targetX=e[0],this.targetY=e[1]}getInputPin(e=!1){return this.origin?.isInput()?this.origin:this.target?.isInput()?this.target:e?this.origin??this.target:void 0}setInputPin(e){this.origin?.isInput()&&(this.origin=e),this.target=e}getOutputPin(e=!1){return this.origin?.isOutput()?this.origin:this.target?.isOutput()?this.target:e?this.origin??this.target:void 0}setOutputPin(e){this.target?.isOutput()&&(this.target=e),this.origin=e}getOtherPin(e){return this.origin?.nodeElement===e?this.target:this.target?.nodeElement===e?this.origin:void 0}startDragging(){this.dragging=!0}finishDragging(){this.dragging=!1}removeMessage(){this.linkMessageIcon=_,this.linkMessageText=_}setMessageConvertType(){this.linkMessageIcon=ce.convert,this.linkMessageText=z`Convert ${this.origin.pinType} to ${this.target.pinType}.`}setMessageCorrect(){this.linkMessageIcon=ce.correct,this.linkMessageText=_}setMessageReplace(){this.linkMessageIcon=ce.correct,this.linkMessageText=_}setMessageDirectionsIncompatible(){this.linkMessageIcon=ce.reject,this.linkMessageText=z`Directions are not compatbile.`}setMessagePlaceNode(){this.linkMessageIcon=_,this.linkMessageText=z`Place a new node.`}setMessageReplaceLink(){this.linkMessageIcon=ce.correct,this.linkMessageText=z`Replace existing input connections.`}setMessageReplaceOutputLink(){this.linkMessageIcon=ce.correct,this.linkMessageText=z`Replace existing output connections.`}setMessageSameNode(){this.linkMessageIcon=ce.reject,this.linkMessageText=z`Both are on the same node.`}setMessageTypesIncompatible(e,t){this.linkMessageIcon=ce.reject,this.linkMessageText=z`${oe.capitalFirstLetter(e.pinType)} is not compatible with ${oe.capitalFirstLetter(t.pinType)}.`}}class Kt extends le{static properties={...super.properties,locationX:{type:Number,attribute:!1},locationY:{type:Number,attribute:!1},sizeX:{type:Number,attribute:!1},sizeY:{type:Number,attribute:!1}};static dragEventName=ae.dragEventName;static dragGeneralEventName=ae.dragGeneralEventName;constructor(){super(),this.locationX=0,this.locationY=0,this.sizeX=0,this.sizeY=0}computeSizes(){const e=this.getBoundingClientRect();this.sizeX=this.blueprint.scaleCorrect(e.width),this.sizeY=this.blueprint.scaleCorrect(e.height)}firstUpdated(e){super.firstUpdated(e),this.computeSizes()}setLocation(e,t,i=!0){const r=e-this.locationX,n=t-this.locationY;if(this.locationX=e,this.locationY=t,this.blueprint&&i){const e=new CustomEvent(this.constructor.dragEventName,{detail:{value:[r,n]},bubbles:!1,cancelable:!0});this.dispatchEvent(e)}}addLocation(e,t,i=!0){this.setLocation(this.locationX+e,this.locationY+t,i)}acknowledgeDrag(e){const t=new CustomEvent(this.constructor.dragGeneralEventName,{detail:{value:e},bubbles:!0,cancelable:!0});this.dispatchEvent(t)}snapToGrid(){const e=oe.snapToGrid(this.locationX,this.locationY,ae.gridSize);this.locationX==e[0]&&this.locationY==e[1]||this.setLocation(e[0],e[1])}topBoundary(e=!1){return this.template.topBoundary(e)}rightBoundary(e=!1){return this.template.rightBoundary(e)}bottomBoundary(e=!1){return this.template.bottomBoundary(e)}leftBoundary(e=!1){return this.template.leftBoundary(e)}}class Yt extends Bt{#J=e=>{if(this.blueprint.setFocused(!0),e.button===this.options.clickButton)this.options.strictTarget&&e.target!=e.currentTarget||(this.consumeEvent&&e.stopImmediatePropagation(),this.#fe.addEventListener("mousemove",this.#ye),document.addEventListener("mouseup",this.#ee),this.setLocationFromEvent(e),this.clickedPosition[0]=this.location[0],this.clickedPosition[1]=this.location[1],this.blueprint.mousePosition[0]=this.location[0],this.blueprint.mousePosition[1]=this.location[1],this.target instanceof Kt&&(this.clickedOffset=[this.clickedPosition[0]-this.target.locationX,this.clickedPosition[1]-this.target.locationY]),this.clicked(this.clickedPosition));else this.options.exitAnyButton||this.#ee(e)};#ye=e=>{this.consumeEvent&&e.stopImmediatePropagation(),this.#fe.removeEventListener("mousemove",this.#ye),this.#fe.addEventListener("mousemove",this.#we);const t=this.getEvent(ae.trackingMouseEventName.begin);this.#Se=0==this.target.dispatchEvent(t),this.setLocationFromEvent(e),this.lastLocation=oe.snapToGrid(this.clickedPosition[0],this.clickedPosition[1],this.stepSize),this.startDrag(this.location),this.started=!0,this.#we(e)};#we=e=>{this.consumeEvent&&e.stopImmediatePropagation();const t=this.setLocationFromEvent(e),i=[e.movementX,e.movementY];if(this.dragTo(t,i),this.#Se&&(this.blueprint.mousePosition=t),this.options.scrollGraphEdge){const e=Math.sqrt(i[0]*i[0]+i[1]*i[1]),r=this.blueprint.scaleCorrect(ae.edgeScrollThreshold),n=this.blueprint.template.gridLeftVisibilityBoundary()+r,s=this.blueprint.template.gridRightVisibilityBoundary()-r;let a=0;t[0]s&&(a=t[0]-s);const o=this.blueprint.template.gridTopVisibilityBoundary()+r,l=this.blueprint.template.gridBottomVisibilityBoundary()-r;let c=0;t[1]l&&(c=t[1]-l),a=oe.clamp(this.blueprint.scaleCorrectReverse(a)**3*e*.6,-20,20),c=oe.clamp(this.blueprint.scaleCorrectReverse(c)**3*e*.6,-20,20),this.blueprint.scrollDelta(a,c)}};#ee=e=>{if(!this.options.exitAnyButton||e.button==this.options.clickButton){if(this.consumeEvent&&e.stopImmediatePropagation(),this.#fe.removeEventListener("mousemove",this.#ye),this.#fe.removeEventListener("mousemove",this.#we),document.removeEventListener("mouseup",this.#ee),this.started&&this.endDrag(),this.unclicked(),this.#Se){const e=this.getEvent(ae.trackingMouseEventName.end);this.target.dispatchEvent(e),this.#Se=!1}this.started=!1}};#Se=!1;#fe;#Ee;get draggableElement(){return this.#Ee}clickedOffset=[0,0];clickedPosition=[0,0];lastLocation=[0,0];started=!1;stepSize=1;constructor(e,t,i={}){i.clickButton??=ae.mouseClickButton,i.consumeEvent??=!0,i.draggableElement??=e,i.exitAnyButton??=!0,i.moveEverywhere??=!1,i.movementSpace??=t?.getGridDOMElement(),i.repositionOnClick??=!1,i.scrollGraphEdge??=!1,i.strictTarget??=!1,super(e,t,i),this.stepSize=Number(i.stepSize??ae.gridSize),this.#fe=this.options.moveEverywhere?document.documentElement:this.movementSpace,this.#Ee=this.options.draggableElement,this.listenEvents()}listenEvents(){super.listenEvents(),this.#Ee.addEventListener("mousedown",this.#J),this.options.clickButton===ae.mouseRightClickButton&&this.#Ee.addEventListener("contextmenu",(e=>e.preventDefault()))}unlistenEvents(){super.unlistenEvents(),this.#Ee.removeEventListener("mousedown",this.#J)}getEvent(e){return new CustomEvent(e,{detail:{tracker:this},bubbles:!0,cancelable:!0})}clicked(e){}startDrag(e){}dragTo(e,t){}endDrag(){}unclicked(e){}}class qt extends Yt{clicked(e){this.options.repositionOnClick&&(this.target.setLocation(...this.stepSize>1?oe.snapToGrid(e[0],e[1],this.stepSize):e),this.clickedOffset=[0,0])}dragTo(e,t){const i=[this.target.locationX??this.lastLocation[0],this.target.locationY??this.lastLocation[1]],[r,n]=this.stepSize>1?[oe.snapToGrid(e[0],e[1],this.stepSize),oe.snapToGrid(i[0],i[1],this.stepSize)]:[e,i];0==(t=[r[0]-this.lastLocation[0],r[1]-this.lastLocation[1]])[0]&&0==t[1]||(t[0]+=n[0]-i[0],t[1]+=n[1]-i[1],this.dragAction(r,t),this.lastLocation=r)}dragAction(e,t){this.target.setLocation(e[0]-this.clickedOffset[0],e[1]-this.clickedOffset[1])}}class Xt extends qt{#Ce;#Ne;#xe;#Pe;constructor(e,t,i={}){super(e,t,i),i.onClicked&&(this.#Ce=i.onClicked),i.onStartDrag&&(this.#Ne=i.onStartDrag),i.onDrag&&(this.#xe=i.onDrag),i.onEndDrag&&(this.#Pe=i.onEndDrag)}clicked(e){super.clicked(e),this.#Ce?.()}startDrag(){super.startDrag(),this.#Ne?.()}dragAction(e,t){this.#xe?.(e,t)}endDrag(){super.endDrag(),this.#Pe?.()}}const Zt=ae.paths;class Wt extends qt{constructor(e,t,i={}){super(e,t,i),this.draggableElement.classList.add("ueb-draggable")}startDrag(){this.target.selected||(this.blueprint.unselectAll(),this.target.setSelected(!0))}dragAction(e,t){this.target.acknowledgeDrag(t)}unclicked(){this.started?(this.blueprint.getNodes(!0).forEach((e=>e.boundComments.filter((t=>!e.isInsideComment(t))).forEach((t=>e.unbindFromComment(t))))),this.blueprint.getCommentNodes().forEach((e=>e.template.manageNodesBind()))):(this.blueprint.unselectAll(),this.target.setSelected(!0))}}class Qt extends zt{getDraggableElement(){return this.element}createDraggableObject(){const e=this.getDraggableElement();return new qt(this.element,this.blueprint,{draggableElement:e})}createInputObjects(){return[...super.createInputObjects(),this.createDraggableObject(),new Vt(this.element,this.blueprint,{activationKeys:[ae.Keys.ArrowUp,ae.Keys.ArrowRight,ae.Keys.ArrowDown,ae.Keys.ArrowLeft]},(e=>e.target.acknowledgeDrag([e.pressedKey===ae.Keys.ArrowLeft?-ae.gridSize:e.pressedKey===ae.Keys.ArrowRight?ae.gridSize:0,e.pressedKey===ae.Keys.ArrowUp?-ae.gridSize:e.pressedKey===ae.Keys.ArrowDown?ae.gridSize:0])))]}topBoundary(e=!1){return this.element.locationY}rightBoundary(e=!1){return this.element.locationX+this.element.sizeX}bottomBoundary(e=!1){return this.element.locationY+this.element.sizeY}leftBoundary(e=!1){return this.element.locationX}centerInViewport(){const e=Math.min(this.blueprint.template.viewportSize[0]/10,this.blueprint.template.viewportSize[1]/10),t=this.leftBoundary()-this.blueprint.template.gridLeftVisibilityBoundary(),i=this.blueprint.template.gridRightVisibilityBoundary()-this.rightBoundary();let r=Math.max((t+i)/2,e);const n=this.topBoundary()-this.blueprint.template.gridTopVisibilityBoundary(),s=this.blueprint.template.gridBottomVisibilityBoundary()-this.bottomBoundary();let a=Math.max((n+s)/2,e);this.blueprint.scrollDelta(t-r,n-a,!0)}}class Jt extends Qt{update(e){super.update(e),e.has("locationX")&&(this.element.style.left=`${this.element.locationX}px`),e.has("locationY")&&(this.element.style.top=`${this.element.locationY}px`)}}class ei extends Jt{getDraggableElement(){return this.element}createDraggableObject(){return new Wt(this.element,this.blueprint,{draggableElement:this.getDraggableElement(),scrollGraphEdge:!0})}firstUpdated(e){super.firstUpdated(e),this.element.selected&&!this.element.listeningDrag&&this.element.setSelected(!0)}}class ti extends ei{static nodeStyleClasses=["ueb-node-style-default"];#ke;pinInserter;inputContainer;outputContainer;pinElement;addPinHandler=()=>{const e=this.pinInserter?.();e&&(this.defaultPin&&this.defaultPin.isInput()===e.isInput()?this.defaultPin.before(this.createPinElement(e)):(e.isInput()?this.inputContainer:this.outputContainer).appendChild(this.createPinElement(e)),this.element.acknowledgeUpdate())};toggleAdvancedDisplayHandler=()=>{this.element.toggleShowAdvancedPinDisplay(),this.element.requestUpdate(),this.element.updateComplete.then((()=>this.element.acknowledgeUpdate()))};createPinElement(e){const t=Ae.getConstructor("ueb-pin").newObject(e,void 0,this.element);return this.pinInserter&&!this.defaultPin&&"Default"===t.getPinName()&&(this.defaultPin=t,this.defaultPin.classList.add("ueb-node-variadic-default")),t}initialize(e){super.initialize(e),this.#ke=function(e){switch(e.getType()){case Zt.addDelegate:case Zt.clearDelegate:case Zt.callDelegate:case Zt.removeDelegate:return null}const t=e.getPinEntities().find((e=>!e.isHidden()&&"self"===e.PinName?.toString()&&"Target"===et(e)));if(t){const i=e.FunctionReference?.MemberParent?.getName()??t.PinType?.PinSubCategoryObject?.getName()??"Untitled";return i.length>0?`Target is ${oe.formatStringName(i)}`:null}return null}(e.entity),this.element.classList.add(...this.constructor.nodeStyleClasses),this.element.style.setProperty("--ueb-node-color",this.element.entity.nodeColor().cssText),this.pinInserter=this.element.entity.additionalPinInserter(),this.pinInserter&&this.element.classList.add("ueb-node-is-variadic")}render(){return z`
${this.renderTop()}
${this.pinInserter?z`
Add pin ${ce.plusCircle}
`:_} ${this.element.entity.isDevelopmentOnly()?z`
Development Only
`:_} ${this.element.advancedPinDisplay?z`
${ce.expandIcon}
`:_}
`}renderNodeIcon(){return this.element.entity.nodeIcon()}renderNodeName(){return this.element.nodeDisplayName}renderTop(){const e=this.renderNodeIcon(),t=this.renderNodeName();return z`
${e?z`
${e}
`:_} ${t?z`
${t} ${this.#ke?z`
${this.#ke}
`:_}
`:_}
`}firstUpdated(e){super.firstUpdated(e),this.inputContainer=this.element.querySelector(".ueb-node-inputs"),this.outputContainer=this.element.querySelector(".ueb-node-outputs"),this.setupPins(),this.element.updateComplete.then((()=>this.element.acknowledgeUpdate()))}setupPins(){this.element.nodeNameElement=this.element.querySelector(".ueb-node-name-text");let e=!1,t=!1;for(const i of this.getPinElements())i!==this.defaultPin&&(i.isInput()?(this.inputContainer.appendChild(i),e=!0):i.isOutput()&&(this.outputContainer.appendChild(i),t=!0));this.defaultPin&&(this.defaultPin.isInput()?this.inputContainer:this.outputContainer).appendChild(this.defaultPin),e&&this.element.classList.add("ueb-node-has-inputs"),t&&this.element.classList.add("ueb-node-has-outputs")}getPinElements(){return this.element.getPinElements()}createPinElements(){return this.element.getPinEntities().filter((e=>!e.isHidden())).map((e=>this.createPinElement(e)))}getAllConnectedLinks(){const e=this.element.nodeTitle,t=`ueb-link[data-origin-node="${e}"],ueb-link[data-target-node="${e}"]`;return[...this.blueprint.querySelectorAll(t)]}}class ii extends ti{#Le=document.createElement("div");#Ae=document.createElement("div");#Me=document.createElement("div");#Te=document.createElement("div");#Ie=document.createElement("div");#Oe=document.createElement("div");#De=document.createElement("div");#$e=document.createElement("div");initialize(e){super.initialize(e),this.element.classList.add("ueb-resizeable"),this.#Le.classList.add("ueb-resizeable-top"),this.#Ae.classList.add("ueb-resizeable-right"),this.#Me.classList.add("ueb-resizeable-bottom"),this.#Te.classList.add("ueb-resizeable-left"),this.#Ie.classList.add("ueb-resizeable-top-right"),this.#Oe.classList.add("ueb-resizeable-bottom-right"),this.#De.classList.add("ueb-resizeable-bottom-left"),this.#$e.classList.add("ueb-resizeable-top-left")}update(e){super.update(e),this.element.sizeX>=0&&e.has("sizeX")&&(this.element.style.width=`${this.element.sizeX}px`),this.element.sizeY>=0&&e.has("sizeY")&&(this.element.style.height=`${this.element.sizeY}px`)}firstUpdated(e){super.firstUpdated(e),this.element.append(this.#Le,this.#Ae,this.#Me,this.#Te,this.#Ie,this.#Oe,this.#De,this.#$e)}createInputObjects(){return[...super.createInputObjects(),new Xt(this.#Le,this.blueprint,{onDrag:(e,t)=>{t[1]=e[1]-this.element.topBoundary(),this.setSizeY(this.element.sizeY-t[1])&&this.element.addLocation(0,t[1],!1)},onEndDrag:()=>this.endResize()}),new Xt(this.#Ae,this.blueprint,{onDrag:(e,t)=>{t[0]=e[0]-this.element.rightBoundary(),this.setSizeX(this.element.sizeX+t[0])},onEndDrag:()=>this.endResize()}),new Xt(this.#Me,this.blueprint,{onDrag:(e,t)=>{t[1]=e[1]-this.element.bottomBoundary(),this.setSizeY(this.element.sizeY+t[1])},onEndDrag:()=>this.endResize()}),new Xt(this.#Te,this.blueprint,{onDrag:(e,t)=>{t[0]=e[0]-this.element.leftBoundary(),this.setSizeX(this.element.sizeX-t[0])&&this.element.addLocation(t[0],0,!1)},onEndDrag:()=>this.endResize()}),new Xt(this.#Ie,this.blueprint,{onDrag:(e,t)=>{t[0]=e[0]-this.element.rightBoundary(),t[1]=e[1]-this.element.topBoundary(),this.setSizeX(this.element.sizeX+t[0]),this.setSizeY(this.element.sizeY-t[1])&&this.element.addLocation(0,t[1],!1)},onEndDrag:()=>this.endResize()}),new Xt(this.#Oe,this.blueprint,{onDrag:(e,t)=>{t[0]=e[0]-this.element.rightBoundary(),t[1]=e[1]-this.element.bottomBoundary(),this.setSizeX(this.element.sizeX+t[0]),this.setSizeY(this.element.sizeY+t[1])},onEndDrag:()=>this.endResize()}),new Xt(this.#De,this.blueprint,{onDrag:(e,t)=>{t[0]=e[0]-this.element.leftBoundary(),t[1]=e[1]-this.element.bottomBoundary(),this.setSizeX(this.element.sizeX-t[0])&&this.element.addLocation(t[0],0,!1),this.setSizeY(this.element.sizeY+t[1])},onEndDrag:()=>this.endResize()}),new Xt(this.#$e,this.blueprint,{onDrag:(e,t)=>{t[0]=e[0]-this.element.leftBoundary(),t[1]=e[1]-this.element.topBoundary(),this.setSizeX(this.element.sizeX-t[0])&&this.element.addLocation(t[0],0,!1),this.setSizeY(this.element.sizeY-t[1])&&this.element.addLocation(0,t[1],!1)},onEndDrag:()=>this.endResize()})]}setSizeX(e){return this.element.setNodeWidth(e),!0}setSizeY(e){return this.element.setNodeHeight(e),!0}endResize(){}}class ri extends ii{#Ve=0;initialize(e){super.initialize(e),e.classList.add("ueb-node-style-comment","ueb-node-resizeable"),e.sizeX=25*ae.gridSize,e.sizeY=6*ae.gridSize,super.initialize(e)}getDraggableElement(){return this.element.querySelector(".ueb-node-top")}render(){return z`
`}firstUpdated(e){super.firstUpdated(e);const t=this.getDraggableElement().getBoundingClientRect();this.#Ve=t.height}manageNodesBind(){let e=this.blueprint.getNodes();for(let t of e)t.topBoundary()>=this.element.topBoundary()&&t.rightBoundary()<=this.element.rightBoundary()&&t.bottomBoundary()<=this.element.bottomBoundary()&&t.leftBoundary()>=this.element.leftBoundary()?t.bindToComment(this.element):t.unbindFromComment(this.element)}setSizeX(e){return(e=Math.round(e))>=2*ae.gridSize&&(this.element.setNodeWidth(e),!0)}setSizeY(e){return(e=Math.round(e))>=2*ae.gridSize&&(this.element.setNodeHeight(e),!0)}endResize(){this.manageNodesBind()}topBoundary(e=!1){return this.element.locationY}rightBoundary(e=!1){return this.element.locationX+this.element.sizeX}bottomBoundary(e=!1){return e?this.element.locationY+this.#Ve:super.bottomBoundary()}leftBoundary(e=!1){return this.element.locationX}}class ni extends Yt{#Be;#Ge=e=>{if(!this.enteredPin){this.linkValid=!1,this.enteredPin=e.target;const t=this.link.origin??this.target,i=this.enteredPin,r=t.isOutput()?t:i;t.isKnot()||i.isKnot()?(this.link.setMessageCorrect(),this.linkValid=!0):t.getNodeElement()===i.getNodeElement()?this.link.setMessageSameNode():t.isOutput()===i.isOutput()?this.link.setMessageDirectionsIncompatible():this.blueprint.getLinks(t,i).length?(this.link.setMessageReplaceLink(),this.linkValid=!0):"exec"===r.entity.getType()&&r.isLinked?(this.link.setMessageReplaceOutputLink(),this.linkValid=!0):"object"==t.entity.PinType.PinCategory.valueOf()&&"object"==i.entity.PinType.PinCategory.valueOf()||t.pinType==i.pinType?(this.link.setMessageCorrect(),this.linkValid=!0):(this.link.setMessageTypesIncompatible(t,i),this.linkValid=!1)}};#He=e=>{this.enteredPin==e.target&&(this.enteredPin=null,this.linkValid=!1,this.link?.setMessagePlaceNode())};link;enteredPin;linkValid=!1;constructor(e,t,i={}){i.scrollGraphEdge??=!0,super(e,t,i)}startDrag(e){this.link=Ae.getConstructor("ueb-link").newObject(this.target,null),this.blueprint.template.linksContainerElement.prepend(this.link),this.link.setMessagePlaceNode(),this.#Be=this.blueprint.querySelectorAll("ueb-pin"),this.#Be.forEach((e=>{e!=this.target&&(e.addEventListener("mouseenter",this.#Ge),e.addEventListener("mouseleave",this.#He))})),this.link.startDragging(),this.link.setTargetLocation(e)}dragTo(e,t){this.link.setTargetLocation(e)}endDrag(){if(this.#Be.forEach((e=>{e.removeEventListener("mouseenter",this.#Ge),e.removeEventListener("mouseleave",this.#He)})),this.#Be=null,this.enteredPin&&this.linkValid){const e=this.enteredPin.isKnot()?this.enteredPin:this.link.origin.isKnot()?this.link.origin:null;if(e){const t=e!==this.link.origin?this.link.origin:this.enteredPin;if(e.isInput()&&t.isInput()||e.isOutput()&&t.isOutput()){const t=e.template.getoppositePin();e===this.link.origin?this.link.origin=t:this.enteredPin=t}}else this.enteredPin.isKnot()&&this.link.origin.isOutput()&&(this.enteredPin=this.enteredPin.template.getoppositePin());this.link.origin.getLinks().find((e=>e.equals(this.enteredPin.createPinReference())))?this.link.remove():(this.blueprint.addGraphElement(this.link),this.link.target=this.enteredPin)}else this.link.remove();this.enteredPin=null,this.link.removeMessage(),this.link.finishDragging(),this.link=null}}class si extends ti{#Re=!1;#ze=!1;displayName="";static nodeStyleClasses=["ueb-node-style-glass"];initialize(e){super.initialize(e),this.displayName=this.element.nodeDisplayName}render(){return z`
${this.displayName?z`
${this.displayName}
`:_} ${this.#Re?z`
`:_} ${this.#ze?z`
`:_} ${this.pinInserter?z`
Add pin ${ce.plusCircle}
`:_}
`}createPinElements(){return this.element.getPinEntities().filter((e=>!e.isHidden())).map((e=>{this.#Re||=e.isInput(),this.#ze||=e.isOutput();return Ae.getConstructor("ueb-pin").newObject(e,void 0,this.element)}))}}class ai extends si{static nodeStyleClasses=["ueb-node-style-metasound","ueb-node-style-operation"]}class oi extends si{static nodeStyleClasses=[...super.nodeStyleClasses,"ueb-node-style-conversion"]}class li extends si{static nodeStyleClasses=[...super.nodeStyleClasses,"ueb-node-style-operation"]}class ci extends zt{static canWrapInput=!0;#Fe;get iconElement(){return this.#Fe}#_e;get wrapperElement(){return this.#_e}isNameRendered=!0;initialize(e){if(super.initialize(e),this.element.nodeElement){const e=this.element.nodeElement.template;this.isNameRendered=!(e instanceof oi||e instanceof li||e instanceof ai)}}setup(){super.setup(),this.element.nodeElement=this.element.closest("ueb-node");const e=this.element.nodeElement.template;(e instanceof oi||e instanceof li)&&(this.isNameRendered=!1,this.element.requestUpdate())}createInputObjects(){return[new ni(this.element,this.blueprint,{moveEverywhere:!0,draggableElement:this.getClickableElement()})]}render(){const e=z`
${this.renderIcon()}
`,t=z`
${this.isNameRendered?this.renderName():_} ${this.isInputRendered()?this.renderInput():z``}
`;return z`
${this.element.isInput()?z`${e}${t}`:z`${t}${e}`}
`}renderIcon(){if(this.element.nodeElement.entity.isPcg())switch(this.element.entity.getType()){case"Any":return ce.pcgPin;case"Param":case"Param[]":return ce.pcgParamPin;case"Spatial":case"Spatial[]":return ce.pcgSpatialPin;case"Any[]":case"Point[]":case"Surface[]":case"Volume[]":if(this.element.isOutput())return ce.pcgPin;case"Point":case"Surface":case"Volume":return ce.pcgStackPin}switch(this.element.entity.PinType.ContainerType?.toString()){case"Array":return ce.arrayPin;case"Set":return ce.setPin;case"Map":return ce.mapPin}return"delegate"===this.element.entity.PinType.PinCategory?.toString().toLocaleLowerCase()?ce.delegate:this.element.nodeElement?.template instanceof li?ce.operationPin:"statictype"===this.element.entity.PinType.PinCategory?.toString().toLocaleLowerCase()?ce.staticPin:ce.genericPin}renderName(){let e=this.element.getPinDisplayName();const t=this.element.nodeElement,i=this.element.getPinName();return t.getType()==ae.paths.makeStruct&&i==t.entity.StructType.getName()&&(e=i),z`${e}`}isInputRendered(){return this.element.isInput()&&!this.element.entity.bDefaultValueIsIgnored?.valueOf()&&!this.element.entity.PinType.bIsReference?.valueOf()}renderInput(){return z``}updated(e){if(super.updated(e),this.element.isInput()&&e.has("isLinked")){const e=this.element.nodeElement;this.element.requestUpdate(),this.element.updateComplete.then((()=>e.acknowledgeUpdate()))}e.has("color")&&this.element.style.setProperty("--ueb-pin-color-rgb",this.element.color.toString())}firstUpdated(e){super.firstUpdated(e),this.#Fe=this.element.querySelector(".ueb-pin-icon svg")??this.element,this.#_e=this.element.querySelector(".ueb-pin-wrapper")}getLinkLocation(e=!1){const t=(this.#Fe??this.element).getBoundingClientRect(),i=[this.element.isInputVisually()!=e?t.left:t.right+1,(t.top+t.bottom)/2],r=oe.convertLocation(i,this.blueprint.template.gridElement);return this.blueprint.compensateTranslation(r[0],r[1])}getClickableElement(){return this.#_e??this.element}getAllConnectedLinks(){if(!this.element.isLinked)return[];const e=this.element.nodeElement.nodeTitle,t=this.element.pinId,i=`ueb-link[data-origin-node="${e}"][data-origin-pin="${t}"],ueb-link[data-target-node="${e}"][data-target-pin="${t}"]`;return[...this.blueprint.querySelectorAll(i)]}}class ui extends ci{render(){return z`
${this.renderIcon()}
`}}class hi extends ti{static nodeStyleClasses=[...super.nodeStyleClasses,"ueb-node-style-event"];#je;firstUpdated(e){super.firstUpdated(e),this.element.querySelector(".ueb-node-top").appendChild(this.createDelegatePinElement())}renderTop(){const e=this.renderNodeIcon(),t=this.renderNodeName(),i=this.element.getType()===ae.paths.customEvent&&(this.element.entity.CustomFunctionName||this.element.entity.FunctionReference.MemberParent);return z`
${e?z`
${e}
`:_} ${t?z`
${t} ${i?z`
Custom Event
`:_}
`:_}
`}getPinElements(){return this.element.getPinElements().filter((e=>"delegate"!==e.entity.PinType.PinCategory?.toString()))}createDelegatePinElement(){return this.#je||(this.#je=Ae.getConstructor("ueb-pin").newObject(this.element.getPinEntities().find((e=>!e.isHidden()&&"delegate"===e.PinType.PinCategory?.toString())),new ui,this.element),this.#je.template.isNameRendered=!1),this.#je}createPinElements(){return[this.createDelegatePinElement(),...this.element.getPinEntities().filter((e=>!e.isHidden()&&"delegate"!==e.PinType.PinCategory?.toString())).map((e=>Ae.getConstructor("ueb-pin").newObject(e,void 0,this.element)))]}}class pi extends ui{static#Ue=new mt({PinCategory:new it("wildcard"),PinSubCategoryObject:ht.createNoneInstance(),PinSubCategoryMemberReference:new dt});#Ke(e){const t=this.getoppositePin();this.element.entity.PinType.copyTypeFrom(e),t.entity.PinType.copyTypeFrom(e),this.element.updateType(),t.updateType()}render(){return this.element.isOutput()?super.render():z``}update(e){if(super.update(e),e.has("isLinked")){const e=this.getoppositePin();if(this.element.isLinked||e.isLinked){if(this.element.isLinked&&"wildcard"==this.element.pinType){const e=this.element.getLinks().map((e=>this.blueprint.getPin(e))).find((e=>e&&"wildcard"!=e.pinType))?.entity.PinType;if(e){const t=[this];for(let i=0;ithis.blueprint.getPin(e).template)))}}}}else this.#Ke(pi.#Ue)}}getoppositePin(){const e=this.element.nodeElement.template;return this.element.isOutput()?e.inputPin:e.outputPin}getLinkLocation(e=!1){return this.element.isInput()?this.getoppositePin().getLinkLocation(!e):super.getLinkLocation(e)}}class di extends ti{#Ye=!1;get switchDirectionsVisually(){return this.#Ye}set switchDirectionsVisually(e){this.#Ye!=e&&(this.#Ye=e,this.element.acknowledgeUpdate())}#qe;get inputPin(){return this.#qe}#Xe;get outputPin(){return this.#Xe}initialize(e){super.initialize(e),this.element.classList.add("ueb-node-style-minimal")}render(){return z`
`}setupPins(){for(const e of this.getPinElements())this.element.querySelector(".ueb-node-border").appendChild(e)}createPinElements(){const e=this.element.getPinEntities().filter((e=>!e.isHidden())),t=e[e[0].isInput()?0:1],i=e[e[0].isOutput()?0:1],r=Ae.getConstructor("ueb-pin");return[this.#qe=r.newObject(t,new pi,this.element),this.#Xe=r.newObject(i,new pi,this.element)]}checkSwtichDirectionsVisually(){let e=0,t=0,i=0,r=0;const n=this.outputPin.getLinkLocation()[0],s=this.getAllConnectedLinks();for(const a of s){const s=a.getOtherPin(this.element),o=s.getLinkLocation()[0]-n;s?.isInput()?(i+=o,++r):s?.isOutput()&&(e+=o,++t)}e/=t,i/=r,i!e.entity.isHidden()&&!e.entity.isExecution()));this.element.style.setProperty("--ueb-node-color",e.entity.pinColor().cssText)}}const bi=["Boolean::LogicEq","Boolean::LogicNEq","Integer::EnumNEq","Integer::EnumEq",...["Abs","Add","ArcCosine(Degrees)","ArcCosine(Radians)","ArcSine(Degrees)","ArcSine(Radians)","ArcTangent(Degrees)","ArcTangent(Radians)","Ceil","CmpEQ","CmpGE","CmpGT","CmpLE","CmpLT","CmpNEQ","Cosine(Degrees)","Cosine(Radians)","DegreesToRadians","Div","Dot","Exp","Exp2","Floor","FMod","Frac","Length","Lerp","Log","Log2","Madd","Max","Min","Mul","Negate","Normalize","OneMinus","PI","RadiansToDegrees","Rcp","RcpFast","Round","RSqrt","Sign","Sine(Degrees)","Sine(Radians)","Sqrt","Step","Subtract","Tangent(Degrees)","Tangent(Radians)","Trunc","TWO_PI"].map((e=>"Numeric::"+e)),"Vector3::Cross"],vi=ae.paths;function fi(e){const t=e.getClass();if(t===vi.callFunction||t===vi.commutativeAssociativeBinaryOperator||t===vi.callArrayFunction){const t=e.FunctionReference?.MemberParent?.path??"",i=e.FunctionReference?.MemberName?.toString();if(i&&(t===vi.kismetArrayLibrary||t===vi.kismetMathLibrary||t===vi.kismetStringLibrary||t===vi.typedElementHandleLibrary)){if(i.startsWith("Conv_"))return oi;if(i.startsWith("Add_")||i.startsWith("And_")||i.startsWith("Boolean")||i.startsWith("Cross_")||i.startsWith("Dot_")||i.startsWith("Not_")||i.startsWith("Or_")||i.startsWith("Percent_")||i.startsWith("Xor_"))return li;switch(i){case"Abs":case"Array_Add":case"Array_AddUnique":case"Array_Identical":case"BMax":case"BMin":case"CrossProduct2D":case"DotProduct2D":case"Equal":case"Exp":case"FMax":case"FMin":case"GetPI":case"Max":case"MaxInt64":case"Min":case"MinInt64":case"Sqrt":case"Square":case"Vector4_CrossProduct3":case"Vector4_DotProduct":case"Vector4_DotProduct3":case"Acos":case"Asin":case"Cos":case"DegAcos":case"DegCos":case"DegSin":case"DegTan":case"Sin":case"Tan":return li}}if(t===vi.blueprintSetLibrary)return li;if(t===vi.blueprintMapLibrary)return li}switch(t){case vi.comment:case vi.materialGraphNodeComment:return ri;case vi.createDelegate:return ti;case vi.metasoundEditorGraphExternalNode:return"Add"==e.ClassName?.Name?ai:mi;case vi.niagaraNodeOp:if(bi.includes(e.OpName?.toString()))return li;break;case vi.promotableOperator:return li;case vi.knot:return di;case vi.literal:case vi.self:case vi.variableGet:case vi.variableSet:return gi}return e.isEvent()?hi:ti}class yi extends Kt{static properties={...super.properties,selected:{type:Boolean,attribute:"data-selected",reflect:!0,converter:Le.booleanConverter}};dragHandler=e=>this.addLocation(...e.detail.value);constructor(){super(),this.selected=!1,this.listeningDrag=!1}setup(){super.setup(),this.setSelected(this.selected)}cleanup(){super.cleanup(),this.blueprint.removeEventListener(ae.nodeDragGeneralEventName,this.dragHandler)}setSelected(e=!0){this.selected=e,this.blueprint&&(this.selected?(this.listeningDrag=!0,this.blueprint.addEventListener(ae.nodeDragGeneralEventName,this.dragHandler)):(this.blueprint.removeEventListener(ae.nodeDragGeneralEventName,this.dragHandler),this.listeningDrag=!1))}}class wi extends yi{static properties={...yi.properties,typePath:{type:String,attribute:"data-type",reflect:!0},nodeTitle:{type:String,attribute:"data-title",reflect:!0},advancedPinDisplay:{type:String,attribute:"data-advanced-display",converter:nt.attributeConverter,reflect:!0},enabledState:{type:String,attribute:"data-enabled-state",reflect:!0},nodeDisplayName:{type:String,attribute:!1},pureFunction:{type:Boolean,converter:Le.booleanConverter,attribute:"data-pure-function",reflect:!0}};static dragEventName=ae.nodeDragEventName;static dragGeneralEventName=ae.nodeDragGeneralEventName;get blueprint(){return super.blueprint}set blueprint(e){super.blueprint=e,this.#Ze.forEach((t=>t.blueprint=e))}#We;get nodeNameElement(){return this.#We}set nodeNameElement(e){this.#We=e}#Ze=[];boundComments=[];#Qe=!1;#Je=e=>{this.selected||this.#Qe||(this.#Qe=!0,this.requestUpdate(),this.updateComplete.then((()=>this.#Qe=!1)),this.addLocation(...e.detail.value))};static fromSerializedObject(e){e=e.trim();let t=It.grammar.parse(e);return wi.newObject(t)}static newObject(e=new It,t=new(fi(e))){const i=new wi;return i.initialize(e,t),i}#et(e){for(let t of this.getPinElements())for(let i of t.getLinks())this.blueprint.getPin(i).redirectLink(t,new pt(new nt(e),t.entity.PinId))}initialize(e=new It,t=new(fi(e))){this.typePath=e.getType(),this.nodeTitle=e.getObjectName(),this.advancedPinDisplay=e.AdvancedPinDisplay?.toString(),this.enabledState=e.EnabledState,this.nodeDisplayName=je(e),this.pureFunction=e.bIsPureFunc?.valueOf(),this.dragLinkObjects=[],super.initialize(e,t),this.#Ze=this.template.createPinElements(),super.setLocation(this.entity.getNodePosX(),this.entity.getNodePosY()),this.entity.NodeWidth&&this.entity.NodeHeight?(this.sizeX=this.entity.NodeWidth.value,this.sizeY=this.entity.NodeHeight.value):this.updateComplete.then((()=>this.computeSizes())),e.listenAttribute("Name",(t=>{this.#et(t?.toString()),this.nodeTitle=t?.toString(),this.nodeDisplayName=je(e),this.acknowledgeUpdate()}))}bindToComment(e){e==this||this.boundComments.includes(e)||(e.addEventListener(ae.nodeDragEventName,this.#Je),this.boundComments.push(e))}unbindFromComment(e){const t=this.boundComments.indexOf(e);t>=0&&(e.removeEventListener(ae.nodeDragEventName,this.#Je),this.boundComments[t]=this.boundComments[this.boundComments.length-1],this.boundComments.pop())}isInsideComment(e){return this.topBoundary()>=e.topBoundary()&&this.rightBoundary()<=e.rightBoundary()&&this.bottomBoundary()<=e.bottomBoundary()&&this.leftBoundary()>=e.leftBoundary()}getType(){return this.entity.getType()}getNodeName(){return this.entity.getObjectName()}computeNodeDisplayName(){this.nodeDisplayName=je(this.entity)}setNodeWidth(e){this.entity.setNodeWidth(e),this.sizeX=e,this.acknowledgeUpdate(!0)}setNodeHeight(e){this.entity.setNodeHeight(e),this.sizeY=e,this.acknowledgeUpdate(!0)}sanitizeLinks(e=[]){this.getPinElements().forEach((t=>t.sanitizeLinks(e)))}getPinElements(){return this.#Ze}getPinEntities(){return this.entity.getPinEntities()}setLocation(e=0,t=0,i=!0){this.entity.setNodePosX(e),this.entity.setNodePosY(t),super.setLocation(e,t,i)}acknowledgeUpdate(e=!1){const t=new CustomEvent(ae.nodeUpdateEventName);e&&(this.requestUpdate(),this.updateComplete.then((()=>this.computeSizes()))),this.dispatchEvent(t)}setShowAdvancedPinDisplay(e){this.entity.AdvancedPinDisplay=new nt(e?"Shown":"Hidden"),this.advancedPinDisplay=this.entity.AdvancedPinDisplay}toggleShowAdvancedPinDisplay(){this.setShowAdvancedPinDisplay("Shown"!=this.entity.AdvancedPinDisplay?.toString())}}class Si extends It{#tt=new Map;#it=[];get objectEntities(){return this.#it}static attributes={...super.attributes,ScriptVariables:super.attributes.ScriptVariables.asUniqueClass(!0).withDefault()};constructor(...e){super(...e),this.Name||(this.Name=new this.constructor.attributes.Name("Blueprint"))}getHomonymObjectEntity(e){const t=e.getObjectName();return this.#it.find((e=>e.getObjectName()==t))}takeFreeName(e){e=e.replace(/_\d+$/,"");const t=(this.#tt.get(e)??-1)+1;return this.#tt.set(e,t),ae.nodeTitle(e,t)}updateNameIndex(e){const t=e.match(/(.+)_(\d+)$/);if(t){e=t[1];const i=Number(t[2]);this.#tt.set(e,Math.max(i,this.#tt.get(e)??0))}}addObjectEntity(e){if(!this.#it.includes(e)){this.#it.push(e);const[t,i]=e.getNameAndCounter();return this.#tt.set(t,Math.max(this.#tt.get(t)??0,i)),!0}return!1}removeObjectEntity(e){const t=this.#it.indexOf(e);if(t>=0){const e=this.#it.pop();return t{let i=this[ae.subObjectAttributeNameFromReference(e,t)];i.Name.value=r,i.Name=i.Name})),e.path.replace(i,r),r}variableName(e){return this[ae.subObjectAttributeNameFromReference(e.ScriptVariable,!0)]?.Variable?.Name?.toString()}variableIndex(e){let t=0;for(const i of this.ScriptVariables?.valueOf()){if(e==this.variableName(i))return t;++t}}mergeWith(e){if(0===(e.ScriptVariables?.length??0))return this;const t=this.ScriptVariables.valueOf().map((e=>e.ScriptVariable.getName()));let i=oe.mergeArrays(this.ScriptVariables.valueOf(),e.ScriptVariables.valueOf(),((e,t)=>this.variableName(e)==this.variableName(t)),(i=>{let r=i.ScriptVariable.getName();t.includes(r)&&(r=this.renameScriptVariable(i.ScriptVariable,e)),this.updateNameIndex(r)}));if(i.length===this.ScriptVariables.length)return this;i.reverse();const r=this.constructor,n=i.concat(i).map(((t,r)=>{const n=ae.subObjectAttributeNameFromReference(t.ScriptVariable,r>=i.length),s=this[n]??e[n];return s?[n,s]:null})).filter((e=>e));n.push(...Object.entries(this).filter((([e,t])=>!e.startsWith(ae.subObjectAttributeNamePrefix)&&"ExportedNodes"!==e)),["ScriptVariables",new r.attributes.ScriptVariables(i.reverse())]);const s=new Si(Object.fromEntries(n));return s.mirrorNameInExportPaths(e.Name?.toString()),s.#tt=this.#tt,s.#it=this.#it,s}getVariablesAttributesReferringTo(...e){let t=new Set(...e.flatMap((e=>e.getPinEntities())).map((e=>e.PinName.toString())));return this.ScriptVariables.valueOf().map((e=>{const t=ae.subObjectAttributeNameFromReference(e.ScriptVariable,!1),i=ae.subObjectAttributeNameFromReference(e.ScriptVariable,!0);return{simple:[t,this[t]],full:[i,this[i]],variable:e}})).filter((e=>t.has(e.full?.Variable?.Name))).reduce(((e,t)=>(e.simple.push([t.simple[0],t.simple[1]]),e.full.push([t.full[0],t.full[1]]),e.ScriptVariables.push(t.variable),e)),{simple:[],full:[],ScriptVariables:[]}),{}}}class Ei extends It{constructor(e,t){const i=ae.paths.niagaraClipboardContent,r=e.takeFreeName("NiagaraClipboardContent"),n=`/Engine/Transient.${r}`,s=new Set;let a="";for(const i of t)i.exported&&(i.getPinEntities().map((t=>e.variableIndex(t.PinName.toString()))).filter((e=>null!=e)).forEach((e=>s.add(e))),a+=i.serialize());const o=e.ScriptVariables.valueOf().filter(((e,t)=>s.has(t))),l=o.concat(o).map(((t,i)=>{const r=ae.subObjectAttributeNameFromReference(t.ScriptVariable,i>=o.length);return[r,e[r]]}));super({Class:new ht(i),Name:new it(r),...Object.fromEntries(l),ExportPath:new ht(i,n),ScriptVariables:new Ei.attributes.ScriptVariables(o),ExportedNodes:new it(btoa(a))})}}class Ci extends Dt{#rt;constructor(e,t,i={}){i.listenOnFocus??=!0,i.unlistenOnTextEdit??=!0,super(e,t,i);let r=this;this.#rt=()=>r.copied()}listenEvents(){window.addEventListener("copy",this.#rt)}unlistenEvents(){window.removeEventListener("copy",this.#rt)}copied(){const e=this.blueprint.getSerializedText();return navigator.clipboard.writeText(e),e}}class Ni extends Dt{#nt;constructor(e,t,i={}){i.listenOnFocus??=!0,i.unlistenOnTextEdit??=!0,super(e,t,i);let r=this;this.#nt=()=>r.cut()}listenEvents(){window.addEventListener("cut",this.#nt)}unlistenEvents(){window.removeEventListener("cut",this.#nt)}cut(){this.blueprint.template.getCopyInputObject().copied(),this.blueprint.removeGraphElement(...this.blueprint.getNodes(!0))}}class xi extends Dt{#st;constructor(e,t,i={}){i.listenOnFocus??=!0,i.unlistenOnTextEdit??=!0,super(e,t,i);let r=this;this.#st=e=>r.pasted(e.clipboardData.getData("Text"))}listenEvents(){window.addEventListener("paste",this.#st)}unlistenEvents(){window.removeEventListener("paste",this.#st)}pasted(e){let t=0,i=0,r=0,n=It.grammarMultipleObjects.parse(e).map((e=>{let n=Ae.getConstructor("ueb-node").newObject(e);return t+=n.locationY,i+=n.locationX,++r,n}));t/=r,i/=r,n.length>0&&this.blueprint.unselectAll();let s=this.blueprint.mousePosition;for(const e of n)e.addLocation(s[0]-i,s[1]-t),e.snapToGrid(),e.setSelected(!0);return this.blueprint.addGraphElement(...n),n}}class Pi extends Bt{static#q=e=>{};#at=0;get variation(){return this.#at}#ot=e=>{this.enablerKey&&!this.enablerActivated||(e.preventDefault(),this.#at=e.deltaY,this.setLocationFromEvent(e),this.wheel())};#lt=e=>e.preventDefault();constructor(e,t,i={},r=Pi.#q){i.listenOnFocus=!0,i.strictTarget??=!1,super(e,t,i),this.strictTarget=i.strictTarget,this.onWheel=r}listenEvents(){this.movementSpace.addEventListener("wheel",this.#ot,!1),this.movementSpace.parentElement?.addEventListener("wheel",this.#lt)}unlistenEvents(){this.movementSpace.removeEventListener("wheel",this.#ot,!1),this.movementSpace.parentElement?.removeEventListener("wheel",this.#lt)}wheel(){this.onWheel(this)}}class ki extends Pi{#ct=0;#ut=!1;get enableZoonIn(){return this.#ut}set enableZoonIn(e){e!=this.#ut&&(this.#ut=e)}wheel(){if(this.#ct+=-this.variation,Math.abs(this.#ct)0||(e+=Math.sign(this.#ct),this.blueprint.setZoom(e,this.location),this.#ct=0)}}class Li extends Vt{#ht;constructor(e,t,i={}){i.activationKeys=Rt.enableZoomIn,super(e,t,i)}fire(){this.#ht=this.blueprint.template.getZoomInputObject(),this.#ht.enableZoonIn=!0}unfire(){this.#ht.enableZoonIn=!1}}class Ai extends Yt{startDrag(){this.blueprint.scrolling=!0}dragTo(e,t){this.blueprint.scrollDelta(-t[0],-t[1])}endDrag(){this.blueprint.scrolling=!1}}class Mi extends Bt{#pt=null;#dt=e=>{e.preventDefault(),this.setLocationFromEvent(e),this.blueprint.mousePosition=[...this.location]};#mt=e=>{this.#pt||(e.preventDefault(),this.#pt=e.detail.tracker,this.unlistenMouseMove())};#gt=e=>{this.#pt==e.detail.tracker&&(e.preventDefault(),this.#pt=null,this.listenMouseMove())};constructor(e,t,i={}){i.listenOnFocus=!0,super(e,t,i)}listenMouseMove(){this.target.addEventListener("mousemove",this.#dt)}unlistenMouseMove(){this.target.removeEventListener("mousemove",this.#dt)}listenEvents(){this.listenMouseMove(),this.blueprint.addEventListener(ae.trackingMouseEventName.begin,this.#mt),this.blueprint.addEventListener(ae.trackingMouseEventName.end,this.#gt)}unlistenEvents(){this.unlistenMouseMove(),this.blueprint.removeEventListener(ae.trackingMouseEventName.begin,this.#mt),this.blueprint.removeEventListener(ae.trackingMouseEventName.end,this.#gt)}}class Ti extends Yt{constructor(e,t,i={}){i.scrollGraphEdge??=!0,super(e,t,i),this.selectorElement=this.blueprint.template.selectorElement}startDrag(){this.selectorElement.beginSelect(this.clickedPosition)}dragTo(e,t){this.selectorElement.selectTo(e)}endDrag(){this.started&&this.selectorElement.endSelect()}unclicked(){this.started||this.blueprint.unselectAll()}}class Ii extends Dt{#bt=e=>this.clickedSomewhere(e.target);constructor(e,t,i={}){i.listenOnFocus=!0,super(e,t,i),this.blueprint.focus&&document.addEventListener("click",this.#bt)}clickedSomewhere(e){e.closest("ueb-blueprint")||this.blueprint.setFocused(!1)}listenEvents(){document.addEventListener("click",this.#bt)}unlistenEvents(){document.removeEventListener("click",this.#bt)}}class Oi extends zt{static styleVariables={"--ueb-font-size":`${ae.fontSize}`,"--ueb-grid-expand":`${ae.expandGridSize}px`,"--ueb-grid-line-width":`${ae.gridLineWidth}px`,"--ueb-grid-set":`${ae.gridSet}`,"--ueb-grid-size":`${ae.gridSize}px`,"--ueb-link-min-width":`${ae.linkMinWidth}`,"--ueb-node-radius":`${ae.nodeRadius}px`};#vt=new ResizeObserver((e=>{const t=e.find((e=>e.target===this.viewportElement))?.devicePixelContentBoxSize?.[0];t&&(this.viewportSize[0]=t.inlineSize,this.viewportSize[1]=t.blockSize)}));#ft;#yt;#ht;headerElement;overlayElement;viewportElement;selectorElement;gridElement;linksContainerElement;nodesContainerElement;viewportSize=[0,0];#wt=()=>this.headerElement.classList.remove("ueb-zoom-changed");initialize(e){super.initialize(e),this.element.style.cssText=Object.entries(Oi.styleVariables).map((([e,t])=>`${e}:${t};`)).join("");const t=this.element.querySelector(":scope > template")?.content.textContent;t&&(this.element.requestUpdate(),this.element.updateComplete.then((()=>{this.blueprint.mousePosition=[Math.round(this.viewportSize[0]/2),Math.round(this.viewportSize[1]/2)],this.getPasteInputObject().pasted(t),this.blueprint.unselectAll()})))}setup(){super.setup(),this.#vt.observe(this.viewportElement,{box:"device-pixel-content-box"});const e=this.viewportElement.getBoundingClientRect();this.viewportSize[0]=e.width,this.viewportSize[1]=e.height,this.blueprint.nodes.length>0&&(this.blueprint.requestUpdate(),this.blueprint.updateComplete.then((()=>this.centerContentInViewport())))}cleanup(){super.cleanup(),this.#vt.unobserve(this.viewportElement)}createInputObjects(){const e=this.element.getGridDOMElement();return this.#ft=new Ci(e,this.blueprint),this.#yt=new xi(e,this.blueprint),this.#ht=new ki(e,this.blueprint),[...super.createInputObjects(),this.#ft,this.#yt,this.#ht,new Ni(e,this.blueprint),new Vt(e,this.blueprint,{activationKeys:Rt.duplicateNodes},(()=>this.blueprint.template.getPasteInputObject().pasted(this.blueprint.template.getCopyInputObject().copied()))),new Vt(e,this.blueprint,{activationKeys:Rt.deleteNodes},(()=>this.blueprint.removeGraphElement(...this.blueprint.getNodes(!0)))),new Vt(e,this.blueprint,{activationKeys:Rt.selectAllNodes},(()=>this.blueprint.selectAll())),new Ti(e,this.blueprint,{clickButton:ae.mouseClickButton,exitAnyButton:!0,moveEverywhere:!0}),new Ai(e,this.blueprint,{clickButton:ae.mouseRightClickButton,exitAnyButton:!1,moveEverywhere:!0}),new Ii(e,this.blueprint),new Mi(e,this.blueprint),new Li(e,this.blueprint)]}render(){return z`
Zoom ${0==this.blueprint.zoom?"1:1":(this.blueprint.zoom>0?"+":"")+this.blueprint.zoom}

UEBlueprint

A stand alone implementation of the UE's Blueprint visual language editor.

Version: ${ae.VERSION}
Author: barsdeveloper
License: MIT
https://github.com/barsdeveloper/ueblueprint

`}firstUpdated(e){super.firstUpdated(e),this.headerElement=this.blueprint.querySelector(".ueb-viewport-header"),this.overlayElement=this.blueprint.querySelector(".ueb-viewport-overlay"),this.viewportElement=this.blueprint.querySelector(".ueb-viewport-body"),this.selectorElement=this.blueprint.querySelector("ueb-selector"),this.gridElement=this.viewportElement.querySelector(".ueb-grid"),this.linksContainerElement=this.blueprint.querySelector("[data-links]"),this.linksContainerElement.append(...this.blueprint.getLinks()),this.nodesContainerElement=this.blueprint.querySelector("[data-nodes]"),this.nodesContainerElement.append(...this.blueprint.getNodes()),this.viewportElement.scroll(ae.expandGridSize,ae.expandGridSize)}willUpdate(e){super.willUpdate(e),this.headerElement&&e.has("zoom")&&(this.headerElement.classList.contains("ueb-zoom-changed")&&(this.headerElement.classList.remove("ueb-zoom-changed"),this.headerElement.offsetWidth),this.headerElement.classList.add("ueb-zoom-changed"),this.headerElement.addEventListener("animationend",this.#wt,{once:!0}))}updated(e){if(super.updated(e),(e.has("scrollX")||e.has("scrollY"))&&this.viewportElement.scroll(this.blueprint.scrollX,this.blueprint.scrollY),e.has("zoom")){this.blueprint.style.setProperty("--ueb-scale",this.blueprint.getScale());const t=e.get("zoom"),i=Math.min(t,this.blueprint.zoom),r=Math.max(t,this.blueprint.zoom),n=oe.range(i,r),s=e=>`ueb-zoom-${e}`;te<0)).map(s)),this.blueprint.classList.add(...n.filter((e=>e>0)).map(s))):(this.blueprint.classList.remove(...n.filter((e=>e>0)).map(s)),this.blueprint.classList.add(...n.filter((e=>e<0)).map(s)))}}getCommentNodes(e=!1){return this.blueprint.querySelectorAll(`ueb-node[data-type="${ae.paths.comment}"]${e?'[data-selected="true"]':""}, ueb-node[data-type="${ae.paths.materialGraphNodeComment}"]${e?'[data-selected="true"]':""}`)}getPin(e){return this.blueprint.querySelector(`ueb-node[data-title="${e.objectName}"] ueb-pin[data-id="${e.pinGuid}"]`)}getCopyInputObject(){return this.#ft}getPasteInputObject(){return this.#yt}getZoomInputObject(){return this.#ht}isPointVisible(e,t){return!1}gridTopVisibilityBoundary(){return this.blueprint.scaleCorrect(this.blueprint.scrollY)-this.blueprint.translateY}gridRightVisibilityBoundary(){return this.gridLeftVisibilityBoundary()+this.blueprint.scaleCorrect(this.viewportSize[0])}gridBottomVisibilityBoundary(){return this.gridTopVisibilityBoundary()+this.blueprint.scaleCorrect(this.viewportSize[1])}gridLeftVisibilityBoundary(){return this.blueprint.scaleCorrect(this.blueprint.scrollX)-this.blueprint.translateX}centerViewport(e=0,t=0,i=!0){const r=this.gridLeftVisibilityBoundary()+this.blueprint.scaleCorrect(this.viewportSize[0]/2),n=this.gridTopVisibilityBoundary()+this.blueprint.scaleCorrect(this.viewportSize[1]/2);this.blueprint.scrollDelta(this.blueprint.scaleCorrectReverse(e-r),this.blueprint.scaleCorrectReverse(t-n),i)}centerContentInViewport(e=!0){let t=0,i=0,r=Number.MAX_SAFE_INTEGER,n=Number.MIN_SAFE_INTEGER,s=Number.MAX_SAFE_INTEGER,a=Number.MIN_SAFE_INTEGER;const o=this.blueprint.getNodes();for(const e of o)t+=e.leftBoundary()+e.rightBoundary(),i+=e.topBoundary()+e.bottomBoundary(),r=Math.min(r,e.leftBoundary()),n=Math.max(n,e.rightBoundary()),s=Math.min(s,e.topBoundary()),a=Math.max(a,e.bottomBoundary());t=Math.round(n-r<=this.viewportSize[0]?(n+r)/2:t/(2*o.length)),i=Math.round(a-s<=this.viewportSize[1]?(a+s)/2:i/(2*o.length)),this.centerViewport(t,i,e)}}class Di extends le{static properties={selecting:{type:Boolean,attribute:"data-selecting",reflect:!0,converter:Le.booleanConverter},scrolling:{type:Boolean,attribute:"data-scrolling",reflect:!0,converter:Le.booleanConverter},focused:{type:Boolean,attribute:"data-focused",reflect:!0,converter:Le.booleanConverter},zoom:{type:Number,attribute:"data-zoom",reflect:!0},scrollX:{type:Number,attribute:!1},scrollY:{type:Number,attribute:!1},additionalX:{type:Number,attribute:!1},additionalY:{type:Number,attribute:!1},translateX:{type:Number,attribute:!1},translateY:{type:Number,attribute:!1}};static nodeBoundariesSupplier=e=>({primaryInf:e.leftBoundary(!0),primarySup:e.rightBoundary(!0),secondaryInf:e.topBoundary(!0),secondarySup:e.bottomBoundary(!0)});static nodeSelectToggleFunction=(e,t)=>{e.setSelected(t)};#St=0;#Et=0;nodes=[];links=[];nodesNames=new Map;mousePosition=[0,0];constructor(){super(),this.selecting=!1,this.scrolling=!1,this.focused=!1,this.zoom=0,this.scrollX=ae.expandGridSize,this.scrollY=ae.expandGridSize,this.translateX=ae.expandGridSize,this.translateY=ae.expandGridSize,super.initialize(new Si,new Oi)}initialize(){}getGridDOMElement(){return this.template.gridElement}getScroll(){return[this.scrollX,this.scrollY]}setScroll(e,t){this.scrollX=e,this.scrollY=t}scrollDelta(e=0,t=0,i=!1,r=ae.smoothScrollTime){if(i){let i=[0,0];this.#St&&cancelAnimationFrame(this.#St),this.#Et&&cancelAnimationFrame(this.#Et),oe.animate(0,e,r,(e=>{this.scrollDelta(e-i[0],0,!1),i[0]=e}),(e=>this.#St=e)),oe.animate(0,t,r,(e=>{this.scrollDelta(0,e-i[1],!1),i[1]=e}),(e=>this.#Et=e))}else{const i=[2*ae.expandGridSize,2*ae.expandGridSize];let r=this.getScroll(),n=[r[0]+e,r[1]+t],s=[0,0];for(let e=0;e<2;++e)n[e]i[e]-ae.gridExpandThreshold*ae.expandGridSize&&(s[e]=1);0==s[0]&&0==s[1]||this.seamlessExpand(s[0],s[1]),r=this.getScroll(),n=[r[0]+e,r[1]+t],this.setScroll(n[0],n[1])}}scrollCenter(e=!1){const t=this.getScroll(),i=[this.translateX-t[0],this.translateY-t[1]],r=this.getViewportSize().map((e=>e/2)),n=[i[0]-r[0],i[1]-r[1]];this.scrollDelta(n[0],n[1],e)}getViewportSize(){return[this.template.viewportElement.clientWidth,this.template.viewportElement.clientHeight]}getScrollMax(){return[this.template.viewportElement.scrollWidth-this.template.viewportElement.clientWidth,this.template.viewportElement.scrollHeight-this.template.viewportElement.clientHeight]}snapToGrid(e,t){return oe.snapToGrid(e,t,ae.gridSize)}seamlessExpand(e,t){e=Math.round(e),t=Math.round(t);let i=this.getScale();[e,t]=[-e*ae.expandGridSize,-t*ae.expandGridSize],0!=e&&(this.scrollX+=e,e/=i),0!=t&&(this.scrollY+=t,t/=i),this.translateX+=e,this.translateY+=t}progressiveSnapToGrid(e){return ae.expandGridSize*Math.round(e/ae.expandGridSize+.5*Math.sign(e))}getZoom(){return this.zoom}setZoom(e,t){if((e=oe.clamp(e,ae.minZoom,ae.maxZoom))==this.zoom)return;let i=this.getScale();if(this.zoom=e,t){t[0]+=this.translateX,t[1]+=this.translateY;let e=this.getScale()/i,r=[e*t[0],e*t[1]];this.scrollDelta((r[0]-t[0])*i,(r[1]-t[1])*i)}}getScale(){return ae.scale[this.getZoom()]}scaleCorrect(e){return e/this.getScale()}scaleCorrectReverse(e){return e*this.getScale()}compensateTranslation(e,t){return[e-=this.translateX,t-=this.translateY]}getNodes(e=!1){let t=this.nodes;return e&&(t=t.filter((e=>e.selected))),t}getCommentNodes(e=!1){let t=[...this.template.getCommentNodes(e)];return 0===t.length&&(t=this.nodes.filter((t=>t.getType()===ae.paths.comment&&(!e||t.selected)))),t}getPin(e){let t=this.template.getPin(e);return t&&t.nodeElement.getNodeName()==e.objectName.toString()||(t=[...this.nodes.find((t=>e.objectName.toString()==t.getNodeName()))?.getPinElements()??[]].find((t=>e.pinGuid.toString()==t.getPinId().toString()))),t}getLinks(e=null,t=null){if(null==e!=(null==t)){const i=e??t;return this.links.filter((e=>e.origin==i||e.target==i))}return null!=e&&null!=t?this.links.filter((i=>i.origin==e&&i.target==t||i.origin==t&&i.target==e)):this.links}getLink(e,t,i=!1){return this.links.find((r=>r.origin==e&&r.target==t||!i&&r.origin==t&&r.target==e))}selectAll(){this.getNodes().forEach((e=>Di.nodeSelectToggleFunction(e,!0)))}unselectAll(){this.getNodes().forEach((e=>Di.nodeSelectToggleFunction(e,!1)))}getSerializedText(){const e=this.blueprint.getNodes(!0).map((e=>e.entity));let t=!1,i=e.filter((e=>(t||=e.exported,!e.exported))).reduce(((e,t)=>e+t.serialize()),"");if(t){i=new Ei(this.blueprint.entity,e).serialize()+i}return i}addGraphElement(...e){const t=e=>{const i=e.currentTarget;i.removeEventListener(ae.removeEventName,t);const[r,n]=i instanceof wi?[this.nodes,i.entity]:i instanceof Ut?[this.links]:null,s=r?.indexOf(i);if(s>=0){const e=r.pop();se.entity.exported=!0));continue}const r=this.entity.getHomonymObjectEntity(i.entity);if(r){const t=this.entity.takeFreeName(e);r.Name=new r.Name.constructor(t)}this.nodes.push(i),this.entity.addObjectEntity(i.entity),i.addEventListener(ae.removeEventName,t),this.template.nodesContainerElement?.appendChild(i)}else i instanceof Ut&&!this.links.includes(i)&&(this.links.push(i),i.addEventListener(ae.removeEventName,t),this.template.linksContainerElement&&!this.template.linksContainerElement.contains(i)&&this.template.linksContainerElement.appendChild(i));e.filter((e=>e instanceof wi)).forEach((t=>t.sanitizeLinks(e))),e.filter((e=>e instanceof wi&&e.getType()==ae.paths.comment)).forEach((e=>e.updateComplete.then((()=>e.template.manageNodesBind()))))}removeGraphElement(...e){for(let t of e){if(t.closest("ueb-blueprint")!==this)return;t.remove()}}setFocused(e=!0){if(this.focused==e)return;let t=new CustomEvent(e?ae.focusEventName.begin:ae.focusEventName.end);this.focused=e,this.focused||this.unselectAll(),this.dispatchEvent(t)}acknowledgeEditText(e){const t=new CustomEvent(e?ae.editTextEventName.begin:ae.editTextEventName.end);this.dispatchEvent(t)}}customElements.define("ueb-blueprint",Di);class $i extends Qt{#Ct;get locationChangeCallback(){return this.#Ct}set locationChangeCallback(e){this.#Ct=e}movementSpace;movementSpaceSize=[0,0];firstUpdated(e){super.firstUpdated(e),this.movementSpace=this.element.parentElement}setup(){super.setup();const e=this.movementSpace.getBoundingClientRect();this.movementSpaceSize=[e.width,e.height]}createDraggableObject(){return new qt(this.element,this.blueprint,{draggableElement:this.movementSpace,ignoreTranslateCompensate:!0,moveEverywhere:!0,movementSpace:this.movementSpace,repositionOnClick:!0,stepSize:1})}adjustLocation(e,t){return this.locationChangeCallback?.(e,t),[e,t]}}class Vi extends $i{adjustLocation(e,t){const i=Math.round(this.movementSpaceSize[0]/2);e-=i,t=-(t-i);let[r,n]=oe.getPolarCoordinates(e,t);return r=Math.min(r,i),[e,t]=oe.getCartesianCoordinates(r,n),this.locationChangeCallback?.(e/i,t/i),[e=Math.round(e+i),t=Math.round(-t+i)]}}class Bi extends Kt{windowElement;setup(){super.setup(),this.windowElement=this.closest("ueb-window")}setLocation(e,t){super.setLocation(...this.template.adjustLocation(e,t))}}class Gi extends Bi{constructor(){super(),super.initialize({},new Vi)}static newObject(){return new Gi}initialize(){}}class Hi extends $i{adjustLocation(e,t){return e=oe.clamp(e,0,this.movementSpaceSize[0]),t=oe.clamp(t,0,this.movementSpaceSize[1]),this.locationChangeCallback?.(e/this.movementSpaceSize[0],1-t/this.movementSpaceSize[1]),[e,t]}}class Ri extends Bi{constructor(){super(),super.initialize({},new Hi)}static newObject(){return new Ri}initialize(){}}class zi extends Yt{constructor(e,t,i={}){i.consumeEvent=!0,super(e,t,i)}}class Fi extends zt{#Nt;#xt;#Pt=e=>this.element.selectedOption=e.target.selectedOptions[0].value;render(){return z` `}firstUpdated(e){super.firstUpdated(e),this.#Nt=this.element.querySelector("select:first-child"),this.#xt=this.element.querySelector("select:last-child");const t=new Event("input",{bubbles:!0});this.#Nt.dispatchEvent(t)}updated(e){super.updated(e);const t=this.#xt.getBoundingClientRect();this.element.style.setProperty("--ueb-dropdown-width",t.width+"px")}createInputObjects(){return[...super.createInputObjects(),new zi(this.element,this.blueprint)]}setSelectedValue(e){this.element.querySelector(`option[value="${e}"]`).defaultSelected=!0}getSelectedValue(){return this.#Nt.value}}class _i extends le{static properties={...super.properties,options:{type:Object},selectedOption:{type:String}};constructor(){super(),super.initialize({},new Fi),this.options=[],this.selectedOption=""}static newObject(e){return new _i}initialize(){}getValue(){return this.template.getSelectedValue()}}class ji extends zt{#kt=()=>{this.blueprint.acknowledgeEditText(!0),this.element.selectOnFocus&&getSelection().selectAllChildren(this.element)};#Lt=()=>{this.blueprint.acknowledgeEditText(!1),getSelection().removeAllRanges()};#At=e=>e.target.querySelectorAll("br").forEach((e=>e.remove()));#Mt=e=>{"Enter"!=e.code||e.shiftKey||e.target.blur()};initialize(e){super.initialize(e),this.element.classList.add("ueb-pin-input-content"),this.element.setAttribute("role","textbox"),"false"!==this.element.contentEditable&&(this.element.contentEditable="true")}firstUpdated(e){super.firstUpdated(e);const t=new Event("input",{bubbles:!0});this.element.dispatchEvent(t)}createInputObjects(){return[...super.createInputObjects(),new zi(this.element,this.blueprint)]}setup(){super.setup(),this.element.addEventListener("focus",this.#kt),this.element.addEventListener("focusout",this.#Lt),this.element.singleLine&&this.element.addEventListener("input",this.#At),this.element.blurOnEnter&&this.element.addEventListener("keydown",this.#Mt)}cleanup(){super.cleanup(),this.element.removeEventListener("focus",this.#kt),this.element.removeEventListener("focusout",this.#Lt),this.element.removeEventListener("input",this.#At),this.element.removeEventListener("keydown",this.#Mt)}}class Ui extends le{static properties={...super.properties,singleLine:{type:Boolean,attribute:"data-single-line",converter:Le.booleanConverter,reflect:!0},selectOnFocus:{type:Boolean,attribute:"data-select-focus",converter:Le.booleanConverter,reflect:!0},blurOnEnter:{type:Boolean,attribute:"data-blur-enter",converter:Le.booleanConverter,reflect:!0}};constructor(){super(),this.singleLine=!1,this.selectOnFocus=!0,this.blurOnEnter=!0,super.initialize({},new ji)}static newObject(){return new Ui}initialize(){}}class Ki extends ci{#Tt;#It=()=>{const e=this.element.getDefaultValue(!0);e.value=this.#Tt.checked,this.element.setDefaultValue(e)};firstUpdated(e){super.firstUpdated(e),this.#Tt=this.element.querySelector(".ueb-pin-input")}setup(){super.setup(),this.#Tt?.addEventListener("change",this.#It)}cleanup(){super.cleanup(),this.#Tt?.removeEventListener("change",this.#It)}createInputObjects(){return[...super.createInputObjects(),new zi(this.#Tt,this.blueprint)]}renderInput(){return z``}}class Yi extends ci{static singleLineInput=!1;static selectOnFocus=!0;static saveEachInputChange=!1;#Ot;get inputWrapper(){return this.#Ot}#Dt;static stringFromInputToUE(e){return e.replace(/(?=\n\s*)\n$/,"")}static stringFromUEToInput(e){return e.replaceAll(/(?:\r|(?<=(?:^|[^\\])(?:\\\\)*)\\r)(?=\n)/g,"").replace(/(?<=\n\s*)$/,"\n")}#$t=()=>this.setInputs(this.getInputs(),!0);#Vt=e=>this.#Bt(e.target);#Bt(e){if(this.element.querySelector(".ueb-pin-name")?.getBoundingClientRect().width<20)return;const t=this.blueprint.scaleCorrect(this.#Ot.getBoundingClientRect().width)+this.nameWidth,i=this.element.classList.contains("ueb-pin-input-wrap");!i&&t>ae.pinInputWrapWidth?this.element.classList.add("ueb-pin-input-wrap"):i&&t<=ae.pinInputWrapWidth&&this.element.classList.remove("ueb-pin-input-wrap")}firstUpdated(e){super.firstUpdated(e);this.constructor.canWrapInput&&this.isInputRendered()&&(this.element.addEventListener("input",this.#Vt),this.nameWidth=this.blueprint.scaleCorrect(this.element.querySelector(".ueb-pin-name")?.getBoundingClientRect().width??0)),this.#Ot=this.element.querySelector(".ueb-pin-input-wrapper"),this.#Dt=[...this.element.querySelectorAll("ueb-input")]}setup(){super.setup();const e=this.constructor;e.saveEachInputChange?this.element.addEventListener("input",this.#$t):this.element.addEventListener("focusout",this.#$t),e.canWrapInput&&this.isInputRendered()&&(this.element.addEventListener("input",this.#Vt),this.element.nodeElement.addEventListener(ae.nodeUpdateEventName,this.#Vt))}cleanup(){super.cleanup(),this.element.nodeElement.removeEventListener(ae.nodeUpdateEventName,this.#Vt),this.element.removeEventListener("input",this.#Vt),this.element.removeEventListener("input",this.#$t),this.element.removeEventListener("focusout",this.#$t)}getInput(){return this.getInputs().reduce(((e,t)=>e+t),"")}getInputs(){return this.#Dt.map((e=>oe.clearHTMLWhitespace(e.innerHTML)))}setInputs(e=[],t=!0){this.#Dt.forEach(this.constructor.singleLineInput?(t,i)=>t.innerText=e[i]:(t,i)=>t.innerText=e[i].replaceAll("\n","")),t&&this.setDefaultValue(e.map((e=>Yi.stringFromInputToUE(e))),e),this.element.requestUpdate(),this.element.updateComplete.then((()=>this.element.nodeElement.acknowledgeUpdate()))}setDefaultValue(e=[],t=e){this.element.setDefaultValue(e.join(""))}renderInput(){const e=this.constructor,t=e.singleLineInput,i=e.selectOnFocus;return z`
`}}class qi extends ci{renderIcon(){return ce.execPin}renderName(){let e=this.element.entity.PinName?.toString();if(this.element.entity.PinFriendlyName)e=this.element.entity.PinFriendlyName.toString();else if("execute"===e||"then"===e)return z``;return z`${this.element.getPinDisplayName()}`}}class Xi extends Yi{static singleLineInput=!0;setInputs(e=[],t=!1){if(e&&0!=e.length||(e=[this.getInput()]),super.setInputs(e,!1),t){let i=[];for(const r of e){let e=parseFloat(r);isNaN(e)&&(e=0,t=!1),i.push(e)}this.setDefaultValue(i,e)}}setDefaultValue(e=[],t){const i=this.element.getDefaultValue();i.value=e[0],this.element.setDefaultValue(i),this.element.requestUpdate()}}class Zi extends Xi{renderInput(){return z`
`}} /** * @license * Copyright 2017 Google LLC diff --git a/js/template/LinkTemplate.js b/js/template/LinkTemplate.js index 9b3c8f4..85bec00 100755 --- a/js/template/LinkTemplate.js +++ b/js/template/LinkTemplate.js @@ -52,6 +52,8 @@ export default class LinkTemplate extends IFromToPositionedTemplate { this.blueprint.addGraphElement(knot) // Important: keep it before changing existing links const inputPin = this.element.getInputPin() const outputPin = this.element.getOutputPin() + this.element.origin = null + this.element.target = null const link = /** @type {LinkElementConstructor} */(ElementFactory.getConstructor("ueb-link")) .newObject(outputPin, knotTemplate.inputPin) this.blueprint.addGraphElement(link) @@ -70,9 +72,9 @@ export default class LinkTemplate extends IFromToPositionedTemplate { // Switch actual input/output pins if allowed and makes sense if (isOriginAKnot && !targetPin) { - if (originPin?.isInputLoosely() && to > from + Configuration.distanceThreshold) { + if (originPin?.isInput() && to > from + Configuration.distanceThreshold) { this.element.origin = /** @type {KnotPinTemplate} */(originPin.template).getoppositePin() - } else if (originPin?.isOutputLoosely() && to < from - Configuration.distanceThreshold) { + } else if (originPin?.isOutput() && to < from - Configuration.distanceThreshold) { this.element.origin = /** @type {KnotPinTemplate} */(originPin.template).getoppositePin() } }