@esvndev/es-react-table-interface 1.3.8 → 1.3.10
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 +3 -3
- package/dist/interface.d.ts +4 -0
- package/package.json +3 -3
package/dist/interface.d.ts
CHANGED
|
@@ -155,6 +155,10 @@ export interface IExternalInterface {
|
|
|
155
155
|
initProcessApi: any;
|
|
156
156
|
deleteProcessApi: any;
|
|
157
157
|
handleOnReset?: any;
|
|
158
|
+
approverId?: any;
|
|
159
|
+
approverName?: any;
|
|
160
|
+
onApproveCompleted?: any;
|
|
161
|
+
pagingEmployeeApi?: any;
|
|
158
162
|
};
|
|
159
163
|
printApi?: {
|
|
160
164
|
defaultPrintSetting: any;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@esvndev/es-react-table-interface",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.10",
|
|
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",
|
|
@@ -53,9 +53,7 @@
|
|
|
53
53
|
"axios": "^1.7.2",
|
|
54
54
|
"becoxy-icons": "1.9.9",
|
|
55
55
|
"classnames": "^2.5.1",
|
|
56
|
-
"es-grid-template": "1.5.10",
|
|
57
56
|
"es-print-template": "0.0.7",
|
|
58
|
-
"es-workflow-template": "^0.4.5",
|
|
59
57
|
"eslint": "^8.25.0",
|
|
60
58
|
"eslint-config-prettier": "^8.5.0",
|
|
61
59
|
"eslint-plugin-prettier": "^4.2.1",
|
|
@@ -108,6 +106,8 @@
|
|
|
108
106
|
"access": "public"
|
|
109
107
|
},
|
|
110
108
|
"dependencies": {
|
|
109
|
+
"es-grid-template": "1.5.10",
|
|
110
|
+
"es-workflow-template": "^0.4.5",
|
|
111
111
|
"postcss": "^8.4.35"
|
|
112
112
|
}
|
|
113
113
|
}
|