@hi-ui/check-select 4.3.5 → 4.3.6

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,15 @@
1
1
  # @hi-ui/check-select
2
2
 
3
+ ## 4.3.6
4
+
5
+ ### Patch Changes
6
+
7
+ - [#2682](https://github.com/XiaoMi/hiui/pull/2682) [`41765fbed`](https://github.com/XiaoMi/hiui/commit/41765fbed0b3b9c8a574a0d7358b2d3f876162c5) Thanks [@zyprepare](https://github.com/zyprepare)! - fix: 下拉框盒模型设置为 content-box
8
+
9
+ - Updated dependencies [[`ba6e0265d`](https://github.com/XiaoMi/hiui/commit/ba6e0265da07964423d3a684dd068dcf50865dbc), [`41765fbed`](https://github.com/XiaoMi/hiui/commit/41765fbed0b3b9c8a574a0d7358b2d3f876162c5)]:
10
+ - @hi-ui/popper@4.1.4
11
+ - @hi-ui/picker@4.1.5
12
+
3
13
  ## 4.3.5
4
14
 
5
15
  ### Patch Changes
@@ -36,14 +36,14 @@ var useSearchMode = require('@hi-ui/use-search-mode');
36
36
  require('@hi-ui/use-children');
37
37
  var useFlattenData = require('./hooks/use-flatten-data.js');
38
38
  var index = require('./utils/index.js');
39
- function _interopDefaultLegacy(e) {
39
+ function _interopDefaultCompat(e) {
40
40
  return e && _typeof(e) === 'object' && 'default' in e ? e : {
41
41
  'default': e
42
42
  };
43
43
  }
44
- var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
45
- var Checkbox__default = /*#__PURE__*/_interopDefaultLegacy(Checkbox);
46
- var VirtualList__default = /*#__PURE__*/_interopDefaultLegacy(VirtualList);
44
+ var React__default = /*#__PURE__*/_interopDefaultCompat(React);
45
+ var Checkbox__default = /*#__PURE__*/_interopDefaultCompat(Checkbox);
46
+ var VirtualList__default = /*#__PURE__*/_interopDefaultCompat(VirtualList);
47
47
  var _role = 'check-select';
48
48
  var _prefix = classname.getPrefixCls(_role);
49
49
  var DEFAULT_FIELD_NAMES = {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hi-ui/check-select",
3
- "version": "4.3.5",
3
+ "version": "4.3.6",
4
4
  "description": "A sub-package for @hi-ui/hiui.",
5
5
  "keywords": [],
6
6
  "author": "HiUI <mi-hiui@xiaomi.com>",
@@ -52,8 +52,8 @@
52
52
  "@hi-ui/highlighter": "^4.0.8",
53
53
  "@hi-ui/icons": "^4.0.18",
54
54
  "@hi-ui/input": "^4.0.13",
55
- "@hi-ui/picker": "^4.1.4",
56
- "@hi-ui/popper": "^4.1.3",
55
+ "@hi-ui/picker": "^4.1.5",
56
+ "@hi-ui/popper": "^4.1.4",
57
57
  "@hi-ui/tag-input": "^4.0.10",
58
58
  "@hi-ui/times": "^4.0.4",
59
59
  "@hi-ui/tree-utils": "^4.1.4",