babylonjs-inspector 7.27.0 → 7.27.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.
package/babylon.inspector.d.ts
CHANGED
|
@@ -3688,6 +3688,10 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
3688
3688
|
* Resets the stack
|
|
3689
3689
|
*/
|
|
3690
3690
|
reset(): void;
|
|
3691
|
+
/**
|
|
3692
|
+
* Remove the n-1 element of the stack
|
|
3693
|
+
*/
|
|
3694
|
+
collapseLastTwo(): void;
|
|
3691
3695
|
private _generateJSONDiff;
|
|
3692
3696
|
private _applyJSONDiff;
|
|
3693
3697
|
private _copy;
|
|
@@ -4071,6 +4075,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
4071
4075
|
hostDocument: Document;
|
|
4072
4076
|
lockObject: any;
|
|
4073
4077
|
modalIsDisplayed: boolean;
|
|
4078
|
+
historyStack: INSPECTOR.SharedUIComponents.HistoryStack;
|
|
4074
4079
|
onSearchBoxRequiredObservable: BABYLON.Observable<{
|
|
4075
4080
|
x: number;
|
|
4076
4081
|
y: number;
|
|
@@ -4709,6 +4709,10 @@ export class HistoryStack implements IDisposable {
|
|
|
4709
4709
|
* Resets the stack
|
|
4710
4710
|
*/
|
|
4711
4711
|
reset(): void;
|
|
4712
|
+
/**
|
|
4713
|
+
* Remove the n-1 element of the stack
|
|
4714
|
+
*/
|
|
4715
|
+
collapseLastTwo(): void;
|
|
4712
4716
|
private _generateJSONDiff;
|
|
4713
4717
|
private _applyJSONDiff;
|
|
4714
4718
|
private _copy;
|
|
@@ -5076,11 +5080,13 @@ import { INodeData } from "babylonjs-inspector/nodeGraphSystem/interfaces/nodeDa
|
|
|
5076
5080
|
import { IPortData } from "babylonjs-inspector/nodeGraphSystem/interfaces/portData";
|
|
5077
5081
|
import { ISelectionChangedOptions } from "babylonjs-inspector/nodeGraphSystem/interfaces/selectionChangedOptions";
|
|
5078
5082
|
import { NodePort } from "babylonjs-inspector/nodeGraphSystem/nodePort";
|
|
5083
|
+
import { HistoryStack } from "babylonjs-inspector/historyStack";
|
|
5079
5084
|
export class StateManager {
|
|
5080
5085
|
data: any;
|
|
5081
5086
|
hostDocument: Document;
|
|
5082
5087
|
lockObject: any;
|
|
5083
5088
|
modalIsDisplayed: boolean;
|
|
5089
|
+
historyStack: HistoryStack;
|
|
5084
5090
|
onSearchBoxRequiredObservable: Observable<{
|
|
5085
5091
|
x: number;
|
|
5086
5092
|
y: number;
|
|
@@ -11487,6 +11493,10 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
11487
11493
|
* Resets the stack
|
|
11488
11494
|
*/
|
|
11489
11495
|
reset(): void;
|
|
11496
|
+
/**
|
|
11497
|
+
* Remove the n-1 element of the stack
|
|
11498
|
+
*/
|
|
11499
|
+
collapseLastTwo(): void;
|
|
11490
11500
|
private _generateJSONDiff;
|
|
11491
11501
|
private _applyJSONDiff;
|
|
11492
11502
|
private _copy;
|
|
@@ -11870,6 +11880,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
11870
11880
|
hostDocument: Document;
|
|
11871
11881
|
lockObject: any;
|
|
11872
11882
|
modalIsDisplayed: boolean;
|
|
11883
|
+
historyStack: INSPECTOR.SharedUIComponents.HistoryStack;
|
|
11873
11884
|
onSearchBoxRequiredObservable: BABYLON.Observable<{
|
|
11874
11885
|
x: number;
|
|
11875
11886
|
y: number;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "babylonjs-inspector",
|
|
3
|
-
"version": "7.27.
|
|
3
|
+
"version": "7.27.1",
|
|
4
4
|
"main": "babylon.inspector.bundle.max.js",
|
|
5
5
|
"types": "babylon.inspector.module.d.ts",
|
|
6
6
|
"files": [
|
|
@@ -14,12 +14,12 @@
|
|
|
14
14
|
"clean": "rimraf dist && rimraf babylon*.* -g"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"babylonjs": "^7.27.
|
|
18
|
-
"babylonjs-gui": "^7.27.
|
|
19
|
-
"babylonjs-gui-editor": "^7.27.
|
|
20
|
-
"babylonjs-loaders": "^7.27.
|
|
21
|
-
"babylonjs-materials": "^7.27.
|
|
22
|
-
"babylonjs-serializers": "^7.27.
|
|
17
|
+
"babylonjs": "^7.27.1",
|
|
18
|
+
"babylonjs-gui": "^7.27.1",
|
|
19
|
+
"babylonjs-gui-editor": "^7.27.1",
|
|
20
|
+
"babylonjs-loaders": "^7.27.1",
|
|
21
|
+
"babylonjs-materials": "^7.27.1",
|
|
22
|
+
"babylonjs-serializers": "^7.27.1"
|
|
23
23
|
},
|
|
24
24
|
"devDependencies": {
|
|
25
25
|
"@dev/build-tools": "1.0.0",
|