@logicflow/core
Advanced tools
Comparing version 1.1.15 to 1.1.16
{ | ||
"name": "@logicflow/core", | ||
"version": "1.1.15", | ||
"version": "1.1.16", | ||
"description": "LogicFlow core, to quickly build flowchart editor", | ||
@@ -5,0 +5,0 @@ "main": "dist/logic-flow.js", |
@@ -109,2 +109,7 @@ import GraphModel from './model/GraphModel'; | ||
private registerElement; | ||
/** | ||
* 批量注册 | ||
* @param elements 注册的元素 | ||
*/ | ||
batchRegister(elements?: any[]): void; | ||
private defaultRegister; | ||
@@ -111,0 +116,0 @@ /** |
@@ -41,3 +41,3 @@ import { h, Component } from 'preact'; | ||
onDragEnd: (event: any) => void; | ||
checkEnd: () => void; | ||
checkEnd: (event: any) => void; | ||
moveAnchorEnd(endX: number, endY: number): void; | ||
@@ -44,0 +44,0 @@ isShowLine(): boolean; |
Sorry, the diff of this file is too big to display
627734
4311