@esvndev/es-react-table-interface 1.8.26 → 1.8.28

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.
@@ -420,6 +420,7 @@ export interface IExternalInterface {
420
420
  /**api dùng để xuất excel*/
421
421
  urlExport?: string;
422
422
  dataSource?: string;
423
+ templateExportAll?: () => React.ReactNode;
423
424
  };
424
425
  /**Tổng số bản ghi (khi truyền vào sẽ không gọi dữ liệu mặc định) */
425
426
  totalCount?: number;
@@ -507,7 +508,9 @@ export interface ITableConfigView {
507
508
  }
508
509
  export interface IConfigMore {
509
510
  widthPicture?: number;
511
+ widthPictureHover?: number;
510
512
  heightPicture?: number;
513
+ heightPictureHover?: number;
511
514
  isShowPrint?: boolean;
512
515
  }
513
516
  export interface ISettingTable {
@@ -8,4 +8,6 @@ export declare const renderColumnTableGrid: (res: any[], t: any, more: {
8
8
  settingTable?: any;
9
9
  setupAcc?: IFDataSetup;
10
10
  showCheckBox?: boolean;
11
+ handleMouseLeave?: () => void;
12
+ handleMouseMove?: (e: any, src: any) => void;
11
13
  }) => any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@esvndev/es-react-table-interface",
3
- "version": "1.8.26",
3
+ "version": "1.8.28",
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",
@@ -54,7 +54,7 @@
54
54
  "axios": "^1.7.2",
55
55
  "becoxy-icons": "2.1.0",
56
56
  "classnames": "^2.5.1",
57
- "es-grid-template": "1.8.82",
57
+ "es-grid-template": "1.8.86",
58
58
  "es-print-template": "0.0.35",
59
59
  "es-workflow-template": "0.4.17",
60
60
  "eslint": "^8.25.0",