@babylonjs/node-geometry-editor 7.52.2 → 7.53.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.
|
@@ -1879,6 +1879,7 @@ export class GraphNode {
|
|
|
1879
1879
|
private _onDown;
|
|
1880
1880
|
cleanAccumulation(useCeil?: boolean): void;
|
|
1881
1881
|
private _onUp;
|
|
1882
|
+
private _attach;
|
|
1882
1883
|
private _onMove;
|
|
1883
1884
|
renderProperties(): Nullable<JSX.Element>;
|
|
1884
1885
|
_forceRebuild(source: any, propertyName: string, notifiers?: IEditablePropertyOption["notifiers"]): void;
|
|
@@ -3281,7 +3282,7 @@ export interface ICheckBoxLineComponentProps {
|
|
|
3281
3282
|
label?: string;
|
|
3282
3283
|
target?: any;
|
|
3283
3284
|
propertyName?: string;
|
|
3284
|
-
isSelected?: () => boolean;
|
|
3285
|
+
isSelected?: boolean | (() => boolean);
|
|
3285
3286
|
onSelect?: (value: boolean) => void;
|
|
3286
3287
|
onValueChanged?: () => void;
|
|
3287
3288
|
onPropertyChangedObservable?: Observable<PropertyChangedEvent>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@babylonjs/node-geometry-editor",
|
|
3
|
-
"version": "7.
|
|
3
|
+
"version": "7.53.0",
|
|
4
4
|
"main": "dist/babylon.nodeGeometryEditor.max.js",
|
|
5
5
|
"module": "dist/babylon.nodeGeometryEditor.max.js",
|
|
6
6
|
"esnext": "dist/babylon.nodeGeometryEditor.max.js",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"@types/react-dom": ">=16.0.9"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
|
-
"@babylonjs/core": "^7.
|
|
26
|
+
"@babylonjs/core": "^7.53.0",
|
|
27
27
|
"react": "^17.0.2",
|
|
28
28
|
"react-dom": "^17.0.2"
|
|
29
29
|
},
|