dxf-json 0.10.1 → 0.14.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 (1179) hide show
  1. package/Readme.md +67 -18
  2. package/dist/cjs/bundle.cjs +3 -0
  3. package/dist/cjs/types/consts/block.d.ts.map +1 -0
  4. package/dist/cjs/types/consts/color.d.ts.map +1 -0
  5. package/dist/cjs/types/consts/config.d.ts.map +1 -0
  6. package/dist/cjs/types/consts/dimension.d.ts.map +1 -0
  7. package/dist/cjs/types/consts/hatch.d.ts.map +1 -0
  8. package/dist/cjs/types/consts/header.d.ts +10 -0
  9. package/dist/cjs/types/consts/header.d.ts.map +1 -0
  10. package/dist/cjs/types/consts/lineweight.d.ts.map +1 -0
  11. package/dist/cjs/types/consts/measurement.d.ts.map +1 -0
  12. package/dist/cjs/types/consts/obscuredLineTypes.d.ts.map +1 -0
  13. package/dist/cjs/types/consts/plotStyleType.d.ts.map +1 -0
  14. package/dist/cjs/types/consts/viewport.d.ts +58 -0
  15. package/dist/cjs/types/consts/viewport.d.ts.map +1 -0
  16. package/dist/cjs/types/debug.d.ts.map +1 -0
  17. package/dist/cjs/types/index.d.ts +196 -0
  18. package/dist/cjs/types/index.d.ts.map +1 -0
  19. package/dist/cjs/types/parser/AutoCadColorIndex.d.ts.map +1 -0
  20. package/dist/cjs/types/parser/DxfArrayScanner.d.ts.map +1 -0
  21. package/dist/cjs/types/parser/DxfParser.d.ts +35 -0
  22. package/dist/cjs/types/parser/DxfParser.d.ts.map +1 -0
  23. package/dist/cjs/types/parser/ParseHelpers.d.ts +8 -0
  24. package/dist/cjs/types/parser/ParseHelpers.d.ts.map +1 -0
  25. package/dist/cjs/types/parser/blocks/parser.d.ts +4 -0
  26. package/dist/cjs/types/parser/blocks/parser.d.ts.map +1 -0
  27. package/dist/cjs/types/parser/blocks/types.d.ts +15 -0
  28. package/dist/cjs/types/parser/blocks/types.d.ts.map +1 -0
  29. package/dist/cjs/types/parser/classes/consts.d.ts +18 -0
  30. package/dist/cjs/types/parser/classes/consts.d.ts.map +1 -0
  31. package/dist/cjs/types/parser/classes/parser.d.ts +6 -0
  32. package/dist/cjs/types/parser/classes/parser.d.ts.map +1 -0
  33. package/dist/cjs/types/parser/classes/types.d.ts +60 -0
  34. package/dist/cjs/types/parser/classes/types.d.ts.map +1 -0
  35. package/dist/cjs/types/parser/entities/acadProxyEntity/consts.d.ts +11 -0
  36. package/dist/cjs/types/parser/entities/acadProxyEntity/consts.d.ts.map +1 -0
  37. package/dist/cjs/types/parser/entities/acadProxyEntity/parser.d.ts +7 -0
  38. package/dist/cjs/types/parser/entities/acadProxyEntity/parser.d.ts.map +1 -0
  39. package/dist/cjs/types/parser/entities/acadProxyEntity/types.d.ts +34 -0
  40. package/dist/cjs/types/parser/entities/acadProxyEntity/types.d.ts.map +1 -0
  41. package/dist/cjs/types/parser/entities/arc/parser.d.ts +7 -0
  42. package/dist/cjs/types/parser/entities/arc/parser.d.ts.map +1 -0
  43. package/dist/cjs/types/parser/entities/arc/types.d.ts +13 -0
  44. package/dist/cjs/types/parser/entities/arc/types.d.ts.map +1 -0
  45. package/dist/cjs/types/parser/entities/arc_dimension/consts.d.ts.map +1 -0
  46. package/dist/cjs/types/parser/entities/arc_dimension/parser.d.ts +9 -0
  47. package/dist/cjs/types/parser/entities/arc_dimension/parser.d.ts.map +1 -0
  48. package/dist/cjs/types/parser/entities/arc_dimension/types.d.ts +99 -0
  49. package/dist/cjs/types/parser/entities/arc_dimension/types.d.ts.map +1 -0
  50. package/dist/cjs/types/parser/entities/attdef/consts.d.ts.map +1 -0
  51. package/dist/cjs/types/parser/entities/attdef/parser.d.ts +8 -0
  52. package/dist/cjs/types/parser/entities/attdef/parser.d.ts.map +1 -0
  53. package/dist/cjs/types/parser/entities/attdef/types.d.ts +18 -0
  54. package/dist/cjs/types/parser/entities/attdef/types.d.ts.map +1 -0
  55. package/dist/cjs/types/parser/entities/attribute/parser.d.ts +8 -0
  56. package/dist/cjs/types/parser/entities/attribute/parser.d.ts.map +1 -0
  57. package/dist/cjs/types/parser/entities/attribute/types.d.ts +31 -0
  58. package/dist/cjs/types/parser/entities/attribute/types.d.ts.map +1 -0
  59. package/dist/cjs/types/parser/entities/body/parser.d.ts +8 -0
  60. package/dist/cjs/types/parser/entities/body/parser.d.ts.map +1 -0
  61. package/dist/cjs/types/parser/entities/body/types.d.ts +10 -0
  62. package/dist/cjs/types/parser/entities/body/types.d.ts.map +1 -0
  63. package/dist/cjs/types/parser/entities/circle/parser.d.ts +8 -0
  64. package/dist/cjs/types/parser/entities/circle/parser.d.ts.map +1 -0
  65. package/dist/cjs/types/parser/entities/circle/types.d.ts +11 -0
  66. package/dist/cjs/types/parser/entities/circle/types.d.ts.map +1 -0
  67. package/dist/cjs/types/parser/entities/consts.d.ts +5 -0
  68. package/dist/cjs/types/parser/entities/consts.d.ts.map +1 -0
  69. package/dist/cjs/types/parser/entities/dimension/parser.d.ts +14 -0
  70. package/dist/cjs/types/parser/entities/dimension/parser.d.ts.map +1 -0
  71. package/dist/cjs/types/parser/entities/dimension/types.d.ts +202 -0
  72. package/dist/cjs/types/parser/entities/dimension/types.d.ts.map +1 -0
  73. package/dist/cjs/types/parser/entities/ellipse/parser.d.ts +8 -0
  74. package/dist/cjs/types/parser/entities/ellipse/parser.d.ts.map +1 -0
  75. package/dist/cjs/types/parser/entities/ellipse/types.d.ts +13 -0
  76. package/dist/cjs/types/parser/entities/ellipse/types.d.ts.map +1 -0
  77. package/dist/cjs/types/parser/entities/face/consts.d.ts.map +1 -0
  78. package/dist/cjs/types/parser/entities/face/parser.d.ts +8 -0
  79. package/dist/cjs/types/parser/entities/face/parser.d.ts.map +1 -0
  80. package/dist/cjs/types/parser/entities/face/types.d.ts +8 -0
  81. package/dist/cjs/types/parser/entities/face/types.d.ts.map +1 -0
  82. package/dist/cjs/types/parser/entities/hatch/boundaryPathData/edge.d.ts +7 -0
  83. package/dist/cjs/types/parser/entities/hatch/boundaryPathData/edge.d.ts.map +1 -0
  84. package/dist/cjs/types/parser/entities/hatch/boundaryPathData/parser.d.ts +5 -0
  85. package/dist/cjs/types/parser/entities/hatch/boundaryPathData/parser.d.ts.map +1 -0
  86. package/dist/cjs/types/parser/entities/hatch/boundaryPathData/polyline.d.ts +3 -0
  87. package/dist/cjs/types/parser/entities/hatch/boundaryPathData/polyline.d.ts.map +1 -0
  88. package/dist/cjs/types/parser/entities/hatch/boundaryPathData/shared.d.ts +3 -0
  89. package/dist/cjs/types/parser/entities/hatch/boundaryPathData/shared.d.ts.map +1 -0
  90. package/dist/cjs/types/parser/entities/hatch/parser.d.ts +8 -0
  91. package/dist/cjs/types/parser/entities/hatch/parser.d.ts.map +1 -0
  92. package/dist/cjs/types/parser/entities/hatch/patternData.d.ts +3 -0
  93. package/dist/cjs/types/parser/entities/hatch/patternData.d.ts.map +1 -0
  94. package/dist/cjs/types/parser/entities/hatch/types/boundaryPath.d.ts +60 -0
  95. package/dist/cjs/types/parser/entities/hatch/types/boundaryPath.d.ts.map +1 -0
  96. package/dist/cjs/types/parser/entities/hatch/types/definitionLine.d.ts +9 -0
  97. package/dist/cjs/types/parser/entities/hatch/types/definitionLine.d.ts.map +1 -0
  98. package/dist/cjs/types/parser/entities/hatch/types/hatch.d.ts +39 -0
  99. package/dist/cjs/types/parser/entities/hatch/types/hatch.d.ts.map +1 -0
  100. package/dist/cjs/types/parser/entities/image/consts.d.ts.map +1 -0
  101. package/dist/cjs/types/parser/entities/image/parser.d.ts +8 -0
  102. package/dist/cjs/types/parser/entities/image/parser.d.ts.map +1 -0
  103. package/dist/cjs/types/parser/entities/image/types.d.ts +55 -0
  104. package/dist/cjs/types/parser/entities/image/types.d.ts.map +1 -0
  105. package/dist/cjs/types/parser/entities/insert/parser.d.ts +8 -0
  106. package/dist/cjs/types/parser/entities/insert/parser.d.ts.map +1 -0
  107. package/dist/cjs/types/parser/entities/insert/types.d.ts +19 -0
  108. package/dist/cjs/types/parser/entities/insert/types.d.ts.map +1 -0
  109. package/dist/cjs/types/parser/entities/leader/consts.d.ts.map +1 -0
  110. package/dist/cjs/types/parser/entities/leader/parser.d.ts +8 -0
  111. package/dist/cjs/types/parser/entities/leader/parser.d.ts.map +1 -0
  112. package/dist/cjs/types/parser/entities/leader/types.d.ts +24 -0
  113. package/dist/cjs/types/parser/entities/leader/types.d.ts.map +1 -0
  114. package/dist/cjs/types/parser/entities/light/consts.d.ts +11 -0
  115. package/dist/cjs/types/parser/entities/light/consts.d.ts.map +1 -0
  116. package/dist/cjs/types/parser/entities/light/parser.d.ts +10 -0
  117. package/dist/cjs/types/parser/entities/light/parser.d.ts.map +1 -0
  118. package/dist/cjs/types/parser/entities/light/types.d.ts +69 -0
  119. package/dist/cjs/types/parser/entities/light/types.d.ts.map +1 -0
  120. package/dist/cjs/types/parser/entities/line/parser.d.ts +8 -0
  121. package/dist/cjs/types/parser/entities/line/parser.d.ts.map +1 -0
  122. package/dist/cjs/types/parser/entities/line/types.d.ts +11 -0
  123. package/dist/cjs/types/parser/entities/line/types.d.ts.map +1 -0
  124. package/dist/cjs/types/parser/entities/lwpolyline/consts.d.ts.map +1 -0
  125. package/dist/cjs/types/parser/entities/lwpolyline/parser.d.ts +7 -0
  126. package/dist/cjs/types/parser/entities/lwpolyline/parser.d.ts.map +1 -0
  127. package/dist/cjs/types/parser/entities/lwpolyline/types.d.ts +20 -0
  128. package/dist/cjs/types/parser/entities/lwpolyline/types.d.ts.map +1 -0
  129. package/dist/cjs/types/parser/entities/mesh/parser.d.ts +8 -0
  130. package/dist/cjs/types/parser/entities/mesh/parser.d.ts.map +1 -0
  131. package/dist/cjs/types/parser/entities/mesh/types.d.ts +23 -0
  132. package/dist/cjs/types/parser/entities/mesh/types.d.ts.map +1 -0
  133. package/dist/cjs/types/parser/entities/mline/consts.d.ts.map +1 -0
  134. package/dist/cjs/types/parser/entities/mline/parser.d.ts +12 -0
  135. package/dist/cjs/types/parser/entities/mline/parser.d.ts.map +1 -0
  136. package/dist/cjs/types/parser/entities/mline/types.d.ts +151 -0
  137. package/dist/cjs/types/parser/entities/mline/types.d.ts.map +1 -0
  138. package/dist/cjs/types/parser/entities/mtext/consts.d.ts.map +1 -0
  139. package/dist/cjs/types/parser/entities/mtext/parser.d.ts +10 -0
  140. package/dist/cjs/types/parser/entities/mtext/parser.d.ts.map +1 -0
  141. package/dist/cjs/types/parser/entities/mtext/types.d.ts +34 -0
  142. package/dist/cjs/types/parser/entities/mtext/types.d.ts.map +1 -0
  143. package/dist/cjs/types/parser/entities/multileader/parser.d.ts +8 -0
  144. package/dist/cjs/types/parser/entities/multileader/parser.d.ts.map +1 -0
  145. package/dist/cjs/types/parser/entities/multileader/types.d.ts +458 -0
  146. package/dist/cjs/types/parser/entities/multileader/types.d.ts.map +1 -0
  147. package/dist/cjs/types/parser/entities/parser.d.ts +8 -0
  148. package/dist/cjs/types/parser/entities/parser.d.ts.map +1 -0
  149. package/dist/cjs/types/parser/entities/point/parser.d.ts +7 -0
  150. package/dist/cjs/types/parser/entities/point/parser.d.ts.map +1 -0
  151. package/dist/cjs/types/parser/entities/point/types.d.ts +10 -0
  152. package/dist/cjs/types/parser/entities/point/types.d.ts.map +1 -0
  153. package/dist/cjs/types/parser/entities/polyline/consts.d.ts.map +1 -0
  154. package/dist/cjs/types/parser/entities/polyline/parser.d.ts +7 -0
  155. package/dist/cjs/types/parser/entities/polyline/parser.d.ts.map +1 -0
  156. package/dist/cjs/types/parser/entities/polyline/types.d.ts +20 -0
  157. package/dist/cjs/types/parser/entities/polyline/types.d.ts.map +1 -0
  158. package/dist/cjs/types/parser/entities/ray/parser.d.ts +8 -0
  159. package/dist/cjs/types/parser/entities/ray/parser.d.ts.map +1 -0
  160. package/dist/cjs/types/parser/entities/ray/types.d.ts +11 -0
  161. package/dist/cjs/types/parser/entities/ray/types.d.ts.map +1 -0
  162. package/dist/cjs/types/parser/entities/region/parser.d.ts +8 -0
  163. package/dist/cjs/types/parser/entities/region/parser.d.ts.map +1 -0
  164. package/dist/cjs/types/parser/entities/region/types.d.ts +10 -0
  165. package/dist/cjs/types/parser/entities/region/types.d.ts.map +1 -0
  166. package/dist/cjs/types/parser/entities/section/parser.d.ts +7 -0
  167. package/dist/cjs/types/parser/entities/section/parser.d.ts.map +1 -0
  168. package/dist/cjs/types/parser/entities/section/types.d.ts +20 -0
  169. package/dist/cjs/types/parser/entities/section/types.d.ts.map +1 -0
  170. package/dist/cjs/types/parser/entities/shape/parser.d.ts +21 -0
  171. package/dist/cjs/types/parser/entities/shape/parser.d.ts.map +1 -0
  172. package/dist/cjs/types/parser/entities/shape/types.d.ts +15 -0
  173. package/dist/cjs/types/parser/entities/shape/types.d.ts.map +1 -0
  174. package/dist/cjs/types/parser/entities/shared.d.ts +84 -0
  175. package/dist/cjs/types/parser/entities/shared.d.ts.map +1 -0
  176. package/dist/cjs/types/parser/entities/solid/parser.d.ts +8 -0
  177. package/dist/cjs/types/parser/entities/solid/parser.d.ts.map +1 -0
  178. package/dist/cjs/types/parser/entities/solid/types.d.ts +10 -0
  179. package/dist/cjs/types/parser/entities/solid/types.d.ts.map +1 -0
  180. package/dist/cjs/types/parser/entities/solid3d/parser.d.ts +8 -0
  181. package/dist/cjs/types/parser/entities/solid3d/parser.d.ts.map +1 -0
  182. package/dist/cjs/types/parser/entities/solid3d/types.d.ts +12 -0
  183. package/dist/cjs/types/parser/entities/solid3d/types.d.ts.map +1 -0
  184. package/dist/cjs/types/parser/entities/spline/consts.d.ts.map +1 -0
  185. package/dist/cjs/types/parser/entities/spline/parser.d.ts +8 -0
  186. package/dist/cjs/types/parser/entities/spline/parser.d.ts.map +1 -0
  187. package/dist/cjs/types/parser/entities/spline/types.d.ts +22 -0
  188. package/dist/cjs/types/parser/entities/spline/types.d.ts.map +1 -0
  189. package/dist/cjs/types/parser/entities/sun/parser.d.ts +10 -0
  190. package/dist/cjs/types/parser/entities/sun/parser.d.ts.map +1 -0
  191. package/dist/cjs/types/parser/entities/sun/types.d.ts +80 -0
  192. package/dist/cjs/types/parser/entities/sun/types.d.ts.map +1 -0
  193. package/dist/cjs/types/parser/entities/text/consts.d.ts.map +1 -0
  194. package/dist/cjs/types/parser/entities/text/parser.d.ts +26 -0
  195. package/dist/cjs/types/parser/entities/text/parser.d.ts.map +1 -0
  196. package/dist/cjs/types/parser/entities/text/types.d.ts +21 -0
  197. package/dist/cjs/types/parser/entities/text/types.d.ts.map +1 -0
  198. package/dist/cjs/types/parser/entities/tolerance/parser.d.ts +8 -0
  199. package/dist/cjs/types/parser/entities/tolerance/parser.d.ts.map +1 -0
  200. package/dist/cjs/types/parser/entities/tolerance/types.d.ts +17 -0
  201. package/dist/cjs/types/parser/entities/tolerance/types.d.ts.map +1 -0
  202. package/dist/cjs/types/parser/entities/vertex/consts.d.ts.map +1 -0
  203. package/dist/cjs/types/parser/entities/vertex/parser.d.ts +8 -0
  204. package/dist/cjs/types/parser/entities/vertex/parser.d.ts.map +1 -0
  205. package/dist/cjs/types/parser/entities/vertex/types.d.ts +73 -0
  206. package/dist/cjs/types/parser/entities/vertex/types.d.ts.map +1 -0
  207. package/dist/cjs/types/parser/entities/viewport/parser.d.ts +7 -0
  208. package/dist/cjs/types/parser/entities/viewport/parser.d.ts.map +1 -0
  209. package/dist/cjs/types/parser/entities/viewport/types.d.ts +187 -0
  210. package/dist/cjs/types/parser/entities/viewport/types.d.ts.map +1 -0
  211. package/dist/cjs/types/parser/entities/wipeout/consts.d.ts.map +1 -0
  212. package/dist/cjs/types/parser/entities/wipeout/parser.d.ts +8 -0
  213. package/dist/cjs/types/parser/entities/wipeout/parser.d.ts.map +1 -0
  214. package/dist/cjs/types/parser/entities/wipeout/types.d.ts +38 -0
  215. package/dist/cjs/types/parser/entities/wipeout/types.d.ts.map +1 -0
  216. package/dist/cjs/types/parser/entities/xline/parser.d.ts +8 -0
  217. package/dist/cjs/types/parser/entities/xline/parser.d.ts.map +1 -0
  218. package/dist/cjs/types/parser/entities/xline/types.d.ts +9 -0
  219. package/dist/cjs/types/parser/entities/xline/types.d.ts.map +1 -0
  220. package/dist/cjs/types/parser/getAcadColor.d.ts +8 -0
  221. package/dist/cjs/types/parser/getAcadColor.d.ts.map +1 -0
  222. package/dist/cjs/types/parser/header/parser.d.ts +3 -0
  223. package/dist/cjs/types/parser/header/parser.d.ts.map +1 -0
  224. package/dist/cjs/types/parser/objects/consts.d.ts.map +1 -0
  225. package/dist/cjs/types/parser/objects/dictionary/parser.d.ts +3 -0
  226. package/dist/cjs/types/parser/objects/dictionary/parser.d.ts.map +1 -0
  227. package/dist/cjs/types/parser/objects/dictionary/types.d.ts +13 -0
  228. package/dist/cjs/types/parser/objects/dictionary/types.d.ts.map +1 -0
  229. package/dist/cjs/types/parser/objects/dimassoc/parser.d.ts +3 -0
  230. package/dist/cjs/types/parser/objects/dimassoc/parser.d.ts.map +1 -0
  231. package/dist/cjs/types/parser/objects/dimassoc/types.d.ts +105 -0
  232. package/dist/cjs/types/parser/objects/dimassoc/types.d.ts.map +1 -0
  233. package/dist/cjs/types/parser/objects/group/parser.d.ts +3 -0
  234. package/dist/cjs/types/parser/objects/group/parser.d.ts.map +1 -0
  235. package/dist/cjs/types/parser/objects/group/types.d.ts +34 -0
  236. package/dist/cjs/types/parser/objects/group/types.d.ts.map +1 -0
  237. package/dist/cjs/types/parser/objects/imageDef/consts.d.ts +6 -0
  238. package/dist/cjs/types/parser/objects/imageDef/consts.d.ts.map +1 -0
  239. package/dist/cjs/types/parser/objects/imageDef/parser.d.ts +3 -0
  240. package/dist/cjs/types/parser/objects/imageDef/parser.d.ts.map +1 -0
  241. package/dist/cjs/types/parser/objects/imageDef/types.d.ts +13 -0
  242. package/dist/cjs/types/parser/objects/imageDef/types.d.ts.map +1 -0
  243. package/dist/cjs/types/parser/objects/layer_filter/parser.d.ts +3 -0
  244. package/dist/cjs/types/parser/objects/layer_filter/parser.d.ts.map +1 -0
  245. package/dist/cjs/types/parser/objects/layer_filter/types.d.ts +25 -0
  246. package/dist/cjs/types/parser/objects/layer_filter/types.d.ts.map +1 -0
  247. package/dist/cjs/types/parser/objects/layer_index/parser.d.ts +3 -0
  248. package/dist/cjs/types/parser/objects/layer_index/parser.d.ts.map +1 -0
  249. package/dist/cjs/types/parser/objects/layer_index/types.d.ts +39 -0
  250. package/dist/cjs/types/parser/objects/layer_index/types.d.ts.map +1 -0
  251. package/dist/cjs/types/parser/objects/layout/consts.d.ts.map +1 -0
  252. package/dist/cjs/types/parser/objects/layout/parser.d.ts +3 -0
  253. package/dist/cjs/types/parser/objects/layout/parser.d.ts.map +1 -0
  254. package/dist/cjs/types/parser/objects/layout/types.d.ts +25 -0
  255. package/dist/cjs/types/parser/objects/layout/types.d.ts.map +1 -0
  256. package/dist/cjs/types/parser/objects/mleaderStyle/parser.d.ts +3 -0
  257. package/dist/cjs/types/parser/objects/mleaderStyle/parser.d.ts.map +1 -0
  258. package/dist/cjs/types/parser/objects/mleaderStyle/types.d.ts +206 -0
  259. package/dist/cjs/types/parser/objects/mleaderStyle/types.d.ts.map +1 -0
  260. package/dist/cjs/types/parser/objects/mlineStyle/parser.d.ts +10 -0
  261. package/dist/cjs/types/parser/objects/mlineStyle/parser.d.ts.map +1 -0
  262. package/dist/cjs/types/parser/objects/mlineStyle/types.d.ts +89 -0
  263. package/dist/cjs/types/parser/objects/mlineStyle/types.d.ts.map +1 -0
  264. package/dist/cjs/types/parser/objects/parser.d.ts +5 -0
  265. package/dist/cjs/types/parser/objects/parser.d.ts.map +1 -0
  266. package/dist/cjs/types/parser/objects/plotSettings/consts.d.ts.map +1 -0
  267. package/dist/cjs/types/parser/objects/plotSettings/parser.d.ts +3 -0
  268. package/dist/cjs/types/parser/objects/plotSettings/parser.d.ts.map +1 -0
  269. package/dist/cjs/types/parser/objects/plotSettings/types.d.ts +37 -0
  270. package/dist/cjs/types/parser/objects/plotSettings/types.d.ts.map +1 -0
  271. package/dist/cjs/types/parser/objects/shared.d.ts +3 -0
  272. package/dist/cjs/types/parser/objects/shared.d.ts.map +1 -0
  273. package/dist/cjs/types/parser/objects/spatial_filter/parser.d.ts +3 -0
  274. package/dist/cjs/types/parser/objects/spatial_filter/parser.d.ts.map +1 -0
  275. package/dist/cjs/types/parser/objects/spatial_filter/types.d.ts +39 -0
  276. package/dist/cjs/types/parser/objects/spatial_filter/types.d.ts.map +1 -0
  277. package/dist/cjs/types/parser/objects/types.d.ts +29 -0
  278. package/dist/cjs/types/parser/objects/types.d.ts.map +1 -0
  279. package/dist/cjs/types/parser/objects/xrecord/parser.d.ts +3 -0
  280. package/dist/cjs/types/parser/objects/xrecord/parser.d.ts.map +1 -0
  281. package/dist/cjs/types/parser/objects/xrecord/types.d.ts +16 -0
  282. package/dist/cjs/types/parser/objects/xrecord/types.d.ts.map +1 -0
  283. package/dist/cjs/types/parser/shared/asciiDxf.d.ts +6 -0
  284. package/dist/cjs/types/parser/shared/asciiDxf.d.ts.map +1 -0
  285. package/dist/cjs/types/parser/shared/binaryDxf.d.ts +18 -0
  286. package/dist/cjs/types/parser/shared/binaryDxf.d.ts.map +1 -0
  287. package/dist/cjs/types/parser/shared/dxfInput.d.ts +13 -0
  288. package/dist/cjs/types/parser/shared/dxfInput.d.ts.map +1 -0
  289. package/dist/cjs/types/parser/shared/ensureHandle.d.ts +2 -0
  290. package/dist/cjs/types/parser/shared/ensureHandle.d.ts.map +1 -0
  291. package/dist/cjs/types/parser/shared/extensions/parser.d.ts +4 -0
  292. package/dist/cjs/types/parser/shared/extensions/parser.d.ts.map +1 -0
  293. package/dist/cjs/types/parser/shared/isMatched.d.ts +7 -0
  294. package/dist/cjs/types/parser/shared/isMatched.d.ts.map +1 -0
  295. package/dist/cjs/types/parser/shared/parsePoint.d.ts +8 -0
  296. package/dist/cjs/types/parser/shared/parsePoint.d.ts.map +1 -0
  297. package/dist/cjs/types/parser/shared/parserGenerator.d.ts +50 -0
  298. package/dist/cjs/types/parser/shared/parserGenerator.d.ts.map +1 -0
  299. package/dist/cjs/types/parser/shared/xdata/parser.d.ts +6 -0
  300. package/dist/cjs/types/parser/shared/xdata/parser.d.ts.map +1 -0
  301. package/dist/cjs/types/parser/shared/xdata/types.d.ts +16 -0
  302. package/dist/cjs/types/parser/shared/xdata/types.d.ts.map +1 -0
  303. package/dist/cjs/types/parser/tables/appId/parser.d.ts +4 -0
  304. package/dist/cjs/types/parser/tables/appId/parser.d.ts.map +1 -0
  305. package/dist/cjs/types/parser/tables/appId/types.d.ts +20 -0
  306. package/dist/cjs/types/parser/tables/appId/types.d.ts.map +1 -0
  307. package/dist/cjs/types/parser/tables/blockRecord/parser.d.ts +2 -0
  308. package/dist/cjs/types/parser/tables/blockRecord/parser.d.ts.map +1 -0
  309. package/dist/cjs/types/parser/tables/blockRecord/types.d.ts +38 -0
  310. package/dist/cjs/types/parser/tables/blockRecord/types.d.ts.map +1 -0
  311. package/dist/cjs/types/parser/tables/consts.d.ts +38 -0
  312. package/dist/cjs/types/parser/tables/consts.d.ts.map +1 -0
  313. package/dist/cjs/types/parser/tables/dimStyle/consts.d.ts +3 -0
  314. package/dist/cjs/types/parser/tables/dimStyle/consts.d.ts.map +1 -0
  315. package/dist/cjs/types/parser/tables/dimStyle/parser.d.ts +2 -0
  316. package/dist/cjs/types/parser/tables/dimStyle/parser.d.ts.map +1 -0
  317. package/dist/cjs/types/parser/tables/dimStyle/types.d.ts +912 -0
  318. package/dist/cjs/types/parser/tables/dimStyle/types.d.ts.map +1 -0
  319. package/dist/cjs/types/parser/tables/layer/parser.d.ts +2 -0
  320. package/dist/cjs/types/parser/tables/layer/parser.d.ts.map +1 -0
  321. package/dist/cjs/types/parser/tables/layer/types.d.ts +14 -0
  322. package/dist/cjs/types/parser/tables/layer/types.d.ts.map +1 -0
  323. package/dist/cjs/types/parser/tables/ltype/consts.d.ts.map +1 -0
  324. package/dist/cjs/types/parser/tables/ltype/parser.d.ts +2 -0
  325. package/dist/cjs/types/parser/tables/ltype/parser.d.ts.map +1 -0
  326. package/dist/cjs/types/parser/tables/ltype/types.d.ts +22 -0
  327. package/dist/cjs/types/parser/tables/ltype/types.d.ts.map +1 -0
  328. package/dist/cjs/types/parser/tables/parser.d.ts +3 -0
  329. package/dist/cjs/types/parser/tables/parser.d.ts.map +1 -0
  330. package/dist/cjs/types/parser/tables/shared.d.ts +3 -0
  331. package/dist/cjs/types/parser/tables/shared.d.ts.map +1 -0
  332. package/dist/cjs/types/parser/tables/style/parser.d.ts +2 -0
  333. package/dist/cjs/types/parser/tables/style/parser.d.ts.map +1 -0
  334. package/dist/cjs/types/parser/tables/style/types.d.ts +15 -0
  335. package/dist/cjs/types/parser/tables/style/types.d.ts.map +1 -0
  336. package/dist/cjs/types/parser/tables/types.d.ts +14 -0
  337. package/dist/cjs/types/parser/tables/types.d.ts.map +1 -0
  338. package/dist/cjs/types/parser/tables/ucs/parser.d.ts +4 -0
  339. package/dist/cjs/types/parser/tables/ucs/parser.d.ts.map +1 -0
  340. package/dist/cjs/types/parser/tables/ucs/types.d.ts +127 -0
  341. package/dist/cjs/types/parser/tables/ucs/types.d.ts.map +1 -0
  342. package/dist/cjs/types/parser/tables/view/consts.d.ts +4 -0
  343. package/dist/cjs/types/parser/tables/view/consts.d.ts.map +1 -0
  344. package/dist/cjs/types/parser/tables/view/parser.d.ts +4 -0
  345. package/dist/cjs/types/parser/tables/view/parser.d.ts.map +1 -0
  346. package/dist/cjs/types/parser/tables/view/types.d.ts +140 -0
  347. package/dist/cjs/types/parser/tables/view/types.d.ts.map +1 -0
  348. package/dist/cjs/types/parser/tables/vport/parser.d.ts +2 -0
  349. package/dist/cjs/types/parser/tables/vport/parser.d.ts.map +1 -0
  350. package/dist/cjs/types/parser/tables/vport/types.d.ts +50 -0
  351. package/dist/cjs/types/parser/tables/vport/types.d.ts.map +1 -0
  352. package/dist/cjs/types/parser/thumbnailImage/parser.d.ts +6 -0
  353. package/dist/cjs/types/parser/thumbnailImage/parser.d.ts.map +1 -0
  354. package/dist/cjs/types/parser/types.d.ts +35 -0
  355. package/dist/cjs/types/parser/types.d.ts.map +1 -0
  356. package/dist/cjs/types/stream-parser/DxfStreamParser.d.ts +44 -0
  357. package/dist/cjs/types/stream-parser/DxfStreamParser.d.ts.map +1 -0
  358. package/dist/cjs/types/stream-parser/streamShared/parseData.d.ts +20 -0
  359. package/dist/cjs/types/stream-parser/streamShared/parseData.d.ts.map +1 -0
  360. package/dist/cjs/types/types/color.d.ts +4 -0
  361. package/dist/cjs/types/types/color.d.ts.map +1 -0
  362. package/dist/cjs/types/types/dxfHeader.d.ts +17 -0
  363. package/dist/cjs/types/types/dxfHeader.d.ts.map +1 -0
  364. package/dist/cjs/types/types/shared.d.ts +22 -0
  365. package/dist/cjs/types/types/shared.d.ts.map +1 -0
  366. package/dist/cjs/types/utlis.d.ts +18 -0
  367. package/dist/cjs/types/utlis.d.ts.map +1 -0
  368. package/dist/esm/bundle.mjs +3 -0
  369. package/dist/esm/types/consts/block.d.ts +11 -0
  370. package/dist/esm/types/consts/block.d.ts.map +1 -0
  371. package/dist/esm/types/consts/color.d.ts +6 -0
  372. package/dist/esm/types/consts/color.d.ts.map +1 -0
  373. package/dist/esm/types/consts/config.d.ts +3 -0
  374. package/dist/esm/types/consts/config.d.ts.map +1 -0
  375. package/dist/esm/types/consts/dimension.d.ts +166 -0
  376. package/dist/esm/types/consts/dimension.d.ts.map +1 -0
  377. package/dist/esm/types/consts/hatch.d.ts +45 -0
  378. package/dist/esm/types/consts/hatch.d.ts.map +1 -0
  379. package/dist/esm/types/consts/header.d.ts +10 -0
  380. package/dist/esm/types/consts/header.d.ts.map +1 -0
  381. package/dist/esm/types/consts/lineweight.d.ts +6 -0
  382. package/dist/esm/types/consts/lineweight.d.ts.map +1 -0
  383. package/dist/esm/types/consts/measurement.d.ts +5 -0
  384. package/dist/esm/types/consts/measurement.d.ts.map +1 -0
  385. package/dist/esm/types/consts/obscuredLineTypes.d.ts +22 -0
  386. package/dist/esm/types/consts/obscuredLineTypes.d.ts.map +1 -0
  387. package/dist/esm/types/consts/plotStyleType.d.ts +14 -0
  388. package/dist/esm/types/consts/plotStyleType.d.ts.map +1 -0
  389. package/dist/esm/types/consts/viewport.d.ts +58 -0
  390. package/dist/esm/types/consts/viewport.d.ts.map +1 -0
  391. package/dist/esm/types/debug.d.ts +4 -0
  392. package/dist/esm/types/debug.d.ts.map +1 -0
  393. package/dist/esm/types/index.d.ts +196 -0
  394. package/dist/esm/types/index.d.ts.map +1 -0
  395. package/dist/esm/types/parser/AutoCadColorIndex.d.ts +9 -0
  396. package/dist/esm/types/parser/AutoCadColorIndex.d.ts.map +1 -0
  397. package/dist/esm/types/parser/DxfArrayScanner.d.ts +49 -0
  398. package/dist/esm/types/parser/DxfArrayScanner.d.ts.map +1 -0
  399. package/dist/esm/types/parser/DxfParser.d.ts +35 -0
  400. package/dist/esm/types/parser/DxfParser.d.ts.map +1 -0
  401. package/dist/esm/types/parser/ParseHelpers.d.ts +8 -0
  402. package/dist/esm/types/parser/ParseHelpers.d.ts.map +1 -0
  403. package/dist/esm/types/parser/blocks/parser.d.ts +4 -0
  404. package/dist/esm/types/parser/blocks/parser.d.ts.map +1 -0
  405. package/dist/esm/types/parser/blocks/types.d.ts +15 -0
  406. package/dist/esm/types/parser/blocks/types.d.ts.map +1 -0
  407. package/dist/esm/types/parser/classes/consts.d.ts +18 -0
  408. package/dist/esm/types/parser/classes/consts.d.ts.map +1 -0
  409. package/dist/esm/types/parser/classes/parser.d.ts +6 -0
  410. package/dist/esm/types/parser/classes/parser.d.ts.map +1 -0
  411. package/dist/esm/types/parser/classes/types.d.ts +60 -0
  412. package/dist/esm/types/parser/classes/types.d.ts.map +1 -0
  413. package/dist/esm/types/parser/entities/acadProxyEntity/consts.d.ts +11 -0
  414. package/dist/esm/types/parser/entities/acadProxyEntity/consts.d.ts.map +1 -0
  415. package/dist/esm/types/parser/entities/acadProxyEntity/parser.d.ts +7 -0
  416. package/dist/esm/types/parser/entities/acadProxyEntity/parser.d.ts.map +1 -0
  417. package/dist/esm/types/parser/entities/acadProxyEntity/types.d.ts +34 -0
  418. package/dist/esm/types/parser/entities/acadProxyEntity/types.d.ts.map +1 -0
  419. package/dist/esm/types/parser/entities/arc/parser.d.ts +7 -0
  420. package/dist/esm/types/parser/entities/arc/parser.d.ts.map +1 -0
  421. package/dist/esm/types/parser/entities/arc/types.d.ts +13 -0
  422. package/dist/esm/types/parser/entities/arc/types.d.ts.map +1 -0
  423. package/dist/esm/types/parser/entities/arc_dimension/consts.d.ts +13 -0
  424. package/dist/esm/types/parser/entities/arc_dimension/consts.d.ts.map +1 -0
  425. package/dist/esm/types/parser/entities/arc_dimension/parser.d.ts +9 -0
  426. package/dist/esm/types/parser/entities/arc_dimension/parser.d.ts.map +1 -0
  427. package/dist/esm/types/parser/entities/arc_dimension/types.d.ts +99 -0
  428. package/dist/esm/types/parser/entities/arc_dimension/types.d.ts.map +1 -0
  429. package/dist/esm/types/parser/entities/attdef/consts.d.ts +12 -0
  430. package/dist/esm/types/parser/entities/attdef/consts.d.ts.map +1 -0
  431. package/dist/esm/types/parser/entities/attdef/parser.d.ts +8 -0
  432. package/dist/esm/types/parser/entities/attdef/parser.d.ts.map +1 -0
  433. package/dist/esm/types/parser/entities/attdef/types.d.ts +18 -0
  434. package/dist/esm/types/parser/entities/attdef/types.d.ts.map +1 -0
  435. package/dist/esm/types/parser/entities/attribute/parser.d.ts +8 -0
  436. package/dist/esm/types/parser/entities/attribute/parser.d.ts.map +1 -0
  437. package/dist/esm/types/parser/entities/attribute/types.d.ts +31 -0
  438. package/dist/esm/types/parser/entities/attribute/types.d.ts.map +1 -0
  439. package/dist/esm/types/parser/entities/body/parser.d.ts +8 -0
  440. package/dist/esm/types/parser/entities/body/parser.d.ts.map +1 -0
  441. package/dist/esm/types/parser/entities/body/types.d.ts +10 -0
  442. package/dist/esm/types/parser/entities/body/types.d.ts.map +1 -0
  443. package/dist/esm/types/parser/entities/circle/parser.d.ts +8 -0
  444. package/dist/esm/types/parser/entities/circle/parser.d.ts.map +1 -0
  445. package/dist/esm/types/parser/entities/circle/types.d.ts +11 -0
  446. package/dist/esm/types/parser/entities/circle/types.d.ts.map +1 -0
  447. package/dist/esm/types/parser/entities/consts.d.ts +5 -0
  448. package/dist/esm/types/parser/entities/consts.d.ts.map +1 -0
  449. package/dist/esm/types/parser/entities/dimension/parser.d.ts +14 -0
  450. package/dist/esm/types/parser/entities/dimension/parser.d.ts.map +1 -0
  451. package/dist/esm/types/parser/entities/dimension/types.d.ts +202 -0
  452. package/dist/esm/types/parser/entities/dimension/types.d.ts.map +1 -0
  453. package/dist/esm/types/parser/entities/ellipse/parser.d.ts +8 -0
  454. package/dist/esm/types/parser/entities/ellipse/parser.d.ts.map +1 -0
  455. package/dist/esm/types/parser/entities/ellipse/types.d.ts +13 -0
  456. package/dist/esm/types/parser/entities/ellipse/types.d.ts.map +1 -0
  457. package/dist/esm/types/parser/entities/face/consts.d.ts +7 -0
  458. package/dist/esm/types/parser/entities/face/consts.d.ts.map +1 -0
  459. package/dist/esm/types/parser/entities/face/parser.d.ts +8 -0
  460. package/dist/esm/types/parser/entities/face/parser.d.ts.map +1 -0
  461. package/dist/esm/types/parser/entities/face/types.d.ts +8 -0
  462. package/dist/esm/types/parser/entities/face/types.d.ts.map +1 -0
  463. package/dist/esm/types/parser/entities/hatch/boundaryPathData/edge.d.ts +7 -0
  464. package/dist/esm/types/parser/entities/hatch/boundaryPathData/edge.d.ts.map +1 -0
  465. package/dist/esm/types/parser/entities/hatch/boundaryPathData/parser.d.ts +5 -0
  466. package/dist/esm/types/parser/entities/hatch/boundaryPathData/parser.d.ts.map +1 -0
  467. package/dist/esm/types/parser/entities/hatch/boundaryPathData/polyline.d.ts +3 -0
  468. package/dist/esm/types/parser/entities/hatch/boundaryPathData/polyline.d.ts.map +1 -0
  469. package/dist/esm/types/parser/entities/hatch/boundaryPathData/shared.d.ts +3 -0
  470. package/dist/esm/types/parser/entities/hatch/boundaryPathData/shared.d.ts.map +1 -0
  471. package/dist/esm/types/parser/entities/hatch/parser.d.ts +8 -0
  472. package/dist/esm/types/parser/entities/hatch/parser.d.ts.map +1 -0
  473. package/dist/esm/types/parser/entities/hatch/patternData.d.ts +3 -0
  474. package/dist/esm/types/parser/entities/hatch/patternData.d.ts.map +1 -0
  475. package/dist/esm/types/parser/entities/hatch/types/boundaryPath.d.ts +60 -0
  476. package/dist/esm/types/parser/entities/hatch/types/boundaryPath.d.ts.map +1 -0
  477. package/dist/esm/types/parser/entities/hatch/types/definitionLine.d.ts +9 -0
  478. package/dist/esm/types/parser/entities/hatch/types/definitionLine.d.ts.map +1 -0
  479. package/dist/esm/types/parser/entities/hatch/types/hatch.d.ts +39 -0
  480. package/dist/esm/types/parser/entities/hatch/types/hatch.d.ts.map +1 -0
  481. package/dist/esm/types/parser/entities/image/consts.d.ts +15 -0
  482. package/dist/esm/types/parser/entities/image/consts.d.ts.map +1 -0
  483. package/dist/esm/types/parser/entities/image/parser.d.ts +8 -0
  484. package/dist/esm/types/parser/entities/image/parser.d.ts.map +1 -0
  485. package/dist/esm/types/parser/entities/image/types.d.ts +55 -0
  486. package/dist/esm/types/parser/entities/image/types.d.ts.map +1 -0
  487. package/dist/esm/types/parser/entities/insert/parser.d.ts +8 -0
  488. package/dist/esm/types/parser/entities/insert/parser.d.ts.map +1 -0
  489. package/dist/esm/types/parser/entities/insert/types.d.ts +19 -0
  490. package/dist/esm/types/parser/entities/insert/types.d.ts.map +1 -0
  491. package/dist/esm/types/parser/entities/leader/consts.d.ts +7 -0
  492. package/dist/esm/types/parser/entities/leader/consts.d.ts.map +1 -0
  493. package/dist/esm/types/parser/entities/leader/parser.d.ts +8 -0
  494. package/dist/esm/types/parser/entities/leader/parser.d.ts.map +1 -0
  495. package/dist/esm/types/parser/entities/leader/types.d.ts +24 -0
  496. package/dist/esm/types/parser/entities/leader/types.d.ts.map +1 -0
  497. package/dist/esm/types/parser/entities/light/consts.d.ts +11 -0
  498. package/dist/esm/types/parser/entities/light/consts.d.ts.map +1 -0
  499. package/dist/esm/types/parser/entities/light/parser.d.ts +10 -0
  500. package/dist/esm/types/parser/entities/light/parser.d.ts.map +1 -0
  501. package/dist/esm/types/parser/entities/light/types.d.ts +69 -0
  502. package/dist/esm/types/parser/entities/light/types.d.ts.map +1 -0
  503. package/dist/esm/types/parser/entities/line/parser.d.ts +8 -0
  504. package/dist/esm/types/parser/entities/line/parser.d.ts.map +1 -0
  505. package/dist/esm/types/parser/entities/line/types.d.ts +11 -0
  506. package/dist/esm/types/parser/entities/line/types.d.ts.map +1 -0
  507. package/dist/esm/types/parser/entities/lwpolyline/consts.d.ts +5 -0
  508. package/dist/esm/types/parser/entities/lwpolyline/consts.d.ts.map +1 -0
  509. package/dist/esm/types/parser/entities/lwpolyline/parser.d.ts +7 -0
  510. package/dist/esm/types/parser/entities/lwpolyline/parser.d.ts.map +1 -0
  511. package/dist/esm/types/parser/entities/lwpolyline/types.d.ts +20 -0
  512. package/dist/esm/types/parser/entities/lwpolyline/types.d.ts.map +1 -0
  513. package/dist/esm/types/parser/entities/mesh/parser.d.ts +8 -0
  514. package/dist/esm/types/parser/entities/mesh/parser.d.ts.map +1 -0
  515. package/dist/esm/types/parser/entities/mesh/types.d.ts +23 -0
  516. package/dist/esm/types/parser/entities/mesh/types.d.ts.map +1 -0
  517. package/dist/esm/types/parser/entities/mline/consts.d.ts +12 -0
  518. package/dist/esm/types/parser/entities/mline/consts.d.ts.map +1 -0
  519. package/dist/esm/types/parser/entities/mline/parser.d.ts +12 -0
  520. package/dist/esm/types/parser/entities/mline/parser.d.ts.map +1 -0
  521. package/dist/esm/types/parser/entities/mline/types.d.ts +151 -0
  522. package/dist/esm/types/parser/entities/mline/types.d.ts.map +1 -0
  523. package/dist/esm/types/parser/entities/mtext/consts.d.ts +6 -0
  524. package/dist/esm/types/parser/entities/mtext/consts.d.ts.map +1 -0
  525. package/dist/esm/types/parser/entities/mtext/parser.d.ts +10 -0
  526. package/dist/esm/types/parser/entities/mtext/parser.d.ts.map +1 -0
  527. package/dist/esm/types/parser/entities/mtext/types.d.ts +34 -0
  528. package/dist/esm/types/parser/entities/mtext/types.d.ts.map +1 -0
  529. package/dist/esm/types/parser/entities/multileader/parser.d.ts +8 -0
  530. package/dist/esm/types/parser/entities/multileader/parser.d.ts.map +1 -0
  531. package/dist/esm/types/parser/entities/multileader/types.d.ts +458 -0
  532. package/dist/esm/types/parser/entities/multileader/types.d.ts.map +1 -0
  533. package/dist/esm/types/parser/entities/parser.d.ts +8 -0
  534. package/dist/esm/types/parser/entities/parser.d.ts.map +1 -0
  535. package/dist/esm/types/parser/entities/point/parser.d.ts +7 -0
  536. package/dist/esm/types/parser/entities/point/parser.d.ts.map +1 -0
  537. package/dist/esm/types/parser/entities/point/types.d.ts +10 -0
  538. package/dist/esm/types/parser/entities/point/types.d.ts.map +1 -0
  539. package/dist/esm/types/parser/entities/polyline/consts.d.ts +17 -0
  540. package/dist/esm/types/parser/entities/polyline/consts.d.ts.map +1 -0
  541. package/dist/esm/types/parser/entities/polyline/parser.d.ts +7 -0
  542. package/dist/esm/types/parser/entities/polyline/parser.d.ts.map +1 -0
  543. package/dist/esm/types/parser/entities/polyline/types.d.ts +20 -0
  544. package/dist/esm/types/parser/entities/polyline/types.d.ts.map +1 -0
  545. package/dist/esm/types/parser/entities/ray/parser.d.ts +8 -0
  546. package/dist/esm/types/parser/entities/ray/parser.d.ts.map +1 -0
  547. package/dist/esm/types/parser/entities/ray/types.d.ts +11 -0
  548. package/dist/esm/types/parser/entities/ray/types.d.ts.map +1 -0
  549. package/dist/esm/types/parser/entities/region/parser.d.ts +8 -0
  550. package/dist/esm/types/parser/entities/region/parser.d.ts.map +1 -0
  551. package/dist/esm/types/parser/entities/region/types.d.ts +10 -0
  552. package/dist/esm/types/parser/entities/region/types.d.ts.map +1 -0
  553. package/dist/esm/types/parser/entities/section/parser.d.ts +7 -0
  554. package/dist/esm/types/parser/entities/section/parser.d.ts.map +1 -0
  555. package/dist/esm/types/parser/entities/section/types.d.ts +20 -0
  556. package/dist/esm/types/parser/entities/section/types.d.ts.map +1 -0
  557. package/dist/esm/types/parser/entities/shape/parser.d.ts +21 -0
  558. package/dist/esm/types/parser/entities/shape/parser.d.ts.map +1 -0
  559. package/dist/esm/types/parser/entities/shape/types.d.ts +15 -0
  560. package/dist/esm/types/parser/entities/shape/types.d.ts.map +1 -0
  561. package/dist/esm/types/parser/entities/shared.d.ts +84 -0
  562. package/dist/esm/types/parser/entities/shared.d.ts.map +1 -0
  563. package/dist/esm/types/parser/entities/solid/parser.d.ts +8 -0
  564. package/dist/esm/types/parser/entities/solid/parser.d.ts.map +1 -0
  565. package/dist/esm/types/parser/entities/solid/types.d.ts +10 -0
  566. package/dist/esm/types/parser/entities/solid/types.d.ts.map +1 -0
  567. package/dist/esm/types/parser/entities/solid3d/parser.d.ts +8 -0
  568. package/dist/esm/types/parser/entities/solid3d/parser.d.ts.map +1 -0
  569. package/dist/esm/types/parser/entities/solid3d/types.d.ts +12 -0
  570. package/dist/esm/types/parser/entities/solid3d/types.d.ts.map +1 -0
  571. package/dist/esm/types/parser/entities/spline/consts.d.ts +9 -0
  572. package/dist/esm/types/parser/entities/spline/consts.d.ts.map +1 -0
  573. package/dist/esm/types/parser/entities/spline/parser.d.ts +8 -0
  574. package/dist/esm/types/parser/entities/spline/parser.d.ts.map +1 -0
  575. package/dist/esm/types/parser/entities/spline/types.d.ts +22 -0
  576. package/dist/esm/types/parser/entities/spline/types.d.ts.map +1 -0
  577. package/dist/esm/types/parser/entities/sun/parser.d.ts +10 -0
  578. package/dist/esm/types/parser/entities/sun/parser.d.ts.map +1 -0
  579. package/dist/esm/types/parser/entities/sun/types.d.ts +80 -0
  580. package/dist/esm/types/parser/entities/sun/types.d.ts.map +1 -0
  581. package/dist/esm/types/parser/entities/text/consts.d.ts +20 -0
  582. package/dist/esm/types/parser/entities/text/consts.d.ts.map +1 -0
  583. package/dist/esm/types/parser/entities/text/parser.d.ts +26 -0
  584. package/dist/esm/types/parser/entities/text/parser.d.ts.map +1 -0
  585. package/dist/esm/types/parser/entities/text/types.d.ts +21 -0
  586. package/dist/esm/types/parser/entities/text/types.d.ts.map +1 -0
  587. package/dist/esm/types/parser/entities/tolerance/parser.d.ts +8 -0
  588. package/dist/esm/types/parser/entities/tolerance/parser.d.ts.map +1 -0
  589. package/dist/esm/types/parser/entities/tolerance/types.d.ts +17 -0
  590. package/dist/esm/types/parser/entities/tolerance/types.d.ts.map +1 -0
  591. package/dist/esm/types/parser/entities/vertex/consts.d.ts +11 -0
  592. package/dist/esm/types/parser/entities/vertex/consts.d.ts.map +1 -0
  593. package/dist/esm/types/parser/entities/vertex/parser.d.ts +8 -0
  594. package/dist/esm/types/parser/entities/vertex/parser.d.ts.map +1 -0
  595. package/dist/esm/types/parser/entities/vertex/types.d.ts +73 -0
  596. package/dist/esm/types/parser/entities/vertex/types.d.ts.map +1 -0
  597. package/dist/esm/types/parser/entities/viewport/parser.d.ts +7 -0
  598. package/dist/esm/types/parser/entities/viewport/parser.d.ts.map +1 -0
  599. package/dist/esm/types/parser/entities/viewport/types.d.ts +187 -0
  600. package/dist/esm/types/parser/entities/viewport/types.d.ts.map +1 -0
  601. package/dist/esm/types/parser/entities/wipeout/consts.d.ts +7 -0
  602. package/dist/esm/types/parser/entities/wipeout/consts.d.ts.map +1 -0
  603. package/dist/esm/types/parser/entities/wipeout/parser.d.ts +8 -0
  604. package/dist/esm/types/parser/entities/wipeout/parser.d.ts.map +1 -0
  605. package/dist/esm/types/parser/entities/wipeout/types.d.ts +38 -0
  606. package/dist/esm/types/parser/entities/wipeout/types.d.ts.map +1 -0
  607. package/dist/esm/types/parser/entities/xline/parser.d.ts +8 -0
  608. package/dist/esm/types/parser/entities/xline/parser.d.ts.map +1 -0
  609. package/dist/esm/types/parser/entities/xline/types.d.ts +9 -0
  610. package/dist/esm/types/parser/entities/xline/types.d.ts.map +1 -0
  611. package/dist/esm/types/parser/getAcadColor.d.ts +8 -0
  612. package/dist/esm/types/parser/getAcadColor.d.ts.map +1 -0
  613. package/dist/esm/types/parser/header/parser.d.ts +3 -0
  614. package/dist/esm/types/parser/header/parser.d.ts.map +1 -0
  615. package/dist/esm/types/parser/objects/consts.d.ts +15 -0
  616. package/dist/esm/types/parser/objects/consts.d.ts.map +1 -0
  617. package/dist/esm/types/parser/objects/dictionary/parser.d.ts +3 -0
  618. package/dist/esm/types/parser/objects/dictionary/parser.d.ts.map +1 -0
  619. package/dist/esm/types/parser/objects/dictionary/types.d.ts +13 -0
  620. package/dist/esm/types/parser/objects/dictionary/types.d.ts.map +1 -0
  621. package/dist/esm/types/parser/objects/dimassoc/parser.d.ts +3 -0
  622. package/dist/esm/types/parser/objects/dimassoc/parser.d.ts.map +1 -0
  623. package/dist/esm/types/parser/objects/dimassoc/types.d.ts +105 -0
  624. package/dist/esm/types/parser/objects/dimassoc/types.d.ts.map +1 -0
  625. package/dist/esm/types/parser/objects/group/parser.d.ts +3 -0
  626. package/dist/esm/types/parser/objects/group/parser.d.ts.map +1 -0
  627. package/dist/esm/types/parser/objects/group/types.d.ts +34 -0
  628. package/dist/esm/types/parser/objects/group/types.d.ts.map +1 -0
  629. package/dist/esm/types/parser/objects/imageDef/consts.d.ts +6 -0
  630. package/dist/esm/types/parser/objects/imageDef/consts.d.ts.map +1 -0
  631. package/dist/esm/types/parser/objects/imageDef/parser.d.ts +3 -0
  632. package/dist/esm/types/parser/objects/imageDef/parser.d.ts.map +1 -0
  633. package/dist/esm/types/parser/objects/imageDef/types.d.ts +13 -0
  634. package/dist/esm/types/parser/objects/imageDef/types.d.ts.map +1 -0
  635. package/dist/esm/types/parser/objects/layer_filter/parser.d.ts +3 -0
  636. package/dist/esm/types/parser/objects/layer_filter/parser.d.ts.map +1 -0
  637. package/dist/esm/types/parser/objects/layer_filter/types.d.ts +25 -0
  638. package/dist/esm/types/parser/objects/layer_filter/types.d.ts.map +1 -0
  639. package/dist/esm/types/parser/objects/layer_index/parser.d.ts +3 -0
  640. package/dist/esm/types/parser/objects/layer_index/parser.d.ts.map +1 -0
  641. package/dist/esm/types/parser/objects/layer_index/types.d.ts +39 -0
  642. package/dist/esm/types/parser/objects/layer_index/types.d.ts.map +1 -0
  643. package/dist/esm/types/parser/objects/layout/consts.d.ts +5 -0
  644. package/dist/esm/types/parser/objects/layout/consts.d.ts.map +1 -0
  645. package/dist/esm/types/parser/objects/layout/parser.d.ts +3 -0
  646. package/dist/esm/types/parser/objects/layout/parser.d.ts.map +1 -0
  647. package/dist/esm/types/parser/objects/layout/types.d.ts +25 -0
  648. package/dist/esm/types/parser/objects/layout/types.d.ts.map +1 -0
  649. package/dist/esm/types/parser/objects/mleaderStyle/parser.d.ts +3 -0
  650. package/dist/esm/types/parser/objects/mleaderStyle/parser.d.ts.map +1 -0
  651. package/dist/esm/types/parser/objects/mleaderStyle/types.d.ts +206 -0
  652. package/dist/esm/types/parser/objects/mleaderStyle/types.d.ts.map +1 -0
  653. package/dist/esm/types/parser/objects/mlineStyle/parser.d.ts +10 -0
  654. package/dist/esm/types/parser/objects/mlineStyle/parser.d.ts.map +1 -0
  655. package/dist/esm/types/parser/objects/mlineStyle/types.d.ts +89 -0
  656. package/dist/esm/types/parser/objects/mlineStyle/types.d.ts.map +1 -0
  657. package/dist/esm/types/parser/objects/parser.d.ts +5 -0
  658. package/dist/esm/types/parser/objects/parser.d.ts.map +1 -0
  659. package/dist/esm/types/parser/objects/plotSettings/consts.d.ts +28 -0
  660. package/dist/esm/types/parser/objects/plotSettings/consts.d.ts.map +1 -0
  661. package/dist/esm/types/parser/objects/plotSettings/parser.d.ts +3 -0
  662. package/dist/esm/types/parser/objects/plotSettings/parser.d.ts.map +1 -0
  663. package/dist/esm/types/parser/objects/plotSettings/types.d.ts +37 -0
  664. package/dist/esm/types/parser/objects/plotSettings/types.d.ts.map +1 -0
  665. package/dist/esm/types/parser/objects/shared.d.ts +3 -0
  666. package/dist/esm/types/parser/objects/shared.d.ts.map +1 -0
  667. package/dist/esm/types/parser/objects/spatial_filter/parser.d.ts +3 -0
  668. package/dist/esm/types/parser/objects/spatial_filter/parser.d.ts.map +1 -0
  669. package/dist/esm/types/parser/objects/spatial_filter/types.d.ts +39 -0
  670. package/dist/esm/types/parser/objects/spatial_filter/types.d.ts.map +1 -0
  671. package/dist/esm/types/parser/objects/types.d.ts +29 -0
  672. package/dist/esm/types/parser/objects/types.d.ts.map +1 -0
  673. package/dist/esm/types/parser/objects/xrecord/parser.d.ts +3 -0
  674. package/dist/esm/types/parser/objects/xrecord/parser.d.ts.map +1 -0
  675. package/dist/esm/types/parser/objects/xrecord/types.d.ts +16 -0
  676. package/dist/esm/types/parser/objects/xrecord/types.d.ts.map +1 -0
  677. package/dist/esm/types/parser/shared/asciiDxf.d.ts +6 -0
  678. package/dist/esm/types/parser/shared/asciiDxf.d.ts.map +1 -0
  679. package/dist/esm/types/parser/shared/binaryDxf.d.ts +18 -0
  680. package/dist/esm/types/parser/shared/binaryDxf.d.ts.map +1 -0
  681. package/dist/esm/types/parser/shared/dxfInput.d.ts +13 -0
  682. package/dist/esm/types/parser/shared/dxfInput.d.ts.map +1 -0
  683. package/dist/esm/types/parser/shared/ensureHandle.d.ts +2 -0
  684. package/dist/esm/types/parser/shared/ensureHandle.d.ts.map +1 -0
  685. package/dist/esm/types/parser/shared/extensions/parser.d.ts +4 -0
  686. package/dist/esm/types/parser/shared/extensions/parser.d.ts.map +1 -0
  687. package/dist/esm/types/parser/shared/isMatched.d.ts +7 -0
  688. package/dist/esm/types/parser/shared/isMatched.d.ts.map +1 -0
  689. package/dist/esm/types/parser/shared/parsePoint.d.ts +8 -0
  690. package/dist/esm/types/parser/shared/parsePoint.d.ts.map +1 -0
  691. package/dist/esm/types/parser/shared/parserGenerator.d.ts +50 -0
  692. package/dist/esm/types/parser/shared/parserGenerator.d.ts.map +1 -0
  693. package/dist/esm/types/parser/shared/xdata/parser.d.ts +6 -0
  694. package/dist/esm/types/parser/shared/xdata/parser.d.ts.map +1 -0
  695. package/dist/esm/types/parser/shared/xdata/types.d.ts +16 -0
  696. package/dist/esm/types/parser/shared/xdata/types.d.ts.map +1 -0
  697. package/dist/esm/types/parser/tables/appId/parser.d.ts +4 -0
  698. package/dist/esm/types/parser/tables/appId/parser.d.ts.map +1 -0
  699. package/dist/esm/types/parser/tables/appId/types.d.ts +20 -0
  700. package/dist/esm/types/parser/tables/appId/types.d.ts.map +1 -0
  701. package/dist/esm/types/parser/tables/blockRecord/parser.d.ts +2 -0
  702. package/dist/esm/types/parser/tables/blockRecord/parser.d.ts.map +1 -0
  703. package/dist/esm/types/parser/tables/blockRecord/types.d.ts +38 -0
  704. package/dist/esm/types/parser/tables/blockRecord/types.d.ts.map +1 -0
  705. package/dist/esm/types/parser/tables/consts.d.ts +38 -0
  706. package/dist/esm/types/parser/tables/consts.d.ts.map +1 -0
  707. package/dist/esm/types/parser/tables/dimStyle/consts.d.ts +3 -0
  708. package/dist/esm/types/parser/tables/dimStyle/consts.d.ts.map +1 -0
  709. package/dist/esm/types/parser/tables/dimStyle/parser.d.ts +2 -0
  710. package/dist/esm/types/parser/tables/dimStyle/parser.d.ts.map +1 -0
  711. package/dist/esm/types/parser/tables/dimStyle/types.d.ts +912 -0
  712. package/dist/esm/types/parser/tables/dimStyle/types.d.ts.map +1 -0
  713. package/dist/esm/types/parser/tables/layer/parser.d.ts +2 -0
  714. package/dist/esm/types/parser/tables/layer/parser.d.ts.map +1 -0
  715. package/dist/esm/types/parser/tables/layer/types.d.ts +14 -0
  716. package/dist/esm/types/parser/tables/layer/types.d.ts.map +1 -0
  717. package/dist/esm/types/parser/tables/ltype/consts.d.ts +7 -0
  718. package/dist/esm/types/parser/tables/ltype/consts.d.ts.map +1 -0
  719. package/dist/esm/types/parser/tables/ltype/parser.d.ts +2 -0
  720. package/dist/esm/types/parser/tables/ltype/parser.d.ts.map +1 -0
  721. package/dist/esm/types/parser/tables/ltype/types.d.ts +22 -0
  722. package/dist/esm/types/parser/tables/ltype/types.d.ts.map +1 -0
  723. package/dist/esm/types/parser/tables/parser.d.ts +3 -0
  724. package/dist/esm/types/parser/tables/parser.d.ts.map +1 -0
  725. package/dist/esm/types/parser/tables/shared.d.ts +3 -0
  726. package/dist/esm/types/parser/tables/shared.d.ts.map +1 -0
  727. package/dist/esm/types/parser/tables/style/parser.d.ts +2 -0
  728. package/dist/esm/types/parser/tables/style/parser.d.ts.map +1 -0
  729. package/dist/esm/types/parser/tables/style/types.d.ts +15 -0
  730. package/dist/esm/types/parser/tables/style/types.d.ts.map +1 -0
  731. package/dist/esm/types/parser/tables/types.d.ts +14 -0
  732. package/dist/esm/types/parser/tables/types.d.ts.map +1 -0
  733. package/dist/esm/types/parser/tables/ucs/parser.d.ts +4 -0
  734. package/dist/esm/types/parser/tables/ucs/parser.d.ts.map +1 -0
  735. package/dist/esm/types/parser/tables/ucs/types.d.ts +127 -0
  736. package/dist/esm/types/parser/tables/ucs/types.d.ts.map +1 -0
  737. package/dist/esm/types/parser/tables/view/consts.d.ts +4 -0
  738. package/dist/esm/types/parser/tables/view/consts.d.ts.map +1 -0
  739. package/dist/esm/types/parser/tables/view/parser.d.ts +4 -0
  740. package/dist/esm/types/parser/tables/view/parser.d.ts.map +1 -0
  741. package/dist/esm/types/parser/tables/view/types.d.ts +140 -0
  742. package/dist/esm/types/parser/tables/view/types.d.ts.map +1 -0
  743. package/dist/esm/types/parser/tables/vport/parser.d.ts +2 -0
  744. package/dist/esm/types/parser/tables/vport/parser.d.ts.map +1 -0
  745. package/dist/esm/types/parser/tables/vport/types.d.ts +50 -0
  746. package/dist/esm/types/parser/tables/vport/types.d.ts.map +1 -0
  747. package/dist/esm/types/parser/thumbnailImage/parser.d.ts +6 -0
  748. package/dist/esm/types/parser/thumbnailImage/parser.d.ts.map +1 -0
  749. package/dist/esm/types/parser/types.d.ts +35 -0
  750. package/dist/esm/types/parser/types.d.ts.map +1 -0
  751. package/dist/esm/types/stream-parser/DxfStreamParser.d.ts +44 -0
  752. package/dist/esm/types/stream-parser/DxfStreamParser.d.ts.map +1 -0
  753. package/dist/esm/types/stream-parser/streamShared/parseData.d.ts +20 -0
  754. package/dist/esm/types/stream-parser/streamShared/parseData.d.ts.map +1 -0
  755. package/dist/esm/types/types/color.d.ts +4 -0
  756. package/dist/esm/types/types/color.d.ts.map +1 -0
  757. package/dist/esm/types/types/dxfHeader.d.ts +17 -0
  758. package/dist/esm/types/types/dxfHeader.d.ts.map +1 -0
  759. package/dist/esm/types/types/shared.d.ts +22 -0
  760. package/dist/esm/types/types/shared.d.ts.map +1 -0
  761. package/dist/esm/types/utlis.d.ts +18 -0
  762. package/dist/esm/types/utlis.d.ts.map +1 -0
  763. package/package.json +80 -78
  764. package/dist/bundle.cjs +0 -3
  765. package/dist/bundle.mjs +0 -3
  766. package/dist/types/consts/block.d.ts.map +0 -1
  767. package/dist/types/consts/color.d.ts.map +0 -1
  768. package/dist/types/consts/config.d.ts.map +0 -1
  769. package/dist/types/consts/dimension.d.ts.map +0 -1
  770. package/dist/types/consts/hatch.d.ts.map +0 -1
  771. package/dist/types/consts/header.d.ts +0 -10
  772. package/dist/types/consts/header.d.ts.map +0 -1
  773. package/dist/types/consts/index.d.ts +0 -13
  774. package/dist/types/consts/index.d.ts.map +0 -1
  775. package/dist/types/consts/lineweight.d.ts.map +0 -1
  776. package/dist/types/consts/measurement.d.ts.map +0 -1
  777. package/dist/types/consts/obscuredLineTypes.d.ts.map +0 -1
  778. package/dist/types/consts/plotStyleType.d.ts.map +0 -1
  779. package/dist/types/consts/scene.d.ts +0 -3
  780. package/dist/types/consts/scene.d.ts.map +0 -1
  781. package/dist/types/consts/viewport.d.ts +0 -53
  782. package/dist/types/consts/viewport.d.ts.map +0 -1
  783. package/dist/types/index.d.ts +0 -8
  784. package/dist/types/index.d.ts.map +0 -1
  785. package/dist/types/parser/AutoCadColorIndex.d.ts.map +0 -1
  786. package/dist/types/parser/DxfArrayScanner.d.ts.map +0 -1
  787. package/dist/types/parser/DxfParser.d.ts +0 -22
  788. package/dist/types/parser/DxfParser.d.ts.map +0 -1
  789. package/dist/types/parser/ParseHelpers.d.ts +0 -16
  790. package/dist/types/parser/ParseHelpers.d.ts.map +0 -1
  791. package/dist/types/parser/blocks/index.d.ts +0 -5
  792. package/dist/types/parser/blocks/index.d.ts.map +0 -1
  793. package/dist/types/parser/blocks/types.d.ts +0 -15
  794. package/dist/types/parser/blocks/types.d.ts.map +0 -1
  795. package/dist/types/parser/entities/arc/index.d.ts +0 -3
  796. package/dist/types/parser/entities/arc/index.d.ts.map +0 -1
  797. package/dist/types/parser/entities/arc/parser.d.ts +0 -7
  798. package/dist/types/parser/entities/arc/parser.d.ts.map +0 -1
  799. package/dist/types/parser/entities/arc/types.d.ts +0 -13
  800. package/dist/types/parser/entities/arc/types.d.ts.map +0 -1
  801. package/dist/types/parser/entities/arc_dimension/consts.d.ts.map +0 -1
  802. package/dist/types/parser/entities/arc_dimension/index.d.ts +0 -4
  803. package/dist/types/parser/entities/arc_dimension/index.d.ts.map +0 -1
  804. package/dist/types/parser/entities/arc_dimension/parser.d.ts +0 -9
  805. package/dist/types/parser/entities/arc_dimension/parser.d.ts.map +0 -1
  806. package/dist/types/parser/entities/arc_dimension/types.d.ts +0 -99
  807. package/dist/types/parser/entities/arc_dimension/types.d.ts.map +0 -1
  808. package/dist/types/parser/entities/attdef/consts.d.ts.map +0 -1
  809. package/dist/types/parser/entities/attdef/index.d.ts +0 -4
  810. package/dist/types/parser/entities/attdef/index.d.ts.map +0 -1
  811. package/dist/types/parser/entities/attdef/parser.d.ts +0 -8
  812. package/dist/types/parser/entities/attdef/parser.d.ts.map +0 -1
  813. package/dist/types/parser/entities/attdef/types.d.ts +0 -18
  814. package/dist/types/parser/entities/attdef/types.d.ts.map +0 -1
  815. package/dist/types/parser/entities/attribute/index.d.ts +0 -3
  816. package/dist/types/parser/entities/attribute/index.d.ts.map +0 -1
  817. package/dist/types/parser/entities/attribute/parser.d.ts +0 -8
  818. package/dist/types/parser/entities/attribute/parser.d.ts.map +0 -1
  819. package/dist/types/parser/entities/attribute/types.d.ts +0 -31
  820. package/dist/types/parser/entities/attribute/types.d.ts.map +0 -1
  821. package/dist/types/parser/entities/body/index.d.ts +0 -3
  822. package/dist/types/parser/entities/body/index.d.ts.map +0 -1
  823. package/dist/types/parser/entities/body/parser.d.ts +0 -8
  824. package/dist/types/parser/entities/body/parser.d.ts.map +0 -1
  825. package/dist/types/parser/entities/body/types.d.ts +0 -10
  826. package/dist/types/parser/entities/body/types.d.ts.map +0 -1
  827. package/dist/types/parser/entities/circle/index.d.ts +0 -3
  828. package/dist/types/parser/entities/circle/index.d.ts.map +0 -1
  829. package/dist/types/parser/entities/circle/parser.d.ts +0 -8
  830. package/dist/types/parser/entities/circle/parser.d.ts.map +0 -1
  831. package/dist/types/parser/entities/circle/types.d.ts +0 -11
  832. package/dist/types/parser/entities/circle/types.d.ts.map +0 -1
  833. package/dist/types/parser/entities/dimension/index.d.ts +0 -3
  834. package/dist/types/parser/entities/dimension/index.d.ts.map +0 -1
  835. package/dist/types/parser/entities/dimension/parser.d.ts +0 -14
  836. package/dist/types/parser/entities/dimension/parser.d.ts.map +0 -1
  837. package/dist/types/parser/entities/dimension/types.d.ts +0 -202
  838. package/dist/types/parser/entities/dimension/types.d.ts.map +0 -1
  839. package/dist/types/parser/entities/ellipse/index.d.ts +0 -3
  840. package/dist/types/parser/entities/ellipse/index.d.ts.map +0 -1
  841. package/dist/types/parser/entities/ellipse/parser.d.ts +0 -8
  842. package/dist/types/parser/entities/ellipse/parser.d.ts.map +0 -1
  843. package/dist/types/parser/entities/ellipse/types.d.ts +0 -13
  844. package/dist/types/parser/entities/ellipse/types.d.ts.map +0 -1
  845. package/dist/types/parser/entities/face/consts.d.ts.map +0 -1
  846. package/dist/types/parser/entities/face/index.d.ts +0 -4
  847. package/dist/types/parser/entities/face/index.d.ts.map +0 -1
  848. package/dist/types/parser/entities/face/parser.d.ts +0 -8
  849. package/dist/types/parser/entities/face/parser.d.ts.map +0 -1
  850. package/dist/types/parser/entities/face/types.d.ts +0 -8
  851. package/dist/types/parser/entities/face/types.d.ts.map +0 -1
  852. package/dist/types/parser/entities/hatch/boundaryPathData/edge.d.ts +0 -7
  853. package/dist/types/parser/entities/hatch/boundaryPathData/edge.d.ts.map +0 -1
  854. package/dist/types/parser/entities/hatch/boundaryPathData/index.d.ts +0 -5
  855. package/dist/types/parser/entities/hatch/boundaryPathData/index.d.ts.map +0 -1
  856. package/dist/types/parser/entities/hatch/boundaryPathData/polyline.d.ts +0 -3
  857. package/dist/types/parser/entities/hatch/boundaryPathData/polyline.d.ts.map +0 -1
  858. package/dist/types/parser/entities/hatch/boundaryPathData/shared.d.ts +0 -3
  859. package/dist/types/parser/entities/hatch/boundaryPathData/shared.d.ts.map +0 -1
  860. package/dist/types/parser/entities/hatch/index.d.ts +0 -9
  861. package/dist/types/parser/entities/hatch/index.d.ts.map +0 -1
  862. package/dist/types/parser/entities/hatch/patternData.d.ts +0 -3
  863. package/dist/types/parser/entities/hatch/patternData.d.ts.map +0 -1
  864. package/dist/types/parser/entities/hatch/types/boundaryPath.d.ts +0 -60
  865. package/dist/types/parser/entities/hatch/types/boundaryPath.d.ts.map +0 -1
  866. package/dist/types/parser/entities/hatch/types/definitionLine.d.ts +0 -9
  867. package/dist/types/parser/entities/hatch/types/definitionLine.d.ts.map +0 -1
  868. package/dist/types/parser/entities/hatch/types/hatch.d.ts +0 -39
  869. package/dist/types/parser/entities/hatch/types/hatch.d.ts.map +0 -1
  870. package/dist/types/parser/entities/hatch/types/index.d.ts +0 -4
  871. package/dist/types/parser/entities/hatch/types/index.d.ts.map +0 -1
  872. package/dist/types/parser/entities/image/consts.d.ts.map +0 -1
  873. package/dist/types/parser/entities/image/index.d.ts +0 -4
  874. package/dist/types/parser/entities/image/index.d.ts.map +0 -1
  875. package/dist/types/parser/entities/image/parser.d.ts +0 -8
  876. package/dist/types/parser/entities/image/parser.d.ts.map +0 -1
  877. package/dist/types/parser/entities/image/types.d.ts +0 -55
  878. package/dist/types/parser/entities/image/types.d.ts.map +0 -1
  879. package/dist/types/parser/entities/index.d.ts +0 -42
  880. package/dist/types/parser/entities/index.d.ts.map +0 -1
  881. package/dist/types/parser/entities/insert/index.d.ts +0 -3
  882. package/dist/types/parser/entities/insert/index.d.ts.map +0 -1
  883. package/dist/types/parser/entities/insert/parser.d.ts +0 -8
  884. package/dist/types/parser/entities/insert/parser.d.ts.map +0 -1
  885. package/dist/types/parser/entities/insert/types.d.ts +0 -19
  886. package/dist/types/parser/entities/insert/types.d.ts.map +0 -1
  887. package/dist/types/parser/entities/leader/consts.d.ts.map +0 -1
  888. package/dist/types/parser/entities/leader/index.d.ts +0 -4
  889. package/dist/types/parser/entities/leader/index.d.ts.map +0 -1
  890. package/dist/types/parser/entities/leader/parser.d.ts +0 -8
  891. package/dist/types/parser/entities/leader/parser.d.ts.map +0 -1
  892. package/dist/types/parser/entities/leader/types.d.ts +0 -24
  893. package/dist/types/parser/entities/leader/types.d.ts.map +0 -1
  894. package/dist/types/parser/entities/line/index.d.ts +0 -3
  895. package/dist/types/parser/entities/line/index.d.ts.map +0 -1
  896. package/dist/types/parser/entities/line/parser.d.ts +0 -8
  897. package/dist/types/parser/entities/line/parser.d.ts.map +0 -1
  898. package/dist/types/parser/entities/line/types.d.ts +0 -11
  899. package/dist/types/parser/entities/line/types.d.ts.map +0 -1
  900. package/dist/types/parser/entities/lwpolyline/consts.d.ts.map +0 -1
  901. package/dist/types/parser/entities/lwpolyline/index.d.ts +0 -4
  902. package/dist/types/parser/entities/lwpolyline/index.d.ts.map +0 -1
  903. package/dist/types/parser/entities/lwpolyline/parser.d.ts +0 -7
  904. package/dist/types/parser/entities/lwpolyline/parser.d.ts.map +0 -1
  905. package/dist/types/parser/entities/lwpolyline/types.d.ts +0 -20
  906. package/dist/types/parser/entities/lwpolyline/types.d.ts.map +0 -1
  907. package/dist/types/parser/entities/mesh/index.d.ts +0 -3
  908. package/dist/types/parser/entities/mesh/index.d.ts.map +0 -1
  909. package/dist/types/parser/entities/mesh/parser.d.ts +0 -8
  910. package/dist/types/parser/entities/mesh/parser.d.ts.map +0 -1
  911. package/dist/types/parser/entities/mesh/types.d.ts +0 -23
  912. package/dist/types/parser/entities/mesh/types.d.ts.map +0 -1
  913. package/dist/types/parser/entities/mline/consts.d.ts.map +0 -1
  914. package/dist/types/parser/entities/mline/index.d.ts +0 -4
  915. package/dist/types/parser/entities/mline/index.d.ts.map +0 -1
  916. package/dist/types/parser/entities/mline/parser.d.ts +0 -12
  917. package/dist/types/parser/entities/mline/parser.d.ts.map +0 -1
  918. package/dist/types/parser/entities/mline/types.d.ts +0 -151
  919. package/dist/types/parser/entities/mline/types.d.ts.map +0 -1
  920. package/dist/types/parser/entities/mtext/consts.d.ts.map +0 -1
  921. package/dist/types/parser/entities/mtext/index.d.ts +0 -4
  922. package/dist/types/parser/entities/mtext/index.d.ts.map +0 -1
  923. package/dist/types/parser/entities/mtext/parser.d.ts +0 -10
  924. package/dist/types/parser/entities/mtext/parser.d.ts.map +0 -1
  925. package/dist/types/parser/entities/mtext/types.d.ts +0 -34
  926. package/dist/types/parser/entities/mtext/types.d.ts.map +0 -1
  927. package/dist/types/parser/entities/multileader/index.d.ts +0 -3
  928. package/dist/types/parser/entities/multileader/index.d.ts.map +0 -1
  929. package/dist/types/parser/entities/multileader/parser.d.ts +0 -8
  930. package/dist/types/parser/entities/multileader/parser.d.ts.map +0 -1
  931. package/dist/types/parser/entities/multileader/types.d.ts +0 -35
  932. package/dist/types/parser/entities/multileader/types.d.ts.map +0 -1
  933. package/dist/types/parser/entities/point/index.d.ts +0 -3
  934. package/dist/types/parser/entities/point/index.d.ts.map +0 -1
  935. package/dist/types/parser/entities/point/parser.d.ts +0 -7
  936. package/dist/types/parser/entities/point/parser.d.ts.map +0 -1
  937. package/dist/types/parser/entities/point/types.d.ts +0 -10
  938. package/dist/types/parser/entities/point/types.d.ts.map +0 -1
  939. package/dist/types/parser/entities/polyline/consts.d.ts.map +0 -1
  940. package/dist/types/parser/entities/polyline/index.d.ts +0 -4
  941. package/dist/types/parser/entities/polyline/index.d.ts.map +0 -1
  942. package/dist/types/parser/entities/polyline/parser.d.ts +0 -7
  943. package/dist/types/parser/entities/polyline/parser.d.ts.map +0 -1
  944. package/dist/types/parser/entities/polyline/types.d.ts +0 -20
  945. package/dist/types/parser/entities/polyline/types.d.ts.map +0 -1
  946. package/dist/types/parser/entities/ray/index.d.ts +0 -3
  947. package/dist/types/parser/entities/ray/index.d.ts.map +0 -1
  948. package/dist/types/parser/entities/ray/parser.d.ts +0 -8
  949. package/dist/types/parser/entities/ray/parser.d.ts.map +0 -1
  950. package/dist/types/parser/entities/ray/types.d.ts +0 -11
  951. package/dist/types/parser/entities/ray/types.d.ts.map +0 -1
  952. package/dist/types/parser/entities/region/index.d.ts +0 -3
  953. package/dist/types/parser/entities/region/index.d.ts.map +0 -1
  954. package/dist/types/parser/entities/region/parser.d.ts +0 -8
  955. package/dist/types/parser/entities/region/parser.d.ts.map +0 -1
  956. package/dist/types/parser/entities/region/types.d.ts +0 -10
  957. package/dist/types/parser/entities/region/types.d.ts.map +0 -1
  958. package/dist/types/parser/entities/section/index.d.ts +0 -3
  959. package/dist/types/parser/entities/section/index.d.ts.map +0 -1
  960. package/dist/types/parser/entities/section/parser.d.ts +0 -7
  961. package/dist/types/parser/entities/section/parser.d.ts.map +0 -1
  962. package/dist/types/parser/entities/section/types.d.ts +0 -20
  963. package/dist/types/parser/entities/section/types.d.ts.map +0 -1
  964. package/dist/types/parser/entities/shared.d.ts +0 -82
  965. package/dist/types/parser/entities/shared.d.ts.map +0 -1
  966. package/dist/types/parser/entities/solid/index.d.ts +0 -3
  967. package/dist/types/parser/entities/solid/index.d.ts.map +0 -1
  968. package/dist/types/parser/entities/solid/parser.d.ts +0 -8
  969. package/dist/types/parser/entities/solid/parser.d.ts.map +0 -1
  970. package/dist/types/parser/entities/solid/types.d.ts +0 -10
  971. package/dist/types/parser/entities/solid/types.d.ts.map +0 -1
  972. package/dist/types/parser/entities/solid3d/index.d.ts +0 -3
  973. package/dist/types/parser/entities/solid3d/index.d.ts.map +0 -1
  974. package/dist/types/parser/entities/solid3d/parser.d.ts +0 -8
  975. package/dist/types/parser/entities/solid3d/parser.d.ts.map +0 -1
  976. package/dist/types/parser/entities/solid3d/types.d.ts +0 -12
  977. package/dist/types/parser/entities/solid3d/types.d.ts.map +0 -1
  978. package/dist/types/parser/entities/spline/consts.d.ts.map +0 -1
  979. package/dist/types/parser/entities/spline/index.d.ts +0 -4
  980. package/dist/types/parser/entities/spline/index.d.ts.map +0 -1
  981. package/dist/types/parser/entities/spline/parser.d.ts +0 -8
  982. package/dist/types/parser/entities/spline/parser.d.ts.map +0 -1
  983. package/dist/types/parser/entities/spline/types.d.ts +0 -22
  984. package/dist/types/parser/entities/spline/types.d.ts.map +0 -1
  985. package/dist/types/parser/entities/text/consts.d.ts.map +0 -1
  986. package/dist/types/parser/entities/text/index.d.ts +0 -4
  987. package/dist/types/parser/entities/text/index.d.ts.map +0 -1
  988. package/dist/types/parser/entities/text/parser.d.ts +0 -26
  989. package/dist/types/parser/entities/text/parser.d.ts.map +0 -1
  990. package/dist/types/parser/entities/text/types.d.ts +0 -21
  991. package/dist/types/parser/entities/text/types.d.ts.map +0 -1
  992. package/dist/types/parser/entities/tolerance/index.d.ts +0 -3
  993. package/dist/types/parser/entities/tolerance/index.d.ts.map +0 -1
  994. package/dist/types/parser/entities/tolerance/parser.d.ts +0 -8
  995. package/dist/types/parser/entities/tolerance/parser.d.ts.map +0 -1
  996. package/dist/types/parser/entities/tolerance/types.d.ts +0 -17
  997. package/dist/types/parser/entities/tolerance/types.d.ts.map +0 -1
  998. package/dist/types/parser/entities/vertex/consts.d.ts.map +0 -1
  999. package/dist/types/parser/entities/vertex/index.d.ts +0 -4
  1000. package/dist/types/parser/entities/vertex/index.d.ts.map +0 -1
  1001. package/dist/types/parser/entities/vertex/parser.d.ts +0 -8
  1002. package/dist/types/parser/entities/vertex/parser.d.ts.map +0 -1
  1003. package/dist/types/parser/entities/vertex/types.d.ts +0 -17
  1004. package/dist/types/parser/entities/vertex/types.d.ts.map +0 -1
  1005. package/dist/types/parser/entities/viewport/index.d.ts +0 -3
  1006. package/dist/types/parser/entities/viewport/index.d.ts.map +0 -1
  1007. package/dist/types/parser/entities/viewport/parser.d.ts +0 -7
  1008. package/dist/types/parser/entities/viewport/parser.d.ts.map +0 -1
  1009. package/dist/types/parser/entities/viewport/types.d.ts +0 -187
  1010. package/dist/types/parser/entities/viewport/types.d.ts.map +0 -1
  1011. package/dist/types/parser/entities/wipeout/consts.d.ts.map +0 -1
  1012. package/dist/types/parser/entities/wipeout/index.d.ts +0 -4
  1013. package/dist/types/parser/entities/wipeout/index.d.ts.map +0 -1
  1014. package/dist/types/parser/entities/wipeout/parser.d.ts +0 -8
  1015. package/dist/types/parser/entities/wipeout/parser.d.ts.map +0 -1
  1016. package/dist/types/parser/entities/wipeout/types.d.ts +0 -38
  1017. package/dist/types/parser/entities/wipeout/types.d.ts.map +0 -1
  1018. package/dist/types/parser/entities/xline/index.d.ts +0 -3
  1019. package/dist/types/parser/entities/xline/index.d.ts.map +0 -1
  1020. package/dist/types/parser/entities/xline/parser.d.ts +0 -8
  1021. package/dist/types/parser/entities/xline/parser.d.ts.map +0 -1
  1022. package/dist/types/parser/entities/xline/types.d.ts +0 -9
  1023. package/dist/types/parser/entities/xline/types.d.ts.map +0 -1
  1024. package/dist/types/parser/getAcadColor.d.ts +0 -8
  1025. package/dist/types/parser/getAcadColor.d.ts.map +0 -1
  1026. package/dist/types/parser/header/index.d.ts +0 -3
  1027. package/dist/types/parser/header/index.d.ts.map +0 -1
  1028. package/dist/types/parser/index.d.ts +0 -9
  1029. package/dist/types/parser/index.d.ts.map +0 -1
  1030. package/dist/types/parser/objects/consts.d.ts.map +0 -1
  1031. package/dist/types/parser/objects/dictionary/index.d.ts +0 -3
  1032. package/dist/types/parser/objects/dictionary/index.d.ts.map +0 -1
  1033. package/dist/types/parser/objects/dictionary/parser.d.ts +0 -3
  1034. package/dist/types/parser/objects/dictionary/parser.d.ts.map +0 -1
  1035. package/dist/types/parser/objects/dictionary/types.d.ts +0 -13
  1036. package/dist/types/parser/objects/dictionary/types.d.ts.map +0 -1
  1037. package/dist/types/parser/objects/index.d.ts +0 -12
  1038. package/dist/types/parser/objects/index.d.ts.map +0 -1
  1039. package/dist/types/parser/objects/layout/consts.d.ts.map +0 -1
  1040. package/dist/types/parser/objects/layout/index.d.ts +0 -4
  1041. package/dist/types/parser/objects/layout/index.d.ts.map +0 -1
  1042. package/dist/types/parser/objects/layout/parser.d.ts +0 -3
  1043. package/dist/types/parser/objects/layout/parser.d.ts.map +0 -1
  1044. package/dist/types/parser/objects/layout/types.d.ts +0 -25
  1045. package/dist/types/parser/objects/layout/types.d.ts.map +0 -1
  1046. package/dist/types/parser/objects/plotSettings/consts.d.ts.map +0 -1
  1047. package/dist/types/parser/objects/plotSettings/index.d.ts +0 -4
  1048. package/dist/types/parser/objects/plotSettings/index.d.ts.map +0 -1
  1049. package/dist/types/parser/objects/plotSettings/parser.d.ts +0 -3
  1050. package/dist/types/parser/objects/plotSettings/parser.d.ts.map +0 -1
  1051. package/dist/types/parser/objects/plotSettings/types.d.ts +0 -37
  1052. package/dist/types/parser/objects/plotSettings/types.d.ts.map +0 -1
  1053. package/dist/types/parser/objects/shared.d.ts +0 -3
  1054. package/dist/types/parser/objects/shared.d.ts.map +0 -1
  1055. package/dist/types/parser/objects/spatial_filter/index.d.ts +0 -3
  1056. package/dist/types/parser/objects/spatial_filter/index.d.ts.map +0 -1
  1057. package/dist/types/parser/objects/spatial_filter/parser.d.ts +0 -3
  1058. package/dist/types/parser/objects/spatial_filter/parser.d.ts.map +0 -1
  1059. package/dist/types/parser/objects/spatial_filter/types.d.ts +0 -39
  1060. package/dist/types/parser/objects/spatial_filter/types.d.ts.map +0 -1
  1061. package/dist/types/parser/objects/types.d.ts +0 -29
  1062. package/dist/types/parser/objects/types.d.ts.map +0 -1
  1063. package/dist/types/parser/objects/xrecord/index.d.ts +0 -3
  1064. package/dist/types/parser/objects/xrecord/index.d.ts.map +0 -1
  1065. package/dist/types/parser/objects/xrecord/parser.d.ts +0 -3
  1066. package/dist/types/parser/objects/xrecord/parser.d.ts.map +0 -1
  1067. package/dist/types/parser/objects/xrecord/types.d.ts +0 -16
  1068. package/dist/types/parser/objects/xrecord/types.d.ts.map +0 -1
  1069. package/dist/types/parser/shared/extensions/parser.d.ts +0 -4
  1070. package/dist/types/parser/shared/extensions/parser.d.ts.map +0 -1
  1071. package/dist/types/parser/shared/index.d.ts +0 -5
  1072. package/dist/types/parser/shared/index.d.ts.map +0 -1
  1073. package/dist/types/parser/shared/isMatched.d.ts +0 -7
  1074. package/dist/types/parser/shared/isMatched.d.ts.map +0 -1
  1075. package/dist/types/parser/shared/parsePoint.d.ts +0 -8
  1076. package/dist/types/parser/shared/parsePoint.d.ts.map +0 -1
  1077. package/dist/types/parser/shared/parserGenerator.d.ts +0 -50
  1078. package/dist/types/parser/shared/parserGenerator.d.ts.map +0 -1
  1079. package/dist/types/parser/shared/xdata/index.d.ts +0 -4
  1080. package/dist/types/parser/shared/xdata/index.d.ts.map +0 -1
  1081. package/dist/types/parser/shared/xdata/interpreter.d.ts +0 -21
  1082. package/dist/types/parser/shared/xdata/interpreter.d.ts.map +0 -1
  1083. package/dist/types/parser/shared/xdata/parser.d.ts +0 -6
  1084. package/dist/types/parser/shared/xdata/parser.d.ts.map +0 -1
  1085. package/dist/types/parser/shared/xdata/types.d.ts +0 -10
  1086. package/dist/types/parser/shared/xdata/types.d.ts.map +0 -1
  1087. package/dist/types/parser/tables/blockRecord/index.d.ts +0 -3
  1088. package/dist/types/parser/tables/blockRecord/index.d.ts.map +0 -1
  1089. package/dist/types/parser/tables/blockRecord/parser.d.ts +0 -2
  1090. package/dist/types/parser/tables/blockRecord/parser.d.ts.map +0 -1
  1091. package/dist/types/parser/tables/blockRecord/types.d.ts +0 -11
  1092. package/dist/types/parser/tables/blockRecord/types.d.ts.map +0 -1
  1093. package/dist/types/parser/tables/dimStyle/consts.d.ts +0 -3
  1094. package/dist/types/parser/tables/dimStyle/consts.d.ts.map +0 -1
  1095. package/dist/types/parser/tables/dimStyle/index.d.ts +0 -4
  1096. package/dist/types/parser/tables/dimStyle/index.d.ts.map +0 -1
  1097. package/dist/types/parser/tables/dimStyle/parser.d.ts +0 -2
  1098. package/dist/types/parser/tables/dimStyle/parser.d.ts.map +0 -1
  1099. package/dist/types/parser/tables/dimStyle/types.d.ts +0 -912
  1100. package/dist/types/parser/tables/dimStyle/types.d.ts.map +0 -1
  1101. package/dist/types/parser/tables/index.d.ts +0 -9
  1102. package/dist/types/parser/tables/index.d.ts.map +0 -1
  1103. package/dist/types/parser/tables/layer/index.d.ts +0 -3
  1104. package/dist/types/parser/tables/layer/index.d.ts.map +0 -1
  1105. package/dist/types/parser/tables/layer/parser.d.ts +0 -2
  1106. package/dist/types/parser/tables/layer/parser.d.ts.map +0 -1
  1107. package/dist/types/parser/tables/layer/types.d.ts +0 -14
  1108. package/dist/types/parser/tables/layer/types.d.ts.map +0 -1
  1109. package/dist/types/parser/tables/ltype/consts.d.ts.map +0 -1
  1110. package/dist/types/parser/tables/ltype/index.d.ts +0 -4
  1111. package/dist/types/parser/tables/ltype/index.d.ts.map +0 -1
  1112. package/dist/types/parser/tables/ltype/parser.d.ts +0 -2
  1113. package/dist/types/parser/tables/ltype/parser.d.ts.map +0 -1
  1114. package/dist/types/parser/tables/ltype/types.d.ts +0 -22
  1115. package/dist/types/parser/tables/ltype/types.d.ts.map +0 -1
  1116. package/dist/types/parser/tables/parser.d.ts +0 -3
  1117. package/dist/types/parser/tables/parser.d.ts.map +0 -1
  1118. package/dist/types/parser/tables/shared.d.ts +0 -3
  1119. package/dist/types/parser/tables/shared.d.ts.map +0 -1
  1120. package/dist/types/parser/tables/style/index.d.ts +0 -3
  1121. package/dist/types/parser/tables/style/index.d.ts.map +0 -1
  1122. package/dist/types/parser/tables/style/parser.d.ts +0 -2
  1123. package/dist/types/parser/tables/style/parser.d.ts.map +0 -1
  1124. package/dist/types/parser/tables/style/types.d.ts +0 -15
  1125. package/dist/types/parser/tables/style/types.d.ts.map +0 -1
  1126. package/dist/types/parser/tables/types.d.ts +0 -15
  1127. package/dist/types/parser/tables/types.d.ts.map +0 -1
  1128. package/dist/types/parser/tables/vport/index.d.ts +0 -3
  1129. package/dist/types/parser/tables/vport/index.d.ts.map +0 -1
  1130. package/dist/types/parser/tables/vport/parser.d.ts +0 -2
  1131. package/dist/types/parser/tables/vport/parser.d.ts.map +0 -1
  1132. package/dist/types/parser/tables/vport/types.d.ts +0 -44
  1133. package/dist/types/parser/tables/vport/types.d.ts.map +0 -1
  1134. package/dist/types/parser/types.d.ts +0 -23
  1135. package/dist/types/parser/types.d.ts.map +0 -1
  1136. package/dist/types/stream-parser/DxfStreamParser.d.ts +0 -44
  1137. package/dist/types/stream-parser/DxfStreamParser.d.ts.map +0 -1
  1138. package/dist/types/stream-parser/index.d.ts +0 -2
  1139. package/dist/types/stream-parser/index.d.ts.map +0 -1
  1140. package/dist/types/stream-parser/streamShared/parseData.d.ts +0 -20
  1141. package/dist/types/stream-parser/streamShared/parseData.d.ts.map +0 -1
  1142. package/dist/types/types/color.d.ts +0 -4
  1143. package/dist/types/types/color.d.ts.map +0 -1
  1144. package/dist/types/types/dxfHeader.d.ts +0 -17
  1145. package/dist/types/types/dxfHeader.d.ts.map +0 -1
  1146. package/dist/types/types/index.d.ts +0 -24
  1147. package/dist/types/types/index.d.ts.map +0 -1
  1148. package/dist/types/utils/debug.d.ts.map +0 -1
  1149. package/dist/types/utils/index.d.ts +0 -18
  1150. package/dist/types/utils/index.d.ts.map +0 -1
  1151. /package/dist/{types → cjs/types}/consts/block.d.ts +0 -0
  1152. /package/dist/{types → cjs/types}/consts/color.d.ts +0 -0
  1153. /package/dist/{types → cjs/types}/consts/config.d.ts +0 -0
  1154. /package/dist/{types → cjs/types}/consts/dimension.d.ts +0 -0
  1155. /package/dist/{types → cjs/types}/consts/hatch.d.ts +0 -0
  1156. /package/dist/{types → cjs/types}/consts/lineweight.d.ts +0 -0
  1157. /package/dist/{types → cjs/types}/consts/measurement.d.ts +0 -0
  1158. /package/dist/{types → cjs/types}/consts/obscuredLineTypes.d.ts +0 -0
  1159. /package/dist/{types → cjs/types}/consts/plotStyleType.d.ts +0 -0
  1160. /package/dist/{types/utils → cjs/types}/debug.d.ts +0 -0
  1161. /package/dist/{types → cjs/types}/parser/AutoCadColorIndex.d.ts +0 -0
  1162. /package/dist/{types → cjs/types}/parser/DxfArrayScanner.d.ts +0 -0
  1163. /package/dist/{types → cjs/types}/parser/entities/arc_dimension/consts.d.ts +0 -0
  1164. /package/dist/{types → cjs/types}/parser/entities/attdef/consts.d.ts +0 -0
  1165. /package/dist/{types → cjs/types}/parser/entities/face/consts.d.ts +0 -0
  1166. /package/dist/{types → cjs/types}/parser/entities/image/consts.d.ts +0 -0
  1167. /package/dist/{types → cjs/types}/parser/entities/leader/consts.d.ts +0 -0
  1168. /package/dist/{types → cjs/types}/parser/entities/lwpolyline/consts.d.ts +0 -0
  1169. /package/dist/{types → cjs/types}/parser/entities/mline/consts.d.ts +0 -0
  1170. /package/dist/{types → cjs/types}/parser/entities/mtext/consts.d.ts +0 -0
  1171. /package/dist/{types → cjs/types}/parser/entities/polyline/consts.d.ts +0 -0
  1172. /package/dist/{types → cjs/types}/parser/entities/spline/consts.d.ts +0 -0
  1173. /package/dist/{types → cjs/types}/parser/entities/text/consts.d.ts +0 -0
  1174. /package/dist/{types → cjs/types}/parser/entities/vertex/consts.d.ts +0 -0
  1175. /package/dist/{types → cjs/types}/parser/entities/wipeout/consts.d.ts +0 -0
  1176. /package/dist/{types → cjs/types}/parser/objects/consts.d.ts +0 -0
  1177. /package/dist/{types → cjs/types}/parser/objects/layout/consts.d.ts +0 -0
  1178. /package/dist/{types → cjs/types}/parser/objects/plotSettings/consts.d.ts +0 -0
  1179. /package/dist/{types → cjs/types}/parser/tables/ltype/consts.d.ts +0 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"parser.d.ts","sourceRoot":"","sources":["../../../../../../src/parser/entities/section/parser.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,eAAe,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAA;AAmF7E,qBAAa,mBAAmB;IAC9B,MAAM,CAAC,aAAa,SAAY;IAChC,OAAO,CAAC,MAAM,CAGb;IAED,WAAW,CAAC,OAAO,EAAE,eAAe,EAAE,IAAI,EAAE,YAAY;CAKzD"}
@@ -0,0 +1,20 @@
1
+ import type { Point3D } from '../../../types/shared.ts';
2
+ import type { CommonDxfEntity } from '../shared.ts';
3
+ export interface SectionEntity extends CommonDxfEntity {
4
+ type: 'SECTION';
5
+ subclassMarker: 'AcDbSection';
6
+ state: number;
7
+ flag: number;
8
+ name: string;
9
+ verticalDirection: Point3D;
10
+ topHeight: number;
11
+ bottomHeight: number;
12
+ indicatorTransparency: number;
13
+ indicatorColor: number;
14
+ numberOfVertices: number;
15
+ vertices: Point3D[];
16
+ numberOfBackLineVertices: number;
17
+ backLineVertices: Point3D[];
18
+ geometrySettingHardId: string;
19
+ }
20
+ //# sourceMappingURL=types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../../src/parser/entities/section/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,0BAA0B,CAAA;AACvD,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,cAAc,CAAA;AAEnD,MAAM,WAAW,aAAc,SAAQ,eAAe;IACpD,IAAI,EAAE,SAAS,CAAA;IACf,cAAc,EAAE,aAAa,CAAA;IAC7B,KAAK,EAAE,MAAM,CAAA;IACb,IAAI,EAAE,MAAM,CAAA;IACZ,IAAI,EAAE,MAAM,CAAA;IACZ,iBAAiB,EAAE,OAAO,CAAA;IAC1B,SAAS,EAAE,MAAM,CAAA;IACjB,YAAY,EAAE,MAAM,CAAA;IACpB,qBAAqB,EAAE,MAAM,CAAA;IAC7B,cAAc,EAAE,MAAM,CAAA;IACtB,gBAAgB,EAAE,MAAM,CAAA;IACxB,QAAQ,EAAE,OAAO,EAAE,CAAA;IACnB,wBAAwB,EAAE,MAAM,CAAA;IAChC,gBAAgB,EAAE,OAAO,EAAE,CAAA;IAC3B,qBAAqB,EAAE,MAAM,CAAA;CAC9B"}
@@ -0,0 +1,21 @@
1
+ import type { DxfArrayScanner, ScannerGroup } from '../../DxfArrayScanner.ts';
2
+ import { DXFParserSnippet } from '../../shared/parserGenerator.ts';
3
+ import type { ShapeEntity } from './types.ts';
4
+ export declare const DefaultShapeEntity: {
5
+ thickness: number;
6
+ rotation: number;
7
+ xScale: number;
8
+ obliqueAngle: number;
9
+ extrusionDirection: {
10
+ x: number;
11
+ y: number;
12
+ z: number;
13
+ };
14
+ };
15
+ export declare const ShapeEntityParserSnippets: DXFParserSnippet[];
16
+ export declare class ShapeEntityParser {
17
+ static ForEntityName: string;
18
+ private parser;
19
+ parseEntity(scanner: DxfArrayScanner, curr: ScannerGroup): ShapeEntity;
20
+ }
21
+ //# sourceMappingURL=parser.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"parser.d.ts","sourceRoot":"","sources":["../../../../../../src/parser/entities/shape/parser.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAA;AAC7E,OAAO,EAEL,gBAAgB,EAGjB,MAAM,iCAAiC,CAAA;AAExC,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,YAAY,CAAA;AAE7C,eAAO,MAAM,kBAAkB;;;;;;;;;;CAM9B,CAAA;AAED,eAAO,MAAM,yBAAyB,EAAE,gBAAgB,EA+CvD,CAAA;AAED,qBAAa,iBAAiB;IAC5B,MAAM,CAAC,aAAa,SAAU;IAC9B,OAAO,CAAC,MAAM,CAA8D;IAE5E,WAAW,CAAC,OAAO,EAAE,eAAe,EAAE,IAAI,EAAE,YAAY,GAGrC,WAAW;CAE/B"}
@@ -0,0 +1,15 @@
1
+ import type { Point3D } from '../../../types/shared.ts';
2
+ import type { CommonDxfEntity } from '../shared.ts';
3
+ export interface ShapeEntity extends CommonDxfEntity {
4
+ type: 'SHAPE';
5
+ subclassMarker: 'AcDbShape';
6
+ thickness: number;
7
+ insertionPoint: Point3D;
8
+ size: number;
9
+ shapeName: string;
10
+ rotation: number;
11
+ xScale: number;
12
+ obliqueAngle: number;
13
+ extrusionDirection: Point3D;
14
+ }
15
+ //# sourceMappingURL=types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../../src/parser/entities/shape/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,0BAA0B,CAAA;AACvD,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,cAAc,CAAA;AAEnD,MAAM,WAAW,WAAY,SAAQ,eAAe;IAClD,IAAI,EAAE,OAAO,CAAA;IACb,cAAc,EAAE,WAAW,CAAA;IAC3B,SAAS,EAAE,MAAM,CAAA;IACjB,cAAc,EAAE,OAAO,CAAA;IACvB,IAAI,EAAE,MAAM,CAAA;IACZ,SAAS,EAAE,MAAM,CAAA;IACjB,QAAQ,EAAE,MAAM,CAAA;IAChB,MAAM,EAAE,MAAM,CAAA;IACd,YAAY,EAAE,MAAM,CAAA;IACpB,kBAAkB,EAAE,OAAO,CAAA;CAC5B"}
@@ -0,0 +1,84 @@
1
+ import type { ScannerGroup } from '../DxfArrayScanner.ts';
2
+ import type { PlotStyleType } from '../../consts/plotStyleType.ts';
3
+ import type { ColorIndex, ColorInstance } from '../../types/color.ts';
4
+ import { type DXFParserSnippet } from '../shared/parserGenerator.ts';
5
+ import type { XData } from '../shared/xdata/types.ts';
6
+ export interface CommonDxfEntity {
7
+ type: string;
8
+ handle: string;
9
+ ownerBlockRecordSoftId?: string;
10
+ isInPaperSpace?: boolean;
11
+ layer: string;
12
+ /** Layout tab name (group 410) */
13
+ layoutTabName?: string;
14
+ lineType?: string;
15
+ materialObjectHardId?: string;
16
+ colorIndex?: ColorIndex;
17
+ lineweight?: number;
18
+ /** @default 1 If not presented */
19
+ lineTypeScale?: number;
20
+ isVisible?: boolean;
21
+ /**
22
+ * Number of bytes in the proxy entity graphics represented in the sub-sequent `310` groups,
23
+ * which are binary chunk records.
24
+ *
25
+ * Parsed by group code `92` or `160`. Later one seems to be generated from 64-bit workstation.
26
+ *
27
+ * @see https://ljh4timm.home.xs4all.nl/libdxf/doxygen/structdxf__mline__struct.html#a09e8e35e67156951f6437a63e1338081
28
+ */
29
+ proxyByte?: number;
30
+ /**
31
+ * Arbitrary binary chunks with same representation and limits as 1004 group codes:
32
+ * hexadecimal strings of up to 254 characters represent data chunks of up to 127 bytes
33
+ *
34
+ * In `dxf-json`, these chunks are concatenated into a single string.
35
+ *
36
+ * Parsed bygroup code `310`.
37
+ *
38
+ * @see https://help.autodesk.com/view/OARX/2025/ENU/?guid=GUID-3F0380A5-1C15-464D-BC66-2C5F094BCFB9
39
+ */
40
+ proxyEntity?: string;
41
+ /**
42
+ * A 24-bit color value that should be dealt with in terms of bytes with values of 0 to 255.
43
+ *
44
+ * The lowest byte is the blue value, the middle byte is the green value, and the third byte is the red value. The top byte is always 0.
45
+ *
46
+ * The group code cannot be used by custom entities for their own data because
47
+ * the group code is reserved for AcDbEntity, class-level color data and AcDbEntity, class-level transparency data
48
+ *
49
+ * @note From v0.9.0, if there is no explicit 420 group code, no fallback will be given.
50
+ */
51
+ color?: ColorInstance;
52
+ /**
53
+ * The group code cannot be used by custom entities for their own data because
54
+ * the group code is reserved for AcDbEntity, class-level color data and AcDbEntity, class-level transparency data
55
+ */
56
+ colorName?: string;
57
+ transparency?: number;
58
+ plotStyleType?: PlotStyleType;
59
+ plotStyleHardId?: string;
60
+ shadowMode?: ShadowMode;
61
+ xdata?: XData[];
62
+ /**
63
+ * Application specific extension by their application-name.
64
+ * As it differs by application, you have to parse by your own.
65
+ * Note that group codes 102 for brackets are not included in the array.
66
+ * */
67
+ extensions?: Record<string, ScannerGroup[]>;
68
+ }
69
+ export declare enum ShadowMode {
70
+ CAST_AND_RECEIVE = 0,
71
+ CAST = 1,
72
+ RECEIVE = 2,
73
+ IGNORE = 3
74
+ }
75
+ export declare const CommonEntitySnippets: DXFParserSnippet[];
76
+ /**
77
+ * This embeds the text separated in mulitple code 1 and code 3.
78
+ * Note that this inject _code3text to ensure the order,
79
+ * and this shouldn't be used for public.
80
+ *
81
+ * @internal
82
+ */
83
+ export declare function createLongStringSnippet(fieldName: string): DXFParserSnippet[];
84
+ //# sourceMappingURL=shared.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"shared.d.ts","sourceRoot":"","sources":["../../../../../src/parser/entities/shared.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAA;AAEzD,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,+BAA+B,CAAA;AAClE,OAAO,KAAK,EAAE,UAAU,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAA;AACrE,OAAO,EACL,KAAK,gBAAgB,EAGtB,MAAM,8BAA8B,CAAA;AAErC,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,0BAA0B,CAAA;AAErD,MAAM,WAAW,eAAe;IAC9B,IAAI,EAAE,MAAM,CAAA;IACZ,MAAM,EAAE,MAAM,CAAA;IACd,sBAAsB,CAAC,EAAE,MAAM,CAAA;IAC/B,cAAc,CAAC,EAAE,OAAO,CAAA;IACxB,KAAK,EAAE,MAAM,CAAA;IACb,kCAAkC;IAClC,aAAa,CAAC,EAAE,MAAM,CAAA;IACtB,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,oBAAoB,CAAC,EAAE,MAAM,CAAA;IAC7B,UAAU,CAAC,EAAE,UAAU,CAAA;IACvB,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,kCAAkC;IAClC,aAAa,CAAC,EAAE,MAAM,CAAA;IACtB,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB;;;;;;;OAOG;IACH,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB;;;;;;;;;OASG;IACH,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB;;;;;;;;;OASG;IACH,KAAK,CAAC,EAAE,aAAa,CAAA;IACrB;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB,aAAa,CAAC,EAAE,aAAa,CAAA;IAC7B,eAAe,CAAC,EAAE,MAAM,CAAA;IACxB,UAAU,CAAC,EAAE,UAAU,CAAA;IACvB,KAAK,CAAC,EAAE,KAAK,EAAE,CAAA;IACf;;;;SAIK;IACL,UAAU,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,YAAY,EAAE,CAAC,CAAA;CAC5C;AAED,oBAAY,UAAU;IACpB,gBAAgB,IAAI;IACpB,IAAI,IAAI;IACR,OAAO,IAAI;IACX,MAAM,IAAI;CACX;AAGD,eAAO,MAAM,oBAAoB,EAAE,gBAAgB,EAkHlD,CAAA;AAED;;;;;;GAMG;AACH,wBAAgB,uBAAuB,CAAC,SAAS,EAAE,MAAM,GAAG,gBAAgB,EAAE,CAqB7E"}
@@ -0,0 +1,8 @@
1
+ import type { DxfArrayScanner, ScannerGroup } from '../../DxfArrayScanner.ts';
2
+ import type { SolidEntity } from './types.ts';
3
+ export declare class SolidEntityParser {
4
+ static ForEntityName: string;
5
+ private parser;
6
+ parseEntity(scanner: DxfArrayScanner, curr: ScannerGroup): SolidEntity;
7
+ }
8
+ //# sourceMappingURL=parser.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"parser.d.ts","sourceRoot":"","sources":["../../../../../../src/parser/entities/solid/parser.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAA;AAS7E,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,YAAY,CAAA;AAiC7C,qBAAa,iBAAiB;IAC5B,MAAM,CAAC,aAAa,SAAU;IAC9B,OAAO,CAAC,MAAM,CAA8D;IAE5E,WAAW,CAAC,OAAO,EAAE,eAAe,EAAE,IAAI,EAAE,YAAY,GAGrC,WAAW;CAE/B"}
@@ -0,0 +1,10 @@
1
+ import type { Point3D } from '../../../types/shared.ts';
2
+ import type { CommonDxfEntity } from '../shared.ts';
3
+ export interface SolidEntity extends CommonDxfEntity {
4
+ type: 'SOLID';
5
+ subclassMarker: 'AcDbTrace';
6
+ points: Point3D[];
7
+ thickness: number;
8
+ extrusionDirection: Point3D;
9
+ }
10
+ //# sourceMappingURL=types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../../src/parser/entities/solid/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,0BAA0B,CAAA;AACvD,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,cAAc,CAAA;AAEnD,MAAM,WAAW,WAAY,SAAQ,eAAe;IAClD,IAAI,EAAE,OAAO,CAAA;IACb,cAAc,EAAE,WAAW,CAAA;IAC3B,MAAM,EAAE,OAAO,EAAE,CAAA;IACjB,SAAS,EAAE,MAAM,CAAA;IACjB,kBAAkB,EAAE,OAAO,CAAA;CAC5B"}
@@ -0,0 +1,8 @@
1
+ import type { DxfArrayScanner, ScannerGroup } from '../../DxfArrayScanner.ts';
2
+ import type { Solid3DEntity } from './types.ts';
3
+ export declare class Solid3DEntityParser {
4
+ static ForEntityName: string;
5
+ private parser;
6
+ parseEntity(scanner: DxfArrayScanner, curr: ScannerGroup): Solid3DEntity;
7
+ }
8
+ //# sourceMappingURL=parser.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"parser.d.ts","sourceRoot":"","sources":["../../../../../../src/parser/entities/solid3d/parser.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAA;AAO7E,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,YAAY,CAAA;AAyB/C,qBAAa,mBAAmB;IAC9B,MAAM,CAAC,aAAa,SAAY;IAChC,OAAO,CAAC,MAAM,CAA0C;IAExD,WAAW,CAAC,OAAO,EAAE,eAAe,EAAE,IAAI,EAAE,YAAY,GAGrC,aAAa;CAEjC"}
@@ -0,0 +1,12 @@
1
+ import type { CommonDxfEntity } from '../shared.ts';
2
+ export interface Solid3DEntity extends CommonDxfEntity {
3
+ type: '3DSOLID';
4
+ subclassMarker: 'AcDb3dSolid';
5
+ /** Modeler format version number (currently = 1) */
6
+ version: number;
7
+ /** Proprietary data */
8
+ data: string;
9
+ /** Soft-owner ID/handle to history object */
10
+ historyObjectSoftId: string;
11
+ }
12
+ //# sourceMappingURL=types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../../src/parser/entities/solid3d/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,cAAc,CAAA;AAEnD,MAAM,WAAW,aAAc,SAAQ,eAAe;IACpD,IAAI,EAAE,SAAS,CAAA;IACf,cAAc,EAAE,aAAa,CAAA;IAC7B,oDAAoD;IACpD,OAAO,EAAE,MAAM,CAAA;IACf,uBAAuB;IACvB,IAAI,EAAE,MAAM,CAAA;IACZ,6CAA6C;IAC7C,mBAAmB,EAAE,MAAM,CAAA;CAC5B"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"consts.d.ts","sourceRoot":"","sources":["../../../../../../src/parser/entities/spline/consts.ts"],"names":[],"mappings":"AAAA,oBAAY,UAAU;IACpB,IAAI,IAAI;IACR,MAAM,IAAI;IACV,QAAQ,IAAI;IACZ,QAAQ,IAAI;IACZ,MAAM,IAAI;IACV,MAAM,KAAK;CACZ"}
@@ -0,0 +1,8 @@
1
+ import type { DxfArrayScanner, ScannerGroup } from '../../DxfArrayScanner.ts';
2
+ import type { SplineEntity } from './types.ts';
3
+ export declare class SplineEntityParser {
4
+ static ForEntityName: string;
5
+ private parser;
6
+ parseEntity(scanner: DxfArrayScanner, curr: ScannerGroup): SplineEntity;
7
+ }
8
+ //# sourceMappingURL=parser.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"parser.d.ts","sourceRoot":"","sources":["../../../../../../src/parser/entities/spline/parser.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAA;AAQ7E,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,YAAY,CAAA;AAmG9C,qBAAa,kBAAkB;IAC7B,MAAM,CAAC,aAAa,SAAW;IAC/B,OAAO,CAAC,MAAM,CAAgE;IAE9E,WAAW,CAAC,OAAO,EAAE,eAAe,EAAE,IAAI,EAAE,YAAY,GAGrC,YAAY;CAEhC"}
@@ -0,0 +1,22 @@
1
+ import type { Point3D } from '../../../types/shared.ts';
2
+ import type { CommonDxfEntity } from '../shared.ts';
3
+ export interface SplineEntity extends CommonDxfEntity {
4
+ type: 'SPLINE';
5
+ subclassMarker: 'AcDbSpline';
6
+ normal?: Point3D;
7
+ flag: number;
8
+ degree: number;
9
+ numberOfKnots: number;
10
+ numberOfControlPoints: number;
11
+ numberOfFitPoints: number;
12
+ knotTolerance: number;
13
+ controlTolerance: number;
14
+ fitTolerance: number;
15
+ startTangent?: Point3D;
16
+ endTangent?: Point3D;
17
+ knots: number[];
18
+ weights?: number[];
19
+ controlPoints: Point3D[];
20
+ fitPoints: Point3D[];
21
+ }
22
+ //# sourceMappingURL=types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../../src/parser/entities/spline/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,0BAA0B,CAAA;AACvD,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,cAAc,CAAA;AAEnD,MAAM,WAAW,YAAa,SAAQ,eAAe;IACnD,IAAI,EAAE,QAAQ,CAAA;IACd,cAAc,EAAE,YAAY,CAAA;IAC5B,MAAM,CAAC,EAAE,OAAO,CAAA;IAChB,IAAI,EAAE,MAAM,CAAA;IACZ,MAAM,EAAE,MAAM,CAAA;IACd,aAAa,EAAE,MAAM,CAAA;IACrB,qBAAqB,EAAE,MAAM,CAAA;IAC7B,iBAAiB,EAAE,MAAM,CAAA;IACzB,aAAa,EAAE,MAAM,CAAA;IACrB,gBAAgB,EAAE,MAAM,CAAA;IACxB,YAAY,EAAE,MAAM,CAAA;IACpB,YAAY,CAAC,EAAE,OAAO,CAAA;IACtB,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,KAAK,EAAE,MAAM,EAAE,CAAA;IACf,OAAO,CAAC,EAAE,MAAM,EAAE,CAAA;IAClB,aAAa,EAAE,OAAO,EAAE,CAAA;IACxB,SAAS,EAAE,OAAO,EAAE,CAAA;CACrB"}
@@ -0,0 +1,10 @@
1
+ import type { DxfArrayScanner, ScannerGroup } from '../../DxfArrayScanner.ts';
2
+ import { type DXFParserSnippet } from '../../shared/parserGenerator.ts';
3
+ import type { SunEntity } from './types.ts';
4
+ export declare const SunEntityParserSnippets: DXFParserSnippet[];
5
+ export declare class SunEntityParser {
6
+ static ForEntityName: string;
7
+ private parser;
8
+ parseEntity(scanner: DxfArrayScanner, curr: ScannerGroup): SunEntity;
9
+ }
10
+ //# sourceMappingURL=parser.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"parser.d.ts","sourceRoot":"","sources":["../../../../../../src/parser/entities/sun/parser.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,eAAe,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAA;AAC7E,OAAO,EACL,KAAK,gBAAgB,EAItB,MAAM,iCAAiC,CAAA;AACxC,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,YAAY,CAAA;AAE3C,eAAO,MAAM,uBAAuB,EAAE,gBAAgB,EAqErD,CAAA;AAED,qBAAa,eAAe;IAC1B,MAAM,CAAC,aAAa,SAAQ;IAC5B,OAAO,CAAC,MAAM,CAAwC;IAEtD,WAAW,CAAC,OAAO,EAAE,eAAe,EAAE,IAAI,EAAE,YAAY,GAAG,SAAS;CAKrE"}
@@ -0,0 +1,80 @@
1
+ import { ShadowType } from '../consts.ts';
2
+ import type { CommonDxfEntity } from '../shared.ts';
3
+ /**
4
+ * Describes a sun light source in AutoCAD.
5
+ *
6
+ * @note SunEntity doesn't have `layer`, but for compatibility, we put empty string `''`
7
+ */
8
+ export interface SunEntity extends CommonDxfEntity {
9
+ /** Parsed by group code `0` */
10
+ type: 'SUN';
11
+ /**
12
+ * Although `SUN` is type of `ENTITY`, **it NEVER has `layer`**, which conflicts
13
+ * the official specification of common entity.
14
+ *
15
+ * We're not sure other ENTITY may have same issue. So temporarily, we put
16
+ * `''` as fallback. You SHOULD NOT access this field.
17
+ *
18
+ * @deprecated This field may be removed at the major update in future, by changing `CommonDxfEntity` type.
19
+ */
20
+ layer: '';
21
+ /** Parsed by group code `100` */
22
+ subclassMarker: 'AcDbSun';
23
+ /** Parsed by group code `90` */
24
+ version: number;
25
+ /** Parsed by group code `290` */
26
+ isOn: boolean;
27
+ /**
28
+ * Indicates the color of sunlight in Autocad Color Index.
29
+ * If `lightColorInstance` exists, this represents the most simliar ACI color.
30
+ *
31
+ * Parsed by group code `63`
32
+ */
33
+ lightColorIndex: number;
34
+ /**
35
+ * Inidicates the color of sunlight in rgb integer type.
36
+ * This exists when user defined light color cannot be represented in ACI.
37
+ *
38
+ * Parsed by group code `421`
39
+ *
40
+ * Also this is not related to common entity color defined by group code `420`.
41
+ *
42
+ * @note This property is not described in official document.
43
+ * */
44
+ lightColorInstance?: number;
45
+ /** Parsed by group code `40` */
46
+ intensity: number;
47
+ /** Parsed by group code `291` */
48
+ hasShadow: boolean;
49
+ /**
50
+ * Indicates the position of sun as time, where unit is in Julian day number.
51
+ * You may add `time` to get exact position in time.
52
+ *
53
+ * Blame the freakin dude who decided to use julian day to represent the
54
+ * position of sun.
55
+ *
56
+ * Parsed by group code `91`
57
+ */
58
+ julianDay: number;
59
+ /**
60
+ * Indicates the position of sun as time (in milliseconds),
61
+ * on a day specified by `julianDay`.
62
+ *
63
+ * Parsed by group code `92`
64
+ */
65
+ time: number;
66
+ /**
67
+ * Indicates whether the the position described by `julianDay` and `time`
68
+ * is represented in daylight saving (summer time) or not.
69
+ *
70
+ * Parsed by group code `292`
71
+ */
72
+ isSummerTime: boolean;
73
+ /** Parsed by group code `70` */
74
+ shadowType: ShadowType;
75
+ /** Parsed by group code `71` */
76
+ shadowMapSize: number;
77
+ /** Parsed by group code `280` */
78
+ shadowMapSoftness: number;
79
+ }
80
+ //# sourceMappingURL=types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../../src/parser/entities/sun/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAA;AACzC,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,cAAc,CAAA;AAEnD;;;;GAIG;AACH,MAAM,WAAW,SAAU,SAAQ,eAAe;IAChD,+BAA+B;IAC/B,IAAI,EAAE,KAAK,CAAA;IACX;;;;;;;;OAQG;IACH,KAAK,EAAE,EAAE,CAAA;IACT,iCAAiC;IACjC,cAAc,EAAE,SAAS,CAAA;IACzB,gCAAgC;IAChC,OAAO,EAAE,MAAM,CAAA;IACf,iCAAiC;IACjC,IAAI,EAAE,OAAO,CAAA;IACb;;;;;OAKG;IACH,eAAe,EAAE,MAAM,CAAA;IACvB;;;;;;;;;SASK;IACL,kBAAkB,CAAC,EAAE,MAAM,CAAA;IAC3B,gCAAgC;IAChC,SAAS,EAAE,MAAM,CAAA;IACjB,iCAAiC;IACjC,SAAS,EAAE,OAAO,CAAA;IAClB;;;;;;;;OAQG;IACH,SAAS,EAAE,MAAM,CAAA;IACjB;;;;;OAKG;IACH,IAAI,EAAE,MAAM,CAAA;IACZ;;;;;OAKG;IACH,YAAY,EAAE,OAAO,CAAA;IACrB,gCAAgC;IAChC,UAAU,EAAE,UAAU,CAAA;IACtB,gCAAgC;IAChC,aAAa,EAAE,MAAM,CAAA;IACrB,iCAAiC;IACjC,iBAAiB,EAAE,MAAM,CAAA;CAC1B"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"consts.d.ts","sourceRoot":"","sources":["../../../../../../src/parser/entities/text/consts.ts"],"names":[],"mappings":"AAAA,oBAAY,kBAAkB;IAC5B,IAAI,IAAI;IACR,UAAU,IAAI;IACd,UAAU,IAAI;CACf;AAED,oBAAY,mBAAmB;IAC7B,IAAI,IAAI;IACR,MAAM,IAAI;IACV,KAAK,IAAI;IACT,OAAO,IAAI;IACX,MAAM,IAAI;IACV,GAAG,IAAI;CACR;AAED,oBAAY,iBAAiB;IAC3B,QAAQ,IAAI;IACZ,MAAM,IAAI;IACV,MAAM,IAAI;IACV,GAAG,IAAI;CACR"}
@@ -0,0 +1,26 @@
1
+ import type { DxfArrayScanner, ScannerGroup } from '../../DxfArrayScanner.ts';
2
+ import { DXFParserSnippet } from '../../shared/parserGenerator.ts';
3
+ import { TextHorizontalAlign, TextVerticalAlign } from './consts.ts';
4
+ import type { TextEntity } from './types.ts';
5
+ export declare const DefaultTextEntity: {
6
+ thickness: number;
7
+ rotation: number;
8
+ xScale: number;
9
+ obliqueAngle: number;
10
+ styleName: string;
11
+ generationFlag: number;
12
+ halign: TextHorizontalAlign;
13
+ valign: TextVerticalAlign;
14
+ extrusionDirection: {
15
+ x: number;
16
+ y: number;
17
+ z: number;
18
+ };
19
+ };
20
+ export declare const TextEntityParserSnippets: DXFParserSnippet[];
21
+ export declare class TextEntityParser {
22
+ static ForEntityName: string;
23
+ private parser;
24
+ parseEntity(scanner: DxfArrayScanner, curr: ScannerGroup): TextEntity;
25
+ }
26
+ //# sourceMappingURL=parser.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"parser.d.ts","sourceRoot":"","sources":["../../../../../../src/parser/entities/text/parser.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAA;AAC7E,OAAO,EAEL,gBAAgB,EAGjB,MAAM,iCAAiC,CAAA;AAExC,OAAO,EAAE,mBAAmB,EAAE,iBAAiB,EAAE,MAAM,aAAa,CAAA;AACpE,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,YAAY,CAAA;AAE5C,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;CAU7B,CAAA;AAED,eAAO,MAAM,wBAAwB,EAAE,gBAAgB,EAiFtD,CAAA;AAED,qBAAa,gBAAgB;IAC3B,MAAM,CAAC,aAAa,SAAS;IAC7B,OAAO,CAAC,MAAM,CAA4D;IAE1E,WAAW,CAAC,OAAO,EAAE,eAAe,EAAE,IAAI,EAAE,YAAY,GAGrC,UAAU;CAE9B"}
@@ -0,0 +1,21 @@
1
+ import type { Point3D } from '../../../types/shared.ts';
2
+ import type { CommonDxfEntity } from '../shared.ts';
3
+ import type { TextHorizontalAlign, TextVerticalAlign } from './consts.ts';
4
+ export interface TextEntity extends CommonDxfEntity {
5
+ type: 'TEXT';
6
+ subclassMarker: 'AcDbText';
7
+ text: string;
8
+ thickness: number;
9
+ startPoint: Point3D;
10
+ endPoint: Point3D;
11
+ textHeight: number;
12
+ rotation: number;
13
+ xScale: number;
14
+ obliqueAngle: number;
15
+ styleName: string;
16
+ generationFlag: number;
17
+ halign: TextHorizontalAlign;
18
+ valign: TextVerticalAlign;
19
+ extrusionDirection: Point3D;
20
+ }
21
+ //# sourceMappingURL=types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../../src/parser/entities/text/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,0BAA0B,CAAA;AACvD,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,cAAc,CAAA;AACnD,OAAO,KAAK,EAAE,mBAAmB,EAAE,iBAAiB,EAAE,MAAM,aAAa,CAAA;AAEzE,MAAM,WAAW,UAAW,SAAQ,eAAe;IACjD,IAAI,EAAE,MAAM,CAAA;IACZ,cAAc,EAAE,UAAU,CAAA;IAC1B,IAAI,EAAE,MAAM,CAAA;IACZ,SAAS,EAAE,MAAM,CAAA;IACjB,UAAU,EAAE,OAAO,CAAA;IACnB,QAAQ,EAAE,OAAO,CAAA;IACjB,UAAU,EAAE,MAAM,CAAA;IAClB,QAAQ,EAAE,MAAM,CAAA;IAChB,MAAM,EAAE,MAAM,CAAA;IACd,YAAY,EAAE,MAAM,CAAA;IACpB,SAAS,EAAE,MAAM,CAAA;IACjB,cAAc,EAAE,MAAM,CAAA;IACtB,MAAM,EAAE,mBAAmB,CAAA;IAC3B,MAAM,EAAE,iBAAiB,CAAA;IACzB,kBAAkB,EAAE,OAAO,CAAA;CAC5B"}
@@ -0,0 +1,8 @@
1
+ import type { DxfArrayScanner, ScannerGroup } from '../../DxfArrayScanner.ts';
2
+ import type { ToleranceEntity } from './types.ts';
3
+ export declare class ToleranceEntityParser {
4
+ static ForEntityName: string;
5
+ private parser;
6
+ parseEntity(scanner: DxfArrayScanner, curr: ScannerGroup): ToleranceEntity;
7
+ }
8
+ //# sourceMappingURL=parser.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"parser.d.ts","sourceRoot":"","sources":["../../../../../../src/parser/entities/tolerance/parser.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAA;AAQ7E,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,YAAY,CAAA;AAoCjD,qBAAa,qBAAqB;IAChC,MAAM,CAAC,aAAa,SAAc;IAClC,OAAO,CAAC,MAAM,CAA8C;IAE5D,WAAW,CAAC,OAAO,EAAE,eAAe,EAAE,IAAI,EAAE,YAAY,GAGrC,eAAe;CAEnC"}
@@ -0,0 +1,17 @@
1
+ import type { Point3D } from '../../../types/shared.ts';
2
+ import type { CommonDxfEntity } from '../shared.ts';
3
+ export interface ToleranceEntity extends CommonDxfEntity {
4
+ type: 'TOLERANCE';
5
+ subclassMarker: 'AcDbFcf';
6
+ /** Dimension style name */
7
+ styleName: string;
8
+ /** Insertion point */
9
+ position: Point3D;
10
+ /** String representing the visual representation of the tolerance */
11
+ text: string;
12
+ /** Extrusion direction (optional) */
13
+ extrusionDirection?: Point3D;
14
+ /** X-axis direction vector (in WCS) */
15
+ xAxisDirection: Point3D;
16
+ }
17
+ //# sourceMappingURL=types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../../src/parser/entities/tolerance/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,0BAA0B,CAAA;AACvD,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,cAAc,CAAA;AAEnD,MAAM,WAAW,eAAgB,SAAQ,eAAe;IACtD,IAAI,EAAE,WAAW,CAAA;IACjB,cAAc,EAAE,SAAS,CAAA;IACzB,2BAA2B;IAC3B,SAAS,EAAE,MAAM,CAAA;IACjB,sBAAsB;IACtB,QAAQ,EAAE,OAAO,CAAA;IACjB,qEAAqE;IACrE,IAAI,EAAE,MAAM,CAAA;IACZ,qCAAqC;IACrC,kBAAkB,CAAC,EAAE,OAAO,CAAA;IAC5B,uCAAuC;IACvC,cAAc,EAAE,OAAO,CAAA;CACxB"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"consts.d.ts","sourceRoot":"","sources":["../../../../../../src/parser/entities/vertex/consts.ts"],"names":[],"mappings":"AAAA,oBAAY,UAAU;IACpB,oBAAoB,IAAI;IACxB,eAAe,IAAI;IACnB,QAAQ,IAAI;IACZ,qBAAqB,IAAI;IACzB,oBAAoB,KAAK;IACzB,YAAY,KAAK;IACjB,WAAW,KAAK;IAChB,QAAQ,MAAM;CACf"}
@@ -0,0 +1,8 @@
1
+ import type { DxfArrayScanner, ScannerGroup } from '../../DxfArrayScanner.ts';
2
+ import type { VertexEntity } from './types.ts';
3
+ export declare class VertexParser {
4
+ static ForEntityName: string;
5
+ private parser;
6
+ parseEntity(scanner: DxfArrayScanner, curr: ScannerGroup): VertexEntity;
7
+ }
8
+ //# sourceMappingURL=parser.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"parser.d.ts","sourceRoot":"","sources":["../../../../../../src/parser/entities/vertex/parser.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,eAAe,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAA;AAO7E,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,YAAY,CAAA;AAwE9C,qBAAa,YAAY;IACvB,MAAM,CAAC,aAAa,SAAW;IAC/B,OAAO,CAAC,MAAM,CAA2D;IAEzE,WAAW,CAAC,OAAO,EAAE,eAAe,EAAE,IAAI,EAAE,YAAY,GAGrC,YAAY;CAEhC"}
@@ -0,0 +1,73 @@
1
+ import type { Point3D } from '../../../types/shared.ts';
2
+ import type { CommonDxfEntity } from '../shared.ts';
3
+ import type { VertexFlag } from './consts.ts';
4
+ /**
5
+ * VERTEX ENTITY used to define vertices of POLYLINE, POLYFACE etc.
6
+ *
7
+ * @note
8
+ * If the vertex defines a face of the mesh, its vertex flags group
9
+ * has the 128 bit set but not the 64 bit. In this case, `x`, `y`, `z`
10
+ * of the face entity are **irrelevant and are always written as 0**
11
+ * in a DXF file.
12
+ */
13
+ export interface VertexEntity extends CommonDxfEntity, Point3D {
14
+ /** Parsed by group code `100` */
15
+ subclassMarker: 'AcDb2dVertex' | 'AcDb3dPolylineVertex';
16
+ /**
17
+ * Parsed by group code `40`
18
+ *
19
+ * @default 0
20
+ */
21
+ startWidth: number;
22
+ /**
23
+ * Parsed by group code `41`
24
+ *
25
+ * @default 0
26
+ */
27
+ endWidth: number;
28
+ /**
29
+ * The `bulge` is the tangent of one fourth the included angle for an arc segment,
30
+ * made negative if the arc goes clockwise from the start point to the endpoint.
31
+ *
32
+ * A bulge of 0 indicates a straight segment, and a bulge of 1 is a semicircle
33
+ *
34
+ * Parsed by group code `42`
35
+ *
36
+ * @default 0
37
+ */
38
+ bulge: number;
39
+ /**
40
+ * Parsed by group code `70`
41
+ *
42
+ * @see VertexFlag
43
+ */
44
+ flag: VertexFlag;
45
+ /**
46
+ * Curve fit tangent direction.
47
+ * It's only significant if `flag` has `VertexFlag.TANGENT_DEFINED`.
48
+ *
49
+ * Parsed by group code `50`
50
+ *
51
+ * @default 0
52
+ * @note Originally this group may ommited even the flag is on. But
53
+ * the parser will explicitly set it to 0.
54
+ */
55
+ tangentDirection: number;
56
+ /**
57
+ * Indices of polyface mesh vertices
58
+ *
59
+ * If the index is negative, the edge that begins with that vertex is invisible.
60
+ *
61
+ * The first `0` vertex marks the end of the vertices of the face.
62
+ *
63
+ * Parsed by group code `71`, `72`, `73`, `74`
64
+ */
65
+ faces?: number[];
66
+ /**
67
+ * Vertex identifier
68
+ *
69
+ * Parsed by group code `91`
70
+ */
71
+ id?: number;
72
+ }
73
+ //# sourceMappingURL=types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../../src/parser/entities/vertex/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,0BAA0B,CAAA;AACvD,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,cAAc,CAAA;AACnD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,aAAa,CAAA;AAE7C;;;;;;;;GAQG;AACH,MAAM,WAAW,YAAa,SAAQ,eAAe,EAAE,OAAO;IAC5D,iCAAiC;IACjC,cAAc,EAAE,cAAc,GAAG,sBAAsB,CAAA;IACvD;;;;OAIG;IACH,UAAU,EAAE,MAAM,CAAA;IAClB;;;;OAIG;IACH,QAAQ,EAAE,MAAM,CAAA;IAChB;;;;;;;;;OASG;IACH,KAAK,EAAE,MAAM,CAAA;IACb;;;;OAIG;IACH,IAAI,EAAE,UAAU,CAAA;IAChB;;;;;;;;;OASG;IACH,gBAAgB,EAAE,MAAM,CAAA;IACxB;;;;;;;;OAQG;IACH,KAAK,CAAC,EAAE,MAAM,EAAE,CAAA;IAChB;;;;OAIG;IACH,EAAE,CAAC,EAAE,MAAM,CAAA;CACZ"}
@@ -0,0 +1,7 @@
1
+ import type { DxfArrayScanner, ScannerGroup } from '../../DxfArrayScanner.ts';
2
+ import type { ViewportEntity } from './types.ts';
3
+ export declare class ViewportParser {
4
+ static ForEntityName: string;
5
+ parseEntity(scanner: DxfArrayScanner, curr: ScannerGroup): ViewportEntity;
6
+ }
7
+ //# sourceMappingURL=parser.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"parser.d.ts","sourceRoot":"","sources":["../../../../../../src/parser/entities/viewport/parser.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAA;AAS7E,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,YAAY,CAAA;AAoPhD,qBAAa,cAAc;IACzB,MAAM,CAAC,aAAa,SAAa;IAEjC,WAAW,CAAC,OAAO,EAAE,eAAe,EAAE,IAAI,EAAE,YAAY,GAAG,cAAc;CAM1E"}