UNPKG

primeng

Version:

PrimeNG is an open source UI library for Angular featuring a rich set of 80+ components, a theme designer, various theme alternatives such as Material, Bootstrap, Tailwind, premium templates and professional support. In addition, it integrates with PrimeB

52 lines (48 loc) 2.09 kB
import { BaseComponent } from 'primeng/basecomponent'; import * as i1 from 'primeng/bind'; import { Bind } from 'primeng/bind'; import { InputGroupAddonPassThrough } from 'primeng/types/inputgroupaddon'; import { BaseStyle } from 'primeng/base'; import * as i0 from '@angular/core'; import * as i2 from 'primeng/api'; declare class InputGroupAddonStyle extends BaseStyle { name: string; classes: { root: string; }; static ɵfac: i0.ɵɵFactoryDeclaration<InputGroupAddonStyle, never>; static ɵprov: i0.ɵɵInjectableDeclaration<InputGroupAddonStyle>; } /** * InputGroupAddon displays text, icon, buttons and other content can be grouped next to an input. * @group Components */ declare class InputGroupAddon extends BaseComponent<InputGroupAddonPassThrough> { _componentStyle: InputGroupAddonStyle; $pcInputGroupAddon: InputGroupAddon | undefined; bindDirectiveInstance: Bind; onAfterViewChecked(): void; /** * Inline style of the element. * @group Props */ style: { [klass: string]: any; } | null | undefined; /** * Class of the element. * @group Props */ styleClass: string | undefined; get hostStyle(): { [klass: string]: any; } | null | undefined; static ɵfac: i0.ɵɵFactoryDeclaration<InputGroupAddon, never>; static ɵcmp: i0.ɵɵComponentDeclaration<InputGroupAddon, "p-inputgroup-addon, p-inputGroupAddon", never, { "style": { "alias": "style"; "required": false; }; "styleClass": { "alias": "styleClass"; "required": false; }; }, {}, never, ["*"], true, [{ directive: typeof i1.Bind; inputs: {}; outputs: {}; }]>; } declare class InputGroupAddonModule { static ɵfac: i0.ɵɵFactoryDeclaration<InputGroupAddonModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<InputGroupAddonModule, never, [typeof InputGroupAddon, typeof i2.SharedModule], [typeof InputGroupAddon, typeof i2.SharedModule]>; static ɵinj: i0.ɵɵInjectorDeclaration<InputGroupAddonModule>; } export { InputGroupAddon, InputGroupAddonModule, InputGroupAddonStyle };