source: trip-planner-front/node_modules/primeng/ripple/ripple.d.ts@ e29cc2e

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

adding photos

  • Property mode set to 100644
File size: 1.1 KB
Line 
1import { AfterViewInit, ElementRef, NgZone, OnDestroy } from '@angular/core';
2import { PrimeNGConfig } from 'primeng/api';
3import * as i0 from "@angular/core";
4import * as i1 from "@angular/common";
5export declare class Ripple implements AfterViewInit, OnDestroy {
6 el: ElementRef;
7 zone: NgZone;
8 config: PrimeNGConfig;
9 constructor(el: ElementRef, zone: NgZone, config: PrimeNGConfig);
10 animationListener: any;
11 mouseDownListener: any;
12 ngAfterViewInit(): void;
13 onMouseDown(event: MouseEvent): void;
14 getInk(): any;
15 resetInk(): void;
16 onAnimationEnd(event: any): void;
17 create(): void;
18 remove(): void;
19 ngOnDestroy(): void;
20 static ɵfac: i0.ɵɵFactoryDeclaration<Ripple, [null, null, { optional: true; }]>;
21 static ɵdir: i0.ɵɵDirectiveDeclaration<Ripple, "[pRipple]", never, {}, {}, never>;
22}
23export declare class RippleModule {
24 static ɵfac: i0.ɵɵFactoryDeclaration<RippleModule, never>;
25 static ɵmod: i0.ɵɵNgModuleDeclaration<RippleModule, [typeof Ripple], [typeof i1.CommonModule], [typeof Ripple]>;
26 static ɵinj: i0.ɵɵInjectorDeclaration<RippleModule>;
27}
Note: See TracBrowser for help on using the repository browser.