ngx-vector-components 6.15.0 → 6.15.1

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.
@@ -82,6 +82,7 @@ export declare class DataTableComponent implements OnInit, OnDestroy {
82
82
  private _lastLazyLoadEvent;
83
83
  private _tabSelected;
84
84
  private _filterSubscription;
85
+ private _openActionsMenu;
85
86
  constructor(cd: ChangeDetectorRef);
86
87
  ngOnInit(): void;
87
88
  ngOnDestroy(): void;
@@ -107,6 +108,7 @@ export declare class DataTableComponent implements OnInit, OnDestroy {
107
108
  isScoreCell(col: TableColumn): boolean;
108
109
  onSelectionChange(selection: any): void;
109
110
  onActionsMenuShow(menu: Menu): void;
111
+ onActionsMenuHide(menu: Menu): void;
110
112
  changeShowBalance(itemAccount?: any): void;
111
113
  private getStatusColor;
112
114
  private getActiveStatusColor;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ngx-vector-components",
3
- "version": "6.15.0",
3
+ "version": "6.15.1",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "^19.2.0",
6
6
  "@angular/cdk": "^19.2.0",