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.
- package/dist/index.esm.es5.development.js +1 -0
- package/dist/index.esm.es5.production.js +1 -1
- package/dist/vendor.esm.es5.development.js +1 -1
- package/dist/vendor.esm.es5.production.js +1 -1
- package/es2017/AIMessageList/components/virtuosoList/index.js +1 -0
- package/esm/AIMessageList/components/virtuosoList/index.js +1 -0
- package/package.json +1 -1
|
@@ -14990,6 +14990,7 @@ var VirtuosoList = /*#__PURE__*/ forwardRef(function(props, ref) {
|
|
|
14990
14990
|
ref: wrapperRef,
|
|
14991
14991
|
children: /*#__PURE__*/ jsx(cn, {
|
|
14992
14992
|
ref: virtuosoRef,
|
|
14993
|
+
totalCount: dataSource.length,
|
|
14993
14994
|
style: {
|
|
14994
14995
|
height: "100%"
|
|
14995
14996
|
},
|