@newview/ui 1.1.48 → 1.1.49

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,3 +1,5 @@
1
+ ### 1.1.49
2
+ 1、form附件新增是否显示文件名称配置
1
3
 
2
4
  ### 1.1.48
3
5
  1、表单组件InputNumber输入框增加后缀内容及事件
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@newview/ui",
3
- "version": "1.1.48",
3
+ "version": "1.1.49",
4
4
  "author": "newview",
5
5
  "type": "module",
6
6
  "main": "./dist/newview-ui.umd.cjs",
@@ -467,7 +467,7 @@ export interface InputNumberProp {
467
467
  * 后置内容,仅在 text 类型下有效
468
468
  */
469
469
  append?: string;
470
-
470
+
471
471
  /**
472
472
  * append点击事件
473
473
  */
@@ -1536,8 +1536,13 @@ export interface uploadFileProp{
1536
1536
  * 是否只读
1537
1537
  */
1538
1538
  readonly?:Boolean
1539
+
1539
1540
  /** 限制附件上传的数量 */
1540
1541
  uploadQuantity?:Number
1542
+
1543
+ /** 是否显示文件名称 */
1544
+ isShowFileName?:Boolean
1545
+
1541
1546
  }
1542
1547
  /**
1543
1548
  * 文件列表上传参数