@syncfusion/ej2-inplace-editor
Version:
A package of Essential JS 2 Inplace editor components, which is used to edit and update the value dynamically in server.
64 lines (63 loc) • 1.64 kB
TypeScript
/**
* In-place Editor classes defined here.
*/
/** @hidden */
export declare const ROOT: string;
/** @hidden */
export declare const ROOT_TIP: string;
/** @hidden */
export declare const VALUE_WRAPPER: string;
/** @hidden */
export declare const VALUE: string;
/** @hidden */
export declare const OVERLAY_ICON: string;
/** @hidden */
export declare const TIP_TITLE: string;
/** @hidden */
export declare const TITLE: string;
/** @hidden */
export declare const INLINE: string;
/** @hidden */
export declare const POPUP: string;
/** @hidden */
export declare const WRAPPER: string;
/** @hidden */
export declare const LOADING: string;
/** @hidden */
export declare const FORM: string;
/** @hidden */
export declare const CTRL_GROUP: string;
/** @hidden */
export declare const INPUT: string;
/** @hidden */
export declare const BUTTONS: string;
/** @hidden */
export declare const EDITABLE_ERROR: string;
/** @hidden */
export declare const ELEMENTS: string;
/** @hidden */
export declare const OPEN: string;
/** @hidden */
export declare const BTN_SAVE: string;
/** @hidden */
export declare const BTN_CANCEL: string;
/** @hidden */
export declare const RTE_SPIN_WRAP: string;
/** @hidden */
export declare const CTRL_OVERLAY: string;
/** @hidden */
export declare const DISABLE: string;
/** @hidden */
export declare const ICONS: string;
/** @hidden */
export declare const PRIMARY: string;
/** @hidden */
export declare const SHOW: string;
/** @hidden */
export declare const HIDE: string;
/** @hidden */
export declare const RTL: string;
/** @hidden */
export declare const ERROR: string;
/** @hidden */
export declare const LOAD: string;