1 | import { EventEmitter, ElementRef, QueryList, TemplateRef, AfterContentInit } from '@angular/core';
|
---|
2 | import { BlockableUI } from 'primeng/api';
|
---|
3 | import * as i0 from "@angular/core";
|
---|
4 | import * as i1 from "@angular/common";
|
---|
5 | import * as i2 from "primeng/api";
|
---|
6 | import * as i3 from "primeng/ripple";
|
---|
7 | export declare class Panel implements AfterContentInit, BlockableUI {
|
---|
8 | private el;
|
---|
9 | toggleable: boolean;
|
---|
10 | header: string;
|
---|
11 | collapsed: boolean;
|
---|
12 | style: any;
|
---|
13 | styleClass: string;
|
---|
14 | expandIcon: string;
|
---|
15 | collapseIcon: string;
|
---|
16 | showHeader: boolean;
|
---|
17 | toggler: string;
|
---|
18 | collapsedChange: EventEmitter<any>;
|
---|
19 | onBeforeToggle: EventEmitter<any>;
|
---|
20 | onAfterToggle: EventEmitter<any>;
|
---|
21 | transitionOptions: string;
|
---|
22 | footerFacet: any;
|
---|
23 | templates: QueryList<any>;
|
---|
24 | iconTemplate: TemplateRef<any>;
|
---|
25 | animating: boolean;
|
---|
26 | headerTemplate: TemplateRef<any>;
|
---|
27 | contentTemplate: TemplateRef<any>;
|
---|
28 | footerTemplate: TemplateRef<any>;
|
---|
29 | id: string;
|
---|
30 | constructor(el: ElementRef);
|
---|
31 | ngAfterContentInit(): void;
|
---|
32 | onHeaderClick(event: Event): void;
|
---|
33 | onIconClick(event: Event): void;
|
---|
34 | toggle(event: Event): boolean;
|
---|
35 | expand(event: any): void;
|
---|
36 | collapse(event: any): void;
|
---|
37 | getBlockableElement(): HTMLElement;
|
---|
38 | onToggleDone(event: Event): void;
|
---|
39 | static ɵfac: i0.ɵɵFactoryDeclaration<Panel, never>;
|
---|
40 | static ɵcmp: i0.ɵɵComponentDeclaration<Panel, "p-panel", never, { "toggleable": "toggleable"; "header": "header"; "collapsed": "collapsed"; "style": "style"; "styleClass": "styleClass"; "expandIcon": "expandIcon"; "collapseIcon": "collapseIcon"; "showHeader": "showHeader"; "toggler": "toggler"; "transitionOptions": "transitionOptions"; }, { "collapsedChange": "collapsedChange"; "onBeforeToggle": "onBeforeToggle"; "onAfterToggle": "onAfterToggle"; }, ["footerFacet", "templates"], ["p-header", "*", "p-footer"]>;
|
---|
41 | }
|
---|
42 | export declare class PanelModule {
|
---|
43 | static ɵfac: i0.ɵɵFactoryDeclaration<PanelModule, never>;
|
---|
44 | static ɵmod: i0.ɵɵNgModuleDeclaration<PanelModule, [typeof Panel], [typeof i1.CommonModule, typeof i2.SharedModule, typeof i3.RippleModule], [typeof Panel, typeof i2.SharedModule]>;
|
---|
45 | static ɵinj: i0.ɵɵInjectorDeclaration<PanelModule>;
|
---|
46 | }
|
---|