@naniteninja/profile-comparison-lib 1.0.9 → 1.0.10
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
|
@@ -487,6 +487,9 @@ declare class ProfileComparisonLibComponent implements OnInit, AfterViewInit, On
|
|
|
487
487
|
rightProfileClicked: boolean;
|
|
488
488
|
leftShapeAnimating: boolean;
|
|
489
489
|
rightShapeAnimating: boolean;
|
|
490
|
+
get viewProfileLeftX(): number;
|
|
491
|
+
get viewProfileRightX(): number;
|
|
492
|
+
onResize(): void;
|
|
490
493
|
sortedA: {
|
|
491
494
|
item: string;
|
|
492
495
|
score: number;
|