babylonjs-node-render-graph-editor 7.43.1 → 7.43.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.
@@ -1402,7 +1402,7 @@ declare module BABYLON.NodeRenderGraphEditor.SharedUIComponents {
1402
1402
  exportData: (data: any, frame?: BABYLON.Nullable<BABYLON.NodeRenderGraphEditor.SharedUIComponents.GraphFrame>) => string;
1403
1403
  isElbowConnectionAllowed: (nodeA: BABYLON.NodeRenderGraphEditor.SharedUIComponents.FrameNodePort | BABYLON.NodeRenderGraphEditor.SharedUIComponents.NodePort, nodeB: BABYLON.NodeRenderGraphEditor.SharedUIComponents.FrameNodePort | BABYLON.NodeRenderGraphEditor.SharedUIComponents.NodePort) => boolean;
1404
1404
  isDebugConnectionAllowed: (nodeA: BABYLON.NodeRenderGraphEditor.SharedUIComponents.FrameNodePort | BABYLON.NodeRenderGraphEditor.SharedUIComponents.NodePort, nodeB: BABYLON.NodeRenderGraphEditor.SharedUIComponents.FrameNodePort | BABYLON.NodeRenderGraphEditor.SharedUIComponents.NodePort) => boolean;
1405
- applyNodePortDesign: (data: BABYLON.NodeRenderGraphEditor.SharedUIComponents.IPortData, element: HTMLElement, imgHost: HTMLDivElement, pip: HTMLDivElement) => boolean;
1405
+ applyNodePortDesign: (data: BABYLON.NodeRenderGraphEditor.SharedUIComponents.IPortData, element: HTMLElement, imgHost: HTMLImageElement, pip: HTMLDivElement) => boolean;
1406
1406
  getPortColor: (portData: BABYLON.NodeRenderGraphEditor.SharedUIComponents.IPortData) => string;
1407
1407
  storeEditorData: (serializationObject: any, frame?: BABYLON.Nullable<BABYLON.NodeRenderGraphEditor.SharedUIComponents.GraphFrame>) => void;
1408
1408
  getEditorDataMap: () => {
@@ -1476,7 +1476,7 @@ declare module BABYLON.NodeRenderGraphEditor.SharedUIComponents {
1476
1476
  node: BABYLON.NodeRenderGraphEditor.SharedUIComponents.GraphNode;
1477
1477
  protected _element: HTMLDivElement;
1478
1478
  protected _portContainer: HTMLElement;
1479
- protected _imgHost: HTMLDivElement;
1479
+ protected _imgHost: HTMLImageElement;
1480
1480
  protected _pip: HTMLDivElement;
1481
1481
  protected _stateManager: BABYLON.NodeRenderGraphEditor.SharedUIComponents.StateManager;
1482
1482
  protected _portLabelElement: Element;