@visactor/vtable
Version:
canvas table width high performance
17 lines (14 loc) • 861 B
JavaScript
;
var AggregationType, SortType;
Object.defineProperty(exports, "__esModule", {
value: !0
}), exports.SortType = exports.AggregationType = void 0, function(AggregationType) {
AggregationType.RECORD = "RECORD", AggregationType.NONE = "NONE", AggregationType.SUM = "SUM",
AggregationType.MIN = "MIN", AggregationType.MAX = "MAX", AggregationType.AVG = "AVG",
AggregationType.COUNT = "COUNT", AggregationType.CUSTOM = "CUSTOM", AggregationType.RECALCULATE = "RECALCULATE";
}(AggregationType = exports.AggregationType || (exports.AggregationType = {})),
function(SortType) {
SortType.ASC = "ASC", SortType.DESC = "DESC", SortType.NORMAL = "NORMAL", SortType.desc = "desc",
SortType.asc = "asc", SortType.normal = "normal";
}(SortType = exports.SortType || (exports.SortType = {}));
//# sourceMappingURL=new-data-set.js.map