mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 01:12:37 +00:00
Fixed #4589 - Improve block/unblockScroll architecture
This commit is contained in:
parent
b85876be95
commit
4fa7741923
9 changed files with 36 additions and 43 deletions
3
components/lib/utils/Utils.d.ts
vendored
3
components/lib/utils/Utils.d.ts
vendored
|
@ -46,6 +46,7 @@ export declare class DomHandler {
|
|||
static clearSelection(): void;
|
||||
static getSelection(): string | null;
|
||||
static calculateScrollbarWidth(): number;
|
||||
static calculateBodyScrollbarWidth(): number;
|
||||
static getBrowser(): object;
|
||||
static resolveUserAgent(): { browser: string; version: string };
|
||||
static isVisible(el: HTMLElement): boolean;
|
||||
|
@ -64,6 +65,8 @@ export declare class DomHandler {
|
|||
static hasCSSAnimation(el: HTMLElement): boolean;
|
||||
static hasCSSTransition(el: HTMLElement): boolean;
|
||||
static exportCSV(csv: any, filename: string): void;
|
||||
static blockBodyScroll(className?: string): void;
|
||||
static unblockBodyScroll(className?: string): void;
|
||||
}
|
||||
|
||||
export declare class ObjectUtils {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue