@newview/ui 1.2.8 → 1.2.9

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/ui",
3
- "version": "1.2.8",
3
+ "version": "1.2.9",
4
4
  "author": "newview",
5
5
  "type": "module",
6
6
  "main": "./dist/newview-ui.umd.cjs",
@@ -1564,6 +1564,12 @@ export interface uploadFileProp {
1564
1564
  /** 是否显示文件名称 */
1565
1565
  isShowFileName?: Boolean
1566
1566
 
1567
+ /** 是否显示下载按钮 */
1568
+ isDownload?: Boolean
1569
+
1570
+ /**是否使用EmbedPDF展示pdf */
1571
+ isUseEmbedPDF?:Boolean
1572
+
1567
1573
  }
1568
1574
  /**
1569
1575
  * 文件列表上传参数
package/types/Grid.d.ts CHANGED
@@ -606,7 +606,7 @@ export interface GridColumn extends VxeColumnProps {
606
606
  /**
607
607
  * 列类型
608
608
  */
609
- colType?: "ch" | "ed" | "password" | "auto" | "num" | "select" | "date" | "time" | "ro" | "seq" | "radio" | "checkbox" | "expand" | "treeSelect" | "switch" | "color" | "mile" | 'textarea';
609
+ colType?: "ch" | "ed" | "password" | "auto" | "num" | "select" | "date" | "time" | "ro" | "seq" | "radio" | "checkbox" | "expand" | "treeSelect" | "switch" | "color" | "mile";
610
610
 
611
611
  /**
612
612
  * 行按钮
@@ -548,7 +548,7 @@ export interface GridColumnJava extends VxeColumnProps {
548
548
  /**
549
549
  * 列类型
550
550
  */
551
- colType?: "ch" | "ed" | "password" | "auto" | "num" | "select" | "date" | "time" | "ro" | "seq" | "radio" | "checkbox" | "expand" | "treeSelect" | "switch" | "color" | "mile" |'textarea';
551
+ colType?: "ch" | "ed" | "password" | "auto" | "num" | "select" | "date" | "time" | "ro" | "seq" | "radio" | "checkbox" | "expand" | "treeSelect" | "switch" | "color" | "mile";
552
552
 
553
553
  /**
554
554
  * 行按钮