@logicflow/core
Advanced tools
Comparing version 0.6.9 to 0.6.10
{ | ||
"name": "@logicflow/core", | ||
"version": "0.6.9", | ||
"version": "0.6.10", | ||
"description": "LogicFlow core, to quickly build flowchart editor", | ||
@@ -5,0 +5,0 @@ "main": "dist/logic-flow.js", |
@@ -31,7 +31,7 @@ export interface EditConfigInterface { | ||
extraConf: {}; | ||
keys: string[]; | ||
constructor(data: any); | ||
constructor(config: any); | ||
updateEditConfig(config: any): void; | ||
getConfigDetail(config: any): Pick<any, string>; | ||
getConfig(): Partial<this>; | ||
} | ||
export { EditConfigModel }; |
@@ -12,3 +12,2 @@ import { h, Component } from 'preact'; | ||
handleMouseDown: (ev: MouseEvent) => void; | ||
onDragStart: () => void; | ||
onDraging: ({ deltaX, deltaY }: { | ||
@@ -15,0 +14,0 @@ deltaX: any; |
@@ -39,3 +39,2 @@ import { h, Component } from 'preact'; | ||
onDragEnd: () => void; | ||
onDblClick: () => void; | ||
checkEnd: () => void; | ||
@@ -42,0 +41,0 @@ isShowLine(): boolean; |
@@ -69,3 +69,2 @@ import { h, Component } from 'preact'; | ||
getStateClassName(): string; | ||
onDragStart: () => void; | ||
onDraging: ({ deltaX, deltaY }: { | ||
@@ -72,0 +71,0 @@ deltaX: any; |
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
578019
4057