babylonjs-gui-editor 7.32.2 → 7.32.3
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
|
@@ -1224,6 +1224,10 @@ declare module BABYLON.GuiEditor.SharedUIComponents {
|
|
|
1224
1224
|
private _locked;
|
|
1225
1225
|
private _dataProvider;
|
|
1226
1226
|
private _applyUpdate;
|
|
1227
|
+
/**
|
|
1228
|
+
* Gets or sets a boolean indicating if the stack is enabled
|
|
1229
|
+
*/
|
|
1230
|
+
isEnabled: boolean;
|
|
1227
1231
|
/**
|
|
1228
1232
|
* Constructor
|
|
1229
1233
|
* @param dataProvider defines the data provider function
|
|
@@ -1537,6 +1537,10 @@ export class HistoryStack implements IDisposable {
|
|
|
1537
1537
|
private _locked;
|
|
1538
1538
|
private _dataProvider;
|
|
1539
1539
|
private _applyUpdate;
|
|
1540
|
+
/**
|
|
1541
|
+
* Gets or sets a boolean indicating if the stack is enabled
|
|
1542
|
+
*/
|
|
1543
|
+
isEnabled: boolean;
|
|
1540
1544
|
/**
|
|
1541
1545
|
* Constructor
|
|
1542
1546
|
* @param dataProvider defines the data provider function
|
|
@@ -5916,6 +5920,10 @@ declare module BABYLON.GuiEditor.SharedUIComponents {
|
|
|
5916
5920
|
private _locked;
|
|
5917
5921
|
private _dataProvider;
|
|
5918
5922
|
private _applyUpdate;
|
|
5923
|
+
/**
|
|
5924
|
+
* Gets or sets a boolean indicating if the stack is enabled
|
|
5925
|
+
*/
|
|
5926
|
+
isEnabled: boolean;
|
|
5919
5927
|
/**
|
|
5920
5928
|
* Constructor
|
|
5921
5929
|
* @param dataProvider defines the data provider function
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "babylonjs-gui-editor",
|
|
3
|
-
"version": "7.32.
|
|
3
|
+
"version": "7.32.3",
|
|
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*.* -g"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"babylonjs": "^7.32.
|
|
18
|
-
"babylonjs-gui": "^7.32.
|
|
17
|
+
"babylonjs": "^7.32.3",
|
|
18
|
+
"babylonjs-gui": "^7.32.3"
|
|
19
19
|
},
|
|
20
20
|
"devDependencies": {
|
|
21
21
|
"@dev/build-tools": "1.0.0",
|