ngx-deebodata 0.3.5 → 0.3.7

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ngx-deebodata",
3
- "version": "0.3.5",
3
+ "version": "0.3.7",
4
4
  "description": "Angular data grid and charts solution that solves big data analysis with virtual scroll, row grouping, column resizing, re-ordering, column hiding, cell editing, tab accessibility, sorting with priority, and advanced filtering.",
5
5
  "peerDependencies": {
6
6
  "@angular/common": "^21.2.0",
@@ -131,6 +131,7 @@ declare class DataTableService {
131
131
  closeGroupByOpts: Subject<boolean>;
132
132
  gridEventWhileGrouped: Subject<any>;
133
133
  gridScrollEndWhileGrouped: Subject<any>;
134
+ groupedBoundsChange: Subject<any>;
134
135
  mouseupWhileGrouped: Subject<any>;
135
136
  setIdealColumnWidth: Subject<any>;
136
137
  currSelRows: any[];
@@ -372,7 +373,7 @@ declare class NgxDeebodata {
372
373
  execSetters(): void;
373
374
  handleDataInput(): void;
374
375
  getAllColsAtRuntime(excludeHidden: any): string[];
375
- setMaxCols(): 5 | 3 | 2;
376
+ setMaxCols(): 2 | 5 | 3;
376
377
  getAllColWidth(colLen: any): number;
377
378
  removeAllFreezeCols(): void;
378
379
  setTableHeight(h: number, manual?: boolean): void;