@tmagic/stage 1.3.0-alpha.11 → 1.3.0-alpha.13

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.
@@ -2383,6 +2383,9 @@ class StageCore extends EventEmitter$1 {
2383
2383
  highlight(idOrEl) {
2384
2384
  this.actionManager.highlight(idOrEl);
2385
2385
  }
2386
+ clearHighlight() {
2387
+ this.actionManager.clearHighlight();
2388
+ }
2386
2389
  /**
2387
2390
  * 更新组件
2388
2391
  * @param data 更新组件的数据