@newview/ui 1.1.38 → 1.1.39

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/README.md CHANGED
@@ -1,4 +1,7 @@
1
- ### 1.1.38
1
+ ### 1.1.39
2
+ 1、UploadFileList 新增分页控制
3
+
4
+ ### 1.1.37
2
5
  1、form组件新增type --- UploadFileList
3
6
 
4
7
  ### 1.1.37
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@newview/ui",
3
- "version": "1.1.38",
3
+ "version": "1.1.39",
4
4
  "author": "newview",
5
5
  "type": "module",
6
6
  "main": "./dist/newview-ui.umd.cjs",
@@ -1531,6 +1531,10 @@ export interface uploadFileProp{
1531
1531
  * 文件列表上传参数
1532
1532
  */
1533
1533
  export interface uploadFileListProp{
1534
+ /** 是否开启分页 */
1535
+ isOpenPagination?: boolean;
1536
+ /** 分页的条数 */
1537
+ pageSize?: Number;
1534
1538
  /**
1535
1539
  * 是否多选
1536
1540
  */