@labelbee/lb-components 1.8.0-alpha.9 → 1.9.0-alpha.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (78) hide show
  1. package/dist/components/pointCloudView/PointCloud2DView.js +1 -1
  2. package/dist/components/pointCloudView/PointCloudBackView.js +1 -1
  3. package/dist/components/pointCloudView/PointCloudContext.js +1 -1
  4. package/dist/components/pointCloudView/PointCloudListener.js +1 -1
  5. package/dist/components/pointCloudView/PointCloudSideView.js +1 -1
  6. package/dist/components/pointCloudView/PointCloudTopView.js +1 -1
  7. package/dist/components/pointCloudView/hooks/useBoxes.js +1 -1
  8. package/dist/components/pointCloudView/hooks/usePointCloudViews.js +1 -1
  9. package/dist/components/pointCloudView/hooks/useSingleBox.js +1 -1
  10. package/dist/components/pointCloudView/hooks/useStatus.js +1 -1
  11. package/dist/components/pointCloudView/index.js +1 -1
  12. package/dist/index.css +43 -0
  13. package/dist/store/annotation/selectors.js +1 -0
  14. package/dist/types/components/AnnotationView/index.d.ts +1 -1
  15. package/dist/types/components/pointCloudView/PointCloudContext.d.ts +8 -1
  16. package/dist/types/components/pointCloudView/hooks/usePointCloudViews.d.ts +3 -16
  17. package/dist/types/components/pointCloudView/hooks/useSingleBox.d.ts +4 -1
  18. package/dist/types/components/videoPlayer/types.d.ts +1 -1
  19. package/dist/types/store/annotation/selectors.d.ts +7 -0
  20. package/dist/types/store/annotation/types.d.ts +3 -3
  21. package/dist/types/store/imgAttribute/types.d.ts +1 -1
  22. package/dist/types/store/index.d.ts +1 -1
  23. package/dist/types/store/toolStyle/types.d.ts +1 -1
  24. package/dist/types/utils/dom.d.ts +2 -2
  25. package/dist/types/views/MainView/toolFooter/AnnotatedAttributes/index.d.ts +4 -0
  26. package/dist/types/views/MainView/toolFooter/index.d.ts +1 -1
  27. package/dist/views/MainView/toolFooter/AnnotatedAttributes/index.js +1 -0
  28. package/dist/views/MainView/toolFooter/index.js +1 -1
  29. package/es/assets/annotation/rectTool/icon_rectPattern.svg.js +1 -4
  30. package/es/components/ImageError/index.js +1 -53
  31. package/es/components/pointCloudView/PointCloud2DView.js +1 -1
  32. package/es/components/pointCloudView/PointCloud2DView.js.map +1 -1
  33. package/es/components/pointCloudView/PointCloudBackView.js +1 -1
  34. package/es/components/pointCloudView/PointCloudBackView.js.map +1 -1
  35. package/es/components/pointCloudView/PointCloudContext.js +1 -1
  36. package/es/components/pointCloudView/PointCloudContext.js.map +1 -1
  37. package/es/components/pointCloudView/PointCloudListener.js +1 -1
  38. package/es/components/pointCloudView/PointCloudListener.js.map +1 -1
  39. package/es/components/pointCloudView/PointCloudSideView.js +1 -1
  40. package/es/components/pointCloudView/PointCloudSideView.js.map +1 -1
  41. package/es/components/pointCloudView/PointCloudTopView.js +1 -1
  42. package/es/components/pointCloudView/PointCloudTopView.js.map +1 -1
  43. package/es/components/pointCloudView/hooks/useBoxes.js +1 -1
  44. package/es/components/pointCloudView/hooks/useBoxes.js.map +1 -1
  45. package/es/components/pointCloudView/hooks/usePointCloudBoxes.js +119 -0
  46. package/es/components/pointCloudView/hooks/usePointCloudBoxes.js.map +1 -0
  47. package/es/components/pointCloudView/hooks/usePointCloudViews.js +1 -1
  48. package/es/components/pointCloudView/hooks/usePointCloudViews.js.map +1 -1
  49. package/es/components/pointCloudView/hooks/usePolygon.js.map +1 -1
  50. package/es/components/pointCloudView/hooks/useSingleBox.js +1 -1
  51. package/es/components/pointCloudView/hooks/useSingleBox.js.map +1 -1
  52. package/es/components/pointCloudView/hooks/useStatus.js +1 -1
  53. package/es/components/pointCloudView/hooks/useStatus.js.map +1 -1
  54. package/es/components/pointCloudView/index.js +1 -1
  55. package/es/components/pointCloudView/index.js.map +1 -1
  56. package/es/components/pointCloudView/useSingleBox.js +44 -0
  57. package/es/components/pointCloudView/useSingleBox.js.map +1 -0
  58. package/es/index.css +43 -0
  59. package/es/store/annotation/selectors.js +1 -0
  60. package/es/store/annotation/selectors.js.map +1 -0
  61. package/es/views/MainView/sidebar/GeneralOperation/OperationList.js +77 -0
  62. package/es/views/MainView/sidebar/GeneralOperation/OperationList.js.map +1 -0
  63. package/es/views/MainView/toolFooter/AnnotatedAttributes/index.js +1 -0
  64. package/es/views/MainView/toolFooter/AnnotatedAttributes/index.js.map +1 -0
  65. package/es/views/MainView/toolFooter/index.js +1 -1
  66. package/es/views/MainView/toolFooter/index.js.map +1 -1
  67. package/package.json +4 -4
  68. package/es/assets/annotation/toolHotKeyIcon/icon_copyBackwardResult.svg.js +0 -4
  69. package/es/assets/annotation/toolHotKeyIcon/icon_copyBackwardResult.svg.js.map +0 -1
  70. package/es/assets/cssIcon/annotation/icon_clearSmall.svg +0 -10
  71. package/es/assets/cssIcon/annotation/icon_clearSmall_a.svg +0 -10
  72. package/es/assets/cssIcon/slide_btn.svg +0 -23
  73. package/es/components/pointCloudView/components/UnifiedParamsModal/index.js +0 -228
  74. package/es/components/pointCloudView/components/UnifiedParamsModal/index.js.map +0 -1
  75. package/es/components/pointCloudView/data.js +0 -4
  76. package/es/components/pointCloudView/data.js.map +0 -1
  77. package/es/hooks/useConfig.js +0 -18
  78. package/es/hooks/useConfig.js.map +0 -1

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.