@esvndev/es-react-table-interface 1.8.17 → 1.8.19

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.
@@ -83,6 +83,7 @@ export interface IExternalInterface {
83
83
  listColumn?: any;
84
84
  /**Khai báo danh sách bảng con*/
85
85
  stateChildId?: {
86
+ hidden?: boolean;
86
87
  /**Mã bảng*/
87
88
  stateId: string;
88
89
  height?: number;
@@ -206,6 +207,8 @@ export interface IExternalInterface {
206
207
  }[];
207
208
  /**Các tham số ảnh hưởng đến việc lấy dữ liệu*/
208
209
  queryKeyDataView?: any;
210
+ /**Tìm kiếm mặc định*/
211
+ keyword?: any;
209
212
  /**Khai báo thanh toolbar*/
210
213
  toolbarTemplate?: any;
211
214
  /**Tham số hình thành toolbarTemplate*/
@@ -406,6 +409,12 @@ export interface IExternalInterface {
406
409
  columnsExport?: ColumnTable[];
407
410
  /**Dữ liệu dùng để tìm kiếm*/
408
411
  para?: any;
412
+ /**Dữ liệu dùng để tìm kiếm*/
413
+ item?: {
414
+ textSubtitle?: string;
415
+ textTitle?: string;
416
+ nameFile?: string;
417
+ };
409
418
  /**api dùng để xuất excel*/
410
419
  urlExport?: string;
411
420
  dataSource?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@esvndev/es-react-table-interface",
3
- "version": "1.8.17",
3
+ "version": "1.8.19",
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.72",
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",