mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 01:12:37 +00:00
Refactor #4682
This commit is contained in:
parent
12333edd7c
commit
249cfbd68f
5 changed files with 127 additions and 48 deletions
3
components/lib/utils/Utils.d.ts
vendored
3
components/lib/utils/Utils.d.ts
vendored
|
@ -16,7 +16,8 @@ export declare class DomHandler {
|
|||
static getViewport(): { width: number; height: number };
|
||||
static getOffset(el: HTMLElement): { top: any; left: any };
|
||||
static index(el: HTMLElement): number;
|
||||
static addMultipleClasses(el: HTMLElement, className: string): void;
|
||||
static addMultipleClasses(el: HTMLElement, classNames: string | string[]): void;
|
||||
static addRemoveClasses(el: HTMLElement, classNames: string | string[]): void;
|
||||
static addClass(el: HTMLElement, className: string): void;
|
||||
static removeClass(el: HTMLElement, className: string): void;
|
||||
static hasClass(el: HTMLElement, className: string): boolean;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue