mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Update Utils.d.ts
This commit is contained in:
parent
6f8e16f0ae
commit
a00e1a07a0
1 changed files with 0 additions and 1 deletions
1
components/lib/utils/Utils.d.ts
vendored
1
components/lib/utils/Utils.d.ts
vendored
|
@ -67,7 +67,6 @@ export declare class ObjectUtils {
|
|||
static equals(obj1: any, obj2: any, field: string): boolean;
|
||||
static deepEquals(a: any, b: any): boolean;
|
||||
static resolveFieldData(data: any, field: string): any;
|
||||
static isFunction(obj: any): boolean;
|
||||
static filter(value: any, fields: any, filterValue: any): any;
|
||||
static reorderArray(value: any, from: number, to: number): void;
|
||||
static findIndexInList(value: any, list: any[], dataKey?: string): number;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue