@esvndev/es-react-table-interface 1.2.12 → 1.3.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 +38 -38
- package/dist/interface.d.ts +14 -2
- package/package.json +2 -2
package/dist/interface.d.ts
CHANGED
|
@@ -86,6 +86,7 @@ export interface IExternalInterface {
|
|
|
86
86
|
viewIdTable: string;
|
|
87
87
|
currentPageDefault?: number;
|
|
88
88
|
rowsPerPageDefault?: number;
|
|
89
|
+
pageSizeOptions?: number[];
|
|
89
90
|
queryOrderDefault?: {
|
|
90
91
|
field: string;
|
|
91
92
|
order: 'asc' | 'desc';
|
|
@@ -132,6 +133,7 @@ export interface IExternalInterface {
|
|
|
132
133
|
uploadFileApi: any;
|
|
133
134
|
initProcessApi: any;
|
|
134
135
|
deleteProcessApi: any;
|
|
136
|
+
handleOnReset?: any;
|
|
135
137
|
};
|
|
136
138
|
printApi?: {
|
|
137
139
|
defaultPrintSetting: any;
|
|
@@ -170,8 +172,18 @@ export interface IExternalInterface {
|
|
|
170
172
|
rowClassName?: any;
|
|
171
173
|
dataSource?: any[];
|
|
172
174
|
checkInit?: any;
|
|
173
|
-
|
|
174
|
-
|
|
175
|
+
checkInitSub?: {
|
|
176
|
+
checkInit1?: any;
|
|
177
|
+
checkInit2?: any;
|
|
178
|
+
checkInit3?: any;
|
|
179
|
+
checkInit4?: any;
|
|
180
|
+
checkInit5?: any;
|
|
181
|
+
checkInit6?: any;
|
|
182
|
+
checkInit7?: any;
|
|
183
|
+
checkInit8?: any;
|
|
184
|
+
checkInit9?: any;
|
|
185
|
+
checkInit10?: any;
|
|
186
|
+
};
|
|
175
187
|
columns?: ColumnTable[];
|
|
176
188
|
totalCount?: number;
|
|
177
189
|
hideSelectAll?: boolean;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@esvndev/es-react-table-interface",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.3.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.
|
|
56
|
+
"es-grid-template": "1.5.0",
|
|
57
57
|
"es-print-template": "0.0.7",
|
|
58
58
|
"es-workflow-template": "^0.4.2",
|
|
59
59
|
"eslint": "^8.25.0",
|