@babylonjs/inspector 5.14.0 → 5.14.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.
@@ -5150,7 +5150,7 @@ export class TextInputLineComponent extends React.Component<ITextInputLineCompon
|
|
5150
5150
|
}): boolean;
|
5151
5151
|
raiseOnPropertyChanged(newValue: string, previousValue: string): void;
|
5152
5152
|
getCurrentNumericValue(value: string): number;
|
5153
|
-
updateValue(value: string): void;
|
5153
|
+
updateValue(value: string, valueToValidate?: string): void;
|
5154
5154
|
incrementValue(amount: number): void;
|
5155
5155
|
onKeyDown(event: React.KeyboardEvent): void;
|
5156
5156
|
render(): JSX.Element;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@babylonjs/inspector",
|
3
|
-
"version": "5.14.
|
3
|
+
"version": "5.14.1",
|
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": "^5.14.
|
36
|
-
"@babylonjs/gui": "^5.14.
|
37
|
-
"@babylonjs/gui-editor": "^5.14.
|
38
|
-
"@babylonjs/loaders": "^5.14.
|
39
|
-
"@babylonjs/materials": "^5.14.
|
40
|
-
"@babylonjs/serializers": "^5.14.
|
35
|
+
"@babylonjs/core": "^5.14.1",
|
36
|
+
"@babylonjs/gui": "^5.14.1",
|
37
|
+
"@babylonjs/gui-editor": "^5.14.1",
|
38
|
+
"@babylonjs/loaders": "^5.14.1",
|
39
|
+
"@babylonjs/materials": "^5.14.1",
|
40
|
+
"@babylonjs/serializers": "^5.14.1",
|
41
41
|
"@lts/gui": "1.0.0",
|
42
42
|
"react": "^17.0.2",
|
43
43
|
"react-dom": "^17.0.2",
|