[59329aa] | 1 | import { EventEmitter, ChangeDetectorRef, AfterContentInit, TemplateRef, QueryList } from '@angular/core';
|
---|
| 2 | import * as i0 from "@angular/core";
|
---|
| 3 | import * as i1 from "@angular/common";
|
---|
| 4 | import * as i2 from "primeng/button";
|
---|
| 5 | export declare class InplaceDisplay {
|
---|
| 6 | static ɵfac: i0.ɵɵFactoryDeclaration<InplaceDisplay, never>;
|
---|
| 7 | static ɵcmp: i0.ɵɵComponentDeclaration<InplaceDisplay, "p-inplaceDisplay", never, {}, {}, never, ["*"]>;
|
---|
| 8 | }
|
---|
| 9 | export declare class InplaceContent {
|
---|
| 10 | static ɵfac: i0.ɵɵFactoryDeclaration<InplaceContent, never>;
|
---|
| 11 | static ɵcmp: i0.ɵɵComponentDeclaration<InplaceContent, "p-inplaceContent", never, {}, {}, never, ["*"]>;
|
---|
| 12 | }
|
---|
| 13 | export declare class Inplace implements AfterContentInit {
|
---|
| 14 | cd: ChangeDetectorRef;
|
---|
| 15 | active: boolean;
|
---|
| 16 | closable: boolean;
|
---|
| 17 | disabled: boolean;
|
---|
| 18 | preventClick: boolean;
|
---|
| 19 | style: any;
|
---|
| 20 | styleClass: string;
|
---|
| 21 | closeIcon: string;
|
---|
| 22 | templates: QueryList<any>;
|
---|
| 23 | onActivate: EventEmitter<any>;
|
---|
| 24 | onDeactivate: EventEmitter<any>;
|
---|
| 25 | hover: boolean;
|
---|
| 26 | displayTemplate: TemplateRef<any>;
|
---|
| 27 | contentTemplate: TemplateRef<any>;
|
---|
| 28 | constructor(cd: ChangeDetectorRef);
|
---|
| 29 | ngAfterContentInit(): void;
|
---|
| 30 | onActivateClick(event: any): void;
|
---|
| 31 | onDeactivateClick(event: any): void;
|
---|
| 32 | activate(event?: Event): void;
|
---|
| 33 | deactivate(event?: Event): void;
|
---|
| 34 | onKeydown(event: KeyboardEvent): void;
|
---|
| 35 | static ɵfac: i0.ɵɵFactoryDeclaration<Inplace, never>;
|
---|
| 36 | static ɵcmp: i0.ɵɵComponentDeclaration<Inplace, "p-inplace", never, { "active": "active"; "closable": "closable"; "disabled": "disabled"; "preventClick": "preventClick"; "style": "style"; "styleClass": "styleClass"; "closeIcon": "closeIcon"; }, { "onActivate": "onActivate"; "onDeactivate": "onDeactivate"; }, ["templates"], ["[pInplaceDisplay]", "[pInplaceContent]"]>;
|
---|
| 37 | }
|
---|
| 38 | export declare class InplaceModule {
|
---|
| 39 | static ɵfac: i0.ɵɵFactoryDeclaration<InplaceModule, never>;
|
---|
| 40 | static ɵmod: i0.ɵɵNgModuleDeclaration<InplaceModule, [typeof Inplace, typeof InplaceDisplay, typeof InplaceContent], [typeof i1.CommonModule, typeof i2.ButtonModule], [typeof Inplace, typeof InplaceDisplay, typeof InplaceContent, typeof i2.ButtonModule]>;
|
---|
| 41 | static ɵinj: i0.ɵɵInjectorDeclaration<InplaceModule>;
|
---|
| 42 | }
|
---|