babylonjs-node-geometry-editor 7.54.1 → 7.54.3

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.
@@ -1418,7 +1418,7 @@ declare module BABYLON.NodeGeometryEditor.SharedUIComponents {
1418
1418
  exportData: (data: any, frame?: BABYLON.Nullable<BABYLON.NodeGeometryEditor.SharedUIComponents.GraphFrame>) => string;
1419
1419
  isElbowConnectionAllowed: (nodeA: BABYLON.NodeGeometryEditor.SharedUIComponents.FrameNodePort | BABYLON.NodeGeometryEditor.SharedUIComponents.NodePort, nodeB: BABYLON.NodeGeometryEditor.SharedUIComponents.FrameNodePort | BABYLON.NodeGeometryEditor.SharedUIComponents.NodePort) => boolean;
1420
1420
  isDebugConnectionAllowed: (nodeA: BABYLON.NodeGeometryEditor.SharedUIComponents.FrameNodePort | BABYLON.NodeGeometryEditor.SharedUIComponents.NodePort, nodeB: BABYLON.NodeGeometryEditor.SharedUIComponents.FrameNodePort | BABYLON.NodeGeometryEditor.SharedUIComponents.NodePort) => boolean;
1421
- applyNodePortDesign: (data: BABYLON.NodeGeometryEditor.SharedUIComponents.IPortData, element: HTMLElement, imgHost: HTMLDivElement, pip: HTMLDivElement) => boolean;
1421
+ applyNodePortDesign: (data: BABYLON.NodeGeometryEditor.SharedUIComponents.IPortData, element: HTMLElement, imgHost: HTMLImageElement, pip: HTMLDivElement) => boolean;
1422
1422
  getPortColor: (portData: BABYLON.NodeGeometryEditor.SharedUIComponents.IPortData) => string;
1423
1423
  storeEditorData: (serializationObject: any, frame?: BABYLON.Nullable<BABYLON.NodeGeometryEditor.SharedUIComponents.GraphFrame>) => void;
1424
1424
  getEditorDataMap: () => {
@@ -1492,7 +1492,7 @@ declare module BABYLON.NodeGeometryEditor.SharedUIComponents {
1492
1492
  node: BABYLON.NodeGeometryEditor.SharedUIComponents.GraphNode;
1493
1493
  protected _element: HTMLDivElement;
1494
1494
  protected _portContainer: HTMLElement;
1495
- protected _imgHost: HTMLDivElement;
1495
+ protected _imgHost: HTMLImageElement;
1496
1496
  protected _pip: HTMLDivElement;
1497
1497
  protected _stateManager: BABYLON.NodeGeometryEditor.SharedUIComponents.StateManager;
1498
1498
  protected _portLabelElement: Element;