ms-data-grid 0.0.93 → 0.0.95
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.
|
@@ -206,7 +206,7 @@ export declare class DataGridComponent implements OnChanges, AfterViewInit, OnIn
|
|
|
206
206
|
constructor(columnService: SplitColumnsService, cdr: ChangeDetectorRef, commonSevice: CommonService, elementRef: ElementRef, ngZone: NgZone, copyService: CopyServiceService, renderer: Renderer2, sanitizer: DomSanitizer, exportService: ExportService, datePipe: DatePipe, formatCurrency: FormatCurrencyPipe, actionValidator: RowActionService);
|
|
207
207
|
cellText: any;
|
|
208
208
|
nestedHeader: ElementRef;
|
|
209
|
-
ngAfterViewInit(): void
|
|
209
|
+
ngAfterViewInit(): Promise<void>;
|
|
210
210
|
private injector;
|
|
211
211
|
createCellInjector(row: any, col: any): Injector;
|
|
212
212
|
private renderCustomCells;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ms-data-grid",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.95",
|
|
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",
|