tav-ui
Version:
38 lines (32 loc) • 1.64 kB
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
var _const = require('./const2.js');
exports.ACTION_COLUMNS = _const.ACTION_COLUMNS;
exports.COLUMN_SETTING_TREE_DATA_ITEM_DEFAULT = _const.COLUMN_SETTING_TREE_DATA_ITEM_DEFAULT;
exports.CamelCaseToCls = _const.CamelCaseToCls;
exports.ComponentActionName = _const.ComponentActionName;
exports.ComponentCellName = _const.ComponentCellName;
exports.ComponentCustomActionName = _const.ComponentCustomActionName;
exports.ComponentEmptyName = _const.ComponentEmptyName;
exports.ComponentFilterFormName = _const.ComponentFilterFormName;
exports.ComponentName = _const.ComponentName;
exports.ComponentOperationsName = _const.ComponentOperationsName;
exports.ComponentTagsName = _const.ComponentTagsName;
exports.DEFAULT_ALIGN = _const.DEFAULT_ALIGN;
exports.DEFAULT_FILTER_FN = _const.DEFAULT_FILTER_FN;
exports.DEFAULT_LINE_HEIGTH = _const.DEFAULT_LINE_HEIGTH;
exports.DEFAULT_SIZE = _const.DEFAULT_SIZE;
exports.DEFAULT_SORT_FN = _const.DEFAULT_SORT_FN;
exports.ETableProEmits = _const.ETableProEmits;
exports.FETCH_SETTING = _const.FETCH_SETTING;
exports.MAX_ACTION_NUMBER = _const.MAX_ACTION_NUMBER;
exports.MIN_WIDTH = _const.MIN_WIDTH;
exports.MIN_WIDTH_SMALL = _const.MIN_WIDTH_SMALL;
exports.PAGE_SIZE = _const.PAGE_SIZE;
exports.PAGE_SIZE_OPTIONS = _const.PAGE_SIZE_OPTIONS;
exports.ROW_KEY = _const.ROW_KEY;
exports.SELECT_COMPONENTS = _const.SELECT_COMPONENTS;
exports.TOOLTIP_PLACEMENT = _const.TOOLTIP_PLACEMENT;
exports.buildTableActionId = _const.buildTableActionId;
exports.buildTableId = _const.buildTableId;
//# sourceMappingURL=const.js.map