var Table;
(function (Table) {
Table.SUMMARY = 'summary';
Table.SOURCE = 'source';
Table.STACKED = 'stacked';
})(Table = exports.Table || (exports.Table = {}));
var Enctype;
(function (Enctype) {
Enctype.X = 'x';
Enctype.Y = 'y';
Enctype.ROW = 'row';
Enctype.COL = 'col';
Enctype.SHAPE = 'shape';
Enctype.SIZE = 'size';
Enctype.COLOR = 'color';
Enctype.TEXT = 'text';
Enctype.DETAIL = 'detail';
})(Enctype = exports.Enctype || (exports.Enctype = {}));
var Type;
(function (Type) {
Type.O = 'O';
Type.Q = 'Q';
Type.N = 'N';
Type.T = 'T';
})(Type = exports.Type || (exports.Type = {}));
exports.ENCODING_TYPES = [
Enctype.X, Enctype.Y,
Enctype.ROW, Enctype.COL,
Enctype.SIZE, Enctype.SHAPE, Enctype.COLOR, Enctype.TEXT, Enctype.DETAIL
];
exports.Shorthand = {
Delim: '|',
Assign: '=',
Type: ',',
Func: '_'
};
//# sourceMappingURL=consts.js.map |