@esvndev/es-react-table-interface 1.4.2 → 1.4.4

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.
@@ -103,6 +103,16 @@ export interface IExternalInterface {
103
103
  queryFilter?: any[];
104
104
  queryOrder?: any[];
105
105
  }) => void;
106
+ selectionSetting?: {
107
+ hideSelectAll?: boolean;
108
+ typeCheckbox?: 'checkbox' | 'radio' | undefined;
109
+ isSelectMulti?: boolean;
110
+ disableChekbox?: (record: any) => boolean;
111
+ width?: number;
112
+ };
113
+ currentPageDefault?: number;
114
+ rowsPerPageDefault?: number;
115
+ pageSizeOptions?: number[];
106
116
  }[];
107
117
  onDataChange?: (data: any[], setData: any) => void;
108
118
  group?: IGroup;
@@ -137,6 +147,7 @@ export interface IExternalInterface {
137
147
  typeCheckbox?: 'checkbox' | 'radio' | undefined;
138
148
  loading?: boolean;
139
149
  showColumnChoose?: boolean;
150
+ showHelp?: boolean;
140
151
  querySelectDefault?: IQueryFilter[];
141
152
  t: TFunction;
142
153
  localeLanguage?: any;
@@ -193,6 +204,13 @@ export interface IExternalInterface {
193
204
  showPrint?: boolean;
194
205
  showSetting?: boolean;
195
206
  };
207
+ selectionSetting?: {
208
+ hideSelectAll?: boolean;
209
+ typeCheckbox?: 'checkbox' | 'radio' | undefined;
210
+ isSelectMulti?: boolean;
211
+ disableChekbox?: (record: any) => boolean;
212
+ width?: number;
213
+ };
196
214
  allowPaging?: boolean;
197
215
  allowResizing?: boolean;
198
216
  allowFilterClient?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@esvndev/es-react-table-interface",
3
- "version": "1.4.2",
3
+ "version": "1.4.4",
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",
@@ -27,7 +27,8 @@
27
27
  "ESVN"
28
28
  ],
29
29
  "devDependencies": {
30
- "@esvndev/es-react-import-export": "1.0.88",
30
+ "@esvndev/es-react-import-export": "1.0.103",
31
+ "@esvndev/es-template-help": "1.0.36",
31
32
  "@hookform/resolvers": "^2.8.10",
32
33
  "@rollup/plugin-commonjs": "^20.0.0",
33
34
  "@rollup/plugin-image": "^3.0.3",
@@ -53,9 +54,9 @@
53
54
  "axios": "^1.7.2",
54
55
  "becoxy-icons": "1.9.9",
55
56
  "classnames": "^2.5.1",
56
- "es-grid-template": "1.5.14",
57
+ "es-grid-template": "1.5.17",
57
58
  "es-print-template": "0.0.7",
58
- "es-workflow-template": "^0.4.5",
59
+ "es-workflow-template": "0.4.5",
59
60
  "eslint": "^8.25.0",
60
61
  "eslint-config-prettier": "^8.5.0",
61
62
  "eslint-plugin-prettier": "^4.2.1",