@naniteninja/profile-comparison-lib 1.0.24 → 1.0.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/index.d.ts
CHANGED
|
@@ -606,6 +606,7 @@ declare class ProfileComparisonLibComponent implements OnInit, AfterViewInit, On
|
|
|
606
606
|
private canLinkNodes;
|
|
607
607
|
private getLinkNodeId;
|
|
608
608
|
private getLinkPairKey;
|
|
609
|
+
private getRuntimeLinkStrength;
|
|
609
610
|
private selectLinksWithCaps;
|
|
610
611
|
private filterCenterItemsByThreshold;
|
|
611
612
|
private scheduleForceGraphRebuild;
|
|
@@ -645,12 +646,8 @@ declare class ProfileComparisonLibComponent implements OnInit, AfterViewInit, On
|
|
|
645
646
|
onNodeClick(node: ForceChipNode, event: MouseEvent): void;
|
|
646
647
|
onDocumentClick(): void;
|
|
647
648
|
/**
|
|
648
|
-
*
|
|
649
|
-
*
|
|
650
|
-
* highest-sim → MIN_ORBIT (touches anchor), lowest-sim → MAX_ORBIT.
|
|
651
|
-
*
|
|
652
|
-
* While active, the xTarget/yTarget restoring forces are muted so they don't
|
|
653
|
-
* fight the attraction. They are restored the moment attraction is cleared.
|
|
649
|
+
* Anchor interaction should only affect highlighting/energy.
|
|
650
|
+
* Similarity attraction is always-on via the base simulation forces.
|
|
654
651
|
*/
|
|
655
652
|
private updateAttractionForce;
|
|
656
653
|
isNodeConnected(node: ForceChipNode): boolean;
|