mxdraw 0.1.72 → 0.1.73

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -746,4 +746,12 @@ export default class MxDrawObject {
746
746
  * ```
747
747
  */
748
748
  resetRenderer(): any;
749
+ /**
750
+ * 设置服务器发送文件请求时,需要带的参数.;
751
+ * @return
752
+ * @example
753
+ * ``` typescript
754
+ * ``` mxobj.setRequestHeader("{'data':'value1'}");
755
+ */
756
+ setRequestHeader(val: string): any;
749
757
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mxdraw",
3
- "version": "0.1.72",
3
+ "version": "0.1.73",
4
4
  "description": "",
5
5
  "keywords": [],
6
6
  "main": "dist/mxdraw.umd.js",