@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
@@ -2,6 +2,7 @@ declare const _default: {
2
2
  arc: {
3
3
  startPointOrCenter: string;
4
4
  secondPointOrOptions: string;
5
+ secondPoint: string;
5
6
  startPoint: string;
6
7
  centerPoint: string;
7
8
  endPoint: string;
@@ -81,152 +82,69 @@ declare const _default: {
81
82
  };
82
83
  };
83
84
  };
84
- ellipse: {
85
- axisEndpointOrOptions: string;
86
- arcAxisEndpointOrCenter: string;
87
- center: string;
88
- firstAxisEndpoint: string;
89
- secondAxisEndpoint: string;
90
- otherAxisOrRotation: string;
91
- rotationAngle: string;
92
- arcStartAngle: string;
93
- arcEndAngle: string;
85
+ copy: {
86
+ basePointOrOptions: string;
87
+ displacementOrArray: string;
88
+ secondPointOrArray: string;
89
+ modePrompt: string;
90
+ arrayItemCount: string;
91
+ arraySecondPointOrFit: string;
92
+ arrayFitSecondPoint: string;
94
93
  keywords: {
95
- arc: {
94
+ displacement: {
96
95
  display: string;
97
96
  local: string;
98
97
  global: string;
99
98
  };
100
- center: {
99
+ mode: {
101
100
  display: string;
102
101
  local: string;
103
102
  global: string;
104
103
  };
105
- rotation: {
104
+ multiple: {
106
105
  display: string;
107
106
  local: string;
108
107
  global: string;
109
108
  };
110
- };
111
- invalid: {
112
- axis: string;
113
- otherAxis: string;
114
- rotation: string;
115
- };
116
- };
117
- measureDistance: {
118
- firstPoint: string;
119
- secondPoint: string;
120
- };
121
- measureArea: {
122
- firstPoint: string;
123
- nextPoint: string;
124
- };
125
- measureAngle: {
126
- vertex: string;
127
- arm1: string;
128
- arm2: string;
129
- };
130
- measureArc: {
131
- startPoint: string;
132
- throughPoint: string;
133
- endPoint: string;
134
- };
135
- dimlinear: {
136
- xLine1Point: string;
137
- xLine2Point: string;
138
- dimLinePoint: string;
139
- };
140
- line: {
141
- firstPoint: string;
142
- firstPointOrContinue: string;
143
- nextPoint: string;
144
- nextPointWithOptions: string;
145
- keywords: {
146
- continue: {
109
+ single: {
147
110
  display: string;
148
111
  local: string;
149
112
  global: string;
150
113
  };
151
- undo: {
114
+ array: {
152
115
  display: string;
153
116
  local: string;
154
117
  global: string;
155
118
  };
156
- close: {
119
+ fit: {
157
120
  display: string;
158
121
  local: string;
159
122
  global: string;
160
123
  };
161
124
  };
162
125
  };
163
- mtext: {
164
- point: string;
165
- };
166
- move: {
167
- basePointOrDisplacement: string;
168
- secondPointOrDisplacement: string;
169
- displacement: string;
170
- keywords: {
171
- displacement: {
172
- display: string;
173
- local: string;
174
- global: string;
175
- };
176
- };
126
+ dimlinear: {
127
+ xLine1Point: string;
128
+ xLine2Point: string;
129
+ dimLinePoint: string;
177
130
  };
178
- rect: {
179
- firstPoint: string;
180
- nextPoint: string;
181
- firstPointWithOptions: string;
182
- otherCornerWithOptions: string;
183
- chamferFirst: string;
184
- chamferSecond: string;
185
- filletRadius: string;
186
- segmentWidth: string;
187
- elevationValue: string;
188
- thicknessValue: string;
131
+ ellipse: {
132
+ axisEndpointOrOptions: string;
133
+ arcAxisEndpointOrCenter: string;
134
+ center: string;
135
+ firstAxisEndpoint: string;
136
+ secondAxisEndpoint: string;
137
+ otherAxisOrRotation: string;
189
138
  rotationAngle: string;
190
- dimensionLength: string;
191
- dimensionWidth: string;
192
- areaValue: string;
193
- areaLengthOrWidth: string;
194
- areaSpecifyWidth: string;
195
- invalidPositive: string;
196
- invalidRect: string;
197
- thicknessNotSupported: string;
139
+ arcStartAngle: string;
140
+ arcEndAngle: string;
198
141
  keywords: {
199
- chamfer: {
200
- display: string;
201
- local: string;
202
- global: string;
203
- };
204
- elevation: {
205
- display: string;
206
- local: string;
207
- global: string;
208
- };
209
- fillet: {
210
- display: string;
211
- local: string;
212
- global: string;
213
- };
214
- thickness: {
215
- display: string;
216
- local: string;
217
- global: string;
218
- };
219
- width: {
220
- display: string;
221
- local: string;
222
- global: string;
223
- };
224
- area: {
142
+ arc: {
225
143
  display: string;
226
144
  local: string;
227
145
  global: string;
228
146
  };
229
- dimensions: {
147
+ center: {
230
148
  display: string;
231
149
  local: string;
232
150
  global: string;
@@ -236,138 +154,85 @@ declare const _default: {
236
154
  local: string;
237
155
  global: string;
238
156
  };
239
- length: {
240
- display: string;
241
- local: string;
242
- global: string;
243
- };
244
- rectWidth: {
245
- display: string;
246
- local: string;
247
- global: string;
248
- };
249
- };
250
- };
251
- polygon: {
252
- numberOfSides: string;
253
- centerOrEdge: string;
254
- radiusOrType: string;
255
- edgeStart: string;
256
- edgeEnd: string;
257
- keywords: {
258
- edge: {
259
- display: string;
260
- local: string;
261
- global: string;
262
- };
263
- inscribed: {
264
- display: string;
265
- local: string;
266
- global: string;
267
- };
268
- circumscribed: {
269
- display: string;
270
- local: string;
271
- global: string;
272
- };
273
157
  };
274
158
  invalid: {
275
- sides: string;
276
- radius: string;
277
- edge: string;
159
+ axis: string;
160
+ otherAxis: string;
161
+ rotation: string;
278
162
  };
279
163
  };
280
- sketch: {
281
- firstPoint: string;
282
- nextPoint: string;
283
- };
284
- polyline: {
285
- firstPoint: string;
286
- nextPoint: string;
287
- nextPointWithOptions: string;
288
- nextPointWithArcOptions: string;
164
+ hatch: {
165
+ prompt: string;
166
+ pickPoint: string;
167
+ select: string;
168
+ patternName: string;
169
+ scale: string;
170
+ angle: string;
171
+ style: string;
172
+ associative: string;
173
+ invalidBoundary: string;
289
174
  keywords: {
290
- arc: {
291
- display: string;
292
- local: string;
293
- global: string;
294
- };
295
- undo: {
175
+ pick: {
296
176
  display: string;
297
177
  local: string;
298
178
  global: string;
299
179
  };
300
- close: {
180
+ select: {
301
181
  display: string;
302
182
  local: string;
303
183
  global: string;
304
184
  };
305
- line: {
185
+ cancel: {
306
186
  display: string;
307
187
  local: string;
308
188
  global: string;
309
189
  };
310
- angle: {
190
+ pattern: {
311
191
  display: string;
312
192
  local: string;
313
193
  global: string;
314
194
  };
315
- center: {
195
+ scale: {
316
196
  display: string;
317
197
  local: string;
318
198
  global: string;
319
199
  };
320
- secondPoint: {
200
+ angle: {
321
201
  display: string;
322
202
  local: string;
323
203
  global: string;
324
204
  };
325
- radius: {
205
+ style: {
326
206
  display: string;
327
207
  local: string;
328
208
  global: string;
329
209
  };
330
- };
331
- arcAngle: string;
332
- arcCenter: string;
333
- arcSecondPoint: string;
334
- arcEndPoint: string;
335
- arcRadius: string;
336
- };
337
- zoom: {
338
- mainPrompt: string;
339
- firstCorner: string;
340
- secondCorner: string;
341
- centerPoint: string;
342
- heightOrScale: string;
343
- scaleFactor: string;
344
- keywords: {
345
- all: {
210
+ associative: {
346
211
  display: string;
347
212
  local: string;
348
213
  global: string;
349
214
  };
350
- center: {
215
+ normal: {
351
216
  display: string;
352
217
  local: string;
353
218
  global: string;
354
219
  };
355
- extents: {
220
+ outer: {
356
221
  display: string;
357
222
  local: string;
358
223
  global: string;
359
224
  };
360
- previous: {
225
+ ignore: {
361
226
  display: string;
362
227
  local: string;
363
228
  global: string;
364
229
  };
365
- scale: {
230
+ yes: {
366
231
  display: string;
367
232
  local: string;
368
233
  global: string;
369
234
  };
370
- window: {
235
+ no: {
371
236
  display: string;
372
237
  local: string;
373
238
  global: string;
@@ -459,79 +324,541 @@ declare const _default: {
459
324
  };
460
325
  };
461
326
  };
462
- hatch: {
327
+ layon: {
328
+ alreadyOn: string;
329
+ turnedOn: string;
330
+ };
331
+ laycur: {
463
332
  prompt: string;
464
- pickPoint: string;
465
- select: string;
466
- patternName: string;
467
- scale: string;
468
- angle: string;
469
- style: string;
470
- associative: string;
471
- invalidBoundary: string;
333
+ currentLayerNotFound: string;
334
+ noObjects: string;
335
+ alreadyCurrent: string;
336
+ changed: string;
337
+ };
338
+ layfrz: {
339
+ prompt: string;
340
+ invalidSelection: string;
341
+ settingsPrompt: string;
342
+ viewportPrompt: string;
343
+ blockSelectionPrompt: string;
344
+ vpfreezeFallback: string;
345
+ nestedSelectionLimited: string;
346
+ layerNotFound: string;
347
+ cannotFreezeCurrent: string;
348
+ alreadyFrozen: string;
349
+ frozen: string;
350
+ restored: string;
351
+ nothingToUndo: string;
472
352
  keywords: {
473
- pick: {
353
+ settings: {
474
354
  display: string;
475
355
  local: string;
476
356
  global: string;
477
357
  };
478
- select: {
358
+ undo: {
479
359
  display: string;
480
360
  local: string;
481
361
  global: string;
482
362
  };
483
- pattern: {
363
+ viewports: {
484
364
  display: string;
485
365
  local: string;
486
366
  global: string;
487
367
  };
488
- scale: {
368
+ blockSelection: {
489
369
  display: string;
490
370
  local: string;
491
371
  global: string;
492
372
  };
493
- angle: {
373
+ freeze: {
494
374
  display: string;
495
375
  local: string;
496
376
  global: string;
497
377
  };
498
- style: {
378
+ vpfreeze: {
499
379
  display: string;
500
380
  local: string;
501
381
  global: string;
502
382
  };
503
- associative: {
383
+ block: {
504
384
  display: string;
505
385
  local: string;
506
386
  global: string;
507
387
  };
508
- normal: {
388
+ entity: {
509
389
  display: string;
510
390
  local: string;
511
391
  global: string;
512
392
  };
513
- outer: {
393
+ none: {
514
394
  display: string;
515
395
  local: string;
516
396
  global: string;
517
397
  };
518
- ignore: {
398
+ };
399
+ };
400
+ layiso: {
401
+ prompt: string;
402
+ settingsPrompt: string;
403
+ offModePrompt: string;
404
+ noLayers: string;
405
+ layerNotFound: string;
406
+ isolated: string;
407
+ affectedLayers: string;
408
+ vpfreezeFallback: string;
409
+ lockFadeFallback: string;
410
+ keywords: {
411
+ settings: {
519
412
  display: string;
520
413
  local: string;
521
414
  global: string;
522
415
  };
523
- yes: {
416
+ off: {
524
417
  display: string;
525
418
  local: string;
526
419
  global: string;
527
420
  };
528
- no: {
421
+ lockAndFade: {
422
+ display: string;
423
+ local: string;
424
+ global: string;
425
+ };
426
+ vpfreeze: {
427
+ display: string;
428
+ local: string;
429
+ global: string;
430
+ };
431
+ };
432
+ };
433
+ layuniso: {
434
+ noPrevious: string;
435
+ layerNotFound: string;
436
+ nothingRestored: string;
437
+ restored: string;
438
+ };
439
+ laythw: {
440
+ alreadyThawed: string;
441
+ thawed: string;
442
+ };
443
+ laylck: {
444
+ prompt: string;
445
+ invalidSelection: string;
446
+ layerNotFound: string;
447
+ alreadyLocked: string;
448
+ locked: string;
449
+ };
450
+ layulk: {
451
+ prompt: string;
452
+ invalidSelection: string;
453
+ layerNotFound: string;
454
+ alreadyUnlocked: string;
455
+ unlocked: string;
456
+ };
457
+ layoff: {
458
+ prompt: string;
459
+ invalidSelection: string;
460
+ settingsPrompt: string;
461
+ viewportPrompt: string;
462
+ blockSelectionPrompt: string;
463
+ vpfreezeFallback: string;
464
+ nestedSelectionLimited: string;
465
+ layerNotFound: string;
466
+ cannotTurnOffCurrent: string;
467
+ alreadyOff: string;
468
+ turnedOff: string;
469
+ restored: string;
470
+ nothingToUndo: string;
471
+ keywords: {
472
+ settings: {
473
+ display: string;
474
+ local: string;
475
+ global: string;
476
+ };
477
+ undo: {
478
+ display: string;
479
+ local: string;
480
+ global: string;
481
+ };
482
+ viewports: {
483
+ display: string;
484
+ local: string;
485
+ global: string;
486
+ };
487
+ blockSelection: {
488
+ display: string;
489
+ local: string;
490
+ global: string;
491
+ };
492
+ off: {
493
+ display: string;
494
+ local: string;
495
+ global: string;
496
+ };
497
+ vpfreeze: {
498
+ display: string;
499
+ local: string;
500
+ global: string;
501
+ };
502
+ block: {
503
+ display: string;
504
+ local: string;
505
+ global: string;
506
+ };
507
+ entity: {
508
+ display: string;
509
+ local: string;
510
+ global: string;
511
+ };
512
+ none: {
513
+ display: string;
514
+ local: string;
515
+ global: string;
516
+ };
517
+ };
518
+ };
519
+ layerp: {
520
+ restored: string;
521
+ noPreviousState: string;
522
+ };
523
+ line: {
524
+ firstPoint: string;
525
+ firstPointOrContinue: string;
526
+ nextPoint: string;
527
+ nextPointWithOptions: string;
528
+ keywords: {
529
+ continue: {
530
+ display: string;
531
+ local: string;
532
+ global: string;
533
+ };
534
+ undo: {
535
+ display: string;
536
+ local: string;
537
+ global: string;
538
+ };
539
+ close: {
540
+ display: string;
541
+ local: string;
542
+ global: string;
543
+ };
544
+ };
545
+ };
546
+ xline: {
547
+ firstPointOrOptions: string;
548
+ secondPoint: string;
549
+ throughPoint: string;
550
+ angle: string;
551
+ invalidDirection: string;
552
+ keywords: {
553
+ hor: {
554
+ display: string;
555
+ local: string;
556
+ global: string;
557
+ };
558
+ ver: {
559
+ display: string;
560
+ local: string;
561
+ global: string;
562
+ };
563
+ ang: {
564
+ display: string;
565
+ local: string;
566
+ global: string;
567
+ };
568
+ };
569
+ };
570
+ ray: {
571
+ startPoint: string;
572
+ throughPoint: string;
573
+ };
574
+ mline: {
575
+ startPointWithOptions: string;
576
+ nextPointWithOptions: string;
577
+ justificationPrompt: string;
578
+ scalePrompt: string;
579
+ stylePrompt: string;
580
+ styleNotFound: string;
581
+ styleListHeader: string;
582
+ styleListEmpty: string;
583
+ keywords: {
584
+ justification: {
585
+ display: string;
586
+ local: string;
587
+ global: string;
588
+ };
589
+ scale: {
590
+ display: string;
591
+ local: string;
592
+ global: string;
593
+ };
594
+ style: {
595
+ display: string;
596
+ local: string;
597
+ global: string;
598
+ };
599
+ undo: {
600
+ display: string;
601
+ local: string;
602
+ global: string;
603
+ };
604
+ close: {
605
+ display: string;
606
+ local: string;
607
+ global: string;
608
+ };
609
+ top: {
610
+ display: string;
611
+ local: string;
612
+ global: string;
613
+ };
614
+ zero: {
615
+ display: string;
616
+ local: string;
617
+ global: string;
618
+ };
619
+ bottom: {
620
+ display: string;
621
+ local: string;
622
+ global: string;
623
+ };
624
+ };
625
+ };
626
+ measureAngle: {
627
+ vertex: string;
628
+ arm1: string;
629
+ arm2: string;
630
+ };
631
+ measureArc: {
632
+ startPoint: string;
633
+ throughPoint: string;
634
+ endPoint: string;
635
+ };
636
+ measureArea: {
637
+ firstPoint: string;
638
+ nextPoint: string;
639
+ };
640
+ measureDistance: {
641
+ firstPoint: string;
642
+ secondPoint: string;
643
+ };
644
+ move: {
645
+ basePointOrDisplacement: string;
646
+ secondPointOrDisplacement: string;
647
+ displacement: string;
648
+ keywords: {
649
+ displacement: {
529
650
  display: string;
530
651
  local: string;
531
652
  global: string;
532
653
  };
533
654
  };
534
655
  };
656
+ offset: {
657
+ distance: string;
658
+ selectObject: string;
659
+ sidePoint: string;
660
+ invalidDistance: string;
661
+ invalidSelection: string;
662
+ offsetFailed: string;
663
+ };
664
+ mtext: {
665
+ point: string;
666
+ };
667
+ pngout: {
668
+ boundsFirstCorner: string;
669
+ boundsSecondCorner: string;
670
+ longSidePrompt: string;
671
+ };
672
+ point: {
673
+ point: string;
674
+ };
675
+ polygon: {
676
+ numberOfSides: string;
677
+ centerOrEdge: string;
678
+ radiusOrType: string;
679
+ edgeStart: string;
680
+ edgeEnd: string;
681
+ keywords: {
682
+ edge: {
683
+ display: string;
684
+ local: string;
685
+ global: string;
686
+ };
687
+ inscribed: {
688
+ display: string;
689
+ local: string;
690
+ global: string;
691
+ };
692
+ circumscribed: {
693
+ display: string;
694
+ local: string;
695
+ global: string;
696
+ };
697
+ };
698
+ invalid: {
699
+ sides: string;
700
+ radius: string;
701
+ edge: string;
702
+ };
703
+ };
704
+ polyline: {
705
+ firstPoint: string;
706
+ nextPoint: string;
707
+ nextPointWithOptions: string;
708
+ nextPointWithArcOptions: string;
709
+ keywords: {
710
+ arc: {
711
+ display: string;
712
+ local: string;
713
+ global: string;
714
+ };
715
+ undo: {
716
+ display: string;
717
+ local: string;
718
+ global: string;
719
+ };
720
+ close: {
721
+ display: string;
722
+ local: string;
723
+ global: string;
724
+ };
725
+ line: {
726
+ display: string;
727
+ local: string;
728
+ global: string;
729
+ };
730
+ angle: {
731
+ display: string;
732
+ local: string;
733
+ global: string;
734
+ };
735
+ center: {
736
+ display: string;
737
+ local: string;
738
+ global: string;
739
+ };
740
+ secondPoint: {
741
+ display: string;
742
+ local: string;
743
+ global: string;
744
+ };
745
+ radius: {
746
+ display: string;
747
+ local: string;
748
+ global: string;
749
+ };
750
+ };
751
+ arcAngle: string;
752
+ arcCenter: string;
753
+ arcSecondPoint: string;
754
+ arcEndPoint: string;
755
+ arcRadius: string;
756
+ };
757
+ rect: {
758
+ firstPoint: string;
759
+ nextPoint: string;
760
+ firstPointWithOptions: string;
761
+ otherCornerWithOptions: string;
762
+ chamferFirst: string;
763
+ chamferSecond: string;
764
+ filletRadius: string;
765
+ segmentWidth: string;
766
+ elevationValue: string;
767
+ thicknessValue: string;
768
+ rotationAngle: string;
769
+ dimensionLength: string;
770
+ dimensionWidth: string;
771
+ areaValue: string;
772
+ areaLengthOrWidth: string;
773
+ areaSpecifyWidth: string;
774
+ invalidPositive: string;
775
+ invalidRect: string;
776
+ thicknessNotSupported: string;
777
+ keywords: {
778
+ chamfer: {
779
+ display: string;
780
+ local: string;
781
+ global: string;
782
+ };
783
+ elevation: {
784
+ display: string;
785
+ local: string;
786
+ global: string;
787
+ };
788
+ fillet: {
789
+ display: string;
790
+ local: string;
791
+ global: string;
792
+ };
793
+ thickness: {
794
+ display: string;
795
+ local: string;
796
+ global: string;
797
+ };
798
+ width: {
799
+ display: string;
800
+ local: string;
801
+ global: string;
802
+ };
803
+ area: {
804
+ display: string;
805
+ local: string;
806
+ global: string;
807
+ };
808
+ dimensions: {
809
+ display: string;
810
+ local: string;
811
+ global: string;
812
+ };
813
+ rotation: {
814
+ display: string;
815
+ local: string;
816
+ global: string;
817
+ };
818
+ length: {
819
+ display: string;
820
+ local: string;
821
+ global: string;
822
+ };
823
+ rectWidth: {
824
+ display: string;
825
+ local: string;
826
+ global: string;
827
+ };
828
+ };
829
+ };
830
+ rotate: {
831
+ basePoint: string;
832
+ rotationAngleOrOptions: string;
833
+ referenceAngleOrPoints: string;
834
+ firstReferencePoint: string;
835
+ secondReferencePoint: string;
836
+ newAngle: string;
837
+ keywords: {
838
+ copy: {
839
+ display: string;
840
+ local: string;
841
+ global: string;
842
+ };
843
+ reference: {
844
+ display: string;
845
+ local: string;
846
+ global: string;
847
+ };
848
+ points: {
849
+ display: string;
850
+ local: string;
851
+ global: string;
852
+ };
853
+ };
854
+ invalid: {
855
+ referencePoints: string;
856
+ };
857
+ };
858
+ sketch: {
859
+ firstPoint: string;
860
+ nextPoint: string;
861
+ };
535
862
  spline: {
536
863
  firstPoint: string;
537
864
  nextPoint: string;
@@ -597,6 +924,46 @@ declare const _default: {
597
924
  sysvar: {
598
925
  prompt: string;
599
926
  };
927
+ zoom: {
928
+ mainPrompt: string;
929
+ firstCorner: string;
930
+ secondCorner: string;
931
+ centerPoint: string;
932
+ heightOrScale: string;
933
+ scaleFactor: string;
934
+ keywords: {
935
+ all: {
936
+ display: string;
937
+ local: string;
938
+ global: string;
939
+ };
940
+ center: {
941
+ display: string;
942
+ local: string;
943
+ global: string;
944
+ };
945
+ extents: {
946
+ display: string;
947
+ local: string;
948
+ global: string;
949
+ };
950
+ previous: {
951
+ display: string;
952
+ local: string;
953
+ global: string;
954
+ };
955
+ scale: {
956
+ display: string;
957
+ local: string;
958
+ global: string;
959
+ };
960
+ window: {
961
+ display: string;
962
+ local: string;
963
+ global: string;
964
+ };
965
+ };
966
+ };
600
967
  };
601
968
  export default _default;
602
969
  //# sourceMappingURL=jig.d.ts.map