systelab-components
Version:
systelab-components is a set of components that use wide accepted and adopted standard technologies like Angular and Bootstrap, as well as other popular libraries. Please read the ATTRIBUTION.md file for a complete list of dependencies.
14 lines (13 loc) • 646 B
TypeScript
import { AgEditorComponent } from 'ag-grid-angular';
import * as i0 from "@angular/core";
export declare class PositiveIntegerInputCellEditorComponent implements AgEditorComponent {
value: string;
isEditable: boolean;
params: any;
agInit(params: any): void;
getValue(): any;
onKeyDown(event: KeyboardEvent): void;
refresh(params: any): boolean;
static ɵfac: i0.ɵɵFactoryDeclaration<PositiveIntegerInputCellEditorComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<PositiveIntegerInputCellEditorComponent, "systelab-positive-integer-input-cell-editor", never, {}, {}, never, never, false, never>;
}