ngx-eiffage-material 0.0.43 → 0.0.44
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.
package/index.d.ts
CHANGED
|
@@ -132,6 +132,7 @@ interface PaginatedTableConfig<T> {
|
|
|
132
132
|
maxHeight?: string;
|
|
133
133
|
defaultStickyColumn?: keyof T;
|
|
134
134
|
showActions?: () => boolean;
|
|
135
|
+
hideExportData?: () => boolean;
|
|
135
136
|
}
|
|
136
137
|
interface PaginatedTableColumn<T> {
|
|
137
138
|
key: keyof T;
|
|
@@ -276,6 +277,7 @@ interface BasicTableConfig<T> {
|
|
|
276
277
|
maxHeight?: string;
|
|
277
278
|
defaultStickyColumn?: keyof T;
|
|
278
279
|
showActions?: () => boolean;
|
|
280
|
+
hideExportData?: () => boolean;
|
|
279
281
|
}
|
|
280
282
|
interface BasicTableColumn<T> {
|
|
281
283
|
key: keyof T;
|