cz-antdv-libs 1.1.24

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 ADDED
@@ -0,0 +1,47 @@
1
+ # antdv-libs
2
+
3
+ ## Project setup
4
+ ```
5
+ yarn install
6
+ ```
7
+
8
+ ### Compiles and hot-reloads for development
9
+ ```
10
+ yarn serve
11
+ ```
12
+
13
+ ### Compiles and minifies for production
14
+ ```
15
+ yarn build
16
+ ```
17
+
18
+ ### Lints and fixes files
19
+ ```
20
+ yarn lint
21
+ ```
22
+
23
+ ### Customize configuration
24
+ See [Configuration Reference](https://cli.vuejs.org/config/).
25
+
26
+ # 1.1.13
27
+ 解决打包后页面卡死问题
28
+ # 1.1.14
29
+ select组件新增全选功能
30
+ # 1.1.15
31
+ 添加显示隐藏表格的 toolbar
32
+ # 1.1.17
33
+ 添加select组件设置为 multiple 时,全选按钮是否显示的属性 isSelectAll
34
+ # 1.1.18
35
+ 增加 AxUploadModal 组件的属性 customRow 向往暴露 table 实例
36
+ # 1.1.19
37
+ 增加 table 组件的 clounm 的属性 tooltip, 用于字段过长时,显示隐藏可以复制
38
+ # 1.1.20
39
+ 优化 table 组件得 clounm 的属性
40
+ # 1.1.21
41
+ 增加上传组件 ax-upload-modal 属性 uploadModalLoaded
42
+ # 1.1.22
43
+ 解决异步请求表头渲染问题
44
+ # 1.1.23
45
+ 解决表格渲染出现空白间隙问题
46
+ # 1.1.24
47
+ 添加表格分页方法暴露