ms-data-grid 0.0.32 → 0.0.34

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.
@@ -99,7 +99,7 @@ export declare class DataGridComponent implements OnChanges, AfterViewInit {
99
99
  showAscending: boolean;
100
100
  showDescending: boolean;
101
101
  showFilter: boolean;
102
- showRowsGrouping: boolean | undefined;
102
+ showRowsGrouping: boolean;
103
103
  showAutosizeAllColumns: boolean;
104
104
  showAutosizeThisColumn: boolean;
105
105
  showChoseColumns: boolean;
@@ -347,7 +347,7 @@ export declare class DataGridComponent implements OnChanges, AfterViewInit {
347
347
  activeCell: string | null;
348
348
  setActiveCell(row: any, column: any): void;
349
349
  isActiveCell(row: any, col: any): boolean;
350
- enableEdit(row: any, column: any): void;
350
+ enableEdit(row: any, column: any, clickedFromDetailsBox?: boolean, cellContainer?: HTMLElement): void;
351
351
  disableEdit(row: any, column: any, control?: any): void;
352
352
  emailRegex: RegExp;
353
353
  validateEmail(value: string): boolean;
@@ -458,7 +458,7 @@ export declare class DataGridComponent implements OnChanges, AfterViewInit {
458
458
  toggleMenu(i: number, event?: MouseEvent): void;
459
459
  nestedTable: ElementRef<HTMLDivElement>;
460
460
  get hasVerticalScroll(): boolean;
461
- getTotalAmount(column: any): string | undefined;
461
+ getTotalAmount(column: any): string;
462
462
  dropColumn(event: CdkDragDrop<any[]>, row: any): void;
463
463
  currentSubSortColumn: string | null;
464
464
  currentSortDirection: 'asc' | 'desc';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ms-data-grid",
3
- "version": "0.0.32",
3
+ "version": "0.0.34",
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",