@naniteninja/profile-comparison-lib 1.0.27 → 1.0.28
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
|
@@ -641,6 +641,7 @@ declare class ProfileComparisonLibComponent implements OnInit, AfterViewInit, On
|
|
|
641
641
|
private getLinkPairKey;
|
|
642
642
|
private getRuntimeLinkStrength;
|
|
643
643
|
private selectLinksWithCaps;
|
|
644
|
+
private findNaiveOverlap;
|
|
644
645
|
private filterCenterItemsByThreshold;
|
|
645
646
|
private scheduleForceGraphRebuild;
|
|
646
647
|
onWindowResize(): void;
|