@babylonjs/node-editor 6.5.0 → 6.5.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.
@@ -3919,6 +3919,7 @@ export interface ISearchBoxComponentProps {
|
|
3919
3919
|
export class SearchBoxComponent extends React.Component<ISearchBoxComponentProps, {
|
3920
3920
|
isVisible: boolean;
|
3921
3921
|
filter: string;
|
3922
|
+
selectedIndex: number;
|
3922
3923
|
}> {
|
3923
3924
|
private _handleEscKey;
|
3924
3925
|
private _targetX;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@babylonjs/node-editor",
|
3
|
-
"version": "6.5.
|
3
|
+
"version": "6.5.1",
|
4
4
|
"main": "dist/babylon.nodeEditor.max.js",
|
5
5
|
"module": "dist/babylon.nodeEditor.max.js",
|
6
6
|
"esnext": "dist/babylon.nodeEditor.max.js",
|
@@ -23,7 +23,7 @@
|
|
23
23
|
"@types/react-dom": ">=16.0.9"
|
24
24
|
},
|
25
25
|
"devDependencies": {
|
26
|
-
"@babylonjs/core": "^6.5.
|
26
|
+
"@babylonjs/core": "^6.5.1",
|
27
27
|
"react": "^17.0.2",
|
28
28
|
"react-dom": "^17.0.2",
|
29
29
|
"rimraf": "^3.0.2",
|