@esvndev/es-react-table-interface 1.8.17 → 1.8.18
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 +5 -5
- package/dist/interface.d.ts +8 -0
- package/package.json +2 -2
package/dist/interface.d.ts
CHANGED
|
@@ -206,6 +206,8 @@ export interface IExternalInterface {
|
|
|
206
206
|
}[];
|
|
207
207
|
/**Các tham số ảnh hưởng đến việc lấy dữ liệu*/
|
|
208
208
|
queryKeyDataView?: any;
|
|
209
|
+
/**Tìm kiếm mặc định*/
|
|
210
|
+
keyword?: any;
|
|
209
211
|
/**Khai báo thanh toolbar*/
|
|
210
212
|
toolbarTemplate?: any;
|
|
211
213
|
/**Tham số hình thành toolbarTemplate*/
|
|
@@ -406,6 +408,12 @@ export interface IExternalInterface {
|
|
|
406
408
|
columnsExport?: ColumnTable[];
|
|
407
409
|
/**Dữ liệu dùng để tìm kiếm*/
|
|
408
410
|
para?: any;
|
|
411
|
+
/**Dữ liệu dùng để tìm kiếm*/
|
|
412
|
+
item?: {
|
|
413
|
+
textSubtitle?: string;
|
|
414
|
+
textTitle?: string;
|
|
415
|
+
nameFile?: string;
|
|
416
|
+
};
|
|
409
417
|
/**api dùng để xuất excel*/
|
|
410
418
|
urlExport?: string;
|
|
411
419
|
dataSource?: string;
|
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.18",
|
|
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",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"ESVN"
|
|
28
28
|
],
|
|
29
29
|
"devDependencies": {
|
|
30
|
-
"@esvndev/es-react-import-export": "1.1.
|
|
30
|
+
"@esvndev/es-react-import-export": "1.1.73",
|
|
31
31
|
"@esvndev/es-template-help": "1.0.92",
|
|
32
32
|
"@hookform/resolvers": "^2.8.10",
|
|
33
33
|
"@rollup/plugin-commonjs": "^20.0.0",
|