babylonjs-node-editor 5.13.1 → 5.13.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2679,8 +2679,8 @@ declare module BABYLON.NodeEditor.SharedUIComponents {
2679
2679
  onDisposedObservable: BABYLON.Observable<NodeLink>;
2680
2680
  get isVisible(): boolean;
2681
2681
  set isVisible(value: boolean);
2682
- get portA(): BABYLON.NodeEditor.SharedUIComponents.NodePort | BABYLON.NodeEditor.SharedUIComponents.FrameNodePort;
2683
- get portB(): BABYLON.NodeEditor.SharedUIComponents.NodePort | BABYLON.NodeEditor.SharedUIComponents.FrameNodePort | undefined;
2682
+ get portA(): BABYLON.NodeEditor.SharedUIComponents.FrameNodePort | BABYLON.NodeEditor.SharedUIComponents.NodePort;
2683
+ get portB(): BABYLON.NodeEditor.SharedUIComponents.FrameNodePort | BABYLON.NodeEditor.SharedUIComponents.NodePort | undefined;
2684
2684
  get nodeA(): BABYLON.NodeEditor.SharedUIComponents.GraphNode;
2685
2685
  get nodeB(): BABYLON.NodeEditor.SharedUIComponents.GraphNode | undefined;
2686
2686
  update(endX?: number, endY?: number, straight?: boolean): void;
@@ -2754,7 +2754,7 @@ declare module BABYLON.NodeEditor.SharedUIComponents {
2754
2754
  onGraphNodeRemovalObservable: BABYLON.Observable<BABYLON.NodeEditor.SharedUIComponents.GraphNode>;
2755
2755
  onSelectionBoxMoved: BABYLON.Observable<ClientRect | DOMRect>;
2756
2756
  onCandidateLinkMoved: BABYLON.Observable<BABYLON.Nullable<BABYLON.Vector2>>;
2757
- onCandidatePortSelectedObservable: BABYLON.Observable<BABYLON.Nullable<BABYLON.NodeEditor.SharedUIComponents.NodePort | BABYLON.NodeEditor.SharedUIComponents.FrameNodePort>>;
2757
+ onCandidatePortSelectedObservable: BABYLON.Observable<BABYLON.Nullable<BABYLON.NodeEditor.SharedUIComponents.FrameNodePort | BABYLON.NodeEditor.SharedUIComponents.NodePort>>;
2758
2758
  onNewNodeCreatedObservable: BABYLON.Observable<BABYLON.NodeEditor.SharedUIComponents.GraphNode>;
2759
2759
  onRebuildRequiredObservable: BABYLON.Observable<boolean>;
2760
2760
  onErrorMessageDialogRequiredObservable: BABYLON.Observable<string>;