mxdraw 0.1.79 → 0.1.82

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.
@@ -754,4 +754,10 @@ export default class MxDrawObject {
754
754
  * ``` mxobj.setRequestHeader("{'data':'value1'}");
755
755
  */
756
756
  setRequestHeader(val: string): any;
757
+ /**
758
+ * 在MxCAD模式下,关闭与服务器的socket连接 。
759
+ * @return
760
+ * @example
761
+ */
762
+ closeWebSocket(): any;
757
763
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mxdraw",
3
- "version": "0.1.79",
3
+ "version": "0.1.82",
4
4
  "description": "",
5
5
  "keywords": [],
6
6
  "main": "dist/mxdraw.umd.js",