ngx-deebodata 0.3.3 → 0.3.5

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.3",
3
+ "version": "0.3.5",
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",
@@ -372,7 +372,7 @@ declare class NgxDeebodata {
372
372
  execSetters(): void;
373
373
  handleDataInput(): void;
374
374
  getAllColsAtRuntime(excludeHidden: any): string[];
375
- setMaxCols(): 2 | 5 | 3;
375
+ setMaxCols(): 5 | 3 | 2;
376
376
  getAllColWidth(colLen: any): number;
377
377
  removeAllFreezeCols(): void;
378
378
  setTableHeight(h: number, manual?: boolean): void;
@@ -425,7 +425,7 @@ declare class NgxDeebodata {
425
425
  cleanUpPossibles(): void;
426
426
  applyToDomRows(rows: any[], cols: string[], colLen: number, lastVisInd: number, dir: string, defNum: number, newRows: number): void;
427
427
  getLastRowBot(): number;
428
- execVertScrollDown(cols: string[], colLen: number, currTop: number): void;
428
+ execVertScrollDown(cols: string[], colLen: number, currTop: number, force?: boolean): void;
429
429
  getFirstRowTop(): number;
430
430
  execVertScrollUp(cols: string[], colLen: number, currTop: number, force?: boolean): void;
431
431
  finishApplyingDomRows(): void;