ms-data-grid 0.0.34 → 0.0.35

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.
@@ -369,6 +369,8 @@ export declare class DataGridComponent implements OnChanges, AfterViewInit {
369
369
  expandedCells: Map<string, number>;
370
370
  private zCounter;
371
371
  toggleExpandOfLongCellText(row: any, col: any, columns: any[], expandWholeRow?: boolean): void;
372
+ showDetailsBox: boolean;
373
+ isOpenToTop(row: any, col: any): boolean;
372
374
  collapseAllExpandedCells(): void;
373
375
  isExpanded(row: any, col: any): boolean;
374
376
  getZIndex(row: any, col: any): number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ms-data-grid",
3
- "version": "0.0.34",
3
+ "version": "0.0.35",
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",