joy-admin-components 0.1.46 → 0.1.47

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "joy-admin-components",
3
- "version": "0.1.46",
3
+ "version": "0.1.47",
4
4
  "main": "./dist/joy-admin-components.umd.js",
5
5
  "module": "./dist/joy-admin-components.es.js",
6
6
  "types": "./src/index.d.ts",
@@ -14,8 +14,8 @@ setListPageConfig({
14
14
  pageSizeKey: 'pageSize', // 每页条数参数名,默认 'pageSize'
15
15
 
16
16
  // 分页默认值
17
- defaultPageSize: 20, // 默认每页条数,默认 10
18
- pageSizes: [20, 50, 100], // 分页选项,默认 [10, 50, 100, 500]
17
+ defaultPageSize: 10, // 默认每页条数,默认 10
18
+ pageSizes: [10, 20, 50, 100], // 分页选项,默认 [10, 50, 100, 500]
19
19
 
20
20
  // 响应数据字段映射(支持多种格式,按优先级尝试)
21
21
  responseDataKeys: {