@hi-ui/tree-select 4.1.3 → 4.1.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/tree-select
2
2
 
3
+ ## 4.1.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.1.3
4
14
 
5
15
  ### Patch Changes
@@ -30,12 +30,12 @@ var icons = require('@hi-ui/icons');
30
30
  var core = require('@hi-ui/core');
31
31
  var funcUtils = require('@hi-ui/func-utils');
32
32
  var useSearchMode = require('@hi-ui/use-search-mode');
33
- function _interopDefaultLegacy(e) {
33
+ function _interopDefaultCompat(e) {
34
34
  return e && _typeof(e) === 'object' && 'default' in e ? e : {
35
35
  'default': e
36
36
  };
37
37
  }
38
- var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
38
+ var React__default = /*#__PURE__*/_interopDefaultCompat(React);
39
39
  var TREE_SELECT_PREFIX = classname.getPrefixCls('tree-select');
40
40
  var DEFAULT_DATA = [];
41
41
  // const DEFAULT_VALUE = [] as []
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hi-ui/tree-select",
3
- "version": "4.1.3",
3
+ "version": "4.1.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/highlighter": "^4.0.8",
51
51
  "@hi-ui/icons": "^4.0.18",
52
52
  "@hi-ui/input": "^4.0.13",
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/tree": "^4.5.8",
56
56
  "@hi-ui/tree-utils": "^4.1.4",
57
57
  "@hi-ui/type-assertion": "^4.0.4",