Files
flights_web_raw/apps/angular/node_modules/primeng/ripple/ripple.d.ts
T

29 lines
1.2 KiB
TypeScript

import { AfterViewInit, ElementRef, NgZone, OnDestroy } from '@angular/core';
import { PrimeNGConfig } from 'primeng/api';
import * as ɵngcc0 from '@angular/core';
import * as ɵngcc1 from '@angular/common';
export declare class Ripple implements AfterViewInit, OnDestroy {
el: ElementRef;
zone: NgZone;
config: PrimeNGConfig;
constructor(el: ElementRef, zone: NgZone, config: PrimeNGConfig);
animationListener: any;
mouseDownListener: any;
ngAfterViewInit(): void;
onMouseDown(event: MouseEvent): void;
getInk(): any;
resetInk(): void;
onAnimationEnd(event: any): void;
create(): void;
remove(): void;
ngOnDestroy(): void;
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<Ripple, [null, null, { optional: true; }]>;
static ɵdir: ɵngcc0.ɵɵDirectiveDeclaration<Ripple, "[pRipple]", never, {}, {}, never>;
}
export declare class RippleModule {
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<RippleModule, never>;
static ɵmod: ɵngcc0.ɵɵNgModuleDeclaration<RippleModule, [typeof Ripple], [typeof ɵngcc1.CommonModule], [typeof Ripple]>;
static ɵinj: ɵngcc0.ɵɵInjectorDeclaration<RippleModule>;
}
//# sourceMappingURL=ripple.d.ts.map