UNPKG

ad-custom-lib

Version:

This is an UI custom library based on Adminlte library with purpose for personal use, if you need a full template of Primeng please visit https://github.com/mledour/angular-admin-lte

26 lines (25 loc) 1.1 kB
import { AfterContentInit, OnDestroy } from '@angular/core'; import { InputTextDirective } from '../input-text/input-text.directive'; import { InputGroupAddonLeftDirective, InputGroupAddonRightDirective, InputGroupContentDirective, InputGroupLabelDirective } from './input-group.directive'; export declare class InputGroupComponent implements AfterContentInit, OnDestroy { private subscriptions; currentColor: string; currentFontColor: string; addonLeft: string; addonRight: string; inputColor: string; inputFontColor: string; inputErrorColor: string; inputErrorFontColor: string; inputValidColor: string; inputValidFontColor: string; label: string; wrapperClasses: string; inputGroupLabelDirective: InputGroupLabelDirective; inputGroupAddonLeftDirective: InputGroupAddonLeftDirective; inputGroupAddonRightDirective: InputGroupAddonRightDirective; inputGroupContentDirective: InputGroupContentDirective; inputTextDirective: InputTextDirective; ngAfterContentInit(): void; ngOnDestroy(): void; }