ngx-deebodata 0.2.0 → 0.2.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ngx-deebodata",
3
- "version": "0.2.0",
3
+ "version": "0.2.2",
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",
@@ -359,7 +359,7 @@ declare class NgxDeebodata {
359
359
  execSetters(): void;
360
360
  handleDataInput(): void;
361
361
  getAllColsAtRuntime(excludeHidden: any): string[];
362
- setMaxCols(): 5 | 2 | 3;
362
+ setMaxCols(): 2 | 3 | 5;
363
363
  getAllColWidth(colLen: any): number;
364
364
  removeAllFreezeCols(): void;
365
365
  setTableHeight(h: number): void;