@hi-ui/table 4.0.0 → 4.0.3
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/package.json +34 -34
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hi-ui/table",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.3",
|
|
4
4
|
"description": "A sub-package for @hi-ui/hiui.",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"author": "HiUI <mi-hiui@xiaomi.com>",
|
|
@@ -43,35 +43,35 @@
|
|
|
43
43
|
"url": "https://github.com/XiaoMi/hiui/issues"
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@hi-ui/array-utils": "^4.0.
|
|
47
|
-
"@hi-ui/button": "^4.0.
|
|
48
|
-
"@hi-ui/checkbox": "^4.0.
|
|
49
|
-
"@hi-ui/classname": "^4.0.
|
|
50
|
-
"@hi-ui/dom-utils": "^4.0.
|
|
51
|
-
"@hi-ui/drawer": "^4.0.
|
|
52
|
-
"@hi-ui/empty-state": "^4.0.
|
|
53
|
-
"@hi-ui/env": "^4.0.
|
|
54
|
-
"@hi-ui/func-utils": "^4.0.
|
|
55
|
-
"@hi-ui/icon-button": "^4.0.
|
|
56
|
-
"@hi-ui/icons": "^4.0.
|
|
57
|
-
"@hi-ui/loading": "^4.0.
|
|
58
|
-
"@hi-ui/object-utils": "^4.0.
|
|
59
|
-
"@hi-ui/pagination": "^4.0.
|
|
60
|
-
"@hi-ui/popper": "^4.0.
|
|
61
|
-
"@hi-ui/react-utils": "^4.0.
|
|
62
|
-
"@hi-ui/select": "^4.0.
|
|
63
|
-
"@hi-ui/spinner": "^4.0.
|
|
64
|
-
"@hi-ui/times": "^4.0.
|
|
65
|
-
"@hi-ui/tree-utils": "^4.0.
|
|
66
|
-
"@hi-ui/type-assertion": "^4.0.
|
|
67
|
-
"@hi-ui/use-cache": "^4.0.
|
|
68
|
-
"@hi-ui/use-check": "^4.0.
|
|
69
|
-
"@hi-ui/use-check-state": "^4.0.
|
|
70
|
-
"@hi-ui/use-drag-sorter": "^4.0.
|
|
71
|
-
"@hi-ui/use-latest": "^4.0.
|
|
72
|
-
"@hi-ui/use-toggle": "^4.0.
|
|
73
|
-
"@hi-ui/use-uncontrolled-state": "^4.0.
|
|
74
|
-
"@hi-ui/use-update-effect": "^4.0.
|
|
46
|
+
"@hi-ui/array-utils": "^4.0.1",
|
|
47
|
+
"@hi-ui/button": "^4.0.2",
|
|
48
|
+
"@hi-ui/checkbox": "^4.0.1",
|
|
49
|
+
"@hi-ui/classname": "^4.0.1",
|
|
50
|
+
"@hi-ui/dom-utils": "^4.0.1",
|
|
51
|
+
"@hi-ui/drawer": "^4.0.2",
|
|
52
|
+
"@hi-ui/empty-state": "^4.0.1",
|
|
53
|
+
"@hi-ui/env": "^4.0.1",
|
|
54
|
+
"@hi-ui/func-utils": "^4.0.1",
|
|
55
|
+
"@hi-ui/icon-button": "^4.0.1",
|
|
56
|
+
"@hi-ui/icons": "^4.0.1",
|
|
57
|
+
"@hi-ui/loading": "^4.0.1",
|
|
58
|
+
"@hi-ui/object-utils": "^4.0.1",
|
|
59
|
+
"@hi-ui/pagination": "^4.0.2",
|
|
60
|
+
"@hi-ui/popper": "^4.0.1",
|
|
61
|
+
"@hi-ui/react-utils": "^4.0.1",
|
|
62
|
+
"@hi-ui/select": "^4.0.2",
|
|
63
|
+
"@hi-ui/spinner": "^4.0.1",
|
|
64
|
+
"@hi-ui/times": "^4.0.1",
|
|
65
|
+
"@hi-ui/tree-utils": "^4.0.1",
|
|
66
|
+
"@hi-ui/type-assertion": "^4.0.1",
|
|
67
|
+
"@hi-ui/use-cache": "^4.0.1",
|
|
68
|
+
"@hi-ui/use-check": "^4.0.1",
|
|
69
|
+
"@hi-ui/use-check-state": "^4.0.1",
|
|
70
|
+
"@hi-ui/use-drag-sorter": "^4.0.1",
|
|
71
|
+
"@hi-ui/use-latest": "^4.0.1",
|
|
72
|
+
"@hi-ui/use-toggle": "^4.0.1",
|
|
73
|
+
"@hi-ui/use-uncontrolled-state": "^4.0.1",
|
|
74
|
+
"@hi-ui/use-update-effect": "^4.0.1",
|
|
75
75
|
"axios": "^0.24.0",
|
|
76
76
|
"react-resizable": "^3.0.4"
|
|
77
77
|
},
|
|
@@ -81,12 +81,12 @@
|
|
|
81
81
|
"react-dom": ">=16.8.6"
|
|
82
82
|
},
|
|
83
83
|
"devDependencies": {
|
|
84
|
-
"@hi-ui/core": "^4.0.
|
|
85
|
-
"@hi-ui/core-css": "^4.0.
|
|
86
|
-
"@hi-ui/hi-build": "^4.0.
|
|
84
|
+
"@hi-ui/core": "^4.0.1",
|
|
85
|
+
"@hi-ui/core-css": "^4.0.1",
|
|
86
|
+
"@hi-ui/hi-build": "^4.0.1",
|
|
87
87
|
"@types/react-resizable": "^1.7.4",
|
|
88
88
|
"react": "^17.0.1",
|
|
89
89
|
"react-dom": "^17.0.1"
|
|
90
90
|
},
|
|
91
|
-
"gitHead": "
|
|
91
|
+
"gitHead": "cc2be2029ebdd139b4c658071db864827d138f70"
|
|
92
92
|
}
|