@newview/file-ui 1.1.62 → 1.1.63

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.62",
3
+ "version": "1.1.63",
4
4
  "author": "newview",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -34,6 +34,7 @@
34
34
  },
35
35
  "keywords": [],
36
36
  "dependencies": {
37
+ "@embedpdf/vue-pdf-viewer": "^2.14.2",
37
38
  "@newview/base-vue": "^1.0.0",
38
39
  "@newview/fileservice-api": "^1.0.0",
39
40
  "@newview/infrastructure": "^1.0.0",
@@ -1544,9 +1544,11 @@ export interface uploadFileProp {
1544
1544
  /** 是否显示文件名称 */
1545
1545
  isShowFileName?: Boolean
1546
1546
 
1547
- /** 是否显示下载按钮 */
1547
+ /** 是否显示下载按钮 */
1548
1548
  isDownload?: Boolean
1549
1549
 
1550
+ /**是否使用EmbedPDF展示pdf */
1551
+ isUseEmbedPDF?:Boolean
1550
1552
 
1551
1553
  }
1552
1554
  /**