ms-time-sheet 0.0.19 → 0.0.20
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.
|
@@ -716,6 +716,7 @@ export declare class TimeSheetComponent implements OnInit, OnChanges, AfterViewI
|
|
|
716
716
|
onKeyDown(event: KeyboardEvent): void;
|
|
717
717
|
undo(): void;
|
|
718
718
|
redo(): void;
|
|
719
|
+
selectAllCells(): void;
|
|
719
720
|
onPaste(event: ClipboardEvent): Promise<void>;
|
|
720
721
|
confirmPaste(): Promise<void>;
|
|
721
722
|
cancelPaste(): void;
|