babylonjs-gui-editor 7.35.1 → 7.35.2
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
|
@@ -1978,6 +1978,7 @@ declare module BABYLON.GuiEditor.SharedUIComponents {
|
|
|
1978
1978
|
private _onSelectionChangedObserver;
|
|
1979
1979
|
private _isVisible;
|
|
1980
1980
|
private _isTargetCandidate;
|
|
1981
|
+
private _gradient;
|
|
1981
1982
|
onDisposedObservable: Observable<NodeLink>;
|
|
1982
1983
|
get isTargetCandidate(): boolean;
|
|
1983
1984
|
set isTargetCandidate(value: boolean);
|
|
@@ -2249,6 +2249,7 @@ export class NodeLink {
|
|
|
2249
2249
|
private _onSelectionChangedObserver;
|
|
2250
2250
|
private _isVisible;
|
|
2251
2251
|
private _isTargetCandidate;
|
|
2252
|
+
private _gradient;
|
|
2252
2253
|
onDisposedObservable: Observable<NodeLink>;
|
|
2253
2254
|
get isTargetCandidate(): boolean;
|
|
2254
2255
|
set isTargetCandidate(value: boolean);
|
|
@@ -6866,6 +6867,7 @@ declare module BABYLON.GuiEditor.SharedUIComponents {
|
|
|
6866
6867
|
private _onSelectionChangedObserver;
|
|
6867
6868
|
private _isVisible;
|
|
6868
6869
|
private _isTargetCandidate;
|
|
6870
|
+
private _gradient;
|
|
6869
6871
|
onDisposedObservable: Observable<NodeLink>;
|
|
6870
6872
|
get isTargetCandidate(): boolean;
|
|
6871
6873
|
set isTargetCandidate(value: boolean);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "babylonjs-gui-editor",
|
|
3
|
-
"version": "7.35.
|
|
3
|
+
"version": "7.35.2",
|
|
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.35.
|
|
18
|
-
"babylonjs-gui": "^7.35.
|
|
17
|
+
"babylonjs": "^7.35.2",
|
|
18
|
+
"babylonjs-gui": "^7.35.2"
|
|
19
19
|
},
|
|
20
20
|
"devDependencies": {
|
|
21
21
|
"@dev/build-tools": "1.0.0",
|