[59329aa] | 1 | import { ElementRef, TemplateRef, AfterContentInit, QueryList } 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 | export declare class Card implements AfterContentInit, BlockableUI {
|
---|
| 7 | private el;
|
---|
| 8 | header: string;
|
---|
| 9 | subheader: string;
|
---|
| 10 | style: any;
|
---|
| 11 | styleClass: string;
|
---|
| 12 | headerFacet: any;
|
---|
| 13 | footerFacet: any;
|
---|
| 14 | templates: QueryList<any>;
|
---|
| 15 | headerTemplate: TemplateRef<any>;
|
---|
| 16 | titleTemplate: TemplateRef<any>;
|
---|
| 17 | subtitleTemplate: TemplateRef<any>;
|
---|
| 18 | contentTemplate: TemplateRef<any>;
|
---|
| 19 | footerTemplate: TemplateRef<any>;
|
---|
| 20 | constructor(el: ElementRef);
|
---|
| 21 | ngAfterContentInit(): void;
|
---|
| 22 | getBlockableElement(): HTMLElement;
|
---|
| 23 | static ɵfac: i0.ɵɵFactoryDeclaration<Card, never>;
|
---|
| 24 | static ɵcmp: i0.ɵɵComponentDeclaration<Card, "p-card", never, { "header": "header"; "subheader": "subheader"; "style": "style"; "styleClass": "styleClass"; }, {}, ["headerFacet", "footerFacet", "templates"], ["p-header", "*", "p-footer"]>;
|
---|
| 25 | }
|
---|
| 26 | export declare class CardModule {
|
---|
| 27 | static ɵfac: i0.ɵɵFactoryDeclaration<CardModule, never>;
|
---|
| 28 | static ɵmod: i0.ɵɵNgModuleDeclaration<CardModule, [typeof Card], [typeof i1.CommonModule], [typeof Card, typeof i2.SharedModule]>;
|
---|
| 29 | static ɵinj: i0.ɵɵInjectorDeclaration<CardModule>;
|
---|
| 30 | }
|
---|