@hi-ui/table 4.0.0-beta.64 → 4.0.0-beta.67

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.
@@ -21,7 +21,7 @@ var classname = require('@hi-ui/classname');
21
21
 
22
22
  var env = require('@hi-ui/env');
23
23
 
24
- var times = require('@hi-ui/times');
24
+ var arrayUtils = require('@hi-ui/array-utils');
25
25
 
26
26
  var typeAssertion = require('@hi-ui/type-assertion');
27
27
 
@@ -166,7 +166,7 @@ if (env.__DEV__) {
166
166
  var renderIndent = function renderIndent(_ref2) {
167
167
  var prefixCls = _ref2.prefixCls,
168
168
  depth = _ref2.depth;
169
- return times.times(depth, function (index) {
169
+ return arrayUtils.times(depth, function (index) {
170
170
  return /*#__PURE__*/React__default["default"].createElement("span", {
171
171
  className: prefixCls + "__indent",
172
172
  key: index
@@ -10,7 +10,7 @@
10
10
  import React, { forwardRef } from 'react';
11
11
  import { getPrefixCls, cx } from '@hi-ui/classname';
12
12
  import { __DEV__ } from '@hi-ui/env';
13
- import { times } from '@hi-ui/times';
13
+ import { times } from '@hi-ui/array-utils';
14
14
  import { isFunction, isObject } from '@hi-ui/type-assertion';
15
15
  import { IconButton } from '@hi-ui/icon-button';
16
16
  import { useTableContext } from './context.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hi-ui/table",
3
- "version": "4.0.0-beta.64",
3
+ "version": "4.0.0-beta.67",
4
4
  "description": "A sub-package for @hi-ui/hiui.",
5
5
  "keywords": [],
6
6
  "author": "HIUI <mi-hiui@xiaomi.com>",
@@ -43,24 +43,25 @@
43
43
  "url": "https://github.com/XiaoMi/hiui/issues"
44
44
  },
45
45
  "dependencies": {
46
+ "@hi-ui/array-utils": "^4.0.0-beta.8",
46
47
  "@hi-ui/button": "^4.0.0-beta.16",
47
48
  "@hi-ui/checkbox": "^4.0.0-beta.15",
48
49
  "@hi-ui/classname": "^4.0.0-beta.0",
49
50
  "@hi-ui/core-css": "^4.0.0-beta.5",
50
51
  "@hi-ui/dom-utils": "^4.0.0-beta.6",
51
- "@hi-ui/drawer": "^4.0.0-beta.37",
52
+ "@hi-ui/drawer": "^4.0.0-beta.38",
52
53
  "@hi-ui/empty-state": "^4.0.0-beta.24",
53
54
  "@hi-ui/env": "^4.0.0-beta.1",
54
55
  "@hi-ui/func-utils": "^4.0.0-beta.13",
55
56
  "@hi-ui/icon-button": "^4.0.0-beta.11",
56
57
  "@hi-ui/icons": "^4.0.0-beta.14",
57
- "@hi-ui/loading": "^4.0.0-beta.24",
58
+ "@hi-ui/loading": "^4.0.0-beta.25",
58
59
  "@hi-ui/locale-context": "^4.0.0-beta.19",
59
60
  "@hi-ui/object-utils": "^4.0.0-beta.12",
60
- "@hi-ui/pagination": "^4.0.0-beta.43",
61
+ "@hi-ui/pagination": "^4.0.0-beta.45",
61
62
  "@hi-ui/popper": "^4.0.0-beta.19",
62
63
  "@hi-ui/react-utils": "^4.0.0-beta.6",
63
- "@hi-ui/select": "^4.0.0-beta.40",
64
+ "@hi-ui/select": "^4.0.0-beta.42",
64
65
  "@hi-ui/spinner": "^4.0.0-beta.11",
65
66
  "@hi-ui/times": "^4.0.0-beta.6",
66
67
  "@hi-ui/tree-utils": "^4.0.0-beta.5",
@@ -86,5 +87,5 @@
86
87
  "react": "^17.0.1",
87
88
  "react-dom": "^17.0.1"
88
89
  },
89
- "gitHead": "4ac0806c9a05137fe6a6efbc46c99415737cbd92"
90
+ "gitHead": "346438168b2b334e22d4de3f302f6d9bbddccfe8"
90
91
  }