@babylonjs/gui-editor 6.24.0 → 6.25.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.
@@ -229,6 +229,9 @@ export class CommonControlPropertyGridComponent extends React.Component<ICommonC
|
|
229
229
|
private _getTransformedReferenceCoordinate;
|
230
230
|
private _updateAlignment;
|
231
231
|
private _checkAndUpdateValues;
|
232
|
+
private _addOrUpdateMetadata;
|
233
|
+
private _removeFromMetadata;
|
234
|
+
private _getCommonPropertyKeys;
|
232
235
|
private _markChildrenAsDirty;
|
233
236
|
componentWillUnmount(): void;
|
234
237
|
_filterFontDuplicates(array: {
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@babylonjs/gui-editor",
|
3
|
-
"version": "6.
|
3
|
+
"version": "6.25.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": "^6.
|
28
|
-
"@babylonjs/gui": "^6.
|
27
|
+
"@babylonjs/core": "^6.25.1",
|
28
|
+
"@babylonjs/gui": "^6.25.1",
|
29
29
|
"react": "^17.0.2",
|
30
30
|
"react-dom": "^17.0.2"
|
31
31
|
},
|