@esvndev/es-react-table-interface 1.7.12 → 1.7.24
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/index.js +1 -1
- package/dist/interface.d.ts +1 -0
- package/package.json +1 -1
package/dist/interface.d.ts
CHANGED
|
@@ -200,6 +200,7 @@ export interface IExternalInterface {
|
|
|
200
200
|
rowSelected?: any;
|
|
201
201
|
/**Danh sách các context menu bị ẩn*/
|
|
202
202
|
listContextHide?: any;
|
|
203
|
+
listContextShow?: any;
|
|
203
204
|
/**Danh sách các context menu đầu vào*/
|
|
204
205
|
canContextMenuItems?: any;
|
|
205
206
|
/**Hàm khi mở contextMenu*/
|
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.24",
|
|
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",
|