ms-time-sheet 0.0.20 → 0.0.21
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.
|
@@ -448,6 +448,7 @@ export declare class TimeSheetComponent implements OnInit, OnChanges, AfterViewI
|
|
|
448
448
|
* Get normalized ID from row.
|
|
449
449
|
*/
|
|
450
450
|
private getRowId;
|
|
451
|
+
private isInInput;
|
|
451
452
|
/**
|
|
452
453
|
* Toggle a single row selection.
|
|
453
454
|
*/
|
|
@@ -521,6 +522,7 @@ export declare class TimeSheetComponent implements OnInit, OnChanges, AfterViewI
|
|
|
521
522
|
fakeScroll: ElementRef<HTMLDivElement>;
|
|
522
523
|
horizintalFakeScroll: ElementRef<HTMLDivElement>;
|
|
523
524
|
centerScrollableBody: ElementRef<any>;
|
|
525
|
+
searchInput: ElementRef<HTMLInputElement>;
|
|
524
526
|
private overscan;
|
|
525
527
|
computeViewportRows(): void;
|
|
526
528
|
onHorizintalFakeScroll(event: Event): void;
|