@nettyapps/ntybase 0.1.10 → 0.1.12
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
|
@@ -352,6 +352,7 @@ declare abstract class NettyAgGridBase<T extends {
|
|
|
352
352
|
deleteSelected(): Promise<void>;
|
|
353
353
|
refreshData(): Promise<void>;
|
|
354
354
|
setAccessRights(): Promise<boolean>;
|
|
355
|
+
protected onFilterTextBoxVisibilityChange(isOpen: boolean): void;
|
|
355
356
|
protected abstract loadData(filter?: string): void;
|
|
356
357
|
protected abstract initAgGrid(): void;
|
|
357
358
|
protected onBtnClick?(e: T): void;
|