@hi-ui/tree-select 4.0.0-beta.41 → 4.0.0-beta.42

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.
@@ -17,10 +17,6 @@ export interface TreeSelectProps extends Omit<PickerProps, 'data' | 'onChange' |
17
17
  * 设置 data 中 id, title, disabled, children 对应的 key (3.0 新增) object - { title: 'title', id: 'id',disabled:'disabled', children: 'children'}
18
18
  */
19
19
  fieldNames?: Record<string, string>;
20
- /**
21
- * 数据选择类型
22
- */
23
- type?: 'single' | 'multiple';
24
20
  /**
25
21
  * 是否有边框
26
22
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hi-ui/tree-select",
3
- "version": "4.0.0-beta.41",
3
+ "version": "4.0.0-beta.42",
4
4
  "description": "A sub-package for @hi-ui/hiui.",
5
5
  "keywords": [],
6
6
  "author": "HIUI <mi-hiui@xiaomi.com>",
@@ -53,9 +53,9 @@
53
53
  "@hi-ui/icons": "^4.0.0-beta.11",
54
54
  "@hi-ui/input": "^4.0.0-beta.18",
55
55
  "@hi-ui/locale-context": "^4.0.0-beta.19",
56
- "@hi-ui/picker": "^4.0.0-beta.31",
56
+ "@hi-ui/picker": "^4.0.0-beta.32",
57
57
  "@hi-ui/popper": "^4.0.0-beta.19",
58
- "@hi-ui/tree": "^4.0.0-beta.36",
58
+ "@hi-ui/tree": "^4.0.0-beta.37",
59
59
  "@hi-ui/tree-utils": "^4.0.0-beta.5",
60
60
  "@hi-ui/type-assertion": "^4.0.0-beta.5",
61
61
  "@hi-ui/use-data-source": "^4.0.0-beta.6",
@@ -72,5 +72,5 @@
72
72
  "react": "^17.0.1",
73
73
  "react-dom": "^17.0.1"
74
74
  },
75
- "gitHead": "3dc9f628767f463b67ba9a7911cc57de84182b85"
75
+ "gitHead": "a1e8367a78c1f3fcea6a95ffc44bbf59beb58798"
76
76
  }