amis-reports
Version:
爱速搭报表,基于 ECharts 实现的图表功能组件,旨在为用户提供简单和快捷的可视化报表能力,帮助用户在爱速搭平台上快速设计常见的数据报表页和大屏报表效果页。
21 lines (20 loc) • 542 B
TypeScript
/**
* @file 用于实现省市区名称的别名映射
* @author liudan21@baidu.com
*/
export declare const PROVINCE_NAME_MAP_Alias: {
[key: string]: string;
};
export declare const CHINA_CITY_MAP_NAME_Alias: {
[key: string]: string;
};
export declare const COUNTY_LEVEL_CITY_MAP_NAME_Alias: {
[key: string]: any;
};
export declare const CHINA_MAP_NAME_ALIAS: {
[key: string]: string;
};
export declare const CITY_MAP_NAME_ALIAS: {
[key: string]: string;
};
export declare function getMapName(mapName: string): string;