UNPKG

ferngully-aurelia-tools

Version:

Ferngully Tools for Aurelia

16 lines (15 loc) 630 B
import { EditableInputElementService, IEditableInlineEditor } from "../editable-input-element-service"; import "./editable-inline-input.css"; export declare class EditableInlineInput implements IEditableInlineEditor { private editableInputElementService; constructor(editableInputElementService: EditableInputElementService); private textbox; classEx: string | null; bind(): void; show(element: JQuery, data: any, currentValue: any, onKeyPress: any, onSave: any): void; hide(): void; readonly value: any; readonly maxLength: number; detached(): void; attached(): void; }