@esvndev/es-react-table-interface 1.4.5 → 1.4.7

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
  querySelectDefault?: IQueryFilter[];
84
84
  dataSource?: any[];
85
85
  columns?: ColumnTable[];
86
+ isShowTotal?: boolean;
86
87
  totalCount?: number;
87
88
  allowPaging?: boolean;
88
89
  allowResizing?: boolean;
@@ -129,6 +130,7 @@ export interface IExternalInterface {
129
130
  queryKeyDataView?: any;
130
131
  toolbarTemplate?: any;
131
132
  paramToolbar?: IToolbarTemplate[];
133
+ isShowSearch?: boolean;
132
134
  isSelectMulti?: boolean;
133
135
  hasIndex?: boolean;
134
136
  dataSourceFilter?: any[];
@@ -157,6 +159,7 @@ export interface IExternalInterface {
157
159
  apiGetDataView: any;
158
160
  };
159
161
  apiWorkflow?: {
162
+ code: string;
160
163
  checkInitProcess: any;
161
164
  checkInitComment: any;
162
165
  getProcessApi: any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@esvndev/es-react-table-interface",
3
- "version": "1.4.5",
3
+ "version": "1.4.7",
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",
@@ -28,7 +28,7 @@
28
28
  ],
29
29
  "devDependencies": {
30
30
  "@esvndev/es-react-import-export": "1.0.103",
31
- "@esvndev/es-template-help": "1.0.36",
31
+ "@esvndev/es-template-help": "1.0.39",
32
32
  "@hookform/resolvers": "^2.8.10",
33
33
  "@rollup/plugin-commonjs": "^20.0.0",
34
34
  "@rollup/plugin-image": "^3.0.3",