@labelbee/lb-components 1.24.0-alpha.2 → 1.24.0-alpha.20

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 (108) hide show
  1. package/dist/_virtual/2DViewWorker.js +1 -1
  2. package/dist/assets/annotation/rectTool/three_points_rect.svg.js +1 -0
  3. package/dist/assets/annotation/rectTool/two_points_rect.svg.js +1 -0
  4. package/dist/components/DynamicResizer/DynamicResizer.js +1 -1
  5. package/dist/components/DynamicResizer/hooks/useDrag.js +1 -1
  6. package/dist/components/DynamicResizer/hooks/useDraggingAllowed.js +1 -0
  7. package/dist/components/DynamicResizer/hooks/useUpdateHeight.js +1 -1
  8. package/dist/components/DynamicResizer/utils/index.js +1 -0
  9. package/dist/components/LLMMultiWheelView/dialogView/index.js +1 -1
  10. package/dist/components/LLMMultiWheelView/index.js +1 -1
  11. package/dist/components/LLMMultiWheelView/sidebar/index.js +1 -1
  12. package/dist/components/LLMToolView/index.js +1 -1
  13. package/dist/components/LLMToolView/questionView/components/audioView/index.js +1 -0
  14. package/dist/components/LLMToolView/questionView/components/header/index.js +1 -1
  15. package/dist/components/LLMToolView/questionView/index.js +1 -1
  16. package/dist/components/attributeList/index.js +1 -1
  17. package/dist/components/audioAnnotate/index.js +1 -1
  18. package/dist/components/audioAnnotate/textInput/index.js +1 -1
  19. package/dist/components/audioAnnotate/textInput/index.module.scss.js +1 -1
  20. package/dist/components/audioPlayer/index.js +1 -1
  21. package/dist/components/longText/index.js +1 -1
  22. package/dist/components/pointCloudView/PointCloud2DView.js +1 -1
  23. package/dist/components/pointCloudView/PointCloud3DView.js +1 -1
  24. package/dist/components/pointCloudView/PointCloudContext.js +1 -1
  25. package/dist/components/pointCloudView/PointCloudListener.js +1 -1
  26. package/dist/components/pointCloudView/PointCloudTopView.js +1 -1
  27. package/dist/components/pointCloudView/components/UnifyParamsModal/index.js +1 -1
  28. package/dist/components/pointCloudView/hooks/usePointCloudAttribute.js +1 -0
  29. package/dist/components/pointCloudView/hooks/usePointCloudViews.js +1 -1
  30. package/dist/components/pointCloudView/hooks/useUpdatePointCloudColor.js +1 -1
  31. package/dist/components/pointCloudView/index.js +1 -1
  32. package/dist/components/tagList/index.js +1 -1
  33. package/dist/constant/index.js +1 -1
  34. package/dist/index.css +116 -89
  35. package/dist/store/annotation/actionCreators.js +1 -1
  36. package/dist/store/annotation/reducer.js +1 -1
  37. package/dist/types/components/DynamicResizer/DynamicResizer.d.ts +3 -3
  38. package/dist/types/components/DynamicResizer/hooks/useDrag.d.ts +24 -7
  39. package/dist/types/components/DynamicResizer/hooks/useDraggingAllowed.d.ts +12 -0
  40. package/dist/types/components/DynamicResizer/hooks/useUpdateHeight.d.ts +10 -21
  41. package/dist/types/components/DynamicResizer/types/interface.d.ts +14 -6
  42. package/dist/types/components/DynamicResizer/utils/index.d.ts +4 -0
  43. package/dist/types/components/LLMMultiWheelView/dialogView/index.d.ts +2 -0
  44. package/dist/types/components/LLMMultiWheelView/index.d.ts +2 -0
  45. package/dist/types/components/LLMToolView/questionView/components/audioView/index.d.ts +8 -0
  46. package/dist/types/components/LLMToolView/questionView/components/header/index.d.ts +3 -1
  47. package/dist/types/components/longText/index.d.ts +1 -1
  48. package/dist/types/components/pointCloud2DRectOperationView/useUpdateRectList.d.ts +0 -1
  49. package/dist/types/components/pointCloudView/PointCloudContext.d.ts +2 -0
  50. package/dist/types/components/pointCloudView/hooks/usePointCloudAttribute.d.ts +3 -0
  51. package/dist/types/components/pointCloudView/hooks/useRotate.d.ts +1 -2
  52. package/dist/types/components/pointCloudView/hooks/useRotateEdge.d.ts +1 -2
  53. package/dist/types/constant/index.d.ts +2 -1
  54. package/dist/types/store/annotation/actionCreators.d.ts +1 -1
  55. package/dist/types/store/annotation/map.d.ts +1 -0
  56. package/dist/types/store/annotation/reducer.d.ts +4 -0
  57. package/dist/types/store/annotation/types.d.ts +3 -2
  58. package/dist/utils/ToolPointCloudBoxRenderHelper.js +1 -1
  59. package/dist/views/MainView/LLMMultiWheelLayout/index.js +1 -1
  60. package/dist/views/MainView/sidebar/PointCloudToolSidebar/index.js +1 -1
  61. package/dist/views/MainView/sidebar/ToolIcons.js +1 -1
  62. package/es/_virtual/2DViewWorker.js +1 -1
  63. package/es/assets/annotation/rectTool/three_points_rect.svg.js +1 -0
  64. package/es/assets/annotation/rectTool/two_points_rect.svg.js +1 -0
  65. package/es/components/DynamicResizer/DynamicResizer.js +1 -1
  66. package/es/components/DynamicResizer/hooks/useDrag.js +1 -1
  67. package/es/components/DynamicResizer/hooks/useDraggingAllowed.js +1 -0
  68. package/es/components/DynamicResizer/hooks/useUpdateHeight.js +1 -1
  69. package/es/components/DynamicResizer/utils/index.js +1 -0
  70. package/es/components/LLMMultiWheelView/dialogView/index.js +1 -1
  71. package/es/components/LLMMultiWheelView/index.js +1 -1
  72. package/es/components/LLMMultiWheelView/sidebar/index.js +1 -1
  73. package/es/components/LLMToolView/index.js +1 -1
  74. package/es/components/LLMToolView/questionView/components/audioView/index.js +1 -0
  75. package/es/components/LLMToolView/questionView/components/header/index.js +1 -1
  76. package/es/components/LLMToolView/questionView/index.js +1 -1
  77. package/es/components/attributeList/index.js +1 -1
  78. package/es/components/audioAnnotate/index.js +1 -1
  79. package/es/components/audioAnnotate/textInput/index.js +1 -1
  80. package/es/components/audioAnnotate/textInput/index.module.scss.js +1 -1
  81. package/es/components/audioPlayer/index.js +1 -1
  82. package/es/components/longText/index.js +1 -1
  83. package/es/components/pointCloudView/PointCloud2DView.js +1 -1
  84. package/es/components/pointCloudView/PointCloud3DView.js +1 -1
  85. package/es/components/pointCloudView/PointCloudContext.js +1 -1
  86. package/es/components/pointCloudView/PointCloudListener.js +1 -1
  87. package/es/components/pointCloudView/PointCloudTopView.js +1 -1
  88. package/es/components/pointCloudView/components/UnifyParamsModal/index.js +1 -1
  89. package/es/components/pointCloudView/hooks/usePointCloudAttribute.js +1 -0
  90. package/es/components/pointCloudView/hooks/usePointCloudViews.js +1 -1
  91. package/es/components/pointCloudView/hooks/useUpdatePointCloudColor.js +1 -1
  92. package/es/components/pointCloudView/index.js +1 -1
  93. package/es/components/tagList/index.js +1 -1
  94. package/es/constant/index.js +1 -1
  95. package/es/index.css +116 -89
  96. package/es/store/annotation/actionCreators.js +1 -1
  97. package/es/store/annotation/reducer.js +1 -1
  98. package/es/utils/ToolPointCloudBoxRenderHelper.js +1 -1
  99. package/es/views/MainView/LLMMultiWheelLayout/index.js +1 -1
  100. package/es/views/MainView/sidebar/PointCloudToolSidebar/index.js +1 -1
  101. package/es/views/MainView/sidebar/ToolIcons.js +1 -1
  102. package/package.json +6 -6
  103. package/dist/components/DynamicResizer/assets/bottomToZero.svg.js +0 -1
  104. package/dist/components/DynamicResizer/assets/divider.svg.js +0 -1
  105. package/dist/components/DynamicResizer/assets/topToZero.svg.js +0 -1
  106. package/es/components/DynamicResizer/assets/bottomToZero.svg.js +0 -1
  107. package/es/components/DynamicResizer/assets/divider.svg.js +0 -1
  108. package/es/components/DynamicResizer/assets/topToZero.svg.js +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.