ms-data-grid 0.0.78 → 0.0.79

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.
@@ -355,6 +355,7 @@ export declare class DataGridComponent implements OnChanges, AfterViewInit, OnIn
355
355
  onChildDroplistSorted: (event: CdkDragSortEvent<any>, section: string) => Promise<void>;
356
356
  onChildDroplistDroped(cdkDragDropevent: CdkDragDrop<any>): void;
357
357
  groupData(data: any[], groupFields: string[]): any[];
358
+ toTitleCase(str: string): string;
358
359
  countLeafRows(group: any): number;
359
360
  isActiveFilterOpen: boolean;
360
361
  toggleActiveFilter(): void;
@@ -13,6 +13,6 @@ import * as i11 from "ng-inline-svg";
13
13
  import * as i12 from "@angular/cdk/scrolling";
14
14
  export declare class DataGridModule {
15
15
  static ɵfac: i0.ɵɵFactoryDeclaration<DataGridModule, never>;
16
- static ɵmod: i0.ɵɵNgModuleDeclaration<DataGridModule, [typeof i1.DataGridComponent, typeof i2.FilterPipe, typeof i3.FormatIndexPipe, typeof i4.CellHostDirective, typeof i5.CellRenderInitDirective, typeof i6.CellEditorDirective, typeof i7.FormatCurrencyPipe], [typeof i8.CommonModule, typeof i9.FormsModule, typeof i10.DragDropModule, typeof i11.InlineSVGModule, typeof i12.ScrollingModule], [typeof i1.DataGridComponent]>;
16
+ static ɵmod: i0.ɵɵNgModuleDeclaration<DataGridModule, [typeof i1.DataGridComponent, typeof i2.FilterPipe, typeof i3.FormatIndexPipe, typeof i4.CellHostDirective, typeof i5.CellRenderInitDirective, typeof i6.CellEditorDirective, typeof i7.FormatCurrencyPipe], [typeof i8.CommonModule, typeof i9.FormsModule, typeof i10.DragDropModule, typeof i11.InlineSVGModule, typeof i12.ScrollingModule, typeof i8.TitleCasePipe], [typeof i1.DataGridComponent]>;
17
17
  static ɵinj: i0.ɵɵInjectorDeclaration<DataGridModule>;
18
18
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ms-data-grid",
3
- "version": "0.0.78",
3
+ "version": "0.0.79",
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",