imm-element-ui 3.0.1 → 3.0.2
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.
|
@@ -124,7 +124,7 @@ export declare class GridComponent {
|
|
|
124
124
|
onSelectionChanged(event: any): any;
|
|
125
125
|
onRowGroupOpened(): void;
|
|
126
126
|
private hasDynamicSelectDataColumn;
|
|
127
|
-
|
|
127
|
+
refreshColumnDefs(options?: GridOptions): Promise<void>;
|
|
128
128
|
private refreshColumnHideExpressions;
|
|
129
129
|
private resolveColumnHideExpressions;
|
|
130
130
|
private resolveColumnHideExpression;
|