mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 01:12:37 +00:00
Update Utils.d.ts
This commit is contained in:
parent
9247620421
commit
f2fbee878d
1 changed files with 2 additions and 0 deletions
2
components/lib/utils/Utils.d.ts
vendored
2
components/lib/utils/Utils.d.ts
vendored
|
@ -23,6 +23,8 @@ export declare class DomHandler {
|
||||||
static addStyles(el: HTMLElement, styles: object): void;
|
static addStyles(el: HTMLElement, styles: object): void;
|
||||||
static find(el: HTMLElement, selector: string): any[];
|
static find(el: HTMLElement, selector: string): any[];
|
||||||
static findSingle(el: HTMLElement, selector: string): any;
|
static findSingle(el: HTMLElement, selector: string): any;
|
||||||
|
static createElement(type: string, attributes: object, ...children: any): HTMLElement;
|
||||||
|
static setAttributes(el: HTMLElement, attributes: object): void;
|
||||||
static getAttribute(el: HTMLElement, name: string): any;
|
static getAttribute(el: HTMLElement, name: string): any;
|
||||||
static isAttributeEquals(el: HTMLElement, name: string, value: any): boolean;
|
static isAttributeEquals(el: HTMLElement, name: string, value: any): boolean;
|
||||||
static isAttributeNotEquals(el: HTMLElement, name: string, value: any): boolean;
|
static isAttributeNotEquals(el: HTMLElement, name: string, value: any): boolean;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue