@labelbee/lb-components 1.20.0-alpha.1 → 1.20.0-alpha.10

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/assets/annotation/video/icon_timePoint.svg.js +1 -0
  2. package/dist/assets/annotation/video/icon_videoCut.svg.js +1 -0
  3. package/dist/assets/annotation/video/icon_videoCutting.svg.js +1 -0
  4. package/dist/components/LLMToolView/sidebar/components/answerList/index.js +1 -1
  5. package/dist/components/LLMToolView/sidebar/components/textEditor/index.js +2 -1
  6. package/dist/components/LLMToolView/sidebar/components/textEditor/index.module.scss.js +1 -0
  7. package/dist/components/LLMToolView/sidebar/components/textInputBox/index.js +2 -1
  8. package/dist/components/LLMToolView/sidebar/components/textInputBox/index.module.scss.js +1 -0
  9. package/dist/components/LLMToolView/sidebar/index.js +1 -1
  10. package/dist/components/audioAnnotate/textInput/index.js +1 -1
  11. package/dist/components/latexEditor/constant/config.js +1 -0
  12. package/dist/components/latexEditor/index.js +1 -0
  13. package/dist/components/latexEditor/index.module.scss.js +1 -0
  14. package/dist/components/videoAnnotate/index.js +1 -1
  15. package/dist/components/videoAnnotate/videoClipTool/VideoClipToolContext.js +1 -0
  16. package/dist/components/videoAnnotate/videoClipTool/components/ToolTipForClip.js +1 -0
  17. package/dist/components/videoAnnotate/videoClipTool/components/annotatedList/index.js +1 -0
  18. package/dist/components/videoAnnotate/videoClipTool/components/annotatedList/index.module.scss.js +1 -0
  19. package/dist/components/videoAnnotate/videoClipTool/components/resizableSnippet/index.js +1 -0
  20. package/dist/components/videoAnnotate/videoClipTool/components/resizableSnippet/index.module.scss.js +1 -0
  21. package/dist/components/videoAnnotate/videoClipTool/components/timeSliceRange/index.js +1 -0
  22. package/dist/components/videoAnnotate/videoClipTool/components/timeSliceRange/index.module.scss.js +1 -0
  23. package/dist/components/videoAnnotate/videoClipTool/components/videoClipToolHotkey/index.js +1 -0
  24. package/dist/components/videoAnnotate/videoClipTool/components/videoClipToolHotkey/index.module.scss.js +1 -0
  25. package/dist/components/videoAnnotate/videoClipTool/components/videoTimeSlicesOverVideo/index.js +1 -0
  26. package/dist/components/videoAnnotate/videoClipTool/components/videoTimeSlicesOverVideo/index.module.scss.js +1 -0
  27. package/dist/components/videoAnnotate/videoClipTool/components/videoTrack/index.js +1 -0
  28. package/dist/components/videoAnnotate/videoClipTool/components/videoTrack/index.module.scss.js +1 -0
  29. package/dist/components/videoAnnotate/videoClipTool/constant.js +1 -0
  30. package/dist/components/videoAnnotate/videoClipTool/index.js +1 -0
  31. package/dist/components/videoAnnotate/videoClipTool/index.module.scss.js +1 -0
  32. package/dist/components/videoAnnotate/videoTagTool/TagToolInstanceAdaptor.js +1 -0
  33. package/dist/components/videoAnnotate/videoTextTool/index.js +1 -0
  34. package/dist/components/videoPlayer/VideoTagLayer.js +1 -1
  35. package/dist/components/videoPlayer/VideoTextLayer.js +2 -0
  36. package/dist/components/videoPlayer/components/controller/index.js +1 -1
  37. package/dist/components/videoPlayer/index.js +1 -1
  38. package/dist/components/videoPlayer/utils.js +1 -1
  39. package/dist/index.css +367 -2
  40. package/dist/index.js +1 -1
  41. package/dist/store/annotation/reducer.js +1 -1
  42. package/dist/types/App.d.ts +2 -2
  43. package/dist/types/components/LLMToolView/sidebar/components/textEditor/index.d.ts +1 -0
  44. package/dist/types/components/LLMToolView/types.d.ts +1 -0
  45. package/dist/types/components/audioAnnotate/index.d.ts +1 -1
  46. package/dist/types/components/latexEditor/constant/config.d.ts +18 -0
  47. package/dist/types/components/latexEditor/index.d.ts +12 -0
  48. package/dist/types/components/pointCloudView/PointCloud2DView.d.ts +1 -1
  49. package/dist/types/components/pointCloudView/PointCloud3DView.d.ts +1 -1
  50. package/dist/types/components/pointCloudView/PointCloudBackView.d.ts +1 -1
  51. package/dist/types/components/pointCloudView/PointCloudListener.d.ts +1 -1
  52. package/dist/types/components/pointCloudView/PointCloudSegment.d.ts +1 -1
  53. package/dist/types/components/pointCloudView/PointCloudSegment2DView.d.ts +1 -1
  54. package/dist/types/components/pointCloudView/PointCloudSegmentListener.d.ts +1 -1
  55. package/dist/types/components/pointCloudView/PointCloudSideView.d.ts +1 -1
  56. package/dist/types/components/pointCloudView/PointCloudTopView.d.ts +3 -3
  57. package/dist/types/components/pointCloudView/index.d.ts +3 -3
  58. package/dist/types/components/videoAnnotate/index.d.ts +18 -7
  59. package/dist/types/components/videoAnnotate/videoClipTool/VideoClipToolContext.d.ts +27 -0
  60. package/dist/types/components/videoAnnotate/videoClipTool/components/ToolTipForClip.d.ts +8 -0
  61. package/dist/types/components/videoAnnotate/videoClipTool/components/annotatedList/index.d.ts +7 -0
  62. package/dist/types/components/videoAnnotate/videoClipTool/components/resizableSnippet/index.d.ts +14 -0
  63. package/dist/types/components/videoAnnotate/videoClipTool/components/timeSliceRange/index.d.ts +18 -0
  64. package/dist/types/components/videoAnnotate/videoClipTool/components/videoClipToolHotkey/index.d.ts +6 -0
  65. package/dist/types/components/videoAnnotate/videoClipTool/components/videoTimeSlicesOverVideo/index.d.ts +3 -0
  66. package/dist/types/components/videoAnnotate/videoClipTool/components/videoTrack/index.d.ts +11 -0
  67. package/dist/types/components/videoAnnotate/videoClipTool/constant.d.ts +26 -0
  68. package/dist/types/components/videoAnnotate/videoClipTool/index.d.ts +131 -0
  69. package/dist/types/components/{videoPlayer → videoAnnotate/videoTagTool}/TagToolInstanceAdaptor.d.ts +6 -10
  70. package/dist/types/components/videoAnnotate/videoTextTool/index.d.ts +56 -0
  71. package/dist/types/components/videoPlayer/VideoTagLayer.d.ts +1 -0
  72. package/dist/types/components/videoPlayer/VideoTextLayer.d.ts +2 -0
  73. package/dist/types/components/videoPlayer/components/controller/index.d.ts +4 -2
  74. package/dist/types/components/videoPlayer/index.d.ts +11 -0
  75. package/dist/types/components/videoPlayer/utils.d.ts +6 -0
  76. package/dist/types/index.d.ts +1 -1
  77. package/dist/types/views/MainView/sidebar/TextToolSidebar/index.d.ts +2 -1
  78. package/dist/utils/audio.js +1 -1
  79. package/dist/views/MainView/LLMLayout/index.js +1 -1
  80. package/dist/views/MainView/index.js +1 -1
  81. package/dist/views/MainView/sidebar/TextToolSidebar/index.js +1 -1
  82. package/dist/views/MainView/sidebar/index.js +1 -1
  83. package/es/assets/annotation/video/icon_timePoint.svg.js +1 -0
  84. package/es/assets/annotation/video/icon_videoCut.svg.js +1 -0
  85. package/es/assets/annotation/video/icon_videoCutting.svg.js +1 -0
  86. package/es/components/LLMToolView/sidebar/components/answerList/index.js +1 -1
  87. package/es/components/LLMToolView/sidebar/components/textEditor/index.js +2 -1
  88. package/es/components/LLMToolView/sidebar/components/textEditor/index.module.scss.js +1 -0
  89. package/es/components/LLMToolView/sidebar/components/textInputBox/index.js +2 -1
  90. package/es/components/LLMToolView/sidebar/components/textInputBox/index.module.scss.js +1 -0
  91. package/es/components/LLMToolView/sidebar/index.js +1 -1
  92. package/es/components/audioAnnotate/textInput/index.js +1 -1
  93. package/es/components/latexEditor/constant/config.js +1 -0
  94. package/es/components/latexEditor/index.js +1 -0
  95. package/es/components/latexEditor/index.module.scss.js +1 -0
  96. package/es/components/videoAnnotate/index.js +1 -1
  97. package/es/components/videoAnnotate/videoClipTool/VideoClipToolContext.js +1 -0
  98. package/es/components/videoAnnotate/videoClipTool/components/ToolTipForClip.js +1 -0
  99. package/es/components/videoAnnotate/videoClipTool/components/annotatedList/index.js +1 -0
  100. package/es/components/videoAnnotate/videoClipTool/components/annotatedList/index.module.scss.js +1 -0
  101. package/es/components/videoAnnotate/videoClipTool/components/resizableSnippet/index.js +1 -0
  102. package/es/components/videoAnnotate/videoClipTool/components/resizableSnippet/index.module.scss.js +1 -0
  103. package/es/components/videoAnnotate/videoClipTool/components/timeSliceRange/index.js +1 -0
  104. package/es/components/videoAnnotate/videoClipTool/components/timeSliceRange/index.module.scss.js +1 -0
  105. package/es/components/videoAnnotate/videoClipTool/components/videoClipToolHotkey/index.js +1 -0
  106. package/es/components/videoAnnotate/videoClipTool/components/videoClipToolHotkey/index.module.scss.js +1 -0
  107. package/es/components/videoAnnotate/videoClipTool/components/videoTimeSlicesOverVideo/index.js +1 -0
  108. package/es/components/videoAnnotate/videoClipTool/components/videoTimeSlicesOverVideo/index.module.scss.js +1 -0
  109. package/es/components/videoAnnotate/videoClipTool/components/videoTrack/index.js +1 -0
  110. package/es/components/videoAnnotate/videoClipTool/components/videoTrack/index.module.scss.js +1 -0
  111. package/es/components/videoAnnotate/videoClipTool/constant.js +1 -0
  112. package/es/components/videoAnnotate/videoClipTool/index.js +1 -0
  113. package/es/components/videoAnnotate/videoClipTool/index.module.scss.js +1 -0
  114. package/es/components/videoAnnotate/videoTagTool/TagToolInstanceAdaptor.js +1 -0
  115. package/es/components/videoAnnotate/videoTextTool/index.js +1 -0
  116. package/es/components/videoPlayer/VideoTagLayer.js +1 -1
  117. package/es/components/videoPlayer/VideoTextLayer.js +2 -0
  118. package/es/components/videoPlayer/components/controller/index.js +1 -1
  119. package/es/components/videoPlayer/index.js +1 -1
  120. package/es/components/videoPlayer/utils.js +1 -1
  121. package/es/index.css +367 -2
  122. package/es/index.js +1 -1
  123. package/es/store/annotation/reducer.js +1 -1
  124. package/es/utils/audio.js +1 -1
  125. package/es/views/MainView/index.js +1 -1
  126. package/es/views/MainView/sidebar/TextToolSidebar/index.js +1 -1
  127. package/es/views/MainView/sidebar/index.js +1 -1
  128. package/package.json +6 -4
  129. package/dist/components/videoPlayer/TagToolInstanceAdaptor.js +0 -1
  130. package/es/components/videoPlayer/TagToolInstanceAdaptor.js +0 -1
  131. /package/dist/components/{videoPlayer → videoAnnotate/videoTagTool}/TagToolInstanceAdaptorI18nProvider.js +0 -0
  132. /package/dist/types/components/{videoPlayer → videoAnnotate/videoTagTool}/TagToolInstanceAdaptorI18nProvider.d.ts +0 -0
  133. /package/es/components/{videoPlayer → videoAnnotate/videoTagTool}/TagToolInstanceAdaptorI18nProvider.js +0 -0