es-grid-template 1.6.2 → 1.6.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.
|
@@ -15,7 +15,5 @@ interface UseColumnsConfig<RecordType> {
|
|
|
15
15
|
rowKey?: any;
|
|
16
16
|
onMouseHover?: any;
|
|
17
17
|
}
|
|
18
|
-
declare const useColumns: <RecordType extends AnyObject = AnyObject>(config: UseColumnsConfig<RecordType>) => readonly [
|
|
19
|
-
any
|
|
20
|
-
];
|
|
18
|
+
declare const useColumns: <RecordType extends AnyObject = AnyObject>(config: UseColumnsConfig<RecordType>) => readonly [any];
|
|
21
19
|
export default useColumns;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "es-grid-template",
|
|
3
|
-
"version": "1.6.
|
|
3
|
+
"version": "1.6.3",
|
|
4
4
|
"description": "es-grid-template",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"rc-checkbox": "^3.5.0",
|
|
63
63
|
"rc-dropdown": "^4.2.1",
|
|
64
64
|
"rc-field-form": "^2.6.0",
|
|
65
|
-
"rc-master-ui": "^1.1.
|
|
65
|
+
"rc-master-ui": "^1.1.38",
|
|
66
66
|
"rc-select": "^14.16.3",
|
|
67
67
|
"rc-tooltip": "^6.3.0",
|
|
68
68
|
"rc-tree": "^5.10.1",
|