@mlightcad/cad-simple-viewer 1.5.10 → 1.6.0

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 (510) hide show
  1. package/README.md +23 -8
  2. package/dist/cad-simple-viewer.js +35023 -70495
  3. package/dist/cad-simple-viewer.umd.cjs +143 -420
  4. package/lib/app/AcApDocManager.d.ts +50 -39
  5. package/lib/app/AcApDocManager.d.ts.map +1 -1
  6. package/lib/app/AcApDocManager.js +146 -72
  7. package/lib/app/AcApDocManager.js.map +1 -1
  8. package/lib/app/AcApSettingManager.d.ts +24 -10
  9. package/lib/app/AcApSettingManager.d.ts.map +1 -1
  10. package/lib/app/AcApSettingManager.js +49 -10
  11. package/lib/app/AcApSettingManager.js.map +1 -1
  12. package/lib/app/AcApWebworkerReadiness.d.ts +7 -2
  13. package/lib/app/AcApWebworkerReadiness.d.ts.map +1 -1
  14. package/lib/app/AcApWebworkerReadiness.js +13 -8
  15. package/lib/app/AcApWebworkerReadiness.js.map +1 -1
  16. package/lib/app/AcApWorkerAssets.d.ts +14 -1
  17. package/lib/app/AcApWorkerAssets.d.ts.map +1 -1
  18. package/lib/app/AcApWorkerAssets.js +14 -1
  19. package/lib/app/AcApWorkerAssets.js.map +1 -1
  20. package/lib/app/index.d.ts +0 -1
  21. package/lib/app/index.d.ts.map +1 -1
  22. package/lib/app/index.js +0 -1
  23. package/lib/app/index.js.map +1 -1
  24. package/lib/command/AcApRedoCmd.d.ts +1 -1
  25. package/lib/command/AcApRedoCmd.d.ts.map +1 -1
  26. package/lib/command/AcApRedoCmd.js +9 -4
  27. package/lib/command/AcApRedoCmd.js.map +1 -1
  28. package/lib/command/AcApUndoCmd.d.ts +1 -1
  29. package/lib/command/AcApUndoCmd.d.ts.map +1 -1
  30. package/lib/command/AcApUndoCmd.js +9 -4
  31. package/lib/command/AcApUndoCmd.js.map +1 -1
  32. package/lib/command/convert/AcApConvertToPngCmd.d.ts.map +1 -1
  33. package/lib/command/convert/AcApConvertToPngCmd.js +5 -1
  34. package/lib/command/convert/AcApConvertToPngCmd.js.map +1 -1
  35. package/lib/command/convert/AcApPngConvertor.d.ts +4 -1
  36. package/lib/command/convert/AcApPngConvertor.d.ts.map +1 -1
  37. package/lib/command/convert/AcApPngConvertor.js +131 -78
  38. package/lib/command/convert/AcApPngConvertor.js.map +1 -1
  39. package/lib/command/draw/AcApRevCloudCmd.d.ts +48 -0
  40. package/lib/command/draw/AcApRevCloudCmd.d.ts.map +1 -0
  41. package/lib/command/draw/AcApRevCloudCmd.js +747 -0
  42. package/lib/command/draw/AcApRevCloudCmd.js.map +1 -0
  43. package/lib/command/draw/AcApRevCloudGeom.d.ts +57 -0
  44. package/lib/command/draw/AcApRevCloudGeom.d.ts.map +1 -0
  45. package/lib/command/draw/AcApRevCloudGeom.js +373 -0
  46. package/lib/command/draw/AcApRevCloudGeom.js.map +1 -0
  47. package/lib/command/draw/AcApSketchCmd.d.ts +59 -0
  48. package/lib/command/draw/AcApSketchCmd.d.ts.map +1 -0
  49. package/lib/command/draw/AcApSketchCmd.js +537 -0
  50. package/lib/command/draw/AcApSketchCmd.js.map +1 -0
  51. package/lib/command/draw/index.d.ts +3 -0
  52. package/lib/command/draw/index.d.ts.map +1 -1
  53. package/lib/command/draw/index.js +3 -0
  54. package/lib/command/draw/index.js.map +1 -1
  55. package/lib/command/index.d.ts +2 -1
  56. package/lib/command/index.d.ts.map +1 -1
  57. package/lib/command/index.js +2 -1
  58. package/lib/command/index.js.map +1 -1
  59. package/lib/command/markup/AcApClearMarkupsCmd.d.ts +10 -0
  60. package/lib/command/markup/AcApClearMarkupsCmd.d.ts.map +1 -0
  61. package/lib/command/{review/AcApRevCircleCmd.js → markup/AcApClearMarkupsCmd.js} +19 -49
  62. package/lib/command/markup/AcApClearMarkupsCmd.js.map +1 -0
  63. package/lib/command/markup/AcApMarkupArrowCmd.d.ts +10 -0
  64. package/lib/command/markup/AcApMarkupArrowCmd.d.ts.map +1 -0
  65. package/lib/command/markup/AcApMarkupArrowCmd.js +164 -0
  66. package/lib/command/markup/AcApMarkupArrowCmd.js.map +1 -0
  67. package/lib/command/markup/AcApMarkupCalloutCmd.d.ts +17 -0
  68. package/lib/command/markup/AcApMarkupCalloutCmd.d.ts.map +1 -0
  69. package/lib/command/markup/AcApMarkupCalloutCmd.js +259 -0
  70. package/lib/command/markup/AcApMarkupCalloutCmd.js.map +1 -0
  71. package/lib/command/markup/AcApMarkupCalloutDrag.d.ts +78 -0
  72. package/lib/command/markup/AcApMarkupCalloutDrag.d.ts.map +1 -0
  73. package/lib/command/markup/AcApMarkupCalloutDrag.js +78 -0
  74. package/lib/command/markup/AcApMarkupCalloutDrag.js.map +1 -0
  75. package/lib/command/markup/AcApMarkupCircleCmd.d.ts +10 -0
  76. package/lib/command/markup/AcApMarkupCircleCmd.d.ts.map +1 -0
  77. package/lib/command/markup/AcApMarkupCircleCmd.js +174 -0
  78. package/lib/command/markup/AcApMarkupCircleCmd.js.map +1 -0
  79. package/lib/command/markup/AcApMarkupCloudCmd.d.ts +11 -0
  80. package/lib/command/markup/AcApMarkupCloudCmd.d.ts.map +1 -0
  81. package/lib/command/markup/AcApMarkupCloudCmd.js +178 -0
  82. package/lib/command/markup/AcApMarkupCloudCmd.js.map +1 -0
  83. package/lib/command/markup/AcApMarkupCmdUtil.d.ts +43 -0
  84. package/lib/command/markup/AcApMarkupCmdUtil.d.ts.map +1 -0
  85. package/lib/command/markup/AcApMarkupCmdUtil.js +133 -0
  86. package/lib/command/markup/AcApMarkupCmdUtil.js.map +1 -0
  87. package/lib/command/markup/AcApMarkupGeometry.d.ts +57 -0
  88. package/lib/command/markup/AcApMarkupGeometry.d.ts.map +1 -0
  89. package/lib/command/markup/AcApMarkupGeometry.js +231 -0
  90. package/lib/command/markup/AcApMarkupGeometry.js.map +1 -0
  91. package/lib/command/markup/AcApMarkupHighlightCmd.d.ts +10 -0
  92. package/lib/command/markup/AcApMarkupHighlightCmd.d.ts.map +1 -0
  93. package/lib/command/markup/AcApMarkupHighlightCmd.js +166 -0
  94. package/lib/command/markup/AcApMarkupHighlightCmd.js.map +1 -0
  95. package/lib/command/markup/AcApMarkupHistory.d.ts +139 -0
  96. package/lib/command/markup/AcApMarkupHistory.d.ts.map +1 -0
  97. package/lib/command/markup/AcApMarkupHistory.js +336 -0
  98. package/lib/command/markup/AcApMarkupHistory.js.map +1 -0
  99. package/lib/command/markup/AcApMarkupImportExportCmd.d.ts +17 -0
  100. package/lib/command/markup/AcApMarkupImportExportCmd.d.ts.map +1 -0
  101. package/lib/command/markup/AcApMarkupImportExportCmd.js +182 -0
  102. package/lib/command/markup/AcApMarkupImportExportCmd.js.map +1 -0
  103. package/lib/command/markup/AcApMarkupLineCmd.d.ts +10 -0
  104. package/lib/command/markup/AcApMarkupLineCmd.d.ts.map +1 -0
  105. package/lib/command/markup/AcApMarkupLineCmd.js +185 -0
  106. package/lib/command/markup/AcApMarkupLineCmd.js.map +1 -0
  107. package/lib/command/markup/AcApMarkupPresenter.d.ts +62 -0
  108. package/lib/command/markup/AcApMarkupPresenter.d.ts.map +1 -0
  109. package/lib/command/markup/AcApMarkupPresenter.js +288 -0
  110. package/lib/command/markup/AcApMarkupPresenter.js.map +1 -0
  111. package/lib/command/markup/AcApMarkupRectCmd.d.ts +10 -0
  112. package/lib/command/markup/AcApMarkupRectCmd.d.ts.map +1 -0
  113. package/lib/command/markup/AcApMarkupRectCmd.js +174 -0
  114. package/lib/command/markup/AcApMarkupRectCmd.js.map +1 -0
  115. package/lib/command/markup/AcApMarkupRepublish.d.ts +29 -0
  116. package/lib/command/markup/AcApMarkupRepublish.d.ts.map +1 -0
  117. package/lib/command/markup/AcApMarkupRepublish.js +28 -0
  118. package/lib/command/markup/AcApMarkupRepublish.js.map +1 -0
  119. package/lib/command/markup/AcApMarkupShapeBuilder.d.ts +88 -0
  120. package/lib/command/markup/AcApMarkupShapeBuilder.d.ts.map +1 -0
  121. package/lib/command/markup/AcApMarkupShapeBuilder.js +246 -0
  122. package/lib/command/markup/AcApMarkupShapeBuilder.js.map +1 -0
  123. package/lib/command/markup/AcApMarkupShapeCallout.d.ts +46 -0
  124. package/lib/command/markup/AcApMarkupShapeCallout.d.ts.map +1 -0
  125. package/lib/command/markup/AcApMarkupShapeCallout.js +356 -0
  126. package/lib/command/markup/AcApMarkupShapeCallout.js.map +1 -0
  127. package/lib/command/markup/AcApMarkupSidecar.d.ts +14 -0
  128. package/lib/command/markup/AcApMarkupSidecar.d.ts.map +1 -0
  129. package/lib/command/markup/AcApMarkupSidecar.js +196 -0
  130. package/lib/command/markup/AcApMarkupSidecar.js.map +1 -0
  131. package/lib/command/markup/AcApMarkupStampCmd.d.ts +10 -0
  132. package/lib/command/markup/AcApMarkupStampCmd.d.ts.map +1 -0
  133. package/lib/command/markup/AcApMarkupStampCmd.js +158 -0
  134. package/lib/command/markup/AcApMarkupStampCmd.js.map +1 -0
  135. package/lib/command/markup/AcApMarkupStore.d.ts +94 -0
  136. package/lib/command/markup/AcApMarkupStore.d.ts.map +1 -0
  137. package/lib/command/markup/AcApMarkupStore.js +327 -0
  138. package/lib/command/markup/AcApMarkupStore.js.map +1 -0
  139. package/lib/command/markup/AcApMarkupTextCmd.d.ts +10 -0
  140. package/lib/command/markup/AcApMarkupTextCmd.d.ts.map +1 -0
  141. package/lib/command/markup/AcApMarkupTextCmd.js +141 -0
  142. package/lib/command/markup/AcApMarkupTextCmd.js.map +1 -0
  143. package/lib/command/markup/AcApMarkupTextEdit.d.ts +88 -0
  144. package/lib/command/markup/AcApMarkupTextEdit.d.ts.map +1 -0
  145. package/lib/command/markup/AcApMarkupTextEdit.js +249 -0
  146. package/lib/command/markup/AcApMarkupTextEdit.js.map +1 -0
  147. package/lib/command/markup/AcApMarkupTypes.d.ts +118 -0
  148. package/lib/command/markup/AcApMarkupTypes.d.ts.map +1 -0
  149. package/lib/command/markup/AcApMarkupTypes.js +8 -0
  150. package/lib/command/markup/AcApMarkupTypes.js.map +1 -0
  151. package/lib/command/markup/AcApMarkupUtil.d.ts +41 -0
  152. package/lib/command/markup/AcApMarkupUtil.d.ts.map +1 -0
  153. package/lib/command/markup/AcApMarkupUtil.js +135 -0
  154. package/lib/command/markup/AcApMarkupUtil.js.map +1 -0
  155. package/lib/command/markup/AcApMarkupVisibilityCmd.d.ts +17 -0
  156. package/lib/command/markup/AcApMarkupVisibilityCmd.d.ts.map +1 -0
  157. package/lib/command/{review/AcApRevVisibilityCmd.js → markup/AcApMarkupVisibilityCmd.js} +30 -27
  158. package/lib/command/markup/AcApMarkupVisibilityCmd.js.map +1 -0
  159. package/lib/command/markup/entity/AcApMarkupCalloutEntity.d.ts +48 -0
  160. package/lib/command/markup/entity/AcApMarkupCalloutEntity.d.ts.map +1 -0
  161. package/lib/command/markup/entity/AcApMarkupCalloutEntity.js +291 -0
  162. package/lib/command/markup/entity/AcApMarkupCalloutEntity.js.map +1 -0
  163. package/lib/command/markup/entity/AcApMarkupEntity.d.ts +131 -0
  164. package/lib/command/markup/entity/AcApMarkupEntity.d.ts.map +1 -0
  165. package/lib/command/markup/entity/AcApMarkupEntity.js +191 -0
  166. package/lib/command/markup/entity/AcApMarkupEntity.js.map +1 -0
  167. package/lib/command/markup/entity/AcApMarkupEntityFactory.d.ts +20 -0
  168. package/lib/command/markup/entity/AcApMarkupEntityFactory.d.ts.map +1 -0
  169. package/lib/command/markup/entity/AcApMarkupEntityFactory.js +43 -0
  170. package/lib/command/markup/entity/AcApMarkupEntityFactory.js.map +1 -0
  171. package/lib/command/markup/entity/AcApMarkupEntityGrips.d.ts +94 -0
  172. package/lib/command/markup/entity/AcApMarkupEntityGrips.d.ts.map +1 -0
  173. package/lib/command/markup/entity/AcApMarkupEntityGrips.js +204 -0
  174. package/lib/command/markup/entity/AcApMarkupEntityGrips.js.map +1 -0
  175. package/lib/command/markup/entity/AcApMarkupHighlightEntity.d.ts +27 -0
  176. package/lib/command/markup/entity/AcApMarkupHighlightEntity.d.ts.map +1 -0
  177. package/lib/command/markup/entity/AcApMarkupHighlightEntity.js +124 -0
  178. package/lib/command/markup/entity/AcApMarkupHighlightEntity.js.map +1 -0
  179. package/lib/command/markup/entity/AcApMarkupSegmentEntity.d.ts +40 -0
  180. package/lib/command/markup/entity/AcApMarkupSegmentEntity.d.ts.map +1 -0
  181. package/lib/command/markup/entity/AcApMarkupSegmentEntity.js +294 -0
  182. package/lib/command/markup/entity/AcApMarkupSegmentEntity.js.map +1 -0
  183. package/lib/command/markup/entity/AcApMarkupShapeEntity.d.ts +32 -0
  184. package/lib/command/markup/entity/AcApMarkupShapeEntity.d.ts.map +1 -0
  185. package/lib/command/markup/entity/AcApMarkupShapeEntity.js +241 -0
  186. package/lib/command/markup/entity/AcApMarkupShapeEntity.js.map +1 -0
  187. package/lib/command/markup/entity/AcApMarkupStampEntity.d.ts +23 -0
  188. package/lib/command/markup/entity/AcApMarkupStampEntity.d.ts.map +1 -0
  189. package/lib/command/markup/entity/AcApMarkupStampEntity.js +125 -0
  190. package/lib/command/markup/entity/AcApMarkupStampEntity.js.map +1 -0
  191. package/lib/command/markup/entity/AcApMarkupTextEntity.d.ts +23 -0
  192. package/lib/command/markup/entity/AcApMarkupTextEntity.d.ts.map +1 -0
  193. package/lib/command/markup/entity/AcApMarkupTextEntity.js +129 -0
  194. package/lib/command/markup/entity/AcApMarkupTextEntity.js.map +1 -0
  195. package/lib/command/markup/entity/index.d.ts +13 -0
  196. package/lib/command/markup/entity/index.d.ts.map +1 -0
  197. package/lib/command/markup/entity/index.js +13 -0
  198. package/lib/command/markup/entity/index.js.map +1 -0
  199. package/lib/command/markup/index.d.ts +27 -0
  200. package/lib/command/markup/index.d.ts.map +1 -0
  201. package/lib/command/markup/index.js +27 -0
  202. package/lib/command/markup/index.js.map +1 -0
  203. package/lib/command/measure/AcApClearMeasurementsCmd.d.ts +5 -12
  204. package/lib/command/measure/AcApClearMeasurementsCmd.d.ts.map +1 -1
  205. package/lib/command/measure/AcApClearMeasurementsCmd.js +42 -20
  206. package/lib/command/measure/AcApClearMeasurementsCmd.js.map +1 -1
  207. package/lib/command/measure/AcApMeasureAngleCmd.d.ts +13 -3
  208. package/lib/command/measure/AcApMeasureAngleCmd.d.ts.map +1 -1
  209. package/lib/command/measure/AcApMeasureAngleCmd.js +76 -210
  210. package/lib/command/measure/AcApMeasureAngleCmd.js.map +1 -1
  211. package/lib/command/measure/AcApMeasureArcCmd.d.ts +21 -1
  212. package/lib/command/measure/AcApMeasureArcCmd.d.ts.map +1 -1
  213. package/lib/command/measure/AcApMeasureArcCmd.js +103 -97
  214. package/lib/command/measure/AcApMeasureArcCmd.js.map +1 -1
  215. package/lib/command/measure/AcApMeasureAreaCmd.d.ts +11 -1
  216. package/lib/command/measure/AcApMeasureAreaCmd.d.ts.map +1 -1
  217. package/lib/command/measure/AcApMeasureAreaCmd.js +126 -144
  218. package/lib/command/measure/AcApMeasureAreaCmd.js.map +1 -1
  219. package/lib/command/measure/AcApMeasureDistanceCmd.d.ts +24 -15
  220. package/lib/command/measure/AcApMeasureDistanceCmd.d.ts.map +1 -1
  221. package/lib/command/measure/AcApMeasureDistanceCmd.js +52 -52
  222. package/lib/command/measure/AcApMeasureDistanceCmd.js.map +1 -1
  223. package/lib/command/measure/AcApMeasurePointCmd.d.ts +24 -0
  224. package/lib/command/measure/AcApMeasurePointCmd.d.ts.map +1 -0
  225. package/lib/command/measure/AcApMeasurePointCmd.js +114 -0
  226. package/lib/command/measure/AcApMeasurePointCmd.js.map +1 -0
  227. package/lib/command/measure/AcApMeasurementGeometry.d.ts +22 -0
  228. package/lib/command/measure/AcApMeasurementGeometry.d.ts.map +1 -0
  229. package/lib/command/measure/AcApMeasurementGeometry.js +127 -0
  230. package/lib/command/measure/AcApMeasurementGeometry.js.map +1 -0
  231. package/lib/command/measure/AcApMeasurementHistory.d.ts +78 -0
  232. package/lib/command/measure/AcApMeasurementHistory.d.ts.map +1 -0
  233. package/lib/command/measure/AcApMeasurementHistory.js +387 -0
  234. package/lib/command/measure/AcApMeasurementHistory.js.map +1 -0
  235. package/lib/command/measure/AcApMeasurementImportExportCmd.d.ts +17 -0
  236. package/lib/command/measure/AcApMeasurementImportExportCmd.d.ts.map +1 -0
  237. package/lib/command/measure/AcApMeasurementImportExportCmd.js +207 -0
  238. package/lib/command/measure/AcApMeasurementImportExportCmd.js.map +1 -0
  239. package/lib/command/measure/AcApMeasurementPlace.d.ts +9 -0
  240. package/lib/command/measure/AcApMeasurementPlace.d.ts.map +1 -0
  241. package/lib/command/measure/AcApMeasurementPlace.js +33 -0
  242. package/lib/command/measure/AcApMeasurementPlace.js.map +1 -0
  243. package/lib/command/measure/AcApMeasurementSidecar.d.ts +19 -0
  244. package/lib/command/measure/AcApMeasurementSidecar.d.ts.map +1 -0
  245. package/lib/command/measure/AcApMeasurementSidecar.js +173 -0
  246. package/lib/command/measure/AcApMeasurementSidecar.js.map +1 -0
  247. package/lib/command/measure/AcApMeasurementStore.d.ts +90 -0
  248. package/lib/command/measure/AcApMeasurementStore.d.ts.map +1 -0
  249. package/lib/command/measure/AcApMeasurementStore.js +364 -0
  250. package/lib/command/measure/AcApMeasurementStore.js.map +1 -0
  251. package/lib/command/measure/AcApMeasurementTypes.d.ts +56 -0
  252. package/lib/command/measure/AcApMeasurementTypes.d.ts.map +1 -0
  253. package/lib/command/measure/AcApMeasurementTypes.js +2 -0
  254. package/lib/command/measure/AcApMeasurementTypes.js.map +1 -0
  255. package/lib/command/measure/AcApMeasurementVisibilityCmd.d.ts +10 -0
  256. package/lib/command/measure/AcApMeasurementVisibilityCmd.d.ts.map +1 -0
  257. package/lib/command/measure/AcApMeasurementVisibilityCmd.js +78 -0
  258. package/lib/command/measure/AcApMeasurementVisibilityCmd.js.map +1 -0
  259. package/lib/command/measure/entity/AcApMeasureAngleEntity.d.ts +68 -0
  260. package/lib/command/measure/entity/AcApMeasureAngleEntity.d.ts.map +1 -0
  261. package/lib/command/measure/entity/AcApMeasureAngleEntity.js +188 -0
  262. package/lib/command/measure/entity/AcApMeasureAngleEntity.js.map +1 -0
  263. package/lib/command/measure/entity/AcApMeasureArcEntity.d.ts +85 -0
  264. package/lib/command/measure/entity/AcApMeasureArcEntity.d.ts.map +1 -0
  265. package/lib/command/measure/entity/AcApMeasureArcEntity.js +159 -0
  266. package/lib/command/measure/entity/AcApMeasureArcEntity.js.map +1 -0
  267. package/lib/command/measure/entity/AcApMeasureAreaEntity.d.ts +60 -0
  268. package/lib/command/measure/entity/AcApMeasureAreaEntity.d.ts.map +1 -0
  269. package/lib/command/measure/entity/AcApMeasureAreaEntity.js +184 -0
  270. package/lib/command/measure/entity/AcApMeasureAreaEntity.js.map +1 -0
  271. package/lib/command/measure/entity/AcApMeasureDistanceEntity.d.ts +60 -0
  272. package/lib/command/measure/entity/AcApMeasureDistanceEntity.d.ts.map +1 -0
  273. package/lib/command/measure/entity/AcApMeasureDistanceEntity.js +166 -0
  274. package/lib/command/measure/entity/AcApMeasureDistanceEntity.js.map +1 -0
  275. package/lib/command/measure/entity/AcApMeasureDrawUtil.d.ts +129 -0
  276. package/lib/command/measure/entity/AcApMeasureDrawUtil.d.ts.map +1 -0
  277. package/lib/command/measure/entity/AcApMeasureDrawUtil.js +257 -0
  278. package/lib/command/measure/entity/AcApMeasureDrawUtil.js.map +1 -0
  279. package/lib/command/measure/entity/AcApMeasureEntity.d.ts +148 -0
  280. package/lib/command/measure/entity/AcApMeasureEntity.d.ts.map +1 -0
  281. package/lib/command/measure/entity/AcApMeasureEntity.js +141 -0
  282. package/lib/command/measure/entity/AcApMeasureEntity.js.map +1 -0
  283. package/lib/command/measure/entity/AcApMeasureEntityFactory.d.ts +15 -0
  284. package/lib/command/measure/entity/AcApMeasureEntityFactory.d.ts.map +1 -0
  285. package/lib/command/measure/entity/AcApMeasureEntityFactory.js +35 -0
  286. package/lib/command/measure/entity/AcApMeasureEntityFactory.js.map +1 -0
  287. package/lib/command/measure/entity/AcApMeasurePointEntity.d.ts +56 -0
  288. package/lib/command/measure/entity/AcApMeasurePointEntity.d.ts.map +1 -0
  289. package/lib/command/measure/entity/AcApMeasurePointEntity.js +125 -0
  290. package/lib/command/measure/entity/AcApMeasurePointEntity.js.map +1 -0
  291. package/lib/command/measure/entity/index.d.ts +12 -0
  292. package/lib/command/measure/entity/index.d.ts.map +1 -0
  293. package/lib/command/measure/entity/index.js +12 -0
  294. package/lib/command/measure/entity/index.js.map +1 -0
  295. package/lib/command/measure/index.d.ts +10 -0
  296. package/lib/command/measure/index.d.ts.map +1 -1
  297. package/lib/command/measure/index.js +10 -0
  298. package/lib/command/measure/index.js.map +1 -1
  299. package/lib/command/modify/AcApCopyCmd.d.ts +1 -1
  300. package/lib/command/modify/AcApCopyCmd.js +2 -2
  301. package/lib/command/modify/AcApCopyCmd.js.map +1 -1
  302. package/lib/command/modify/AcApMoveCmd.js +1 -1
  303. package/lib/command/modify/AcApMoveCmd.js.map +1 -1
  304. package/lib/command/modify/AcApOffsetCmd.d.ts +1 -1
  305. package/lib/command/modify/AcApOffsetCmd.d.ts.map +1 -1
  306. package/lib/command/modify/AcApOffsetCmd.js +5 -10
  307. package/lib/command/modify/AcApOffsetCmd.js.map +1 -1
  308. package/lib/command/modify/AcApRotateCmd.d.ts +1 -1
  309. package/lib/command/modify/AcApRotateCmd.js +2 -2
  310. package/lib/command/modify/AcApRotateCmd.js.map +1 -1
  311. package/lib/command/overlay/AcApHtmlLivePreview.d.ts +121 -0
  312. package/lib/command/overlay/AcApHtmlLivePreview.d.ts.map +1 -0
  313. package/lib/command/overlay/AcApHtmlLivePreview.js +193 -0
  314. package/lib/command/overlay/AcApHtmlLivePreview.js.map +1 -0
  315. package/lib/command/overlay/AcApOverlayDrawUtil.d.ts +63 -0
  316. package/lib/command/overlay/AcApOverlayDrawUtil.d.ts.map +1 -0
  317. package/lib/command/overlay/AcApOverlayDrawUtil.js +115 -0
  318. package/lib/command/overlay/AcApOverlayDrawUtil.js.map +1 -0
  319. package/lib/command/overlay/AcApOverlayEntity.d.ts +93 -0
  320. package/lib/command/overlay/AcApOverlayEntity.d.ts.map +1 -0
  321. package/lib/command/overlay/AcApOverlayEntity.js +65 -0
  322. package/lib/command/overlay/AcApOverlayEntity.js.map +1 -0
  323. package/lib/command/overlay/AcApOverlayGripHost.d.ts +105 -0
  324. package/lib/command/overlay/AcApOverlayGripHost.d.ts.map +1 -0
  325. package/lib/command/overlay/AcApOverlayGripHost.js +207 -0
  326. package/lib/command/overlay/AcApOverlayGripHost.js.map +1 -0
  327. package/lib/command/overlay/AcApOverlaySerializable.d.ts +20 -0
  328. package/lib/command/overlay/AcApOverlaySerializable.d.ts.map +1 -0
  329. package/lib/command/overlay/AcApOverlaySerializable.js +2 -0
  330. package/lib/command/overlay/AcApOverlaySerializable.js.map +1 -0
  331. package/lib/command/overlay/index.d.ts +13 -0
  332. package/lib/command/overlay/index.d.ts.map +1 -0
  333. package/lib/command/overlay/index.js +13 -0
  334. package/lib/command/overlay/index.js.map +1 -0
  335. package/lib/editor/command/AcEdCommand.d.ts.map +1 -1
  336. package/lib/editor/command/AcEdCommand.js +1 -0
  337. package/lib/editor/command/AcEdCommand.js.map +1 -1
  338. package/lib/editor/global/AcEdUiLayout.d.ts +3 -3
  339. package/lib/editor/global/AcEdUiLayout.d.ts.map +1 -1
  340. package/lib/editor/global/AcEdUiLayout.js +3 -3
  341. package/lib/editor/global/AcEdUiLayout.js.map +1 -1
  342. package/lib/editor/global/AcEdUiTheme.d.ts +1 -1
  343. package/lib/editor/global/AcEdUiTheme.d.ts.map +1 -1
  344. package/lib/editor/global/AcEdUiTheme.js +1 -1
  345. package/lib/editor/global/AcEdUiTheme.js.map +1 -1
  346. package/lib/editor/global/eventBus.d.ts +5 -0
  347. package/lib/editor/global/eventBus.d.ts.map +1 -1
  348. package/lib/editor/global/eventBus.js.map +1 -1
  349. package/lib/editor/input/AcEditor.d.ts +6 -0
  350. package/lib/editor/input/AcEditor.d.ts.map +1 -1
  351. package/lib/editor/input/AcEditor.js +10 -0
  352. package/lib/editor/input/AcEditor.js.map +1 -1
  353. package/lib/editor/input/prompt/AcEdPromptBoxOptions.d.ts +7 -0
  354. package/lib/editor/input/prompt/AcEdPromptBoxOptions.d.ts.map +1 -1
  355. package/lib/editor/input/prompt/AcEdPromptBoxOptions.js +17 -0
  356. package/lib/editor/input/prompt/AcEdPromptBoxOptions.js.map +1 -1
  357. package/lib/editor/input/ui/AcEdInputManager.d.ts +9 -0
  358. package/lib/editor/input/ui/AcEdInputManager.d.ts.map +1 -1
  359. package/lib/editor/input/ui/AcEdInputManager.js +17 -0
  360. package/lib/editor/input/ui/AcEdInputManager.js.map +1 -1
  361. package/lib/editor/input/ui/AcEdMTextEditor.js +3 -3
  362. package/lib/editor/input/ui/AcEdMTextEditor.js.map +1 -1
  363. package/lib/i18n/cs/command.d.ts +60 -0
  364. package/lib/i18n/cs/command.d.ts.map +1 -1
  365. package/lib/i18n/cs/command.js +63 -3
  366. package/lib/i18n/cs/command.js.map +1 -1
  367. package/lib/i18n/cs/jig.d.ts +1227 -1
  368. package/lib/i18n/cs/jig.d.ts.map +1 -1
  369. package/lib/i18n/cs/jig.js +1226 -6
  370. package/lib/i18n/cs/jig.js.map +1 -1
  371. package/lib/i18n/cs/main.d.ts +5 -0
  372. package/lib/i18n/cs/main.d.ts.map +1 -1
  373. package/lib/i18n/cs/main.js +5 -0
  374. package/lib/i18n/cs/main.js.map +1 -1
  375. package/lib/i18n/en/command.d.ts +57 -0
  376. package/lib/i18n/en/command.d.ts.map +1 -1
  377. package/lib/i18n/en/command.js +60 -3
  378. package/lib/i18n/en/command.js.map +1 -1
  379. package/lib/i18n/en/jig.d.ts +180 -0
  380. package/lib/i18n/en/jig.d.ts.map +1 -1
  381. package/lib/i18n/en/jig.js +181 -1
  382. package/lib/i18n/en/jig.js.map +1 -1
  383. package/lib/i18n/en/main.d.ts +5 -0
  384. package/lib/i18n/en/main.d.ts.map +1 -1
  385. package/lib/i18n/en/main.js +5 -0
  386. package/lib/i18n/en/main.js.map +1 -1
  387. package/lib/i18n/tr/command.d.ts +57 -0
  388. package/lib/i18n/tr/command.d.ts.map +1 -1
  389. package/lib/i18n/tr/command.js +60 -3
  390. package/lib/i18n/tr/command.js.map +1 -1
  391. package/lib/i18n/tr/jig.d.ts +180 -0
  392. package/lib/i18n/tr/jig.d.ts.map +1 -1
  393. package/lib/i18n/tr/jig.js +181 -1
  394. package/lib/i18n/tr/jig.js.map +1 -1
  395. package/lib/i18n/tr/main.d.ts +7 -0
  396. package/lib/i18n/tr/main.d.ts.map +1 -1
  397. package/lib/i18n/tr/main.js +7 -0
  398. package/lib/i18n/tr/main.js.map +1 -1
  399. package/lib/i18n/zh/command.d.ts +57 -0
  400. package/lib/i18n/zh/command.d.ts.map +1 -1
  401. package/lib/i18n/zh/command.js +60 -3
  402. package/lib/i18n/zh/command.js.map +1 -1
  403. package/lib/i18n/zh/jig.d.ts +180 -0
  404. package/lib/i18n/zh/jig.d.ts.map +1 -1
  405. package/lib/i18n/zh/jig.js +181 -1
  406. package/lib/i18n/zh/jig.js.map +1 -1
  407. package/lib/i18n/zh/main.d.ts +5 -0
  408. package/lib/i18n/zh/main.d.ts.map +1 -1
  409. package/lib/i18n/zh/main.js +5 -0
  410. package/lib/i18n/zh/main.js.map +1 -1
  411. package/lib/plugin/AcApPluginManager.d.ts.map +1 -1
  412. package/lib/plugin/AcApPluginManager.js +2 -1
  413. package/lib/plugin/AcApPluginManager.js.map +1 -1
  414. package/lib/service/AcApEntitySelection.d.ts +0 -3
  415. package/lib/service/AcApEntitySelection.d.ts.map +1 -1
  416. package/lib/service/AcApEntitySelection.js +42 -36
  417. package/lib/service/AcApEntitySelection.js.map +1 -1
  418. package/lib/ui/AcApDrawStyle.d.ts +63 -0
  419. package/lib/ui/AcApDrawStyle.d.ts.map +1 -0
  420. package/lib/ui/AcApDrawStyle.js +149 -0
  421. package/lib/ui/AcApDrawStyle.js.map +1 -0
  422. package/lib/ui/AcApDrawStyleToolbar.d.ts +124 -0
  423. package/lib/ui/AcApDrawStyleToolbar.d.ts.map +1 -0
  424. package/lib/ui/AcApDrawStyleToolbar.js +486 -0
  425. package/lib/ui/AcApDrawStyleToolbar.js.map +1 -0
  426. package/lib/ui/AcUiDialog.d.ts.map +1 -1
  427. package/lib/ui/AcUiDialog.js +2 -2
  428. package/lib/ui/AcUiDialog.js.map +1 -1
  429. package/lib/ui/index.d.ts +2 -0
  430. package/lib/ui/index.d.ts.map +1 -1
  431. package/lib/ui/index.js +2 -0
  432. package/lib/ui/index.js.map +1 -1
  433. package/lib/util/AcApDatabaseEdit.d.ts.map +1 -1
  434. package/lib/util/AcApDatabaseEdit.js +1 -0
  435. package/lib/util/AcApDatabaseEdit.js.map +1 -1
  436. package/lib/util/AcApMeasurementUnits.d.ts +52 -0
  437. package/lib/util/AcApMeasurementUnits.d.ts.map +1 -0
  438. package/lib/util/AcApMeasurementUnits.js +137 -0
  439. package/lib/util/AcApMeasurementUnits.js.map +1 -0
  440. package/lib/util/AcApMeasurementUtil.d.ts +42 -0
  441. package/lib/util/AcApMeasurementUtil.d.ts.map +1 -0
  442. package/lib/util/AcApMeasurementUtil.js +98 -0
  443. package/lib/util/AcApMeasurementUtil.js.map +1 -0
  444. package/lib/util/AcApScreenHitTest.d.ts +35 -0
  445. package/lib/util/AcApScreenHitTest.d.ts.map +1 -0
  446. package/lib/util/AcApScreenHitTest.js +98 -0
  447. package/lib/util/AcApScreenHitTest.js.map +1 -0
  448. package/lib/util/AcApScriptParser.d.ts +13 -0
  449. package/lib/util/AcApScriptParser.d.ts.map +1 -0
  450. package/lib/util/AcApScriptParser.js +55 -0
  451. package/lib/util/AcApScriptParser.js.map +1 -0
  452. package/lib/util/index.d.ts +4 -1
  453. package/lib/util/index.d.ts.map +1 -1
  454. package/lib/util/index.js +4 -1
  455. package/lib/util/index.js.map +1 -1
  456. package/lib/view/AcEdReviewOverlayPick.d.ts +25 -0
  457. package/lib/view/AcEdReviewOverlayPick.d.ts.map +1 -0
  458. package/lib/view/AcEdReviewOverlayPick.js +229 -0
  459. package/lib/view/AcEdReviewOverlayPick.js.map +1 -0
  460. package/lib/view/AcEdViewKeyHandler.d.ts.map +1 -1
  461. package/lib/view/AcEdViewKeyHandler.js +53 -0
  462. package/lib/view/AcEdViewKeyHandler.js.map +1 -1
  463. package/lib/view/AcTrScene.d.ts +15 -1
  464. package/lib/view/AcTrScene.d.ts.map +1 -1
  465. package/lib/view/AcTrScene.js +25 -2
  466. package/lib/view/AcTrScene.js.map +1 -1
  467. package/lib/view/AcTrView2d.d.ts +46 -5
  468. package/lib/view/AcTrView2d.d.ts.map +1 -1
  469. package/lib/view/AcTrView2d.js +179 -74
  470. package/lib/view/AcTrView2d.js.map +1 -1
  471. package/lib/view/index.d.ts +1 -0
  472. package/lib/view/index.d.ts.map +1 -1
  473. package/lib/view/index.js +1 -0
  474. package/lib/view/index.js.map +1 -1
  475. package/package.json +7 -6
  476. package/dist/libredwg-parser-worker.js +0 -7525
  477. package/lib/app/AcApAnnotation.d.ts +0 -47
  478. package/lib/app/AcApAnnotation.d.ts.map +0 -1
  479. package/lib/app/AcApAnnotation.js +0 -135
  480. package/lib/app/AcApAnnotation.js.map +0 -1
  481. package/lib/command/review/AcApBaseRevCmd.d.ts +0 -36
  482. package/lib/command/review/AcApBaseRevCmd.d.ts.map +0 -1
  483. package/lib/command/review/AcApBaseRevCmd.js +0 -68
  484. package/lib/command/review/AcApBaseRevCmd.js.map +0 -1
  485. package/lib/command/review/AcApRevCircleCmd.d.ts +0 -18
  486. package/lib/command/review/AcApRevCircleCmd.d.ts.map +0 -1
  487. package/lib/command/review/AcApRevCircleCmd.js.map +0 -1
  488. package/lib/command/review/AcApRevCloudCmd.d.ts +0 -26
  489. package/lib/command/review/AcApRevCloudCmd.d.ts.map +0 -1
  490. package/lib/command/review/AcApRevCloudCmd.js +0 -240
  491. package/lib/command/review/AcApRevCloudCmd.js.map +0 -1
  492. package/lib/command/review/AcApRevRectCmd.d.ts +0 -18
  493. package/lib/command/review/AcApRevRectCmd.d.ts.map +0 -1
  494. package/lib/command/review/AcApRevRectCmd.js +0 -155
  495. package/lib/command/review/AcApRevRectCmd.js.map +0 -1
  496. package/lib/command/review/AcApRevVisibilityCmd.d.ts +0 -15
  497. package/lib/command/review/AcApRevVisibilityCmd.d.ts.map +0 -1
  498. package/lib/command/review/AcApRevVisibilityCmd.js.map +0 -1
  499. package/lib/command/review/AcApSketchCmd.d.ts +0 -32
  500. package/lib/command/review/AcApSketchCmd.d.ts.map +0 -1
  501. package/lib/command/review/AcApSketchCmd.js +0 -175
  502. package/lib/command/review/AcApSketchCmd.js.map +0 -1
  503. package/lib/command/review/index.d.ts +0 -7
  504. package/lib/command/review/index.d.ts.map +0 -1
  505. package/lib/command/review/index.js +0 -7
  506. package/lib/command/review/index.js.map +0 -1
  507. package/lib/util/AcApMeasurementElementGenerator.d.ts +0 -36
  508. package/lib/util/AcApMeasurementElementGenerator.d.ts.map +0 -1
  509. package/lib/util/AcApMeasurementElementGenerator.js +0 -92
  510. package/lib/util/AcApMeasurementElementGenerator.js.map +0 -1
@@ -1,2 +1,1228 @@
1
- export { default } from '../en/jig';
1
+ declare const _default: {
2
+ arc: {
3
+ startPointOrCenter: string;
4
+ secondPointOrOptions: string;
5
+ secondPoint: string;
6
+ startPoint: string;
7
+ centerPoint: string;
8
+ endPoint: string;
9
+ endPointOrOptions: string;
10
+ centerPointOrOptions: string;
11
+ includedAngle: string;
12
+ chordLength: string;
13
+ tangentDirection: string;
14
+ radius: string;
15
+ keywords: {
16
+ center: {
17
+ display: string;
18
+ local: string;
19
+ global: string;
20
+ };
21
+ end: {
22
+ display: string;
23
+ local: string;
24
+ global: string;
25
+ };
26
+ angle: {
27
+ display: string;
28
+ local: string;
29
+ global: string;
30
+ };
31
+ chordLength: {
32
+ display: string;
33
+ local: string;
34
+ global: string;
35
+ };
36
+ direction: {
37
+ display: string;
38
+ local: string;
39
+ global: string;
40
+ };
41
+ radius: {
42
+ display: string;
43
+ local: string;
44
+ global: string;
45
+ };
46
+ };
47
+ invalid: {
48
+ threePoint: string;
49
+ center: string;
50
+ angle: string;
51
+ chordLength: string;
52
+ direction: string;
53
+ radius: string;
54
+ };
55
+ };
56
+ circle: {
57
+ center: string;
58
+ centerOrOptions: string;
59
+ radius: string;
60
+ radiusOrDiameter: string;
61
+ diameter: string;
62
+ twoPointFirst: string;
63
+ twoPointSecond: string;
64
+ threePointFirst: string;
65
+ threePointSecond: string;
66
+ threePointThird: string;
67
+ keywords: {
68
+ threeP: {
69
+ display: string;
70
+ local: string;
71
+ global: string;
72
+ };
73
+ twoP: {
74
+ display: string;
75
+ local: string;
76
+ global: string;
77
+ };
78
+ diameter: {
79
+ display: string;
80
+ local: string;
81
+ global: string;
82
+ };
83
+ };
84
+ };
85
+ copy: {
86
+ basePointOrOptions: string;
87
+ displacementOrArray: string;
88
+ secondPointOrArray: string;
89
+ modePrompt: string;
90
+ arrayItemCount: string;
91
+ arraySecondPointOrFit: string;
92
+ arrayFitSecondPoint: string;
93
+ keywords: {
94
+ displacement: {
95
+ display: string;
96
+ local: string;
97
+ global: string;
98
+ };
99
+ mode: {
100
+ display: string;
101
+ local: string;
102
+ global: string;
103
+ };
104
+ multiple: {
105
+ display: string;
106
+ local: string;
107
+ global: string;
108
+ };
109
+ single: {
110
+ display: string;
111
+ local: string;
112
+ global: string;
113
+ };
114
+ array: {
115
+ display: string;
116
+ local: string;
117
+ global: string;
118
+ };
119
+ fit: {
120
+ display: string;
121
+ local: string;
122
+ global: string;
123
+ };
124
+ };
125
+ };
126
+ dimlinear: {
127
+ xLine1Point: string;
128
+ xLine2Point: string;
129
+ dimLinePoint: string;
130
+ };
131
+ ellipse: {
132
+ axisEndpointOrOptions: string;
133
+ arcAxisEndpointOrCenter: string;
134
+ center: string;
135
+ firstAxisEndpoint: string;
136
+ secondAxisEndpoint: string;
137
+ otherAxisOrRotation: string;
138
+ rotationAngle: string;
139
+ arcStartAngle: string;
140
+ arcEndAngle: string;
141
+ keywords: {
142
+ arc: {
143
+ display: string;
144
+ local: string;
145
+ global: string;
146
+ };
147
+ center: {
148
+ display: string;
149
+ local: string;
150
+ global: string;
151
+ };
152
+ rotation: {
153
+ display: string;
154
+ local: string;
155
+ global: string;
156
+ };
157
+ };
158
+ invalid: {
159
+ axis: string;
160
+ otherAxis: string;
161
+ rotation: string;
162
+ };
163
+ };
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;
174
+ keywords: {
175
+ pick: {
176
+ display: string;
177
+ local: string;
178
+ global: string;
179
+ };
180
+ select: {
181
+ display: string;
182
+ local: string;
183
+ global: string;
184
+ };
185
+ cancel: {
186
+ display: string;
187
+ local: string;
188
+ global: string;
189
+ };
190
+ pattern: {
191
+ display: string;
192
+ local: string;
193
+ global: string;
194
+ };
195
+ scale: {
196
+ display: string;
197
+ local: string;
198
+ global: string;
199
+ };
200
+ angle: {
201
+ display: string;
202
+ local: string;
203
+ global: string;
204
+ };
205
+ style: {
206
+ display: string;
207
+ local: string;
208
+ global: string;
209
+ };
210
+ associative: {
211
+ display: string;
212
+ local: string;
213
+ global: string;
214
+ };
215
+ normal: {
216
+ display: string;
217
+ local: string;
218
+ global: string;
219
+ };
220
+ outer: {
221
+ display: string;
222
+ local: string;
223
+ global: string;
224
+ };
225
+ ignore: {
226
+ display: string;
227
+ local: string;
228
+ global: string;
229
+ };
230
+ yes: {
231
+ display: string;
232
+ local: string;
233
+ global: string;
234
+ };
235
+ no: {
236
+ display: string;
237
+ local: string;
238
+ global: string;
239
+ };
240
+ };
241
+ };
242
+ hideobjects: {
243
+ hidden: string;
244
+ restored: string;
245
+ nothingToRestore: string;
246
+ };
247
+ entout: {
248
+ longSidePrompt: string;
249
+ exported: string;
250
+ skipped: string;
251
+ failed: {
252
+ 'no-preview-root': string;
253
+ 'no-bounds': string;
254
+ 'capture-failed': string;
255
+ 'download-failed': string;
256
+ };
257
+ };
258
+ layer: {
259
+ main: string;
260
+ listSummary: string;
261
+ emptyInput: string;
262
+ newPrompt: string;
263
+ makePrompt: string;
264
+ setPrompt: string;
265
+ onPrompt: string;
266
+ offPrompt: string;
267
+ freezePrompt: string;
268
+ thawPrompt: string;
269
+ lockPrompt: string;
270
+ unlockPrompt: string;
271
+ colorLayerPrompt: string;
272
+ colorValuePrompt: string;
273
+ invalidColor: string;
274
+ descriptionLayerPrompt: string;
275
+ descriptionValuePrompt: string;
276
+ created: string;
277
+ alreadyExists: string;
278
+ notFound: string;
279
+ cannotChangeCurrent: string;
280
+ keywords: {
281
+ list: {
282
+ display: string;
283
+ local: string;
284
+ global: string;
285
+ };
286
+ make: {
287
+ display: string;
288
+ local: string;
289
+ global: string;
290
+ };
291
+ set: {
292
+ display: string;
293
+ local: string;
294
+ global: string;
295
+ };
296
+ new: {
297
+ display: string;
298
+ local: string;
299
+ global: string;
300
+ };
301
+ on: {
302
+ display: string;
303
+ local: string;
304
+ global: string;
305
+ };
306
+ off: {
307
+ display: string;
308
+ local: string;
309
+ global: string;
310
+ };
311
+ color: {
312
+ display: string;
313
+ local: string;
314
+ global: string;
315
+ };
316
+ freeze: {
317
+ display: string;
318
+ local: string;
319
+ global: string;
320
+ };
321
+ thaw: {
322
+ display: string;
323
+ local: string;
324
+ global: string;
325
+ };
326
+ lock: {
327
+ display: string;
328
+ local: string;
329
+ global: string;
330
+ };
331
+ unlock: {
332
+ display: string;
333
+ local: string;
334
+ global: string;
335
+ };
336
+ description: {
337
+ display: string;
338
+ local: string;
339
+ global: string;
340
+ };
341
+ };
342
+ };
343
+ layon: {
344
+ alreadyOn: string;
345
+ turnedOn: string;
346
+ };
347
+ laycur: {
348
+ prompt: string;
349
+ currentLayerNotFound: string;
350
+ noObjects: string;
351
+ alreadyCurrent: string;
352
+ changed: string;
353
+ };
354
+ layfrz: {
355
+ prompt: string;
356
+ invalidSelection: string;
357
+ settingsPrompt: string;
358
+ viewportPrompt: string;
359
+ blockSelectionPrompt: string;
360
+ vpfreezeFallback: string;
361
+ nestedSelectionLimited: string;
362
+ layerNotFound: string;
363
+ cannotFreezeCurrent: string;
364
+ alreadyFrozen: string;
365
+ frozen: string;
366
+ restored: string;
367
+ nothingToUndo: string;
368
+ keywords: {
369
+ settings: {
370
+ display: string;
371
+ local: string;
372
+ global: string;
373
+ };
374
+ undo: {
375
+ display: string;
376
+ local: string;
377
+ global: string;
378
+ };
379
+ viewports: {
380
+ display: string;
381
+ local: string;
382
+ global: string;
383
+ };
384
+ blockSelection: {
385
+ display: string;
386
+ local: string;
387
+ global: string;
388
+ };
389
+ freeze: {
390
+ display: string;
391
+ local: string;
392
+ global: string;
393
+ };
394
+ vpfreeze: {
395
+ display: string;
396
+ local: string;
397
+ global: string;
398
+ };
399
+ block: {
400
+ display: string;
401
+ local: string;
402
+ global: string;
403
+ };
404
+ entity: {
405
+ display: string;
406
+ local: string;
407
+ global: string;
408
+ };
409
+ none: {
410
+ display: string;
411
+ local: string;
412
+ global: string;
413
+ };
414
+ };
415
+ };
416
+ layiso: {
417
+ prompt: string;
418
+ settingsPrompt: string;
419
+ offModePrompt: string;
420
+ noLayers: string;
421
+ layerNotFound: string;
422
+ isolated: string;
423
+ affectedLayers: string;
424
+ vpfreezeFallback: string;
425
+ lockFadeFallback: string;
426
+ keywords: {
427
+ settings: {
428
+ display: string;
429
+ local: string;
430
+ global: string;
431
+ };
432
+ off: {
433
+ display: string;
434
+ local: string;
435
+ global: string;
436
+ };
437
+ lockAndFade: {
438
+ display: string;
439
+ local: string;
440
+ global: string;
441
+ };
442
+ vpfreeze: {
443
+ display: string;
444
+ local: string;
445
+ global: string;
446
+ };
447
+ };
448
+ };
449
+ layuniso: {
450
+ noPrevious: string;
451
+ layerNotFound: string;
452
+ nothingRestored: string;
453
+ restored: string;
454
+ };
455
+ laythw: {
456
+ alreadyThawed: string;
457
+ thawed: string;
458
+ };
459
+ laylck: {
460
+ prompt: string;
461
+ invalidSelection: string;
462
+ layerNotFound: string;
463
+ alreadyLocked: string;
464
+ locked: string;
465
+ };
466
+ layulk: {
467
+ prompt: string;
468
+ invalidSelection: string;
469
+ layerNotFound: string;
470
+ alreadyUnlocked: string;
471
+ unlocked: string;
472
+ };
473
+ layoff: {
474
+ prompt: string;
475
+ invalidSelection: string;
476
+ settingsPrompt: string;
477
+ viewportPrompt: string;
478
+ blockSelectionPrompt: string;
479
+ vpfreezeFallback: string;
480
+ nestedSelectionLimited: string;
481
+ layerNotFound: string;
482
+ cannotTurnOffCurrent: string;
483
+ alreadyOff: string;
484
+ turnedOff: string;
485
+ restored: string;
486
+ nothingToUndo: string;
487
+ keywords: {
488
+ settings: {
489
+ display: string;
490
+ local: string;
491
+ global: string;
492
+ };
493
+ undo: {
494
+ display: string;
495
+ local: string;
496
+ global: string;
497
+ };
498
+ viewports: {
499
+ display: string;
500
+ local: string;
501
+ global: string;
502
+ };
503
+ blockSelection: {
504
+ display: string;
505
+ local: string;
506
+ global: string;
507
+ };
508
+ off: {
509
+ display: string;
510
+ local: string;
511
+ global: string;
512
+ };
513
+ vpfreeze: {
514
+ display: string;
515
+ local: string;
516
+ global: string;
517
+ };
518
+ block: {
519
+ display: string;
520
+ local: string;
521
+ global: string;
522
+ };
523
+ entity: {
524
+ display: string;
525
+ local: string;
526
+ global: string;
527
+ };
528
+ none: {
529
+ display: string;
530
+ local: string;
531
+ global: string;
532
+ };
533
+ };
534
+ };
535
+ layerp: {
536
+ restored: string;
537
+ noPreviousState: string;
538
+ };
539
+ line: {
540
+ firstPoint: string;
541
+ firstPointOrContinue: string;
542
+ nextPoint: string;
543
+ nextPointWithOptions: string;
544
+ keywords: {
545
+ continue: {
546
+ display: string;
547
+ local: string;
548
+ global: string;
549
+ };
550
+ undo: {
551
+ display: string;
552
+ local: string;
553
+ global: string;
554
+ };
555
+ close: {
556
+ display: string;
557
+ local: string;
558
+ global: string;
559
+ };
560
+ };
561
+ };
562
+ xline: {
563
+ firstPointOrOptions: string;
564
+ secondPoint: string;
565
+ throughPoint: string;
566
+ angle: string;
567
+ invalidDirection: string;
568
+ keywords: {
569
+ hor: {
570
+ display: string;
571
+ local: string;
572
+ global: string;
573
+ };
574
+ ver: {
575
+ display: string;
576
+ local: string;
577
+ global: string;
578
+ };
579
+ ang: {
580
+ display: string;
581
+ local: string;
582
+ global: string;
583
+ };
584
+ };
585
+ };
586
+ ray: {
587
+ startPoint: string;
588
+ throughPoint: string;
589
+ };
590
+ mline: {
591
+ startPointWithOptions: string;
592
+ nextPointWithOptions: string;
593
+ justificationPrompt: string;
594
+ scalePrompt: string;
595
+ stylePrompt: string;
596
+ styleNotFound: string;
597
+ styleListHeader: string;
598
+ styleListEmpty: string;
599
+ keywords: {
600
+ justification: {
601
+ display: string;
602
+ local: string;
603
+ global: string;
604
+ };
605
+ scale: {
606
+ display: string;
607
+ local: string;
608
+ global: string;
609
+ };
610
+ style: {
611
+ display: string;
612
+ local: string;
613
+ global: string;
614
+ };
615
+ undo: {
616
+ display: string;
617
+ local: string;
618
+ global: string;
619
+ };
620
+ close: {
621
+ display: string;
622
+ local: string;
623
+ global: string;
624
+ };
625
+ top: {
626
+ display: string;
627
+ local: string;
628
+ global: string;
629
+ };
630
+ zero: {
631
+ display: string;
632
+ local: string;
633
+ global: string;
634
+ };
635
+ bottom: {
636
+ display: string;
637
+ local: string;
638
+ global: string;
639
+ };
640
+ };
641
+ };
642
+ measureAngle: {
643
+ vertex: string;
644
+ arm1: string;
645
+ arm2: string;
646
+ };
647
+ measureArc: {
648
+ startPoint: string;
649
+ throughPoint: string;
650
+ endPoint: string;
651
+ };
652
+ measureArea: {
653
+ firstPoint: string;
654
+ nextPoint: string;
655
+ };
656
+ measureDistance: {
657
+ firstPoint: string;
658
+ secondPoint: string;
659
+ };
660
+ measurePoint: {
661
+ point: string;
662
+ };
663
+ measurement: {
664
+ import: {
665
+ chooseFile: string;
666
+ };
667
+ };
668
+ markup: {
669
+ author: string;
670
+ text: {
671
+ point: string;
672
+ content: string;
673
+ };
674
+ line: {
675
+ firstPoint: string;
676
+ secondPoint: string;
677
+ };
678
+ arrow: {
679
+ firstPoint: string;
680
+ secondPoint: string;
681
+ };
682
+ cloud: {
683
+ firstCorner: string;
684
+ secondCorner: string;
685
+ };
686
+ rect: {
687
+ firstCorner: string;
688
+ secondCorner: string;
689
+ };
690
+ circle: {
691
+ center: string;
692
+ radius: string;
693
+ };
694
+ shape: {
695
+ calloutOn: string;
696
+ calloutOff: string;
697
+ calloutAnchor: string;
698
+ keywords: {
699
+ callout: {
700
+ display: string;
701
+ local: string;
702
+ global: string;
703
+ };
704
+ noCallout: {
705
+ display: string;
706
+ local: string;
707
+ global: string;
708
+ };
709
+ };
710
+ };
711
+ highlight: {
712
+ firstCorner: string;
713
+ secondCorner: string;
714
+ };
715
+ callout: {
716
+ tip: string;
717
+ anchor: string;
718
+ content: string;
719
+ };
720
+ stamp: {
721
+ kind: string;
722
+ imageUrl: string;
723
+ caption: string;
724
+ point: string;
725
+ };
726
+ import: {
727
+ chooseFile: string;
728
+ };
729
+ };
730
+ move: {
731
+ basePointOrDisplacement: string;
732
+ secondPointOrDisplacement: string;
733
+ displacement: string;
734
+ keywords: {
735
+ displacement: {
736
+ display: string;
737
+ local: string;
738
+ global: string;
739
+ };
740
+ };
741
+ };
742
+ offset: {
743
+ distance: string;
744
+ selectObject: string;
745
+ sidePoint: string;
746
+ invalidDistance: string;
747
+ invalidSelection: string;
748
+ offsetFailed: string;
749
+ };
750
+ mtext: {
751
+ point: string;
752
+ };
753
+ pngout: {
754
+ boundsFirstCorner: string;
755
+ boundsSecondCorner: string;
756
+ longSidePrompt: string;
757
+ };
758
+ imageattach: {
759
+ insertionPoint: string;
760
+ scale: string;
761
+ rotation: string;
762
+ invalidScale: string;
763
+ decodeFailed: string;
764
+ };
765
+ insert: {
766
+ blockName: string;
767
+ insertionPoint: string;
768
+ scale: string;
769
+ rotation: string;
770
+ invalidScale: string;
771
+ invalidBlockName: string;
772
+ blockNotFound: string;
773
+ xrefNotAllowed: string;
774
+ };
775
+ xattach: {
776
+ insertionPoint: string;
777
+ scale: string;
778
+ rotation: string;
779
+ invalidScale: string;
780
+ unsupportedFile: string;
781
+ loading: string;
782
+ loadFailed: string;
783
+ };
784
+ point: {
785
+ point: string;
786
+ };
787
+ polygon: {
788
+ numberOfSides: string;
789
+ centerOrEdge: string;
790
+ radiusOrType: string;
791
+ edgeStart: string;
792
+ edgeEnd: string;
793
+ keywords: {
794
+ edge: {
795
+ display: string;
796
+ local: string;
797
+ global: string;
798
+ };
799
+ inscribed: {
800
+ display: string;
801
+ local: string;
802
+ global: string;
803
+ };
804
+ circumscribed: {
805
+ display: string;
806
+ local: string;
807
+ global: string;
808
+ };
809
+ };
810
+ invalid: {
811
+ sides: string;
812
+ radius: string;
813
+ edge: string;
814
+ };
815
+ };
816
+ polyline: {
817
+ firstPoint: string;
818
+ nextPoint: string;
819
+ nextPointWithOptions: string;
820
+ nextPointWithArcOptions: string;
821
+ keywords: {
822
+ arc: {
823
+ display: string;
824
+ local: string;
825
+ global: string;
826
+ };
827
+ undo: {
828
+ display: string;
829
+ local: string;
830
+ global: string;
831
+ };
832
+ close: {
833
+ display: string;
834
+ local: string;
835
+ global: string;
836
+ };
837
+ line: {
838
+ display: string;
839
+ local: string;
840
+ global: string;
841
+ };
842
+ angle: {
843
+ display: string;
844
+ local: string;
845
+ global: string;
846
+ };
847
+ center: {
848
+ display: string;
849
+ local: string;
850
+ global: string;
851
+ };
852
+ secondPoint: {
853
+ display: string;
854
+ local: string;
855
+ global: string;
856
+ };
857
+ radius: {
858
+ display: string;
859
+ local: string;
860
+ global: string;
861
+ };
862
+ };
863
+ arcAngle: string;
864
+ arcCenter: string;
865
+ arcSecondPoint: string;
866
+ arcEndPoint: string;
867
+ arcRadius: string;
868
+ };
869
+ rect: {
870
+ firstPoint: string;
871
+ nextPoint: string;
872
+ firstPointWithOptions: string;
873
+ otherCornerWithOptions: string;
874
+ chamferFirst: string;
875
+ chamferSecond: string;
876
+ filletRadius: string;
877
+ segmentWidth: string;
878
+ elevationValue: string;
879
+ thicknessValue: string;
880
+ rotationAngle: string;
881
+ dimensionLength: string;
882
+ dimensionWidth: string;
883
+ areaValue: string;
884
+ areaLengthOrWidth: string;
885
+ areaSpecifyWidth: string;
886
+ invalidPositive: string;
887
+ invalidRect: string;
888
+ thicknessNotSupported: string;
889
+ keywords: {
890
+ chamfer: {
891
+ display: string;
892
+ local: string;
893
+ global: string;
894
+ };
895
+ elevation: {
896
+ display: string;
897
+ local: string;
898
+ global: string;
899
+ };
900
+ fillet: {
901
+ display: string;
902
+ local: string;
903
+ global: string;
904
+ };
905
+ thickness: {
906
+ display: string;
907
+ local: string;
908
+ global: string;
909
+ };
910
+ width: {
911
+ display: string;
912
+ local: string;
913
+ global: string;
914
+ };
915
+ area: {
916
+ display: string;
917
+ local: string;
918
+ global: string;
919
+ };
920
+ dimensions: {
921
+ display: string;
922
+ local: string;
923
+ global: string;
924
+ };
925
+ rotation: {
926
+ display: string;
927
+ local: string;
928
+ global: string;
929
+ };
930
+ length: {
931
+ display: string;
932
+ local: string;
933
+ global: string;
934
+ };
935
+ rectWidth: {
936
+ display: string;
937
+ local: string;
938
+ global: string;
939
+ };
940
+ };
941
+ };
942
+ rotate: {
943
+ basePoint: string;
944
+ rotationAngleOrOptions: string;
945
+ referenceAngleOrPoints: string;
946
+ firstReferencePoint: string;
947
+ secondReferencePoint: string;
948
+ newAngle: string;
949
+ keywords: {
950
+ copy: {
951
+ display: string;
952
+ local: string;
953
+ global: string;
954
+ };
955
+ reference: {
956
+ display: string;
957
+ local: string;
958
+ global: string;
959
+ };
960
+ points: {
961
+ display: string;
962
+ local: string;
963
+ global: string;
964
+ };
965
+ };
966
+ invalid: {
967
+ referencePoints: string;
968
+ };
969
+ };
970
+ revcloud: {
971
+ firstCornerOrOptions: string;
972
+ firstCorner: string;
973
+ oppositeCorner: string;
974
+ startPoint: string;
975
+ nextPoint: string;
976
+ nextPointOrUndo: string;
977
+ firstPoint: string;
978
+ guideCursor: string;
979
+ arcLength: string;
980
+ selectObject: string;
981
+ style: string;
982
+ reverseDirection: string;
983
+ invalidArcLength: string;
984
+ invalidObject: string;
985
+ keywords: {
986
+ arcLength: {
987
+ display: string;
988
+ local: string;
989
+ global: string;
990
+ };
991
+ object: {
992
+ display: string;
993
+ local: string;
994
+ global: string;
995
+ };
996
+ rectangular: {
997
+ display: string;
998
+ local: string;
999
+ global: string;
1000
+ };
1001
+ polygonal: {
1002
+ display: string;
1003
+ local: string;
1004
+ global: string;
1005
+ };
1006
+ freehand: {
1007
+ display: string;
1008
+ local: string;
1009
+ global: string;
1010
+ };
1011
+ style: {
1012
+ display: string;
1013
+ local: string;
1014
+ global: string;
1015
+ };
1016
+ normal: {
1017
+ display: string;
1018
+ local: string;
1019
+ global: string;
1020
+ };
1021
+ calligraphy: {
1022
+ display: string;
1023
+ local: string;
1024
+ global: string;
1025
+ };
1026
+ undo: {
1027
+ display: string;
1028
+ local: string;
1029
+ global: string;
1030
+ };
1031
+ yes: {
1032
+ display: string;
1033
+ local: string;
1034
+ global: string;
1035
+ };
1036
+ no: {
1037
+ display: string;
1038
+ local: string;
1039
+ global: string;
1040
+ };
1041
+ };
1042
+ };
1043
+ sketch: {
1044
+ specifySketch: string;
1045
+ sketching: string;
1046
+ type: string;
1047
+ increment: string;
1048
+ tolerance: string;
1049
+ firstPoint: string;
1050
+ nextPoint: string;
1051
+ keywords: {
1052
+ type: {
1053
+ display: string;
1054
+ local: string;
1055
+ global: string;
1056
+ };
1057
+ increment: {
1058
+ display: string;
1059
+ local: string;
1060
+ global: string;
1061
+ };
1062
+ tolerance: {
1063
+ display: string;
1064
+ local: string;
1065
+ global: string;
1066
+ };
1067
+ line: {
1068
+ display: string;
1069
+ local: string;
1070
+ global: string;
1071
+ };
1072
+ polyline: {
1073
+ display: string;
1074
+ local: string;
1075
+ global: string;
1076
+ };
1077
+ spline: {
1078
+ display: string;
1079
+ local: string;
1080
+ global: string;
1081
+ };
1082
+ };
1083
+ };
1084
+ spline: {
1085
+ firstPoint: string;
1086
+ nextPoint: string;
1087
+ firstPointWithOptions: string;
1088
+ nextPointWithFitOptions: string;
1089
+ nextPointWithCvOptions: string;
1090
+ methodPrompt: string;
1091
+ knotsPrompt: string;
1092
+ degreePrompt: string;
1093
+ keywords: {
1094
+ method: {
1095
+ display: string;
1096
+ local: string;
1097
+ global: string;
1098
+ };
1099
+ fit: {
1100
+ display: string;
1101
+ local: string;
1102
+ global: string;
1103
+ };
1104
+ cv: {
1105
+ display: string;
1106
+ local: string;
1107
+ global: string;
1108
+ };
1109
+ knots: {
1110
+ display: string;
1111
+ local: string;
1112
+ global: string;
1113
+ };
1114
+ degree: {
1115
+ display: string;
1116
+ local: string;
1117
+ global: string;
1118
+ };
1119
+ undo: {
1120
+ display: string;
1121
+ local: string;
1122
+ global: string;
1123
+ };
1124
+ close: {
1125
+ display: string;
1126
+ local: string;
1127
+ global: string;
1128
+ };
1129
+ chord: {
1130
+ display: string;
1131
+ local: string;
1132
+ global: string;
1133
+ };
1134
+ sqrtChord: {
1135
+ display: string;
1136
+ local: string;
1137
+ global: string;
1138
+ };
1139
+ uniform: {
1140
+ display: string;
1141
+ local: string;
1142
+ global: string;
1143
+ };
1144
+ };
1145
+ };
1146
+ sysvar: {
1147
+ prompt: string;
1148
+ };
1149
+ zoom: {
1150
+ mainPrompt: string;
1151
+ firstCorner: string;
1152
+ secondCorner: string;
1153
+ centerPoint: string;
1154
+ heightOrScale: string;
1155
+ scaleFactor: string;
1156
+ keywords: {
1157
+ all: {
1158
+ display: string;
1159
+ local: string;
1160
+ global: string;
1161
+ };
1162
+ center: {
1163
+ display: string;
1164
+ local: string;
1165
+ global: string;
1166
+ };
1167
+ extents: {
1168
+ display: string;
1169
+ local: string;
1170
+ global: string;
1171
+ };
1172
+ previous: {
1173
+ display: string;
1174
+ local: string;
1175
+ global: string;
1176
+ };
1177
+ scale: {
1178
+ display: string;
1179
+ local: string;
1180
+ global: string;
1181
+ };
1182
+ window: {
1183
+ display: string;
1184
+ local: string;
1185
+ global: string;
1186
+ };
1187
+ };
1188
+ };
1189
+ chtml: {
1190
+ exportInvisibleLayers: string;
1191
+ initialView: string;
1192
+ viewerMode: string;
1193
+ keywords: {
1194
+ yes: {
1195
+ display: string;
1196
+ local: string;
1197
+ global: string;
1198
+ };
1199
+ no: {
1200
+ display: string;
1201
+ local: string;
1202
+ global: string;
1203
+ };
1204
+ extents: {
1205
+ display: string;
1206
+ local: string;
1207
+ global: string;
1208
+ };
1209
+ current: {
1210
+ display: string;
1211
+ local: string;
1212
+ global: string;
1213
+ };
1214
+ view: {
1215
+ display: string;
1216
+ local: string;
1217
+ global: string;
1218
+ };
1219
+ measure: {
1220
+ display: string;
1221
+ local: string;
1222
+ global: string;
1223
+ };
1224
+ };
1225
+ };
1226
+ };
1227
+ export default _default;
2
1228
  //# sourceMappingURL=jig.d.ts.map