import * as i1 from '@angular/common'; import { CommonModule } from '@angular/common'; import * as i0 from '@angular/core'; import { Component, Input, NgModule } from '@angular/core'; import { SharedModule } from 'primeng/api'; /** * InputGroupAddon displays text, icon, buttons and other content can be grouped next to an input. * @group Components */ class InputGroupAddon { /** * Inline style of the element. * @group Props */ style; /** * Class of the element. * @group Props */ styleClass; static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: InputGroupAddon, deps: [], target: i0.ɵɵFactoryTarget.Component }); static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.7", type: InputGroupAddon, selector: "p-inputGroupAddon", inputs: { style: "style", styleClass: "styleClass" }, host: { classAttribute: "p-element p-inputgroup-addon" }, ngImport: i0, template: `
`, isInline: true, dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }] }); } i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: InputGroupAddon, decorators: [{ type: Component, args: [{ selector: 'p-inputGroupAddon', template: `
`, host: { class: 'p-element p-inputgroup-addon' } }] }], propDecorators: { style: [{ type: Input }], styleClass: [{ type: Input }] } }); class InputGroupAddonModule { static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: InputGroupAddonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.7", ngImport: i0, type: InputGroupAddonModule, declarations: [InputGroupAddon], imports: [CommonModule], exports: [InputGroupAddon, SharedModule] }); static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: InputGroupAddonModule, imports: [CommonModule, SharedModule] }); } i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: InputGroupAddonModule, decorators: [{ type: NgModule, args: [{ imports: [CommonModule], exports: [InputGroupAddon, SharedModule], declarations: [InputGroupAddon] }] }] }); /** * Generated bundle index. Do not edit. */ export { InputGroupAddon, InputGroupAddonModule }; //# sourceMappingURL=primeng-inputgroupaddon.mjs.map