@babylonjs/gui-editor 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.
@@ -2198,7 +2198,7 @@ export class TextInputLineComponent extends React.Component<ITextInputLineCompon
|
|
2198
2198
|
}): boolean;
|
2199
2199
|
raiseOnPropertyChanged(newValue: string, previousValue: string): void;
|
2200
2200
|
getCurrentNumericValue(value: string): number;
|
2201
|
-
updateValue(value: string): void;
|
2201
|
+
updateValue(value: string, valueToValidate?: string): void;
|
2202
2202
|
incrementValue(amount: number): void;
|
2203
2203
|
onKeyDown(event: React.KeyboardEvent): void;
|
2204
2204
|
render(): JSX.Element;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@babylonjs/gui-editor",
|
3
|
-
"version": "5.14.
|
3
|
+
"version": "5.14.1",
|
4
4
|
"main": "dist/babylon.guiEditor.max.js",
|
5
5
|
"module": "dist/babylon.guiEditor.max.js",
|
6
6
|
"esnext": "dist/babylon.guiEditor.max.js",
|
@@ -24,8 +24,8 @@
|
|
24
24
|
"@types/react-dom": ">=16.0.9"
|
25
25
|
},
|
26
26
|
"devDependencies": {
|
27
|
-
"@babylonjs/core": "^5.14.
|
28
|
-
"@babylonjs/gui": "^5.14.
|
27
|
+
"@babylonjs/core": "^5.14.1",
|
28
|
+
"@babylonjs/gui": "^5.14.1",
|
29
29
|
"react": "^17.0.2",
|
30
30
|
"react-dom": "^17.0.2",
|
31
31
|
"rimraf": "^3.0.2",
|