@hi-ui/check-select 4.6.0-alpha.2 → 4.6.0

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/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @hi-ui/check-select
2
2
 
3
+ ## 4.6.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#3015](https://github.com/XiaoMi/hiui/pull/3015) [`b2d784b23`](https://github.com/XiaoMi/hiui/commit/b2d784b23682e70cbc7b09e3396f51fda02e2223) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(select): Add searchOnInit api (#3004)
8
+ feat(check-select): Add searchOnInit api (#3004)
9
+
10
+ ### Patch Changes
11
+
12
+ - Updated dependencies [[`b2d784b23`](https://github.com/XiaoMi/hiui/commit/b2d784b23682e70cbc7b09e3396f51fda02e2223)]:
13
+ - @hi-ui/use-search-mode@4.2.0
14
+
3
15
  ## 4.5.0
4
16
 
5
17
  ### Minor Changes
@@ -99,7 +99,7 @@ export interface CheckSelectProps extends Omit<PickerProps, 'trigger' | 'scrolla
99
99
  */
100
100
  onClose?: () => void;
101
101
  /**
102
- * 是否开启全选功能,需要对数据全量操作。异步数据场景暂不支持,可自行渲染弹层底部实现
102
+ * 是否开启全选功能
103
103
  */
104
104
  showCheckAll?: boolean;
105
105
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hi-ui/check-select",
3
- "version": "4.6.0-alpha.2",
3
+ "version": "4.6.0",
4
4
  "description": "A sub-package for @hi-ui/hiui.",
5
5
  "keywords": [],
6
6
  "author": "HiUI <mi-hiui@xiaomi.com>",
@@ -62,7 +62,7 @@
62
62
  "@hi-ui/use-children": "^4.0.4",
63
63
  "@hi-ui/use-data-source": "^4.0.4",
64
64
  "@hi-ui/use-latest": "^4.0.4",
65
- "@hi-ui/use-search-mode": "^4.1.4",
65
+ "@hi-ui/use-search-mode": "^4.2.0",
66
66
  "@hi-ui/use-toggle": "^4.0.4",
67
67
  "@hi-ui/use-uncontrolled-state": "^4.0.4",
68
68
  "@hi-ui/virtual-list": "^4.0.8"