Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@logicflow/core

Package Overview
Dependencies
Maintainers
6
Versions
227
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@logicflow/core - npm Package Compare versions

Comparing version 0.3.0-alpha.0 to 0.3.0-alpha.1

17

CHANGELOG.md

@@ -6,2 +6,19 @@ # Change Log

# [0.3.0-alpha.1](https://github.com/didi/LogicFlow/compare/@logicflow/core@0.3.0-alpha.0...@logicflow/core@0.3.0-alpha.1) (2021-03-19)
### Bug Fixes
* custom shortcut replace default shortcut ([791a4e2](https://github.com/didi/LogicFlow/commit/791a4e20134ef251073e528b897a6568a38ae57f))
* vue reactive object side effect ([a2dc0f8](https://github.com/didi/LogicFlow/commit/a2dc0f86d920679df6a387985b36374c6c2aeb78))
### Features
* add getSelectElements function ([d6b5a81](https://github.com/didi/LogicFlow/commit/d6b5a81a76ba59cac319cb01a3187caf0fb216ea))
# [0.3.0-alpha.0](https://github.com/didi/LogicFlow/compare/@logicflow/core@0.2.9...@logicflow/core@0.3.0-alpha.0) (2021-03-18)

@@ -8,0 +25,0 @@

4

package.json
{
"name": "@logicflow/core",
"version": "0.3.0-alpha.0",
"version": "0.3.0-alpha.1",
"description": "LogicFlow core, to quickly build flowchart editor",

@@ -94,3 +94,3 @@ "main": "dist/logic-flow.js",

},
"gitHead": "ac6be887f220f91a6c3fe76b8296042e2db39102"
"gitHead": "bda773ea260394889fb994324085b8a1dc02149b"
}
import LogicFlow from '../LogicFlow';
import GraphModel from '../model/GraphModel';
export declare function initShortcut(lf: LogicFlow, graph: GraphModel): void;
export declare function initDefaultShortcut(lf: LogicFlow, graph: GraphModel): void;

@@ -141,2 +141,8 @@ import { h } from 'preact';

clearSelectElements(): void;
/**
* 获取选中的元素数据
* @param isIgnoreCheck 是否包括sourceNode和targetNode没有被选中的连线,默认包括。
* 复制的时候不能包括此类连线, 因为复制的时候不允许悬空的连线。
*/
getSelectElements(isIgnoreCheck?: boolean): void;
setProperties(id: string, properties: Object): void;

@@ -143,0 +149,0 @@ getProperties(id: string): Object;

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc