e-virt-table 1.4.3 → 1.4.5

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 (43) hide show
  1. package/README.md +1 -1
  2. package/dist/index.cjs.js +7 -7
  3. package/dist/index.cjs.js.map +1 -1
  4. package/dist/index.es.js +872 -998
  5. package/dist/index.es.js.map +1 -1
  6. package/dist/index.umd.js +8 -8
  7. package/dist/index.umd.js.map +1 -1
  8. package/dist/lib/BaseCell.d.ts +1 -0
  9. package/dist/lib/BaseCell.js +29 -0
  10. package/dist/lib/BaseCell.js.map +1 -1
  11. package/dist/lib/Body.js +14 -17
  12. package/dist/lib/Body.js.map +1 -1
  13. package/dist/lib/Config.d.ts +0 -6
  14. package/dist/lib/Config.js +0 -21
  15. package/dist/lib/Config.js.map +1 -1
  16. package/dist/lib/Context.d.ts +0 -11
  17. package/dist/lib/Context.js +15 -50
  18. package/dist/lib/Context.js.map +1 -1
  19. package/dist/lib/EVirtTable.d.ts +0 -6
  20. package/dist/lib/EVirtTable.js +0 -10
  21. package/dist/lib/EVirtTable.js.map +1 -1
  22. package/dist/lib/Editor.js +18 -21
  23. package/dist/lib/Editor.js.map +1 -1
  24. package/dist/lib/Empty.js +1 -1
  25. package/dist/lib/Empty.js.map +1 -1
  26. package/dist/lib/EventBrowser.js +2 -10
  27. package/dist/lib/EventBrowser.js.map +1 -1
  28. package/dist/lib/Header.js +46 -17
  29. package/dist/lib/Header.js.map +1 -1
  30. package/dist/lib/Overlayer.js +11 -4
  31. package/dist/lib/Overlayer.js.map +1 -1
  32. package/dist/lib/Paint.d.ts +1 -1
  33. package/dist/lib/Paint.js +2 -3
  34. package/dist/lib/Paint.js.map +1 -1
  35. package/dist/lib/Scroller.js +5 -10
  36. package/dist/lib/Scroller.js.map +1 -1
  37. package/dist/lib/Tooltip.js +12 -7
  38. package/dist/lib/Tooltip.js.map +1 -1
  39. package/dist/lib/types.d.ts +2 -0
  40. package/package.json +1 -1
  41. package/dist/lib/ZoomScale.d.ts +0 -55
  42. package/dist/lib/ZoomScale.js +0 -137
  43. package/dist/lib/ZoomScale.js.map +0 -1
package/README.md CHANGED
@@ -27,4 +27,4 @@ pnpm install e-virt-table
27
27
 
28
28
  ## TIP
29
29
 
30
- This component is still under testing, use at your own risk. If you find any bugs or issues, please report them at GitHub for us to fix. Also there were some APIs which are not mentioned in this documentation, some of them were not fully developed yet, which is why they are not mentioned here.
30
+ If you find any bugs or issues, please report them at GitHub for us to fix. Also there were some APIs which are not mentioned in this documentation, some of them were not fully developed yet, which is why they are not mentioned here.