@esvndev/es-react-table-interface 1.3.12 → 1.4.1
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/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;
|
|
@@ -85,6 +86,8 @@ export interface IExternalInterface {
|
|
|
85
86
|
totalCount?: number;
|
|
86
87
|
allowPaging?: boolean;
|
|
87
88
|
allowResizing?: boolean;
|
|
89
|
+
breakText?: boolean;
|
|
90
|
+
hasIndex?: boolean;
|
|
88
91
|
summary?: boolean;
|
|
89
92
|
buttons?: IButtonToolbar[];
|
|
90
93
|
rowSelected?: any;
|
|
@@ -103,6 +106,7 @@ export interface IExternalInterface {
|
|
|
103
106
|
}[];
|
|
104
107
|
onDataChange?: (data: any[], setData: any) => void;
|
|
105
108
|
group?: IGroup;
|
|
109
|
+
onChangeTabChildren?: (tab: number) => void;
|
|
106
110
|
callback?: any;
|
|
107
111
|
viewIdTable: string;
|
|
108
112
|
currentPageDefault?: number;
|
|
@@ -155,10 +159,10 @@ export interface IExternalInterface {
|
|
|
155
159
|
initProcessApi: any;
|
|
156
160
|
deleteProcessApi: any;
|
|
157
161
|
handleOnReset?: any;
|
|
158
|
-
approverId?: any;
|
|
159
|
-
approverName?: any;
|
|
160
|
-
onApproveCompleted?: any;
|
|
161
162
|
pagingEmployeeApi?: any;
|
|
163
|
+
onApproveCompleted?: any;
|
|
164
|
+
approverName?: any;
|
|
165
|
+
approverId?: any;
|
|
162
166
|
};
|
|
163
167
|
printApi?: {
|
|
164
168
|
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.1",
|
|
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",
|