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

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;
@@ -85,6 +86,8 @@ export interface IExternalInterface {
85
86
  totalCount?: number;
86
87
  allowPaging?: boolean;
87
88
  allowResizing?: boolean;
89
+ breakText?: boolean;
90
+ hasIndex?: boolean;
88
91
  summary?: boolean;
89
92
  buttons?: IButtonToolbar[];
90
93
  rowSelected?: any;
@@ -103,6 +106,7 @@ export interface IExternalInterface {
103
106
  }[];
104
107
  onDataChange?: (data: any[], setData: any) => void;
105
108
  group?: IGroup;
109
+ onChangeTabChildren?: (tab: number) => void;
106
110
  callback?: any;
107
111
  viewIdTable: string;
108
112
  currentPageDefault?: number;
@@ -155,10 +159,10 @@ export interface IExternalInterface {
155
159
  initProcessApi: any;
156
160
  deleteProcessApi: any;
157
161
  handleOnReset?: any;
158
- approverId?: any;
159
- approverName?: any;
160
- onApproveCompleted?: any;
161
162
  pagingEmployeeApi?: any;
163
+ onApproveCompleted?: any;
164
+ approverName?: any;
165
+ approverId?: any;
162
166
  };
163
167
  printApi?: {
164
168
  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;
@@ -5,6 +5,7 @@ export declare const renderColumnTableGrid: (res: any[], t: any, more: {
5
5
  breakText?: boolean;
6
6
  hasWorkflow?: boolean;
7
7
  levelGroup?: number;
8
+ responseColumn?: any[];
8
9
  }) => ColumnTable[];
9
10
  /**
10
11
  * render cột cho table be-table-template
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.1",
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",