@esvndev/es-react-table-interface 1.7.68 → 1.7.70
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.
- package/dist/index.js +57 -57
- package/dist/interface.d.ts +2 -1
- package/package.json +3 -3
package/dist/interface.d.ts
CHANGED
|
@@ -278,10 +278,10 @@ export interface IExternalInterface {
|
|
|
278
278
|
deleteGeneralSettingApi: any;
|
|
279
279
|
updateGeneralSettingApi: any;
|
|
280
280
|
printDocumentApi: any;
|
|
281
|
+
isLoadOnInit?: boolean;
|
|
281
282
|
exportApi: any;
|
|
282
283
|
uploadFileApi: any;
|
|
283
284
|
getListBoxApi: any;
|
|
284
|
-
isLoadOnInit?: boolean;
|
|
285
285
|
optionalField?: {
|
|
286
286
|
field: string;
|
|
287
287
|
label: string;
|
|
@@ -385,6 +385,7 @@ export interface IExternalInterface {
|
|
|
385
385
|
para?: any;
|
|
386
386
|
/**api dùng để xuất excel*/
|
|
387
387
|
urlExport?: string;
|
|
388
|
+
dataSource?: string;
|
|
388
389
|
};
|
|
389
390
|
/**Tổng số bản ghi (khi truyền vào sẽ không gọi dữ liệu mặc định) */
|
|
390
391
|
totalCount?: number;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@esvndev/es-react-table-interface",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.70",
|
|
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,7 @@
|
|
|
27
27
|
"ESVN"
|
|
28
28
|
],
|
|
29
29
|
"devDependencies": {
|
|
30
|
-
"@esvndev/es-react-import-export": "1.1.
|
|
30
|
+
"@esvndev/es-react-import-export": "1.1.2",
|
|
31
31
|
"@esvndev/es-template-help": "1.0.57",
|
|
32
32
|
"@hookform/resolvers": "^2.8.10",
|
|
33
33
|
"@rollup/plugin-commonjs": "^20.0.0",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"axios": "^1.7.2",
|
|
55
55
|
"becoxy-icons": "1.9.9",
|
|
56
56
|
"classnames": "^2.5.1",
|
|
57
|
-
"es-grid-template": "1.8.
|
|
57
|
+
"es-grid-template": "1.8.57",
|
|
58
58
|
"es-print-template": "0.0.35",
|
|
59
59
|
"es-workflow-template": "0.4.6",
|
|
60
60
|
"eslint": "^8.25.0",
|