@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/README.md +2 -2
- package/dist/newview-ui.js +8 -8
- package/dist/newview-ui.umd.cjs +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/types/ComForm.d.ts +6 -0
- package/types/Grid.d.ts +1 -1
- package/types/GridJava.d.ts +1 -1
package/package.json
CHANGED
package/types/ComForm.d.ts
CHANGED
|
@@ -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"
|
|
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
|
* 行按钮
|
package/types/GridJava.d.ts
CHANGED
|
@@ -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"
|
|
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
|
* 行按钮
|