@mlightcad/libredwg-web 0.7.2 → 0.7.4

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 (121) hide show
  1. package/dist/libredwg-web.js +181 -4130
  2. package/dist/libredwg-web.umd.cjs +181 -4133
  3. package/lib/converter/converter.d.ts +1 -0
  4. package/lib/converter/converter.js +21 -6
  5. package/lib/converter/entityConverter.d.ts +5 -2
  6. package/lib/converter/entityConverter.js +77 -8
  7. package/lib/converter/utils.d.ts +1 -0
  8. package/lib/converter/utils.js +7 -0
  9. package/lib/database/entities/proxy.d.ts +38 -1
  10. package/lib/database/entities/proxy.js +9 -1
  11. package/lib/libredwg.d.ts +13 -1
  12. package/lib/libredwg.js +46 -3
  13. package/lib/types/common.d.ts +1 -0
  14. package/lib/types/enums.d.ts +17 -0
  15. package/lib/types/enums.js +18 -0
  16. package/package.json +24 -17
  17. package/wasm/libredwg-web.d.ts +32 -22
  18. package/wasm/libredwg-web.js +2 -15
  19. package/wasm/libredwg-web.wasm +0 -0
  20. package/lib/enums.d.ts +0 -340
  21. package/lib/enums.js +0 -351
  22. package/lib/libredwg-web.d.ts +0 -3
  23. package/lib/libredwg-web.js +0 -2360
  24. package/lib/svg/ToSVG.d.ts +0 -16
  25. package/lib/svg/ToSVG.js +0 -235
  26. package/lib/svg/util/boundingBox.d.ts +0 -9
  27. package/lib/svg/util/boundingBox.js +0 -19
  28. package/lib/svg/util/box2d.d.ts +0 -9
  29. package/lib/svg/util/box2d.js +0 -19
  30. package/lib/svg/util/denormalise.d.ts +0 -19
  31. package/lib/svg/util/denormalise.js +0 -24
  32. package/lib/svg/util/entityToPolyline.d.ts +0 -2
  33. package/lib/svg/util/entityToPolyline.js +0 -5
  34. package/lib/svg/util/getRGBForEntity.d.ts +0 -3
  35. package/lib/svg/util/getRGBForEntity.js +0 -9
  36. package/lib/svg/util/rgbToColorAttribute.d.ts +0 -6
  37. package/lib/svg/util/rgbToColorAttribute.js +0 -4
  38. package/lib/svg/util/rotate.d.ts +0 -6
  39. package/lib/svg/util/rotate.js +0 -9
  40. package/lib/svg/util/toPiecewiseBezier.d.ts +0 -9
  41. package/lib/svg/util/toPiecewiseBezier.js +0 -24
  42. package/lib/svg/util/transformBoundingBoxAndElement.d.ts +0 -19
  43. package/lib/svg/util/transformBoundingBoxAndElement.js +0 -20
  44. package/lib/types/database.d.ts +0 -17
  45. package/lib/types/database.js +0 -2
  46. package/lib/types/entities/arc.d.ts +0 -12
  47. package/lib/types/entities/arc.js +0 -2
  48. package/lib/types/entities/circle.d.ts +0 -10
  49. package/lib/types/entities/circle.js +0 -2
  50. package/lib/types/entities/dimension.d.ts +0 -108
  51. package/lib/types/entities/dimension.js +0 -2
  52. package/lib/types/entities/ellipse.d.ts +0 -12
  53. package/lib/types/entities/ellipse.js +0 -2
  54. package/lib/types/entities/entity.d.ts +0 -25
  55. package/lib/types/entities/entity.js +0 -2
  56. package/lib/types/entities/hatch.d.ts +0 -142
  57. package/lib/types/entities/hatch.js +0 -2
  58. package/lib/types/entities/image.d.ts +0 -36
  59. package/lib/types/entities/image.js +0 -2
  60. package/lib/types/entities/index.d.ts +0 -24
  61. package/lib/types/entities/index.js +0 -24
  62. package/lib/types/entities/insert.d.ts +0 -18
  63. package/lib/types/entities/insert.js +0 -2
  64. package/lib/types/entities/leader.d.ts +0 -28
  65. package/lib/types/entities/leader.js +0 -2
  66. package/lib/types/entities/line.d.ts +0 -10
  67. package/lib/types/entities/line.js +0 -2
  68. package/lib/types/entities/lwpolyline.d.ts +0 -19
  69. package/lib/types/entities/lwpolyline.js +0 -2
  70. package/lib/types/entities/mtext.d.ts +0 -37
  71. package/lib/types/entities/mtext.js +0 -2
  72. package/lib/types/entities/point.d.ts +0 -10
  73. package/lib/types/entities/point.js +0 -2
  74. package/lib/types/entities/polyline.d.ts +0 -34
  75. package/lib/types/entities/polyline.js +0 -2
  76. package/lib/types/entities/ray.d.ts +0 -8
  77. package/lib/types/entities/ray.js +0 -2
  78. package/lib/types/entities/section.d.ts +0 -19
  79. package/lib/types/entities/section.js +0 -2
  80. package/lib/types/entities/solid.d.ts +0 -9
  81. package/lib/types/entities/solid.js +0 -2
  82. package/lib/types/entities/spline.d.ts +0 -21
  83. package/lib/types/entities/spline.js +0 -2
  84. package/lib/types/entities/table.d.ts +0 -52
  85. package/lib/types/entities/table.js +0 -2
  86. package/lib/types/entities/text.d.ts +0 -38
  87. package/lib/types/entities/text.js +0 -2
  88. package/lib/types/entities/vertex.d.ts +0 -25
  89. package/lib/types/entities/vertex.js +0 -2
  90. package/lib/types/entities/viewport.d.ts +0 -105
  91. package/lib/types/entities/viewport.js +0 -2
  92. package/lib/types/entities/xline.d.ts +0 -8
  93. package/lib/types/entities/xline.js +0 -2
  94. package/lib/types/objects/common.d.ts +0 -5
  95. package/lib/types/objects/common.js +0 -2
  96. package/lib/types/objects/imageDef.d.ts +0 -10
  97. package/lib/types/objects/imageDef.js +0 -2
  98. package/lib/types/objects/index.d.ts +0 -5
  99. package/lib/types/objects/index.js +0 -5
  100. package/lib/types/objects/layout.d.ts +0 -23
  101. package/lib/types/objects/layout.js +0 -2
  102. package/lib/types/objects/plotSetting.d.ts +0 -35
  103. package/lib/types/objects/plotSetting.js +0 -2
  104. package/lib/types/shared/xdata.d.ts +0 -10
  105. package/lib/types/shared/xdata.js +0 -2
  106. package/lib/types/tables/blockRecord.d.ts +0 -12
  107. package/lib/types/tables/blockRecord.js +0 -2
  108. package/lib/types/tables/dimStyle.d.ts +0 -84
  109. package/lib/types/tables/dimStyle.js +0 -2
  110. package/lib/types/tables/index.d.ts +0 -8
  111. package/lib/types/tables/index.js +0 -8
  112. package/lib/types/tables/layer.d.ts +0 -16
  113. package/lib/types/tables/layer.js +0 -2
  114. package/lib/types/tables/ltype.d.ts +0 -21
  115. package/lib/types/tables/ltype.js +0 -2
  116. package/lib/types/tables/style.d.ts +0 -13
  117. package/lib/types/tables/style.js +0 -2
  118. package/lib/types/tables/table.d.ts +0 -9
  119. package/lib/types/tables/table.js +0 -2
  120. package/lib/types/tables/vport.d.ts +0 -42
  121. package/lib/types/tables/vport.js +0 -2

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.