all files / base/ constant.js

100% Statements 24/24
100% Branches 0/0
100% Functions 1/1
100% Lines 24/24
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      
define(["require", "exports"], function (require, exports) {
    "use strict";
    Object.defineProperty(exports, "__esModule", { value: true });
    exports.actionBegin = 'actionBegin';
    exports.actionComplete = 'actionComplete';
    exports.actionFailure = 'actionFailure';
    exports.cardClick = 'cardClick';
    exports.cardDoubleClick = 'cardDoubleClick';
    exports.cardRendered = 'cardRendered';
    exports.queryCellInfo = 'queryCellInfo';
    exports.dataBinding = 'dataBinding';
    exports.dataBound = 'dataBound';
    exports.dragStart = 'dragStart';
    exports.drag = 'drag';
    exports.dragStop = 'dragStop';
    exports.documentClick = 'document-click';
    exports.dialogOpen = 'dialogOpen';
    exports.dialogClose = 'dialogClose';
    exports.contentReady = 'content-ready';
    exports.dataReady = 'data-ready';
    exports.bottomSpace = 25;
    exports.cardSpace = 16;
    exports.toggleWidth = 50;
    exports.dataSourceChanged = 'dataSourceChanged';
    exports.dataStateChange = 'dataStateChange';
});