UNPKG

primeng

Version:

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![npm version](https://badge.fury.io/js/primeng.svg)](https://badge.fury.io/js/primeng) [![npm downloads](https://img.shields.io/npm/dm/primeng.sv

68 lines (67 loc) 3.05 kB
import { OnDestroy, EventEmitter, Renderer2, ElementRef, ChangeDetectorRef, NgZone, TemplateRef, AfterContentInit, QueryList } from '@angular/core'; import { AnimationEvent } from '@angular/animations'; import * as i0 from "@angular/core"; import * as i1 from "@angular/common"; import * as i2 from "primeng/ripple"; import * as i3 from "primeng/api"; export declare class OverlayPanel implements AfterContentInit, OnDestroy { el: ElementRef; renderer: Renderer2; cd: ChangeDetectorRef; private zone; dismissable: boolean; showCloseIcon: boolean; style: any; styleClass: string; appendTo: any; autoZIndex: boolean; ariaCloseLabel: string; baseZIndex: number; focusOnShow: boolean; showTransitionOptions: string; hideTransitionOptions: string; onShow: EventEmitter<any>; onHide: EventEmitter<any>; templates: QueryList<any>; container: HTMLDivElement; overlayVisible: boolean; render: boolean; isContainerClicked: boolean; documentClickListener: any; target: any; willHide: boolean; scrollHandler: any; documentResizeListener: any; contentTemplate: TemplateRef<any>; destroyCallback: Function; constructor(el: ElementRef, renderer: Renderer2, cd: ChangeDetectorRef, zone: NgZone); ngAfterContentInit(): void; onContainerClick(): void; bindDocumentClickListener(): void; unbindDocumentClickListener(): void; toggle(event: any, target?: any): void; show(event: any, target?: any): void; hasTargetChanged(event: any, target: any): boolean; appendContainer(): void; restoreAppend(): void; align(): void; onAnimationStart(event: AnimationEvent): void; onAnimationEnd(event: AnimationEvent): void; focus(): void; hide(): void; onCloseClick(event: any): void; onWindowResize(event: any): void; bindDocumentResizeListener(): void; unbindDocumentResizeListener(): void; bindScrollListener(): void; unbindScrollListener(): void; onContainerDestroy(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration<OverlayPanel, never>; static ɵcmp: i0.ɵɵComponentDeclaration<OverlayPanel, "p-overlayPanel", never, { "dismissable": "dismissable"; "showCloseIcon": "showCloseIcon"; "style": "style"; "styleClass": "styleClass"; "appendTo": "appendTo"; "autoZIndex": "autoZIndex"; "ariaCloseLabel": "ariaCloseLabel"; "baseZIndex": "baseZIndex"; "focusOnShow": "focusOnShow"; "showTransitionOptions": "showTransitionOptions"; "hideTransitionOptions": "hideTransitionOptions"; }, { "onShow": "onShow"; "onHide": "onHide"; }, ["templates"], ["*"]>; } export declare class OverlayPanelModule { static ɵfac: i0.ɵɵFactoryDeclaration<OverlayPanelModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<OverlayPanelModule, [typeof OverlayPanel], [typeof i1.CommonModule, typeof i2.RippleModule, typeof i3.SharedModule], [typeof OverlayPanel, typeof i3.SharedModule]>; static ɵinj: i0.ɵɵInjectorDeclaration<OverlayPanelModule>; }