mxdraw 0.1.339 → 0.1.340

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/CHANGELOG.md CHANGED
@@ -1,5 +1,31 @@
1
1
 
2
2
 
3
+ ### [0.1.339](https://github.com/mxcad/mxdraw/compare/f50e18516ef3c46adb059247b915fc312e6889c8...0.1.339) (2025-09-18)
4
+
5
+
6
+ ### 🐛问题修复
7
+
8
+ * pub init ([c0c121b](https://github.com/mxcad/mxdraw/commit/c0c121bedde48302e54133fd45703fb191866554))
9
+ * test ([f50e185](https://github.com/mxcad/mxdraw/commit/f50e18516ef3c46adb059247b915fc312e6889c8))
10
+
11
+
12
+ ### 📚文档
13
+
14
+ * docs update examples init ([64725dd](https://github.com/mxcad/mxdraw/commit/64725dda1a53db21dfa4b72e673da2036162ad12))
15
+
16
+ ### 0.1.339 (2025-09-18)
17
+
18
+
19
+ ### 🐛问题修复
20
+
21
+ * pub init ([c0c121b](https://github.com/mxcad/mxdraw/commit/c0c121bedde48302e54133fd45703fb191866554))
22
+ * test ([f50e185](https://github.com/mxcad/mxdraw/commit/f50e18516ef3c46adb059247b915fc312e6889c8))
23
+
24
+
25
+ ### 📚文档
26
+
27
+ * docs update examples init ([64725dd](https://github.com/mxcad/mxdraw/commit/64725dda1a53db21dfa4b72e673da2036162ad12))
28
+
3
29
  ### 0.1.338 (2025-09-17)
4
30
 
5
31
 
package/README.md CHANGED
@@ -2,9 +2,22 @@
2
2
  <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
3
3
  目录
4
4
 
5
- - [mxdraw_docs](#mxdraw_docs)
5
+ - [mxdraw](#mxdraw)
6
+ - [Key Features](#key-features)
7
+ - [Compatibility](#compatibility)
6
8
 
7
9
  <!-- END doctoc generated TOC please keep comment here to allow auto update -->
8
10
 
9
- # mxdraw_docs
10
- Mxdraw is to build CAD web page online drawing JS library, to achieve online CAD drawing preview and editing functions of a set of solutions
11
+ # mxdraw
12
+
13
+ ## Key Features
14
+
15
+ * Customizable extension of three.js functionality
16
+
17
+ * Efficient and convenient implementation of front-end drawing content
18
+
19
+ * Supports online secondary development to create custom annotation objects
20
+
21
+ ## Compatibility
22
+
23
+ Compatible with most modern mainstream browsers such as Chrome and Edge; does not support Internet Explorer.
package/dist/mxdraw.d.ts CHANGED
@@ -175,7 +175,9 @@ declare enum MxCommandFlag {
175
175
  MCRX_CMD_NOPRV = 4,
176
176
  MCRX_CMD_NO_RECORD_PRVCMD = 8,
177
177
  MCRX_CMD_NO_CLEAR_SELECT = 16,
178
- MCRX_CMD_NO_CLEAR_SELECT_GRIP_POINT = 32
178
+ MCRX_CMD_NO_CLEAR_SELECT_GRIP_POINT = 32,
179
+ MCRX_JIG_CMD_END_NO_CLEAR_SELECT = 64,
180
+ MCRX_DISABLE_OVERWRITING = 128
179
181
  }
180
182
  /**
181
183
  * 控件对象缺省的绘制顺序