mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Update/agent (#13298)
* Revert "Fix Agent not working (#13126)"
This reverts commit a0ee8b00fb.
* agent fix and bump
This commit is contained in:
1
src/typings/slickgrid.d.ts
vendored
1
src/typings/slickgrid.d.ts
vendored
@@ -1584,7 +1584,6 @@ declare namespace Slick {
|
||||
public setPagingOptions(args: PagingOptions): void;
|
||||
public getPagingInfo(): PagingOptions;
|
||||
public getItems(): T[];
|
||||
public getFilteredItems(): T[]; // manually adding this type - it's present in the definition but not the typings file from DefinitelyTyped
|
||||
public setItems(data: T[], objectIdProperty?: string): void;
|
||||
public setFilter(filterFn: (item: T, args: any) => boolean): void; // todo: typeof(args)
|
||||
public sort(comparer: Function, ascending: boolean): void; // todo: typeof(comparer), should be the same callback as Array.sort
|
||||
|
||||
Reference in New Issue
Block a user