mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 01:12:37 +00:00
Update BaseComponent
This commit is contained in:
parent
6cd41325d1
commit
ea887fcea3
3 changed files with 13 additions and 2 deletions
1
components/lib/utils/Utils.d.ts
vendored
1
components/lib/utils/Utils.d.ts
vendored
|
@ -68,6 +68,7 @@ export declare class ObjectUtils {
|
|||
static contains(value: any, list: any[]): boolean;
|
||||
static insertIntoOrderedArray(item: any, index: number, arr: any[], sourceArr: any[]): void;
|
||||
static removeAccents(str: any): string;
|
||||
static convertToFlatCase(str: string): string;
|
||||
static isEmpty(value: any): boolean;
|
||||
static isNotEmpty(value: any): boolean;
|
||||
static isPrintableCharacter(char: string): boolean;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue