UNPKG

969 BTypeScriptView Raw
1import { TemplateRef } from '@angular/core';
2import * as i0 from "@angular/core";
3export declare class DatatableFooterDirective {
4 footerHeight: number;
5 totalMessage: string;
6 selectedMessage: string | boolean;
7 pagerLeftArrowIcon: string;
8 pagerRightArrowIcon: string;
9 pagerPreviousIcon: string;
10 pagerNextIcon: string;
11 _templateInput: TemplateRef<any>;
12 _templateQuery: TemplateRef<any>;
13 get template(): TemplateRef<any>;
14 static ɵfac: i0.ɵɵFactoryDeclaration<DatatableFooterDirective, never>;
15 static ɵdir: i0.ɵɵDirectiveDeclaration<DatatableFooterDirective, "ngx-datatable-footer", never, { "footerHeight": "footerHeight"; "totalMessage": "totalMessage"; "selectedMessage": "selectedMessage"; "pagerLeftArrowIcon": "pagerLeftArrowIcon"; "pagerRightArrowIcon": "pagerRightArrowIcon"; "pagerPreviousIcon": "pagerPreviousIcon"; "pagerNextIcon": "pagerNextIcon"; "_templateInput": "template"; }, {}, ["_templateQuery"]>;
16}