@zyui/components 1.0.56 → 1.0.57

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.
@@ -4,6 +4,8 @@ export declare const flowPropsKey: unique symbol;
4
4
  type FlowPropsContext = {
5
5
  nodeTypes: any[];
6
6
  mode: string;
7
+ /** 简单模式:只能一条线连接下去,没有分支,没有条件分支,没有合并拆分 */
8
+ simpleMode?: boolean;
7
9
  /** 自定义label不触发双击事件,所以自己传一个事件调用emit */
8
10
  handleEdgeDblClick: (edge: Edge) => void;
9
11
  /** 自定义节点默认数据 */