ms-data-grid 0.0.23 → 0.0.25

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.
@@ -367,6 +367,7 @@ export declare class DataGridComponent implements OnChanges, AfterViewInit {
367
367
  expandedCells: Map<string, number>;
368
368
  private zCounter;
369
369
  toggleExpandOfLongCellText(row: any, col: any, columns: any[], expandWholeRow?: boolean): void;
370
+ collapseAllExpandedCells(): void;
370
371
  isExpanded(row: any, col: any): boolean;
371
372
  getZIndex(row: any, col: any): number;
372
373
  isOverflowing(element: HTMLElement | null): boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ms-data-grid",
3
- "version": "0.0.23",
3
+ "version": "0.0.25",
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",