source: trip-planner-front/node_modules/primeng/blockui/blockui.d.ts@ 59329aa

Last change on this file since 59329aa was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 1.5 KB
Line 
1import { AfterViewInit, OnDestroy, ElementRef, ChangeDetectorRef, QueryList, TemplateRef } from '@angular/core';
2import { PrimeNGConfig } from 'primeng/api';
3import * as i0 from "@angular/core";
4import * as i1 from "@angular/common";
5export 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}
31export 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}
Note: See TracBrowser for help on using the repository browser.