@cxbox-ui/core 2.6.0-CXBOX-626-alpha.3 → 2.6.0-CXBOX-626-alpha.4

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.
Files changed (2) hide show
  1. package/dist/core.d.ts +1 -1
  2. package/package.json +1 -1
package/dist/core.d.ts CHANGED
@@ -710,7 +710,7 @@ export declare interface BcMetaState extends BcMeta {
710
710
  /**
711
711
  * Page limit used in mass operations mode
712
712
  */
713
- massPageLimit?: number;
713
+ massLimit?: number;
714
714
  /**
715
715
  * There is an addional pages of data.ts to fetch
716
716
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cxbox-ui/core",
3
- "version": "2.6.0-CXBOX-626-alpha.3",
3
+ "version": "2.6.0-CXBOX-626-alpha.4",
4
4
  "description": "CXBox RTK business logic",
5
5
  "author": "cxbox",
6
6
  "license": "Apache-2.0",