@hi-ui/check-tree-select 4.0.0-alpha.25 → 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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -17,7 +17,7 @@
17
17
  | ------------------ | ---------------------------------------------------------------- | ---------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------- |
18
18
  | data | 展示数据 | DataItem [] | - | - |
19
19
  | fieldNames | 设置 data 中 id, title, disabled, children 对应的 key (3.0 新增) | object | - | { title: 'title', id: 'id',disabled:'disabled', children: 'children'} |
20
- | showCheckedMode | 数据回显模式 | string | ALL: 所有被选中节点,不区分父子节点 <br/>PARENT: 当所有子节点被选中时将只保留父节点<br/>CHILD:仅显示子节点 | ALL |
20
+ | checkedMode | 数据回显模式 | string | ALL: 所有被选中节点,不区分父子节点 <br/>PARENT: 当所有子节点被选中时将只保留父节点<br/>CHILD:仅显示子节点 | ALL |
21
21
  | disabled | 是否禁用 | boolean | true \| false | false |
22
22
  | defaultExpandAll | 是否默认展开所有树节点 | boolean | true \| false | false |
23
23
  | expandedIds | 展开的节点(受控) | ReactText[] | - | - |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hi-ui/check-tree-select",
3
- "version": "4.0.0-alpha.25",
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>",
@@ -50,13 +50,13 @@
50
50
  "@hi-ui/highlighter": "^4.0.0-alpha.13",
51
51
  "@hi-ui/icons": "^4.0.0-alpha.29",
52
52
  "@hi-ui/locale-context": "^4.0.0-alpha.19",
53
- "@hi-ui/picker": "^4.0.0-alpha.20",
53
+ "@hi-ui/picker": "^4.0.0-alpha.22",
54
54
  "@hi-ui/popper": "^4.0.0-alpha.25",
55
55
  "@hi-ui/tag-input": "^4.0.0-alpha.25",
56
- "@hi-ui/tree": "^4.0.0-alpha.43",
57
- "@hi-ui/tree-utils": "^4.0.0-alpha.13",
56
+ "@hi-ui/tree": "^4.0.0-alpha.47",
57
+ "@hi-ui/tree-utils": "^4.0.0-alpha.15",
58
58
  "@hi-ui/type-assertion": "^4.0.0-alpha.14",
59
- "@hi-ui/use-search-mode": "^4.0.0-alpha.17",
59
+ "@hi-ui/use-search-mode": "^4.0.0-alpha.20",
60
60
  "@hi-ui/use-toggle": "^4.0.0-alpha.12",
61
61
  "@hi-ui/use-uncontrolled-state": "^4.0.0-alpha.14",
62
62
  "lodash": "^4.17.21"
@@ -70,5 +70,5 @@
70
70
  "react": "^17.0.1",
71
71
  "react-dom": "^17.0.1"
72
72
  },
73
- "gitHead": "21eaac9935c6d9e45b26d5c26674e83dabab626b"
73
+ "gitHead": "001780db5a40f3ad6c7552581e940fed0eeb8747"
74
74
  }