@zhongguo168a/yxeditor-common 0.0.149 → 0.0.150

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/dist/index.d.ts CHANGED
@@ -1360,6 +1360,7 @@ declare class ViewModel extends EventDispatcher {
1360
1360
  protected _waitCloseComplete: boolean;
1361
1361
  get controller(): RouteController;
1362
1362
  get route(): Route;
1363
+ get result(): boolean;
1363
1364
  /**
1364
1365
  * 停止的原因
1365
1366
  */
package/dist/index.esm.js CHANGED
@@ -4545,6 +4545,9 @@ class ViewModel extends EventDispatcher {
4545
4545
  get route() {
4546
4546
  return this._route;
4547
4547
  }
4548
+ get result() {
4549
+ return this._result;
4550
+ }
4548
4551
  /**
4549
4552
  * 停止的原因
4550
4553
  */