myrta-ui 17.1.71 → 17.1.73
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.
|
@@ -1,14 +1,15 @@
|
|
|
1
|
-
import { AfterViewInit,
|
|
1
|
+
import { AfterViewInit, ElementRef, Renderer2 } from "@angular/core";
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class AutosizeDirective implements AfterViewInit
|
|
3
|
+
export declare class AutosizeDirective implements AfterViewInit {
|
|
4
4
|
private elem;
|
|
5
5
|
private renderer;
|
|
6
6
|
overflow: string;
|
|
7
7
|
rows: number;
|
|
8
8
|
autosize: boolean;
|
|
9
|
+
private isInitialized;
|
|
9
10
|
constructor(elem: ElementRef, renderer: Renderer2);
|
|
10
11
|
ngAfterViewInit(): void;
|
|
11
|
-
|
|
12
|
+
onInput(): void;
|
|
12
13
|
private resize;
|
|
13
14
|
private setHeight;
|
|
14
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<AutosizeDirective, never>;
|