@naniteninja/dashboard-components-lib 2.1.52 → 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
@@ -1129,6 +1129,7 @@ declare class LibEventFormComponent extends BaseComponent {
1129
1129
  private _draggedEvent;
1130
1130
  private deleteConfirmed;
1131
1131
  private updatedEvent;
1132
+ private lastSelectedAddress;
1132
1133
  constructor(cdr: ChangeDetectorRef, fb: FormBuilder, calendarUtilService: CalendarUtilsService, fallbackTranslatePipe: FallbackTranslatePipe);
1133
1134
  onDeleteConfirm(): void;
1134
1135
  onSubmitModal(): void;
@@ -2423,6 +2424,7 @@ declare class ClientViewportComponent implements OnInit, OnChanges, OnDestroy, A
2423
2424
  private parseClientPage;
2424
2425
  getDemoClientAttributes(): string[];
2425
2426
  getPrimaryAttributes(match: any): string[];
2427
+ updateProfileComparisonConfig(): void;
2426
2428
  getSecondaryAttributes(match: any): string[];
2427
2429
  getTabConfig(tabKey: string): ITabConfig | undefined;
2428
2430
  private updateViewportConfig;
@@ -2728,6 +2730,7 @@ declare class MatcherViewportComponent implements OnInit, OnDestroy, OnChanges {
2728
2730
  private updateUrlWithPageSegment;
2729
2731
  private parseMatcherPage;
2730
2732
  getPrimaryAttributes(match: any): string[];
2733
+ updateProfileComparisonConfig(): void;
2731
2734
  getSecondaryAttributes(match: any): string[];
2732
2735
  getPageConfig(index: number): IMatcherPageProps | undefined;
2733
2736
  getTabConfig(tabKey: string): IMatcherTabConfig | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@naniteninja/dashboard-components-lib",
3
- "version": "2.1.52",
3
+ "version": "2.1.54",
4
4
  "author": "naniteninja",
5
5
  "repository": {
6
6
  "type": "git"