@logicflow/core
Advanced tools
Comparing version 1.2.5 to 1.2.6
{ | ||
"name": "@logicflow/core", | ||
"version": "1.2.5", | ||
"version": "1.2.6", | ||
"description": "LogicFlow core, to quickly build flowchart editor", | ||
@@ -5,0 +5,0 @@ "main": "dist/entry.js", |
@@ -72,3 +72,3 @@ import GraphModel from './model/GraphModel'; | ||
*/ | ||
adapterOut: (data: GraphConfigData) => unknown; | ||
adapterOut: (data: GraphConfigData, ...rest: any) => unknown; | ||
/** | ||
@@ -362,3 +362,3 @@ * 支持插件在logicflow实例上增加自定义方法 | ||
*/ | ||
getGraphData(): GraphConfigData | any; | ||
getGraphData(...params: any): GraphConfigData | any; | ||
/** | ||
@@ -365,0 +365,0 @@ * 获取流程绘图原始数据 |
@@ -6,3 +6,3 @@ import { Point, Vector } from '../type/index'; | ||
}; | ||
export declare function getTangentOfVector(v: Vector): number; | ||
export declare function getThetaOfVector(v: Vector): number; | ||
export declare function degrees(radians: number): number; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
1145981
0