@esvndev/es-react-table-interface 1.8.12 → 1.8.14
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 +19 -19
- package/dist/interface.d.ts +2 -0
- package/package.json +4 -4
package/dist/interface.d.ts
CHANGED
|
@@ -271,6 +271,8 @@ export interface IExternalInterface {
|
|
|
271
271
|
/**Khai báo thuộc tính chức năng quy trình duyệt*/
|
|
272
272
|
apiWorkflow?: {
|
|
273
273
|
code: string;
|
|
274
|
+
userSubject: any;
|
|
275
|
+
editCommentApi: any;
|
|
274
276
|
checkInitProcess: any;
|
|
275
277
|
checkInitComment: any;
|
|
276
278
|
getProcessApi: any;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@esvndev/es-react-table-interface",
|
|
3
|
-
"version": "1.8.
|
|
3
|
+
"version": "1.8.14",
|
|
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",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
],
|
|
29
29
|
"devDependencies": {
|
|
30
30
|
"@esvndev/es-react-import-export": "1.1.72",
|
|
31
|
-
"@esvndev/es-template-help": "1.0.
|
|
31
|
+
"@esvndev/es-template-help": "1.0.92",
|
|
32
32
|
"@hookform/resolvers": "^2.8.10",
|
|
33
33
|
"@rollup/plugin-commonjs": "^20.0.0",
|
|
34
34
|
"@rollup/plugin-image": "^3.0.3",
|
|
@@ -54,9 +54,9 @@
|
|
|
54
54
|
"axios": "^1.7.2",
|
|
55
55
|
"becoxy-icons": "2.1.0",
|
|
56
56
|
"classnames": "^2.5.1",
|
|
57
|
-
"es-grid-template": "1.8.
|
|
57
|
+
"es-grid-template": "1.8.81",
|
|
58
58
|
"es-print-template": "0.0.35",
|
|
59
|
-
"es-workflow-template": "0.4.
|
|
59
|
+
"es-workflow-template": "0.4.17",
|
|
60
60
|
"eslint": "^8.25.0",
|
|
61
61
|
"eslint-config-prettier": "^8.5.0",
|
|
62
62
|
"eslint-plugin-prettier": "^4.2.1",
|