bhd-components 0.10.29 → 0.10.30

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.
@@ -681,6 +681,7 @@ const VirtuosoList = /*#__PURE__*/ forwardRef((props, ref)=>{
681
681
  ref: wrapperRef,
682
682
  children: /*#__PURE__*/ _jsx(Virtuoso, {
683
683
  ref: virtuosoRef,
684
+ totalCount: dataSource.length,
684
685
  style: {
685
686
  height: "100%"
686
687
  },
@@ -662,6 +662,7 @@ var VirtuosoList = /*#__PURE__*/ forwardRef(function(props, ref) {
662
662
  ref: wrapperRef,
663
663
  children: /*#__PURE__*/ _jsx(Virtuoso, {
664
664
  ref: virtuosoRef,
665
+ totalCount: dataSource.length,
665
666
  style: {
666
667
  height: "100%"
667
668
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bhd-components",
3
- "version": "0.10.29",
3
+ "version": "0.10.30",
4
4
  "description": "组件功能描述",
5
5
  "config": {
6
6
  "commitizen": {