ngx-deebodata 0.2.5 → 0.2.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.2.
|
|
3
|
+
"version": "0.2.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",
|
package/types/ngx-deebodata.d.ts
CHANGED
|
@@ -360,7 +360,7 @@ declare class NgxDeebodata {
|
|
|
360
360
|
execSetters(): void;
|
|
361
361
|
handleDataInput(): void;
|
|
362
362
|
getAllColsAtRuntime(excludeHidden: any): string[];
|
|
363
|
-
setMaxCols():
|
|
363
|
+
setMaxCols(): 2 | 5 | 3;
|
|
364
364
|
getAllColWidth(colLen: any): number;
|
|
365
365
|
removeAllFreezeCols(): void;
|
|
366
366
|
setTableHeight(h: number): void;
|
|
@@ -372,7 +372,7 @@ declare class NgxDeebodata {
|
|
|
372
372
|
renameColSpecChars(data: any[]): any[];
|
|
373
373
|
scoopOutObjsInObjs(data: any[]): any[];
|
|
374
374
|
convertNeededCols(data: any): any;
|
|
375
|
-
setRowSelChecksPlacement(
|
|
375
|
+
setRowSelChecksPlacement(): void;
|
|
376
376
|
setRowNumbers(): void;
|
|
377
377
|
initCheckTop(): number;
|
|
378
378
|
toggleSelectedRows(forceUnsel?: any): void;
|