1 line
868 B
Plaintext
1 line
868 B
Plaintext
{"version":3,"file":"ripple.d.ts","sources":["ripple.d.ts"],"names":[],"mappings":"AAAA;AACA;;;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;AACA;AACA;;;;AACA","sourcesContent":["import { AfterViewInit, ElementRef, NgZone, OnDestroy } from '@angular/core';\nimport { PrimeNGConfig } from 'primeng/api';\nexport declare class Ripple implements AfterViewInit, OnDestroy {\n el: ElementRef;\n zone: NgZone;\n config: PrimeNGConfig;\n constructor(el: ElementRef, zone: NgZone, config: PrimeNGConfig);\n animationListener: any;\n mouseDownListener: any;\n ngAfterViewInit(): void;\n onMouseDown(event: MouseEvent): void;\n getInk(): any;\n resetInk(): void;\n onAnimationEnd(event: any): void;\n create(): void;\n remove(): void;\n ngOnDestroy(): void;\n}\nexport declare class RippleModule {\n}\n"]} |