@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>>, parentGroupName?: string) => DataGroup<T>[] | GroupGroup<T>[]): void;
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[]>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@one-paragon/angular-utilities",
3
- "version": "2.6.1",
3
+ "version": "2.6.2",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "20.0.",
6
6
  "@angular/core": "20.0.3",