ms-data-grid 0.0.51 → 0.0.53
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.
|
@@ -254,6 +254,7 @@ export declare class DataGridComponent implements OnChanges, AfterViewInit, OnIn
|
|
|
254
254
|
private findColumnByField;
|
|
255
255
|
toggleColumnVisibility(column: any, isVisible: boolean): Promise<void>;
|
|
256
256
|
toggleAllColumnsVisibility(): void;
|
|
257
|
+
visibleColumns(): any[];
|
|
257
258
|
flattenColumns(cols: any[]): any[];
|
|
258
259
|
filteredColumns(cols: any[]): any[];
|
|
259
260
|
get accordionState(): 'all' | 'none' | 'some';
|
|
@@ -532,7 +533,7 @@ export declare class DataGridComponent implements OnChanges, AfterViewInit, OnIn
|
|
|
532
533
|
hasAnyDefaultView(): boolean;
|
|
533
534
|
get isTablePresetNotChanged(): any;
|
|
534
535
|
onActionButtonClick(button: string): void;
|
|
535
|
-
setActiveTab(tab: string): void;
|
|
536
|
+
setActiveTab(tab: string | null): void;
|
|
536
537
|
getBackgroundColor(row: any, isEven: boolean, section: 'left' | 'center' | 'right'): string | undefined;
|
|
537
538
|
hasHorizontalScrollbar(): boolean;
|
|
538
539
|
getSafeComment(description: string): SafeHtml;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ms-data-grid",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.53",
|
|
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",
|