[59329aa] | 1 | import { AfterViewInit, OnDestroy, ElementRef, ChangeDetectorRef, QueryList, TemplateRef } from '@angular/core';
|
---|
| 2 | import { PrimeNGConfig } from 'primeng/api';
|
---|
| 3 | import * as i0 from "@angular/core";
|
---|
| 4 | import * as i1 from "@angular/common";
|
---|
| 5 | export declare class BlockUI implements AfterViewInit, OnDestroy {
|
---|
| 6 | el: ElementRef;
|
---|
| 7 | cd: ChangeDetectorRef;
|
---|
| 8 | config: PrimeNGConfig;
|
---|
| 9 | target: any;
|
---|
| 10 | autoZIndex: boolean;
|
---|
| 11 | baseZIndex: number;
|
---|
| 12 | styleClass: string;
|
---|
| 13 | templates: QueryList<any>;
|
---|
| 14 | mask: ElementRef;
|
---|
| 15 | _blocked: boolean;
|
---|
| 16 | animationEndListener: any;
|
---|
| 17 | contentTemplate: TemplateRef<any>;
|
---|
| 18 | constructor(el: ElementRef, cd: ChangeDetectorRef, config: PrimeNGConfig);
|
---|
| 19 | get blocked(): boolean;
|
---|
| 20 | set blocked(val: boolean);
|
---|
| 21 | ngAfterViewInit(): void;
|
---|
| 22 | ngAfterContentInit(): void;
|
---|
| 23 | block(): void;
|
---|
| 24 | unblock(): void;
|
---|
| 25 | destroyModal(): void;
|
---|
| 26 | unbindAnimationEndListener(): void;
|
---|
| 27 | ngOnDestroy(): void;
|
---|
| 28 | static ɵfac: i0.ɵɵFactoryDeclaration<BlockUI, never>;
|
---|
| 29 | static ɵcmp: i0.ɵɵComponentDeclaration<BlockUI, "p-blockUI", never, { "target": "target"; "autoZIndex": "autoZIndex"; "baseZIndex": "baseZIndex"; "styleClass": "styleClass"; "blocked": "blocked"; }, {}, ["templates"], ["*"]>;
|
---|
| 30 | }
|
---|
| 31 | export declare class BlockUIModule {
|
---|
| 32 | static ɵfac: i0.ɵɵFactoryDeclaration<BlockUIModule, never>;
|
---|
| 33 | static ɵmod: i0.ɵɵNgModuleDeclaration<BlockUIModule, [typeof BlockUI], [typeof i1.CommonModule], [typeof BlockUI]>;
|
---|
| 34 | static ɵinj: i0.ɵɵInjectorDeclaration<BlockUIModule>;
|
---|
| 35 | }
|
---|