@flowgram.ai/free-layout-core 0.1.0-alpha.2
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/dist/esm/chunk-CGOMTQ3G.js +1 -0
- package/dist/esm/chunk-CGOMTQ3G.js.map +1 -0
- package/dist/esm/chunk-DDJTYHXN.js +1 -0
- package/dist/esm/chunk-DDJTYHXN.js.map +1 -0
- package/dist/esm/chunk-DE4324TR.js +7 -0
- package/dist/esm/chunk-DE4324TR.js.map +1 -0
- package/dist/esm/chunk-EUXUH3YW.js +15 -0
- package/dist/esm/chunk-EUXUH3YW.js.map +1 -0
- package/dist/esm/chunk-J5FVRRUV.js +16 -0
- package/dist/esm/chunk-J5FVRRUV.js.map +1 -0
- package/dist/esm/chunk-KNYZRMIO.js +1 -0
- package/dist/esm/chunk-KNYZRMIO.js.map +1 -0
- package/dist/esm/chunk-NU6G5HF4.js +1 -0
- package/dist/esm/chunk-NU6G5HF4.js.map +1 -0
- package/dist/esm/chunk-PT4ZVDZZ.js +20 -0
- package/dist/esm/chunk-PT4ZVDZZ.js.map +1 -0
- package/dist/esm/index.js +3256 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/typings/index.js +22 -0
- package/dist/esm/typings/index.js.map +1 -0
- package/dist/esm/typings/workflow-edge.js +2 -0
- package/dist/esm/typings/workflow-edge.js.map +1 -0
- package/dist/esm/typings/workflow-json.js +8 -0
- package/dist/esm/typings/workflow-json.js.map +1 -0
- package/dist/esm/typings/workflow-line.js +10 -0
- package/dist/esm/typings/workflow-line.js.map +1 -0
- package/dist/esm/typings/workflow-node.js +2 -0
- package/dist/esm/typings/workflow-node.js.map +1 -0
- package/dist/esm/typings/workflow-registry.js +2 -0
- package/dist/esm/typings/workflow-registry.js.map +1 -0
- package/dist/esm/typings/workflow-sub-canvas.js +2 -0
- package/dist/esm/typings/workflow-sub-canvas.js.map +1 -0
- package/dist/index.d.mts +360 -0
- package/dist/index.d.ts +360 -0
- package/dist/index.js +3307 -0
- package/dist/index.js.map +1 -0
- package/dist/typings/index.d.mts +17 -0
- package/dist/typings/index.d.ts +17 -0
- package/dist/typings/index.js +66 -0
- package/dist/typings/index.js.map +1 -0
- package/dist/typings/workflow-edge.d.mts +11 -0
- package/dist/typings/workflow-edge.d.ts +11 -0
- package/dist/typings/workflow-edge.js +19 -0
- package/dist/typings/workflow-edge.js.map +1 -0
- package/dist/typings/workflow-json.d.mts +8 -0
- package/dist/typings/workflow-json.d.ts +8 -0
- package/dist/typings/workflow-json.js +40 -0
- package/dist/typings/workflow-json.js.map +1 -0
- package/dist/typings/workflow-line.d.mts +8 -0
- package/dist/typings/workflow-line.d.ts +8 -0
- package/dist/typings/workflow-line.js +45 -0
- package/dist/typings/workflow-line.js.map +1 -0
- package/dist/typings/workflow-node.d.mts +8 -0
- package/dist/typings/workflow-node.d.ts +8 -0
- package/dist/typings/workflow-node.js +19 -0
- package/dist/typings/workflow-node.js.map +1 -0
- package/dist/typings/workflow-registry.d.mts +25 -0
- package/dist/typings/workflow-registry.d.ts +25 -0
- package/dist/typings/workflow-registry.js +19 -0
- package/dist/typings/workflow-registry.js.map +1 -0
- package/dist/typings/workflow-sub-canvas.d.mts +2 -0
- package/dist/typings/workflow-sub-canvas.d.ts +2 -0
- package/dist/typings/workflow-sub-canvas.js +19 -0
- package/dist/typings/workflow-sub-canvas.js.map +1 -0
- package/dist/workflow-line-entity-BJQBRDgJ.d.mts +747 -0
- package/dist/workflow-line-entity-CEitdjhk.d.ts +747 -0
- package/dist/workflow-sub-canvas-DOVla1mw.d.mts +15 -0
- package/dist/workflow-sub-canvas-DOVla1mw.d.ts +15 -0
- package/package.json +77 -0
package/dist/index.d.mts
ADDED
|
@@ -0,0 +1,360 @@
|
|
|
1
|
+
import { PlaygroundConfigEntity, EntityData } from '@flowgram.ai/core';
|
|
2
|
+
export { bindConfigEntity, useConfigEntity, useEntities, useEntityDataFromContext, useEntityFromContext, useListenEvents, usePlayground, usePlaygroundContainer, usePlaygroundContext, usePlaygroundLatest, useRefresh, useService } from '@flowgram.ai/core';
|
|
3
|
+
import { NodeFormProps } from '@flowgram.ai/node';
|
|
4
|
+
import { FlowNodeEntity } from '@flowgram.ai/document';
|
|
5
|
+
import { W as WorkflowPortEntity, a as WorkflowDocument, b as WorkflowPorts, c as WorkflowPortType, d as WorkflowPort, e as WorkflowLineEntity, L as LineRenderType, f as WorkflowLineRenderContribution, g as LinePosition } from './workflow-line-entity-BJQBRDgJ.mjs';
|
|
6
|
+
export { t as LINE_HOVER_DISTANCE, q as LineColor, r as LineColors, p as LineType, N as NodesDragEndEvent, C as NodesDragEvent, O as OnDragLineEnd, P as POINT_RADIUS, x as PORT_SIZE, i as WORKFLOW_LINE_ENTITY, A as WorkfloEntityHoverable, m as WorkflowContentChangeEvent, l as WorkflowContentChangeType, H as WorkflowDocumentOptions, I as WorkflowDocumentOptionsDefault, F as WorkflowDocumentProvider, E as WorkflowDragService, B as WorkflowHoverService, k as WorkflowJSON, v as WorkflowLineEntityOpts, w as WorkflowLineInfo, u as WorkflowLinePortInfo, s as WorkflowLineRenderContributionFactory, G as WorkflowLinesManager, o as WorkflowNodeJSON, n as WorkflowNodeMeta, y as WorkflowPortEntityOpts, z as WorkflowSelectService, j as domReactToBounds, h as getPortEntityId, D as onDragLineEndParams } from './workflow-line-entity-BJQBRDgJ.mjs';
|
|
7
|
+
import { W as WorkflowNodeEntity } from './workflow-sub-canvas-DOVla1mw.mjs';
|
|
8
|
+
export { a as WorkflowSubCanvas } from './workflow-sub-canvas-DOVla1mw.mjs';
|
|
9
|
+
import * as _flowgram_ai_utils from '@flowgram.ai/utils';
|
|
10
|
+
import { IPoint, Rectangle } from '@flowgram.ai/utils';
|
|
11
|
+
export { compose, composeAsync, delay } from '@flowgram.ai/utils';
|
|
12
|
+
export { URLParams } from './typings/index.mjs';
|
|
13
|
+
import { ContainerModule } from 'inversify';
|
|
14
|
+
export { WorkflowEdgeJSON } from './typings/workflow-edge.mjs';
|
|
15
|
+
export { WorkflowNodeFormMeta, WorkflowNodeRegistry, WorkflowNodeRenderProps } from './typings/workflow-registry.mjs';
|
|
16
|
+
import '@flowgram.ai/form-core';
|
|
17
|
+
import 'react';
|
|
18
|
+
|
|
19
|
+
declare enum WorkflowCommands {
|
|
20
|
+
DELETE_NODES = "DELETE_NODES",
|
|
21
|
+
COPY_NODES = "COPY_NODES",
|
|
22
|
+
PASTE_NODES = "PASTE_NODES",
|
|
23
|
+
ZOOM_IN = "ZOOM_IN",
|
|
24
|
+
ZOOM_OUT = "ZOOM_OUT",
|
|
25
|
+
UNDO = "UNDO",
|
|
26
|
+
REDO = "REDO"
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
type PositionMap = Record<string, IPoint>;
|
|
30
|
+
/**
|
|
31
|
+
* 重置布局服务
|
|
32
|
+
*/
|
|
33
|
+
declare class WorkflowResetLayoutService {
|
|
34
|
+
private _config;
|
|
35
|
+
private _document;
|
|
36
|
+
private _entityManager;
|
|
37
|
+
private _resetLayoutEmitter;
|
|
38
|
+
/**
|
|
39
|
+
* reset layout事件
|
|
40
|
+
*/
|
|
41
|
+
readonly onResetLayout: _flowgram_ai_utils.Event<{
|
|
42
|
+
nodeIds: string[];
|
|
43
|
+
positionMap: PositionMap;
|
|
44
|
+
oldPositionMap: PositionMap;
|
|
45
|
+
}>;
|
|
46
|
+
private _toDispose;
|
|
47
|
+
/**
|
|
48
|
+
* 初始化
|
|
49
|
+
*/
|
|
50
|
+
init(): void;
|
|
51
|
+
/**
|
|
52
|
+
* 触发重置布局
|
|
53
|
+
* @param nodeIds 节点id
|
|
54
|
+
* @param positionMap 新布局数据
|
|
55
|
+
* @param oldPositionMap 老布局数据
|
|
56
|
+
*/
|
|
57
|
+
fireResetLayout(nodeIds: string[], positionMap: PositionMap, oldPositionMap: PositionMap): void;
|
|
58
|
+
/**
|
|
59
|
+
* 根据数据重新布局
|
|
60
|
+
* @param positionMap
|
|
61
|
+
* @returns
|
|
62
|
+
*/
|
|
63
|
+
layoutToPositions(nodeIds: string[], positionMap: PositionMap): Promise<Record<string, IPoint>>;
|
|
64
|
+
/**
|
|
65
|
+
* 销毁
|
|
66
|
+
*/
|
|
67
|
+
dispose(): void;
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
interface NodeRenderReturnType {
|
|
71
|
+
/**
|
|
72
|
+
* 当前节点
|
|
73
|
+
*/
|
|
74
|
+
node: FlowNodeEntity;
|
|
75
|
+
/**
|
|
76
|
+
* 节点选中
|
|
77
|
+
*/
|
|
78
|
+
selected: boolean;
|
|
79
|
+
/**
|
|
80
|
+
* 节点激活
|
|
81
|
+
*/
|
|
82
|
+
activated: boolean;
|
|
83
|
+
/**
|
|
84
|
+
* 节点展开
|
|
85
|
+
*/
|
|
86
|
+
expanded: boolean;
|
|
87
|
+
/**
|
|
88
|
+
* 触发拖拽
|
|
89
|
+
* @param e
|
|
90
|
+
*/
|
|
91
|
+
startDrag: (e: React.MouseEvent) => void;
|
|
92
|
+
/**
|
|
93
|
+
* 当前节点的点位信息
|
|
94
|
+
*/
|
|
95
|
+
ports: WorkflowPortEntity[];
|
|
96
|
+
/**
|
|
97
|
+
* 删除节点
|
|
98
|
+
*/
|
|
99
|
+
deleteNode: () => void;
|
|
100
|
+
/**
|
|
101
|
+
* 选中节点
|
|
102
|
+
* @param e
|
|
103
|
+
*/
|
|
104
|
+
selectNode: (e: React.MouseEvent) => void;
|
|
105
|
+
/**
|
|
106
|
+
* 全局 readonly 状态
|
|
107
|
+
*/
|
|
108
|
+
readonly: boolean;
|
|
109
|
+
/**
|
|
110
|
+
* 拖拽线条的目标 node id
|
|
111
|
+
*/
|
|
112
|
+
linkingNodeId: string;
|
|
113
|
+
/**
|
|
114
|
+
* 节点 ref
|
|
115
|
+
*/
|
|
116
|
+
nodeRef: React.MutableRefObject<HTMLDivElement | null>;
|
|
117
|
+
/**
|
|
118
|
+
* 节点 focus 事件
|
|
119
|
+
*/
|
|
120
|
+
onFocus: () => void;
|
|
121
|
+
/**
|
|
122
|
+
* 节点 blur 事件
|
|
123
|
+
*/
|
|
124
|
+
onBlur: () => void;
|
|
125
|
+
/**
|
|
126
|
+
* 渲染表单,只有节点引擎开启才能使用
|
|
127
|
+
*/
|
|
128
|
+
form: NodeFormProps<any> | undefined;
|
|
129
|
+
/**
|
|
130
|
+
* 获取节点的扩展数据
|
|
131
|
+
*/
|
|
132
|
+
getExtInfo<T = any>(): T;
|
|
133
|
+
/**
|
|
134
|
+
* 更新节点的扩展数据
|
|
135
|
+
* @param extInfo
|
|
136
|
+
*/
|
|
137
|
+
updateExtInfo<T = any>(extInfo: T): void;
|
|
138
|
+
/**
|
|
139
|
+
* 展开/收起节点
|
|
140
|
+
* @param expanded
|
|
141
|
+
*/
|
|
142
|
+
toggleExpand(): void;
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
declare function useNodeRender(nodeFromProps?: WorkflowNodeEntity): NodeRenderReturnType;
|
|
146
|
+
|
|
147
|
+
/**
|
|
148
|
+
* 获取当前渲染的 dom 节点
|
|
149
|
+
*/
|
|
150
|
+
declare function useCurrentDomNode(): HTMLDivElement;
|
|
151
|
+
|
|
152
|
+
/**
|
|
153
|
+
* 获取当前节点
|
|
154
|
+
*/
|
|
155
|
+
declare function useCurrentEntity(): WorkflowNodeEntity;
|
|
156
|
+
|
|
157
|
+
declare function useWorkflowDocument(): WorkflowDocument;
|
|
158
|
+
|
|
159
|
+
/**
|
|
160
|
+
* 获取 readonly 状态
|
|
161
|
+
*/
|
|
162
|
+
declare function usePlaygroundReadonlyState(listenChange?: boolean): boolean;
|
|
163
|
+
|
|
164
|
+
declare function nanoid(n?: number): string;
|
|
165
|
+
|
|
166
|
+
declare const fitView: (doc: WorkflowDocument, playgroundConfig: PlaygroundConfigEntity, easing?: boolean) => Promise<void>;
|
|
167
|
+
|
|
168
|
+
/**
|
|
169
|
+
* 获取没有碰撞的位置
|
|
170
|
+
* 距离很小时,xy 各偏移 30
|
|
171
|
+
* @param position
|
|
172
|
+
*/
|
|
173
|
+
declare function getAntiOverlapPosition(doc: WorkflowDocument, position: IPoint, containerNode?: WorkflowNodeEntity): IPoint;
|
|
174
|
+
|
|
175
|
+
declare enum EditorCursorState {
|
|
176
|
+
GRAB = "GRAB",
|
|
177
|
+
SELECT = "SELECT"
|
|
178
|
+
}
|
|
179
|
+
declare enum InteractiveType {
|
|
180
|
+
/** 鼠标优先交互模式 */
|
|
181
|
+
MOUSE = "MOUSE",
|
|
182
|
+
/** 触控板优先交互模式 */
|
|
183
|
+
PAD = "PAD"
|
|
184
|
+
}
|
|
185
|
+
|
|
186
|
+
/**
|
|
187
|
+
* 节点的点位信息
|
|
188
|
+
* portsData 只监听点位的数目和类型,不监听点位的 position 变化
|
|
189
|
+
*/
|
|
190
|
+
declare class WorkflowNodePortsData extends EntityData {
|
|
191
|
+
static readonly type = "WorkflowNodePortsData";
|
|
192
|
+
readonly entity: WorkflowNodeEntity;
|
|
193
|
+
/** 静态的 ports 数据 */
|
|
194
|
+
protected _staticPorts: WorkflowPorts;
|
|
195
|
+
/** 存储 port 实体的 id,用于判断 port 是否存在 */
|
|
196
|
+
protected _portIDSet: Set<string>;
|
|
197
|
+
/** 上一次的 ports 数据,用于判断 ports 是否发生变化 */
|
|
198
|
+
protected _prePorts: WorkflowPorts;
|
|
199
|
+
constructor(entity: WorkflowNodeEntity);
|
|
200
|
+
getDefaultData(): any;
|
|
201
|
+
/**
|
|
202
|
+
* 更新静态的 ports 数据
|
|
203
|
+
*/
|
|
204
|
+
updateStaticPorts(ports: WorkflowPorts): void;
|
|
205
|
+
/**
|
|
206
|
+
* 动态计算点位,通过 dom 的 data-port-key
|
|
207
|
+
*/
|
|
208
|
+
updateDynamicPorts(): void;
|
|
209
|
+
/**
|
|
210
|
+
* 根据 key 获取 port 实体
|
|
211
|
+
*/
|
|
212
|
+
getPortEntityByKey(portType: WorkflowPortType, portKey?: string | number): WorkflowPortEntity;
|
|
213
|
+
/**
|
|
214
|
+
* 更新 ports 数据
|
|
215
|
+
*/
|
|
216
|
+
updatePorts(ports: WorkflowPorts): void;
|
|
217
|
+
/**
|
|
218
|
+
* 获取所有 port entities
|
|
219
|
+
*/
|
|
220
|
+
get allPorts(): WorkflowPortEntity[];
|
|
221
|
+
/**
|
|
222
|
+
* 获取输入点位
|
|
223
|
+
*/
|
|
224
|
+
get inputPorts(): WorkflowPortEntity[];
|
|
225
|
+
/**
|
|
226
|
+
* 获取输出点位
|
|
227
|
+
*/
|
|
228
|
+
get outputPorts(): WorkflowPortEntity[];
|
|
229
|
+
/**
|
|
230
|
+
* 获取输入点位置
|
|
231
|
+
*/
|
|
232
|
+
get inputPoints(): IPoint[];
|
|
233
|
+
/**
|
|
234
|
+
* 获取输出点位置
|
|
235
|
+
*/
|
|
236
|
+
get outputPoints(): IPoint[];
|
|
237
|
+
/**
|
|
238
|
+
* 根据 key 获取 输入点位置
|
|
239
|
+
*/
|
|
240
|
+
getInputPoint(key?: string | number): IPoint;
|
|
241
|
+
/**
|
|
242
|
+
* 根据 key 获取输出点位置
|
|
243
|
+
*/
|
|
244
|
+
getOutputPoint(key?: string | number): IPoint;
|
|
245
|
+
/**
|
|
246
|
+
* 获取 port 实体
|
|
247
|
+
*/
|
|
248
|
+
protected getPortEntity(portId: string): WorkflowPortEntity | undefined;
|
|
249
|
+
/**
|
|
250
|
+
* 拼接 port 实体的 id
|
|
251
|
+
*/
|
|
252
|
+
protected getPortId(portType: WorkflowPortType, portKey?: string | number): string;
|
|
253
|
+
/**
|
|
254
|
+
* 创建 port 实体
|
|
255
|
+
*/
|
|
256
|
+
protected createPortEntity(portInfo: WorkflowPort): WorkflowPortEntity;
|
|
257
|
+
/**
|
|
258
|
+
* 获取或创建 port 实体
|
|
259
|
+
*/
|
|
260
|
+
protected getOrCreatePortEntity(portInfo: WorkflowPort): WorkflowPortEntity;
|
|
261
|
+
/**
|
|
262
|
+
* 更新 port 实体
|
|
263
|
+
*/
|
|
264
|
+
protected updatePortEntity(portInfo: WorkflowPort): WorkflowPortEntity;
|
|
265
|
+
}
|
|
266
|
+
|
|
267
|
+
interface WorkflowNodeLines {
|
|
268
|
+
inputLines: WorkflowLineEntity[];
|
|
269
|
+
outputLines: WorkflowLineEntity[];
|
|
270
|
+
}
|
|
271
|
+
/**
|
|
272
|
+
* 节点的关联的线条
|
|
273
|
+
*/
|
|
274
|
+
declare class WorkflowNodeLinesData extends EntityData<WorkflowNodeLines> {
|
|
275
|
+
static type: string;
|
|
276
|
+
entity: WorkflowNodeEntity;
|
|
277
|
+
getDefaultData(): WorkflowNodeLines;
|
|
278
|
+
constructor(entity: WorkflowNodeEntity);
|
|
279
|
+
/**
|
|
280
|
+
* 输入线条
|
|
281
|
+
*/
|
|
282
|
+
get inputLines(): WorkflowLineEntity[];
|
|
283
|
+
/**
|
|
284
|
+
* 输出线条
|
|
285
|
+
*/
|
|
286
|
+
get outputLines(): WorkflowLineEntity[];
|
|
287
|
+
/**
|
|
288
|
+
* 输入节点
|
|
289
|
+
*/
|
|
290
|
+
get inputNodes(): WorkflowNodeEntity[];
|
|
291
|
+
/**
|
|
292
|
+
* 所有输入节点
|
|
293
|
+
*/
|
|
294
|
+
get allInputNodes(): WorkflowNodeEntity[];
|
|
295
|
+
/**
|
|
296
|
+
* 输出节点
|
|
297
|
+
*/
|
|
298
|
+
get outputNodes(): WorkflowNodeEntity[];
|
|
299
|
+
/**
|
|
300
|
+
* 输入输出节点
|
|
301
|
+
*/
|
|
302
|
+
get allOutputNodes(): WorkflowNodeEntity[];
|
|
303
|
+
addLine(line: WorkflowLineEntity): void;
|
|
304
|
+
removeLine(line: WorkflowLineEntity): void;
|
|
305
|
+
}
|
|
306
|
+
|
|
307
|
+
interface WorkflowLineRenderDataSchema {
|
|
308
|
+
version: string;
|
|
309
|
+
contributions: Map<LineRenderType, WorkflowLineRenderContribution>;
|
|
310
|
+
position: LinePosition;
|
|
311
|
+
}
|
|
312
|
+
declare class WorkflowLineRenderData extends EntityData<WorkflowLineRenderDataSchema> {
|
|
313
|
+
static type: string;
|
|
314
|
+
entity: WorkflowLineEntity;
|
|
315
|
+
constructor(entity: WorkflowLineEntity);
|
|
316
|
+
getDefaultData(): WorkflowLineRenderDataSchema;
|
|
317
|
+
get renderVersion(): string;
|
|
318
|
+
get position(): LinePosition;
|
|
319
|
+
get path(): string;
|
|
320
|
+
calcDistance(pos: IPoint): number;
|
|
321
|
+
get bounds(): Rectangle;
|
|
322
|
+
/**
|
|
323
|
+
* 更新数据
|
|
324
|
+
* WARNING: 这个方法,必须在 requestAnimationFrame / useLayoutEffect 中调用,否则会引起浏览器强制重排
|
|
325
|
+
*/
|
|
326
|
+
update(): void;
|
|
327
|
+
private get lineType();
|
|
328
|
+
/**
|
|
329
|
+
* 更新版本
|
|
330
|
+
* WARNING: 这个方法,必须在 requestAnimationFrame / useLayoutEffect 中调用,否则会引起浏览器强制重排
|
|
331
|
+
*/
|
|
332
|
+
private updatePosition;
|
|
333
|
+
private get currentLine();
|
|
334
|
+
private syncContributions;
|
|
335
|
+
private registerContribution;
|
|
336
|
+
}
|
|
337
|
+
|
|
338
|
+
declare const WorkflowDocumentContainerModule: ContainerModule;
|
|
339
|
+
|
|
340
|
+
interface StraightData {
|
|
341
|
+
points: IPoint[];
|
|
342
|
+
path: string;
|
|
343
|
+
bbox: Rectangle;
|
|
344
|
+
}
|
|
345
|
+
declare class WorkflowSimpleLineContribution implements WorkflowLineRenderContribution {
|
|
346
|
+
static type: string;
|
|
347
|
+
entity: WorkflowLineEntity;
|
|
348
|
+
constructor(entity: WorkflowLineEntity);
|
|
349
|
+
private data?;
|
|
350
|
+
get path(): string;
|
|
351
|
+
calcDistance(pos: IPoint): number;
|
|
352
|
+
get bounds(): Rectangle;
|
|
353
|
+
update(params: {
|
|
354
|
+
fromPos: IPoint;
|
|
355
|
+
toPos: IPoint;
|
|
356
|
+
}): void;
|
|
357
|
+
private projectPointOnLine;
|
|
358
|
+
}
|
|
359
|
+
|
|
360
|
+
export { EditorCursorState, InteractiveType, LinePosition, LineRenderType, type NodeRenderReturnType, type PositionMap, type StraightData, WorkflowCommands, WorkflowDocument, WorkflowDocumentContainerModule, WorkflowLineEntity, WorkflowLineRenderContribution, WorkflowLineRenderData, type WorkflowLineRenderDataSchema, WorkflowNodeEntity, type WorkflowNodeLines, WorkflowNodeLinesData, WorkflowNodePortsData, WorkflowPort, WorkflowPortEntity, WorkflowPortType, WorkflowPorts, WorkflowResetLayoutService, WorkflowSimpleLineContribution, fitView, getAntiOverlapPosition, nanoid, useCurrentDomNode, useCurrentEntity, useNodeRender, usePlaygroundReadonlyState, useWorkflowDocument };
|