mxdraw 0.1.337 → 0.1.338

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.
package/LICENSE CHANGED
@@ -22,7 +22,6 @@ This license agreement ("Agreement") is made by and between Chengdu Dream Cloud
22
22
  8. ** Contact information ** : For commercial license inquiries, please contact:
23
23
  - Chengdu Dream Cade Technology Co., LTD
24
24
  - Address: 522, 5th Floor, Building 1, No. 1388, Middle Tianfu Avenue, High-tech Zone, Chengdu, China (Sichuan) Pilot Free Trade Zone
25
- - Phone: 18784290597
26
25
  - Email: 710714273@qq.com
27
26
  - Customer service link: https://www.mxdraw.com/
28
27
 
package/LICENSE_CN CHANGED
@@ -21,7 +21,6 @@
21
21
  8. **联系方式**:关于商业许可的查询,请联系:
22
22
  - 成都梦想凯德科技技术有限公司
23
23
  - 地址:中国(四川)自由贸易试验区成都高新区天府大道中段1388号1栋5层522号
24
- - 电话:18784290597
25
24
  - 邮箱:710714273@qq.com
26
25
  - 客服链接:https://www.mxdraw.com/
27
26
 
package/dist/mxdraw.d.ts CHANGED
@@ -172,7 +172,10 @@ declare enum MxCommandFlag {
172
172
  MCRX_CMD_MODAL = 0,
173
173
  MCRX_CMD_TRANSPARENT = 1,
174
174
  MCRX_CMD_NO_UNDO_MARKER = 2,
175
- MCRX_CMD_NOPRV = 4
175
+ MCRX_CMD_NOPRV = 4,
176
+ MCRX_CMD_NO_RECORD_PRVCMD = 8,
177
+ MCRX_CMD_NO_CLEAR_SELECT = 16,
178
+ MCRX_CMD_NO_CLEAR_SELECT_GRIP_POINT = 32
176
179
  }
177
180
  /**
178
181
  * 控件对象缺省的绘制顺序