zhytech-ui-mobile 1.1.16 → 1.2.0
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 +10 -0
- package/dist/static/scss/datetime.scss +5 -0
- package/dist/static/scss/index.scss +1 -0
- package/dist/static/scss/textarea.scss +14 -0
- package/dist/style.css +1 -1
- package/dist/types/components/dynamicForm/components/layout/index.d.ts +2 -1
- package/dist/types/components/dynamicForm/types/componentAttribute/index.d.ts +2 -1
- package/dist/types/components/dynamicForm/types/componentAttribute/layout/gridLayoutAttribute.d.ts +50 -0
- package/dist/zhytech-ui-mobile.es.js +1215 -240
- package/dist/zhytech-ui-mobile.umd.js +11 -11
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -78,6 +78,16 @@ npm install --legacy-peer-deps
|
|
|
78
78
|
3)、在使用zhy-file-preview组件预览pdf组件时,如果出现乱码问题,需要将zhytech-ui\dist\pdfjs-list文件夹复制到项目的static文件夹下
|
|
79
79
|
|
|
80
80
|
> #### 版本更新清单:
|
|
81
|
+
**V 1.2.0**
|
|
82
|
+
```html
|
|
83
|
+
1.回传值时,人员、岗位、部门组件增加valueContent属性
|
|
84
|
+
2.修复部门组件为多选时,动态http请求参数错误问题
|
|
85
|
+
3.添加网格组件,支持只读模式
|
|
86
|
+
4.动态http请求参数替换时,空值不转json,非数组不转json
|
|
87
|
+
5.部门组件支持多选
|
|
88
|
+
6.修复部门和人员组件多选时,报错问题
|
|
89
|
+
7.修复日期组件默认值问题,设置为当前时间
|
|
90
|
+
```
|
|
81
91
|
|
|
82
92
|
**V 1.1.16**
|
|
83
93
|
```html
|