@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 @@ export default {
2
2
  arc: {
3
3
  startPointOrCenter: 'Specify start point of arc or',
4
4
  secondPointOrOptions: 'Specify second point of arc or',
5
+ secondPoint: 'Specify second point of arc:',
5
6
  startPoint: 'Specify start point of arc:',
6
7
  centerPoint: 'Specify center point of arc:',
7
8
  endPoint: 'Specify end point of arc:',
@@ -81,6 +82,52 @@ export default {
81
82
  }
82
83
  }
83
84
  },
85
+ copy: {
86
+ basePointOrOptions: 'Specify base point or',
87
+ displacementOrArray: 'Specify displacement or',
88
+ secondPointOrArray: 'Specify second point or',
89
+ modePrompt: 'Enter copy mode option',
90
+ arrayItemCount: 'Enter the number of items in the array including the original:',
91
+ arraySecondPointOrFit: 'Specify second point or',
92
+ arrayFitSecondPoint: 'Specify second point:',
93
+ keywords: {
94
+ displacement: {
95
+ display: 'Displacement(D)',
96
+ local: 'Displacement',
97
+ global: 'Displacement'
98
+ },
99
+ mode: {
100
+ display: 'Mode(O)',
101
+ local: 'Mode',
102
+ global: 'Mode'
103
+ },
104
+ multiple: {
105
+ display: 'Multiple(M)',
106
+ local: 'Multiple',
107
+ global: 'Multiple'
108
+ },
109
+ single: {
110
+ display: 'Single(S)',
111
+ local: 'Single',
112
+ global: 'Single'
113
+ },
114
+ array: {
115
+ display: 'Array(A)',
116
+ local: 'Array',
117
+ global: 'Array'
118
+ },
119
+ fit: {
120
+ display: 'Fit(F)',
121
+ local: 'Fit',
122
+ global: 'Fit'
123
+ }
124
+ }
125
+ },
126
+ dimlinear: {
127
+ xLine1Point: 'Specify the first extension line origin:',
128
+ xLine2Point: 'Specify the second extension line origin:',
129
+ dimLinePoint: 'Specify dimension line location:'
130
+ },
84
131
  ellipse: {
85
132
  axisEndpointOrOptions: 'Specify axis endpoint of ellipse or',
86
133
  arcAxisEndpointOrCenter: 'Specify axis endpoint of elliptical arc or',
@@ -114,263 +161,81 @@ export default {
114
161
  rotation: 'Invalid rotation input: resulting minor axis must be greater than 0.'
115
162
  }
116
163
  },
117
- measureDistance: {
118
- firstPoint: 'Specify first point:',
119
- secondPoint: 'Specify second point:'
120
- },
121
- measureArea: {
122
- firstPoint: 'Specify first point:',
123
- nextPoint: 'Specify next point (or press Enter to finish):'
124
- },
125
- measureAngle: {
126
- vertex: 'Specify vertex point:',
127
- arm1: 'Specify point on first arm:',
128
- arm2: 'Specify point on second arm:'
129
- },
130
- measureArc: {
131
- startPoint: 'Specify arc start point:',
132
- throughPoint: 'Specify a point on the arc:',
133
- endPoint: 'Specify arc end point:'
134
- },
135
- dimlinear: {
136
- xLine1Point: 'Specify the first extension line origin:',
137
- xLine2Point: 'Specify the second extension line origin:',
138
- dimLinePoint: 'Specify dimension line location:'
139
- },
140
- line: {
141
- firstPoint: 'Specify the first point:',
142
- firstPointOrContinue: 'Specify first point or',
143
- nextPoint: 'Specify the next point:',
144
- nextPointWithOptions: 'Specify next point or',
145
- keywords: {
146
- continue: {
147
- display: 'Continue(C)',
148
- local: 'Continue',
149
- global: 'Continue'
150
- },
151
- undo: {
152
- display: 'Undo(U)',
153
- local: 'Undo',
154
- global: 'Undo'
155
- },
156
- close: {
157
- display: 'Close(C)',
158
- local: 'Close',
159
- global: 'Close'
160
- }
161
- }
162
- },
163
- mtext: {
164
- point: 'Specify mtext insertion point:'
165
- },
166
- move: {
167
- basePointOrDisplacement: 'Specify base point or',
168
- secondPointOrDisplacement: 'Specify second point or',
169
- displacement: 'Specify displacement:',
170
- keywords: {
171
- displacement: {
172
- display: 'Displacement(D)',
173
- local: 'Displacement',
174
- global: 'Displacement'
175
- }
176
- }
177
- },
178
- rect: {
179
- firstPoint: 'Specify first corner point:',
180
- nextPoint: 'Specify other corner point:',
181
- firstPointWithOptions: 'Specify first corner point or',
182
- otherCornerWithOptions: 'Specify other corner point or',
183
- chamferFirst: 'Specify first chamfer distance:',
184
- chamferSecond: 'Specify second chamfer distance:',
185
- filletRadius: 'Specify fillet radius:',
186
- segmentWidth: 'Specify rectangle line width:',
187
- elevationValue: 'Specify elevation:',
188
- thicknessValue: 'Specify thickness:',
189
- rotationAngle: 'Specify rectangle rotation angle:',
190
- dimensionLength: 'Specify rectangle length:',
191
- dimensionWidth: 'Specify rectangle width:',
192
- areaValue: 'Specify rectangle area:',
193
- areaLengthOrWidth: 'Specify rectangle length',
194
- areaSpecifyWidth: 'Specify rectangle width:',
195
- invalidPositive: 'Invalid input. Please enter a value greater than 0.',
196
- invalidRect: 'Unable to create rectangle. Please specify valid corners or dimensions.',
197
- thicknessNotSupported: 'Rectangle thickness is currently not written to entity data. The thickness setting is ignored.',
198
- keywords: {
199
- chamfer: {
200
- display: 'Chamfer(C)',
201
- local: 'Chamfer',
202
- global: 'Chamfer'
203
- },
204
- elevation: {
205
- display: 'Elevation(E)',
206
- local: 'Elevation',
207
- global: 'Elevation'
208
- },
209
- fillet: {
210
- display: 'Fillet(F)',
211
- local: 'Fillet',
212
- global: 'Fillet'
213
- },
214
- thickness: {
215
- display: 'Thickness(T)',
216
- local: 'Thickness',
217
- global: 'Thickness'
218
- },
219
- width: {
220
- display: 'Width(W)',
221
- local: 'Width',
222
- global: 'Width'
223
- },
224
- area: {
225
- display: 'Area(A)',
226
- local: 'Area',
227
- global: 'Area'
228
- },
229
- dimensions: {
230
- display: 'Dimensions(D)',
231
- local: 'Dimensions',
232
- global: 'Dimensions'
233
- },
234
- rotation: {
235
- display: 'Rotation(R)',
236
- local: 'Rotation',
237
- global: 'Rotation'
238
- },
239
- length: {
240
- display: 'Length(L)',
241
- local: 'Length',
242
- global: 'Length'
243
- },
244
- rectWidth: {
245
- display: 'Width(W)',
246
- local: 'Width',
247
- global: 'Width'
248
- }
249
- }
250
- },
251
- polygon: {
252
- numberOfSides: 'Enter number of sides:',
253
- centerOrEdge: 'Specify center of polygon or',
254
- radiusOrType: 'Enter options',
255
- edgeStart: 'Specify first endpoint of edge:',
256
- edgeEnd: 'Specify second endpoint of edge:',
164
+ hatch: {
165
+ prompt: 'Select boundary object or',
166
+ pickPoint: 'Specify internal point (or press Enter to finish):',
167
+ select: 'Select objects to hatch:',
168
+ patternName: 'Enter hatch pattern name:',
169
+ scale: 'Specify hatch pattern scale:',
170
+ angle: 'Specify hatch pattern angle:',
171
+ style: 'Enter hatch style',
172
+ associative: 'Specify associativity',
173
+ invalidBoundary: 'Selected objects do not form a closed boundary.',
257
174
  keywords: {
258
- edge: {
259
- display: 'Edge(E)',
260
- local: 'Edge',
261
- global: 'Edge'
262
- },
263
- inscribed: {
264
- display: 'Inscribed in circle(I)',
265
- local: 'Inscribed in circle',
266
- global: 'Inscribed'
175
+ pick: {
176
+ display: 'Pick points(P)',
177
+ local: 'Pick points',
178
+ global: 'PickPoints'
267
179
  },
268
- circumscribed: {
269
- display: 'Circumscribed about circle(C)',
270
- local: 'Circumscribed about circle',
271
- global: 'Circumscribed'
272
- }
273
- },
274
- invalid: {
275
- sides: 'Invalid number of sides. Enter an integer between 3 and 1024.',
276
- radius: 'Invalid radius. Radius must be greater than 0.',
277
- edge: 'Invalid edge. The edge length must be greater than 0.'
278
- }
279
- },
280
- sketch: {
281
- firstPoint: 'Specify the first point:',
282
- nextPoint: 'Specify the end point:'
283
- },
284
- polyline: {
285
- firstPoint: 'Specify the first point:',
286
- nextPoint: 'Specify the next point (or press Enter to finish):',
287
- nextPointWithOptions: 'Specify next point or',
288
- nextPointWithArcOptions: 'Specify next point or',
289
- keywords: {
290
- arc: {
291
- display: 'Arc(A)',
292
- local: 'Arc',
293
- global: 'Arc'
180
+ select: {
181
+ display: 'Select objects(S)',
182
+ local: 'Select objects',
183
+ global: 'SelectObjects'
294
184
  },
295
- undo: {
296
- display: 'Undo(U)',
297
- local: 'Undo',
298
- global: 'Undo'
185
+ cancel: {
186
+ display: 'Cancel(C)',
187
+ local: 'Cancel',
188
+ global: 'Cancel'
299
189
  },
300
- close: {
301
- display: 'Close(C)',
302
- local: 'Close',
303
- global: 'Close'
190
+ pattern: {
191
+ display: 'Pattern(P)',
192
+ local: 'Pattern',
193
+ global: 'Pattern'
304
194
  },
305
- line: {
306
- display: 'Line(L)',
307
- local: 'Line',
308
- global: 'Line'
195
+ scale: {
196
+ display: 'Scale(S)',
197
+ local: 'Scale',
198
+ global: 'Scale'
309
199
  },
310
200
  angle: {
311
201
  display: 'Angle(A)',
312
202
  local: 'Angle',
313
203
  global: 'Angle'
314
204
  },
315
- center: {
316
- display: 'Center(C)',
317
- local: 'Center',
318
- global: 'Center'
319
- },
320
- secondPoint: {
321
- display: 'Second point(P)',
322
- local: 'Second point',
323
- global: 'SecondPoint'
205
+ style: {
206
+ display: 'Style(T)',
207
+ local: 'Style',
208
+ global: 'HatchStyle'
324
209
  },
325
- radius: {
326
- display: 'Radius(R)',
327
- local: 'Radius',
328
- global: 'Radius'
329
- }
330
- },
331
- arcAngle: 'Specify arc angle:',
332
- arcCenter: 'Specify center point:',
333
- arcSecondPoint: 'Specify second point on arc:',
334
- arcEndPoint: 'Specify arc end point:',
335
- arcRadius: 'Specify arc radius:'
336
- },
337
- zoom: {
338
- mainPrompt: 'Specify corner of window or',
339
- firstCorner: 'Specify first corner:',
340
- secondCorner: 'Specify opposite corner:',
341
- centerPoint: 'Specify center point:',
342
- heightOrScale: 'Enter height or scale factor (nX or nXP):',
343
- scaleFactor: 'Enter scale factor (nX or nXP):',
344
- keywords: {
345
- all: {
346
- display: 'All(A)',
347
- local: 'All',
348
- global: 'All'
210
+ associative: {
211
+ display: 'Associative(AS)',
212
+ local: 'Associative',
213
+ global: 'AssociativeMode'
349
214
  },
350
- center: {
351
- display: 'Center(C)',
352
- local: 'Center',
353
- global: 'Center'
215
+ normal: {
216
+ display: 'Normal(N)',
217
+ local: 'Normal',
218
+ global: 'Normal'
354
219
  },
355
- extents: {
356
- display: 'Extents(E)',
357
- local: 'Extents',
358
- global: 'Extents'
220
+ outer: {
221
+ display: 'Outer(O)',
222
+ local: 'Outer',
223
+ global: 'Outer'
359
224
  },
360
- previous: {
361
- display: 'Previous(P)',
362
- local: 'Previous',
363
- global: 'Previous'
225
+ ignore: {
226
+ display: 'Ignore(I)',
227
+ local: 'Ignore',
228
+ global: 'Ignore'
364
229
  },
365
- scale: {
366
- display: 'Scale(S)',
367
- local: 'Scale',
368
- global: 'Scale'
230
+ yes: {
231
+ display: 'Yes(Y)',
232
+ local: 'Yes',
233
+ global: 'Yes'
369
234
  },
370
- window: {
371
- display: 'Window(W)',
372
- local: 'Window',
373
- global: 'Window'
235
+ no: {
236
+ display: 'No(N)',
237
+ local: 'No',
238
+ global: 'No'
374
239
  }
375
240
  }
376
241
  },
@@ -447,91 +312,553 @@ export default {
447
312
  local: 'Lock',
448
313
  global: 'Lock'
449
314
  },
450
- unlock: {
451
- display: 'Unlock(U)',
452
- local: 'Unlock',
453
- global: 'Unlock'
315
+ unlock: {
316
+ display: 'Unlock(U)',
317
+ local: 'Unlock',
318
+ global: 'Unlock'
319
+ },
320
+ description: {
321
+ display: 'Description(D)',
322
+ local: 'Description',
323
+ global: 'Description'
324
+ }
325
+ }
326
+ },
327
+ layon: {
328
+ alreadyOn: 'All layers are already on.',
329
+ turnedOn: 'Turned on layers'
330
+ },
331
+ laycur: {
332
+ prompt: 'Select objects to be changed to the current layer',
333
+ currentLayerNotFound: 'Current layer not found.',
334
+ noObjects: 'No valid objects were selected.',
335
+ alreadyCurrent: 'Selected objects are already on the current layer.',
336
+ changed: 'Changed objects to current layer'
337
+ },
338
+ layfrz: {
339
+ prompt: 'Select object on layer to freeze or',
340
+ invalidSelection: 'Invalid object selected.',
341
+ settingsPrompt: 'Enter LAYFRZ setting to change',
342
+ viewportPrompt: 'Specify viewport freeze behavior',
343
+ blockSelectionPrompt: 'Specify nested block selection behavior',
344
+ vpfreezeFallback: 'Current viewer does not support per-viewport layer freeze; using Freeze behavior instead.',
345
+ nestedSelectionLimited: 'Nested block selection settings are stored, but current picking still resolves the top-level entity layer.',
346
+ layerNotFound: 'Layer not found',
347
+ cannotFreezeCurrent: 'Cannot freeze the current layer.',
348
+ alreadyFrozen: 'Layer is already frozen',
349
+ frozen: 'Frozen layer',
350
+ restored: 'Restored layer',
351
+ nothingToUndo: 'There is no LAYFRZ action to undo.',
352
+ keywords: {
353
+ settings: {
354
+ display: 'Settings(S)',
355
+ local: 'Settings',
356
+ global: 'Settings'
357
+ },
358
+ undo: {
359
+ display: 'Undo(U)',
360
+ local: 'Undo',
361
+ global: 'Undo'
362
+ },
363
+ viewports: {
364
+ display: 'Viewports(V)',
365
+ local: 'Viewports',
366
+ global: 'Viewports'
367
+ },
368
+ blockSelection: {
369
+ display: 'Block selection(B)',
370
+ local: 'Block selection',
371
+ global: 'BlockSelection'
372
+ },
373
+ freeze: {
374
+ display: 'Freeze(F)',
375
+ local: 'Freeze',
376
+ global: 'Freeze'
377
+ },
378
+ vpfreeze: {
379
+ display: 'Vpfreeze(V)',
380
+ local: 'Vpfreeze',
381
+ global: 'Vpfreeze'
382
+ },
383
+ block: {
384
+ display: 'Block(B)',
385
+ local: 'Block',
386
+ global: 'Block'
387
+ },
388
+ entity: {
389
+ display: 'Entity(E)',
390
+ local: 'Entity',
391
+ global: 'Entity'
392
+ },
393
+ none: {
394
+ display: 'None(N)',
395
+ local: 'None',
396
+ global: 'None'
397
+ }
398
+ }
399
+ },
400
+ layiso: {
401
+ prompt: 'Select objects on the layer(s) to be isolated or',
402
+ settingsPrompt: 'Enter setting for layers not isolated',
403
+ offModePrompt: 'Enter off behavior for layers not isolated',
404
+ noLayers: 'No valid layers were selected.',
405
+ layerNotFound: 'Layer not found',
406
+ isolated: 'Isolated layer(s)',
407
+ affectedLayers: 'affected layers',
408
+ vpfreezeFallback: 'Current viewer does not support per-viewport layer freeze; using Off behavior instead.',
409
+ lockFadeFallback: 'Current viewer does not support layer fade display; non-isolated layers will be locked without fade.',
410
+ keywords: {
411
+ settings: {
412
+ display: 'Settings(S)',
413
+ local: 'Settings',
414
+ global: 'Settings'
415
+ },
416
+ off: {
417
+ display: 'Off(O)',
418
+ local: 'Off',
419
+ global: 'Off'
420
+ },
421
+ lockAndFade: {
422
+ display: 'Lock and fade(L)',
423
+ local: 'Lock and fade',
424
+ global: 'LockAndFade'
425
+ },
426
+ vpfreeze: {
427
+ display: 'Vpfreeze(V)',
428
+ local: 'Vpfreeze',
429
+ global: 'Vpfreeze'
430
+ }
431
+ }
432
+ },
433
+ layuniso: {
434
+ noPrevious: 'No previous LAYISO layer state to restore.',
435
+ layerNotFound: 'Layer not found',
436
+ nothingRestored: 'No LAYISO layer changes were restored.',
437
+ restored: 'Restored layers'
438
+ },
439
+ laythw: {
440
+ alreadyThawed: 'All layers are already thawed.',
441
+ thawed: 'Thawed layers'
442
+ },
443
+ laylck: {
444
+ prompt: 'Select an object on the layer to be locked',
445
+ invalidSelection: 'Invalid object selected.',
446
+ layerNotFound: 'Layer not found',
447
+ alreadyLocked: 'Layer is already locked',
448
+ locked: 'Locked layer'
449
+ },
450
+ layulk: {
451
+ prompt: 'Select an object on the layer to be unlocked',
452
+ invalidSelection: 'Invalid object selected.',
453
+ layerNotFound: 'Layer not found',
454
+ alreadyUnlocked: 'Layer is already unlocked',
455
+ unlocked: 'Unlocked layer'
456
+ },
457
+ layoff: {
458
+ prompt: 'Select object on layer to turn off or',
459
+ invalidSelection: 'Invalid object selected.',
460
+ settingsPrompt: 'Enter LAYOFF setting to change',
461
+ viewportPrompt: 'Specify viewport behavior',
462
+ blockSelectionPrompt: 'Specify nested block selection behavior',
463
+ vpfreezeFallback: 'Current viewer does not support per-viewport layer off; using Off behavior instead.',
464
+ nestedSelectionLimited: 'Nested block selection settings are stored, but current picking still resolves the top-level entity layer.',
465
+ layerNotFound: 'Layer not found',
466
+ cannotTurnOffCurrent: 'Cannot turn off the current layer.',
467
+ alreadyOff: 'Layer is already off',
468
+ turnedOff: 'Turned off layer',
469
+ restored: 'Restored layer',
470
+ nothingToUndo: 'There is no LAYOFF action to undo.',
471
+ keywords: {
472
+ settings: {
473
+ display: 'Settings(S)',
474
+ local: 'Settings',
475
+ global: 'Settings'
476
+ },
477
+ undo: {
478
+ display: 'Undo(U)',
479
+ local: 'Undo',
480
+ global: 'Undo'
481
+ },
482
+ viewports: {
483
+ display: 'Viewports(V)',
484
+ local: 'Viewports',
485
+ global: 'Viewports'
486
+ },
487
+ blockSelection: {
488
+ display: 'Block selection(B)',
489
+ local: 'Block selection',
490
+ global: 'BlockSelection'
491
+ },
492
+ off: {
493
+ display: 'Off(O)',
494
+ local: 'Off',
495
+ global: 'Off'
496
+ },
497
+ vpfreeze: {
498
+ display: 'Vpfreeze(V)',
499
+ local: 'Vpfreeze',
500
+ global: 'Vpfreeze'
501
+ },
502
+ block: {
503
+ display: 'Block(B)',
504
+ local: 'Block',
505
+ global: 'Block'
506
+ },
507
+ entity: {
508
+ display: 'Entity(E)',
509
+ local: 'Entity',
510
+ global: 'Entity'
511
+ },
512
+ none: {
513
+ display: 'None(N)',
514
+ local: 'None',
515
+ global: 'None'
516
+ }
517
+ }
518
+ },
519
+ layerp: {
520
+ restored: 'Restored previous layer state.',
521
+ noPreviousState: 'There is no previous layer state to restore.'
522
+ },
523
+ line: {
524
+ firstPoint: 'Specify the first point:',
525
+ firstPointOrContinue: 'Specify first point or',
526
+ nextPoint: 'Specify the next point:',
527
+ nextPointWithOptions: 'Specify next point or',
528
+ keywords: {
529
+ continue: {
530
+ display: 'Continue(C)',
531
+ local: 'Continue',
532
+ global: 'Continue'
533
+ },
534
+ undo: {
535
+ display: 'Undo(U)',
536
+ local: 'Undo',
537
+ global: 'Undo'
538
+ },
539
+ close: {
540
+ display: 'Close(C)',
541
+ local: 'Close',
542
+ global: 'Close'
543
+ }
544
+ }
545
+ },
546
+ xline: {
547
+ firstPointOrOptions: 'Specify a point or',
548
+ secondPoint: 'Specify second point:',
549
+ throughPoint: 'Specify through point:',
550
+ angle: 'Enter angle of xline:',
551
+ invalidDirection: 'Invalid direction for XLINE.',
552
+ keywords: {
553
+ hor: {
554
+ display: 'Hor(H)',
555
+ local: 'Hor',
556
+ global: 'Hor'
557
+ },
558
+ ver: {
559
+ display: 'Ver(V)',
560
+ local: 'Ver',
561
+ global: 'Ver'
562
+ },
563
+ ang: {
564
+ display: 'Ang(A)',
565
+ local: 'Ang',
566
+ global: 'Ang'
567
+ }
568
+ }
569
+ },
570
+ ray: {
571
+ startPoint: 'Specify start point:',
572
+ throughPoint: 'Specify through point:'
573
+ },
574
+ mline: {
575
+ startPointWithOptions: 'Specify start point or',
576
+ nextPointWithOptions: 'Specify next point or',
577
+ justificationPrompt: 'Enter justification type',
578
+ scalePrompt: 'Specify mline scale:',
579
+ stylePrompt: 'Enter mline style name or [?] for list:',
580
+ styleNotFound: 'Mline style not found',
581
+ styleListHeader: 'Loaded mline styles:',
582
+ styleListEmpty: 'No mline style is loaded in current drawing.',
583
+ keywords: {
584
+ justification: {
585
+ display: 'Justification(J)',
586
+ local: 'Justification',
587
+ global: 'Justification'
588
+ },
589
+ scale: {
590
+ display: 'Scale(S)',
591
+ local: 'Scale',
592
+ global: 'Scale'
593
+ },
594
+ style: {
595
+ display: 'Style(ST)',
596
+ local: 'Style',
597
+ global: 'Style'
598
+ },
599
+ undo: {
600
+ display: 'Undo(U)',
601
+ local: 'Undo',
602
+ global: 'Undo'
603
+ },
604
+ close: {
605
+ display: 'Close(C)',
606
+ local: 'Close',
607
+ global: 'Close'
608
+ },
609
+ top: {
610
+ display: 'Top(T)',
611
+ local: 'Top',
612
+ global: 'Top'
613
+ },
614
+ zero: {
615
+ display: 'Zero(Z)',
616
+ local: 'Zero',
617
+ global: 'Zero'
618
+ },
619
+ bottom: {
620
+ display: 'Bottom(B)',
621
+ local: 'Bottom',
622
+ global: 'Bottom'
623
+ }
624
+ }
625
+ },
626
+ measureAngle: {
627
+ vertex: 'Specify vertex point:',
628
+ arm1: 'Specify point on first arm:',
629
+ arm2: 'Specify point on second arm:'
630
+ },
631
+ measureArc: {
632
+ startPoint: 'Specify arc start point:',
633
+ throughPoint: 'Specify a point on the arc:',
634
+ endPoint: 'Specify arc end point:'
635
+ },
636
+ measureArea: {
637
+ firstPoint: 'Specify first point:',
638
+ nextPoint: 'Specify next point (or press Enter to finish):'
639
+ },
640
+ measureDistance: {
641
+ firstPoint: 'Specify first point:',
642
+ secondPoint: 'Specify second point:'
643
+ },
644
+ move: {
645
+ basePointOrDisplacement: 'Specify base point or',
646
+ secondPointOrDisplacement: 'Specify second point or',
647
+ displacement: 'Specify displacement:',
648
+ keywords: {
649
+ displacement: {
650
+ display: 'Displacement(D)',
651
+ local: 'Displacement',
652
+ global: 'Displacement'
653
+ }
654
+ }
655
+ },
656
+ offset: {
657
+ distance: 'Specify offset distance:',
658
+ selectObject: 'Select object to offset or press Enter to finish:',
659
+ sidePoint: 'Specify point on side to offset:',
660
+ invalidDistance: 'Offset distance must be greater than 0.',
661
+ invalidSelection: 'Selected object cannot be offset.',
662
+ offsetFailed: 'Unable to create an offset curve for the specified side.'
663
+ },
664
+ mtext: {
665
+ point: 'Specify mtext insertion point:'
666
+ },
667
+ pngout: {
668
+ boundsFirstCorner: 'Specify first corner of bounds',
669
+ boundsSecondCorner: 'Specify opposite corner',
670
+ longSidePrompt: 'Enter long side size in pixels'
671
+ },
672
+ point: {
673
+ point: 'Specify a point'
674
+ },
675
+ polygon: {
676
+ numberOfSides: 'Enter number of sides:',
677
+ centerOrEdge: 'Specify center of polygon or',
678
+ radiusOrType: 'Enter options',
679
+ edgeStart: 'Specify first endpoint of edge:',
680
+ edgeEnd: 'Specify second endpoint of edge:',
681
+ keywords: {
682
+ edge: {
683
+ display: 'Edge(E)',
684
+ local: 'Edge',
685
+ global: 'Edge'
686
+ },
687
+ inscribed: {
688
+ display: 'Inscribed in circle(I)',
689
+ local: 'Inscribed in circle',
690
+ global: 'Inscribed'
454
691
  },
455
- description: {
456
- display: 'Description(D)',
457
- local: 'Description',
458
- global: 'Description'
692
+ circumscribed: {
693
+ display: 'Circumscribed about circle(C)',
694
+ local: 'Circumscribed about circle',
695
+ global: 'Circumscribed'
459
696
  }
697
+ },
698
+ invalid: {
699
+ sides: 'Invalid number of sides. Enter an integer between 3 and 1024.',
700
+ radius: 'Invalid radius. Radius must be greater than 0.',
701
+ edge: 'Invalid edge. The edge length must be greater than 0.'
460
702
  }
461
703
  },
462
- hatch: {
463
- prompt: 'Select boundary object or',
464
- pickPoint: 'Specify internal point (or press Enter to finish):',
465
- select: 'Select objects to hatch:',
466
- patternName: 'Enter hatch pattern name:',
467
- scale: 'Specify hatch pattern scale:',
468
- angle: 'Specify hatch pattern angle:',
469
- style: 'Enter hatch style',
470
- associative: 'Specify associativity',
471
- invalidBoundary: 'Selected objects do not form a closed boundary.',
704
+ polyline: {
705
+ firstPoint: 'Specify the first point:',
706
+ nextPoint: 'Specify the next point (or press Enter to finish):',
707
+ nextPointWithOptions: 'Specify next point or',
708
+ nextPointWithArcOptions: 'Specify next point or',
472
709
  keywords: {
473
- pick: {
474
- display: 'Pick points(P)',
475
- local: 'Pick points',
476
- global: 'PickPoints'
710
+ arc: {
711
+ display: 'Arc(A)',
712
+ local: 'Arc',
713
+ global: 'Arc'
477
714
  },
478
- select: {
479
- display: 'Select objects(S)',
480
- local: 'Select objects',
481
- global: 'SelectObjects'
715
+ undo: {
716
+ display: 'Undo(U)',
717
+ local: 'Undo',
718
+ global: 'Undo'
482
719
  },
483
- pattern: {
484
- display: 'Pattern(P)',
485
- local: 'Pattern',
486
- global: 'Pattern'
720
+ close: {
721
+ display: 'Close(C)',
722
+ local: 'Close',
723
+ global: 'Close'
487
724
  },
488
- scale: {
489
- display: 'Scale(S)',
490
- local: 'Scale',
491
- global: 'Scale'
725
+ line: {
726
+ display: 'Line(L)',
727
+ local: 'Line',
728
+ global: 'Line'
492
729
  },
493
730
  angle: {
494
731
  display: 'Angle(A)',
495
732
  local: 'Angle',
496
733
  global: 'Angle'
497
734
  },
498
- style: {
499
- display: 'Style(T)',
500
- local: 'Style',
501
- global: 'HatchStyle'
735
+ center: {
736
+ display: 'Center(C)',
737
+ local: 'Center',
738
+ global: 'Center'
502
739
  },
503
- associative: {
504
- display: 'Associative(AS)',
505
- local: 'Associative',
506
- global: 'AssociativeMode'
740
+ secondPoint: {
741
+ display: 'Second point(P)',
742
+ local: 'Second point',
743
+ global: 'SecondPoint'
507
744
  },
508
- normal: {
509
- display: 'Normal(N)',
510
- local: 'Normal',
511
- global: 'Normal'
745
+ radius: {
746
+ display: 'Radius(R)',
747
+ local: 'Radius',
748
+ global: 'Radius'
749
+ }
750
+ },
751
+ arcAngle: 'Specify arc angle:',
752
+ arcCenter: 'Specify center point:',
753
+ arcSecondPoint: 'Specify second point on arc:',
754
+ arcEndPoint: 'Specify arc end point:',
755
+ arcRadius: 'Specify arc radius:'
756
+ },
757
+ rect: {
758
+ firstPoint: 'Specify first corner point:',
759
+ nextPoint: 'Specify other corner point:',
760
+ firstPointWithOptions: 'Specify first corner point or',
761
+ otherCornerWithOptions: 'Specify other corner point or',
762
+ chamferFirst: 'Specify first chamfer distance:',
763
+ chamferSecond: 'Specify second chamfer distance:',
764
+ filletRadius: 'Specify fillet radius:',
765
+ segmentWidth: 'Specify rectangle line width:',
766
+ elevationValue: 'Specify elevation:',
767
+ thicknessValue: 'Specify thickness:',
768
+ rotationAngle: 'Specify rectangle rotation angle:',
769
+ dimensionLength: 'Specify rectangle length:',
770
+ dimensionWidth: 'Specify rectangle width:',
771
+ areaValue: 'Specify rectangle area:',
772
+ areaLengthOrWidth: 'Specify rectangle length',
773
+ areaSpecifyWidth: 'Specify rectangle width:',
774
+ invalidPositive: 'Invalid input. Please enter a value greater than 0.',
775
+ invalidRect: 'Unable to create rectangle. Please specify valid corners or dimensions.',
776
+ thicknessNotSupported: 'Rectangle thickness is currently not written to entity data. The thickness setting is ignored.',
777
+ keywords: {
778
+ chamfer: {
779
+ display: 'Chamfer(C)',
780
+ local: 'Chamfer',
781
+ global: 'Chamfer'
512
782
  },
513
- outer: {
514
- display: 'Outer(O)',
515
- local: 'Outer',
516
- global: 'Outer'
783
+ elevation: {
784
+ display: 'Elevation(E)',
785
+ local: 'Elevation',
786
+ global: 'Elevation'
517
787
  },
518
- ignore: {
519
- display: 'Ignore(I)',
520
- local: 'Ignore',
521
- global: 'Ignore'
788
+ fillet: {
789
+ display: 'Fillet(F)',
790
+ local: 'Fillet',
791
+ global: 'Fillet'
522
792
  },
523
- yes: {
524
- display: 'Yes(Y)',
525
- local: 'Yes',
526
- global: 'Yes'
793
+ thickness: {
794
+ display: 'Thickness(T)',
795
+ local: 'Thickness',
796
+ global: 'Thickness'
527
797
  },
528
- no: {
529
- display: 'No(N)',
530
- local: 'No',
531
- global: 'No'
798
+ width: {
799
+ display: 'Width(W)',
800
+ local: 'Width',
801
+ global: 'Width'
802
+ },
803
+ area: {
804
+ display: 'Area(A)',
805
+ local: 'Area',
806
+ global: 'Area'
807
+ },
808
+ dimensions: {
809
+ display: 'Dimensions(D)',
810
+ local: 'Dimensions',
811
+ global: 'Dimensions'
812
+ },
813
+ rotation: {
814
+ display: 'Rotation(R)',
815
+ local: 'Rotation',
816
+ global: 'Rotation'
817
+ },
818
+ length: {
819
+ display: 'Length(L)',
820
+ local: 'Length',
821
+ global: 'Length'
822
+ },
823
+ rectWidth: {
824
+ display: 'Width(W)',
825
+ local: 'Width',
826
+ global: 'Width'
827
+ }
828
+ }
829
+ },
830
+ rotate: {
831
+ basePoint: 'Specify base point:',
832
+ rotationAngleOrOptions: 'Specify rotation angle or',
833
+ referenceAngleOrPoints: 'Specify reference angle or',
834
+ firstReferencePoint: 'Specify first point of reference angle:',
835
+ secondReferencePoint: 'Specify second point:',
836
+ newAngle: 'Specify new angle:',
837
+ keywords: {
838
+ copy: {
839
+ display: 'Copy(C)',
840
+ local: 'Copy',
841
+ global: 'Copy'
842
+ },
843
+ reference: {
844
+ display: 'Reference(R)',
845
+ local: 'Reference',
846
+ global: 'Reference'
847
+ },
848
+ points: {
849
+ display: 'Points(P)',
850
+ local: 'Points',
851
+ global: 'Points'
532
852
  }
853
+ },
854
+ invalid: {
855
+ referencePoints: 'Invalid reference points: points must be different.'
533
856
  }
534
857
  },
858
+ sketch: {
859
+ firstPoint: 'Specify the first point:',
860
+ nextPoint: 'Specify the end point:'
861
+ },
535
862
  spline: {
536
863
  firstPoint: 'Specify the first point:',
537
864
  nextPoint: 'Specify the next point (or press Enter to finish):',
@@ -596,6 +923,46 @@ export default {
596
923
  },
597
924
  sysvar: {
598
925
  prompt: 'Please input new value:'
926
+ },
927
+ zoom: {
928
+ mainPrompt: 'Specify corner of window or',
929
+ firstCorner: 'Specify first corner:',
930
+ secondCorner: 'Specify opposite corner:',
931
+ centerPoint: 'Specify center point:',
932
+ heightOrScale: 'Enter height or scale factor (nX or nXP):',
933
+ scaleFactor: 'Enter scale factor (nX or nXP):',
934
+ keywords: {
935
+ all: {
936
+ display: 'All(A)',
937
+ local: 'All',
938
+ global: 'All'
939
+ },
940
+ center: {
941
+ display: 'Center(C)',
942
+ local: 'Center',
943
+ global: 'Center'
944
+ },
945
+ extents: {
946
+ display: 'Extents(E)',
947
+ local: 'Extents',
948
+ global: 'Extents'
949
+ },
950
+ previous: {
951
+ display: 'Previous(P)',
952
+ local: 'Previous',
953
+ global: 'Previous'
954
+ },
955
+ scale: {
956
+ display: 'Scale(S)',
957
+ local: 'Scale',
958
+ global: 'Scale'
959
+ },
960
+ window: {
961
+ display: 'Window(W)',
962
+ local: 'Window',
963
+ global: 'Window'
964
+ }
965
+ }
599
966
  }
600
967
  };
601
968
  //# sourceMappingURL=jig.js.map