@hi-ui/check-select 4.0.0-alpha.33 → 4.0.0-alpha.34
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 +21 -20
- package/package.json +19 -19
package/README.md
CHANGED
@@ -97,23 +97,24 @@
|
|
97
97
|
|
98
98
|
> 从 Select 组件抽离多选模式出来,作为为单独 CheckSelect 组件。
|
99
99
|
|
100
|
-
| 参数 | 变更类型 | 变更内容
|
101
|
-
| ------------------- | ------------------------------- |
|
102
|
-
| propName | feature \| deprecated \| update | 变更了什么
|
103
|
-
| ---- | ---- | ----
|
104
|
-
| value | update | 类型 string[] => string[] \| number[]
|
105
|
-
| defaultValue | update | 类型 string[] => string[] \| number[]
|
106
|
-
| id | update | 类型 string => string \| number
|
107
|
-
| bordered | deprecated | 字段 `bordered` => `appearance`
|
108
|
-
| searchPlaceholder | feature | -
|
109
|
-
| loadingContent | feature | -
|
110
|
-
| overlay | feature | -
|
111
|
-
| virtual | feature | -
|
112
|
-
| height | feature | -
|
113
|
-
| itemHeight | feature | -
|
114
|
-
| type | deprecated | -
|
115
|
-
| autoload | deprecated | -
|
116
|
-
| onSearch | deprecated | -
|
117
|
-
| appearance | feature | -
|
118
|
-
| displayRender | feature | -
|
119
|
-
| setOverlayContainer | deprecated | -
|
100
|
+
| 参数 | 变更类型 | 变更内容 | 解决的问题 |
|
101
|
+
| ------------------- | ------------------------------- | --------------------------------------- | ------------------------------------------------------------------------------------------------ |
|
102
|
+
| propName | feature \| deprecated \| update | 变更了什么 | 之前是什么样子,解决什么问题 |
|
103
|
+
| ---- | ---- | ---- | ---- |
|
104
|
+
| value | update | 类型 string[] => string[] \| number[] | 对于表单控件 id 值的控制,均使用 React.ReactText(即 string 和 number 都支持) |
|
105
|
+
| defaultValue | update | 类型 string[] => string[] \| number[] | 对于表单控件 id 值的控制,均使用 React.ReactText(即 string 和 number 都支持) |
|
106
|
+
| id | update | 类型 string => string \| number | 对于表单控件 id 值的控制,均使用 React.ReactText(即 string 和 number 都支持) |
|
107
|
+
| bordered | deprecated | 字段 `bordered` => `appearance` | 对于 Picker 类型的组件,统一使用 appearance 设置外形(线\面\无边框)值 |
|
108
|
+
| searchPlaceholder | feature | - | Picker 类型组件统一支持 |
|
109
|
+
| loadingContent | feature | - | Picker 类型组件统一支持,适配新 UI |
|
110
|
+
| overlay | feature | - | Picker 类型组件统一支持,聚合管理。比如: placement setOverlayContainer 等,之前有的加了有的没加 |
|
111
|
+
| virtual | feature | - | 支持虚拟列表 |
|
112
|
+
| height | feature | - | 支持虚拟列表 |
|
113
|
+
| itemHeight | feature | - | 支持虚拟列表 |
|
114
|
+
| type | deprecated | - | 拆分单选多选组件单独维护 |
|
115
|
+
| autoload | deprecated | - | 页面级首次渲染执行数据加载操作,取消内置 |
|
116
|
+
| onSearch | deprecated | - | 使用 dataSource 替代,功能重合 |
|
117
|
+
| appearance | feature | - | 统一支持:线性\面性\无边框 |
|
118
|
+
| displayRender | feature | - | 统一支持选择后内容自定义渲染 |
|
119
|
+
| setOverlayContainer | deprecated | - | 使用 overlay.container 替代,功能重合 |
|
120
|
+
| showOnlyShowChecked | update | showJustSelected -> showOnlyShowChecked | 规范命名 |
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@hi-ui/check-select",
|
3
|
-
"version": "4.0.0-alpha.
|
3
|
+
"version": "4.0.0-alpha.34",
|
4
4
|
"description": "A sub-package for @hi-ui/hiui.",
|
5
5
|
"keywords": [],
|
6
6
|
"author": "HIUI <mi-hiui@xiaomi.com>",
|
@@ -43,29 +43,29 @@
|
|
43
43
|
"url": "https://github.com/XiaoMi/hiui/issues"
|
44
44
|
},
|
45
45
|
"dependencies": {
|
46
|
-
"@hi-ui/checkbox": "^4.0.0-alpha.
|
46
|
+
"@hi-ui/checkbox": "^4.0.0-alpha.31",
|
47
47
|
"@hi-ui/classname": "^4.0.0-alpha.3",
|
48
|
-
"@hi-ui/core": "^4.0.0-alpha.
|
49
|
-
"@hi-ui/core-css": "^4.0.0-alpha.
|
48
|
+
"@hi-ui/core": "^4.0.0-alpha.20",
|
49
|
+
"@hi-ui/core-css": "^4.0.0-alpha.14",
|
50
50
|
"@hi-ui/env": "^4.0.0-alpha.6",
|
51
|
-
"@hi-ui/func-utils": "^4.0.0-alpha.
|
52
|
-
"@hi-ui/highlighter": "^4.0.0-alpha.
|
53
|
-
"@hi-ui/icons": "^4.0.0-alpha.
|
54
|
-
"@hi-ui/input": "^4.0.0-alpha.
|
55
|
-
"@hi-ui/locale-context": "^4.0.0-alpha.
|
56
|
-
"@hi-ui/picker": "^4.0.0-alpha.
|
57
|
-
"@hi-ui/popper": "^4.0.0-alpha.
|
58
|
-
"@hi-ui/tag-input": "^4.0.0-alpha.
|
51
|
+
"@hi-ui/func-utils": "^4.0.0-alpha.6",
|
52
|
+
"@hi-ui/highlighter": "^4.0.0-alpha.13",
|
53
|
+
"@hi-ui/icons": "^4.0.0-alpha.29",
|
54
|
+
"@hi-ui/input": "^4.0.0-alpha.34",
|
55
|
+
"@hi-ui/locale-context": "^4.0.0-alpha.19",
|
56
|
+
"@hi-ui/picker": "^4.0.0-alpha.18",
|
57
|
+
"@hi-ui/popper": "^4.0.0-alpha.25",
|
58
|
+
"@hi-ui/tag-input": "^4.0.0-alpha.25",
|
59
59
|
"@hi-ui/times": "^4.0.0-alpha.4",
|
60
60
|
"@hi-ui/tree-utils": "^4.0.0-alpha.12",
|
61
|
-
"@hi-ui/type-assertion": "^4.0.0-alpha.
|
62
|
-
"@hi-ui/use-check": "^4.0.0-alpha.
|
61
|
+
"@hi-ui/type-assertion": "^4.0.0-alpha.14",
|
62
|
+
"@hi-ui/use-check": "^4.0.0-alpha.20",
|
63
63
|
"@hi-ui/use-children": "^4.0.0-alpha.4",
|
64
|
-
"@hi-ui/use-data-source": "^4.0.0-alpha.
|
64
|
+
"@hi-ui/use-data-source": "^4.0.0-alpha.8",
|
65
65
|
"@hi-ui/use-latest": "^4.0.0-alpha.5",
|
66
|
-
"@hi-ui/use-search-mode": "^4.0.0-alpha.
|
67
|
-
"@hi-ui/use-toggle": "^4.0.0-alpha.
|
68
|
-
"@hi-ui/use-uncontrolled-state": "^4.0.0-alpha.
|
66
|
+
"@hi-ui/use-search-mode": "^4.0.0-alpha.14",
|
67
|
+
"@hi-ui/use-toggle": "^4.0.0-alpha.12",
|
68
|
+
"@hi-ui/use-uncontrolled-state": "^4.0.0-alpha.14",
|
69
69
|
"lodash": "^4.17.21",
|
70
70
|
"rc-virtual-list": "^3.4.1"
|
71
71
|
},
|
@@ -78,5 +78,5 @@
|
|
78
78
|
"react": "^17.0.1",
|
79
79
|
"react-dom": "^17.0.1"
|
80
80
|
},
|
81
|
-
"gitHead": "
|
81
|
+
"gitHead": "fa21b165e493ba58f5b1834d050e4af188b6d946"
|
82
82
|
}
|