ms-data-grid 0.0.151 → 0.0.152
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.
|
@@ -612,7 +612,7 @@ export declare class DataGridComponent implements OnChanges, AfterViewInit, OnIn
|
|
|
612
612
|
private flattenGroup;
|
|
613
613
|
selectGroupRow(e: Event, row: any): void;
|
|
614
614
|
getGroupCheckedState(row: any): boolean | undefined;
|
|
615
|
-
getCellTitle(row: any, col: any): string;
|
|
615
|
+
getCellTitle(row: any, col: any): string | boolean;
|
|
616
616
|
finishEdit(event: any): void;
|
|
617
617
|
getDynamicRight(col: any, section: string, colIndex: number, subColIndex: number): number | null;
|
|
618
618
|
blurInput(event: Event, row: any, col: any): void;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ms-data-grid",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.152",
|
|
4
4
|
"description": "A powerful, customizable Angular data grid component with advanced features like sorting, filtering, pagination, column pinning, and taskbar actions. Perfect for enterprise applications.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"angular",
|