@newview/file-ui 1.1.58 → 1.1.60

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": "@newview/file-ui",
3
- "version": "1.1.58",
3
+ "version": "1.1.60",
4
4
  "author": "newview",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -1544,6 +1544,10 @@ export interface uploadFileProp {
1544
1544
  /** 是否显示文件名称 */
1545
1545
  isShowFileName?: Boolean
1546
1546
 
1547
+ /** 是否显示下载按钮 */
1548
+ isDownload?: Boolean
1549
+
1550
+
1547
1551
  }
1548
1552
  /**
1549
1553
  * 文件列表上传参数