@labelbee/lb-components 1.9.0-alpha.8 → 1.10.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 (97) hide show
  1. package/dist/App.js +1 -1
  2. package/dist/assets/predictTracking/icon.svg.js +1 -0
  3. package/dist/components/pointCloudView/PointCloudBackView.js +1 -1
  4. package/dist/components/pointCloudView/PointCloudSideView.js +1 -1
  5. package/dist/components/pointCloudView/PointCloudTopView.js +1 -1
  6. package/dist/components/pointCloudView/hooks/usePointCloudViews.js +1 -1
  7. package/dist/components/pointCloudView/hooks/useStatus.js +1 -1
  8. package/dist/components/pointCloudView/index.js +1 -1
  9. package/dist/components/predictTracking/index.js +1 -0
  10. package/dist/components/predictTracking/predictTrackingIcon/index.js +1 -0
  11. package/dist/components/predictTracking/previewResult/index.js +1 -0
  12. package/dist/components/predictTracking/previewResult/util.js +1 -0
  13. package/dist/constant/index.js +1 -1
  14. package/dist/data/Style.js +1 -1
  15. package/dist/data/enums/ToolType.js +1 -1
  16. package/dist/index.css +83 -1
  17. package/dist/index.js +1 -1
  18. package/dist/store/Actions.js +1 -1
  19. package/dist/store/annotation/actionCreators.js +1 -1
  20. package/dist/store/annotation/reducer.js +1 -1
  21. package/dist/types/App.d.ts +1 -0
  22. package/dist/types/components/pointCloudView/PointCloudContext.d.ts +2 -2
  23. package/dist/types/components/pointCloudView/PointCloudTopView.d.ts +1 -0
  24. package/dist/types/components/pointCloudView/hooks/usePointCloudViews.d.ts +7 -3
  25. package/dist/types/components/pointCloudView/hooks/useStatus.d.ts +1 -1
  26. package/dist/types/components/pointCloudView/index.d.ts +1 -0
  27. package/dist/types/components/predictTracking/index.d.ts +2 -0
  28. package/dist/types/components/predictTracking/predictTrackingIcon/index.d.ts +6 -0
  29. package/dist/types/components/predictTracking/previewResult/index.d.ts +9 -0
  30. package/dist/types/components/predictTracking/previewResult/util.d.ts +43 -0
  31. package/dist/types/constant/index.d.ts +1 -0
  32. package/dist/types/data/enums/ToolType.d.ts +4 -1
  33. package/dist/types/index.d.ts +2 -1
  34. package/dist/types/store/Actions.d.ts +3 -0
  35. package/dist/types/store/annotation/actionCreators.d.ts +4 -0
  36. package/dist/types/store/annotation/reducer.d.ts +2 -0
  37. package/dist/types/store/annotation/types.d.ts +5 -0
  38. package/dist/types/utils/ToolUtils.d.ts +2 -0
  39. package/dist/utils/ToolUtils.js +1 -1
  40. package/dist/views/MainView/index.js +1 -1
  41. package/dist/views/MainView/sidebar/TextAreaFormat/index.js +1 -1
  42. package/dist/views/MainView/sidebar/ToolIcons.js +1 -1
  43. package/dist/views/MainView/sidebar/index.js +1 -1
  44. package/dist/views/MainView/toolHeader/index.js +1 -1
  45. package/es/App.js +1 -1
  46. package/es/App.js.map +1 -1
  47. package/es/assets/predictTracking/icon.svg.js +1 -0
  48. package/es/assets/predictTracking/icon.svg.js.map +1 -0
  49. package/es/components/pointCloudView/PointCloudBackView.js +1 -1
  50. package/es/components/pointCloudView/PointCloudBackView.js.map +1 -1
  51. package/es/components/pointCloudView/PointCloudContext.js.map +1 -1
  52. package/es/components/pointCloudView/PointCloudSideView.js +1 -1
  53. package/es/components/pointCloudView/PointCloudSideView.js.map +1 -1
  54. package/es/components/pointCloudView/PointCloudTopView.js +1 -1
  55. package/es/components/pointCloudView/PointCloudTopView.js.map +1 -1
  56. package/es/components/pointCloudView/hooks/usePointCloudViews.js +1 -1
  57. package/es/components/pointCloudView/hooks/usePointCloudViews.js.map +1 -1
  58. package/es/components/pointCloudView/hooks/useStatus.js +1 -1
  59. package/es/components/pointCloudView/hooks/useStatus.js.map +1 -1
  60. package/es/components/pointCloudView/index.js +1 -1
  61. package/es/components/pointCloudView/index.js.map +1 -1
  62. package/es/components/predictTracking/index.js +1 -0
  63. package/es/components/predictTracking/index.js.map +1 -0
  64. package/es/components/predictTracking/predictTrackingIcon/index.js +1 -0
  65. package/es/components/predictTracking/predictTrackingIcon/index.js.map +1 -0
  66. package/es/components/predictTracking/previewResult/index.js +1 -0
  67. package/es/components/predictTracking/previewResult/index.js.map +1 -0
  68. package/es/components/predictTracking/previewResult/util.js +1 -0
  69. package/es/components/predictTracking/previewResult/util.js.map +1 -0
  70. package/es/constant/index.js +1 -1
  71. package/es/constant/index.js.map +1 -1
  72. package/es/data/Style.js +1 -1
  73. package/es/data/Style.js.map +1 -1
  74. package/es/data/enums/ToolType.js +1 -1
  75. package/es/data/enums/ToolType.js.map +1 -1
  76. package/es/index.css +83 -1
  77. package/es/index.js +1 -1
  78. package/es/index.js.map +1 -1
  79. package/es/store/Actions.js +1 -1
  80. package/es/store/Actions.js.map +1 -1
  81. package/es/store/annotation/actionCreators.js +1 -1
  82. package/es/store/annotation/actionCreators.js.map +1 -1
  83. package/es/store/annotation/reducer.js +1 -1
  84. package/es/store/annotation/reducer.js.map +1 -1
  85. package/es/utils/ToolUtils.js +1 -1
  86. package/es/utils/ToolUtils.js.map +1 -1
  87. package/es/views/MainView/index.js +1 -1
  88. package/es/views/MainView/index.js.map +1 -1
  89. package/es/views/MainView/sidebar/TextAreaFormat/index.js +1 -1
  90. package/es/views/MainView/sidebar/TextAreaFormat/index.js.map +1 -1
  91. package/es/views/MainView/sidebar/ToolIcons.js +1 -1
  92. package/es/views/MainView/sidebar/ToolIcons.js.map +1 -1
  93. package/es/views/MainView/sidebar/index.js +1 -1
  94. package/es/views/MainView/sidebar/index.js.map +1 -1
  95. package/es/views/MainView/toolHeader/index.js +1 -1
  96. package/es/views/MainView/toolHeader/index.js.map +1 -1
  97. package/package.json +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@labelbee/lb-components",
3
- "version": "1.9.0-alpha.8",
3
+ "version": "1.10.0-alpha.0",
4
4
  "description": "Provide a complete library of annotation components",
5
5
  "main": "./dist/index.js",
6
6
  "es": "./es/index.js",
@@ -41,8 +41,8 @@
41
41
  },
42
42
  "dependencies": {
43
43
  "@ant-design/icons": "^4.6.2",
44
- "@labelbee/lb-annotation": "^1.13.0-alpha.7",
45
- "@labelbee/lb-utils": "^1.6.0-alpha.5",
44
+ "@labelbee/lb-annotation": "^1.14.0-alpha.0",
45
+ "@labelbee/lb-utils": "^1.7.0-alpha.0",
46
46
  "ahooks": "^3.4.0",
47
47
  "classnames": "^2.3.0",
48
48
  "lodash": "^4.17.21",
@@ -97,5 +97,5 @@
97
97
  "path": "node_modules/cz-conventional-changelog"
98
98
  }
99
99
  },
100
- "gitHead": "95a39c945895bb420d8ab7485e7a49176dae2a76"
100
+ "gitHead": "86c10122b654945d5bcb0d6208551d4996a276f1"
101
101
  }