igniteui-angular 19.2.26 → 19.2.28
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.
|
@@ -68,6 +68,7 @@ export declare class IgxInputDirective implements AfterViewInit, OnDestroy {
|
|
|
68
68
|
private _valid;
|
|
69
69
|
private _statusChanges$;
|
|
70
70
|
private _valueChanges$;
|
|
71
|
+
private _touchedChanges$;
|
|
71
72
|
private _fileNames;
|
|
72
73
|
private _disabled;
|
|
73
74
|
constructor(inputGroup: IgxInputGroupBase, ngModel: NgModel, formControl: NgControl, element: ElementRef<HTMLInputElement>, cdr: ChangeDetectorRef, renderer: Renderer2);
|
package/package.json
CHANGED