ngx-st-tables 17.0.126 → 17.0.128

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.
@@ -151,6 +151,7 @@ export declare class MaterialTableComponent extends StSubscribeDestroyComponent
151
151
  removeSelectedRow(row: any): void;
152
152
  selectRowChanged(value: boolean, row: any): void;
153
153
  clickRowAction(row: any): void;
154
+ getAbsoluteIndex(index: number): number;
154
155
  private setColumnsFilterRowEditTypes;
155
156
  private createCustomFilterForLocalTable;
156
157
  private emitLazyLoading;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ngx-st-tables",
3
- "version": "17.0.126",
3
+ "version": "17.0.128",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.3.12",
6
6
  "@angular/core": "^17.3.12",