@babylonjs/inspector 7.52.2 → 7.52.3

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.
@@ -5587,6 +5587,7 @@ export class GraphNode {
5587
5587
  private _onDown;
5588
5588
  cleanAccumulation(useCeil?: boolean): void;
5589
5589
  private _onUp;
5590
+ private _attach;
5590
5591
  private _onMove;
5591
5592
  renderProperties(): Nullable<JSX.Element>;
5592
5593
  _forceRebuild(source: any, propertyName: string, notifiers?: IEditablePropertyOption["notifiers"]): void;
@@ -6989,7 +6990,7 @@ export interface ICheckBoxLineComponentProps {
6989
6990
  label?: string;
6990
6991
  target?: any;
6991
6992
  propertyName?: string;
6992
- isSelected?: () => boolean;
6993
+ isSelected?: boolean | (() => boolean);
6993
6994
  onSelect?: (value: boolean) => void;
6994
6995
  onValueChanged?: () => void;
6995
6996
  onPropertyChangedObservable?: Observable<PropertyChangedEvent>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@babylonjs/inspector",
3
- "version": "7.52.2",
3
+ "version": "7.52.3",
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": "^7.52.2",
36
- "@babylonjs/gui": "^7.52.2",
37
- "@babylonjs/gui-editor": "^7.52.2",
38
- "@babylonjs/loaders": "^7.52.2",
39
- "@babylonjs/materials": "^7.52.2",
40
- "@babylonjs/serializers": "^7.52.2",
35
+ "@babylonjs/core": "^7.52.3",
36
+ "@babylonjs/gui": "^7.52.3",
37
+ "@babylonjs/gui-editor": "^7.52.3",
38
+ "@babylonjs/loaders": "^7.52.3",
39
+ "@babylonjs/materials": "^7.52.3",
40
+ "@babylonjs/serializers": "^7.52.3",
41
41
  "@lts/gui": "1.0.0",
42
42
  "react": "^17.0.2",
43
43
  "react-dom": "^17.0.2"