@mlightcad/cad-simple-viewer 1.4.13 → 1.5.1

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.
Files changed (465) hide show
  1. package/dist/index.js +26532 -44513
  2. package/dist/index.umd.cjs +163 -52
  3. package/dist/libredwg-parser-worker.js +4378 -7481
  4. package/dist/mtext-renderer-worker.js +4107 -3865
  5. package/dist/viewer-runtime.iife.js +3879 -0
  6. package/lib/app/AcApAnnotation.js +4 -4
  7. package/lib/app/AcApAnnotation.js.map +1 -1
  8. package/lib/app/AcApDocManager.d.ts +59 -6
  9. package/lib/app/AcApDocManager.d.ts.map +1 -1
  10. package/lib/app/AcApDocManager.js +188 -28
  11. package/lib/app/AcApDocManager.js.map +1 -1
  12. package/lib/command/AcApLogCmd.d.ts +1 -1
  13. package/lib/command/AcApLogCmd.d.ts.map +1 -1
  14. package/lib/command/AcApLogCmd.js +1 -1
  15. package/lib/command/AcApLogCmd.js.map +1 -1
  16. package/lib/command/AcApOpenCmd.d.ts +1 -1
  17. package/lib/command/AcApOpenCmd.d.ts.map +1 -1
  18. package/lib/command/AcApOpenCmd.js +1 -2
  19. package/lib/command/AcApOpenCmd.js.map +1 -1
  20. package/lib/command/AcApPanCmd.d.ts +1 -1
  21. package/lib/command/AcApPanCmd.d.ts.map +1 -1
  22. package/lib/command/AcApPanCmd.js +1 -2
  23. package/lib/command/AcApPanCmd.js.map +1 -1
  24. package/lib/command/AcApQNewCmd.d.ts +1 -1
  25. package/lib/command/AcApQNewCmd.d.ts.map +1 -1
  26. package/lib/command/AcApQNewCmd.js +1 -1
  27. package/lib/command/AcApQNewCmd.js.map +1 -1
  28. package/lib/command/AcApRegenCmd.d.ts +1 -1
  29. package/lib/command/AcApRegenCmd.d.ts.map +1 -1
  30. package/lib/command/AcApRegenCmd.js +1 -1
  31. package/lib/command/AcApRegenCmd.js.map +1 -1
  32. package/lib/command/AcApSelectCmd.d.ts +1 -1
  33. package/lib/command/AcApSelectCmd.d.ts.map +1 -1
  34. package/lib/command/AcApSelectCmd.js +1 -2
  35. package/lib/command/AcApSelectCmd.js.map +1 -1
  36. package/lib/command/AcApZoomCmd.js +3 -3
  37. package/lib/command/AcApZoomCmd.js.map +1 -1
  38. package/lib/command/{AcApConvertToDxfCmd.d.ts → convert/AcApConvertToDxfCmd.d.ts} +2 -2
  39. package/lib/command/convert/AcApConvertToDxfCmd.d.ts.map +1 -0
  40. package/lib/command/{AcApConvertToDxfCmd.js → convert/AcApConvertToDxfCmd.js} +1 -1
  41. package/lib/command/convert/AcApConvertToDxfCmd.js.map +1 -0
  42. package/lib/command/{AcApConvertToPngCmd.d.ts → convert/AcApConvertToPngCmd.d.ts} +23 -5
  43. package/lib/command/convert/AcApConvertToPngCmd.d.ts.map +1 -0
  44. package/lib/command/{AcApConvertToPngCmd.js → convert/AcApConvertToPngCmd.js} +88 -15
  45. package/lib/command/convert/AcApConvertToPngCmd.js.map +1 -0
  46. package/lib/command/{AcApConvertToSvgCmd.d.ts → convert/AcApConvertToSvgCmd.d.ts} +2 -2
  47. package/lib/command/convert/AcApConvertToSvgCmd.d.ts.map +1 -0
  48. package/lib/command/{AcApConvertToSvgCmd.js → convert/AcApConvertToSvgCmd.js} +1 -1
  49. package/lib/command/convert/AcApConvertToSvgCmd.js.map +1 -0
  50. package/lib/command/convert/AcApDxfConvertor.d.ts.map +1 -0
  51. package/lib/command/{AcApDxfConvertor.js → convert/AcApDxfConvertor.js} +1 -1
  52. package/lib/command/convert/AcApDxfConvertor.js.map +1 -0
  53. package/lib/command/convert/AcApExportHtmlCmd.d.ts +22 -0
  54. package/lib/command/convert/AcApExportHtmlCmd.d.ts.map +1 -0
  55. package/lib/command/convert/AcApExportHtmlCmd.js +93 -0
  56. package/lib/command/convert/AcApExportHtmlCmd.js.map +1 -0
  57. package/lib/command/convert/AcApHtmlConvertor.d.ts +61 -0
  58. package/lib/command/convert/AcApHtmlConvertor.d.ts.map +1 -0
  59. package/lib/command/convert/AcApHtmlConvertor.js +223 -0
  60. package/lib/command/convert/AcApHtmlConvertor.js.map +1 -0
  61. package/lib/command/convert/AcApHtmlSnapshotBuilder.d.ts +65 -0
  62. package/lib/command/convert/AcApHtmlSnapshotBuilder.d.ts.map +1 -0
  63. package/lib/command/convert/AcApHtmlSnapshotBuilder.js +301 -0
  64. package/lib/command/convert/AcApHtmlSnapshotBuilder.js.map +1 -0
  65. package/lib/command/{AcApPngConvertor.d.ts → convert/AcApPngConvertor.d.ts} +20 -35
  66. package/lib/command/convert/AcApPngConvertor.d.ts.map +1 -0
  67. package/lib/command/{AcApPngConvertor.js → convert/AcApPngConvertor.js} +99 -71
  68. package/lib/command/convert/AcApPngConvertor.js.map +1 -0
  69. package/lib/command/convert/AcApSvgConvertor.d.ts.map +1 -0
  70. package/lib/command/{AcApSvgConvertor.js → convert/AcApSvgConvertor.js} +1 -1
  71. package/lib/command/convert/AcApSvgConvertor.js.map +1 -0
  72. package/lib/command/convert/index.d.ts +9 -0
  73. package/lib/command/convert/index.d.ts.map +1 -0
  74. package/lib/command/convert/index.js +9 -0
  75. package/lib/command/convert/index.js.map +1 -0
  76. package/lib/command/draw/AcApArcCmd.d.ts +297 -0
  77. package/lib/command/draw/AcApArcCmd.d.ts.map +1 -0
  78. package/lib/command/{AcApArcCmd.js → draw/AcApArcCmd.js} +839 -32
  79. package/lib/command/draw/AcApArcCmd.js.map +1 -0
  80. package/lib/command/{AcApCircleCmd.d.ts → draw/AcApCircleCmd.d.ts} +2 -2
  81. package/lib/command/draw/AcApCircleCmd.d.ts.map +1 -0
  82. package/lib/command/{AcApCircleCmd.js → draw/AcApCircleCmd.js} +8 -9
  83. package/lib/command/draw/AcApCircleCmd.js.map +1 -0
  84. package/lib/command/{AcApDimLinearCmd.d.ts → draw/AcApDimLinearCmd.d.ts} +2 -2
  85. package/lib/command/draw/AcApDimLinearCmd.d.ts.map +1 -0
  86. package/lib/command/{AcApDimLinearCmd.js → draw/AcApDimLinearCmd.js} +3 -3
  87. package/lib/command/draw/AcApDimLinearCmd.js.map +1 -0
  88. package/lib/command/{AcApEllipseCmd.d.ts → draw/AcApEllipseCmd.d.ts} +2 -2
  89. package/lib/command/draw/AcApEllipseCmd.d.ts.map +1 -0
  90. package/lib/command/{AcApEllipseCmd.js → draw/AcApEllipseCmd.js} +7 -9
  91. package/lib/command/draw/AcApEllipseCmd.js.map +1 -0
  92. package/lib/command/{AcApHatchCmd.d.ts → draw/AcApHatchCmd.d.ts} +54 -17
  93. package/lib/command/draw/AcApHatchCmd.d.ts.map +1 -0
  94. package/lib/command/{AcApHatchCmd.js → draw/AcApHatchCmd.js} +122 -30
  95. package/lib/command/draw/AcApHatchCmd.js.map +1 -0
  96. package/lib/command/{AcApLineCmd.d.ts → draw/AcApLineCmd.d.ts} +2 -2
  97. package/lib/command/draw/AcApLineCmd.d.ts.map +1 -0
  98. package/lib/command/{AcApLineCmd.js → draw/AcApLineCmd.js} +3 -3
  99. package/lib/command/draw/AcApLineCmd.js.map +1 -0
  100. package/lib/command/draw/AcApMLineCmd.d.ts +31 -0
  101. package/lib/command/draw/AcApMLineCmd.d.ts.map +1 -0
  102. package/lib/command/draw/AcApMLineCmd.js +528 -0
  103. package/lib/command/draw/AcApMLineCmd.js.map +1 -0
  104. package/lib/command/{AcApMTextCmd.d.ts → draw/AcApMTextCmd.d.ts} +2 -2
  105. package/lib/command/draw/AcApMTextCmd.d.ts.map +1 -0
  106. package/lib/command/{AcApMTextCmd.js → draw/AcApMTextCmd.js} +6 -4
  107. package/lib/command/draw/AcApMTextCmd.js.map +1 -0
  108. package/lib/command/draw/AcApPointCmd.d.ts +16 -0
  109. package/lib/command/draw/AcApPointCmd.d.ts.map +1 -0
  110. package/lib/command/draw/AcApPointCmd.js +98 -0
  111. package/lib/command/draw/AcApPointCmd.js.map +1 -0
  112. package/lib/command/{AcApPolygonCmd.d.ts → draw/AcApPolygonCmd.d.ts} +2 -2
  113. package/lib/command/draw/AcApPolygonCmd.d.ts.map +1 -0
  114. package/lib/command/{AcApPolygonCmd.js → draw/AcApPolygonCmd.js} +7 -8
  115. package/lib/command/draw/AcApPolygonCmd.js.map +1 -0
  116. package/lib/command/{AcApPolylineCmd.d.ts → draw/AcApPolylineCmd.d.ts} +51 -2
  117. package/lib/command/draw/AcApPolylineCmd.d.ts.map +1 -0
  118. package/lib/command/{AcApPolylineCmd.js → draw/AcApPolylineCmd.js} +203 -21
  119. package/lib/command/draw/AcApPolylineCmd.js.map +1 -0
  120. package/lib/command/draw/AcApRayCmd.d.ts +10 -0
  121. package/lib/command/draw/AcApRayCmd.d.ts.map +1 -0
  122. package/lib/command/draw/AcApRayCmd.js +144 -0
  123. package/lib/command/draw/AcApRayCmd.js.map +1 -0
  124. package/lib/command/{AcApRectCmd.d.ts → draw/AcApRectCmd.d.ts} +2 -2
  125. package/lib/command/draw/AcApRectCmd.d.ts.map +1 -0
  126. package/lib/command/{AcApRectCmd.js → draw/AcApRectCmd.js} +12 -13
  127. package/lib/command/draw/AcApRectCmd.js.map +1 -0
  128. package/lib/command/{AcApSplineCmd.d.ts → draw/AcApSplineCmd.d.ts} +2 -2
  129. package/lib/command/draw/AcApSplineCmd.d.ts.map +1 -0
  130. package/lib/command/{AcApSplineCmd.js → draw/AcApSplineCmd.js} +6 -9
  131. package/lib/command/draw/AcApSplineCmd.js.map +1 -0
  132. package/lib/command/draw/AcApXLineCmd.d.ts +25 -0
  133. package/lib/command/draw/AcApXLineCmd.d.ts.map +1 -0
  134. package/lib/command/draw/AcApXLineCmd.js +209 -0
  135. package/lib/command/draw/AcApXLineCmd.js.map +1 -0
  136. package/lib/command/draw/index.d.ts +16 -0
  137. package/lib/command/draw/index.d.ts.map +1 -0
  138. package/lib/command/draw/index.js +16 -0
  139. package/lib/command/draw/index.js.map +1 -0
  140. package/lib/command/index.d.ts +6 -32
  141. package/lib/command/index.d.ts.map +1 -1
  142. package/lib/command/index.js +6 -32
  143. package/lib/command/index.js.map +1 -1
  144. package/lib/command/layer/AcApLayerCloseCmd.d.ts +23 -0
  145. package/lib/command/layer/AcApLayerCloseCmd.d.ts.map +1 -0
  146. package/lib/command/layer/AcApLayerCloseCmd.js +86 -0
  147. package/lib/command/layer/AcApLayerCloseCmd.js.map +1 -0
  148. package/lib/command/{AcApLayerCmd.d.ts → layer/AcApLayerCmd.d.ts} +3 -5
  149. package/lib/command/layer/AcApLayerCmd.d.ts.map +1 -0
  150. package/lib/command/{AcApLayerCmd.js → layer/AcApLayerCmd.js} +5 -8
  151. package/lib/command/layer/AcApLayerCmd.js.map +1 -0
  152. package/lib/command/layer/AcApLayerCurCmd.d.ts +43 -0
  153. package/lib/command/layer/AcApLayerCurCmd.d.ts.map +1 -0
  154. package/lib/command/layer/AcApLayerCurCmd.js +183 -0
  155. package/lib/command/layer/AcApLayerCurCmd.js.map +1 -0
  156. package/lib/command/layer/AcApLayerDelCmd.d.ts +112 -0
  157. package/lib/command/layer/AcApLayerDelCmd.d.ts.map +1 -0
  158. package/lib/command/layer/AcApLayerDelCmd.js +446 -0
  159. package/lib/command/layer/AcApLayerDelCmd.js.map +1 -0
  160. package/lib/command/layer/AcApLayerFreezeCmd.d.ts +103 -0
  161. package/lib/command/layer/AcApLayerFreezeCmd.d.ts.map +1 -0
  162. package/lib/command/layer/AcApLayerFreezeCmd.js +398 -0
  163. package/lib/command/layer/AcApLayerFreezeCmd.js.map +1 -0
  164. package/lib/command/layer/AcApLayerIsoCmd.d.ts +99 -0
  165. package/lib/command/layer/AcApLayerIsoCmd.d.ts.map +1 -0
  166. package/lib/command/layer/AcApLayerIsoCmd.js +485 -0
  167. package/lib/command/layer/AcApLayerIsoCmd.js.map +1 -0
  168. package/lib/command/layer/AcApLayerIsoState.d.ts +68 -0
  169. package/lib/command/layer/AcApLayerIsoState.d.ts.map +1 -0
  170. package/lib/command/layer/AcApLayerIsoState.js +53 -0
  171. package/lib/command/layer/AcApLayerIsoState.js.map +1 -0
  172. package/lib/command/layer/AcApLayerLockCmd.d.ts +50 -0
  173. package/lib/command/layer/AcApLayerLockCmd.d.ts.map +1 -0
  174. package/lib/command/layer/AcApLayerLockCmd.js +175 -0
  175. package/lib/command/layer/AcApLayerLockCmd.js.map +1 -0
  176. package/lib/command/layer/AcApLayerOffCmd.d.ts +95 -0
  177. package/lib/command/layer/AcApLayerOffCmd.d.ts.map +1 -0
  178. package/lib/command/layer/AcApLayerOffCmd.js +384 -0
  179. package/lib/command/layer/AcApLayerOffCmd.js.map +1 -0
  180. package/lib/command/layer/AcApLayerOnCmd.d.ts +30 -0
  181. package/lib/command/layer/AcApLayerOnCmd.d.ts.map +1 -0
  182. package/lib/command/layer/AcApLayerOnCmd.js +138 -0
  183. package/lib/command/layer/AcApLayerOnCmd.js.map +1 -0
  184. package/lib/command/layer/AcApLayerPCmd.d.ts +83 -0
  185. package/lib/command/layer/AcApLayerPCmd.d.ts.map +1 -0
  186. package/lib/command/layer/AcApLayerPCmd.js +241 -0
  187. package/lib/command/layer/AcApLayerPCmd.js.map +1 -0
  188. package/lib/command/layer/AcApLayerThawCmd.d.ts +37 -0
  189. package/lib/command/layer/AcApLayerThawCmd.d.ts.map +1 -0
  190. package/lib/command/layer/AcApLayerThawCmd.js +150 -0
  191. package/lib/command/layer/AcApLayerThawCmd.js.map +1 -0
  192. package/lib/command/layer/AcApLayerUnisoCmd.d.ts +52 -0
  193. package/lib/command/layer/AcApLayerUnisoCmd.d.ts.map +1 -0
  194. package/lib/command/layer/AcApLayerUnisoCmd.js +199 -0
  195. package/lib/command/layer/AcApLayerUnisoCmd.js.map +1 -0
  196. package/lib/command/layer/AcApLayerUnlockCmd.d.ts +50 -0
  197. package/lib/command/layer/AcApLayerUnlockCmd.d.ts.map +1 -0
  198. package/lib/command/layer/AcApLayerUnlockCmd.js +175 -0
  199. package/lib/command/layer/AcApLayerUnlockCmd.js.map +1 -0
  200. package/lib/command/layer/index.d.ts +14 -0
  201. package/lib/command/layer/index.d.ts.map +1 -0
  202. package/lib/command/layer/index.js +14 -0
  203. package/lib/command/layer/index.js.map +1 -0
  204. package/lib/command/measure/AcApClearMeasurementsCmd.d.ts +24 -0
  205. package/lib/command/measure/AcApClearMeasurementsCmd.d.ts.map +1 -0
  206. package/lib/command/{AcApClearMeasurementsCmd.js → measure/AcApClearMeasurementsCmd.js} +16 -5
  207. package/lib/command/measure/AcApClearMeasurementsCmd.js.map +1 -0
  208. package/lib/command/{AcApMeasureAngleCmd.d.ts → measure/AcApMeasureAngleCmd.d.ts} +2 -2
  209. package/lib/command/measure/AcApMeasureAngleCmd.d.ts.map +1 -0
  210. package/lib/command/{AcApMeasureAngleCmd.js → measure/AcApMeasureAngleCmd.js} +18 -9
  211. package/lib/command/measure/AcApMeasureAngleCmd.js.map +1 -0
  212. package/lib/command/{AcApMeasureArcCmd.d.ts → measure/AcApMeasureArcCmd.d.ts} +2 -2
  213. package/lib/command/measure/AcApMeasureArcCmd.d.ts.map +1 -0
  214. package/lib/command/{AcApMeasureArcCmd.js → measure/AcApMeasureArcCmd.js} +14 -7
  215. package/lib/command/measure/AcApMeasureArcCmd.js.map +1 -0
  216. package/lib/command/{AcApMeasureAreaCmd.d.ts → measure/AcApMeasureAreaCmd.d.ts} +2 -2
  217. package/lib/command/measure/AcApMeasureAreaCmd.d.ts.map +1 -0
  218. package/lib/command/{AcApMeasureAreaCmd.js → measure/AcApMeasureAreaCmd.js} +14 -7
  219. package/lib/command/measure/AcApMeasureAreaCmd.js.map +1 -0
  220. package/lib/command/{AcApMeasureDistanceCmd.d.ts → measure/AcApMeasureDistanceCmd.d.ts} +5 -4
  221. package/lib/command/measure/AcApMeasureDistanceCmd.d.ts.map +1 -0
  222. package/lib/command/{AcApMeasureDistanceCmd.js → measure/AcApMeasureDistanceCmd.js} +17 -9
  223. package/lib/command/measure/AcApMeasureDistanceCmd.js.map +1 -0
  224. package/lib/command/measure/index.d.ts +6 -0
  225. package/lib/command/measure/index.d.ts.map +1 -0
  226. package/lib/command/measure/index.js +6 -0
  227. package/lib/command/measure/index.js.map +1 -0
  228. package/lib/command/modify/AcApCopyCmd.d.ts +94 -0
  229. package/lib/command/modify/AcApCopyCmd.d.ts.map +1 -0
  230. package/lib/command/modify/AcApCopyCmd.js +549 -0
  231. package/lib/command/modify/AcApCopyCmd.js.map +1 -0
  232. package/lib/command/{AcApEraseCmd.d.ts → modify/AcApEraseCmd.d.ts} +2 -2
  233. package/lib/command/modify/AcApEraseCmd.d.ts.map +1 -0
  234. package/lib/command/{AcApEraseCmd.js → modify/AcApEraseCmd.js} +3 -5
  235. package/lib/command/modify/AcApEraseCmd.js.map +1 -0
  236. package/lib/command/{AcApMoveCmd.d.ts → modify/AcApMoveCmd.d.ts} +2 -2
  237. package/lib/command/modify/AcApMoveCmd.d.ts.map +1 -0
  238. package/lib/command/{AcApMoveCmd.js → modify/AcApMoveCmd.js} +3 -4
  239. package/lib/command/modify/AcApMoveCmd.js.map +1 -0
  240. package/lib/command/modify/AcApOffsetCmd.d.ts +30 -0
  241. package/lib/command/modify/AcApOffsetCmd.d.ts.map +1 -0
  242. package/lib/command/modify/AcApOffsetCmd.js +424 -0
  243. package/lib/command/modify/AcApOffsetCmd.js.map +1 -0
  244. package/lib/command/modify/AcApRotateCmd.d.ts +81 -0
  245. package/lib/command/modify/AcApRotateCmd.d.ts.map +1 -0
  246. package/lib/command/modify/AcApRotateCmd.js +486 -0
  247. package/lib/command/modify/AcApRotateCmd.js.map +1 -0
  248. package/lib/command/modify/index.d.ts +6 -0
  249. package/lib/command/modify/index.d.ts.map +1 -0
  250. package/lib/command/modify/index.js +6 -0
  251. package/lib/command/modify/index.js.map +1 -0
  252. package/lib/command/{AcApBaseRevCmd.d.ts → review/AcApBaseRevCmd.d.ts} +2 -2
  253. package/lib/command/review/AcApBaseRevCmd.d.ts.map +1 -0
  254. package/lib/command/{AcApBaseRevCmd.js → review/AcApBaseRevCmd.js} +2 -2
  255. package/lib/command/review/AcApBaseRevCmd.js.map +1 -0
  256. package/lib/command/{AcApRevCircleCmd.d.ts → review/AcApRevCircleCmd.d.ts} +1 -1
  257. package/lib/command/review/AcApRevCircleCmd.d.ts.map +1 -0
  258. package/lib/command/{AcApRevCircleCmd.js → review/AcApRevCircleCmd.js} +8 -5
  259. package/lib/command/review/AcApRevCircleCmd.js.map +1 -0
  260. package/lib/command/{AcApRevCloudCmd.d.ts → review/AcApRevCloudCmd.d.ts} +2 -2
  261. package/lib/command/review/AcApRevCloudCmd.d.ts.map +1 -0
  262. package/lib/command/{AcApRevCloudCmd.js → review/AcApRevCloudCmd.js} +3 -3
  263. package/lib/command/review/AcApRevCloudCmd.js.map +1 -0
  264. package/lib/command/{AcApRevRectCmd.d.ts → review/AcApRevRectCmd.d.ts} +1 -1
  265. package/lib/command/review/AcApRevRectCmd.d.ts.map +1 -0
  266. package/lib/command/{AcApRevRectCmd.js → review/AcApRevRectCmd.js} +3 -3
  267. package/lib/command/review/AcApRevRectCmd.js.map +1 -0
  268. package/lib/command/{AcApRevVisibilityCmd.d.ts → review/AcApRevVisibilityCmd.d.ts} +1 -1
  269. package/lib/command/review/AcApRevVisibilityCmd.d.ts.map +1 -0
  270. package/lib/command/{AcApRevVisibilityCmd.js → review/AcApRevVisibilityCmd.js} +2 -2
  271. package/lib/command/review/AcApRevVisibilityCmd.js.map +1 -0
  272. package/lib/command/{AcApSketchCmd.d.ts → review/AcApSketchCmd.d.ts} +2 -2
  273. package/lib/command/review/AcApSketchCmd.d.ts.map +1 -0
  274. package/lib/command/{AcApSketchCmd.js → review/AcApSketchCmd.js} +3 -3
  275. package/lib/command/review/AcApSketchCmd.js.map +1 -0
  276. package/lib/command/review/index.d.ts +7 -0
  277. package/lib/command/review/index.d.ts.map +1 -0
  278. package/lib/command/review/index.js +7 -0
  279. package/lib/command/review/index.js.map +1 -0
  280. package/lib/editor/global/eventBus.d.ts +4 -6
  281. package/lib/editor/global/eventBus.d.ts.map +1 -1
  282. package/lib/editor/global/eventBus.js.map +1 -1
  283. package/lib/editor/input/AcEdSelectionFilter.js +7 -6
  284. package/lib/editor/input/AcEdSelectionFilter.js.map +1 -1
  285. package/lib/editor/input/AcEditor.d.ts +17 -0
  286. package/lib/editor/input/AcEditor.d.ts.map +1 -1
  287. package/lib/editor/input/AcEditor.js +23 -0
  288. package/lib/editor/input/AcEditor.js.map +1 -1
  289. package/lib/editor/input/prompt/AcEdPromptBoxOptions.d.ts +6 -0
  290. package/lib/editor/input/prompt/AcEdPromptBoxOptions.d.ts.map +1 -1
  291. package/lib/editor/input/prompt/AcEdPromptBoxOptions.js +16 -0
  292. package/lib/editor/input/prompt/AcEdPromptBoxOptions.js.map +1 -1
  293. package/lib/editor/input/prompt/AcEdPromptDistanceOptions.d.ts.map +1 -1
  294. package/lib/editor/input/prompt/AcEdPromptDistanceOptions.js +1 -1
  295. package/lib/editor/input/prompt/AcEdPromptDistanceOptions.js.map +1 -1
  296. package/lib/editor/input/prompt/AcEdPromptPointOptions.d.ts +6 -0
  297. package/lib/editor/input/prompt/AcEdPromptPointOptions.d.ts.map +1 -1
  298. package/lib/editor/input/prompt/AcEdPromptPointOptions.js +16 -0
  299. package/lib/editor/input/prompt/AcEdPromptPointOptions.js.map +1 -1
  300. package/lib/editor/input/ui/AcEdCommandLine.d.ts +25 -23
  301. package/lib/editor/input/ui/AcEdCommandLine.d.ts.map +1 -1
  302. package/lib/editor/input/ui/AcEdCommandLine.js +101 -43
  303. package/lib/editor/input/ui/AcEdCommandLine.js.map +1 -1
  304. package/lib/editor/input/ui/AcEdFloatingInput.d.ts +9 -0
  305. package/lib/editor/input/ui/AcEdFloatingInput.d.ts.map +1 -1
  306. package/lib/editor/input/ui/AcEdFloatingInput.js +25 -5
  307. package/lib/editor/input/ui/AcEdFloatingInput.js.map +1 -1
  308. package/lib/editor/input/ui/AcEdInputManager.d.ts +46 -6
  309. package/lib/editor/input/ui/AcEdInputManager.d.ts.map +1 -1
  310. package/lib/editor/input/ui/AcEdInputManager.js +153 -43
  311. package/lib/editor/input/ui/AcEdInputManager.js.map +1 -1
  312. package/lib/editor/input/ui/AcEdMTextEditor.d.ts +67 -2
  313. package/lib/editor/input/ui/AcEdMTextEditor.d.ts.map +1 -1
  314. package/lib/editor/input/ui/AcEdMTextEditor.js +210 -19
  315. package/lib/editor/input/ui/AcEdMTextEditor.js.map +1 -1
  316. package/lib/editor/input/ui/AcEdMessageType.d.ts +10 -0
  317. package/lib/editor/input/ui/AcEdMessageType.d.ts.map +1 -0
  318. package/lib/editor/input/ui/AcEdMessageType.js +2 -0
  319. package/lib/editor/input/ui/AcEdMessageType.js.map +1 -0
  320. package/lib/editor/input/ui/AcEdRubberBand.d.ts.map +1 -1
  321. package/lib/editor/input/ui/AcEdRubberBand.js +16 -8
  322. package/lib/editor/input/ui/AcEdRubberBand.js.map +1 -1
  323. package/lib/editor/input/ui/index.d.ts +1 -0
  324. package/lib/editor/input/ui/index.d.ts.map +1 -1
  325. package/lib/editor/input/ui/index.js +1 -0
  326. package/lib/editor/input/ui/index.js.map +1 -1
  327. package/lib/editor/view/AcEdBaseView.d.ts +3 -8
  328. package/lib/editor/view/AcEdBaseView.d.ts.map +1 -1
  329. package/lib/editor/view/AcEdBaseView.js +3 -5
  330. package/lib/editor/view/AcEdBaseView.js.map +1 -1
  331. package/lib/editor/view/AcEdHoverController.d.ts +2 -3
  332. package/lib/editor/view/AcEdHoverController.d.ts.map +1 -1
  333. package/lib/editor/view/AcEdHoverController.js +7 -0
  334. package/lib/editor/view/AcEdHoverController.js.map +1 -1
  335. package/lib/editor/view/AcEdSelectionAction.d.ts +108 -0
  336. package/lib/editor/view/AcEdSelectionAction.d.ts.map +1 -0
  337. package/lib/editor/view/AcEdSelectionAction.js +74 -0
  338. package/lib/editor/view/AcEdSelectionAction.js.map +1 -0
  339. package/lib/editor/view/index.d.ts +1 -0
  340. package/lib/editor/view/index.d.ts.map +1 -1
  341. package/lib/editor/view/index.js +1 -0
  342. package/lib/editor/view/index.js.map +1 -1
  343. package/lib/i18n/en/command.d.ts +187 -13
  344. package/lib/i18n/en/command.d.ts.map +1 -1
  345. package/lib/i18n/en/command.js +195 -21
  346. package/lib/i18n/en/command.js.map +1 -1
  347. package/lib/i18n/en/jig.d.ts +579 -212
  348. package/lib/i18n/en/jig.d.ts.map +1 -1
  349. package/lib/i18n/en/jig.js +669 -302
  350. package/lib/i18n/en/jig.js.map +1 -1
  351. package/lib/i18n/zh/command.d.ts +187 -13
  352. package/lib/i18n/zh/command.d.ts.map +1 -1
  353. package/lib/i18n/zh/command.js +196 -22
  354. package/lib/i18n/zh/command.js.map +1 -1
  355. package/lib/i18n/zh/jig.d.ts +579 -212
  356. package/lib/i18n/zh/jig.d.ts.map +1 -1
  357. package/lib/i18n/zh/jig.js +668 -301
  358. package/lib/i18n/zh/jig.js.map +1 -1
  359. package/lib/index.d.ts +2 -1
  360. package/lib/index.d.ts.map +1 -1
  361. package/lib/index.js +2 -1
  362. package/lib/index.js.map +1 -1
  363. package/lib/spatialIndex/AcTrHierarchicalSpatialIndex.d.ts +136 -2
  364. package/lib/spatialIndex/AcTrHierarchicalSpatialIndex.d.ts.map +1 -1
  365. package/lib/spatialIndex/AcTrHierarchicalSpatialIndex.js +154 -16
  366. package/lib/spatialIndex/AcTrHierarchicalSpatialIndex.js.map +1 -1
  367. package/lib/util/AcApFontUtil.d.ts +69 -0
  368. package/lib/util/AcApFontUtil.d.ts.map +1 -0
  369. package/lib/util/AcApFontUtil.js +161 -0
  370. package/lib/util/AcApFontUtil.js.map +1 -0
  371. package/lib/util/index.d.ts +2 -0
  372. package/lib/util/index.d.ts.map +1 -1
  373. package/lib/util/index.js +2 -0
  374. package/lib/util/index.js.map +1 -1
  375. package/lib/util/yieldToMain.d.ts +5 -0
  376. package/lib/util/yieldToMain.d.ts.map +1 -0
  377. package/lib/util/yieldToMain.js +11 -0
  378. package/lib/util/yieldToMain.js.map +1 -0
  379. package/lib/view/AcTrLayout.d.ts +17 -0
  380. package/lib/view/AcTrLayout.d.ts.map +1 -1
  381. package/lib/view/AcTrLayout.js +34 -2
  382. package/lib/view/AcTrLayout.js.map +1 -1
  383. package/lib/view/AcTrLayoutView.d.ts +12 -0
  384. package/lib/view/AcTrLayoutView.d.ts.map +1 -1
  385. package/lib/view/AcTrLayoutView.js +18 -0
  386. package/lib/view/AcTrLayoutView.js.map +1 -1
  387. package/lib/view/AcTrPickResultUtil.d.ts +4 -0
  388. package/lib/view/AcTrPickResultUtil.d.ts.map +1 -0
  389. package/lib/view/AcTrPickResultUtil.js +54 -0
  390. package/lib/view/AcTrPickResultUtil.js.map +1 -0
  391. package/lib/view/AcTrScene.d.ts +38 -6
  392. package/lib/view/AcTrScene.d.ts.map +1 -1
  393. package/lib/view/AcTrScene.js +57 -30
  394. package/lib/view/AcTrScene.js.map +1 -1
  395. package/lib/view/AcTrView2d.d.ts +191 -0
  396. package/lib/view/AcTrView2d.d.ts.map +1 -1
  397. package/lib/view/AcTrView2d.js +795 -137
  398. package/lib/view/AcTrView2d.js.map +1 -1
  399. package/package.json +14 -8
  400. package/lib/command/AcApArcCmd.d.ts +0 -140
  401. package/lib/command/AcApArcCmd.d.ts.map +0 -1
  402. package/lib/command/AcApArcCmd.js.map +0 -1
  403. package/lib/command/AcApBaseRevCmd.d.ts.map +0 -1
  404. package/lib/command/AcApBaseRevCmd.js.map +0 -1
  405. package/lib/command/AcApCircleCmd.d.ts.map +0 -1
  406. package/lib/command/AcApCircleCmd.js.map +0 -1
  407. package/lib/command/AcApClearMeasurementsCmd.d.ts +0 -13
  408. package/lib/command/AcApClearMeasurementsCmd.d.ts.map +0 -1
  409. package/lib/command/AcApClearMeasurementsCmd.js.map +0 -1
  410. package/lib/command/AcApConvertToDxfCmd.d.ts.map +0 -1
  411. package/lib/command/AcApConvertToDxfCmd.js.map +0 -1
  412. package/lib/command/AcApConvertToPngCmd.d.ts.map +0 -1
  413. package/lib/command/AcApConvertToPngCmd.js.map +0 -1
  414. package/lib/command/AcApConvertToSvgCmd.d.ts.map +0 -1
  415. package/lib/command/AcApConvertToSvgCmd.js.map +0 -1
  416. package/lib/command/AcApDimLinearCmd.d.ts.map +0 -1
  417. package/lib/command/AcApDimLinearCmd.js.map +0 -1
  418. package/lib/command/AcApDxfConvertor.d.ts.map +0 -1
  419. package/lib/command/AcApDxfConvertor.js.map +0 -1
  420. package/lib/command/AcApEllipseCmd.d.ts.map +0 -1
  421. package/lib/command/AcApEllipseCmd.js.map +0 -1
  422. package/lib/command/AcApEraseCmd.d.ts.map +0 -1
  423. package/lib/command/AcApEraseCmd.js.map +0 -1
  424. package/lib/command/AcApHatchCmd.d.ts.map +0 -1
  425. package/lib/command/AcApHatchCmd.js.map +0 -1
  426. package/lib/command/AcApLayerCmd.d.ts.map +0 -1
  427. package/lib/command/AcApLayerCmd.js.map +0 -1
  428. package/lib/command/AcApLineCmd.d.ts.map +0 -1
  429. package/lib/command/AcApLineCmd.js.map +0 -1
  430. package/lib/command/AcApMTextCmd.d.ts.map +0 -1
  431. package/lib/command/AcApMTextCmd.js.map +0 -1
  432. package/lib/command/AcApMeasureAngleCmd.d.ts.map +0 -1
  433. package/lib/command/AcApMeasureAngleCmd.js.map +0 -1
  434. package/lib/command/AcApMeasureArcCmd.d.ts.map +0 -1
  435. package/lib/command/AcApMeasureArcCmd.js.map +0 -1
  436. package/lib/command/AcApMeasureAreaCmd.d.ts.map +0 -1
  437. package/lib/command/AcApMeasureAreaCmd.js.map +0 -1
  438. package/lib/command/AcApMeasureDistanceCmd.d.ts.map +0 -1
  439. package/lib/command/AcApMeasureDistanceCmd.js.map +0 -1
  440. package/lib/command/AcApMoveCmd.d.ts.map +0 -1
  441. package/lib/command/AcApMoveCmd.js.map +0 -1
  442. package/lib/command/AcApPngConvertor.d.ts.map +0 -1
  443. package/lib/command/AcApPngConvertor.js.map +0 -1
  444. package/lib/command/AcApPolygonCmd.d.ts.map +0 -1
  445. package/lib/command/AcApPolygonCmd.js.map +0 -1
  446. package/lib/command/AcApPolylineCmd.d.ts.map +0 -1
  447. package/lib/command/AcApPolylineCmd.js.map +0 -1
  448. package/lib/command/AcApRectCmd.d.ts.map +0 -1
  449. package/lib/command/AcApRectCmd.js.map +0 -1
  450. package/lib/command/AcApRevCircleCmd.d.ts.map +0 -1
  451. package/lib/command/AcApRevCircleCmd.js.map +0 -1
  452. package/lib/command/AcApRevCloudCmd.d.ts.map +0 -1
  453. package/lib/command/AcApRevCloudCmd.js.map +0 -1
  454. package/lib/command/AcApRevRectCmd.d.ts.map +0 -1
  455. package/lib/command/AcApRevRectCmd.js.map +0 -1
  456. package/lib/command/AcApRevVisibilityCmd.d.ts.map +0 -1
  457. package/lib/command/AcApRevVisibilityCmd.js.map +0 -1
  458. package/lib/command/AcApSketchCmd.d.ts.map +0 -1
  459. package/lib/command/AcApSketchCmd.js.map +0 -1
  460. package/lib/command/AcApSplineCmd.d.ts.map +0 -1
  461. package/lib/command/AcApSplineCmd.js.map +0 -1
  462. package/lib/command/AcApSvgConvertor.d.ts.map +0 -1
  463. package/lib/command/AcApSvgConvertor.js.map +0 -1
  464. /package/lib/command/{AcApDxfConvertor.d.ts → convert/AcApDxfConvertor.d.ts} +0 -0
  465. /package/lib/command/{AcApSvgConvertor.d.ts → convert/AcApSvgConvertor.d.ts} +0 -0
@@ -1,40 +1,81 @@
1
1
  declare const _default: {
2
2
  ACAD: {
3
- pngout: {
4
- boundsFirstCorner: string;
5
- boundsSecondCorner: string;
6
- longSidePrompt: string;
3
+ '-hatch': {
4
+ description: string;
5
+ };
6
+ '-layer': {
7
+ description: string;
8
+ };
9
+ angbase: {
10
+ description: string;
11
+ };
12
+ angdir: {
13
+ description: string;
7
14
  };
8
15
  arc: {
9
16
  description: string;
10
17
  };
18
+ aunits: {
19
+ description: string;
20
+ };
21
+ auprec: {
22
+ description: string;
23
+ };
24
+ cdxf: {
25
+ description: string;
26
+ };
11
27
  cecolor: {
12
28
  description: string;
13
29
  };
14
30
  celtscale: {
15
31
  description: string;
16
32
  };
33
+ celtype: {
34
+ description: string;
35
+ };
17
36
  celweight: {
18
37
  description: string;
19
38
  };
20
- clayer: {
39
+ cetranparency: {
21
40
  description: string;
22
41
  };
23
42
  circle: {
24
43
  description: string;
25
44
  };
45
+ clayer: {
46
+ description: string;
47
+ };
48
+ cmleaderstyle: {
49
+ description: string;
50
+ };
51
+ cmlscale: {
52
+ description: string;
53
+ };
54
+ cmlstyle: {
55
+ description: string;
56
+ };
26
57
  colortheme: {
27
58
  description: string;
28
59
  };
29
- cdxf: {
60
+ copy: {
30
61
  description: string;
62
+ prompt: string;
31
63
  };
32
64
  csvg: {
33
65
  description: string;
34
66
  };
67
+ chtml: {
68
+ description: string;
69
+ };
35
70
  dimlinear: {
36
71
  description: string;
37
72
  };
73
+ dynmode: {
74
+ description: string;
75
+ };
76
+ dynprompt: {
77
+ description: string;
78
+ };
38
79
  ellipse: {
39
80
  description: string;
40
81
  };
@@ -45,47 +86,161 @@ declare const _default: {
45
86
  hatch: {
46
87
  description: string;
47
88
  };
48
- '-layer': {
89
+ hpang: {
90
+ description: string;
91
+ };
92
+ hpassoc: {
93
+ description: string;
94
+ };
95
+ hpbackgroundcolor: {
96
+ description: string;
97
+ };
98
+ hpcolor: {
99
+ description: string;
100
+ };
101
+ hpdouble: {
102
+ description: string;
103
+ };
104
+ hpislanddetection: {
105
+ description: string;
106
+ };
107
+ hplayer: {
108
+ description: string;
109
+ };
110
+ hpname: {
111
+ description: string;
112
+ };
113
+ hpscale: {
114
+ description: string;
115
+ };
116
+ hpseparate: {
117
+ description: string;
118
+ };
119
+ hptransparency: {
120
+ description: string;
121
+ };
122
+ insunits: {
123
+ description: string;
124
+ };
125
+ laycur: {
126
+ description: string;
127
+ prompt: string;
128
+ };
129
+ laydel: {
130
+ description: string;
131
+ };
132
+ layerclose: {
133
+ description: string;
134
+ };
135
+ layerp: {
136
+ description: string;
137
+ };
138
+ layfrz: {
139
+ description: string;
140
+ prompt: string;
141
+ };
142
+ layiso: {
143
+ description: string;
144
+ prompt: string;
145
+ };
146
+ laylck: {
147
+ description: string;
148
+ prompt: string;
149
+ };
150
+ layoff: {
151
+ description: string;
152
+ prompt: string;
153
+ };
154
+ layon: {
155
+ description: string;
156
+ };
157
+ laythw: {
158
+ description: string;
159
+ };
160
+ layulk: {
161
+ description: string;
162
+ prompt: string;
163
+ };
164
+ layuniso: {
49
165
  description: string;
50
166
  };
51
167
  line: {
52
168
  description: string;
53
169
  };
170
+ log: {
171
+ description: string;
172
+ };
173
+ lunits: {
174
+ description: string;
175
+ };
176
+ luprec: {
177
+ description: string;
178
+ };
54
179
  lwdisplay: {
55
180
  description: string;
56
181
  };
57
- pline: {
182
+ measurearea: {
58
183
  description: string;
59
184
  };
60
- polygon: {
185
+ measureangle: {
61
186
  description: string;
62
187
  };
63
- spline: {
188
+ measurearc: {
64
189
  description: string;
65
190
  };
66
- mtext: {
191
+ measuredistance: {
192
+ description: string;
193
+ };
194
+ measurement: {
195
+ description: string;
196
+ };
197
+ measurementcolor: {
198
+ description: string;
199
+ };
200
+ mline: {
67
201
  description: string;
68
202
  };
69
203
  move: {
70
204
  description: string;
71
205
  prompt: string;
72
206
  };
73
- log: {
207
+ offset: {
208
+ description: string;
209
+ };
210
+ mtext: {
74
211
  description: string;
75
212
  };
76
213
  open: {
77
214
  description: string;
78
215
  };
216
+ osmode: {
217
+ description: string;
218
+ };
79
219
  pan: {
80
220
  description: string;
81
221
  };
82
222
  pickbox: {
83
223
  description: string;
84
224
  };
225
+ pline: {
226
+ description: string;
227
+ };
228
+ pngout: {
229
+ description: string;
230
+ };
231
+ point: {
232
+ description: string;
233
+ };
234
+ polygon: {
235
+ description: string;
236
+ };
85
237
  qnew: {
86
238
  description: string;
87
239
  };
88
- rectangle: {
240
+ ray: {
241
+ description: string;
242
+ };
243
+ rectang: {
89
244
  description: string;
90
245
  };
91
246
  regen: {
@@ -94,15 +249,34 @@ declare const _default: {
94
249
  revcloud: {
95
250
  description: string;
96
251
  };
252
+ rotate: {
253
+ description: string;
254
+ prompt: string;
255
+ };
97
256
  select: {
98
257
  description: string;
99
258
  };
259
+ shortcutmenu: {
260
+ description: string;
261
+ };
100
262
  sketch: {
101
263
  description: string;
102
264
  };
265
+ spline: {
266
+ description: string;
267
+ };
268
+ textstyle: {
269
+ description: string;
270
+ };
271
+ unitmode: {
272
+ description: string;
273
+ };
103
274
  whitebkcolor: {
104
275
  description: string;
105
276
  };
277
+ xline: {
278
+ description: string;
279
+ };
106
280
  zoom: {
107
281
  description: string;
108
282
  };
@@ -1 +1 @@
1
- {"version":3,"file":"command.d.ts","sourceRoot":"","sources":["../../../src/i18n/en/command.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAuHC"}
1
+ {"version":3,"file":"command.d.ts","sourceRoot":"","sources":["../../../src/i18n/en/command.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBA2TC"}
@@ -1,40 +1,81 @@
1
1
  export default {
2
2
  ACAD: {
3
- pngout: {
4
- boundsFirstCorner: 'Specify first corner of bounds',
5
- boundsSecondCorner: 'Specify opposite corner',
6
- longSidePrompt: 'Enter long side size in pixels'
3
+ '-hatch': {
4
+ description: 'Creates hatch fills through command-line options without the ribbon UI'
5
+ },
6
+ '-layer': {
7
+ description: 'Manages layers through command-line options'
8
+ },
9
+ angbase: {
10
+ description: 'Sets the base angle 0 direction with respect to the current UCS'
11
+ },
12
+ angdir: {
13
+ description: 'Sets whether positive angles are measured clockwise or counterclockwise'
7
14
  },
8
15
  arc: {
9
16
  description: 'Creates an arc'
10
17
  },
18
+ aunits: {
19
+ description: 'Sets the display format for angles'
20
+ },
21
+ auprec: {
22
+ description: 'Sets the display precision for angles, used together with AUNITS'
23
+ },
24
+ cdxf: {
25
+ description: 'Exports current drawing to DXF'
26
+ },
11
27
  cecolor: {
12
28
  description: 'Sets the current default color for newly created objects'
13
29
  },
14
30
  celtscale: {
15
31
  description: 'Controls the linetype scale factor for newly created objects'
16
32
  },
33
+ celtype: {
34
+ description: 'Sets the linetype for newly created objects'
35
+ },
17
36
  celweight: {
18
37
  description: 'Sets the default lineweight for newly created objects'
19
38
  },
20
- clayer: {
21
- description: 'Sets the current layer for new objects and editing operations'
39
+ cetranparency: {
40
+ description: 'Sets the transparency for newly created objects'
22
41
  },
23
42
  circle: {
24
43
  description: 'Creates one circle by center and radius'
25
44
  },
45
+ clayer: {
46
+ description: 'Sets the current layer for new objects and editing operations'
47
+ },
48
+ cmleaderstyle: {
49
+ description: 'Sets the name of the current multileader style'
50
+ },
51
+ cmlscale: {
52
+ description: 'Controls the overall width of a multiline'
53
+ },
54
+ cmlstyle: {
55
+ description: 'Sets the name of the current multiline style'
56
+ },
26
57
  colortheme: {
27
58
  description: 'Controls the color theme of the user interface (dark or light)'
28
59
  },
29
- cdxf: {
30
- description: 'Exports current drawing to DXF'
60
+ copy: {
61
+ description: 'Copies selected entities by cloning them to new positions',
62
+ prompt: 'Select entities'
31
63
  },
32
64
  csvg: {
33
65
  description: 'Converts current drawing to SVG'
34
66
  },
67
+ chtml: {
68
+ description: 'Exports current drawing to a standalone offline HTML file'
69
+ },
35
70
  dimlinear: {
36
71
  description: 'Creates linear dimensions'
37
72
  },
73
+ dynmode: {
74
+ description: 'Controls Dynamic Input settings at the cursor'
75
+ },
76
+ dynprompt: {
77
+ description: 'Controls display of prompts in Dynamic Input tooltips'
78
+ },
38
79
  ellipse: {
39
80
  description: 'Creates an ellipse or elliptical arc by axis endpoints or center'
40
81
  },
@@ -45,47 +86,161 @@ export default {
45
86
  hatch: {
46
87
  description: 'Fills an enclosed area or selected objects with a hatch pattern'
47
88
  },
48
- '-layer': {
49
- description: 'Manages layers through command-line options'
89
+ hpang: {
90
+ description: 'Sets the default angle, in radians, for newly created hatch patterns'
91
+ },
92
+ hpassoc: {
93
+ description: 'Controls whether newly created hatches are associative'
94
+ },
95
+ hpbackgroundcolor: {
96
+ description: 'Sets the default background color for newly created hatch patterns'
97
+ },
98
+ hpcolor: {
99
+ description: 'Sets the default color for newly created hatches'
100
+ },
101
+ hpdouble: {
102
+ description: 'Controls whether user-defined hatch patterns are doubled'
103
+ },
104
+ hpislanddetection: {
105
+ description: 'Controls how islands within newly created hatch boundaries are treated'
106
+ },
107
+ hplayer: {
108
+ description: 'Sets the default layer for newly created hatches and fills'
109
+ },
110
+ hpname: {
111
+ description: 'Sets the default pattern name for newly created hatches in this session'
112
+ },
113
+ hpscale: {
114
+ description: 'Sets the default scale factor for newly created hatch patterns'
115
+ },
116
+ hpseparate: {
117
+ description: 'Controls whether one or separate hatch objects are created for multiple boundaries'
118
+ },
119
+ hptransparency: {
120
+ description: 'Sets the default transparency for newly created hatches and fills'
121
+ },
122
+ insunits: {
123
+ description: 'Specifies drawing units for automatic scaling of inserted blocks, images, or xrefs'
124
+ },
125
+ laycur: {
126
+ description: 'Changes the layer property of selected objects to the current layer',
127
+ prompt: 'Select objects to be changed to the current layer'
128
+ },
129
+ laydel: {
130
+ description: 'Deletes a layer and all objects on that layer'
131
+ },
132
+ layerclose: {
133
+ description: 'Closes the Layer Properties Manager'
134
+ },
135
+ layerp: {
136
+ description: 'Undoes the last change or set of changes made to layer settings'
137
+ },
138
+ layfrz: {
139
+ description: 'Freezes the layer of selected objects',
140
+ prompt: 'Select object on layer to freeze'
141
+ },
142
+ layiso: {
143
+ description: 'Isolates the layers of selected objects',
144
+ prompt: 'Select objects on layers to isolate'
145
+ },
146
+ laylck: {
147
+ description: 'Locks the layer of selected objects',
148
+ prompt: 'Select object on layer to lock'
149
+ },
150
+ layoff: {
151
+ description: 'Turns off the layer of selected objects',
152
+ prompt: 'Select object on layer to turn off'
153
+ },
154
+ layon: {
155
+ description: 'Turns on all layers in the drawing'
156
+ },
157
+ laythw: {
158
+ description: 'Thaws all frozen layers in the drawing'
159
+ },
160
+ layulk: {
161
+ description: 'Unlocks the layer of selected objects',
162
+ prompt: 'Select object on layer to unlock'
163
+ },
164
+ layuniso: {
165
+ description: 'Restores layers hidden or locked by LAYISO'
50
166
  },
51
167
  line: {
52
168
  description: 'Draws straight line segments between points'
53
169
  },
170
+ log: {
171
+ description: 'Logs debug information in console'
172
+ },
173
+ lunits: {
174
+ description: 'Sets the display format for coordinates and distances'
175
+ },
176
+ luprec: {
177
+ description: 'Sets the display precision for linear units, used together with LUNITS'
178
+ },
54
179
  lwdisplay: {
55
180
  description: 'Controls whether lineweights are displayed in the drawing'
56
181
  },
57
- pline: {
58
- description: 'Creates a polyline by specifying multiple points'
182
+ measurearea: {
183
+ description: 'Calculates the area and perimeter of selected objects or points'
59
184
  },
60
- polygon: {
61
- description: 'Creates a regular polygon by center/radius or by one polygon edge'
185
+ measureangle: {
186
+ description: 'Measures the angle between two lines or three points'
62
187
  },
63
- spline: {
64
- description: 'Creates a smooth spline curve by specifying control points'
188
+ measurearc: {
189
+ description: 'Measures the length of an arc segment'
65
190
  },
66
- mtext: {
67
- description: 'Creates one mtext entity'
191
+ measuredistance: {
192
+ description: 'Measures the distance and delta values between two points'
193
+ },
194
+ measurement: {
195
+ description: 'Sets whether the drawing uses English (imperial) or metric units'
196
+ },
197
+ measurementcolor: {
198
+ description: 'Sets the color used for measurement overlays'
199
+ },
200
+ mline: {
201
+ description: 'Creates multiple parallel lines as one multiline object'
68
202
  },
69
203
  move: {
70
204
  description: 'Moves selected entities by a displacement vector',
71
205
  prompt: 'Select entities'
72
206
  },
73
- log: {
74
- description: 'Logs debug information in console'
207
+ offset: {
208
+ description: 'Creates parallel curves, polylines, or circles at a specified distance'
209
+ },
210
+ mtext: {
211
+ description: 'Creates one mtext entity'
75
212
  },
76
213
  open: {
77
214
  description: 'Opens an existing drawing file'
78
215
  },
216
+ osmode: {
217
+ description: 'Sets running Object Snap modes using a bitcode value'
218
+ },
79
219
  pan: {
80
220
  description: 'Shifts the view without changing the viewing direction or magnification'
81
221
  },
82
222
  pickbox: {
83
223
  description: 'Sets the size (in pixels) of the selection box used to pick objects'
84
224
  },
225
+ pline: {
226
+ description: 'Creates a polyline by specifying multiple points'
227
+ },
228
+ pngout: {
229
+ description: 'Exports to PNG'
230
+ },
231
+ point: {
232
+ description: 'Creates points'
233
+ },
234
+ polygon: {
235
+ description: 'Creates a regular polygon by center/radius or by one polygon edge'
236
+ },
85
237
  qnew: {
86
238
  description: 'Starts a new drawing'
87
239
  },
88
- rectangle: {
240
+ ray: {
241
+ description: 'Creates a ray that starts at a point and extends to infinity'
242
+ },
243
+ rectang: {
89
244
  description: 'Creates a rectangle by specifying two opposite corners'
90
245
  },
91
246
  regen: {
@@ -94,15 +249,34 @@ export default {
94
249
  revcloud: {
95
250
  description: 'Creates a revision cloud (cloud line) in rectangular shape'
96
251
  },
252
+ rotate: {
253
+ description: 'Rotates selected entities around a base point',
254
+ prompt: 'Select entities'
255
+ },
97
256
  select: {
98
257
  description: 'Selects entities'
99
258
  },
259
+ shortcutmenu: {
260
+ description: 'Controls the availability of shortcut menus in the drawing area'
261
+ },
100
262
  sketch: {
101
263
  description: 'Creates a sketch line using polyline that tracks mouse movement'
102
264
  },
265
+ spline: {
266
+ description: 'Creates a smooth spline curve by specifying control points'
267
+ },
268
+ textstyle: {
269
+ description: 'Sets the name of the current text style'
270
+ },
271
+ unitmode: {
272
+ description: 'Controls fractional display of coordinates when LUNITS is Architectural or Fractional'
273
+ },
103
274
  whitebkcolor: {
104
275
  description: 'Toggles the drawing area background between white and black'
105
276
  },
277
+ xline: {
278
+ description: 'Creates a construction line that extends infinitely in both directions'
279
+ },
106
280
  zoom: {
107
281
  description: 'Zooms to display the maximum extents of all entities'
108
282
  }
@@ -1 +1 @@
1
- {"version":3,"file":"command.js","sourceRoot":"","sources":["../../../src/i18n/en/command.ts"],"names":[],"mappings":"AAAA,eAAe;IACb,IAAI,EAAE;QACJ,MAAM,EAAE;YACN,iBAAiB,EAAE,gCAAgC;YACnD,kBAAkB,EAAE,yBAAyB;YAC7C,cAAc,EAAE,gCAAgC;SACjD;QACD,GAAG,EAAE;YACH,WAAW,EAAE,gBAAgB;SAC9B;QACD,OAAO,EAAE;YACP,WAAW,EAAE,0DAA0D;SACxE;QACD,SAAS,EAAE;YACT,WAAW,EACT,8DAA8D;SACjE;QACD,SAAS,EAAE;YACT,WAAW,EAAE,uDAAuD;SACrE;QACD,MAAM,EAAE;YACN,WAAW,EACT,+DAA+D;SAClE;QACD,MAAM,EAAE;YACN,WAAW,EAAE,yCAAyC;SACvD;QACD,UAAU,EAAE;YACV,WAAW,EACT,gEAAgE;SACnE;QACD,IAAI,EAAE;YACJ,WAAW,EAAE,gCAAgC;SAC9C;QACD,IAAI,EAAE;YACJ,WAAW,EAAE,iCAAiC;SAC/C;QACD,SAAS,EAAE;YACT,WAAW,EAAE,2BAA2B;SACzC;QACD,OAAO,EAAE;YACP,WAAW,EACT,kEAAkE;SACrE;QACD,KAAK,EAAE;YACL,WAAW,EAAE,4CAA4C;YACzD,MAAM,EAAE,iBAAiB;SAC1B;QACD,KAAK,EAAE;YACL,WAAW,EACT,iEAAiE;SACpE;QACD,QAAQ,EAAE;YACR,WAAW,EAAE,6CAA6C;SAC3D;QACD,IAAI,EAAE;YACJ,WAAW,EAAE,6CAA6C;SAC3D;QACD,SAAS,EAAE;YACT,WAAW,EAAE,2DAA2D;SACzE;QACD,KAAK,EAAE;YACL,WAAW,EAAE,kDAAkD;SAChE;QACD,OAAO,EAAE;YACP,WAAW,EACT,mEAAmE;SACtE;QACD,MAAM,EAAE;YACN,WAAW,EAAE,4DAA4D;SAC1E;QACD,KAAK,EAAE;YACL,WAAW,EAAE,0BAA0B;SACxC;QACD,IAAI,EAAE;YACJ,WAAW,EAAE,kDAAkD;YAC/D,MAAM,EAAE,iBAAiB;SAC1B;QACD,GAAG,EAAE;YACH,WAAW,EAAE,mCAAmC;SACjD;QACD,IAAI,EAAE;YACJ,WAAW,EAAE,gCAAgC;SAC9C;QACD,GAAG,EAAE;YACH,WAAW,EACT,yEAAyE;SAC5E;QACD,OAAO,EAAE;YACP,WAAW,EACT,qEAAqE;SACxE;QACD,IAAI,EAAE;YACJ,WAAW,EAAE,sBAAsB;SACpC;QACD,SAAS,EAAE;YACT,WAAW,EAAE,wDAAwD;SACtE;QACD,KAAK,EAAE;YACL,WAAW,EAAE,6BAA6B;SAC3C;QACD,QAAQ,EAAE;YACR,WAAW,EAAE,4DAA4D;SAC1E;QACD,MAAM,EAAE;YACN,WAAW,EAAE,kBAAkB;SAChC;QACD,MAAM,EAAE;YACN,WAAW,EACT,iEAAiE;SACpE;QACD,YAAY,EAAE;YACZ,WAAW,EAAE,6DAA6D;SAC3E;QACD,IAAI,EAAE;YACJ,WAAW,EAAE,sDAAsD;SACpE;KACF;IACD,IAAI,EAAE,EAAE;CACT,CAAA"}
1
+ {"version":3,"file":"command.js","sourceRoot":"","sources":["../../../src/i18n/en/command.ts"],"names":[],"mappings":"AAAA,eAAe;IACb,IAAI,EAAE;QACJ,QAAQ,EAAE;YACR,WAAW,EACT,wEAAwE;SAC3E;QACD,QAAQ,EAAE;YACR,WAAW,EAAE,6CAA6C;SAC3D;QACD,OAAO,EAAE;YACP,WAAW,EACT,iEAAiE;SACpE;QACD,MAAM,EAAE;YACN,WAAW,EACT,yEAAyE;SAC5E;QACD,GAAG,EAAE;YACH,WAAW,EAAE,gBAAgB;SAC9B;QACD,MAAM,EAAE;YACN,WAAW,EAAE,oCAAoC;SAClD;QACD,MAAM,EAAE;YACN,WAAW,EACT,kEAAkE;SACrE;QACD,IAAI,EAAE;YACJ,WAAW,EAAE,gCAAgC;SAC9C;QACD,OAAO,EAAE;YACP,WAAW,EAAE,0DAA0D;SACxE;QACD,SAAS,EAAE;YACT,WAAW,EACT,8DAA8D;SACjE;QACD,OAAO,EAAE;YACP,WAAW,EAAE,6CAA6C;SAC3D;QACD,SAAS,EAAE;YACT,WAAW,EAAE,uDAAuD;SACrE;QACD,aAAa,EAAE;YACb,WAAW,EAAE,iDAAiD;SAC/D;QACD,MAAM,EAAE;YACN,WAAW,EAAE,yCAAyC;SACvD;QACD,MAAM,EAAE;YACN,WAAW,EACT,+DAA+D;SAClE;QACD,aAAa,EAAE;YACb,WAAW,EAAE,gDAAgD;SAC9D;QACD,QAAQ,EAAE;YACR,WAAW,EAAE,2CAA2C;SACzD;QACD,QAAQ,EAAE;YACR,WAAW,EAAE,8CAA8C;SAC5D;QACD,UAAU,EAAE;YACV,WAAW,EACT,gEAAgE;SACnE;QACD,IAAI,EAAE;YACJ,WAAW,EAAE,2DAA2D;YACxE,MAAM,EAAE,iBAAiB;SAC1B;QACD,IAAI,EAAE;YACJ,WAAW,EAAE,iCAAiC;SAC/C;QACD,KAAK,EAAE;YACL,WAAW,EAAE,2DAA2D;SACzE;QACD,SAAS,EAAE;YACT,WAAW,EAAE,2BAA2B;SACzC;QACD,OAAO,EAAE;YACP,WAAW,EAAE,+CAA+C;SAC7D;QACD,SAAS,EAAE;YACT,WAAW,EAAE,uDAAuD;SACrE;QACD,OAAO,EAAE;YACP,WAAW,EACT,kEAAkE;SACrE;QACD,KAAK,EAAE;YACL,WAAW,EAAE,4CAA4C;YACzD,MAAM,EAAE,iBAAiB;SAC1B;QACD,KAAK,EAAE;YACL,WAAW,EACT,iEAAiE;SACpE;QACD,KAAK,EAAE;YACL,WAAW,EACT,sEAAsE;SACzE;QACD,OAAO,EAAE;YACP,WAAW,EAAE,wDAAwD;SACtE;QACD,iBAAiB,EAAE;YACjB,WAAW,EACT,oEAAoE;SACvE;QACD,OAAO,EAAE;YACP,WAAW,EAAE,kDAAkD;SAChE;QACD,QAAQ,EAAE;YACR,WAAW,EAAE,0DAA0D;SACxE;QACD,iBAAiB,EAAE;YACjB,WAAW,EACT,wEAAwE;SAC3E;QACD,OAAO,EAAE;YACP,WAAW,EAAE,4DAA4D;SAC1E;QACD,MAAM,EAAE;YACN,WAAW,EACT,yEAAyE;SAC5E;QACD,OAAO,EAAE;YACP,WAAW,EACT,gEAAgE;SACnE;QACD,UAAU,EAAE;YACV,WAAW,EACT,oFAAoF;SACvF;QACD,cAAc,EAAE;YACd,WAAW,EACT,mEAAmE;SACtE;QACD,QAAQ,EAAE;YACR,WAAW,EACT,oFAAoF;SACvF;QACD,MAAM,EAAE;YACN,WAAW,EACT,qEAAqE;YACvE,MAAM,EAAE,mDAAmD;SAC5D;QACD,MAAM,EAAE;YACN,WAAW,EAAE,+CAA+C;SAC7D;QACD,UAAU,EAAE;YACV,WAAW,EAAE,qCAAqC;SACnD;QACD,MAAM,EAAE;YACN,WAAW,EACT,iEAAiE;SACpE;QACD,MAAM,EAAE;YACN,WAAW,EAAE,uCAAuC;YACpD,MAAM,EAAE,kCAAkC;SAC3C;QACD,MAAM,EAAE;YACN,WAAW,EAAE,yCAAyC;YACtD,MAAM,EAAE,qCAAqC;SAC9C;QACD,MAAM,EAAE;YACN,WAAW,EAAE,qCAAqC;YAClD,MAAM,EAAE,gCAAgC;SACzC;QACD,MAAM,EAAE;YACN,WAAW,EAAE,yCAAyC;YACtD,MAAM,EAAE,oCAAoC;SAC7C;QACD,KAAK,EAAE;YACL,WAAW,EAAE,oCAAoC;SAClD;QACD,MAAM,EAAE;YACN,WAAW,EAAE,wCAAwC;SACtD;QACD,MAAM,EAAE;YACN,WAAW,EAAE,uCAAuC;YACpD,MAAM,EAAE,kCAAkC;SAC3C;QACD,QAAQ,EAAE;YACR,WAAW,EAAE,4CAA4C;SAC1D;QACD,IAAI,EAAE;YACJ,WAAW,EAAE,6CAA6C;SAC3D;QACD,GAAG,EAAE;YACH,WAAW,EAAE,mCAAmC;SACjD;QACD,MAAM,EAAE;YACN,WAAW,EAAE,uDAAuD;SACrE;QACD,MAAM,EAAE;YACN,WAAW,EACT,wEAAwE;SAC3E;QACD,SAAS,EAAE;YACT,WAAW,EAAE,2DAA2D;SACzE;QACD,WAAW,EAAE;YACX,WAAW,EACT,iEAAiE;SACpE;QACD,YAAY,EAAE;YACZ,WAAW,EAAE,sDAAsD;SACpE;QACD,UAAU,EAAE;YACV,WAAW,EAAE,uCAAuC;SACrD;QACD,eAAe,EAAE;YACf,WAAW,EAAE,2DAA2D;SACzE;QACD,WAAW,EAAE;YACX,WAAW,EACT,kEAAkE;SACrE;QACD,gBAAgB,EAAE;YAChB,WAAW,EAAE,8CAA8C;SAC5D;QACD,KAAK,EAAE;YACL,WAAW,EAAE,yDAAyD;SACvE;QACD,IAAI,EAAE;YACJ,WAAW,EAAE,kDAAkD;YAC/D,MAAM,EAAE,iBAAiB;SAC1B;QACD,MAAM,EAAE;YACN,WAAW,EACT,wEAAwE;SAC3E;QACD,KAAK,EAAE;YACL,WAAW,EAAE,0BAA0B;SACxC;QACD,IAAI,EAAE;YACJ,WAAW,EAAE,gCAAgC;SAC9C;QACD,MAAM,EAAE;YACN,WAAW,EAAE,sDAAsD;SACpE;QACD,GAAG,EAAE;YACH,WAAW,EACT,yEAAyE;SAC5E;QACD,OAAO,EAAE;YACP,WAAW,EACT,qEAAqE;SACxE;QACD,KAAK,EAAE;YACL,WAAW,EAAE,kDAAkD;SAChE;QACD,MAAM,EAAE;YACN,WAAW,EAAE,gBAAgB;SAC9B;QACD,KAAK,EAAE;YACL,WAAW,EAAE,gBAAgB;SAC9B;QACD,OAAO,EAAE;YACP,WAAW,EACT,mEAAmE;SACtE;QACD,IAAI,EAAE;YACJ,WAAW,EAAE,sBAAsB;SACpC;QACD,GAAG,EAAE;YACH,WAAW,EACT,8DAA8D;SACjE;QACD,OAAO,EAAE;YACP,WAAW,EAAE,wDAAwD;SACtE;QACD,KAAK,EAAE;YACL,WAAW,EAAE,6BAA6B;SAC3C;QACD,QAAQ,EAAE;YACR,WAAW,EAAE,4DAA4D;SAC1E;QACD,MAAM,EAAE;YACN,WAAW,EAAE,+CAA+C;YAC5D,MAAM,EAAE,iBAAiB;SAC1B;QACD,MAAM,EAAE;YACN,WAAW,EAAE,kBAAkB;SAChC;QACD,YAAY,EAAE;YACZ,WAAW,EACT,iEAAiE;SACpE;QACD,MAAM,EAAE;YACN,WAAW,EACT,iEAAiE;SACpE;QACD,MAAM,EAAE;YACN,WAAW,EAAE,4DAA4D;SAC1E;QACD,SAAS,EAAE;YACT,WAAW,EAAE,yCAAyC;SACvD;QACD,QAAQ,EAAE;YACR,WAAW,EACT,uFAAuF;SAC1F;QACD,YAAY,EAAE;YACZ,WAAW,EAAE,6DAA6D;SAC3E;QACD,KAAK,EAAE;YACL,WAAW,EACT,wEAAwE;SAC3E;QACD,IAAI,EAAE;YACJ,WAAW,EAAE,sDAAsD;SACpE;KACF;IACD,IAAI,EAAE,EAAE;CACT,CAAA"}