@zhongguo168a/yxeditor-common 0.0.37 → 0.0.38

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
@@ -1156,7 +1156,7 @@ declare class ViewController extends Controller {
1156
1156
  declare class ViewHistory extends RouteList {
1157
1157
  back(): void;
1158
1158
  }
1159
- declare const viewhistorys: RouteList;
1159
+ declare const viewhistorys: ViewHistory;
1160
1160
 
1161
1161
  declare class PageController extends ViewController {
1162
1162
  constructor(routeName: string);
package/dist/index.esm.js CHANGED
@@ -4052,7 +4052,7 @@ class ViewHistory extends RouteList {
4052
4052
  viewrepo.open(viewhistorys.last());
4053
4053
  }
4054
4054
  }
4055
- const viewhistorys = new RouteList();
4055
+ const viewhistorys = new ViewHistory();
4056
4056
 
4057
4057
  class PageController extends ViewController {
4058
4058
  constructor(routeName) {