@esvndev/es-react-table-interface 1.7.11 → 1.7.13

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.
@@ -200,6 +200,7 @@ export interface IExternalInterface {
200
200
  rowSelected?: any;
201
201
  /**Danh sách các context menu bị ẩn*/
202
202
  listContextHide?: any;
203
+ listContextShow?: any;
203
204
  /**Danh sách các context menu đầu vào*/
204
205
  canContextMenuItems?: any;
205
206
  /**Hàm khi mở contextMenu*/
@@ -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
- }) => ColumnTable[];
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.11",
3
+ "version": "1.7.13",
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",