@hi-ui/table 4.0.0-alpha.28 → 4.0.0-alpha.29
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 +13 -8
- package/package.json +15 -15
package/README.md
CHANGED
|
@@ -151,11 +151,16 @@
|
|
|
151
151
|
|
|
152
152
|
## CHANGELOG
|
|
153
153
|
|
|
154
|
-
| 参数
|
|
155
|
-
|
|
|
156
|
-
| selectFilters
|
|
157
|
-
| onLoadChildren
|
|
158
|
-
| expandEmbedRowKeys
|
|
159
|
-
| onEmbedExpand
|
|
160
|
-
| stickyFooter
|
|
161
|
-
| rowSelection.render
|
|
154
|
+
| 参数 | 变更类型 | 变更内容 | 解决的问题 |
|
|
155
|
+
| -------------------- | ---------- | ------------------------------------------------------------------------------------------------------ | ----------------------------------------- |
|
|
156
|
+
| selectFilters | deprecated | 取消内嵌 Select | - | 使用 filterDropdown 能替代满足场景 |
|
|
157
|
+
| onLoadChildren | feature | 必须返回数据 -> 返回 undefined 不做任何处理 | - | 强化功能:支持自定义控制更新 |
|
|
158
|
+
| expandEmbedRowKeys | feature | - | 字段:expandRowKeys -> expandEmbedRowKeys | 强化功能:支持内嵌面板独立控制 |
|
|
159
|
+
| onEmbedExpand | feature | 字段:onExpand -> onEmbedExpand | 强化功能:支持内嵌面板独立控制 |
|
|
160
|
+
| stickyFooter | feature | boolean | 强化功能:支持底部吸底 |
|
|
161
|
+
| rowSelection.render | feature | (checkboxNode: React.ReactNode, rowItem: object, rowIndex: number, dataKey: string) => React.ReactNode | 强化功能:支持 checkbox 自定义渲染 |
|
|
162
|
+
| rowSelection.render | feature | (checkboxNode: React.ReactNode, rowItem: object, rowIndex: number, dataKey: string) => React.ReactNode | 强化功能:支持 checkbox 自定义渲染 |
|
|
163
|
+
| defaultFixedToColumn | feature | 1. 定义:非受控;2. 类型:对象 | 强化功能持久化 |
|
|
164
|
+
| fixedToColumn | feature | 1. 定义:受控;2. 类型:对象 | 强化功能持久化 |
|
|
165
|
+
| onFixedToColumn | feature | 1. 定义:冻结列回调;2. 类型:对象 | 强化功能持久化 |
|
|
166
|
+
| showRowHighlight | feature | - | 强化功能持久化 |
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hi-ui/table",
|
|
3
|
-
"version": "4.0.0-alpha.
|
|
3
|
+
"version": "4.0.0-alpha.29",
|
|
4
4
|
"description": "A sub-package for @hi-ui/hiui.",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"author": "HIUI <mi-hiui@xiaomi.com>",
|
|
@@ -43,23 +43,23 @@
|
|
|
43
43
|
"url": "https://github.com/XiaoMi/hiui/issues"
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@hi-ui/button": "^4.0.0-alpha.
|
|
47
|
-
"@hi-ui/checkbox": "^4.0.0-alpha.
|
|
46
|
+
"@hi-ui/button": "^4.0.0-alpha.24",
|
|
47
|
+
"@hi-ui/checkbox": "^4.0.0-alpha.30",
|
|
48
48
|
"@hi-ui/classname": "^4.0.0-alpha.3",
|
|
49
49
|
"@hi-ui/core-css": "^4.0.0-alpha.13",
|
|
50
50
|
"@hi-ui/dom-utils": "^4.0.0-alpha.7",
|
|
51
|
-
"@hi-ui/drawer": "^4.0.0-alpha.
|
|
52
|
-
"@hi-ui/empty-state": "^4.0.0-alpha.
|
|
53
|
-
"@hi-ui/env": "^4.0.0-alpha.
|
|
54
|
-
"@hi-ui/icon-button": "^4.0.0-alpha.
|
|
55
|
-
"@hi-ui/icons": "^4.0.0-alpha.
|
|
56
|
-
"@hi-ui/loading": "^4.0.0-alpha.
|
|
57
|
-
"@hi-ui/locale-context": "^4.0.0-alpha.
|
|
58
|
-
"@hi-ui/pagination": "^4.0.0-alpha.
|
|
59
|
-
"@hi-ui/popper": "^4.0.0-alpha.
|
|
51
|
+
"@hi-ui/drawer": "^4.0.0-alpha.24",
|
|
52
|
+
"@hi-ui/empty-state": "^4.0.0-alpha.19",
|
|
53
|
+
"@hi-ui/env": "^4.0.0-alpha.6",
|
|
54
|
+
"@hi-ui/icon-button": "^4.0.0-alpha.16",
|
|
55
|
+
"@hi-ui/icons": "^4.0.0-alpha.28",
|
|
56
|
+
"@hi-ui/loading": "^4.0.0-alpha.22",
|
|
57
|
+
"@hi-ui/locale-context": "^4.0.0-alpha.18",
|
|
58
|
+
"@hi-ui/pagination": "^4.0.0-alpha.33",
|
|
59
|
+
"@hi-ui/popper": "^4.0.0-alpha.24",
|
|
60
60
|
"@hi-ui/react-utils": "^4.0.0-alpha.7",
|
|
61
|
-
"@hi-ui/select": "^4.0.0-alpha.
|
|
62
|
-
"@hi-ui/spinner": "^4.0.0-alpha.
|
|
61
|
+
"@hi-ui/select": "^4.0.0-alpha.32",
|
|
62
|
+
"@hi-ui/spinner": "^4.0.0-alpha.2",
|
|
63
63
|
"@hi-ui/times": "^4.0.0-alpha.4",
|
|
64
64
|
"@hi-ui/tree-utils": "^4.0.0-alpha.12",
|
|
65
65
|
"@hi-ui/type-assertion": "^4.0.0-alpha.13",
|
|
@@ -83,5 +83,5 @@
|
|
|
83
83
|
"react": "^17.0.1",
|
|
84
84
|
"react-dom": "^17.0.1"
|
|
85
85
|
},
|
|
86
|
-
"gitHead": "
|
|
86
|
+
"gitHead": "837611fa550447716355489c7cd6c6dcb2b79a1c"
|
|
87
87
|
}
|