@para-ui/core 2.2.23 → 2.2.25
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/CollapseLayout/index.js +3 -3
- package/ComboSelect/index.js +2 -2
- package/Form/index.js +2 -2
- package/FormItem/index.js +2 -2
- package/GlobalContext/constant.d.ts +7 -0
- package/README.md +12 -0
- package/Selector/index.js +2 -2
- package/Selector/interface.d.ts +40 -7
- package/Selector/lang/en_US.d.ts +2 -0
- package/Selector/lang/index.d.ts +4 -0
- package/Selector/lang/zh_CN.d.ts +2 -0
- package/SelectorPicker/index.js +3 -3
- package/Table/index.js +2 -2
- package/Table/interface.d.ts +4 -2
- package/Table/lang/en_US.d.ts +1 -0
- package/Table/lang/index.d.ts +2 -0
- package/Table/lang/zh_CN.d.ts +1 -0
- package/Table/tableBodyInterface.d.ts +1 -1
- package/cdn/CollapseLayout/index.js +4 -4
- package/cdn/ComboSelect/index.js +2 -2
- package/cdn/Form/index.js +2 -2
- package/cdn/FormItem/index.js +2 -2
- package/cdn/Selector/index.js +10 -10
- package/cdn/SelectorPicker/index.js +10 -10
- package/cdn/Table/index.js +2 -2
- package/index.js +4 -4
- package/package.json +1 -1
- package/style.css +5 -5
package/README.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
## 版本: 2.2.25
|
|
2
|
+
|
|
3
|
+
para-ui/core@2.2.25 发布
|
|
4
|
+
【表格-Table】修改表格选择列popover弹窗zIndex为1500,解决在组合选择器里面不显示问题
|
|
5
|
+
【分栏收缩容器-CollapseLayout】解决ie上,样式收起展开不对齐问题
|
|
6
|
+
|
|
7
|
+
## 版本: 2.2.24
|
|
8
|
+
|
|
9
|
+
para-ui/core@2.2.24 发布
|
|
10
|
+
【Table】表格增加序号
|
|
11
|
+
【Selector】选择器修改搜索逻辑
|
|
12
|
+
|
|
1
13
|
## 版本: 2.2.23
|
|
2
14
|
|
|
3
15
|
para-ui/core@2.2.23 发布
|