@huanban/rulego-editor-react 1.0.9 → 1.0.12

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.
@@ -160,6 +160,8 @@ export interface RuleGoEditorRef {
160
160
  exportData: () => RuleChainData | null;
161
161
  /** 切换小地图 */
162
162
  toggleMiniMap: () => void;
163
+ /** 手动触发自动排版 — 基于 DAG 拓扑排序重新排列节点 */
164
+ autoLayout: () => void;
163
165
  }
164
166
  /**
165
167
  * RuleGoEditor — React 封装组件