@esvndev/es-react-table-interface 1.7.83 → 1.7.84
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 +1 -1
- package/dist/interface.d.ts +12 -0
- package/package.json +1 -1
package/dist/interface.d.ts
CHANGED
|
@@ -164,6 +164,18 @@ export interface IExternalInterface {
|
|
|
164
164
|
rowsPerPageDefault?: number;
|
|
165
165
|
/**Các lựa chọn số dòng trên mỗi trang*/
|
|
166
166
|
pageSizeOptions?: number[];
|
|
167
|
+
checkInitSub?: {
|
|
168
|
+
checkInit1?: any;
|
|
169
|
+
checkInit2?: any;
|
|
170
|
+
checkInit3?: any;
|
|
171
|
+
checkInit4?: any;
|
|
172
|
+
checkInit5?: any;
|
|
173
|
+
checkInit6?: any;
|
|
174
|
+
checkInit7?: any;
|
|
175
|
+
checkInit8?: any;
|
|
176
|
+
checkInit9?: any;
|
|
177
|
+
checkInit10?: any;
|
|
178
|
+
};
|
|
167
179
|
}[];
|
|
168
180
|
/**Hàm sau khi dữ liệu cột thay đổi*/
|
|
169
181
|
onDataChange?: (data: any[], setData: any) => void;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@esvndev/es-react-table-interface",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.84",
|
|
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",
|