@den4ik92/ng2-smart-table 19.5.41 → 19.5.42

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.
@@ -5,7 +5,10 @@ export declare class PagerComponent {
5
5
  protected readonly pagingConf: import("@angular/core").Signal<import("@den4ik92/ng2-smart-table").SmartTablePagerSettings>;
6
6
  protected readonly currentPerPage: import("@angular/core").Signal<number>;
7
7
  protected readonly currentPage: import("@angular/core").Signal<number>;
8
+ protected readonly isShowTotal: import("@angular/core").Signal<boolean>;
8
9
  protected readonly count: import("@angular/core").Signal<number>;
10
+ protected readonly nextButtonText: import("@angular/core").Signal<string | undefined>;
11
+ protected readonly prevButtonText: import("@angular/core").Signal<string | undefined>;
9
12
  protected readonly lastPage: import("@angular/core").Signal<number>;
10
13
  protected readonly pages: import("@angular/core").Signal<(string | number)[]>;
11
14
  paginate(page: number): void;
@@ -134,6 +134,9 @@ interface SmartTableEditorCustom {
134
134
  }
135
135
  export interface SmartTablePagerSettings {
136
136
  display: boolean;
137
+ nextButtonText?: string;
138
+ previewButtonText?: string;
139
+ showTotal?: boolean;
137
140
  page: number;
138
141
  perPage: number;
139
142
  perPageSelect?: number[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@den4ik92/ng2-smart-table",
3
- "version": "19.5.41",
3
+ "version": "19.5.42",
4
4
  "description": "Angular Smart Table",
5
5
  "author": "Den4ik92",
6
6
  "license": "MIT",