@esvndev/es-react-table-interface 1.7.85 → 1.7.86
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/dist/component/ExternalInterface/func.d.ts +4 -1
- package/dist/func.d.ts +1 -0
- package/dist/index.js +38 -38
- package/dist/interface.d.ts +4 -0
- package/package.json +2 -2
package/dist/interface.d.ts
CHANGED
|
@@ -176,7 +176,11 @@ export interface IExternalInterface {
|
|
|
176
176
|
checkInit9?: any;
|
|
177
177
|
checkInit10?: any;
|
|
178
178
|
};
|
|
179
|
+
/**Hàm khi click nút expand*/
|
|
180
|
+
onExpandClick?: (data: any, setData: any) => void;
|
|
179
181
|
}[];
|
|
182
|
+
/**Hàm khi click nút expand*/
|
|
183
|
+
onExpandClick?: (data: any, setData: any) => void;
|
|
180
184
|
/**Hàm sau khi dữ liệu cột thay đổi*/
|
|
181
185
|
onDataChange?: (data: any[], setData: any) => void;
|
|
182
186
|
/**Hàm sau khi dữ liệu cột thay đổi*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@esvndev/es-react-table-interface",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.86",
|
|
4
4
|
"description": "This product is designed by ESVN and is only for use in products distributed by ESVN. Any product, whether for non-commercial research or commercial purposes, must have written legal approval and a digital signature from ESVN.",
|
|
5
5
|
"license": "ESVN Limited Use License",
|
|
6
6
|
"author": "dev@esvn.com.vn",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"axios": "^1.7.2",
|
|
55
55
|
"becoxy-icons": "1.9.9",
|
|
56
56
|
"classnames": "^2.5.1",
|
|
57
|
-
"es-grid-template": "1.8.
|
|
57
|
+
"es-grid-template": "1.8.72",
|
|
58
58
|
"es-print-template": "0.0.35",
|
|
59
59
|
"es-workflow-template": "0.4.6",
|
|
60
60
|
"eslint": "^8.25.0",
|