@brickclay-org/ui 0.0.88 → 0.0.89
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
|
@@ -2117,6 +2117,7 @@ declare class BkPagination implements OnChanges {
|
|
|
2117
2117
|
private updateStartEndPages;
|
|
2118
2118
|
private getPageCount;
|
|
2119
2119
|
private getArrayOfPage;
|
|
2120
|
+
/** Returns exactly 2 visible page numbers: current and next (e.g. 1-2, then 2-3 on click of 2). */
|
|
2120
2121
|
paginate(): number[];
|
|
2121
2122
|
onClickPage(pageNumber: number): void;
|
|
2122
2123
|
changeSize(event: any): void;
|