@esvndev/es-react-table-interface 1.3.11 → 1.4.0
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 +46 -46
- package/dist/interface.d.ts +5 -3
- package/dist/libs/modal-header/index.d.ts +6 -1
- package/package.json +2 -2
package/dist/interface.d.ts
CHANGED
|
@@ -72,6 +72,7 @@ interface IGroup {
|
|
|
72
72
|
groupSetting?: IGroupSetting;
|
|
73
73
|
}
|
|
74
74
|
export interface IExternalInterface {
|
|
75
|
+
index?: number;
|
|
75
76
|
windowSize?: any;
|
|
76
77
|
stateId: string;
|
|
77
78
|
titleChild?: string;
|
|
@@ -103,6 +104,7 @@ export interface IExternalInterface {
|
|
|
103
104
|
}[];
|
|
104
105
|
onDataChange?: (data: any[], setData: any) => void;
|
|
105
106
|
group?: IGroup;
|
|
107
|
+
onChangeTabChildren?: (tab: number) => void;
|
|
106
108
|
callback?: any;
|
|
107
109
|
viewIdTable: string;
|
|
108
110
|
currentPageDefault?: number;
|
|
@@ -155,10 +157,10 @@ export interface IExternalInterface {
|
|
|
155
157
|
initProcessApi: any;
|
|
156
158
|
deleteProcessApi: any;
|
|
157
159
|
handleOnReset?: any;
|
|
158
|
-
approverId?: any;
|
|
159
|
-
approverName?: any;
|
|
160
|
-
onApproveCompleted?: any;
|
|
161
160
|
pagingEmployeeApi?: any;
|
|
161
|
+
onApproveCompleted?: any;
|
|
162
|
+
approverName?: any;
|
|
163
|
+
approverId?: any;
|
|
162
164
|
};
|
|
163
165
|
printApi?: {
|
|
164
166
|
defaultPrintSetting: any;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@esvndev/es-react-table-interface",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.4.0",
|
|
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,7 +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.
|
|
56
|
+
"es-grid-template": "1.5.14",
|
|
57
57
|
"es-print-template": "0.0.7",
|
|
58
58
|
"es-workflow-template": "^0.4.5",
|
|
59
59
|
"eslint": "^8.25.0",
|