@g1cloud/bpmn-modeler-next 5.0.0-alpha.63 → 5.0.0-alpha.64
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/agent/resolver/routeRepair.d.ts +3 -1
- package/dist/bpmn-modeler.js +1483 -1476
- package/dist/bpmn-modeler.umd.cjs +14 -14
- package/package.json +1 -1
|
@@ -76,7 +76,9 @@ export declare function planEdgeRepair(edge: GeometryEdge, targets: readonly Geo
|
|
|
76
76
|
* 완전히 해소되는 우회만 채택하고, 아니면 손대지 않는다(안전 성질 1) — 부분 개선을 받으면
|
|
77
77
|
* "고쳤는데 여전히 깨져 있다"가 되어 보고와 실물이 어긋난다.
|
|
78
78
|
*/
|
|
79
|
-
export declare function repairIntroducedCrossings(services: Pick<ResolverServices, 'elementRegistry' | 'modeling'>, beforeKeys: ReadonlySet<string
|
|
79
|
+
export declare function repairIntroducedCrossings(services: Pick<ResolverServices, 'elementRegistry' | 'modeling'>, beforeKeys: ReadonlySet<string>,
|
|
80
|
+
/** 2차 호출 전용 — 이 간선들만 본다(B-90. 1차가 돌려준 «주석 때문에 포기» 집합). */
|
|
81
|
+
only?: ReadonlySet<string>): Set<string>;
|
|
80
82
|
/**
|
|
81
83
|
* 풀 횡단 메시지플로우의 6점 경로 계획(순수). `null` = 이 간선은 대상이 아니거나(중간 풀 없음 ·
|
|
82
84
|
* 끝점 해소 불가) 더 나은 열이 없다.
|