iep-ui
Version:
An enterprise-class UI design language and Vue-based implementation
35 lines (33 loc) • 1.01 kB
JavaScript
import * as pollutionFactors from './pollutionFactors';
import * as waterLevel from './waterLevel';
import * as stationType from './stationType';
import * as mapUtils from './mapUtils';
import colorUtils from './colorUtils';
import download from './download';
import * as svg from './svg';
import * as setBasicFont from './setBasicFont';
import * as echarts from 'echarts';
import * as pollutantSource from './pollutantSource';
import * as zrender from 'zrender';
import * as common from './common';
import * as lodash from 'lodash';
import 'rk-web-liquidfill';
// import './echarts-liquidfill/liquidFill.js';
import moment from 'moment';
var utils = {
mapUtils: mapUtils,
pollutionFactors: pollutionFactors,
waterLevel: waterLevel,
stationType: stationType,
colorUtils: colorUtils,
download: download,
svg: svg,
echarts: echarts,
setBasicFont: setBasicFont,
pollutantSource: pollutantSource,
zrender: zrender,
lodash: lodash,
moment: moment,
common: common
};
export default utils;