@esvndev/es-react-table-interface 1.3.12 → 1.4.0

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.
@@ -72,6 +72,7 @@ interface IGroup {
72
72
  groupSetting?: IGroupSetting;
73
73
  }
74
74
  export interface IExternalInterface {
75
+ index?: number;
75
76
  windowSize?: any;
76
77
  stateId: string;
77
78
  titleChild?: string;
@@ -103,6 +104,7 @@ export interface IExternalInterface {
103
104
  }[];
104
105
  onDataChange?: (data: any[], setData: any) => void;
105
106
  group?: IGroup;
107
+ onChangeTabChildren?: (tab: number) => void;
106
108
  callback?: any;
107
109
  viewIdTable: string;
108
110
  currentPageDefault?: number;
@@ -155,10 +157,10 @@ export interface IExternalInterface {
155
157
  initProcessApi: any;
156
158
  deleteProcessApi: any;
157
159
  handleOnReset?: any;
158
- approverId?: any;
159
- approverName?: any;
160
- onApproveCompleted?: any;
161
160
  pagingEmployeeApi?: any;
161
+ onApproveCompleted?: any;
162
+ approverName?: any;
163
+ approverId?: any;
162
164
  };
163
165
  printApi?: {
164
166
  defaultPrintSetting: any;
@@ -1,3 +1,8 @@
1
1
  import React from 'react';
2
- declare const ModalHeader: (props: any) => React.JSX.Element;
2
+ declare const ModalHeader: (props: {
3
+ title: string;
4
+ handleModal?: any;
5
+ typeModal?: string;
6
+ icon?: any;
7
+ }) => React.JSX.Element;
3
8
  export default ModalHeader;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@esvndev/es-react-table-interface",
3
- "version": "1.3.12",
3
+ "version": "1.4.0",
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",
@@ -53,7 +53,7 @@
53
53
  "axios": "^1.7.2",
54
54
  "becoxy-icons": "1.9.9",
55
55
  "classnames": "^2.5.1",
56
- "es-grid-template": "1.5.10",
56
+ "es-grid-template": "1.5.14",
57
57
  "es-print-template": "0.0.7",
58
58
  "es-workflow-template": "^0.4.5",
59
59
  "eslint": "^8.25.0",