@esvndev/es-react-table-interface 1.7.11 → 1.7.12
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 +56 -56
- package/dist/ultility/Export/functionExport.d.ts +1 -19
- package/package.json +1 -1
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
import { IGridColumns } from "../IGridColumns";
|
|
2
|
-
import { ColumnTable } from "es-grid-template/lib/grid-component/type";
|
|
3
1
|
export declare const renderColumnTableGrid: (res: any[], t: any, more: {
|
|
4
2
|
hasIndex?: boolean;
|
|
5
3
|
breakText?: "Content" | "Header" | "Both";
|
|
@@ -7,20 +5,4 @@ export declare const renderColumnTableGrid: (res: any[], t: any, more: {
|
|
|
7
5
|
levelGroup?: number;
|
|
8
6
|
responseColumn?: any[];
|
|
9
7
|
settingTable?: any;
|
|
10
|
-
}) =>
|
|
11
|
-
/**
|
|
12
|
-
* render cột cho table be-table-template
|
|
13
|
-
* @param res là dữ liệu cấu hình bảng api trả về
|
|
14
|
-
* @param t là hàm dịch ngôn ngữ
|
|
15
|
-
*/
|
|
16
|
-
export declare const renderColumnTable: (res: any[], t: any, hasIndex?: boolean) => IGridColumns[];
|
|
17
|
-
/**
|
|
18
|
-
* render cột cho table be-table-template
|
|
19
|
-
* @param res là dữ liệu cấu hình bảng api trả về
|
|
20
|
-
* @param listViewId là danh sách viewId của bảng
|
|
21
|
-
* @param isGetDataAuto có lấy dữ liệu tự động hay không
|
|
22
|
-
* @param t là hàm dịch ngôn ngữ
|
|
23
|
-
*/
|
|
24
|
-
export declare const renderColumnTableBe: (res: any[], t: any, listViewId: any[], hasIndex?: boolean) => {
|
|
25
|
-
[key: string]: any[];
|
|
26
|
-
};
|
|
8
|
+
}) => any;
|
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.12",
|
|
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",
|