UNPKG

cspace-ui

Version:
26 lines (25 loc) 744 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.OP_RANGE = exports.OP_MATCH = exports.OP_LTE = exports.OP_LT = exports.OP_GTE = exports.OP_GT = exports.OP_EQ = exports.OP_CONTAIN = exports.OP_OR = exports.OP_AND = void 0; const OP_AND = 'and'; exports.OP_AND = OP_AND; const OP_OR = 'or'; exports.OP_OR = OP_OR; const OP_CONTAIN = 'cont'; exports.OP_CONTAIN = OP_CONTAIN; const OP_EQ = 'eq'; exports.OP_EQ = OP_EQ; const OP_GT = 'gt'; exports.OP_GT = OP_GT; const OP_GTE = 'gte'; exports.OP_GTE = OP_GTE; const OP_LT = 'lt'; exports.OP_LT = OP_LT; const OP_LTE = 'lte'; exports.OP_LTE = OP_LTE; const OP_MATCH = 'match'; exports.OP_MATCH = OP_MATCH; const OP_RANGE = 'range'; exports.OP_RANGE = OP_RANGE;