@esvndev/es-react-table-interface 1.5.86 → 1.5.87

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.
@@ -191,10 +191,11 @@ export interface IExternalInterface {
191
191
  deleteGeneralSettingApi: any;
192
192
  updateGeneralSettingApi: any;
193
193
  printDocumentApi: any;
194
+ exportApi: any;
194
195
  uploadFileApi: any;
195
196
  getListBoxApi: any;
196
197
  data?: any;
197
- apiGetData?: (type: string) => void;
198
+ apiGetData?: (type: string, name: string) => void;
198
199
  RENDER?: any;
199
200
  };
200
201
  format?: {
@@ -254,10 +255,6 @@ export interface IExternalInterface {
254
255
  checkInit10?: any;
255
256
  };
256
257
  columns?: ColumnTable[];
257
- exportExcel?: {
258
- columnsExport?: ColumnTable[];
259
- para?: any;
260
- };
261
258
  totalCount?: number;
262
259
  hideSelectAll?: boolean;
263
260
  onChangeParam?: (item: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@esvndev/es-react-table-interface",
3
- "version": "1.5.86",
3
+ "version": "1.5.87",
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",
@@ -55,7 +55,7 @@
55
55
  "becoxy-icons": "1.9.9",
56
56
  "classnames": "^2.5.1",
57
57
  "es-grid-template": "1.7.23",
58
- "es-print-template": "0.0.16",
58
+ "es-print-template": "0.0.18",
59
59
  "es-workflow-template": "0.4.6",
60
60
  "eslint": "^8.25.0",
61
61
  "eslint-config-prettier": "^8.5.0",