babylonjs-node-render-graph-editor 7.26.1 → 7.26.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.
@@ -692,7 +692,7 @@ declare module BABYLON.NodeRenderGraphEditor.SharedUIComponents {
692
692
  * @param source document to copy styles from
693
693
  * @param target document or shadow root to copy styles to
694
694
  */
695
- export function CopyStyles(source: Document, target: Document): void;
695
+ export function CopyStyles(source: Document, target: DocumentOrShadowRoot): void;
696
696
 
697
697
 
698
698
 
@@ -1376,6 +1376,7 @@ declare module BABYLON.NodeRenderGraphEditor.SharedUIComponents {
1376
1376
  isElbowConnectionAllowed: (nodeA: BABYLON.NodeRenderGraphEditor.SharedUIComponents.FrameNodePort | BABYLON.NodeRenderGraphEditor.SharedUIComponents.NodePort, nodeB: BABYLON.NodeRenderGraphEditor.SharedUIComponents.FrameNodePort | BABYLON.NodeRenderGraphEditor.SharedUIComponents.NodePort) => boolean;
1377
1377
  isDebugConnectionAllowed: (nodeA: BABYLON.NodeRenderGraphEditor.SharedUIComponents.FrameNodePort | BABYLON.NodeRenderGraphEditor.SharedUIComponents.NodePort, nodeB: BABYLON.NodeRenderGraphEditor.SharedUIComponents.FrameNodePort | BABYLON.NodeRenderGraphEditor.SharedUIComponents.NodePort) => boolean;
1378
1378
  applyNodePortDesign: (data: BABYLON.NodeRenderGraphEditor.SharedUIComponents.IPortData, element: HTMLElement, img: HTMLImageElement, pip: HTMLDivElement) => void;
1379
+ getPortColor: (portData: BABYLON.NodeRenderGraphEditor.SharedUIComponents.IPortData) => string;
1379
1380
  storeEditorData: (serializationObject: any, frame?: BABYLON.Nullable<BABYLON.NodeRenderGraphEditor.SharedUIComponents.GraphFrame>) => void;
1380
1381
  getEditorDataMap: () => {
1381
1382
  [key: number]: number;