@qn-pandora/pandora-visualization
Version:
Pandora 通用可视化库
38 lines (37 loc) • 1.08 kB
JavaScript
import { ThresholdColorScope, ThresholdType, EProcessType, DefaultColumnSuffix } from '@qn-pandora/pandora-app-component/es/components/TableColFilter/constants';
export { ThresholdColorScope, ThresholdType, EProcessType, DefaultColumnSuffix };
export var RuleType;
(function (RuleType) {
RuleType["None"] = "none";
RuleType["Equals"] = "equal";
RuleType["StartWith"] = "startWith";
RuleType["EndWith"] = "endWith";
RuleType["Contain"] = "contain";
RuleType["Regex"] = "regex";
})(RuleType || (RuleType = {}));
export var NORMAL_COLUMN_WIDTH = 120;
export var columnKeys = [];
export var DEFAULT_AUTO_PLAY_SPEED = 3; // 默认table 滚动的速度为 3s
export var FilterColumnKeys = [
'checked',
'showProgress',
'processType',
'processValue',
'unit',
'precision',
'width',
'showColor',
'splitter',
'thresholdType',
'thresholdColorScope',
'progressBgColor',
'title',
'isNumeric',
'showFilter',
'filters',
'fixed'
];
export var InitTitleFont = {
color: undefined,
fontSize: 12
};