@imedx/ics-imedx-core
Advanced tools
Comparing version 0.0.1-beta.32 to 0.0.2-beta.1
@@ -237,5 +237,5 @@ "use strict"; | ||
*/ | ||
Report.prototype.design = function () { | ||
Report.prototype.design = function (saveAction) { | ||
if (ics_chromely_plugin_core_1.Chromely.isChromely) { | ||
return this.__reprot__.design(); | ||
return this.__reprot__.design(saveAction); | ||
} | ||
@@ -242,0 +242,0 @@ else { |
@@ -95,3 +95,3 @@ export default class Report { | ||
*/ | ||
design(): Promise<any>; | ||
design(saveAction: Function): Promise<any>; | ||
/** | ||
@@ -98,0 +98,0 @@ * 预览报表 |
@@ -6,3 +6,3 @@ { | ||
"title": "iMedx", | ||
"version": "0.0.1-beta.32", | ||
"version": "0.0.2-beta.1", | ||
"description": "iMedx核心功能js封装", | ||
@@ -140,7 +140,7 @@ "author": "文贝", | ||
"dependencies": { | ||
"@icreate/ics-chromely-js-sdk": "^0.0.7-beat.5", | ||
"@icreate/ics-chromely-plugin-core": "^0.0.20-beta.11", | ||
"@icreate/ics-chromely-plugin-report-js-sdk": "^0.0.9-beta.4", | ||
"@icreate/ics-chromely-js-sdk": "^0.0.8", | ||
"@icreate/ics-chromely-plugin-core": "^0.0.22", | ||
"@icreate/ics-chromely-plugin-report-js-sdk": "^0.0.10", | ||
"vue": "^2.7.14" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
High entropy strings
Supply chain riskContains high entropy strings. This could be a sign of encrypted data, leaked secrets or obfuscated code.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
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
2118524
3177
269
+ Added@icreate/core@0.0.26(transitive)
+ Added@icreate/ics-chromely-js-sdk@0.0.8(transitive)
+ Added@icreate/ics-chromely-plugin-core@0.0.22(transitive)
+ Added@icreate/ics-chromely-plugin-report-js-sdk@0.0.10(transitive)
- Removed@icreate/core@0.0.15(transitive)
- Removed@icreate/ics-chromely-js-sdk@0.0.7(transitive)
- Removed@icreate/ics-chromely-plugin-core@0.0.20(transitive)
- Removed@icreate/ics-chromely-plugin-report-js-sdk@0.0.9(transitive)