define(["require", "exports"], function (require, exports) {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.ROOT = 'e-inplaceeditor';
exports.ROOT_TIP = 'e-inplaceeditor-tip';
exports.VALUE_WRAPPER = 'e-editable-value-wrapper';
exports.VALUE = 'e-editable-value';
exports.OVERLAY_ICON = 'e-editable-overlay-icon';
exports.TIP_TITLE = 'e-editable-tip-title';
exports.TITLE = 'e-editable-title';
exports.INLINE = 'e-editable-inline';
exports.POPUP = 'e-editable-popup';
exports.WRAPPER = 'e-editable-wrapper';
exports.LOADING = 'e-editable-loading';
exports.FORM = 'e-editable-form';
exports.CTRL_GROUP = 'e-component-group';
exports.INPUT = 'e-editable-component';
exports.BUTTONS = 'e-editable-action-buttons';
exports.EDITABLE_ERROR = 'e-editable-error';
exports.ELEMENTS = 'e-editable-elements';
exports.OPEN = 'e-editable-open';
exports.BTN_SAVE = 'e-btn-save';
exports.BTN_CANCEL = 'e-btn-cancel';
exports.RTE_SPIN_WRAP = 'e-rte-spin-wrap';
exports.CTRL_OVERLAY = 'e-control-overlay';
exports.DISABLE = 'e-disable';
exports.ICONS = 'e-icons';
exports.PRIMARY = 'e-primary';
exports.SHOW = 'e-show';
exports.HIDE = 'e-hide';
exports.RTL = 'e-rtl';
exports.ERROR = 'e-error';
exports.LOAD = 'e-loading';
});
|