@one-paragon/angular-utilities 2.6.1 → 2.6.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.d.ts
CHANGED
|
@@ -1385,7 +1385,7 @@ interface GlobalStorageState {
|
|
|
1385
1385
|
localProfiles: Dictionary<Profile>;
|
|
1386
1386
|
}
|
|
1387
1387
|
|
|
1388
|
-
declare function setCustomGroupBy(customGroupBy: <T extends NoneGroupHeader = any>(data: T[], groupByDatas: GroupedData[], level?: number, metaData?: Dictionary$1<MetaData<T>>,
|
|
1388
|
+
declare function setCustomGroupBy(customGroupBy: <T extends NoneGroupHeader = any>(data: T[], groupByDatas: GroupedData[], level?: number, metaData?: Dictionary$1<MetaData<T>>, parent?: Group) => DataGroup<T>[] | GroupGroup<T>[]): void;
|
|
1389
1389
|
declare function updateGroupByState<T extends NoneGroupHeader = any>(groupedData: any[], { data, groups, expanded, groupSorts }: {
|
|
1390
1390
|
data: Timestamp<T[]>;
|
|
1391
1391
|
groups: Timestamp<GroupedData[]>;
|