babylonjs-gui-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.
package/babylon.guiEditor.d.ts
CHANGED
|
@@ -3982,6 +3982,7 @@ declare module BABYLON.GuiEditor.SharedUIComponents {
|
|
|
3982
3982
|
export class SearchBoxComponent extends React.Component<ISearchBoxComponentProps, {
|
|
3983
3983
|
isVisible: boolean;
|
|
3984
3984
|
filter: string;
|
|
3985
|
+
selectedIndex: number;
|
|
3985
3986
|
}> {
|
|
3986
3987
|
private _handleEscKey;
|
|
3987
3988
|
private _targetX;
|
|
@@ -4081,6 +4081,7 @@ export interface ISearchBoxComponentProps {
|
|
|
4081
4081
|
export class SearchBoxComponent extends React.Component<ISearchBoxComponentProps, {
|
|
4082
4082
|
isVisible: boolean;
|
|
4083
4083
|
filter: string;
|
|
4084
|
+
selectedIndex: number;
|
|
4084
4085
|
}> {
|
|
4085
4086
|
private _handleEscKey;
|
|
4086
4087
|
private _targetX;
|
|
@@ -8655,6 +8656,7 @@ declare module BABYLON.GuiEditor.SharedUIComponents {
|
|
|
8655
8656
|
export class SearchBoxComponent extends React.Component<ISearchBoxComponentProps, {
|
|
8656
8657
|
isVisible: boolean;
|
|
8657
8658
|
filter: string;
|
|
8659
|
+
selectedIndex: number;
|
|
8658
8660
|
}> {
|
|
8659
8661
|
private _handleEscKey;
|
|
8660
8662
|
private _targetX;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "babylonjs-gui-editor",
|
|
3
|
-
"version": "6.5.
|
|
3
|
+
"version": "6.5.1",
|
|
4
4
|
"main": "babylon.guiEditor.max.js",
|
|
5
5
|
"types": "babylon.guiEditor.module.d.ts",
|
|
6
6
|
"files": [
|
|
@@ -14,8 +14,8 @@
|
|
|
14
14
|
"clean": "rimraf dist && rimraf babylon*.*"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"babylonjs": "^6.5.
|
|
18
|
-
"babylonjs-gui": "^6.5.
|
|
17
|
+
"babylonjs": "^6.5.1",
|
|
18
|
+
"babylonjs-gui": "^6.5.1"
|
|
19
19
|
},
|
|
20
20
|
"devDependencies": {
|
|
21
21
|
"@dev/build-tools": "1.0.0",
|