@babylonjs/inspector 6.18.0 → 6.19.0
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.
@@ -7021,6 +7021,7 @@ export class NodePort {
|
|
7021
7021
|
node: GraphNode;
|
7022
7022
|
protected _element: HTMLDivElement;
|
7023
7023
|
protected _img: HTMLImageElement;
|
7024
|
+
protected _pip: HTMLDivElement;
|
7024
7025
|
protected _stateManager: StateManager;
|
7025
7026
|
protected _portLabelElement: Element;
|
7026
7027
|
protected _onCandidateLinkMovedObserver: Nullable<Observer<Nullable<Vector2>>>;
|
@@ -7129,7 +7130,7 @@ export class StateManager {
|
|
7129
7130
|
}>;
|
7130
7131
|
exportData: (data: any, frame?: Nullable<GraphFrame>) => string;
|
7131
7132
|
isElbowConnectionAllowed: (nodeA: FrameNodePort | NodePort, nodeB: FrameNodePort | NodePort) => boolean;
|
7132
|
-
applyNodePortDesign: (data: IPortData, element: HTMLElement, img: HTMLImageElement) => void;
|
7133
|
+
applyNodePortDesign: (data: IPortData, element: HTMLElement, img: HTMLImageElement, pip: HTMLDivElement) => void;
|
7133
7134
|
storeEditorData: (serializationObject: any, frame?: Nullable<GraphFrame>) => void;
|
7134
7135
|
getEditorDataMap: () => {
|
7135
7136
|
[key: number]: number;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@babylonjs/inspector",
|
3
|
-
"version": "6.
|
3
|
+
"version": "6.19.0",
|
4
4
|
"module": "dist/babylon.inspector.bundle.max.js",
|
5
5
|
"main": "dist/babylon.inspector.bundle.max.js",
|
6
6
|
"typings": "dist/babylon.inspector.module.d.ts",
|
@@ -32,12 +32,12 @@
|
|
32
32
|
"@types/react-dom": ">=16.0.9"
|
33
33
|
},
|
34
34
|
"devDependencies": {
|
35
|
-
"@babylonjs/core": "^6.
|
36
|
-
"@babylonjs/gui": "^6.
|
37
|
-
"@babylonjs/gui-editor": "^6.
|
38
|
-
"@babylonjs/loaders": "^6.
|
39
|
-
"@babylonjs/materials": "^6.
|
40
|
-
"@babylonjs/serializers": "^6.
|
35
|
+
"@babylonjs/core": "^6.19.0",
|
36
|
+
"@babylonjs/gui": "^6.19.0",
|
37
|
+
"@babylonjs/gui-editor": "^6.19.0",
|
38
|
+
"@babylonjs/loaders": "^6.19.0",
|
39
|
+
"@babylonjs/materials": "^6.19.0",
|
40
|
+
"@babylonjs/serializers": "^6.19.0",
|
41
41
|
"@lts/gui": "1.0.0",
|
42
42
|
"react": "^17.0.2",
|
43
43
|
"react-dom": "^17.0.2"
|