@labelbee/lb-components 1.23.0-alpha.99 → 1.23.1-alpha.1

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 (133) hide show
  1. package/dist/_virtual/2DViewWorker.js +1 -1
  2. package/dist/components/AnnotationView/hooks/useFilterAnnotations.js +1 -0
  3. package/dist/components/AnnotationView/index.js +1 -1
  4. package/dist/components/LLMMultiWheelView/dialogView/index.js +1 -0
  5. package/dist/components/LLMMultiWheelView/index.js +1 -0
  6. package/dist/components/LLMMultiWheelView/sidebar/index.js +1 -0
  7. package/dist/components/LLMToolView/questionView/components/header/index.js +1 -1
  8. package/dist/components/LLMToolView/questionView/components/imgView/index.js +1 -1
  9. package/dist/components/LLMToolView/questionView/index.js +1 -1
  10. package/dist/components/LLMToolView/sidebar/components/answerSort/index.js +1 -1
  11. package/dist/components/LLMToolView/sidebar/components/modelAnswerSort/index.js +1 -0
  12. package/dist/components/LLMToolView/sidebar/components/textInputBox/index.js +2 -2
  13. package/dist/components/LLMToolView/sidebar/index.js +1 -1
  14. package/dist/components/attributeList/index.js +1 -1
  15. package/dist/components/audioPlayer/index.js +1 -1
  16. package/dist/components/audioPlayer/useAudioScroll/index.js +1 -1
  17. package/dist/components/markdownView/index.js +1 -1
  18. package/dist/components/pointCloud2DRectOperationView/index.js +1 -1
  19. package/dist/components/pointCloudView/PointCloud2DSingleView.js +1 -1
  20. package/dist/components/pointCloudView/PointCloud3DView.js +1 -1
  21. package/dist/components/pointCloudView/PointCloudListener.js +1 -1
  22. package/dist/components/pointCloudView/PointCloudSegmentListener.js +1 -1
  23. package/dist/components/pointCloudView/PointCloudTopView.js +1 -1
  24. package/dist/components/pointCloudView/hooks/useBoxes.js +1 -1
  25. package/dist/components/pointCloudView/hooks/usePointCloudViews.js +1 -1
  26. package/dist/components/pointCloudView/hooks/useUpdatePointCloudColor.js +1 -0
  27. package/dist/components/pointCloudView/index.js +1 -1
  28. package/dist/components/predictTracking/predictTrackingIcon/index.js +1 -1
  29. package/dist/components/predictTracking/previewResult/index.js +1 -1
  30. package/dist/components/videoAnnotate/videoTagTool/TagToolInstanceAdaptor.js +1 -1
  31. package/dist/data/enums/ToolType.js +1 -1
  32. package/dist/index.css +71 -4
  33. package/dist/index.js +1 -1
  34. package/dist/store/LLMMultiWheel/index.js +1 -0
  35. package/dist/store/annotation/actionCreators.js +1 -1
  36. package/dist/store/annotation/reducer.js +1 -1
  37. package/dist/store/ctx.js +1 -1
  38. package/dist/store/toolConfig/baseToolConfig.js +1 -0
  39. package/dist/store/toolConfig/index.js +1 -0
  40. package/dist/store/toolConfig/pointCloudToolConfig.js +1 -0
  41. package/dist/types/App.d.ts +1 -0
  42. package/dist/types/components/AnnotationView/hooks/useFilterAnnotations.d.ts +2 -0
  43. package/dist/types/components/AnnotationView/index.d.ts +9 -0
  44. package/dist/types/components/LLMMultiWheelView/dialogView/index.d.ts +15 -0
  45. package/dist/types/components/LLMMultiWheelView/index.d.ts +21 -0
  46. package/dist/types/components/LLMMultiWheelView/sidebar/index.d.ts +8 -0
  47. package/dist/types/components/LLMMultiWheelView/types.d.ts +62 -0
  48. package/dist/types/components/LLMToolView/questionView/components/header/index.d.ts +15 -0
  49. package/dist/types/components/LLMToolView/questionView/index.d.ts +7 -0
  50. package/dist/types/components/LLMToolView/sidebar/components/answerSort/index.d.ts +3 -0
  51. package/dist/types/components/LLMToolView/sidebar/components/modelAnswerSort/index.d.ts +30 -0
  52. package/dist/types/components/LLMToolView/sidebar/components/textInputBox/index.d.ts +2 -2
  53. package/dist/types/components/LLMToolView/sidebar/index.d.ts +10 -0
  54. package/dist/types/components/LLMToolView/types.d.ts +6 -2
  55. package/dist/types/components/LLMToolView/utils/data.d.ts +1 -0
  56. package/dist/types/components/pointCloudView/PointCloudListener.d.ts +1 -0
  57. package/dist/types/components/pointCloudView/hooks/usePointCloudViews.d.ts +23 -1
  58. package/dist/types/components/pointCloudView/hooks/useUpdatePointCloudColor.d.ts +4 -0
  59. package/dist/types/components/pointCloudView/index.d.ts +1 -0
  60. package/dist/types/data/enums/ToolType.d.ts +2 -1
  61. package/dist/types/index.d.ts +3 -1
  62. package/dist/types/store/LLMMultiWheel/index.d.ts +15 -0
  63. package/dist/types/store/annotation/actionCreators.d.ts +1 -1
  64. package/dist/types/store/ctx.d.ts +7 -0
  65. package/dist/types/store/toolConfig/baseToolConfig.d.ts +4 -0
  66. package/dist/types/store/toolConfig/index.d.ts +3 -0
  67. package/dist/types/store/toolConfig/pointCloudToolConfig.d.ts +4 -0
  68. package/dist/types/store/toolConfig/types.d.ts +10 -0
  69. package/dist/types/utils/ToolPointCloudBoxRenderHelper.d.ts +2 -1
  70. package/dist/types/views/MainView/LLMMultiWheelLayout/index.d.ts +9 -0
  71. package/dist/types/views/MainView/sidebar/PointCloudToolSidebar/components/firstFrameDataSwitch/index.d.ts +3 -0
  72. package/dist/types/views/MainView/sidebar/PointCloudToolSidebar/components/selectBoxVisibleSwitch/index.d.ts +3 -0
  73. package/dist/utils/ToolPointCloudBoxRenderHelper.js +1 -1
  74. package/dist/views/MainView/LLMMultiWheelLayout/index.js +1 -0
  75. package/dist/views/MainView/index.js +1 -1
  76. package/dist/views/MainView/sidebar/PointCloudToolSidebar/components/firstFrameDataSwitch/index.js +1 -0
  77. package/dist/views/MainView/sidebar/PointCloudToolSidebar/components/firstFrameDataSwitch/index.module.scss.js +1 -0
  78. package/dist/views/MainView/sidebar/PointCloudToolSidebar/components/selectBoxVisibleSwitch/index.js +1 -0
  79. package/dist/views/MainView/sidebar/PointCloudToolSidebar/components/selectBoxVisibleSwitch/index.module.scss.js +1 -0
  80. package/dist/views/MainView/sidebar/PointCloudToolSidebar/index.js +1 -1
  81. package/dist/views/MainView/sidebar/index.js +1 -1
  82. package/dist/views/MainView/toolFooter/FooterTips/ToolHotKey/index.js +1 -1
  83. package/es/_virtual/2DViewWorker.js +1 -1
  84. package/es/components/AnnotationView/hooks/useFilterAnnotations.js +1 -0
  85. package/es/components/AnnotationView/index.js +1 -1
  86. package/es/components/LLMMultiWheelView/dialogView/index.js +1 -0
  87. package/es/components/LLMMultiWheelView/index.js +1 -0
  88. package/es/components/LLMMultiWheelView/sidebar/index.js +1 -0
  89. package/es/components/LLMToolView/questionView/components/header/index.js +1 -1
  90. package/es/components/LLMToolView/questionView/components/imgView/index.js +1 -1
  91. package/es/components/LLMToolView/questionView/index.js +1 -1
  92. package/es/components/LLMToolView/sidebar/components/answerSort/index.js +1 -1
  93. package/es/components/LLMToolView/sidebar/components/modelAnswerSort/index.js +1 -0
  94. package/es/components/LLMToolView/sidebar/components/textInputBox/index.js +2 -2
  95. package/es/components/LLMToolView/sidebar/index.js +1 -1
  96. package/es/components/attributeList/index.js +1 -1
  97. package/es/components/audioPlayer/index.js +1 -1
  98. package/es/components/audioPlayer/useAudioScroll/index.js +1 -1
  99. package/es/components/markdownView/index.js +1 -1
  100. package/es/components/pointCloud2DRectOperationView/index.js +1 -1
  101. package/es/components/pointCloudView/PointCloud2DSingleView.js +1 -1
  102. package/es/components/pointCloudView/PointCloud3DView.js +1 -1
  103. package/es/components/pointCloudView/PointCloudListener.js +1 -1
  104. package/es/components/pointCloudView/PointCloudSegmentListener.js +1 -1
  105. package/es/components/pointCloudView/PointCloudTopView.js +1 -1
  106. package/es/components/pointCloudView/hooks/useBoxes.js +1 -1
  107. package/es/components/pointCloudView/hooks/usePointCloudViews.js +1 -1
  108. package/es/components/pointCloudView/hooks/useUpdatePointCloudColor.js +1 -0
  109. package/es/components/pointCloudView/index.js +1 -1
  110. package/es/components/predictTracking/predictTrackingIcon/index.js +1 -1
  111. package/es/components/predictTracking/previewResult/index.js +1 -1
  112. package/es/components/videoAnnotate/videoTagTool/TagToolInstanceAdaptor.js +1 -1
  113. package/es/data/enums/ToolType.js +1 -1
  114. package/es/index.css +71 -4
  115. package/es/index.js +1 -1
  116. package/es/store/LLMMultiWheel/index.js +1 -0
  117. package/es/store/annotation/actionCreators.js +1 -1
  118. package/es/store/annotation/reducer.js +1 -1
  119. package/es/store/ctx.js +1 -1
  120. package/es/store/toolConfig/baseToolConfig.js +1 -0
  121. package/es/store/toolConfig/index.js +1 -0
  122. package/es/store/toolConfig/pointCloudToolConfig.js +1 -0
  123. package/es/utils/ToolPointCloudBoxRenderHelper.js +1 -1
  124. package/es/views/MainView/LLMMultiWheelLayout/index.js +1 -0
  125. package/es/views/MainView/index.js +1 -1
  126. package/es/views/MainView/sidebar/PointCloudToolSidebar/components/firstFrameDataSwitch/index.js +1 -0
  127. package/es/views/MainView/sidebar/PointCloudToolSidebar/components/firstFrameDataSwitch/index.module.scss.js +1 -0
  128. package/es/views/MainView/sidebar/PointCloudToolSidebar/components/selectBoxVisibleSwitch/index.js +1 -0
  129. package/es/views/MainView/sidebar/PointCloudToolSidebar/components/selectBoxVisibleSwitch/index.module.scss.js +1 -0
  130. package/es/views/MainView/sidebar/PointCloudToolSidebar/index.js +1 -1
  131. package/es/views/MainView/sidebar/index.js +1 -1
  132. package/es/views/MainView/toolFooter/FooterTips/ToolHotKey/index.js +1 -1
  133. package/package.json +5 -4

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.