1 | import { EventEmitter, ElementRef, AfterContentInit, QueryList, TemplateRef } 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/ripple";
|
---|
6 | import * as i3 from "primeng/api";
|
---|
7 | export declare class Fieldset implements AfterContentInit, BlockableUI {
|
---|
8 | private el;
|
---|
9 | legend: string;
|
---|
10 | toggleable: boolean;
|
---|
11 | collapsed: boolean;
|
---|
12 | collapsedChange: EventEmitter<any>;
|
---|
13 | onBeforeToggle: EventEmitter<any>;
|
---|
14 | onAfterToggle: EventEmitter<any>;
|
---|
15 | style: any;
|
---|
16 | styleClass: string;
|
---|
17 | transitionOptions: string;
|
---|
18 | templates: QueryList<any>;
|
---|
19 | animating: boolean;
|
---|
20 | headerTemplate: TemplateRef<any>;
|
---|
21 | contentTemplate: TemplateRef<any>;
|
---|
22 | constructor(el: ElementRef);
|
---|
23 | id: string;
|
---|
24 | ngAfterContentInit(): void;
|
---|
25 | toggle(event: any): boolean;
|
---|
26 | expand(event: any): void;
|
---|
27 | collapse(event: any): void;
|
---|
28 | getBlockableElement(): HTMLElement;
|
---|
29 | onToggleDone(event: Event): void;
|
---|
30 | static ɵfac: i0.ɵɵFactoryDeclaration<Fieldset, never>;
|
---|
31 | static ɵcmp: i0.ɵɵComponentDeclaration<Fieldset, "p-fieldset", never, { "legend": "legend"; "toggleable": "toggleable"; "collapsed": "collapsed"; "style": "style"; "styleClass": "styleClass"; "transitionOptions": "transitionOptions"; }, { "collapsedChange": "collapsedChange"; "onBeforeToggle": "onBeforeToggle"; "onAfterToggle": "onAfterToggle"; }, ["templates"], ["p-header", "*"]>;
|
---|
32 | }
|
---|
33 | export declare class FieldsetModule {
|
---|
34 | static ɵfac: i0.ɵɵFactoryDeclaration<FieldsetModule, never>;
|
---|
35 | static ɵmod: i0.ɵɵNgModuleDeclaration<FieldsetModule, [typeof Fieldset], [typeof i1.CommonModule, typeof i2.RippleModule], [typeof Fieldset, typeof i3.SharedModule]>;
|
---|
36 | static ɵinj: i0.ɵɵInjectorDeclaration<FieldsetModule>;
|
---|
37 | }
|
---|