@naniteninja/dashboard-components-lib 2.1.53 → 2.1.54
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
|
@@ -2424,6 +2424,7 @@ declare class ClientViewportComponent implements OnInit, OnChanges, OnDestroy, A
|
|
|
2424
2424
|
private parseClientPage;
|
|
2425
2425
|
getDemoClientAttributes(): string[];
|
|
2426
2426
|
getPrimaryAttributes(match: any): string[];
|
|
2427
|
+
updateProfileComparisonConfig(): void;
|
|
2427
2428
|
getSecondaryAttributes(match: any): string[];
|
|
2428
2429
|
getTabConfig(tabKey: string): ITabConfig | undefined;
|
|
2429
2430
|
private updateViewportConfig;
|
|
@@ -2729,6 +2730,7 @@ declare class MatcherViewportComponent implements OnInit, OnDestroy, OnChanges {
|
|
|
2729
2730
|
private updateUrlWithPageSegment;
|
|
2730
2731
|
private parseMatcherPage;
|
|
2731
2732
|
getPrimaryAttributes(match: any): string[];
|
|
2733
|
+
updateProfileComparisonConfig(): void;
|
|
2732
2734
|
getSecondaryAttributes(match: any): string[];
|
|
2733
2735
|
getPageConfig(index: number): IMatcherPageProps | undefined;
|
|
2734
2736
|
getTabConfig(tabKey: string): IMatcherTabConfig | undefined;
|