@babylonjs/inspector 6.25.0 → 6.25.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.
@@ -4251,13 +4251,13 @@ export class SceneExplorerComponent extends React.Component<ISceneExplorerCompon
4251
4251
  previousOne?: any;
4252
4252
  found?: boolean;
4253
4253
  }): boolean;
4254
- processKeys(keyEvent: React.KeyboardEvent<HTMLDivElement>): void;
4254
+ processKeys(keyEvent: React.KeyboardEvent<HTMLDivElement>, allNodes: any[]): void;
4255
4255
  private _getPipelineContextMenus;
4256
4256
  private _getNodeContextMenus;
4257
4257
  private _getMaterialsContextMenus;
4258
4258
  private _getSpriteManagersContextMenus;
4259
4259
  private _getParticleSystemsContextMenus;
4260
- renderContent(): JSX.Element | null;
4260
+ renderContent(allNodes: any[]): JSX.Element | null;
4261
4261
  onClose(): void;
4262
4262
  onPopup(): void;
4263
4263
  render(): JSX.Element;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@babylonjs/inspector",
3
- "version": "6.25.0",
3
+ "version": "6.25.1",
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.25.0",
36
- "@babylonjs/gui": "^6.25.0",
37
- "@babylonjs/gui-editor": "^6.25.0",
38
- "@babylonjs/loaders": "^6.25.0",
39
- "@babylonjs/materials": "^6.25.0",
40
- "@babylonjs/serializers": "^6.25.0",
35
+ "@babylonjs/core": "^6.25.1",
36
+ "@babylonjs/gui": "^6.25.1",
37
+ "@babylonjs/gui-editor": "^6.25.1",
38
+ "@babylonjs/loaders": "^6.25.1",
39
+ "@babylonjs/materials": "^6.25.1",
40
+ "@babylonjs/serializers": "^6.25.1",
41
41
  "@lts/gui": "1.0.0",
42
42
  "react": "^17.0.2",
43
43
  "react-dom": "^17.0.2"