@hi-ui/check-tree-select 4.3.3 → 4.3.4

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-tree-select
2
2
 
3
+ ## 4.3.4
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.3
4
14
 
5
15
  ### Patch Changes
@@ -33,13 +33,13 @@ var Checkbox = require('@hi-ui/checkbox');
33
33
  var useSearchMode = require('@hi-ui/use-search-mode');
34
34
  var useCheck = require('./hooks/use-check.js');
35
35
  var index = require('./utils/index.js');
36
- function _interopDefaultLegacy(e) {
36
+ function _interopDefaultCompat(e) {
37
37
  return e && _typeof(e) === 'object' && 'default' in e ? e : {
38
38
  'default': e
39
39
  };
40
40
  }
41
- var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
42
- var Checkbox__default = /*#__PURE__*/_interopDefaultLegacy(Checkbox);
41
+ var React__default = /*#__PURE__*/_interopDefaultCompat(React);
42
+ var Checkbox__default = /*#__PURE__*/_interopDefaultCompat(Checkbox);
43
43
  var TREE_SELECT_PREFIX = classname.getPrefixCls('check-tree-select');
44
44
  var DEFAULT_DATA = [];
45
45
  var DEFAULT_VALUE = [];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hi-ui/check-tree-select",
3
- "version": "4.3.3",
3
+ "version": "4.3.4",
4
4
  "description": "A sub-package for @hi-ui/hiui.",
5
5
  "keywords": [],
6
6
  "author": "HiUI <mi-hiui@xiaomi.com>",
@@ -50,8 +50,8 @@
50
50
  "@hi-ui/func-utils": "^4.0.4",
51
51
  "@hi-ui/highlighter": "^4.0.8",
52
52
  "@hi-ui/icons": "^4.0.18",
53
- "@hi-ui/picker": "^4.1.4",
54
- "@hi-ui/popper": "^4.1.3",
53
+ "@hi-ui/picker": "^4.1.5",
54
+ "@hi-ui/popper": "^4.1.4",
55
55
  "@hi-ui/tag-input": "^4.0.10",
56
56
  "@hi-ui/tree": "^4.5.8",
57
57
  "@hi-ui/tree-utils": "^4.1.4",