@labelbee/lb-components 1.24.0-alpha.6 → 1.24.0-alpha.60

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 (173) 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/LLMToolView/index.js +1 -1
  12. package/dist/components/LLMToolView/modelAPIView/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/LLMToolView/sidebar/components/textEditor/index.js +2 -2
  17. package/dist/components/LLMToolView/sidebar/components/textInputBox/index.js +2 -2
  18. package/dist/components/attributeInputEditor/index.js +1 -0
  19. package/dist/components/attributeList/index.js +1 -1
  20. package/dist/components/audioAnnotate/index.js +1 -1
  21. package/dist/components/audioPlayer/index.js +1 -1
  22. package/dist/components/longText/index.js +1 -1
  23. package/dist/components/pointCloud2DRectOperationView/index.js +1 -1
  24. package/dist/components/pointCloudView/PointCloud2DView.js +1 -1
  25. package/dist/components/pointCloudView/PointCloud3DView.js +1 -1
  26. package/dist/components/pointCloudView/PointCloudContext.js +1 -1
  27. package/dist/components/pointCloudView/PointCloudListener.js +1 -1
  28. package/dist/components/pointCloudView/PointCloudTopView.js +1 -1
  29. package/dist/components/pointCloudView/components/TitleButton/index.js +1 -1
  30. package/dist/components/pointCloudView/components/UnifyParamsModal/index.js +1 -1
  31. package/dist/components/pointCloudView/components/sideAndBackOverView/index.js +1 -1
  32. package/dist/components/pointCloudView/hooks/useConfig.js +1 -1
  33. package/dist/components/pointCloudView/hooks/useHighlight.js +1 -1
  34. package/dist/components/pointCloudView/hooks/usePointCloudAttribute.js +1 -0
  35. package/dist/components/pointCloudView/hooks/usePointCloudViews.js +1 -1
  36. package/dist/components/pointCloudView/index.js +1 -1
  37. package/dist/components/tagList/index.js +1 -1
  38. package/dist/components/videoAnnotate/videoClipTool/components/ToolTipForClip.js +1 -1
  39. package/dist/components/videoAnnotate/videoClipTool/components/annotatedList/index.js +1 -1
  40. package/dist/components/videoAnnotate/videoClipTool/components/videoTimeSlicesOverVideo/index.js +2 -1
  41. package/dist/components/videoAnnotate/videoClipTool/components/videoTimeSlicesOverVideo/index.module.scss.js +1 -1
  42. package/dist/components/videoAnnotate/videoClipTool/components/videoTrack/index.js +1 -1
  43. package/dist/components/videoAnnotate/videoClipTool/index.js +2 -1
  44. package/dist/components/videoPlayer/components/SpeedController/index.js +1 -1
  45. package/dist/components/videoPlayer/index.js +1 -1
  46. package/dist/constant/index.js +1 -1
  47. package/dist/index.css +161 -96
  48. package/dist/store/Actions.js +1 -1
  49. package/dist/store/annotation/actionCreators.js +1 -1
  50. package/dist/store/annotation/reducer.js +1 -1
  51. package/dist/store/toolConfig/pointCloudToolConfig.js +1 -1
  52. package/dist/types/components/DynamicResizer/DynamicResizer.d.ts +3 -3
  53. package/dist/types/components/DynamicResizer/hooks/useDrag.d.ts +24 -7
  54. package/dist/types/components/DynamicResizer/hooks/useDraggingAllowed.d.ts +12 -0
  55. package/dist/types/components/DynamicResizer/hooks/useUpdateHeight.d.ts +10 -21
  56. package/dist/types/components/DynamicResizer/types/interface.d.ts +14 -6
  57. package/dist/types/components/DynamicResizer/utils/index.d.ts +4 -0
  58. package/dist/types/components/LLMMultiWheelView/dialogView/index.d.ts +2 -0
  59. package/dist/types/components/LLMMultiWheelView/index.d.ts +2 -0
  60. package/dist/types/components/LLMToolView/questionView/components/audioView/index.d.ts +8 -0
  61. package/dist/types/components/LLMToolView/questionView/components/header/index.d.ts +3 -1
  62. package/dist/types/components/attributeInputEditor/index.d.ts +8 -0
  63. package/dist/types/components/attributeList/components/limitPopover/index.d.ts +2 -2
  64. package/dist/types/components/longText/index.d.ts +1 -1
  65. package/dist/types/components/pointCloud2DRectOperationView/useUpdateRectList.d.ts +0 -1
  66. package/dist/types/components/pointCloudView/PointCloudContext.d.ts +4 -0
  67. package/dist/types/components/pointCloudView/PointCloudListener.d.ts +1 -0
  68. package/dist/types/components/pointCloudView/hooks/useConfig.d.ts +2 -1
  69. package/dist/types/components/pointCloudView/hooks/usePointCloudAttribute.d.ts +3 -0
  70. package/dist/types/components/pointCloudView/hooks/useRotate.d.ts +1 -2
  71. package/dist/types/components/pointCloudView/hooks/useRotateEdge.d.ts +1 -2
  72. package/dist/types/components/pointCloudView/index.d.ts +2 -0
  73. package/dist/types/components/videoAnnotate/videoClipTool/VideoClipToolContext.d.ts +1 -0
  74. package/dist/types/components/videoAnnotate/videoClipTool/index.d.ts +32 -1
  75. package/dist/types/components/videoAnnotate/videoTagTool/TagToolInstanceAdaptor.d.ts +1 -1
  76. package/dist/types/components/videoAnnotate/videoTextTool/index.d.ts +1 -1
  77. package/dist/types/components/videoPlayer/index.d.ts +1 -1
  78. package/dist/types/constant/index.d.ts +4 -2
  79. package/dist/types/store/Actions.d.ts +1 -0
  80. package/dist/types/store/annotation/actionCreators.d.ts +9 -1
  81. package/dist/types/store/annotation/map.d.ts +1 -0
  82. package/dist/types/store/annotation/reducer.d.ts +5 -1
  83. package/dist/types/store/annotation/types.d.ts +4 -2
  84. package/dist/types/store/toolConfig/types.d.ts +2 -0
  85. package/dist/types/utils/LLM.d.ts +6 -0
  86. package/dist/types/views/MainView/index.d.ts +2 -0
  87. package/dist/types/views/MainView/sidebar/GeneralOperation/ActionsConfirm.d.ts +3 -0
  88. package/dist/types/views/MainView/sidebar/GeneralOperation/index.d.ts +9 -0
  89. package/dist/types/views/MainView/sidebar/GlobalTagList/index.d.ts +9 -0
  90. package/dist/types/views/MainView/sidebar/VideoClipToolAttributeList/index.d.ts +11 -0
  91. package/dist/types/views/MainView/sidebar/index.d.ts +2 -0
  92. package/dist/utils/LLM.js +1 -0
  93. package/dist/utils/ToolPointCloudBoxRenderHelper.js +1 -1
  94. package/dist/views/MainView/index.js +1 -1
  95. package/dist/views/MainView/sidebar/GeneralOperation/ActionsConfirm.js +1 -1
  96. package/dist/views/MainView/sidebar/GeneralOperation/index.js +1 -1
  97. package/dist/views/MainView/sidebar/GlobalTagList/index.js +1 -0
  98. package/dist/views/MainView/sidebar/PointCloudToolSidebar/index.js +1 -1
  99. package/dist/views/MainView/sidebar/SwitchAttributeList/index.js +1 -1
  100. package/dist/views/MainView/sidebar/TagSidebar/index.js +1 -1
  101. package/dist/views/MainView/sidebar/ToolIcons.js +1 -1
  102. package/dist/views/MainView/sidebar/VideoClipToolAttributeList/index.js +1 -0
  103. package/dist/views/MainView/sidebar/index.js +1 -1
  104. package/es/_virtual/2DViewWorker.js +1 -1
  105. package/es/assets/annotation/rectTool/three_points_rect.svg.js +1 -0
  106. package/es/assets/annotation/rectTool/two_points_rect.svg.js +1 -0
  107. package/es/components/DynamicResizer/DynamicResizer.js +1 -1
  108. package/es/components/DynamicResizer/hooks/useDrag.js +1 -1
  109. package/es/components/DynamicResizer/hooks/useDraggingAllowed.js +1 -0
  110. package/es/components/DynamicResizer/hooks/useUpdateHeight.js +1 -1
  111. package/es/components/DynamicResizer/utils/index.js +1 -0
  112. package/es/components/LLMMultiWheelView/dialogView/index.js +1 -1
  113. package/es/components/LLMMultiWheelView/index.js +1 -1
  114. package/es/components/LLMToolView/index.js +1 -1
  115. package/es/components/LLMToolView/modelAPIView/index.js +1 -1
  116. package/es/components/LLMToolView/questionView/components/audioView/index.js +1 -0
  117. package/es/components/LLMToolView/questionView/components/header/index.js +1 -1
  118. package/es/components/LLMToolView/questionView/index.js +1 -1
  119. package/es/components/LLMToolView/sidebar/components/textEditor/index.js +2 -2
  120. package/es/components/LLMToolView/sidebar/components/textInputBox/index.js +2 -2
  121. package/es/components/attributeInputEditor/index.js +1 -0
  122. package/es/components/attributeList/index.js +1 -1
  123. package/es/components/audioAnnotate/index.js +1 -1
  124. package/es/components/audioPlayer/index.js +1 -1
  125. package/es/components/longText/index.js +1 -1
  126. package/es/components/pointCloud2DRectOperationView/index.js +1 -1
  127. package/es/components/pointCloudView/PointCloud2DView.js +1 -1
  128. package/es/components/pointCloudView/PointCloud3DView.js +1 -1
  129. package/es/components/pointCloudView/PointCloudContext.js +1 -1
  130. package/es/components/pointCloudView/PointCloudListener.js +1 -1
  131. package/es/components/pointCloudView/PointCloudTopView.js +1 -1
  132. package/es/components/pointCloudView/components/TitleButton/index.js +1 -1
  133. package/es/components/pointCloudView/components/UnifyParamsModal/index.js +1 -1
  134. package/es/components/pointCloudView/components/sideAndBackOverView/index.js +1 -1
  135. package/es/components/pointCloudView/hooks/useConfig.js +1 -1
  136. package/es/components/pointCloudView/hooks/useHighlight.js +1 -1
  137. package/es/components/pointCloudView/hooks/usePointCloudAttribute.js +1 -0
  138. package/es/components/pointCloudView/hooks/usePointCloudViews.js +1 -1
  139. package/es/components/pointCloudView/index.js +1 -1
  140. package/es/components/tagList/index.js +1 -1
  141. package/es/components/videoAnnotate/videoClipTool/components/ToolTipForClip.js +1 -1
  142. package/es/components/videoAnnotate/videoClipTool/components/annotatedList/index.js +1 -1
  143. package/es/components/videoAnnotate/videoClipTool/components/videoTimeSlicesOverVideo/index.js +2 -1
  144. package/es/components/videoAnnotate/videoClipTool/components/videoTimeSlicesOverVideo/index.module.scss.js +1 -1
  145. package/es/components/videoAnnotate/videoClipTool/components/videoTrack/index.js +1 -1
  146. package/es/components/videoAnnotate/videoClipTool/index.js +2 -1
  147. package/es/components/videoPlayer/components/SpeedController/index.js +1 -1
  148. package/es/components/videoPlayer/index.js +1 -1
  149. package/es/constant/index.js +1 -1
  150. package/es/index.css +161 -96
  151. package/es/store/Actions.js +1 -1
  152. package/es/store/annotation/actionCreators.js +1 -1
  153. package/es/store/annotation/reducer.js +1 -1
  154. package/es/store/toolConfig/pointCloudToolConfig.js +1 -1
  155. package/es/utils/LLM.js +1 -0
  156. package/es/utils/ToolPointCloudBoxRenderHelper.js +1 -1
  157. package/es/views/MainView/index.js +1 -1
  158. package/es/views/MainView/sidebar/GeneralOperation/ActionsConfirm.js +1 -1
  159. package/es/views/MainView/sidebar/GeneralOperation/index.js +1 -1
  160. package/es/views/MainView/sidebar/GlobalTagList/index.js +1 -0
  161. package/es/views/MainView/sidebar/PointCloudToolSidebar/index.js +1 -1
  162. package/es/views/MainView/sidebar/SwitchAttributeList/index.js +1 -1
  163. package/es/views/MainView/sidebar/TagSidebar/index.js +1 -1
  164. package/es/views/MainView/sidebar/ToolIcons.js +1 -1
  165. package/es/views/MainView/sidebar/VideoClipToolAttributeList/index.js +1 -0
  166. package/es/views/MainView/sidebar/index.js +1 -1
  167. package/package.json +8 -8
  168. package/dist/components/DynamicResizer/assets/bottomToZero.svg.js +0 -1
  169. package/dist/components/DynamicResizer/assets/divider.svg.js +0 -1
  170. package/dist/components/DynamicResizer/assets/topToZero.svg.js +0 -1
  171. package/es/components/DynamicResizer/assets/bottomToZero.svg.js +0 -1
  172. package/es/components/DynamicResizer/assets/divider.svg.js +0 -1
  173. 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.