zek 16.0.14 → 16.0.15
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.
|
@@ -6,7 +6,7 @@ import { PagedList, Pager, PrintType, approveModel } from '../models';
|
|
|
6
6
|
import { ZekModal } from '../modules/modal/modal/modal.component';
|
|
7
7
|
import { AlertService } from '../services/alert.service';
|
|
8
8
|
import * as i0 from "@angular/core";
|
|
9
|
-
export declare class ListBaseComponent<TService extends IService = IService> extends BaseComponent<PagedList
|
|
9
|
+
export declare class ListBaseComponent<TService extends IService = IService, TPagedListData = any> extends BaseComponent<PagedList<TPagedListData>> {
|
|
10
10
|
protected readonly service: TService;
|
|
11
11
|
readonly translate: TranslateService;
|
|
12
12
|
readonly alert: AlertService;
|
|
@@ -55,6 +55,6 @@ export declare class ListBaseComponent<TService extends IService = IService> ext
|
|
|
55
55
|
sum(): Promise<void>;
|
|
56
56
|
export(fileTypeId: number): void;
|
|
57
57
|
print(printType?: PrintType): void;
|
|
58
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ListBaseComponent<any>, never>;
|
|
59
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ListBaseComponent<any>, never, never, {}, {}, never, never, false, never>;
|
|
58
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ListBaseComponent<any, any>, never>;
|
|
59
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ListBaseComponent<any, any>, never, never, {}, {}, never, never, false, never>;
|
|
60
60
|
}
|