@krainovsd/graph 0.11.0-beta.1 → 0.11.0-beta.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/lib/cjs/index.cjs +0 -2
- package/lib/cjs/index.cjs.map +1 -1
- package/lib/esm/module/GraphCanvas/lib/utils/calculate-link-position-by-node.js +0 -1
- package/lib/esm/module/GraphCanvas/lib/utils/calculate-link-position-by-node.js.map +1 -1
- package/lib/esm/module/GraphCanvas/lib/utils/link-by-pointer-getter.js +0 -1
- package/lib/esm/module/GraphCanvas/lib/utils/link-by-pointer-getter.js.map +1 -1
- package/lib/index.d.ts +2 -1
- package/package.json +10 -10
package/lib/cjs/index.cjs
CHANGED
|
@@ -555,7 +555,6 @@ function nodeIterationExtractor(node, i, nodes, state, option, optionConstantGet
|
|
|
555
555
|
return customOptions;
|
|
556
556
|
}
|
|
557
557
|
|
|
558
|
-
/* eslint-disable id-length */
|
|
559
558
|
function calculateLinkPositionByNode(link, arrowSize = 0) {
|
|
560
559
|
const source = link.source;
|
|
561
560
|
const target = link.target;
|
|
@@ -905,7 +904,6 @@ function getParticlePosition(opts) {
|
|
|
905
904
|
}
|
|
906
905
|
}
|
|
907
906
|
|
|
908
|
-
/* eslint-disable id-length */
|
|
909
907
|
function linkByPointerGetter({ areaRect, areaTransform, mouseEvent, links, linkHoverExtraZone, }) {
|
|
910
908
|
if (!areaRect)
|
|
911
909
|
return undefined;
|