@tmagic/stage 1.3.0-alpha.12 → 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.
@@ -2380,6 +2380,9 @@
2380
2380
  highlight(idOrEl) {
2381
2381
  this.actionManager.highlight(idOrEl);
2382
2382
  }
2383
+ clearHighlight() {
2384
+ this.actionManager.clearHighlight();
2385
+ }
2383
2386
  /**
2384
2387
  * 更新组件
2385
2388
  * @param data 更新组件的数据