@logicflow/core
Advanced tools
Comparing version 0.4.6 to 0.4.7
@@ -6,2 +6,13 @@ # Change Log | ||
## [0.4.7](https://github.com/towersxu/logicflow/compare/@logicflow/core@0.4.4...@logicflow/core@0.4.7) (2021-05-24) | ||
### Features | ||
* 自定义节点model支持获取graphModel ([4ae15aa](https://github.com/towersxu/logicflow/commit/4ae15aa243ae91184145be0df0cbb42baeb88de4)) | ||
## [0.4.6](https://github.com/towersxu/logicflow/compare/@logicflow/core@0.4.5...@logicflow/core@0.4.6) (2021-05-21) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@logicflow/core", | ||
"version": "0.4.6", | ||
"version": "0.4.7", | ||
"description": "LogicFlow core, to quickly build flowchart editor", | ||
@@ -84,3 +84,3 @@ "main": "dist/logic-flow.js", | ||
], | ||
"gitHead": "5a8180d6675a17f931dc5284215783e65f37f14e" | ||
"gitHead": "e7d6550c4e7567ce286b307725f0cf8d8d66f0ce" | ||
} |
import { ElementState, ModelType, ElementType } from '../../constant/constant'; | ||
import { AdditionData, NodeData, MenuConfig, NodeAttribute, NodeConfig } from '../../type'; | ||
import { AdditionData, NodeData, NodeAttribute, NodeConfig } from '../../type'; | ||
import GraphModel from '../GraphModel'; | ||
@@ -19,3 +19,3 @@ import { IBaseModel } from '../BaseModel'; | ||
additionStateData: AdditionData; | ||
menu?: MenuConfig[]; | ||
[propName: string]: any; | ||
targetRules: ConnectRule[]; | ||
@@ -22,0 +22,0 @@ sourceRules: ConnectRule[]; |
Sorry, the diff of this file is too big to display
567442