ngx-vflow 1.10.1 → 1.11.0
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.
|
@@ -21,6 +21,8 @@ export declare class ResizableComponent implements OnInit, AfterViewInit {
|
|
|
21
21
|
private zoom;
|
|
22
22
|
private minWidth;
|
|
23
23
|
private minHeight;
|
|
24
|
+
private maxWidth;
|
|
25
|
+
private maxHeight;
|
|
24
26
|
protected resizeOnGlobalMouseMove: import("rxjs").Subscription;
|
|
25
27
|
protected endResizeOnGlobalMouseUp: import("rxjs").Subscription;
|
|
26
28
|
constructor();
|