all files / base/ classes.js

100% Statements 32/32
100% Branches 0/0
100% Functions 1/1
100% Lines 32/32
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35      
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';
});