elab_components 0.5.37 → 0.5.38

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.js CHANGED
@@ -31423,7 +31423,7 @@ var OkGrid = function (_a) {
31423
31423
  allowUnsort: true,
31424
31424
  }, expandField: "expanded", size: size, pageable: {
31425
31425
  buttonCount: 4,
31426
- pageSizes: [5, 10, 15, 'All'],
31426
+ pageSizes: [10, 20, 30, 'All'],
31427
31427
  } }, dataState, { groupExpand: groupExpand, total: totalCount, onDataStateChange: onDataStateChange, onItemChange: onItemChange, detail: expandColumn && detailComponent, onHeaderSelectionChange: onHeaderSelectionChange, onSelectionChange: onSelectionChange, onColumnReorder: onColumnReorderChange, onExpandChange: function (e) {
31428
31428
  return handleExpandChange(e, e.dataItem.index);
31429
31429
  },
package/dist/index.js CHANGED
@@ -31451,7 +31451,7 @@ var OkGrid = function (_a) {
31451
31451
  allowUnsort: true,
31452
31452
  }, expandField: "expanded", size: size, pageable: {
31453
31453
  buttonCount: 4,
31454
- pageSizes: [5, 10, 15, 'All'],
31454
+ pageSizes: [10, 20, 30, 'All'],
31455
31455
  } }, dataState, { groupExpand: groupExpand, total: totalCount, onDataStateChange: onDataStateChange, onItemChange: onItemChange, detail: expandColumn && detailComponent, onHeaderSelectionChange: onHeaderSelectionChange, onSelectionChange: onSelectionChange, onColumnReorder: onColumnReorderChange, onExpandChange: function (e) {
31456
31456
  return handleExpandChange(e, e.dataItem.index);
31457
31457
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "elab_components",
3
- "version": "0.5.37",
3
+ "version": "0.5.38",
4
4
  "private": false,
5
5
  "author": "Amar",
6
6
  "main": "dist/index.js",