ms-data-grid 0.0.136 → 0.0.138

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.
@@ -341,7 +341,7 @@ export declare class DataGridComponent implements OnChanges, AfterViewInit, OnIn
341
341
  get hasLeftPinnedColumns(): boolean;
342
342
  get dataSetLength(): number;
343
343
  onResize(event: UIEvent): void;
344
- autoSizeColumnsByRatio(): void;
344
+ autoSizeColumnsByRatio(shouldCheckContainerWidth?: boolean): void;
345
345
  refreshHeaders(): Promise<void>;
346
346
  get hasAnyVisibleColumn(): boolean;
347
347
  get hasAnyInVisibleColumn(): boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ms-data-grid",
3
- "version": "0.0.136",
3
+ "version": "0.0.138",
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",