/** * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE */ import { FocusMonitor } from '@angular/cdk/a11y'; import { Direction, Directionality } from '@angular/cdk/bidi'; import { AfterContentInit, ChangeDetectorRef, ElementRef, OnChanges, OnDestroy, OnInit, QueryList, SimpleChanges, TemplateRef } from '@angular/core'; import { BooleanInput, VtsSizeXLMSType } from '@ui-vts-kit/ng-vts/core/types'; import { VtsInputDirective } from './input.directive'; import * as i0 from "@angular/core"; export declare class VtsInputGroupWhitSuffixOrPrefixDirective { elementRef: ElementRef; constructor(elementRef: ElementRef); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } export declare class VtsInputGroupComponent implements AfterContentInit, OnChanges, OnInit, OnDestroy { private focusMonitor; private elementRef; private cdr; private directionality; static ngAcceptInputType_vtsSearch: BooleanInput; static ngAcceptInputType_vtsCompact: BooleanInput; listOfVtsInputDirective: QueryList; vtsAddOnBeforeIcon?: string | null; vtsAddOnAfterIcon?: string | null; vtsPrefixIcon?: string | null; vtsSuffixIcon?: string | null; vtsAddOnBefore?: string | TemplateRef; vtsAddOnAfter?: string | TemplateRef; vtsPrefix?: string | TemplateRef; vtsSuffix?: string | TemplateRef; vtsSize: VtsSizeXLMSType; vtsSearch: boolean; vtsCompact: boolean; isAffix: boolean; isAddOn: boolean; focused: boolean; disabled: boolean; dir: Direction; private destroy$; constructor(focusMonitor: FocusMonitor, elementRef: ElementRef, cdr: ChangeDetectorRef, directionality: Directionality); updateChildrenInputSize(): void; ngOnInit(): void; ngAfterContentInit(): void; ngOnChanges(changes: SimpleChanges): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }