@energycap/components 0.25.3 → 0.26.0

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.
@@ -129,7 +129,7 @@ export declare class SearchableTableComponent implements OnInit, OnDestroy {
129
129
  /**
130
130
  * Maximum number of page tabs to show
131
131
  */
132
- maxPages?: number;
132
+ maxTabs?: number;
133
133
  /**
134
134
  * Makes the searchbox readonly if true.
135
135
  */
@@ -33,7 +33,7 @@ export declare class TablePaginationComponent implements OnChanges {
33
33
  /**
34
34
  * Maximum number of page tabs to show
35
35
  */
36
- maxPages?: number;
36
+ maxTabs?: number;
37
37
  /**
38
38
  * Emits when the page changes.
39
39
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@energycap/components",
3
- "version": "0.25.3",
3
+ "version": "0.26.0",
4
4
  "dependencies": {
5
5
  "tslib": "^2.0.0"
6
6
  },