babylonjs-gui-editor 7.54.1 → 7.54.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.
@@ -1884,7 +1884,7 @@ declare module BABYLON.GuiEditor.SharedUIComponents {
1884
1884
  exportData: (data: any, frame?: Nullable<BABYLON.GuiEditor.SharedUIComponents.GraphFrame>) => string;
1885
1885
  isElbowConnectionAllowed: (nodeA: BABYLON.GuiEditor.SharedUIComponents.FrameNodePort | BABYLON.GuiEditor.SharedUIComponents.NodePort, nodeB: BABYLON.GuiEditor.SharedUIComponents.FrameNodePort | BABYLON.GuiEditor.SharedUIComponents.NodePort) => boolean;
1886
1886
  isDebugConnectionAllowed: (nodeA: BABYLON.GuiEditor.SharedUIComponents.FrameNodePort | BABYLON.GuiEditor.SharedUIComponents.NodePort, nodeB: BABYLON.GuiEditor.SharedUIComponents.FrameNodePort | BABYLON.GuiEditor.SharedUIComponents.NodePort) => boolean;
1887
- applyNodePortDesign: (data: BABYLON.GuiEditor.SharedUIComponents.IPortData, element: HTMLElement, imgHost: HTMLDivElement, pip: HTMLDivElement) => boolean;
1887
+ applyNodePortDesign: (data: BABYLON.GuiEditor.SharedUIComponents.IPortData, element: HTMLElement, imgHost: HTMLImageElement, pip: HTMLDivElement) => boolean;
1888
1888
  getPortColor: (portData: BABYLON.GuiEditor.SharedUIComponents.IPortData) => string;
1889
1889
  storeEditorData: (serializationObject: any, frame?: Nullable<BABYLON.GuiEditor.SharedUIComponents.GraphFrame>) => void;
1890
1890
  getEditorDataMap: () => {
@@ -1958,7 +1958,7 @@ declare module BABYLON.GuiEditor.SharedUIComponents {
1958
1958
  node: BABYLON.GuiEditor.SharedUIComponents.GraphNode;
1959
1959
  protected _element: HTMLDivElement;
1960
1960
  protected _portContainer: HTMLElement;
1961
- protected _imgHost: HTMLDivElement;
1961
+ protected _imgHost: HTMLImageElement;
1962
1962
  protected _pip: HTMLDivElement;
1963
1963
  protected _stateManager: BABYLON.GuiEditor.SharedUIComponents.StateManager;
1964
1964
  protected _portLabelElement: Element;
@@ -2161,7 +2161,7 @@ export class StateManager {
2161
2161
  exportData: (data: any, frame?: Nullable<GraphFrame>) => string;
2162
2162
  isElbowConnectionAllowed: (nodeA: FrameNodePort | NodePort, nodeB: FrameNodePort | NodePort) => boolean;
2163
2163
  isDebugConnectionAllowed: (nodeA: FrameNodePort | NodePort, nodeB: FrameNodePort | NodePort) => boolean;
2164
- applyNodePortDesign: (data: IPortData, element: HTMLElement, imgHost: HTMLDivElement, pip: HTMLDivElement) => boolean;
2164
+ applyNodePortDesign: (data: IPortData, element: HTMLElement, imgHost: HTMLImageElement, pip: HTMLDivElement) => boolean;
2165
2165
  getPortColor: (portData: IPortData) => string;
2166
2166
  storeEditorData: (serializationObject: any, frame?: Nullable<GraphFrame>) => void;
2167
2167
  getEditorDataMap: () => {
@@ -2231,7 +2231,7 @@ export class NodePort {
2231
2231
  node: GraphNode;
2232
2232
  protected _element: HTMLDivElement;
2233
2233
  protected _portContainer: HTMLElement;
2234
- protected _imgHost: HTMLDivElement;
2234
+ protected _imgHost: HTMLImageElement;
2235
2235
  protected _pip: HTMLDivElement;
2236
2236
  protected _stateManager: StateManager;
2237
2237
  protected _portLabelElement: Element;
@@ -6862,7 +6862,7 @@ declare module BABYLON.GuiEditor.SharedUIComponents {
6862
6862
  exportData: (data: any, frame?: Nullable<BABYLON.GuiEditor.SharedUIComponents.GraphFrame>) => string;
6863
6863
  isElbowConnectionAllowed: (nodeA: BABYLON.GuiEditor.SharedUIComponents.FrameNodePort | BABYLON.GuiEditor.SharedUIComponents.NodePort, nodeB: BABYLON.GuiEditor.SharedUIComponents.FrameNodePort | BABYLON.GuiEditor.SharedUIComponents.NodePort) => boolean;
6864
6864
  isDebugConnectionAllowed: (nodeA: BABYLON.GuiEditor.SharedUIComponents.FrameNodePort | BABYLON.GuiEditor.SharedUIComponents.NodePort, nodeB: BABYLON.GuiEditor.SharedUIComponents.FrameNodePort | BABYLON.GuiEditor.SharedUIComponents.NodePort) => boolean;
6865
- applyNodePortDesign: (data: BABYLON.GuiEditor.SharedUIComponents.IPortData, element: HTMLElement, imgHost: HTMLDivElement, pip: HTMLDivElement) => boolean;
6865
+ applyNodePortDesign: (data: BABYLON.GuiEditor.SharedUIComponents.IPortData, element: HTMLElement, imgHost: HTMLImageElement, pip: HTMLDivElement) => boolean;
6866
6866
  getPortColor: (portData: BABYLON.GuiEditor.SharedUIComponents.IPortData) => string;
6867
6867
  storeEditorData: (serializationObject: any, frame?: Nullable<BABYLON.GuiEditor.SharedUIComponents.GraphFrame>) => void;
6868
6868
  getEditorDataMap: () => {
@@ -6936,7 +6936,7 @@ declare module BABYLON.GuiEditor.SharedUIComponents {
6936
6936
  node: BABYLON.GuiEditor.SharedUIComponents.GraphNode;
6937
6937
  protected _element: HTMLDivElement;
6938
6938
  protected _portContainer: HTMLElement;
6939
- protected _imgHost: HTMLDivElement;
6939
+ protected _imgHost: HTMLImageElement;
6940
6940
  protected _pip: HTMLDivElement;
6941
6941
  protected _stateManager: BABYLON.GuiEditor.SharedUIComponents.StateManager;
6942
6942
  protected _portLabelElement: Element;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "babylonjs-gui-editor",
3
- "version": "7.54.1",
3
+ "version": "7.54.2",
4
4
  "main": "babylon.guiEditor.max.js",
5
5
  "types": "babylon.guiEditor.module.d.ts",
6
6
  "files": [
@@ -14,8 +14,8 @@
14
14
  "clean": "rimraf dist && rimraf babylon*.* -g"
15
15
  },
16
16
  "dependencies": {
17
- "babylonjs": "^7.54.1",
18
- "babylonjs-gui": "^7.54.1"
17
+ "babylonjs": "^7.54.2",
18
+ "babylonjs-gui": "^7.54.2"
19
19
  },
20
20
  "devDependencies": {
21
21
  "@dev/build-tools": "1.0.0",