@babylonjs/inspector 6.6.0 → 6.7.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.
@@ -2360,6 +2360,7 @@ export class MeshPropertyGridComponent extends React.Component<IMeshPropertyGrid
|
|
2360
2360
|
onSourceMeshLink(): void;
|
2361
2361
|
onSkeletonLink(): void;
|
2362
2362
|
convertPhysicsTypeToString(): string;
|
2363
|
+
private _getIdForDisplay;
|
2363
2364
|
render(): JSX.Element;
|
2364
2365
|
}
|
2365
2366
|
export {};
|
@@ -2495,7 +2496,7 @@ interface IParentPropertyGridComponentProps {
|
|
2495
2496
|
}
|
2496
2497
|
export class ParentPropertyGridComponent extends React.Component<IParentPropertyGridComponentProps> {
|
2497
2498
|
constructor(props: IParentPropertyGridComponentProps);
|
2498
|
-
private
|
2499
|
+
private _getNameForSortingAndDisplay;
|
2499
2500
|
render(): JSX.Element;
|
2500
2501
|
}
|
2501
2502
|
export {};
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@babylonjs/inspector",
|
3
|
-
"version": "6.
|
3
|
+
"version": "6.7.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.7.0",
|
36
|
+
"@babylonjs/gui": "^6.7.0",
|
37
|
+
"@babylonjs/gui-editor": "^6.7.0",
|
38
|
+
"@babylonjs/loaders": "^6.7.0",
|
39
|
+
"@babylonjs/materials": "^6.7.0",
|
40
|
+
"@babylonjs/serializers": "^6.7.0",
|
41
41
|
"@lts/gui": "1.0.0",
|
42
42
|
"react": "^17.0.2",
|
43
43
|
"react-dom": "^17.0.2",
|