@aloudata/aloudata-design 0.2.0-beta.15 → 0.2.0-beta.16

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/es/Table/index.js CHANGED
@@ -365,7 +365,7 @@ function Table(_ref, ref) {
365
365
  className: classnames("".concat(prefixCls, "-list"), _defineProperty({}, "".concat(prefixCls, "-innerScroll"), innerScroll)),
366
366
  id: RANDOM_ID,
367
367
  ref: tableBodyListRef
368
- }, innerScroll && loadMore ? /*#__PURE__*/React.createElement(InfiniteScroll, {
368
+ }, innerScroll ? /*#__PURE__*/React.createElement(InfiniteScroll, {
369
369
  dataLength: rows.length,
370
370
  next: loadMore,
371
371
  hasMore: !!hasNextPage,
@@ -389,7 +389,7 @@ function Table(_ref, ref) {
389
389
  className: (0, _classnames7.default)("".concat(prefixCls, "-list"), _defineProperty({}, "".concat(prefixCls, "-innerScroll"), innerScroll)),
390
390
  id: RANDOM_ID,
391
391
  ref: tableBodyListRef
392
- }, innerScroll && loadMore ? /*#__PURE__*/_react.default.createElement(_reactInfiniteScrollComponent.default, {
392
+ }, innerScroll ? /*#__PURE__*/_react.default.createElement(_reactInfiniteScrollComponent.default, {
393
393
  dataLength: rows.length,
394
394
  next: loadMore,
395
395
  hasMore: !!hasNextPage,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aloudata/aloudata-design",
3
- "version": "0.2.0-beta.15",
3
+ "version": "0.2.0-beta.16",
4
4
  "scripts": {
5
5
  "start": "dumi dev",
6
6
  "docs:build": "dumi build",