@icreate/ics-chromely-plugin-report-js-sdk
Advanced tools
Comparing version 0.0.9-beta.5 to 0.0.9-beta.6
@@ -184,2 +184,6 @@ import '@icreate/core'; | ||
}; | ||
// 根据Id加载报表 | ||
Report.prototype.loadFromString = function (content) { | ||
return this.OperateEx('loadFromString', { content: content }); | ||
}; | ||
/** | ||
@@ -186,0 +190,0 @@ * 导出pdf |
@@ -189,2 +189,6 @@ (function (global, factory) { | ||
}; | ||
// 根据Id加载报表 | ||
Report.prototype.loadFromString = function (content) { | ||
return this.OperateEx('loadFromString', { content: content }); | ||
}; | ||
/** | ||
@@ -191,0 +195,0 @@ * 导出pdf |
@@ -65,2 +65,6 @@ "use strict"; | ||
}; | ||
// 根据Id加载报表 | ||
Report.prototype.loadFromString = function (content) { | ||
return this.OperateEx('loadFromString', { content: content }); | ||
}; | ||
/** | ||
@@ -67,0 +71,0 @@ * 导出pdf |
@@ -19,2 +19,3 @@ export default class Report { | ||
loadFromId(reportId: string): Promise<any>; | ||
loadFromString(content: string): Promise<any>; | ||
/** | ||
@@ -21,0 +22,0 @@ * 导出pdf |
{ | ||
"name": "@icreate/ics-chromely-plugin-report-js-sdk", | ||
"version": "0.0.9-beta.5", | ||
"version": "0.0.9-beta.6", | ||
"description": "提供报表设计、清空、预览、打印、注册数据源等功能", | ||
@@ -5,0 +5,0 @@ "keywords": [], |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
83545
775