@esvndev/es-react-table-interface 1.7.33 → 1.7.35

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.
@@ -84,6 +84,7 @@ export interface IExternalInterface {
84
84
  stateChildId?: {
85
85
  /**Mã bảng*/
86
86
  stateId: string;
87
+ height?: number;
87
88
  total?: number;
88
89
  /**Tên tab*/
89
90
  stateName: string;
@@ -157,7 +158,7 @@ export interface IExternalInterface {
157
158
  /**Các lựa chọn số dòng trên mỗi trang*/
158
159
  pageSizeOptions?: number[];
159
160
  }[];
160
- /**Hàm sau khi dữ liệu thay đổi*/
161
+ /**Hàm sau khi dữ liệu cột thay đổi*/
161
162
  onDataChange?: (data: any[], setData: any) => void;
162
163
  /**Hàm sau khi dữ liệu cột thay đổi*/
163
164
  onColumnChange?: (column: ColumnsTable, setColumn: any) => void;
@@ -223,7 +224,8 @@ export interface IExternalInterface {
223
224
  showColumnChoose?: boolean;
224
225
  /**Có hiện nút help không*/
225
226
  showHelp?: boolean;
226
- settingTable?: ISettingTable;
227
+ settingTb?: ISettingTable;
228
+ setSettingTb?: (a: ISettingTable) => void;
227
229
  /**Các tham số tìm kiếm mặc định*/
228
230
  querySelectDefault?: IQueryFilter[];
229
231
  /**Hàm biên dịch ngôn ngữ*/
@@ -455,6 +457,7 @@ export interface IConfigMore {
455
457
  isShowPrint?: boolean;
456
458
  }
457
459
  export interface ISettingTable {
460
+ displayChildSidebar?: boolean;
458
461
  isTree?: boolean;
459
462
  isGroup?: boolean;
460
463
  isGroupClient?: boolean;
@@ -0,0 +1,10 @@
1
+ import React from 'react';
2
+ interface IFDataProps {
3
+ open: boolean;
4
+ children: any;
5
+ toggleSidebar: any;
6
+ width?: string | number;
7
+ keyboard?: boolean;
8
+ }
9
+ declare const Sidebar: (props: IFDataProps) => React.JSX.Element;
10
+ export default Sidebar;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@esvndev/es-react-table-interface",
3
- "version": "1.7.33",
3
+ "version": "1.7.35",
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",