@para-ui/core 2.2.13 → 2.2.14
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/ComboSelect/index.js +1 -1
- package/Form/index.js +1 -1
- package/FormItem/index.js +1 -1
- package/README.md +9 -0
- package/Table/index.js +1 -1
- package/Table/interface.d.ts +1 -1
- package/Table/util.d.ts +2 -1
- package/cdn/ComboSelect/index.js +6 -6
- package/cdn/Form/index.js +1 -1
- package/cdn/FormItem/index.js +1 -1
- package/cdn/Table/index.js +1 -1
- package/index.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
1
|
+
## 版本: 2.2.14
|
|
2
|
+
|
|
3
|
+
para-ui/core@2.2.14 发布
|
|
4
|
+
【Table】加载表格的时候,获取本地储存的表格列信息,不过期,会重置过期时间。并且会删除掉已过期的其他表格记录本地表格列的信息
|
|
5
|
+
【ComboSelect】增加搜索框自动获取焦点
|
|
6
|
+
【ComboSelect】tag超出限制时悬浮显示
|
|
7
|
+
【ComboSelect】修复搜索时选中tag丢失问题
|
|
8
|
+
【Table】表格自定义渲染表头,暴露列信息
|
|
9
|
+
|
|
1
10
|
## 版本: 2.2.13
|
|
2
11
|
|
|
3
12
|
para-ui/core@2.2.13 发布
|