@flowgram.ai/free-layout-core 0.1.25 → 0.1.26
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/index.js +55 -18
- package/dist/esm/index.js.map +1 -1
- package/dist/index.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +51 -14
- package/dist/index.js.map +1 -1
- package/dist/typings/index.d.mts +1 -1
- package/dist/typings/index.d.ts +1 -1
- package/dist/typings/workflow-drag.d.mts +1 -1
- package/dist/typings/workflow-drag.d.ts +1 -1
- package/dist/typings/workflow-json.d.mts +1 -1
- package/dist/typings/workflow-json.d.ts +1 -1
- package/dist/typings/workflow-line.d.mts +1 -1
- package/dist/typings/workflow-line.d.ts +1 -1
- package/dist/typings/workflow-node.d.mts +1 -1
- package/dist/typings/workflow-node.d.ts +1 -1
- package/dist/typings/workflow-registry.d.mts +1 -1
- package/dist/typings/workflow-registry.d.ts +1 -1
- package/dist/{workflow-line-entity-DgCmDX1d.d.mts → workflow-line-entity-CJVb7UCW.d.mts} +51 -4
- package/dist/{workflow-line-entity-B8wC-OVt.d.ts → workflow-line-entity-Civfgdcf.d.ts} +51 -4
- package/package.json +9 -9
package/dist/typings/index.d.mts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { v as LineColor, w as LineColors, L as LineEventProps, m as LinePosition, k as LineRenderType, u as LineType, z as NodesDragEndEvent, N as NodesDragEvent, y as NodesDragStartEvent, A as NodesDraggingEvent, O as OnDragLineEnd, s as WorkflowContentChangeEvent, r as WorkflowContentChangeType, q as WorkflowJSON, l as WorkflowLineRenderContribution, x as WorkflowLineRenderContributionFactory, e as WorkflowNodeJSON, t as WorkflowNodeMeta, B as onDragLineEndParams } from '../workflow-line-entity-
|
|
1
|
+
export { v as LineColor, w as LineColors, L as LineEventProps, m as LinePosition, k as LineRenderType, u as LineType, z as NodesDragEndEvent, N as NodesDragEvent, y as NodesDragStartEvent, A as NodesDraggingEvent, O as OnDragLineEnd, s as WorkflowContentChangeEvent, r as WorkflowContentChangeType, q as WorkflowJSON, l as WorkflowLineRenderContribution, x as WorkflowLineRenderContributionFactory, e as WorkflowNodeJSON, t as WorkflowNodeMeta, B as onDragLineEndParams } from '../workflow-line-entity-CJVb7UCW.mjs';
|
|
2
2
|
export { WorkflowEdgeJSON } from './workflow-edge.mjs';
|
|
3
3
|
export { WorkflowNodeFormMeta, WorkflowNodeRegistry, WorkflowNodeRenderProps } from './workflow-registry.mjs';
|
|
4
4
|
export { a as WorkflowSubCanvas } from '../workflow-sub-canvas-DOVla1mw.mjs';
|
package/dist/typings/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { v as LineColor, w as LineColors, L as LineEventProps, m as LinePosition, k as LineRenderType, u as LineType, z as NodesDragEndEvent, N as NodesDragEvent, y as NodesDragStartEvent, A as NodesDraggingEvent, O as OnDragLineEnd, s as WorkflowContentChangeEvent, r as WorkflowContentChangeType, q as WorkflowJSON, l as WorkflowLineRenderContribution, x as WorkflowLineRenderContributionFactory, e as WorkflowNodeJSON, t as WorkflowNodeMeta, B as onDragLineEndParams } from '../workflow-line-entity-
|
|
1
|
+
export { v as LineColor, w as LineColors, L as LineEventProps, m as LinePosition, k as LineRenderType, u as LineType, z as NodesDragEndEvent, N as NodesDragEvent, y as NodesDragStartEvent, A as NodesDraggingEvent, O as OnDragLineEnd, s as WorkflowContentChangeEvent, r as WorkflowContentChangeType, q as WorkflowJSON, l as WorkflowLineRenderContribution, x as WorkflowLineRenderContributionFactory, e as WorkflowNodeJSON, t as WorkflowNodeMeta, B as onDragLineEndParams } from '../workflow-line-entity-Civfgdcf.js';
|
|
2
2
|
export { WorkflowEdgeJSON } from './workflow-edge.js';
|
|
3
3
|
export { WorkflowNodeFormMeta, WorkflowNodeRegistry, WorkflowNodeRenderProps } from './workflow-registry.js';
|
|
4
4
|
export { a as WorkflowSubCanvas } from '../workflow-sub-canvas-DOVla1mw.js';
|
|
@@ -2,7 +2,7 @@ import 'react';
|
|
|
2
2
|
import '@flowgram.ai/utils';
|
|
3
3
|
import '@flowgram.ai/document';
|
|
4
4
|
import '@flowgram.ai/core';
|
|
5
|
-
export { L as LineEventProps, z as NodesDragEndEvent, N as NodesDragEvent, y as NodesDragStartEvent, A as NodesDraggingEvent, O as OnDragLineEnd, B as onDragLineEndParams } from '../workflow-line-entity-
|
|
5
|
+
export { L as LineEventProps, z as NodesDragEndEvent, N as NodesDragEvent, y as NodesDragStartEvent, A as NodesDraggingEvent, O as OnDragLineEnd, B as onDragLineEndParams } from '../workflow-line-entity-CJVb7UCW.mjs';
|
|
6
6
|
import '../workflow-sub-canvas-DOVla1mw.mjs';
|
|
7
7
|
import '@flowgram.ai/form-core';
|
|
8
8
|
import './workflow-edge.mjs';
|
|
@@ -2,7 +2,7 @@ import 'react';
|
|
|
2
2
|
import '@flowgram.ai/utils';
|
|
3
3
|
import '@flowgram.ai/document';
|
|
4
4
|
import '@flowgram.ai/core';
|
|
5
|
-
export { L as LineEventProps, z as NodesDragEndEvent, N as NodesDragEvent, y as NodesDragStartEvent, A as NodesDraggingEvent, O as OnDragLineEnd, B as onDragLineEndParams } from '../workflow-line-entity-
|
|
5
|
+
export { L as LineEventProps, z as NodesDragEndEvent, N as NodesDragEvent, y as NodesDragStartEvent, A as NodesDraggingEvent, O as OnDragLineEnd, B as onDragLineEndParams } from '../workflow-line-entity-Civfgdcf.js';
|
|
6
6
|
import '../workflow-sub-canvas-DOVla1mw.js';
|
|
7
7
|
import '@flowgram.ai/form-core';
|
|
8
8
|
import './workflow-edge.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import '../workflow-sub-canvas-DOVla1mw.mjs';
|
|
2
|
-
export { s as WorkflowContentChangeEvent, r as WorkflowContentChangeType, q as WorkflowJSON } from '../workflow-line-entity-
|
|
2
|
+
export { s as WorkflowContentChangeEvent, r as WorkflowContentChangeType, q as WorkflowJSON } from '../workflow-line-entity-CJVb7UCW.mjs';
|
|
3
3
|
import './workflow-edge.mjs';
|
|
4
4
|
import '@flowgram.ai/document';
|
|
5
5
|
import '@flowgram.ai/utils';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import '../workflow-sub-canvas-DOVla1mw.js';
|
|
2
|
-
export { s as WorkflowContentChangeEvent, r as WorkflowContentChangeType, q as WorkflowJSON } from '../workflow-line-entity-
|
|
2
|
+
export { s as WorkflowContentChangeEvent, r as WorkflowContentChangeType, q as WorkflowJSON } from '../workflow-line-entity-Civfgdcf.js';
|
|
3
3
|
import './workflow-edge.js';
|
|
4
4
|
import '@flowgram.ai/document';
|
|
5
5
|
import '@flowgram.ai/utils';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import '@flowgram.ai/utils';
|
|
2
|
-
export { v as LineColor, w as LineColors, m as LinePosition, k as LineRenderType, u as LineType, l as WorkflowLineRenderContribution, x as WorkflowLineRenderContributionFactory } from '../workflow-line-entity-
|
|
2
|
+
export { v as LineColor, w as LineColors, m as LinePosition, k as LineRenderType, u as LineType, l as WorkflowLineRenderContribution, x as WorkflowLineRenderContributionFactory } from '../workflow-line-entity-CJVb7UCW.mjs';
|
|
3
3
|
import '@flowgram.ai/core';
|
|
4
4
|
import '@flowgram.ai/document';
|
|
5
5
|
import '../workflow-sub-canvas-DOVla1mw.mjs';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import '@flowgram.ai/utils';
|
|
2
|
-
export { v as LineColor, w as LineColors, m as LinePosition, k as LineRenderType, u as LineType, l as WorkflowLineRenderContribution, x as WorkflowLineRenderContributionFactory } from '../workflow-line-entity-
|
|
2
|
+
export { v as LineColor, w as LineColors, m as LinePosition, k as LineRenderType, u as LineType, l as WorkflowLineRenderContribution, x as WorkflowLineRenderContributionFactory } from '../workflow-line-entity-Civfgdcf.js';
|
|
3
3
|
import '@flowgram.ai/core';
|
|
4
4
|
import '@flowgram.ai/document';
|
|
5
5
|
import '../workflow-sub-canvas-DOVla1mw.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import '@flowgram.ai/utils';
|
|
2
2
|
import '@flowgram.ai/document';
|
|
3
3
|
import '../workflow-sub-canvas-DOVla1mw.mjs';
|
|
4
|
-
export { e as WorkflowNodeJSON, t as WorkflowNodeMeta } from '../workflow-line-entity-
|
|
4
|
+
export { e as WorkflowNodeJSON, t as WorkflowNodeMeta } from '../workflow-line-entity-CJVb7UCW.mjs';
|
|
5
5
|
import './workflow-edge.mjs';
|
|
6
6
|
import '@flowgram.ai/core';
|
|
7
7
|
import '@flowgram.ai/form-core';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import '@flowgram.ai/utils';
|
|
2
2
|
import '@flowgram.ai/document';
|
|
3
3
|
import '../workflow-sub-canvas-DOVla1mw.js';
|
|
4
|
-
export { e as WorkflowNodeJSON, t as WorkflowNodeMeta } from '../workflow-line-entity-
|
|
4
|
+
export { e as WorkflowNodeJSON, t as WorkflowNodeMeta } from '../workflow-line-entity-Civfgdcf.js';
|
|
5
5
|
import './workflow-edge.js';
|
|
6
6
|
import '@flowgram.ai/core';
|
|
7
7
|
import '@flowgram.ai/form-core';
|
|
@@ -2,7 +2,7 @@ import { FormMeta } from '@flowgram.ai/node';
|
|
|
2
2
|
import { FormMetaOrFormMetaGenerator } from '@flowgram.ai/form-core';
|
|
3
3
|
import { FlowNodeRegistry } from '@flowgram.ai/document';
|
|
4
4
|
import { W as WorkflowNodeEntity } from '../workflow-sub-canvas-DOVla1mw.mjs';
|
|
5
|
-
import { t as WorkflowNodeMeta } from '../workflow-line-entity-
|
|
5
|
+
import { t as WorkflowNodeMeta } from '../workflow-line-entity-CJVb7UCW.mjs';
|
|
6
6
|
import '@flowgram.ai/utils';
|
|
7
7
|
import '@flowgram.ai/core';
|
|
8
8
|
import './workflow-edge.mjs';
|
|
@@ -2,7 +2,7 @@ import { FormMeta } from '@flowgram.ai/node';
|
|
|
2
2
|
import { FormMetaOrFormMetaGenerator } from '@flowgram.ai/form-core';
|
|
3
3
|
import { FlowNodeRegistry } from '@flowgram.ai/document';
|
|
4
4
|
import { W as WorkflowNodeEntity } from '../workflow-sub-canvas-DOVla1mw.js';
|
|
5
|
-
import { t as WorkflowNodeMeta } from '../workflow-line-entity-
|
|
5
|
+
import { t as WorkflowNodeMeta } from '../workflow-line-entity-Civfgdcf.js';
|
|
6
6
|
import '@flowgram.ai/utils';
|
|
7
7
|
import '@flowgram.ai/core';
|
|
8
8
|
import './workflow-edge.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as _flowgram_ai_utils from '@flowgram.ai/utils';
|
|
2
|
-
import { IPoint, Rectangle, PositionSchema, Emitter, Event, DisposableCollection } from '@flowgram.ai/utils';
|
|
2
|
+
import { IPoint, Rectangle, PositionSchema, Emitter, Event, PaddingSchema, SizeSchema, ScrollSchema, DisposableCollection } from '@flowgram.ai/utils';
|
|
3
3
|
import { PlaygroundDragEvent, PlaygroundDrag, EntityManager, SelectionService, Playground, Entity, PlaygroundConfigEntity, PlaygroundContext, EntityOpts } from '@flowgram.ai/core';
|
|
4
|
-
import { FlowNodeMeta, FlowNodeJSON, FlowNodeEntity, FlowDocumentOptions, FlowDocument } from '@flowgram.ai/document';
|
|
4
|
+
import { FlowNodeMeta, FlowNodeJSON, FlowNodeEntity, FlowDocumentOptions, FlowLayout, FlowDocumentProvider, FlowDocument } from '@flowgram.ai/document';
|
|
5
5
|
import { W as WorkflowNodeEntity, a as WorkflowSubCanvas } from './workflow-sub-canvas-DOVla1mw.mjs';
|
|
6
6
|
import { NodeEngineContext } from '@flowgram.ai/form-core';
|
|
7
7
|
import { WorkflowEdgeJSON } from './typings/workflow-edge.mjs';
|
|
@@ -213,7 +213,9 @@ declare const WorkflowDocumentOptionsDefault: WorkflowDocumentOptions;
|
|
|
213
213
|
/**
|
|
214
214
|
* 可 Hover 的节点 类型
|
|
215
215
|
*/
|
|
216
|
-
type
|
|
216
|
+
type WorkflowEntityHoverable = WorkflowNodeEntity | WorkflowLineEntity | WorkflowPortEntity;
|
|
217
|
+
/** @deprecated */
|
|
218
|
+
type WorkfloEntityHoverable = WorkflowEntityHoverable;
|
|
217
219
|
/**
|
|
218
220
|
* hover 状态管理
|
|
219
221
|
*/
|
|
@@ -282,6 +284,50 @@ declare class WorkflowSelectService {
|
|
|
282
284
|
selectNodeAndFocus(node: WorkflowNodeEntity): void;
|
|
283
285
|
}
|
|
284
286
|
|
|
287
|
+
/**
|
|
288
|
+
* 自由画布布局
|
|
289
|
+
*/
|
|
290
|
+
declare class FreeLayout implements FlowLayout {
|
|
291
|
+
name: string;
|
|
292
|
+
playgroundConfig: PlaygroundConfigEntity;
|
|
293
|
+
protected documentProvider: FlowDocumentProvider;
|
|
294
|
+
get document(): FlowDocument;
|
|
295
|
+
/**
|
|
296
|
+
* 更新布局
|
|
297
|
+
*/
|
|
298
|
+
update(): void;
|
|
299
|
+
syncTransform(node: FlowNodeEntity): void;
|
|
300
|
+
/**
|
|
301
|
+
* 更新所有受影响的上下游节点
|
|
302
|
+
*/
|
|
303
|
+
updateAffectedTransform(node: FlowNodeEntity): void;
|
|
304
|
+
/**
|
|
305
|
+
* 获取节点的 padding 数据
|
|
306
|
+
* @param node
|
|
307
|
+
*/
|
|
308
|
+
getPadding(node: FlowNodeEntity): PaddingSchema;
|
|
309
|
+
/**
|
|
310
|
+
* 默认滚动到 fitview 区域
|
|
311
|
+
* @param contentSize
|
|
312
|
+
*/
|
|
313
|
+
getInitScroll(contentSize: SizeSchema): ScrollSchema;
|
|
314
|
+
/**
|
|
315
|
+
* 获取默认输入点
|
|
316
|
+
*/
|
|
317
|
+
getDefaultInputPoint(node: FlowNodeEntity): IPoint;
|
|
318
|
+
/**
|
|
319
|
+
* 获取默认输出点
|
|
320
|
+
*/
|
|
321
|
+
getDefaultOutputPoint(node: FlowNodeEntity): IPoint;
|
|
322
|
+
/**
|
|
323
|
+
* 水平中心点
|
|
324
|
+
*/
|
|
325
|
+
getDefaultNodeOrigin(): IPoint;
|
|
326
|
+
private getAllParents;
|
|
327
|
+
private getAllBlocks;
|
|
328
|
+
private fireChange;
|
|
329
|
+
}
|
|
330
|
+
|
|
285
331
|
declare const WorkflowDocumentProvider: unique symbol;
|
|
286
332
|
type WorkflowDocumentProvider = () => WorkflowDocument;
|
|
287
333
|
declare class WorkflowDocument extends FlowDocument {
|
|
@@ -321,6 +367,7 @@ declare class WorkflowDocument extends FlowDocument {
|
|
|
321
367
|
* @param json
|
|
322
368
|
*/
|
|
323
369
|
createWorkflowNode(json: WorkflowNodeJSON, isClone?: boolean, parentId?: string): WorkflowNodeEntity;
|
|
370
|
+
get layout(): FreeLayout;
|
|
324
371
|
/**
|
|
325
372
|
* 获取默认的 x y 坐标, 默认为当前画布可视区域中心
|
|
326
373
|
* @param type
|
|
@@ -665,4 +712,4 @@ declare class WorkflowLineEntity extends Entity<WorkflowLineEntityOpts> {
|
|
|
665
712
|
fireRender(): void;
|
|
666
713
|
}
|
|
667
714
|
|
|
668
|
-
export { type NodesDraggingEvent as A, type onDragLineEndParams as B, LINE_HOVER_DISTANCE as C, type WorkflowLinePortInfo as D, type WorkflowLineEntityOpts as E, type WorkflowLineInfo as F, PORT_SIZE as G, type WorkflowPortEntityOpts as H, type
|
|
715
|
+
export { type NodesDraggingEvent as A, type onDragLineEndParams as B, LINE_HOVER_DISTANCE as C, type WorkflowLinePortInfo as D, type WorkflowLineEntityOpts as E, type WorkflowLineInfo as F, PORT_SIZE as G, type WorkflowPortEntityOpts as H, type WorkflowEntityHoverable as I, type WorkfloEntityHoverable as J, WorkflowDocumentProvider as K, type LineEventProps as L, WorkflowDocumentOptionsDefault as M, type NodesDragEvent as N, type OnDragLineEnd as O, POINT_RADIUS as P, WorkflowHoverService as W, WorkflowDocument as a, WorkflowLinesManager as b, WorkflowSelectService as c, WorkflowDocumentOptions as d, type WorkflowNodeJSON as e, WorkflowPortEntity as f, WorkflowLineEntity as g, type WorkflowPorts as h, type WorkflowPortType as i, type WorkflowPort as j, type LineRenderType as k, type WorkflowLineRenderContribution as l, type LinePosition as m, getPortEntityId as n, WORKFLOW_LINE_ENTITY as o, domReactToBounds as p, type WorkflowJSON as q, WorkflowContentChangeType as r, type WorkflowContentChangeEvent as s, type WorkflowNodeMeta as t, LineType as u, type LineColor as v, LineColors as w, type WorkflowLineRenderContributionFactory as x, type NodesDragStartEvent as y, type NodesDragEndEvent as z };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as _flowgram_ai_utils from '@flowgram.ai/utils';
|
|
2
|
-
import { IPoint, Rectangle, PositionSchema, Emitter, Event, DisposableCollection } from '@flowgram.ai/utils';
|
|
2
|
+
import { IPoint, Rectangle, PositionSchema, Emitter, Event, PaddingSchema, SizeSchema, ScrollSchema, DisposableCollection } from '@flowgram.ai/utils';
|
|
3
3
|
import { PlaygroundDragEvent, PlaygroundDrag, EntityManager, SelectionService, Playground, Entity, PlaygroundConfigEntity, PlaygroundContext, EntityOpts } from '@flowgram.ai/core';
|
|
4
|
-
import { FlowNodeMeta, FlowNodeJSON, FlowNodeEntity, FlowDocumentOptions, FlowDocument } from '@flowgram.ai/document';
|
|
4
|
+
import { FlowNodeMeta, FlowNodeJSON, FlowNodeEntity, FlowDocumentOptions, FlowLayout, FlowDocumentProvider, FlowDocument } from '@flowgram.ai/document';
|
|
5
5
|
import { W as WorkflowNodeEntity, a as WorkflowSubCanvas } from './workflow-sub-canvas-DOVla1mw.js';
|
|
6
6
|
import { NodeEngineContext } from '@flowgram.ai/form-core';
|
|
7
7
|
import { WorkflowEdgeJSON } from './typings/workflow-edge.js';
|
|
@@ -213,7 +213,9 @@ declare const WorkflowDocumentOptionsDefault: WorkflowDocumentOptions;
|
|
|
213
213
|
/**
|
|
214
214
|
* 可 Hover 的节点 类型
|
|
215
215
|
*/
|
|
216
|
-
type
|
|
216
|
+
type WorkflowEntityHoverable = WorkflowNodeEntity | WorkflowLineEntity | WorkflowPortEntity;
|
|
217
|
+
/** @deprecated */
|
|
218
|
+
type WorkfloEntityHoverable = WorkflowEntityHoverable;
|
|
217
219
|
/**
|
|
218
220
|
* hover 状态管理
|
|
219
221
|
*/
|
|
@@ -282,6 +284,50 @@ declare class WorkflowSelectService {
|
|
|
282
284
|
selectNodeAndFocus(node: WorkflowNodeEntity): void;
|
|
283
285
|
}
|
|
284
286
|
|
|
287
|
+
/**
|
|
288
|
+
* 自由画布布局
|
|
289
|
+
*/
|
|
290
|
+
declare class FreeLayout implements FlowLayout {
|
|
291
|
+
name: string;
|
|
292
|
+
playgroundConfig: PlaygroundConfigEntity;
|
|
293
|
+
protected documentProvider: FlowDocumentProvider;
|
|
294
|
+
get document(): FlowDocument;
|
|
295
|
+
/**
|
|
296
|
+
* 更新布局
|
|
297
|
+
*/
|
|
298
|
+
update(): void;
|
|
299
|
+
syncTransform(node: FlowNodeEntity): void;
|
|
300
|
+
/**
|
|
301
|
+
* 更新所有受影响的上下游节点
|
|
302
|
+
*/
|
|
303
|
+
updateAffectedTransform(node: FlowNodeEntity): void;
|
|
304
|
+
/**
|
|
305
|
+
* 获取节点的 padding 数据
|
|
306
|
+
* @param node
|
|
307
|
+
*/
|
|
308
|
+
getPadding(node: FlowNodeEntity): PaddingSchema;
|
|
309
|
+
/**
|
|
310
|
+
* 默认滚动到 fitview 区域
|
|
311
|
+
* @param contentSize
|
|
312
|
+
*/
|
|
313
|
+
getInitScroll(contentSize: SizeSchema): ScrollSchema;
|
|
314
|
+
/**
|
|
315
|
+
* 获取默认输入点
|
|
316
|
+
*/
|
|
317
|
+
getDefaultInputPoint(node: FlowNodeEntity): IPoint;
|
|
318
|
+
/**
|
|
319
|
+
* 获取默认输出点
|
|
320
|
+
*/
|
|
321
|
+
getDefaultOutputPoint(node: FlowNodeEntity): IPoint;
|
|
322
|
+
/**
|
|
323
|
+
* 水平中心点
|
|
324
|
+
*/
|
|
325
|
+
getDefaultNodeOrigin(): IPoint;
|
|
326
|
+
private getAllParents;
|
|
327
|
+
private getAllBlocks;
|
|
328
|
+
private fireChange;
|
|
329
|
+
}
|
|
330
|
+
|
|
285
331
|
declare const WorkflowDocumentProvider: unique symbol;
|
|
286
332
|
type WorkflowDocumentProvider = () => WorkflowDocument;
|
|
287
333
|
declare class WorkflowDocument extends FlowDocument {
|
|
@@ -321,6 +367,7 @@ declare class WorkflowDocument extends FlowDocument {
|
|
|
321
367
|
* @param json
|
|
322
368
|
*/
|
|
323
369
|
createWorkflowNode(json: WorkflowNodeJSON, isClone?: boolean, parentId?: string): WorkflowNodeEntity;
|
|
370
|
+
get layout(): FreeLayout;
|
|
324
371
|
/**
|
|
325
372
|
* 获取默认的 x y 坐标, 默认为当前画布可视区域中心
|
|
326
373
|
* @param type
|
|
@@ -665,4 +712,4 @@ declare class WorkflowLineEntity extends Entity<WorkflowLineEntityOpts> {
|
|
|
665
712
|
fireRender(): void;
|
|
666
713
|
}
|
|
667
714
|
|
|
668
|
-
export { type NodesDraggingEvent as A, type onDragLineEndParams as B, LINE_HOVER_DISTANCE as C, type WorkflowLinePortInfo as D, type WorkflowLineEntityOpts as E, type WorkflowLineInfo as F, PORT_SIZE as G, type WorkflowPortEntityOpts as H, type
|
|
715
|
+
export { type NodesDraggingEvent as A, type onDragLineEndParams as B, LINE_HOVER_DISTANCE as C, type WorkflowLinePortInfo as D, type WorkflowLineEntityOpts as E, type WorkflowLineInfo as F, PORT_SIZE as G, type WorkflowPortEntityOpts as H, type WorkflowEntityHoverable as I, type WorkfloEntityHoverable as J, WorkflowDocumentProvider as K, type LineEventProps as L, WorkflowDocumentOptionsDefault as M, type NodesDragEvent as N, type OnDragLineEnd as O, POINT_RADIUS as P, WorkflowHoverService as W, WorkflowDocument as a, WorkflowLinesManager as b, WorkflowSelectService as c, WorkflowDocumentOptions as d, type WorkflowNodeJSON as e, WorkflowPortEntity as f, WorkflowLineEntity as g, type WorkflowPorts as h, type WorkflowPortType as i, type WorkflowPort as j, type LineRenderType as k, type WorkflowLineRenderContribution as l, type LinePosition as m, getPortEntityId as n, WORKFLOW_LINE_ENTITY as o, domReactToBounds as p, type WorkflowJSON as q, WorkflowContentChangeType as r, type WorkflowContentChangeEvent as s, type WorkflowNodeMeta as t, LineType as u, type LineColor as v, LineColors as w, type WorkflowLineRenderContributionFactory as x, type NodesDragStartEvent as y, type NodesDragEndEvent as z };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@flowgram.ai/free-layout-core",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.26",
|
|
4
4
|
"homepage": "https://flowgram.ai/",
|
|
5
5
|
"repository": "https://github.com/bytedance/flowgram.ai",
|
|
6
6
|
"license": "MIT",
|
|
@@ -34,12 +34,12 @@
|
|
|
34
34
|
"reflect-metadata": "~0.2.2",
|
|
35
35
|
"lodash-es": "^4.17.21",
|
|
36
36
|
"nanoid": "^4.0.2",
|
|
37
|
-
"@flowgram.ai/core": "0.1.
|
|
38
|
-
"@flowgram.ai/form-core": "0.1.
|
|
39
|
-
"@flowgram.ai/document": "0.1.
|
|
40
|
-
"@flowgram.ai/node": "0.1.
|
|
41
|
-
"@flowgram.ai/
|
|
42
|
-
"@flowgram.ai/
|
|
37
|
+
"@flowgram.ai/core": "0.1.26",
|
|
38
|
+
"@flowgram.ai/form-core": "0.1.26",
|
|
39
|
+
"@flowgram.ai/document": "0.1.26",
|
|
40
|
+
"@flowgram.ai/node": "0.1.26",
|
|
41
|
+
"@flowgram.ai/reactive": "0.1.26",
|
|
42
|
+
"@flowgram.ai/utils": "0.1.26"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"@testing-library/react": "^12",
|
|
@@ -53,8 +53,8 @@
|
|
|
53
53
|
"tsup": "^8.0.1",
|
|
54
54
|
"typescript": "^5.0.4",
|
|
55
55
|
"vitest": "^0.34.6",
|
|
56
|
-
"@flowgram.ai/
|
|
57
|
-
"@flowgram.ai/
|
|
56
|
+
"@flowgram.ai/eslint-config": "0.1.26",
|
|
57
|
+
"@flowgram.ai/ts-config": "0.1.26"
|
|
58
58
|
},
|
|
59
59
|
"peerDependencies": {
|
|
60
60
|
"react": ">=17",
|