ms-data-grid 0.0.147 → 0.0.149

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.
@@ -395,7 +395,7 @@ export declare class DataGridComponent implements OnChanges, AfterViewInit, OnIn
395
395
  checkColumnGroupingStatus(col: any): void;
396
396
  currentDraggingColumn: any;
397
397
  dragStartOnGroup(col: any): void;
398
- onSortGroup: (event: CdkDragSortEvent<any>, section: string) => Promise<void>;
398
+ onSortGroup: (event: CdkDragSortEvent<any>, section: string) => void;
399
399
  onDropGroup(): void;
400
400
  private deepCloneColumns;
401
401
  onDropTopGroup(event: CdkDragDrop<any>): Promise<void>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ms-data-grid",
3
- "version": "0.0.147",
3
+ "version": "0.0.149",
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",