@logicflow/core 1.1.7 → 1.1.9-alpha.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +9 -1
- package/dist/logic-flow.js +2 -2
- package/package.json +1 -1
- package/types/LogicFlow.d.ts +9 -0
- package/types/constant/constant.d.ts +1 -0
- package/types/model/GraphModel.d.ts +16 -1
- package/types/model/edge/BaseEdgeModel.d.ts +8 -0
- package/types/model/edge/BezierEdgeModel.d.ts +3 -0
- package/types/model/edge/PolylineEdgeModel.d.ts +2 -0
- package/types/model/node/BaseNodeModel.d.ts +9 -0
- package/types/type/index.d.ts +6 -0
- package/types/util/drag.d.ts +1 -0
- package/types/view/Anchor.d.ts +3 -4
- package/types/view/behavior/DnD.d.ts +1 -0
- package/types/view/node/BaseNode.d.ts +3 -3
package/README.md
CHANGED
|
@@ -151,9 +151,17 @@ lf.render(data);
|
|
|
151
151
|
|
|
152
152
|
#### vue 应用 demo
|
|
153
153
|
|
|
154
|
+
[代码地址](https://github.com/xinxin93/logicflow_vue_demo)
|
|
155
|
+
|
|
154
156
|

|
|
155
157
|
|
|
156
|
-
|
|
158
|
+
|
|
159
|
+
#### vue3 node-red风格示例
|
|
160
|
+
|
|
161
|
+
[Logic-Flow/logicflow-node-red-vue3](https://github.com/Logic-Flow/logicflow-node-red-vue3)
|
|
162
|
+
|
|
163
|
+

|
|
164
|
+
|
|
157
165
|
## 联系我们
|
|
158
166
|
|
|
159
167
|
### 加入微信群
|