@babylonjs/inspector 6.8.0 → 6.9.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.
@@ -1756,6 +1756,9 @@ interface IPBRMaterialPropertyGridComponentProps {
|
|
1756
1756
|
onSelectionChangedObservable?: Observable<any>;
|
1757
1757
|
onPropertyChangedObservable?: Observable<PropertyChangedEvent>;
|
1758
1758
|
}
|
1759
|
+
/**
|
1760
|
+
* @internal
|
1761
|
+
*/
|
1759
1762
|
export class PBRMaterialPropertyGridComponent extends React.Component<IPBRMaterialPropertyGridComponentProps> {
|
1760
1763
|
private _onDebugSelectionChangeObservable;
|
1761
1764
|
constructor(props: IPBRMaterialPropertyGridComponentProps);
|
@@ -7148,7 +7151,6 @@ export type FramePortData = {
|
|
7148
7151
|
frame: GraphFrame;
|
7149
7152
|
port: FrameNodePort;
|
7150
7153
|
};
|
7151
|
-
export {};
|
7152
7154
|
|
7153
7155
|
}
|
7154
7156
|
declare module "@babylonjs/inspector/propertyChangedEvent" {
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@babylonjs/inspector",
|
3
|
-
"version": "6.
|
3
|
+
"version": "6.9.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,17 +32,15 @@
|
|
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.9.0",
|
36
|
+
"@babylonjs/gui": "^6.9.0",
|
37
|
+
"@babylonjs/gui-editor": "^6.9.0",
|
38
|
+
"@babylonjs/loaders": "^6.9.0",
|
39
|
+
"@babylonjs/materials": "^6.9.0",
|
40
|
+
"@babylonjs/serializers": "^6.9.0",
|
41
41
|
"@lts/gui": "1.0.0",
|
42
42
|
"react": "^17.0.2",
|
43
|
-
"react-dom": "^17.0.2"
|
44
|
-
"rimraf": "^3.0.2",
|
45
|
-
"typescript": "^4.4.4"
|
43
|
+
"react-dom": "^17.0.2"
|
46
44
|
},
|
47
45
|
"keywords": [
|
48
46
|
"3D",
|