@apexcura/ui-components 0.0.11-Beta253 → 0.0.11-Beta254

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.js CHANGED
@@ -709,7 +709,7 @@ var TableElement = (props) => {
709
709
  pagination: {
710
710
  showTotal: (total) => `Total: ${total} items`,
711
711
  total: count,
712
- showSizeChanger: false
712
+ showSizeChanger: count > 10
713
713
  },
714
714
  dataSource,
715
715
  columns,
package/dist/index.mjs CHANGED
@@ -657,7 +657,7 @@ var TableElement = (props) => {
657
657
  pagination: {
658
658
  showTotal: (total) => `Total: ${total} items`,
659
659
  total: count,
660
- showSizeChanger: false
660
+ showSizeChanger: count > 10
661
661
  },
662
662
  dataSource,
663
663
  columns,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apexcura/ui-components",
3
- "version": "0.0.11-Beta253",
3
+ "version": "0.0.11-Beta254",
4
4
  "description": "Apex cura React components library",
5
5
  "keywords": [
6
6
  "apex cura",