@naniteninja/dashboard-components-lib 2.1.14 → 2.1.15
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
|
@@ -2629,6 +2629,7 @@ declare class MatcherViewportComponent implements OnInit, OnDestroy, OnChanges {
|
|
|
2629
2629
|
}): void;
|
|
2630
2630
|
onHandleAppearPopup(field: AlertStatusFields): void;
|
|
2631
2631
|
onTabSettingsClick(key: ClientViewportTab, event: Event): void;
|
|
2632
|
+
onTabInfoClick(tabKey: string, event: Event): void;
|
|
2632
2633
|
openPrefMatchManager(): void;
|
|
2633
2634
|
closePrefMatchManager(): void;
|
|
2634
2635
|
private initializePrefMatchManager;
|
|
@@ -2734,7 +2735,7 @@ declare class MatcherViewportComponent implements OnInit, OnDestroy, OnChanges {
|
|
|
2734
2735
|
|
|
2735
2736
|
declare class MatcherViewportModule {
|
|
2736
2737
|
static ɵfac: i0.ɵɵFactoryDeclaration<MatcherViewportModule, never>;
|
|
2737
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<MatcherViewportModule, [typeof MatcherViewportComponent], [typeof i2.CommonModule, typeof i3$1.DragDropModule, typeof i4.TranslateModule, typeof LibStatusBarModule, typeof LibClientHomeComponent, typeof i8.ProfileComparisonLibModule, typeof SpiderChartComponent, typeof LibSchedulerComponent, typeof i10.TraitVisualCanvasComponent, typeof i6.ButtonsModule, typeof ProfileCardModule, typeof LibDashboardSwipeableTabsComponent, typeof ChatSuggestionComponent], [typeof MatcherViewportComponent]>;
|
|
2738
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MatcherViewportModule, [typeof MatcherViewportComponent], [typeof i2.CommonModule, typeof i3$1.DragDropModule, typeof i4.TranslateModule, typeof LibStatusBarModule, typeof LibClientHomeComponent, typeof i8.ProfileComparisonLibModule, typeof SpiderChartComponent, typeof LibSchedulerComponent, typeof i10.TraitVisualCanvasComponent, typeof i6.ButtonsModule, typeof ProfileCardModule, typeof LibDashboardSwipeableTabsComponent, typeof ChatSuggestionComponent, typeof AlertPopupComponent], [typeof MatcherViewportComponent]>;
|
|
2738
2739
|
static ɵinj: i0.ɵɵInjectorDeclaration<MatcherViewportModule>;
|
|
2739
2740
|
}
|
|
2740
2741
|
|
package/package.json
CHANGED
|
Binary file
|