UNPKG

@formio-tmt/angular

Version:

This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.1.4.

20 lines 1.22 kB
import { GridFooterPositions } from './types/grid-footer-positions'; import { TemplateRef, EventEmitter } from '@angular/core'; import { GridHeaderComponent } from './GridHeaderComponent'; import { GridBodyComponent } from './GridBodyComponent'; import * as i0 from "@angular/core"; export declare class GridFooterComponent { header: GridHeaderComponent; body: GridBodyComponent; createText: String; size: number; actionAllowed: any; pageChanged: EventEmitter<any>; createItem: EventEmitter<any>; template: TemplateRef<any>; footerPositions: typeof GridFooterPositions; constructor(); static ɵfac: i0.ɵɵFactoryDeclaration<GridFooterComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<GridFooterComponent, "ng-component", never, { "header": { "alias": "header"; "required": false; }; "body": { "alias": "body"; "required": false; }; "createText": { "alias": "createText"; "required": false; }; "size": { "alias": "size"; "required": false; }; "actionAllowed": { "alias": "actionAllowed"; "required": false; }; }, { "pageChanged": "pageChanged"; "createItem": "createItem"; }, never, never, false, never>; } //# sourceMappingURL=GridFooterComponent.d.ts.map