@hi-ui/check-cascader 4.0.0-alpha.27 → 4.0.0-alpha.30

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 +6 -5
  2. package/package.json +12 -12
package/README.md CHANGED
@@ -94,8 +94,9 @@
94
94
 
95
95
  ## CHANGELOG
96
96
 
97
- | 参数 | 变更类型 | 变更内容 | 解决的问题 |
98
- | ------------- | ------------------------------- | ---------- | ---------------------------- |
99
- | propName | feature \| deprecated \| update | 变更了什么 | 之前是什么样子,解决什么问题 |
100
- | ---- | ---- | ---- | ---- |
101
- | checkCascaded | feature | - | 支持级联选择开关控制 |
97
+ | 参数 | 变更类型 | 变更内容 | 解决的问题 |
98
+ | ------------- | ------------------------------- | ---------- | ------------------------------------------------------------------------------------------------ |
99
+ | propName | feature \| deprecated \| update | 变更了什么 | 之前是什么样子,解决什么问题 |
100
+ | ---- | ---- | ---- | ---- |
101
+ | checkCascaded | feature | - | 支持级联选择开关控制 |
102
+ | popper | feature | - | Picker 类型组件统一支持,聚合管理。比如: placement setOverlayContainer 等,之前有的加了有的没加 |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hi-ui/check-cascader",
3
- "version": "4.0.0-alpha.27",
3
+ "version": "4.0.0-alpha.30",
4
4
  "description": "A sub-package for @hi-ui/hiui.",
5
5
  "keywords": [],
6
6
  "author": "HIUI <mi-hiui@xiaomi.com>",
@@ -43,24 +43,24 @@
43
43
  "url": "https://github.com/XiaoMi/hiui/issues"
44
44
  },
45
45
  "dependencies": {
46
- "@hi-ui/checkbox": "^4.0.0-alpha.22",
46
+ "@hi-ui/checkbox": "^4.0.0-alpha.25",
47
47
  "@hi-ui/classname": "^4.0.0-alpha.3",
48
- "@hi-ui/core-css": "^4.0.0-alpha.10",
48
+ "@hi-ui/core-css": "^4.0.0-alpha.12",
49
49
  "@hi-ui/env": "^4.0.0-alpha.5",
50
- "@hi-ui/icons": "^4.0.0-alpha.20",
51
- "@hi-ui/input": "^4.0.0-alpha.24",
52
- "@hi-ui/picker": "^4.0.0-alpha.8",
53
- "@hi-ui/popper": "^4.0.0-alpha.17",
54
- "@hi-ui/tag-input": "^4.0.0-alpha.15",
50
+ "@hi-ui/icons": "^4.0.0-alpha.23",
51
+ "@hi-ui/input": "^4.0.0-alpha.27",
52
+ "@hi-ui/picker": "^4.0.0-alpha.11",
53
+ "@hi-ui/popper": "^4.0.0-alpha.19",
54
+ "@hi-ui/tag-input": "^4.0.0-alpha.18",
55
55
  "@hi-ui/times": "^4.0.0-alpha.4",
56
- "@hi-ui/tree-utils": "^4.0.0-alpha.8",
56
+ "@hi-ui/tree-utils": "^4.0.0-alpha.10",
57
57
  "@hi-ui/type-assertion": "^4.0.0-alpha.13",
58
- "@hi-ui/use-check": "^4.0.0-alpha.15",
58
+ "@hi-ui/use-check": "^4.0.0-alpha.17",
59
59
  "@hi-ui/use-data-source": "^4.0.0-alpha.5",
60
60
  "@hi-ui/use-latest": "^4.0.0-alpha.4",
61
61
  "@hi-ui/use-merge-refs": "^4.0.0-alpha.4",
62
62
  "@hi-ui/use-outside-click": "^4.0.0-alpha.7",
63
- "@hi-ui/use-search-mode": "^4.0.0-alpha.7",
63
+ "@hi-ui/use-search-mode": "^4.0.0-alpha.9",
64
64
  "@hi-ui/use-toggle": "^4.0.0-alpha.10",
65
65
  "@hi-ui/use-uncontrolled-state": "^4.0.0-alpha.12",
66
66
  "@popperjs/core": "^2.9.3",
@@ -76,5 +76,5 @@
76
76
  "react": "^17.0.1",
77
77
  "react-dom": "^17.0.1"
78
78
  },
79
- "gitHead": "90f526d81b6e564427caf34ba49655c07943c195"
79
+ "gitHead": "3b991dda3ffcbe843fc06b3c3c781ce870cb7adc"
80
80
  }