@osovitny/anatoly 3.17.57 → 3.17.58
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.
|
@@ -15,7 +15,7 @@ export declare abstract class ListBase extends ComponentBase implements OnInit {
|
|
|
15
15
|
ngOnInit(): void;
|
|
16
16
|
protected init(): void;
|
|
17
17
|
protected fireFilterRequest(): void;
|
|
18
|
-
protected fireDataChange(e
|
|
18
|
+
protected fireDataChange(e?: any): void;
|
|
19
19
|
loadPage?(page?: number): void;
|
|
20
20
|
loadPageOne(): void;
|
|
21
21
|
reloadPage(drop2pageOne?: boolean): void;
|