ms-time-sheet 0.0.18 → 0.0.19
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.
|
@@ -561,6 +561,8 @@ export declare class TimeSheetComponent implements OnInit, OnChanges, AfterViewI
|
|
|
561
561
|
pageSizeOptions: number[];
|
|
562
562
|
get startIndexData(): number;
|
|
563
563
|
get endIndex(): number;
|
|
564
|
+
get startPageIndex(): number;
|
|
565
|
+
get endPageIndex(): number;
|
|
564
566
|
get visiblePages(): (number | string)[];
|
|
565
567
|
searchTextForFilterDropDown: string;
|
|
566
568
|
toggleColumnInFilterDropdown(col: any): void;
|