amis-reports
Version:
爱速搭报表,基于 ECharts 实现的图表功能组件,旨在为用户提供简单和快捷的可视化报表能力,帮助用户在爱速搭平台上快速设计常见的数据报表页和大屏报表效果页。
17 lines (16 loc) • 752 B
TypeScript
export declare function createObject(superProps?: {
[propName: string]: any;
}, props?: {
[propName: string]: any;
}, properties?: any): object;
export declare function cloneObject(target: any, persistOwnProps?: boolean): any;
export declare function extendObject(target: any, src?: any, persistOwnProps?: boolean): any;
export declare function deepClone(target: any): any;
export declare function isString(str: any): boolean;
export declare function isObject(obj: any): boolean;
export declare function Array2Object(ArraySchema: Array<any>): {
[key: string]: any;
};
export declare function isNULL(value: any): boolean;
export declare function isEmptyOperate(operate: string): boolean;
export declare function isURL(url: string): boolean;