@trudb/tru-common-lib 0.0.895 → 0.0.897
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.
|
@@ -27,6 +27,7 @@ export declare class TruDesktopWindow implements OnInit, AfterViewInit {
|
|
|
27
27
|
cancelEditingOnNavigation: boolean;
|
|
28
28
|
viewportDimensions: any;
|
|
29
29
|
private subs;
|
|
30
|
+
private targetIsControl;
|
|
30
31
|
hasChanges: () => number;
|
|
31
32
|
mouseMove: (event: MouseEvent) => void;
|
|
32
33
|
mouseUp: (event: MouseEvent) => void;
|
|
@@ -154,7 +155,6 @@ export declare class TruDesktopWindow implements OnInit, AfterViewInit {
|
|
|
154
155
|
*/
|
|
155
156
|
lastView: () => void;
|
|
156
157
|
resizeEventHandler: () => void;
|
|
157
|
-
onDocumentKeydown: (event: KeyboardEvent) => void;
|
|
158
158
|
/**
|
|
159
159
|
* @tru.doc event
|
|
160
160
|
* @module tru.desktop.window
|