babylonjs-inspector 8.10.1 → 8.12.1

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.
@@ -4737,6 +4737,8 @@ declare module INSPECTOR.SharedUIComponents {
4737
4737
  * Expand the node
4738
4738
  */
4739
4739
  expand(): void;
4740
+ private _portUICount;
4741
+ private _buildInputPorts;
4740
4742
  appendVisual(root: HTMLDivElement, owner: INSPECTOR.SharedUIComponents.GraphCanvasComponent): void;
4741
4743
  dispose(): void;
4742
4744
  }
@@ -5246,6 +5248,7 @@ declare module INSPECTOR.SharedUIComponents {
5246
5248
  isActive?: boolean;
5247
5249
  setIsActive?: (value: boolean) => void;
5248
5250
  canBeActivated?: boolean;
5251
+ onInputCountChanged?: () => void;
5249
5252
  }
5250
5253
 
5251
5254
 
@@ -5757,6 +5757,8 @@ export class GraphNode {
5757
5757
  * Expand the node
5758
5758
  */
5759
5759
  expand(): void;
5760
+ private _portUICount;
5761
+ private _buildInputPorts;
5760
5762
  appendVisual(root: HTMLDivElement, owner: GraphCanvasComponent): void;
5761
5763
  dispose(): void;
5762
5764
  }
@@ -6242,6 +6244,7 @@ export interface INodeData {
6242
6244
  isActive?: boolean;
6243
6245
  setIsActive?: (value: boolean) => void;
6244
6246
  canBeActivated?: boolean;
6247
+ onInputCountChanged?: () => void;
6245
6248
  }
6246
6249
 
6247
6250
  }
@@ -13065,6 +13068,8 @@ declare module INSPECTOR.SharedUIComponents {
13065
13068
  * Expand the node
13066
13069
  */
13067
13070
  expand(): void;
13071
+ private _portUICount;
13072
+ private _buildInputPorts;
13068
13073
  appendVisual(root: HTMLDivElement, owner: INSPECTOR.SharedUIComponents.GraphCanvasComponent): void;
13069
13074
  dispose(): void;
13070
13075
  }
@@ -13574,6 +13579,7 @@ declare module INSPECTOR.SharedUIComponents {
13574
13579
  isActive?: boolean;
13575
13580
  setIsActive?: (value: boolean) => void;
13576
13581
  canBeActivated?: boolean;
13582
+ onInputCountChanged?: () => void;
13577
13583
  }
13578
13584
 
13579
13585
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "babylonjs-inspector",
3
- "version": "8.10.1",
3
+ "version": "8.12.1",
4
4
  "main": "babylon.inspector.bundle.max.js",
5
5
  "types": "babylon.inspector.module.d.ts",
6
6
  "files": [
@@ -14,13 +14,13 @@
14
14
  "clean": "rimraf dist && rimraf babylon*.* -g"
15
15
  },
16
16
  "dependencies": {
17
- "babylonjs": "^8.10.1",
18
- "babylonjs-addons": "^8.10.1",
19
- "babylonjs-gui": "^8.10.1",
20
- "babylonjs-gui-editor": "^8.10.1",
21
- "babylonjs-loaders": "^8.10.1",
22
- "babylonjs-materials": "^8.10.1",
23
- "babylonjs-serializers": "^8.10.1"
17
+ "babylonjs": "^8.12.1",
18
+ "babylonjs-addons": "^8.12.1",
19
+ "babylonjs-gui": "^8.12.1",
20
+ "babylonjs-gui-editor": "^8.12.1",
21
+ "babylonjs-loaders": "^8.12.1",
22
+ "babylonjs-materials": "^8.12.1",
23
+ "babylonjs-serializers": "^8.12.1"
24
24
  },
25
25
  "devDependencies": {
26
26
  "@dev/addons": "1.0.0",